@import url(https://use.typekit.net/vdp7cwj.css);
/* ==========================================================================
   Tailwind
   ========================================================================== */
/* ! 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: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
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: "Inter", 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;
}
body{
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: "p22-mackinac-pro", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4{
  font-family: "p22-mackinac-pro", serif;
}
h1,
  .h1{
  font-size: 50px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -1px;
}
@media (min-width: 1024px){
  h1,
  .h1{
    font-size: 63px;
    line-height: 100%;
    letter-spacing: -2.16px;
  }
}
@media (min-width: 1280px){
  h1,
  .h1{
    font-size: 72px;
    line-height: 100%;
  }
}
h2,
  .h2{
  margin-bottom: 0.75rem;
  font-size: 35px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -1.44px;
}
@media (min-width: 1024px){
  h2,
  .h2{
    margin-bottom: 1.5rem;
    font-size: 3rem;
    line-height: 110%;
  }
}
h3,
  .h3{
  margin-bottom: 1.25rem;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px){
  h3,
  .h3{
    margin-bottom: 2.5rem;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -1.08px;
  }
}
h4,
  .h4{
  margin-bottom: 1.25rem;
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}
@media (min-width: 1024px){
  h4,
  .h4{
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
}
h5,
  .h5{
  margin-bottom: 1.25rem;
  font-size: 25px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -1.05px;
}
@media (min-width: 1024px){
  h5,
  .h5{
    margin-bottom: 2.5rem;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.84px;
  }
}
h6,
  .h6{
  margin-bottom: 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px){
  h6,
  .h6{
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.32px;
  }
}
h3 + h5{
  margin-top: -1rem;
}
@media (min-width: 1024px){
  h3 + h5{
    margin-top: -2rem;
  }
}
h6 + h3{
  margin-top: -0.375rem;
}
@media (min-width: 1024px){
  h6 + h3{
    margin-top: -0.75rem;
  }
}
p,
  .p{
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 1024px){
  p,
  .p{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 28px;
  }
}
p .publication,
  .p .publication{
  font-family: "p22-mackinac-pro", serif;
  font-style: italic;
}
p.subheading,
  .p.subheading{
  margin-bottom: 0.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px){
  p.subheading,
  .p.subheading{
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0.025em;
  }
}
.small-body,
  .small-body p{
  font-size: 0.875rem;
  line-height: 18px;
}
@media (min-width: 1024px){
  .small-body,
  .small-body p{
    font-size: 1rem;
    line-height: 20px;
  }
}
.footer .addresses .small-body,
  .footer .addresses .small-body p{
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px){
  .footer .addresses .small-body,
  .footer .addresses .small-body p{
    margin-bottom: 0.75rem;
  }
}
.small-body ul,
  .small-body ol{
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  margin-top: 0px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
}
@media (min-width: 1024px){
  .small-body ul,
  .small-body ol{
    margin-left: 1.25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 20px;
  }
}
.small-body ul li,
  .small-body ol li{
  list-style-position: outside;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.small-body ul{
  list-style-type: disc;
}
.small-body ol{
  list-style-type: decimal;
}
.large-body,
  .large-body p{
  font-family: "p22-mackinac-pro", serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px){
  .large-body,
  .large-body p{
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.84px;
  }
}
.micro-body,
  .micro-body p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
blockquote p{
  margin-bottom: 1.25rem !important;
  margin-left: 2.5rem !important;
  font-family: "p22-mackinac-pro", serif !important;
  font-size: 25px !important;
  line-height: 120% !important;
  font-weight: 400 !important;
  letter-spacing: -1.05px !important;
}
@media (min-width: 1024px){
  blockquote p{
    margin-left: 8rem !important;
    margin-bottom: 2.5rem !important;
    font-size: 36px !important;
    line-height: 45px !important;
    letter-spacing: -1.08px !important;
  }
}
p > .highlight{
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0.25rem;
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  text-decoration-line: none;
}
p > .highlight:hover{
  --tw-text-opacity: 1;
  color: rgb(34 103 113 / var(--tw-text-opacity));
  opacity: 1;
}
@media (min-width: 1024px){
  p > .highlight{
    margin-left: -0.75rem;
    padding: 0.75rem;
    font-size: 2.25rem;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
}
p > .highlight::before{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -0.5rem;
  right: -0.5rem;
  z-index: -1;
  --tw-skew-x: -12deg;
  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));
  border-radius: 0.375rem;
  --tw-content: "";
  content: var(--tw-content);
    background-color: #fffa8b;
}
.containerTeal p > .highlight, .containerBlack p > .highlight{
  --tw-text-opacity: 1;
  color: rgb(34 103 113 / var(--tw-text-opacity));
}
.containerTeal p > .highlight:hover, .containerBlack p > .highlight:hover{
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
.containerYellow p > .highlight{
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.containerYellow p > .highlight:hover{
  --tw-text-opacity: 1;
  color: rgb(255 250 139 / var(--tw-text-opacity));
}
.containerYellow p > .highlight::before {
    background-color: #226771;
  }
p + blockquote,
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  p + h6,
  p + ul,
  p + ol{
  margin-top: 1.25rem;
}
@media (min-width: 1024px){
  p + blockquote,
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  p + h6,
  p + ul,
  p + ol{
    margin-top: 2.5rem;
  }
}
figcaption *:last-child{
  margin-bottom: 0px;
}
figcaption p{
  font-size: 0.875rem;
  line-height: 18px;
}
@media (min-width: 1024px){
  figcaption p{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.textContent ul,
  .textContent ol{
  margin-bottom: 1.25rem;
  margin-left: 3rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 1024px){
  .textContent ul,
  .textContent ol{
    margin-left: 9rem;
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.textContent ul li,
  .textContent ol li{
  list-style-position: outside;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.textContent ul li .publication,
  .textContent ol li .publication{
  font-family: "p22-mackinac-pro", serif;
  font-style: italic;
}
.textContent ul{
  list-style-type: disc;
}
.textContent ol{
  list-style-type: decimal;
}
.textContent p > .btn{
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}
a{
  text-decoration-line: underline;
  text-underline-offset: 4px;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
a:hover{
  opacity: 0.75;
}
.trimLast *:last-child{
  margin-bottom: 0px;
}
*, ::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:  ;
}
.page-block{
  color: var(--block-theme-highlight);
}
.page-block--padded{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px){
  .page-block--padded{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px){
  .page-block--padded{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
.page-block--theme-white{
  color: var(--block-theme-highlight);
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
    --block-theme-highlight: #1C3538;
}
.page-block--theme-teal{
  color: var(--block-theme-highlight);
}
.page-block--theme-teal select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
.page-block--theme-teal{
  --tw-bg-opacity: 1;
  background-color: rgb(34 103 113 / var(--tw-bg-opacity));
    --block-theme-highlight: #FDFCFA;
}
.page-block--theme-black{
  color: var(--block-theme-highlight);
}
.page-block--theme-black select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
.page-block--theme-black{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
    --block-theme-highlight: #FDFCFA;
}
.page-block--theme-yellow{
  color: var(--block-theme-highlight);
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 139 / var(--tw-bg-opacity));
}
.page-builder section.page-block--theme-yellow {
  background: url("/build/img/bg-yellow-texture.jpg") top left repeat;
  background-size: cover;
}
.page-block--theme-yellow {
    --block-theme-highlight: #1C3538;
  }
.page-block--theme-yellow .btn{
  --tw-border-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
.page-block--theme-yellow .btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(34 103 113 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 103 113 / var(--tw-text-opacity));
}
.link {
    text-decoration: none;
  }
.link:hover, .link:focus {
    text-decoration: underline;
  }
.link-highlight{
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
    position: relative;
    display: inline-block;
    text-decoration: none;
}
@media (any-pointer: fine) {
    .link-highlight:after{
    --tw-bg-opacity: 1;
    background-color: rgb(255 250 139 / var(--tw-bg-opacity));
  }
.page-builder section.link-highlight:after {
  background: url("/build/img/bg-yellow-texture.jpg") top left repeat;
  background-size: cover;
}
    .link-highlight:after {
      position: absolute;
      top: 50%;
      left: -5%;
      display: block;
      height: 105%;
      width: 0%;
      padding: 0;
      border-radius: 4% 96% 6% 94%/83% 18% 82% 17%;
      content: " ";
      transition: all 333ms ease-in-out;
      transform: translateY(-50%);
      z-index: -1;
    }
    .link-highlight:focus-visible {
      outline: none;
    }
    .link-highlight:hover, .link-highlight:focus{
    --tw-text-opacity: 1;
    color: rgb(28 53 56 / var(--tw-text-opacity));
    opacity: 1;
  }
    .link-highlight:hover:after, .link-highlight:focus:after {
      width: 110%;
    }
  }
.form-control{
  margin-bottom: 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px){
  .form-control{
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.32px;
  }
}
.form-control{
  margin-bottom: 0px;
  height: 2.25rem;
  border-radius: 0px;
  border-bottom-width: 1px;
  border-color: currentColor;
  background-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0px;
  padding-right: 0px;
}
.form-control::-moz-placeholder{
  color: inherit;
}
.form-control::placeholder{
  color: inherit;
}
@media (min-width: 1024px){
  .form-control{
    border-bottom-width: 2px;
  }
}
select.form-control{
  padding-right: 2rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='%231C3538' stroke-width='2'/%3E%3C/svg%3E");
    background-position: right 6px center;
    background-repeat: no-repeat;
    background-size: 1em 0.6em;
}
.bg-black select.form-control,
  .bg-teal select.form-control,
  .page-block--theme-black select.form-control,
  .page-block--theme-teal select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
.search-field{
  margin: 0px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: ellipsis;
  background-color: transparent;
  padding: 0px;
}
.search-field::-moz-placeholder{
  color: inherit;
}
.search-field::placeholder{
  color: inherit;
}
.search-field:focus{
  cursor: text;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.search-field::-moz-placeholder {
    text-overflow: ellipsis;
  }
.search-field::placeholder {
    text-overflow: ellipsis;
  }
.search-field:focus::-moz-placeholder {
    color: transparent;
  }
.search-field:focus::placeholder {
    color: transparent;
  }
.search-field::-webkit-search-cancel-button {
    display: none;
    height: 0.875rem;
    width: 0.875rem;
    margin-left: 0.4em;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.00671L6.00671 5L10 8.99329L8.99329 10L5 6.00671L1.00671 10L0 8.99329L3.99329 5L0 1.00671L1.00671 0L5 3.99329L8.99329 0L10 1.00671Z' fill='currentColor'/%3E%3C/svg%3E%0A");
    cursor: pointer;
    text-overflow: ellipsis;
    -webkit-appearance: none;
  }
.search-field.has-value:hover::-webkit-search-cancel-button, .search-field.has-value:focus::-webkit-search-cancel-button {
    display: block;
  }
.search-field--large{
  font-family: "p22-mackinac-pro", serif;
  margin-bottom: 1.25rem;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px){
  .search-field--large{
    margin-bottom: 2.5rem;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -1.08px;
  }
}
.search-field--large{
  margin: 0px;
  width: 100%;
}
.largeCtaButton .search-field--large{
  margin-bottom: 0px;
  text-decoration-line: none;
}
.largeCtaButton .search-field--large:hover{
  opacity: 1;
}
.search-field--large::-webkit-search-cancel-button {
    height: 0.444em;
    width: 0.444em;
  }
.filters .input,
  .filters select{
  margin-bottom: 1rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0px;
  padding-bottom: 0.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px){
  .filters .input,
  .filters select{
    margin-bottom: 0px;
    min-width: 165px;
    border-bottom-width: 2px;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.32px;
  }
}
.filters select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    background-position: right 6px center;
    background-repeat: no-repeat;
    background-size: 1em 0.6em;
}
.grecaptcha-badge{
  z-index: -50;
  opacity: 0;
}
#crmForm .BBAccessibilityOnly{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#crmForm .BBFormContainer {
    padding: 0;
    border: none;
    color: inherit;
  }
#crmForm .BBFormContainer p{
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1024px){
  #crmForm .BBFormContainer p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#crmForm .BBFormContainer #BBPanelHeading{
  margin-bottom: 1rem;
}
#crmForm .BBFormTitle .BBFormEventName{
  margin-bottom: 1rem;
  font-family: "p22-mackinac-pro", serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px){
  #crmForm .BBFormTitle .BBFormEventName{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
#crmForm .BBFormSubTitle label, #crmForm .BBCapacityMessage{
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 1024px){
  #crmForm .BBFormSubTitle label, #crmForm .BBCapacityMessage{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#crmForm .BBFormPricingTable {
    max-width: 100%;
    padding: 0;
    border: 0;
    background: none;
  }
#crmForm .BBFormPricingTable .BBFormTableHeader,
  #crmForm .BBFormPricingTable .BBFormTableFooter{
  --tw-border-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-border-opacity));
}
#crmForm .BBFormPricingTable .BBFormPriceAmt,
  #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormTotal{
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 1024px){
  #crmForm .BBFormPricingTable .BBFormPriceAmt,
  #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormTotal{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 28px;
  }
}
#crmForm .BBFormPricingTable .BBFormPriceAmt .publication,
  #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormTotal .publication{
  font-family: "p22-mackinac-pro", serif;
  font-style: italic;
}
#crmForm .BBFormPricingTable .BBFormPriceAmt.subheading,
  #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormTotal.subheading{
  margin-bottom: 0.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px){
  #crmForm .BBFormPricingTable .BBFormPriceAmt.subheading,
  #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormTotal.subheading{
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0.025em;
  }
}
#crmForm .BBFormPricingTable .BBFormPriceAmt,
  #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormTotal{
  margin-bottom: 0px;
}
#crmForm .BBFormPricingTable .BBFormTableHeader .BBFormTableHeaderCell,
  #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormColPriceName,
  #crmForm .BBFormPricingTable .BBFormTableFooterCell{
  margin-bottom: 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px){
  #crmForm .BBFormPricingTable .BBFormTableHeader .BBFormTableHeaderCell,
  #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormColPriceName,
  #crmForm .BBFormPricingTable .BBFormTableFooterCell{
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.32px;
  }
}
#crmForm .BBFormPricingTable .BBFormTableHeader .BBFormTableHeaderCell,
  #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormColPriceName,
  #crmForm .BBFormPricingTable .BBFormTableFooterCell {
    margin-bottom: 0 !important;
    text-transform: capitalize;
  }
#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormColPriceName {
    padding-left: 0;
  }
#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormTotal {
    padding-right: 0;
  }
#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription,#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription p{
  font-size: 0.875rem;
  line-height: 18px;
}
@media (min-width: 1024px){
  #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription,#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription p{
    font-size: 1rem;
    line-height: 20px;
  }
}
#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription,#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription p{
  font-size: 0.875rem;
  line-height: 18px;
}
@media (min-width: 1024px){
  #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription,#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription p{
    font-size: 1rem;
    line-height: 20px;
  }
}
.footer .addresses #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription,
  .footer .addresses #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription p{
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px){
  .footer .addresses #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription,
  .footer .addresses #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription p{
    margin-bottom: 0.75rem;
  }
}
.footer .addresses #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription,
  .footer .addresses #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription p{
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px){
  .footer .addresses #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription,
  .footer .addresses #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription p{
    margin-bottom: 0.75rem;
  }
}
#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription ul,#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription ol{
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  margin-top: 0px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
}
@media (min-width: 1024px){
  #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription ul,#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription ol{
    margin-left: 1.25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 20px;
  }
}
#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription ul,#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription ol{
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  margin-top: 0px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
}
@media (min-width: 1024px){
  #crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription ul,#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription ol{
    margin-left: 1.25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 20px;
  }
}
#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription ul li,#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription ol li{
  list-style-position: outside;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription ul{
  list-style-type: disc;
}
#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription ol{
  list-style-type: decimal;
}
#crmForm .BBFormPricingTable .BBFormTableRowCell.BBFormPriceDescription {
    padding-inline: 0;
  }
#crmForm .BBFormPricingTable .BBFormSelectList{
  border-width: 1px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  #crmForm .BBFormPricingTable .BBFormSelectList{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#crmForm .BBFormPricingTable .BBFormSelectList {
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 0;
    color: inherit;
  }
#crmForm .BBFormPricingTable .BBFormPriceDescription{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0.75rem;
}
#crmForm .BBFormPricingTable .BBFormPriceDescription span,#crmForm .BBFormPricingTable .BBFormPriceDescription span p{
  font-size: 0.875rem;
  line-height: 18px;
}
@media (min-width: 1024px){
  #crmForm .BBFormPricingTable .BBFormPriceDescription span,#crmForm .BBFormPricingTable .BBFormPriceDescription span p{
    font-size: 1rem;
    line-height: 20px;
  }
}
#crmForm .BBFormPricingTable .BBFormPriceDescription span,#crmForm .BBFormPricingTable .BBFormPriceDescription span p{
  font-size: 0.875rem;
  line-height: 18px;
}
@media (min-width: 1024px){
  #crmForm .BBFormPricingTable .BBFormPriceDescription span,#crmForm .BBFormPricingTable .BBFormPriceDescription span p{
    font-size: 1rem;
    line-height: 20px;
  }
}
.footer .addresses #crmForm .BBFormPricingTable .BBFormPriceDescription span,
  .footer .addresses #crmForm .BBFormPricingTable .BBFormPriceDescription span p{
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px){
  .footer .addresses #crmForm .BBFormPricingTable .BBFormPriceDescription span,
  .footer .addresses #crmForm .BBFormPricingTable .BBFormPriceDescription span p{
    margin-bottom: 0.75rem;
  }
}
.footer .addresses #crmForm .BBFormPricingTable .BBFormPriceDescription span,
  .footer .addresses #crmForm .BBFormPricingTable .BBFormPriceDescription span p{
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px){
  .footer .addresses #crmForm .BBFormPricingTable .BBFormPriceDescription span,
  .footer .addresses #crmForm .BBFormPricingTable .BBFormPriceDescription span p{
    margin-bottom: 0.75rem;
  }
}
#crmForm .BBFormPricingTable .BBFormPriceDescription span ul,#crmForm .BBFormPricingTable .BBFormPriceDescription span ol{
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  margin-top: 0px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
}
@media (min-width: 1024px){
  #crmForm .BBFormPricingTable .BBFormPriceDescription span ul,#crmForm .BBFormPricingTable .BBFormPriceDescription span ol{
    margin-left: 1.25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 20px;
  }
}
#crmForm .BBFormPricingTable .BBFormPriceDescription span ul,#crmForm .BBFormPricingTable .BBFormPriceDescription span ol{
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  margin-top: 0px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
}
@media (min-width: 1024px){
  #crmForm .BBFormPricingTable .BBFormPriceDescription span ul,#crmForm .BBFormPricingTable .BBFormPriceDescription span ol{
    margin-left: 1.25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 20px;
  }
}
#crmForm .BBFormPricingTable .BBFormPriceDescription span ul li,#crmForm .BBFormPricingTable .BBFormPriceDescription span ol li{
  list-style-position: outside;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#crmForm .BBFormPricingTable .BBFormPriceDescription span ul{
  list-style-type: disc;
}
#crmForm .BBFormPricingTable .BBFormPriceDescription span ol{
  list-style-type: decimal;
}
#crmForm .BBFormPricingTable .BBFormPriceDescription span{
  font-family: "Inter", sans-serif;
}
#crmForm .BBFormPricingTable .BBTableRowCellFinePrint {
    position: absolute;
  }
#crmForm .BBFormAddedDonation {
    align-items: baseline;
  }
#crmForm .BBFormFieldLabel,
  #crmForm .BBFormFieldLabelEdit,
  #crmForm .BBFormCheckbox{
  margin-bottom: 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px){
  #crmForm .BBFormFieldLabel,
  #crmForm .BBFormFieldLabelEdit,
  #crmForm .BBFormCheckbox{
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.32px;
  }
}
#crmForm .BBFormFieldLabel,
  #crmForm .BBFormFieldLabelEdit,
  #crmForm .BBFormCheckbox{
  margin-bottom: 0.25rem;
    color: inherit;
    text-align: left !important;
}
#crmForm .BBFormSectionHeading .BBFormFieldLabelEdit.BBFormFieldLabelEdit{
  font-family: "p22-mackinac-pro", serif;
  margin-bottom: 1.25rem;
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}
@media (min-width: 1024px){
  #crmForm .BBFormSectionHeading .BBFormFieldLabelEdit.BBFormFieldLabelEdit{
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
}
#crmForm .BBFormSectionHeading .BBFormFieldLabelEdit.BBFormFieldLabelEdit{
  margin-bottom: 0.5rem;
    text-transform: capitalize;
}
#crmForm #reCAPTCHADisclosure{
  margin-top: 1rem;
  display: block;
  width: auto;
}
@media (min-width: 1024px){
  #crmForm #reCAPTCHADisclosure{
    margin-top: 2rem;
  }
}
#crmForm .BBFormSignupPrivacyLabelWide,
  #crmForm .BBFormSignupPrivacyLinkWide,
  #crmForm #reCAPTCHADisclosure p{
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1024px){
  #crmForm .BBFormSignupPrivacyLabelWide,
  #crmForm .BBFormSignupPrivacyLinkWide,
  #crmForm #reCAPTCHADisclosure p{
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#crmForm #BBPanelPayment .BBFormTextbox:not(.BBFormGiftOtherAmount),
  #crmForm #BBPanelPayment .BBFormSelectList,
  #crmForm #BBPanelPayment .BBFormTextArea,
  #crmForm #BBPanelRegistrants .BBFormTextbox:not(.BBFormGiftOtherAmount),
  #crmForm #BBPanelRegistrants .BBFormSelectList,
  #crmForm #BBPanelRegistrants .BBFormTextArea,
  #crmForm #BBPanelAttributes .BBFormTextbox:not(.BBFormGiftOtherAmount),
  #crmForm #BBPanelAttributes .BBFormSelectList,
  #crmForm #BBPanelAttributes .BBFormTextArea,
  #crmForm #bboxdonation_divForm .BBFormTextbox:not(.BBFormGiftOtherAmount),
  #crmForm #bboxdonation_divForm .BBFormSelectList,
  #crmForm #bboxdonation_divForm .BBFormTextArea{
  margin-bottom: 0.5rem;
  border-width: 1px;
  padding: 0.625rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  #crmForm #BBPanelPayment .BBFormTextbox:not(.BBFormGiftOtherAmount),
  #crmForm #BBPanelPayment .BBFormSelectList,
  #crmForm #BBPanelPayment .BBFormTextArea,
  #crmForm #BBPanelRegistrants .BBFormTextbox:not(.BBFormGiftOtherAmount),
  #crmForm #BBPanelRegistrants .BBFormSelectList,
  #crmForm #BBPanelRegistrants .BBFormTextArea,
  #crmForm #BBPanelAttributes .BBFormTextbox:not(.BBFormGiftOtherAmount),
  #crmForm #BBPanelAttributes .BBFormSelectList,
  #crmForm #BBPanelAttributes .BBFormTextArea,
  #crmForm #bboxdonation_divForm .BBFormTextbox:not(.BBFormGiftOtherAmount),
  #crmForm #bboxdonation_divForm .BBFormSelectList,
  #crmForm #bboxdonation_divForm .BBFormTextArea{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#crmForm #BBPanelPayment .BBFormTextbox:not(.BBFormGiftOtherAmount),
  #crmForm #BBPanelPayment .BBFormSelectList,
  #crmForm #BBPanelPayment .BBFormTextArea,
  #crmForm #BBPanelRegistrants .BBFormTextbox:not(.BBFormGiftOtherAmount),
  #crmForm #BBPanelRegistrants .BBFormSelectList,
  #crmForm #BBPanelRegistrants .BBFormTextArea,
  #crmForm #BBPanelAttributes .BBFormTextbox:not(.BBFormGiftOtherAmount),
  #crmForm #BBPanelAttributes .BBFormSelectList,
  #crmForm #BBPanelAttributes .BBFormTextArea,
  #crmForm #bboxdonation_divForm .BBFormTextbox:not(.BBFormGiftOtherAmount),
  #crmForm #bboxdonation_divForm .BBFormSelectList,
  #crmForm #bboxdonation_divForm .BBFormTextArea {
    width: 100%;
    max-width: 100%;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 0;
    color: inherit;
  }
#crmForm #BBPanelPayment .BBFormTextbox:not(.BBFormGiftOtherAmount)::-moz-placeholder, #crmForm #BBPanelPayment .BBFormSelectList::-moz-placeholder, #crmForm #BBPanelPayment .BBFormTextArea::-moz-placeholder, #crmForm #BBPanelRegistrants .BBFormTextbox:not(.BBFormGiftOtherAmount)::-moz-placeholder, #crmForm #BBPanelRegistrants .BBFormSelectList::-moz-placeholder, #crmForm #BBPanelRegistrants .BBFormTextArea::-moz-placeholder, #crmForm #BBPanelAttributes .BBFormTextbox:not(.BBFormGiftOtherAmount)::-moz-placeholder, #crmForm #BBPanelAttributes .BBFormSelectList::-moz-placeholder, #crmForm #BBPanelAttributes .BBFormTextArea::-moz-placeholder, #crmForm #bboxdonation_divForm .BBFormTextbox:not(.BBFormGiftOtherAmount)::-moz-placeholder, #crmForm #bboxdonation_divForm .BBFormSelectList::-moz-placeholder, #crmForm #bboxdonation_divForm .BBFormTextArea::-moz-placeholder {
    color: inherit;
  }
#crmForm #BBPanelPayment .BBFormTextbox:not(.BBFormGiftOtherAmount)::placeholder,
  #crmForm #BBPanelPayment .BBFormSelectList::placeholder,
  #crmForm #BBPanelPayment .BBFormTextArea::placeholder,
  #crmForm #BBPanelRegistrants .BBFormTextbox:not(.BBFormGiftOtherAmount)::placeholder,
  #crmForm #BBPanelRegistrants .BBFormSelectList::placeholder,
  #crmForm #BBPanelRegistrants .BBFormTextArea::placeholder,
  #crmForm #BBPanelAttributes .BBFormTextbox:not(.BBFormGiftOtherAmount)::placeholder,
  #crmForm #BBPanelAttributes .BBFormSelectList::placeholder,
  #crmForm #BBPanelAttributes .BBFormTextArea::placeholder,
  #crmForm #bboxdonation_divForm .BBFormTextbox:not(.BBFormGiftOtherAmount)::placeholder,
  #crmForm #bboxdonation_divForm .BBFormSelectList::placeholder,
  #crmForm #bboxdonation_divForm .BBFormTextArea::placeholder {
    color: inherit;
  }
#crmForm #BBPanelPayment input[type=checkbox],
  #crmForm #BBPanelRegistrants input[type=checkbox],
  #crmForm #BBPanelAttributes input[type=checkbox],
  #crmForm #bboxdonation_divForm input[type=checkbox] {
    vertical-align: baseline !important;
    margin: 0 0.375rem 0 0 !important;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid currentColor;
    display: inline-block;
    transform: translateY(24%);
    accent-color: #000000;
  }
#crmForm .BBFormFieldContainerGivingLevels{
  margin-bottom: 1.25rem;
}
#crmForm .BBDFormSectionComments .BBFormFieldLabel,
  #crmForm .BBDFormSectionComments .BBFormTextArea {
    margin-left: 0;
  }
#crmForm #divGeneralTributeInfo{
  padding-top: 0.25rem;
}
#crmForm .BBFormFieldRecurrenceInfo{
  padding-top: 0.25rem;
  padding-left: 0px;
}
#crmForm .BBFormFieldTributeInfo .BBFormTextbox {
    margin-left: 0;
  }
#crmForm .BBFormSectionRecurrenceInfo.BBFormSection {
    margin-bottom: 1.25rem;
  }
#crmForm .BBFormSectionRecurrenceInfo.BBFormSection fieldset > legend{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#crmForm .BBFormRadioLabel{
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
  text-decoration-line: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px){
  #crmForm .BBFormRadioLabel{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
#crmForm .BBFormRadioLabel {
    display: inline-flex;
    align-items: center;
    height: 2.625rem;
  }
#crmForm .BBFormRadioLabel.BBFormRadioLabelGivingLevelNotSelected{
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
#crmForm .BBFormGiftOtherAmount {
    border: none !important;
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    color: inherit !important;
    outline: none;
    font-size: 0.875rem;
    line-height: 1.42;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
#crmForm .BBFormGiftOtherAmount::-moz-placeholder {
    color: inherit;
  }
#crmForm .BBFormGiftOtherAmount::placeholder {
    color: inherit;
  }
#crmForm #bboxevent_billing_divPrivacyPolicy {
    gap: 0.3em;
    font-family: "Inter", sans-serif !important;
  }
#crmForm #bboxdonation_billing_fldOrgGift{
  margin-bottom: 1.25rem;
}
#crmForm .BBFormFieldLabel.BBFormCheckboxLabel {
    flex: 1;
  }
#crmForm .BBFormSection.BBFormButtonRow .BBFormFieldContainer .BBFormFieldLabel.BBFormSummaryTotal {
    display: none;
  }
#crmForm .BBFormSection {
    margin: 0;
  }
#crmForm .BBFormRegistrantHeading,
  #crmForm .BBFormSectionHeading{
  font-family: "p22-mackinac-pro", serif;
  margin-bottom: 1.25rem;
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}
@media (min-width: 1024px){
  #crmForm .BBFormRegistrantHeading,
  #crmForm .BBFormSectionHeading{
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
}
#crmForm .BBFormRegistrantHeading,
  #crmForm .BBFormSectionHeading {
    margin: 1rem 0 0.5rem !important;
    padding: 0 !important;
    border: none;
  }
#crmForm .BBFormRegistrantHeading label,
  #crmForm .BBFormSectionHeading label {
    margin: 0 !important;
  }
#crmForm .BBLinkSecureInfo{
  font-family: "Inter", sans-serif;
}
#crmForm .BBFormCheckbox {
    cursor: pointer;
  }
#crmForm .BBFormGrid.BBFormGridChannel > li {
    margin: 0 !important;
  }
#crmForm .BBFormSubSection.BBFormSubSectionRegistrantAttributes,
  #crmForm .BBFormSubSection.BBFormSubSectionRegistrantAttributes .BBFormFieldContainer.BBFormSubSectionHeading {
    margin-top: 0;
  }
#crmForm .BBLinkSecureInfo {
    display: inline-block;
    margin: 0 0 0.5rem !important;
  }
#crmForm .BBFormButtonRow{
  clear: both;
  display: block;
  padding-top: 1rem;
}
.textContent p > #crmForm .BBFormSubmitbutton{
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.page-block--theme-yellow #crmForm .BBFormSubmitbutton{
  --tw-border-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
.page-block--theme-yellow #crmForm .BBFormSubmitbutton:hover{
  --tw-border-opacity: 1;
  border-color: rgb(34 103 113 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 103 113 / var(--tw-text-opacity));
}
#crmForm .BBFormSubmitbutton{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px){
  .popup-content #crmForm .BBFormSubmitbutton{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
#crmForm .BBFormSubmitbutton{
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  text-decoration-line: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px){
  #crmForm .BBFormSubmitbutton{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.32px;
  }
}
#crmForm .BBFormSubmitbutton:hover select.form-control,#crmForm .BBFormSubmitbutton:focus select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
#crmForm .BBFormSubmitbutton:hover,#crmForm .BBFormSubmitbutton:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
  opacity: 1;
}
#crmForm .BBFormSubmitbutton:hover select.form-control,#crmForm .BBFormSubmitbutton:focus select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
#crmForm .BBFormSubmitbutton:hover,#crmForm .BBFormSubmitbutton:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
  opacity: 1;
}
#crmForm .BBFormSubmitbutton:focus{
  outline-width: 1px;
  outline-offset: 4px;
  outline-color: currentColor;
}
#crmForm .BBFormSubmitbutton.active select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
#crmForm .BBFormSubmitbutton.active{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
#crmForm .BBFormSubmitbutton.active:hover,#crmForm .BBFormSubmitbutton.active:focus{
  --tw-border-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
#crmForm .BBFormSubmitbutton.active{
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
#crmForm .BBFormSubmitbutton.active:hover,#crmForm .BBFormSubmitbutton.active:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 250 139 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 250 139 / var(--tw-text-opacity));
}
.textContentButtons p > #crmForm .BBFormSubmitbutton select.form-control, .textContentButtons span > #crmForm .BBFormSubmitbutton select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
.textContentButtons p > #crmForm .BBFormSubmitbutton, .textContentButtons span > #crmForm .BBFormSubmitbutton{
  margin-bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.textContentButtons p > #crmForm .BBFormSubmitbutton select.form-control, .textContentButtons span > #crmForm .BBFormSubmitbutton select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
.textContentButtons p > #crmForm .BBFormSubmitbutton, .textContentButtons span > #crmForm .BBFormSubmitbutton{
  margin-bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.textContentButtons p > #crmForm .BBFormSubmitbutton:hover, .textContentButtons p > #crmForm .BBFormSubmitbutton:focus, .textContentButtons span > #crmForm .BBFormSubmitbutton:hover, .textContentButtons span > #crmForm .BBFormSubmitbutton:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}
.containerTeal p > #crmForm .BBFormSubmitbutton, .containerBlack p > #crmForm .BBFormSubmitbutton{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.containerTeal p > #crmForm .BBFormSubmitbutton:hover, .containerTeal p > #crmForm .BBFormSubmitbutton:focus, .containerBlack p > #crmForm .BBFormSubmitbutton:hover, .containerBlack p > #crmForm .BBFormSubmitbutton:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}
.containerTeal .textContentButtons p > #crmForm .BBFormSubmitbutton, .containerTeal .textContentButtons span > #crmForm .BBFormSubmitbutton, .containerBlack .textContentButtons p > #crmForm .BBFormSubmitbutton, .containerBlack .textContentButtons span > #crmForm .BBFormSubmitbutton{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.containerTeal .textContentButtons p > #crmForm .BBFormSubmitbutton:hover, .containerTeal .textContentButtons p > #crmForm .BBFormSubmitbutton:focus, .containerTeal .textContentButtons span > #crmForm .BBFormSubmitbutton:hover, .containerTeal .textContentButtons span > #crmForm .BBFormSubmitbutton:focus, .containerBlack .textContentButtons p > #crmForm .BBFormSubmitbutton:hover, .containerBlack .textContentButtons p > #crmForm .BBFormSubmitbutton:focus, .containerBlack .textContentButtons span > #crmForm .BBFormSubmitbutton:hover, .containerBlack .textContentButtons span > #crmForm .BBFormSubmitbutton:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}
.containerTeal.buttonsBlock span > #crmForm .BBFormSubmitbutton, .containerTeal.buttonsBlock #crmForm .BBFormSubmitbutton, .containerBlack.buttonsBlock span > #crmForm .BBFormSubmitbutton, .containerBlack.buttonsBlock #crmForm .BBFormSubmitbutton{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.containerTeal.buttonsBlock span > #crmForm .BBFormSubmitbutton:hover, .containerTeal.buttonsBlock span > #crmForm .BBFormSubmitbutton:focus, .containerTeal.buttonsBlock #crmForm .BBFormSubmitbutton:hover, .containerTeal.buttonsBlock #crmForm .BBFormSubmitbutton:focus, .containerBlack.buttonsBlock span > #crmForm .BBFormSubmitbutton:hover, .containerBlack.buttonsBlock span > #crmForm .BBFormSubmitbutton:focus, .containerBlack.buttonsBlock #crmForm .BBFormSubmitbutton:hover, .containerBlack.buttonsBlock #crmForm .BBFormSubmitbutton:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}
.containerYellow p > #crmForm .BBFormSubmitbutton select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
.containerYellow p > #crmForm .BBFormSubmitbutton{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.containerYellow p > #crmForm .BBFormSubmitbutton:hover, .containerYellow p > #crmForm .BBFormSubmitbutton:focus{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}
#crmForm .BBFormSubmitbutton {
    color: inherit;
    box-shadow: none;
    border-color: currentColor;
  }
#crmForm .BBFormSection.BBFormButtonRow {
    padding-top: 0;
  }
#crmForm .BBFormSection.BBFormButtonRow .BBFormFieldContainer {
    padding-top: 0.75rem;
  }
#crmForm .BBFormSection.BBFormButtonRow .BBFormSubmitbutton.BBFormSubmitbuttonEdit {
    width: auto;
  }
#crmForm .BBFormRegistrantAttribsHeading{
  margin-bottom: 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px){
  #crmForm .BBFormRegistrantAttribsHeading{
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.32px;
  }
}
#crmForm .BBFormRegistrantAttribsHeading{
  margin-bottom: 0px;
}
#crmForm .BBFormAddedDonation{
  --tw-border-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-border-opacity));
    display: flex !important;
    align-items: baseline;
}
#crmForm .BBFormAddedDonation .BBFormTextbox{
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-border-opacity));
  background-color: transparent;
  font-family: "Inter", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
#crmForm .BBFormAddedDonation .BBFormTextbox::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
#crmForm .BBFormAddedDonation .BBFormTextbox::placeholder{
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
#crmForm .BBTwoFields.BBFormFieldContainer,
  #crmForm .BBTwoFields > .BBFormFieldContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 1.25rem;
  }
@media (min-width: 768px) {
    #crmForm .BBTwoFields.BBFormFieldContainer,
    #crmForm .BBTwoFields > .BBFormFieldContainer {
      flex-direction: row;
    }
  }
#crmForm .BBTwoFields .BBFormFieldLabel {
    width: 100% !important;
    text-align: left;
  }
#crmForm .BBTwoFields [aria-describedby],
  #crmForm .BBTwoFields #bboxevent_billing_billingAddress_lblZip{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#crmForm .BBTwoFields .BBFormSelectList,
  #crmForm .BBTwoFields .BBFormTextbox {
    flex: 1 1 0%;
    margin-inline: 0 !important;
  }
#crmForm .BBThreeFields.BBFormFieldContainer,
  #crmForm .BBThreeFields > .BBFormFieldContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 1.25rem;
  }
@media (min-width: 1024px) {
    #crmForm .BBThreeFields.BBFormFieldContainer,
    #crmForm .BBThreeFields > .BBFormFieldContainer {
      flex-direction: row;
    }
  }
#crmForm .BBThreeFields .BBFormFieldLabel {
    width: 100% !important;
    text-align: left;
  }
#crmForm .BBThreeFields .BBFormSelectList,
  #crmForm .BBThreeFields .BBFormTextbox {
    flex: 1 1 0%;
    margin-inline: 0 !important;
  }
#crmForm .BBFormFieldContainer {
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    color: inherit;
  }
@media (min-width: 768px) {
    #crmForm .BBFormFieldContainer .BBFormFieldLabel {
      width: auto;
      padding: 0;
    }
  }
#crmForm #fldIndivInfo {
    margin-bottom: 0.625rem;
  }
#crmForm #DCCreditType{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
#crmForm #DCCreditType .BBFormFieldLabel{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#crmForm #DC_ValidOther {
    margin-right: 1.25rem !important;
  }
#crmForm #DC_ValidOther .BBFormFieldLabel:first-of-type {
    margin-left: 0;
  }
#crmForm #DCCreditSecurityCode > .BBFormFieldLabel {
    display: block;
    width: 100%;
    margin: 0 0 0.25rem;
  }
#crmForm #DCCreditSecurityCode .DonationCaptureTextboxNarrow {
    height: 2.7188rem;
  }
#crmForm #divRegistrantFields .BBFormFieldContainer.BBSameAsBillingContainer{
  margin-bottom: 1.5rem;
}
#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel,#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel p{
  font-size: 0.875rem;
  line-height: 18px;
}
@media (min-width: 1024px){
  #crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel,#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel p{
    font-size: 1rem;
    line-height: 20px;
  }
}
#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel,#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel p{
  font-size: 0.875rem;
  line-height: 18px;
}
@media (min-width: 1024px){
  #crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel,#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel p{
    font-size: 1rem;
    line-height: 20px;
  }
}
.footer .addresses #crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel,
  .footer .addresses #crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel p{
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px){
  .footer .addresses #crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel,
  .footer .addresses #crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel p{
    margin-bottom: 0.75rem;
  }
}
.footer .addresses #crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel,
  .footer .addresses #crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel p{
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px){
  .footer .addresses #crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel,
  .footer .addresses #crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel p{
    margin-bottom: 0.75rem;
  }
}
#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel ul,#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel ol{
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  margin-top: 0px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
}
@media (min-width: 1024px){
  #crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel ul,#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel ol{
    margin-left: 1.25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 20px;
  }
}
#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel ul,#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel ol{
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  margin-top: 0px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 500;
}
@media (min-width: 1024px){
  #crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel ul,#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel ol{
    margin-left: 1.25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 20px;
  }
}
#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel ul li,#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel ol li{
  list-style-position: outside;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel ul{
  list-style-type: disc;
}
#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel ol{
  list-style-type: decimal;
}
#crmForm #bboxdonation_billing_divOptInIntro .BBFormFieldLabel{
  padding-left: 2rem;
    text-transform: initial;
}
#crmForm .containerTeal .BBFormSubmitbutton:hover, #crmForm .containerTeal .BBFormSubmitbutton:focus,
  #crmForm .containerBlack .BBFormSubmitbutton:hover,
  #crmForm .containerBlack .BBFormSubmitbutton:focus{
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}
#crmForm .containerYellow .BBFormContainer .BBFormSubmitbutton select.form-control, #crmForm .containerWhite .BBFormContainer .BBFormSubmitbutton select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
#crmForm .containerYellow .BBFormContainer .BBFormSubmitbutton, #crmForm .containerWhite .BBFormContainer .BBFormSubmitbutton{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
#crmForm .containerYellow .BBFormContainer .BBFormSubmitbutton:hover, #crmForm .containerYellow .BBFormContainer .BBFormSubmitbutton:focus, #crmForm .containerWhite .BBFormContainer .BBFormSubmitbutton:hover, #crmForm .containerWhite .BBFormContainer .BBFormSubmitbutton:focus{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}
#subscribeForm .BBFormContainer{
  padding: 0px;
}
#subscribeForm .BBFormContainer p{
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1024px){
  #subscribeForm .BBFormContainer p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#subscribeForm .BBFormContainer .BBFormFieldLabelEdit{
  margin-bottom: 1.25rem;
  font-family: "p22-mackinac-pro", serif;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px){
  #subscribeForm .BBFormContainer .BBFormFieldLabelEdit{
    margin-bottom: 2.5rem;
    font-size: 45px;
    line-height: 50px;
  }
}
#subscribeForm .BBFormContainer #reCAPTCHADisclosure{
  margin-top: 1rem;
  display: block;
}
@media (min-width: 1024px){
  #subscribeForm .BBFormContainer #reCAPTCHADisclosure{
    margin-top: 2rem;
  }
}
#subscribeForm .BBFormContainer .BBFormSignupPrivacyLabelWide,
  #subscribeForm .BBFormContainer .BBFormSignupPrivacyLinkWide,
  #subscribeForm .BBFormContainer #reCAPTCHADisclosure p{
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1024px){
  #subscribeForm .BBFormContainer .BBFormSignupPrivacyLabelWide,
  #subscribeForm .BBFormContainer .BBFormSignupPrivacyLinkWide,
  #subscribeForm .BBFormContainer #reCAPTCHADisclosure p{
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#subscribeForm .BBFormContainer .BBFormTextbox{
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.625rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
#subscribeForm .BBFormContainer .BBFormTextbox::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
#subscribeForm .BBFormContainer .BBFormTextbox::placeholder{
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  #subscribeForm .BBFormContainer .BBFormTextbox{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#subscribeForm .BBFormContainer .BBFormButtonRow{
  clear: both;
  display: block;
  padding-top: 1rem;
}
#subscribeForm .BBFormContainer .BBFormSubmitbutton{
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  text-decoration-line: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px){
  #subscribeForm .BBFormContainer .BBFormSubmitbutton{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
#subscribeForm .BBFormContainer .BBFormSubmitbutton:hover select.form-control, #subscribeForm .BBFormContainer .BBFormSubmitbutton:focus select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
#subscribeForm .BBFormContainer .BBFormSubmitbutton:hover, #subscribeForm .BBFormContainer .BBFormSubmitbutton:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
  opacity: 1;
}
#subscribeForm .containerTeal .BBFormContainer .BBFormTextbox, #subscribeForm .containerBlack .BBFormContainer .BBFormTextbox{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
#subscribeForm .containerTeal .BBFormContainer .BBFormTextbox::-moz-placeholder, #subscribeForm .containerBlack .BBFormContainer .BBFormTextbox::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
#subscribeForm .containerTeal .BBFormContainer .BBFormTextbox::placeholder, #subscribeForm .containerBlack .BBFormContainer .BBFormTextbox::placeholder{
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
#subscribeForm .containerTeal .BBFormContainer .BBFormSubmitbutton, #subscribeForm .containerBlack .BBFormContainer .BBFormSubmitbutton{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
#subscribeForm .containerTeal .BBFormContainer .BBFormSubmitbutton:hover, #subscribeForm .containerTeal .BBFormContainer .BBFormSubmitbutton:focus, #subscribeForm .containerBlack .BBFormContainer .BBFormSubmitbutton:hover, #subscribeForm .containerBlack .BBFormContainer .BBFormSubmitbutton:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}
#subscribeForm .containerYellow .BBFormContainer .BBFormSubmitbutton select.form-control, #subscribeForm .containerWhite .BBFormContainer .BBFormSubmitbutton select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
#subscribeForm .containerYellow .BBFormContainer .BBFormSubmitbutton, #subscribeForm .containerWhite .BBFormContainer .BBFormSubmitbutton{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
#subscribeForm .containerYellow .BBFormContainer .BBFormSubmitbutton:hover, #subscribeForm .containerYellow .BBFormContainer .BBFormSubmitbutton:focus, #subscribeForm .containerWhite .BBFormContainer .BBFormSubmitbutton:hover, #subscribeForm .containerWhite .BBFormContainer .BBFormSubmitbutton:focus{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}
#cscWhatsThis{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-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: 300ms;
}
#cscWhatsThis:hover select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
#cscWhatsThis:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
#cscWhatsThis {
    position: relative;
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 18px;
    margin-left: 0.5em;
  }
#cscWhatsThis > img {
    display: none !important;
  }
#cscWhatsThis:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "?";
    font-size: 1rem;
    font-family: "Inter", sans-serif;
  }
#cluetip{
  padding: 1rem;
}
#cluetip .cluetip-title.ui-cluetip-header{
  margin-bottom: 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px){
  #cluetip .cluetip-title.ui-cluetip-header{
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.32px;
  }
}
#cluetip .cluetip-title.ui-cluetip-header{
  gap: 1rem;
    display: flex;
    flex-direction: row-reverse;
}
#cluetip .DonationHelpFormCSCTable table {
    width: 100% !important;
  }
#cluetip .DonationHelpFormCSCTable .taLeft > div {
    font-family: "Inter", sans-serif !important;
    font-size: 0.875rem !important;
    line-height: 1.27 !important;
    margin: 0 !important;
  }
#cluetip .DonationHelpFormCSCTable .taLeft > b {
    font-size: 0.875rem !important;
  }
#cluetip .DonationHelpFormCSCTable td > b {
    font-family: "Inter", sans-serif !important;
    font-size: 0.875rem !important;
    line-height: 1.27 !important;
    font-weight: 600 !important;
  }
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-left-1{
  left: -0.25rem;
}
.-left-2{
  left: -0.5rem;
}
.-right-1{
  right: -0.25rem;
}
.-right-2{
  right: -0.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-0\.5{
  bottom: 0.125rem;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-0\.5{
  top: 0.125rem;
}
.top-4{
  top: 1rem;
}
.top-8{
  top: 2rem;
}
.top-full{
  top: 100%;
}
.\!z-1{
  z-index: 1 !important;
}
.\!z-3{
  z-index: 3 !important;
}
.-z-1{
  z-index: -1;
}
.-z-50{
  z-index: -50;
}
.z-0{
  z-index: 0;
}
.z-1{
  z-index: 1;
}
.z-10{
  z-index: 10;
}
.z-2{
  z-index: 2;
}
.z-20{
  z-index: 20;
}
.z-3{
  z-index: 3;
}
.z-50{
  z-index: 50;
}
.z-\[150\]{
  z-index: 150;
}
.z-\[60\]{
  z-index: 60;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-4{
  order: 4;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.clear-both{
  clear: both;
}
.m-0{
  margin: 0px;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-1{
  margin-bottom: 0.25rem !important;
}
.\!mb-2{
  margin-bottom: 0.5rem !important;
}
.\!mb-3{
  margin-bottom: 0.75rem !important;
}
.-mb-\[0\.75rem\]{
  margin-bottom: -0.75rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-1\.5{
  margin-top: -0.375rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-4{
  margin-top: -1rem;
}
.-mt-\[0\.375rem\]{
  margin-top: -0.375rem;
}
.-mt-\[4\.5rem\]{
  margin-top: -4.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-3\.5{
  margin-bottom: 0.875rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[0\.625rem\]{
  margin-bottom: 0.625rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-2px\]{
  margin-top: -2px;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[353\/575\]{
  aspect-ratio: 353/575;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-\[5\/7\]{
  aspect-ratio: 5/7;
}
.aspect-\[7\/5\]{
  aspect-ratio: 7/5;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-0{
  height: 0px;
}
.h-11{
  height: 2.75rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-3{
  height: 0.75rem;
}
.h-6{
  height: 1.5rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[0\.8em\]{
  height: 0.8em;
}
.h-\[0\.9em\]{
  height: 0.9em;
}
.h-\[150vh\]{
  height: 150vh;
}
.h-\[1em\]{
  height: 1em;
}
.h-\[2\.25rem\]{
  height: 2.25rem;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[570px\]{
  height: 570px;
}
.h-\[645px\]{
  height: 645px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[52px\]{
  max-height: 52px;
}
.max-h-\[90px\]{
  max-height: 90px;
}
.w-1\/2{
  width: 50%;
}
.w-11{
  width: 2.75rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/4{
  width: 75%;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[103\%\]{
  width: 103%;
}
.w-\[125px\]{
  width: 125px;
}
.w-\[12ch\]{
  width: 12ch;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[1em\]{
  width: 1em;
}
.w-\[8ch\]{
  width: 8ch;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-\[0\%\]{
  min-width: 0%;
}
.\!max-w-\[12ch\]{
  max-width: 12ch !important;
}
.max-w-\[32ch\]{
  max-width: 32ch;
}
.max-w-\[9\.5ch\]{
  max-width: 9.5ch;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-prose{
  max-width: 65ch;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.-translate-y-full{
  --tw-translate-y: -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-0{
  --tw-translate-y: 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));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-skew-x-12{
  --tw-skew-x: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scroll-m-6{
  scroll-margin: 1.5rem;
}
.list-outside{
  list-style-position: outside;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-items-center{
  place-items: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.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-9{
  gap: 2.25rem;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-divide-opacity));
}
.self-auto{
  align-self: auto;
}
.self-start{
  align-self: flex-start;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-border-opacity));
}
.border-block-theme-highlight{
  border-color: var(--block-theme-highlight);
}
.border-current{
  border-color: currentColor;
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
}
.border-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(255 250 139 / var(--tw-border-opacity));
}
.bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
}
.bg-black\/50{
  background-color: rgb(28 53 56 / 0.5);
}
.bg-black\/80{
  background-color: rgb(28 53 56 / 0.8);
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-teal{
  --tw-bg-opacity: 1;
  background-color: rgb(34 103 113 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
}
.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 139 / var(--tw-bg-opacity));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-gradient{
  --tw-gradient-from: #09292E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 41 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.fill-current{
  fill: currentColor;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-5{
  padding: 1.25rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[1\.25rem\]{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[0\.375rem\]{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-\[1\.875rem\]{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-1\.5{
  padding-bottom: 0.375rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-8{
  padding-left: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[0\.625rem\]{
  padding-top: 0.625rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-display{
  font-family: "egizio-urw", serif;
}
.font-sans{
  font-family: "Inter", sans-serif;
}
.font-serif{
  font-family: "p22-mackinac-pro", serif;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[1\.25rem\]{
  font-size: 1.25rem;
}
.text-\[25px\]\/\[120\%\]{
  font-size: 25px;
  line-height: 120%;
}
.text-\[25px\]\/\[30px\]{
  font-size: 25px;
  line-height: 30px;
}
.text-\[35px\]\/\[100\%\]{
  font-size: 35px;
  line-height: 100%;
}
.text-\[50px\]\/\[100\%\]{
  font-size: 50px;
  line-height: 100%;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-sm\/\[18px\]{
  font-size: 0.875rem;
  line-height: 18px;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.\!leading-none{
  line-height: 1 !important;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.-tracking-\[0\.03em\]{
  letter-spacing: -0.03em;
}
.-tracking-\[1\.05px\]{
  letter-spacing: -1.05px;
}
.-tracking-\[1\.44px\]{
  letter-spacing: -1.44px;
}
.-tracking-\[1px\]{
  letter-spacing: -1px;
}
.tracking-\[0\.04em\]{
  letter-spacing: 0.04em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
.text-teal{
  --tw-text-opacity: 1;
  color: rgb(34 103 113 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(255 250 139 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.overline{
  text-decoration-line: overline;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-1{
  text-decoration-thickness: 1px;
}
.decoration-2{
  text-decoration-thickness: 2px;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-1{
  outline-width: 1px;
}
.outline-offset-4{
  outline-offset: 4px;
}
.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  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-700{
  transition-duration: 700ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.content-\[\"\"\]{
  --tw-content: "";
  content: var(--tw-content);
}
/* ==========================================================================
   Vendor
   ========================================================================== */
/**
 * Swiper 10.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 1, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

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

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/* ==========================================================================
   Base
   ========================================================================== */
*, *::after, *::before {
  box-sizing: border-box;
}

:root {
  --swiper-navigation-size: 22px;
  --swiper-navigation-top-offset: 40%;
}

[x-cloak] {
  display: none !important;
}

body, html, .main{
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
}

html:focus-within{
  scroll-margin: 1.5rem;
  scroll-behavior: smooth;
}

@media (min-width: 1024px){
  html:focus-within{
    scroll-margin: 6rem;
  }
}

a, .fui-submit.btn-submit, .btn, .highlight, .loading, .BBFormSubmitbutton{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

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

.container-padded{
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .container-padded{
    padding: 3rem;
  }
}

@media (min-width: 1280px){
  .container-padded{
    padding: 4.6875rem;
  }
}

.entryTeaser{
  padding-top: 2.5rem;
}

@media (min-width: 1024px){
  .entryTeaser{
    padding-top: 3rem;
  }
}

@media (min-width: 1280px){
  .entryTeaser{
    padding-top: 4.6875rem;
  }
}

.page-builder{
  position: relative;
  z-index: 1;
}
.page-builder section{
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.page-builder section.padded{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px){
  .page-builder section.padded{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px){
  .page-builder section.padded{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
.page-builder section.bg-yellow {
  background: url("/build/img/bg-yellow-texture.jpg") top left repeat;
  background-size: cover;
}
.page-builder .mediaSplit{
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px){
  .page-builder .mediaSplit{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .page-builder .mediaSplit{
    gap: 1.5rem;
  }
}
.page-builder .mediaOffset{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.page-builder .mediaOffset > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px){
  .page-builder .mediaOffset{
    flex-wrap: nowrap;
  }
  .page-builder .mediaOffset > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (min-width: 1024px){
  .page-builder .mediaOffset{
    max-width: 75%;
  }
}
.page-builder .mediaFloating{
  display: grid;
  align-items: flex-start;
  gap: 1.25rem;
}
@media (min-width: 768px){
  .page-builder .mediaFloating{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .page-builder .mediaFloating{
    max-width: 75%;
    gap: 1.5rem;
  }
}
@media (min-width: 768px){
  .page-builder .mediaFloating .firstImage{
    margin-top: -2.5rem;
  }
}
@media (min-width: 1024px){
  .page-builder .mediaFloating .firstImage{
    margin-top: -8rem;
  }
  .page-builder .mediaGallery .swiper-slide:nth-child(4n+2){
    margin-top: 3.5rem;
    width: 29%;
  }
  .page-builder .mediaGallery .swiper-slide:nth-child(4n+3){
    width: 48%;
  }
  .page-builder .mediaGallery .swiper-slide:nth-child(4n+4){
    width: 31%;
    align-self: flex-end;
  }
  .page-builder .mediaGallery .swiper-slide:nth-child(4n+1){
    width: 45%;
  }
}
.page-builder .mediaGallery .swiper-pagination{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 1024px){
  .page-builder .mediaGallery .swiper-pagination{
    padding-left: 56px;
    padding-right: 56px;
    padding-top: 5rem;
  }
}
.page-builder .mediaGallery .swiper-pagination .swiper-pagination-bullet{
  height: 0.625rem;
  width: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-border-opacity));
  background-color: transparent;
  opacity: 1;
}
@media (min-width: 1024px){
  .page-builder .mediaGallery .swiper-pagination .swiper-pagination-bullet{
    height: 1rem;
    width: 1rem;
  }
}
.page-builder .mediaGallery .swiper-pagination .swiper-pagination-bullet-active select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
.page-builder .mediaGallery .swiper-pagination .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
}
.page-builder .mediaGallery .swiper-navigation{
  position: relative;
  margin-top: -4.5rem;
  height: 1.75rem;
}
.page-builder .mediaGallery .swiper-navigation .swiper-button-next:after, .page-builder .mediaGallery .swiper-navigation .swiper-rtl .swiper-button-prev:after,
.page-builder .mediaGallery .swiper-navigation .swiper-button-prev:after, .page-builder .mediaGallery .swiper-navigation .swiper-rtl .swiper-button-next:after {
  content: "";
}
.page-builder .mediaGallery .swiper-navigation .swiper-button-next,
.page-builder .mediaGallery .swiper-navigation .swiper-button-prev{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}
@media (min-width: 1024px){
  .page-builder .mediaGallery .swiper-navigation .swiper-button-next,
.page-builder .mediaGallery .swiper-navigation .swiper-button-prev{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
    height: 1.75rem;
    width: 1.75rem;
  }
}
@media (min-width: 1280px){
  .page-builder .mediaGallery .swiper-navigation .swiper-button-next,
.page-builder .mediaGallery .swiper-navigation .swiper-button-prev{
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
.page-builder .mediaGallery .swiper-navigation .swiper-button-disabled{
  cursor: not-allowed;
  opacity: 0;
}
.page-builder .mediaGallery.containerTeal .swiper-pagination .swiper-pagination-bullet, .page-builder .mediaGallery.containerBlack .swiper-pagination .swiper-pagination-bullet{
  height: 0.625rem;
  width: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  background-color: transparent;
  opacity: 1;
}
@media (min-width: 1024px){
  .page-builder .mediaGallery.containerTeal .swiper-pagination .swiper-pagination-bullet, .page-builder .mediaGallery.containerBlack .swiper-pagination .swiper-pagination-bullet{
    height: 1rem;
    width: 1rem;
  }
}
.page-builder .mediaGallery.containerTeal .swiper-pagination .swiper-pagination-bullet-active, .page-builder .mediaGallery.containerBlack .swiper-pagination .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
}
.page-builder .mediaGallery.containerTeal .swiper-navigation .swiper-button-next,
.page-builder .mediaGallery.containerTeal .swiper-navigation .swiper-button-prev, .page-builder .mediaGallery.containerBlack .swiper-navigation .swiper-button-next,
.page-builder .mediaGallery.containerBlack .swiper-navigation .swiper-button-prev{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
  opacity: 1;
}
@media (min-width: 1024px){
  .page-builder .mediaGallery.containerTeal .swiper-navigation .swiper-button-next,
.page-builder .mediaGallery.containerTeal .swiper-navigation .swiper-button-prev, .page-builder .mediaGallery.containerBlack .swiper-navigation .swiper-button-next,
.page-builder .mediaGallery.containerBlack .swiper-navigation .swiper-button-prev{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
    height: 1.75rem;
    width: 1.75rem;
  }
}
@media (min-width: 1280px){
  .page-builder .mediaGallery.containerTeal .swiper-navigation .swiper-button-next,
.page-builder .mediaGallery.containerTeal .swiper-navigation .swiper-button-prev, .page-builder .mediaGallery.containerBlack .swiper-navigation .swiper-button-next,
.page-builder .mediaGallery.containerBlack .swiper-navigation .swiper-button-prev{
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
.page-builder .mediaGallery.containerTeal .swiper-navigation .swiper-button-disabled, .page-builder .mediaGallery.containerBlack .swiper-navigation .swiper-button-disabled{
  cursor: not-allowed;
  opacity: 0;
}
.page-builder .accordion .accordionArrow{
  margin-left: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.page-builder .accordion .accordionArrow.item-open svg{
  --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));
}
.page-builder .accordion .accordionArrowPeople{
  margin-left: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.page-builder .accordion .accordionArrowPeople.item-open svg{
  --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));
}
.page-builder .accordion .accordionArrowPeople.item-closed svg{
  --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));
}
.page-builder .codeWrapper{
  position: relative;
}
.page-builder .codeWrapper.videoOrMap iframe{
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
}
.page-builder .mediaSplit + .mediaSplit,
.page-builder .containerWhite + .containerWhite,
.page-builder .containerTeal + .containerTeal,
.page-builder .containerBlack + .containerBlack,
.page-builder .containerYellow + .containerYellow{
  padding-top: 0px;
}
.page-builder .eventsPosts .containerWhite + .containerWhite,
.page-builder .eventsPosts .containerTeal + .containerTeal,
.page-builder .eventsPosts .containerBlack + .containerBlack,
.page-builder .eventsPosts .containerYellow + .containerYellow{
  padding-top: 1.25rem;
}
@media (min-width: 1024px){
  .page-builder .eventsPosts .containerWhite + .containerWhite,
.page-builder .eventsPosts .containerTeal + .containerTeal,
.page-builder .eventsPosts .containerBlack + .containerBlack,
.page-builder .eventsPosts .containerYellow + .containerYellow{
    padding-top: 3rem;
  }
}
@media (min-width: 1280px){
  .page-builder .eventsPosts .containerWhite + .containerWhite,
.page-builder .eventsPosts .containerTeal + .containerTeal,
.page-builder .eventsPosts .containerBlack + .containerBlack,
.page-builder .eventsPosts .containerYellow + .containerYellow{
    padding-top: 4.6875rem;
  }
}
.page-builder section:not(.eventsPosts):has(+ .largeCta),
.page-builder section:has(+ .floating){
  padding-bottom: 4rem !important;
}
@media (min-width: 1024px){
  .page-builder section:not(.eventsPosts):has(+ .largeCta),
.page-builder section:has(+ .floating){
    padding-bottom: 8rem !important;
  }
}
.page-builder section.eventsPosts:has(+ .largeCta) .container-padded{
  padding-bottom: 4rem !important;
}
@media (min-width: 1024px){
  .page-builder section.eventsPosts:has(+ .largeCta) .container-padded{
    padding-bottom: 8rem !important;
  }
}

.gcontainer .gprev, .gcontainer .gnext {
  display: none;
}

.loading .filterResults {
  opacity: 0.25;
}

.popup{
  position: fixed;
  inset: 0px;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.popup-content select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }

.popup-content{
  position: relative;
  width: 100%;
  max-width: 28rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(34 103 113 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .popup-content{
    max-width: 56rem;
    padding: 75px;
  }
}
.popup-content p{
  margin-top: 0px;
  margin-bottom: 0px;
}
.popup-content .h1{
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 1024px){
  .popup-content .h1{
    font-size: 90px;
  }
}
.popup-content .h2{
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 1024px){
  .popup-content .h2{
    font-size: 3.75rem;
    line-height: 66px;
  }
  .popup-content .btn{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.popup-close{
  position: absolute;
  top: 1rem;
  right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}

/**
 * Block component color themes.
 */
@font-face {
  font-family: "Inter";
  src: url("/build/fonts/Inter-Medium.woff2") format("woff2"), url("/build/fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/build/fonts/Inter-SemiBold.woff2") format("woff2"), url("/build/fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/"build/fonts/Inter-Regular.woff2") format("woff2"), url("/build/fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   Components
   ========================================================================== */
.btn{
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  text-decoration-line: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px){
  .btn{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.32px;
  }
}
.btn:hover select.form-control, .btn:focus select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
.btn:hover, .btn:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
  opacity: 1;
}
.btn:focus{
  outline-width: 1px;
  outline-offset: 4px;
  outline-color: currentColor;
}
.btn-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(255 250 139 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 139 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
.page-builder section.btn-yellow {
  background: url("/build/img/bg-yellow-texture.jpg") top left repeat;
  background-size: cover;
}
.btn-yellow:hover, .btn-yellow:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 250 139 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 250 139 / var(--tw-text-opacity));
}
.btn-solid select.form-control, .btn.active select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
.btn-solid, .btn.active{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.btn-solid:hover, .btn-solid:focus, .btn.active:hover, .btn.active:focus{
  --tw-border-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
.btn-hollow, .btn.active{
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.btn-hollow:hover, .btn-hollow:focus, .btn.active:hover, .btn.active:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 250 139 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 250 139 / var(--tw-text-opacity));
}
.btn-small{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
@media (min-width: 1024px){
  .btn-small{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.8125rem;
    padding-right: 1.8125rem;
  }
}

.textContentButtons p > .btn select.form-control, .textContentButtons span > .btn select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }

.textContentButtons p > .btn, .textContentButtons span > .btn{
  margin-bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.textContentButtons p > .btn:hover, .textContentButtons p > .btn:focus, .textContentButtons span > .btn:hover, .textContentButtons span > .btn:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}

.containerTeal p > .btn, .containerBlack p > .btn{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.containerTeal p > .btn:hover, .containerTeal p > .btn:focus, .containerBlack p > .btn:hover, .containerBlack p > .btn:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}
.containerTeal .textContentButtons p > .btn, .containerTeal .textContentButtons span > .btn, .containerBlack .textContentButtons p > .btn, .containerBlack .textContentButtons span > .btn{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.containerTeal .textContentButtons p > .btn:hover, .containerTeal .textContentButtons p > .btn:focus, .containerTeal .textContentButtons span > .btn:hover, .containerTeal .textContentButtons span > .btn:focus, .containerBlack .textContentButtons p > .btn:hover, .containerBlack .textContentButtons p > .btn:focus, .containerBlack .textContentButtons span > .btn:hover, .containerBlack .textContentButtons span > .btn:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}
.containerTeal.buttonsBlock span > .btn, .containerTeal.buttonsBlock .btn, .containerBlack.buttonsBlock span > .btn, .containerBlack.buttonsBlock .btn{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.containerTeal.buttonsBlock span > .btn:hover, .containerTeal.buttonsBlock span > .btn:focus, .containerTeal.buttonsBlock .btn:hover, .containerTeal.buttonsBlock .btn:focus, .containerBlack.buttonsBlock span > .btn:hover, .containerBlack.buttonsBlock span > .btn:focus, .containerBlack.buttonsBlock .btn:hover, .containerBlack.buttonsBlock .btn:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}

.containerYellow p > .btn select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }

.containerYellow p > .btn{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.containerYellow p > .btn:hover, .containerYellow p > .btn:focus{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
  opacity: 1;
}

.largeCtaButton{
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 139 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-builder section.largeCtaButton {
  background: url("/build/img/bg-yellow-texture.jpg") top left repeat;
  background-size: cover;
}

@media (min-width: 768px){
  .largeCtaButton{
    width: auto;
    padding: 2rem;
  }
}

@media (min-width: 1024px){
  .largeCtaButton{
    max-width: 70%;
    padding: 4rem;
  }
}

@media (min-width: 1280px){
  .largeCtaButton{
    max-width: 75%;
  }
}
.largeCtaButton .h3{
  margin-bottom: 0px;
  text-decoration-line: none;
}
.largeCtaButton .h3:hover{
  opacity: 1;
}

.hero{
  position: relative;
}

.heroText{
  position: relative;
  z-index: 2;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .heroText{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.heroOverlay{
  position: relative;
  z-index: 1;
  height: 645px;
  overflow: hidden;
}

@media (min-width: 768px){
  .heroOverlay{
    height: 400px;
  }
}

@media (min-width: 1024px){
  .heroOverlay{
    height: 715px;
  }
}
.heroOverlay .overlay{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #09292E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 41 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  opacity: 0.4;
}
.heroOverlay .container{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.heroOverlay:has(+ .has-follow) .container{
  padding-bottom: 6rem;
}

@media (min-width: 768px){
  .heroOverlay:has(+ .has-follow) .container{
    padding-bottom: 3rem;
  }
}

.heroInline{
  position: relative;
  z-index: 1;
  display: grid;
}

@media (min-width: 768px){
  .heroInline{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.heroInline .container{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.heroGallery{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.heroGallery a{
  position: relative;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.heroGallery a:hover{
  opacity: 1;
}
.heroGallery a::after{
  position: absolute;
  top: 0.125rem;
  bottom: 0.125rem;
  left: -0.25rem;
  right: -0.25rem;
  z-index: -1;
  --tw-skew-x: -12deg;
  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));
  border-radius: 0.375rem;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  --tw-content: "";
  content: var(--tw-content);
  background-color: #fffa8b;
  width: 0%;
}
.heroGallery a.active{
  --tw-text-opacity: 1;
  color: rgb(28 53 56 / var(--tw-text-opacity));
}
.heroGallery a.active::after{
  width: 103%;
}
.heroGallery .overlay{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #09292E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 41 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  opacity: 0.4;
}
.heroGallery .simpleSwiper .swiper-pagination{
  bottom: 0px;
  width: 100%;
  padding-bottom: 5rem;
  text-align: left;
}
@media (min-width: 768px){
  .heroGallery .simpleSwiper .swiper-pagination{
    text-align: right;
  }
}
@media (min-width: 1024px){
  .heroGallery .simpleSwiper .swiper-pagination{
    padding-bottom: 10rem;
  }
}
.heroGallery .simpleSwiper .swiper-pagination .swiper-pagination-bullet{
  height: 0.75rem;
  width: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 252 250 / var(--tw-border-opacity));
  background-color: transparent;
  opacity: 1;
}
@media (min-width: 1024px){
  .heroGallery .simpleSwiper .swiper-pagination .swiper-pagination-bullet{
    height: 18px;
    width: 18px;
  }
}
.heroGallery .simpleSwiper .swiper-pagination .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity));
}

.pin {
  --pin-color: #FFFA8B;
}
.pin:hover {
  --pin-color: #1C3538;
}
.pin.active {
  --pin-color: #1C3538;
}
/**
 * Raiser's Edge Form Styles
 */
@media (min-width: 768px){
  .md\:h3{
    font-family: "p22-mackinac-pro", serif;
    margin-bottom: 1.25rem;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: -0.03em;
  }
  @media (min-width: 1024px){
    .md\:h3{
      margin-bottom: 2.5rem;
      font-size: 36px;
      line-height: 45px;
      letter-spacing: -1.08px;
    }
  }
}
@media (min-width: 1024px){
  .lg\:h1{
    font-family: "p22-mackinac-pro", serif;
    font-size: 50px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -1px;
  }
  @media (min-width: 1024px){
    .lg\:h1{
      font-size: 63px;
      line-height: 100%;
      letter-spacing: -2.16px;
    }
  }
  @media (min-width: 1280px){
    .lg\:h1{
      font-size: 72px;
      line-height: 100%;
    }
  }
  .lg\:h5{
    margin-bottom: 1.25rem;
    font-size: 25px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: -1.05px;
  }
  @media (min-width: 1024px){
    .lg\:h5{
      margin-bottom: 2.5rem;
      font-size: 28px;
      line-height: 120%;
      letter-spacing: -0.84px;
    }
  }
}
@media (min-width: 1280px){
  .xl\:h2{
    font-family: "p22-mackinac-pro", serif;
    margin-bottom: 0.75rem;
    font-size: 35px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -1.44px;
  }
  @media (min-width: 1024px){
    .xl\:h2{
      margin-bottom: 1.5rem;
      font-size: 3rem;
      line-height: 110%;
    }
  }
}
.hover\:bg-black:hover select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
.hover\:bg-teal:hover select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
.focus\:bg-teal:focus select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
@media (min-width: 1024px){
  .lg\:bg-teal select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
  .lg\:hover\:bg-black:hover select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
  .lg\:focus\:bg-black:focus select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }
}
.placeholder\:text-inherit::-moz-placeholder{
  color: inherit;
}
.placeholder\:text-inherit::placeholder{
  color: inherit;
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after{
  content: var(--tw-content);
  inset: 0px;
}
.first\:mt-0:first-child{
  margin-top: 0px;
}
.first\:border-none:first-child{
  border-style: none;
}
.first\:pt-0:first-child{
  padding-top: 0px;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:pb-0:last-child{
  padding-bottom: 0px;
}
.focus-within\:max-w-\[42ch\]:focus-within{
  max-width: 42ch;
}
.focus-within\:border-black:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(28 53 56 / var(--tw-border-opacity));
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 56 / var(--tw-bg-opacity));
}
.hover\:bg-teal:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 103 113 / var(--tw-bg-opacity));
}
.hover\:text-teal:hover{
  --tw-text-opacity: 1;
  color: rgb(34 103 113 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(253 252 250 / var(--tw-text-opacity));
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-75:hover{
  opacity: 0.75;
}
.focus\:cursor-text:focus{
  cursor: text;
}
.focus\:bg-teal:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 103 113 / var(--tw-bg-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-offset-4:focus-visible{
  outline-offset: 4px;
}
.group:hover .group-hover\:ml-4{
  margin-left: 1rem;
}
.group:hover .group-hover\:mr-0{
  margin-right: 0px;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}
@media (min-width: 640px){
  .sm\:aspect-auto{
    aspect-ratio: auto;
  }
}
@media (min-width: 768px){
  .md\:sticky{
    position: sticky;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:float-right{
    float: right;
  }
  .md\:float-left{
    float: left;
  }
  .md\:-mt-10{
    margin-top: -2.5rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-2{
    margin-bottom: 0.5rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:ml-4{
    margin-left: 1rem;
  }
  .md\:ml-8{
    margin-left: 2rem;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mr-8{
    margin-right: 2rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[400px\]{
    height: 400px;
  }
  .md\:h-\[75px\]{
    height: 75px;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:max-h-\[75px\]{
    max-height: 75px;
  }
  .md\:max-h-\[850px\]{
    max-height: 850px;
  }
  .md\:w-1\/12{
    width: 8.333333%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-3\/12{
    width: 25%;
  }
  .md\:w-4{
    width: 1rem;
  }
  .md\:w-4\/12{
    width: 33.333333%;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-7\/12{
    width: 58.333333%;
  }
  .md\:w-8\/12{
    width: 66.666667%;
  }
  .md\:w-9\/12{
    width: 75%;
  }
  .md\:w-\[130px\]{
    width: 130px;
  }
  .md\:w-\[45\%\]{
    width: 45%;
  }
  .md\:w-\[55\%\]{
    width: 55%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-\[400px\]{
    max-width: 400px;
  }
  .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-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:gap-16{
    gap: 4rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .md\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  .md\:border-none{
    border-style: none;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pr-12{
    padding-right: 3rem;
  }
  .md\:pr-5{
    padding-right: 1.25rem;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-1{
    padding-top: 0.25rem;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-7{
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:sticky{
    position: sticky;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:left-auto{
    left: auto;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-11{
    top: 2.75rem;
  }
  .lg\:top-auto{
    top: auto;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:float-right{
    float: right;
  }
  .lg\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:\!mb-2{
    margin-bottom: 0.5rem !important;
  }
  .lg\:\!mb-4{
    margin-bottom: 1rem !important;
  }
  .lg\:\!mb-5{
    margin-bottom: 1.25rem !important;
  }
  .lg\:-ml-16{
    margin-left: -4rem;
  }
  .lg\:-ml-3{
    margin-left: -0.75rem;
  }
  .lg\:-mt-1{
    margin-top: -0.25rem;
  }
  .lg\:-mt-2{
    margin-top: -0.5rem;
  }
  .lg\:-mt-56{
    margin-top: -14rem;
  }
  .lg\:-mt-75{
    margin-top: -4.6875rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-0\.5{
    margin-bottom: 0.125rem;
  }
  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }
  .lg\:ml-32{
    margin-left: 8rem;
  }
  .lg\:ml-36{
    margin-left: 9rem;
  }
  .lg\:ml-5{
    margin-left: 1.25rem;
  }
  .lg\:mr-12{
    margin-right: 3rem;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:mr-6{
    margin-right: 1.5rem;
  }
  .lg\:mr-\[-3rem\]{
    margin-right: -3rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-1{
    margin-top: 0.25rem;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-28{
    margin-top: 7rem;
  }
  .lg\:mt-32{
    margin-top: 8rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-7{
    margin-top: 1.75rem;
  }
  .lg\:mt-75{
    margin-top: 4.6875rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-\[774\/954\]{
    aspect-ratio: 774/954;
  }
  .lg\:aspect-auto{
    aspect-ratio: auto;
  }
  .lg\:h-1{
    height: 0.25rem;
  }
  .lg\:h-24{
    height: 6rem;
  }
  .lg\:h-4{
    height: 1rem;
  }
  .lg\:h-7{
    height: 1.75rem;
  }
  .lg\:h-9{
    height: 2.25rem;
  }
  .lg\:h-\[18px\]{
    height: 18px;
  }
  .lg\:h-\[4\.875rem\]{
    height: 4.875rem;
  }
  .lg\:h-\[715px\]{
    height: 715px;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:max-h-\[225px\]{
    max-height: 225px;
  }
  .lg\:min-h-\[713px\]{
    min-height: 713px;
  }
  .lg\:min-h-\[800px\]{
    min-height: 800px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-1\/6{
    width: 16.666667%;
  }
  .lg\:w-10{
    width: 2.5rem;
  }
  .lg\:w-10\/12{
    width: 83.333333%;
  }
  .lg\:w-2\/12{
    width: 16.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-2\/6{
    width: 33.333333%;
  }
  .lg\:w-24{
    width: 6rem;
  }
  .lg\:w-3\/12{
    width: 25%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-4{
    width: 1rem;
  }
  .lg\:w-4\/12{
    width: 33.333333%;
  }
  .lg\:w-4\/6{
    width: 66.666667%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-5\/6{
    width: 83.333333%;
  }
  .lg\:w-6{
    width: 1.5rem;
  }
  .lg\:w-7{
    width: 1.75rem;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-8\/12{
    width: 66.666667%;
  }
  .lg\:w-9{
    width: 2.25rem;
  }
  .lg\:w-9\/12{
    width: 75%;
  }
  .lg\:w-\[12ch\]{
    width: 12ch;
  }
  .lg\:w-\[18px\]{
    width: 18px;
  }
  .lg\:w-\[200px\]{
    width: 200px;
  }
  .lg\:w-\[22ch\]{
    width: 22ch;
  }
  .lg\:w-\[230px\]{
    width: 230px;
  }
  .lg\:w-\[29\%\]{
    width: 29%;
  }
  .lg\:w-\[31\%\]{
    width: 31%;
  }
  .lg\:w-\[4\.875rem\]{
    width: 4.875rem;
  }
  .lg\:w-\[45\%\]{
    width: 45%;
  }
  .lg\:w-\[48\%\]{
    width: 48%;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:w-\[min\(40ch\2c 75\%\)\]{
    width: min(40ch,75%);
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:min-w-\[165px\]{
    min-width: 165px;
  }
  .lg\:max-w-1\/2{
    max-width: 50%;
  }
  .lg\:max-w-3xl{
    max-width: 48rem;
  }
  .lg\:max-w-4xl{
    max-width: 56rem;
  }
  .lg\:max-w-\[16ch\]{
    max-width: 16ch;
  }
  .lg\:max-w-\[200px\]{
    max-width: 200px;
  }
  .lg\:max-w-\[70\%\]{
    max-width: 70%;
  }
  .lg\:max-w-\[75\%\]{
    max-width: 75%;
  }
  .lg\:flex-auto{
    flex: 1 1 auto;
  }
  .lg\:flex-initial{
    flex: 0 1 auto;
  }
  .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\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-3{
    gap: 0.75rem;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }
  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .lg\:gap-y-24{
    row-gap: 6rem;
  }
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .lg\:border-b-2{
    border-bottom-width: 2px;
  }
  .lg\:bg-teal{
    --tw-bg-opacity: 1;
    background-color: rgb(34 103 113 / var(--tw-bg-opacity));
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:p-3{
    padding: 0.75rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:p-\[75px\]{
    padding: 75px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[1\.8125rem\]{
    padding-left: 1.8125rem;
    padding-right: 1.8125rem;
  }
  .lg\:px-\[56px\]{
    padding-left: 56px;
    padding-right: 56px;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-75{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .lg\:py-\[0\.625rem\]{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:pb-4{
    padding-bottom: 1rem;
  }
  .lg\:pb-40{
    padding-bottom: 10rem;
  }
  .lg\:pb-44{
    padding-bottom: 11rem;
  }
  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }
  .lg\:pb-75{
    padding-bottom: 4.6875rem;
  }
  .lg\:pb-\[0\.625rem\]{
    padding-bottom: 0.625rem;
  }
  .lg\:pl-16{
    padding-left: 4rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-2{
    padding-top: 0.5rem;
  }
  .lg\:pt-4{
    padding-top: 1rem;
  }
  .lg\:pt-9{
    padding-top: 2.25rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl\/\[44px\]{
    font-size: 2.25rem;
    line-height: 44px;
  }
  .lg\:text-5xl\/\[110\%\]{
    font-size: 3rem;
    line-height: 110%;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .lg\:text-\[28px\]\/\[120\%\]{
    font-size: 28px;
    line-height: 120%;
  }
  .lg\:text-\[28px\]\/\[32px\]{
    font-size: 28px;
    line-height: 32px;
  }
  .lg\:text-\[2rem\]{
    font-size: 2rem;
  }
  .lg\:text-\[36px\]\/\[45px\]{
    font-size: 36px;
    line-height: 45px;
  }
  .lg\:text-\[45px\]\/\[50px\]{
    font-size: 45px;
    line-height: 50px;
  }
  .lg\:text-\[63px\]\/\[100\%\]{
    font-size: 63px;
    line-height: 100%;
  }
  .lg\:text-\[90px\]{
    font-size: 90px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-base\/\[20px\]{
    font-size: 1rem;
    line-height: 20px;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-lg\/\[24px\]{
    font-size: 1.125rem;
    line-height: 24px;
  }
  .lg\:text-xl\/\[26px\]{
    font-size: 1.25rem;
    line-height: 26px;
  }
  .lg\:text-xl\/\[28px\]{
    font-size: 1.25rem;
    line-height: 28px;
  }
  .lg\:leading-none{
    line-height: 1;
  }
  .lg\:-tracking-\[0\.72px\]{
    letter-spacing: -0.72px;
  }
  .lg\:-tracking-\[0\.84px\]{
    letter-spacing: -0.84px;
  }
  .lg\:-tracking-\[1\.08px\]{
    letter-spacing: -1.08px;
  }
  .lg\:-tracking-\[2\.16px\]{
    letter-spacing: -2.16px;
  }
  .lg\:-tracking-\[3px\]{
    letter-spacing: -3px;
  }
  .lg\:tracking-\[0\.32px\]{
    letter-spacing: 0.32px;
  }
  .lg\:tracking-wide{
    letter-spacing: 0.025em;
  }
  .lg\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  }
  .lg\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(28 53 56 / var(--tw-bg-opacity));
  }
}
@media (min-width: 1280px){
  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .xl\:-ml-28{
    margin-left: -7rem;
  }
  .xl\:mb-8{
    margin-bottom: 2rem;
  }
  .xl\:mr-75{
    margin-right: 4.6875rem;
  }
  .xl\:mr-\[-5rem\]{
    margin-right: -5rem;
  }
  .xl\:mt-40{
    margin-top: 10rem;
  }
  .xl\:block{
    display: block;
  }
  .xl\:max-w-\[75\%\]{
    max-width: 75%;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .xl\:p-75{
    padding: 4.6875rem;
  }
  .xl\:px-75{
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .xl\:py-75{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .xl\:pb-75{
    padding-bottom: 4.6875rem;
  }
  .xl\:pl-32{
    padding-left: 8rem;
  }
  .xl\:pl-75{
    padding-left: 4.6875rem;
  }
  .xl\:pr-32{
    padding-right: 8rem;
  }
  .xl\:pt-75{
    padding-top: 4.6875rem;
  }
  .xl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }
  .xl\:text-\[72px\]\/\[100\%\]{
    font-size: 72px;
    line-height: 100%;
  }
}
@media (min-width: 1536px){
  .\32xl\:aspect-\[8\/7\]{
    aspect-ratio: 8/7;
  }
}
.\[\&\>a\]\:relative>a{
  position: relative;
}
