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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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;
}
  html {
    font-family: "Gotham", system-ui, sans-serif;
  }
  @font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/sk8/assets/webfonts/Gotham-Book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/sk8/assets/webfonts/Gotham-Bold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: "Gotham Cond";
    src: url("/wp-content/themes/sk8/assets/webfonts/gothamcondssm-black-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  html {
    font-family: "Ginger", system-ui, sans-serif;
  }
  ::-moz-selection {
    text-shadow: none;
  }
  ::selection {
    text-shadow: none;
  }

*, ::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(15 45 46 / 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(15 45 46 / 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:  ;
}
html {
  box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

*,
html,
body,
iframe {
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

body.modal {
  overflow: hidden;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

figure {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

img {
  height: auto;
  width: 100%;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.site_wrapper {
  overflow-x: hidden;
}

.separator {
  position: relative;
}
.separator:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.5rem;
  height: 100%;
  width: 1px;
  transform: translateY(-50%);
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
}

.answer {
  transition: height 0.35s ease-in-out;
}
.answer:not(.active) {
  display: none;
}

.plus_icon.active {
  transform: rotate(225deg);
}

.footer p, .footer a {
  font-size: 16px !important;
}

.copy_container ul, .answer ul {
  list-style-type: square;
  padding-left: 20px;
  margin-bottom: 2rem;
}

.question p {
  margin-bottom: 0 !important;
}

p a {
  text-decoration: underline;
}

.button .button_text {
  overflow: hidden;
  position: relative;
}
.button .button_text .off {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.5s;
}
.button .button_text .on {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: top 0.5s;
}
.button:hover .button_text .off {
  top: -110%;
}
.button:hover .button_text .on {
  top: 0;
}

.prev_card_slide, .prev_news_slide, .prev_image_slide {
  position: relative;
  overflow: hidden;
}
.prev_card_slide .off, .prev_news_slide .off, .prev_image_slide .off {
  position: relative;
  left: 0;
  transition: left 0.35s;
}
.prev_card_slide .on, .prev_news_slide .on, .prev_image_slide .on {
  position: absolute;
  left: 100%;
  width: 32px;
  transition: left 0.5s;
}
.prev_card_slide:hover .off, .prev_news_slide:hover .off, .prev_image_slide:hover .off {
  left: -160%;
}
.prev_card_slide:hover .on, .prev_news_slide:hover .on, .prev_image_slide:hover .on {
  left: 16px;
}

.next_card_slide, .next_news_slide, .next_image_slide {
  position: relative;
  overflow: hidden;
}
.next_card_slide .off, .next_news_slide .off, .next_image_slide .off {
  position: relative;
  left: 0;
  transition: left 0.35s;
}
.next_card_slide .on, .next_news_slide .on, .next_image_slide .on {
  position: absolute;
  left: -100%;
  width: 32px;
  transition: left 0.5s;
}
.next_card_slide:hover .off, .next_news_slide:hover .off, .next_image_slide:hover .off {
  left: 160%;
}
.next_card_slide:hover .on, .next_news_slide:hover .on, .next_image_slide:hover .on {
  left: 16px;
}

.skip_item {
  left: -999em;
  position: absolute;
  width: 990em;
  z-index: 999;
}

header nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header nav ul li a {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 769px) {
  header nav ul li a {
    font-size: 16px;
  }
}
header nav ul li a:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: width 0.35s;
}
header nav ul li a:hover:after {
  width: 100%;
}
header nav ul li.nav_button a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 45 46 / var(--tw-text-opacity));
  padding: 0.5rem 0.75rem;
  transition: background-color 0.35s, color 0.35s;
}
@media (min-width: 769px) {
  header nav ul li.nav_button a {
    padding: 1rem 2rem;
  }
}
header nav ul li.nav_button a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header nav ul li.nav_button a:after {
  content: none;
}

.fluentform {
  height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.fluentform .ff-step-body, .fluentform .ff-step-container, .fluentform .frm-fluent-form, .fluentform fieldset {
  height: 100%;
}
.fluentform input {
  border: 0 !important;
  border-bottom: 1px solid #FFFFFF !important;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 1rem 0 !important;
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.fluentform input::-moz-placeholder {
  color: #FFFFFF !important;
  font-family: "Studio Pro", sans-serif;
}
.fluentform input::placeholder {
  color: #FFFFFF !important;
  font-family: "Studio Pro", sans-serif;
}
.fluentform input::-webkit-input-placeholder {
  color: #FFFFFF !important;
  font-family: "Studio Pro", sans-serif;
}
.fluentform input::-moz-placeholder {
  color: #FFFFFF !important;
  font-family: "Studio Pro", sans-serif;
}
.fluentform input:-ms-input-placeholder {
  color: #FFFFFF !important;
  font-family: "Studio Pro", sans-serif;
}
.fluentform input:-moz-placeholder {
  color: #FFFFFF !important;
  font-family: "Studio Pro", sans-serif;
}
.fluentform input[type=submit] {
  border: 1px solid #fff !important;
  max-width: 15.625rem;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s;
  margin: 3rem 0 2rem;
}
.fluentform input[type=submit]:hover {
  background-color: #FFFFFF;
  color: #fff;
}
.fluentform input[type=checkbox], .fluentform input[type=radio] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-color: transparent !important;
  margin: 0 !important;
  font: inherit !important;
  color: #fff !important;
  width: 15px !important;
  height: 15px !important;
  padding: 0 !important;
  border: 1px solid #fff !important;
  transform: translateY(-0.075em) !important;
  display: grid !important;
  place-content: center !important;
  cursor: pointer !important;
  margin-right: 1rem !important;
  margin-top: 4px !important;
  vertical-align: middle !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.fluentform input[type=checkbox]:before, .fluentform input[type=radio]:before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #fff;
}
.fluentform input[type=checkbox]:checked::before, .fluentform input[type=radio]:checked::before {
  transform: scale(1);
}
.fluentform textarea {
  border: 1px solid #FFFFFF !important;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 1rem !important;
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.fluentform textarea::-moz-placeholder {
  color: #FFFFFF !important;
  font-family: "Studio Pro", sans-serif;
}
.fluentform textarea::placeholder {
  color: #FFFFFF !important;
  font-family: "Studio Pro", sans-serif;
}
.fluentform textarea::-webkit-input-placeholder {
  color: #FFFFFF !important;
  font-family: "Studio Pro", sans-serif;
}
.fluentform textarea::-moz-placeholder {
  color: #FFFFFF !important;
  font-family: "Studio Pro", sans-serif;
}
.fluentform textarea:-ms-input-placeholder {
  color: #FFFFFF !important;
  font-family: "Studio Pro", sans-serif;
}
.fluentform textarea:-moz-placeholder {
  color: #FFFFFF !important;
  font-family: "Studio Pro", sans-serif;
}
.fluentform .ff-btn {
  border: 1px solid #FFFFFF !important;
  color: #FFFFFF !important;
  background-color: transparent !important;
  padding: 0.75rem 5rem !important;
  border-radius: 0 !important;
  width: 100%;
}
.fluentform .ff-btn:hover {
  background-color: #FFFFFF !important;
  color: #8BC5CD !important;
  opacity: 1 !important;
}
.fluentform .step-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 769px) {
  .fluentform .step-nav {
    flex-wrap: nowrap;
  }
}
.fluentform .text-danger {
  color: red !important;
}
.fluentform .ff-el-form-control:focus {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
.fluentform .ff-message-success {
  border: 0 !important;
  box-shadow: none;
  margin-top: 0 !important;
  padding: 0 !important;
  position: relative;
}

@media (min-width: 769px) {
  .haveyoursay_forms .fluentform {
    height: calc(100vh - 88px);
    margin-top: 88px;
    overflow-y: scroll;
  }
}
.haveyoursay_forms .fluentform .ff-step-container {
  position: relative;
}
.haveyoursay_forms .fluentform .ff-step-header {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 6rem);
  z-index: 10;
}
.haveyoursay_forms .fluentform .ff-step-header .ff-el-progress-status {
  display: none;
}
.haveyoursay_forms .fluentform .ff-step-header .ff-el-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(15 45 46 / var(--tw-bg-opacity));
}
.haveyoursay_forms .fluentform .ff-step-header .ff-el-progress-bar span {
  display: none;
}
.haveyoursay_forms .fluentform .ff-step-header .ff-el-progress {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 0;
  border: 1px solid #fff;
}
.haveyoursay_forms .fluentform .fluentform-step {
  padding: 2rem 2rem 8rem 2rem;
  height: 100% !important;
}
@media (min-width: 769px) {
  .haveyoursay_forms .fluentform .fluentform-step {
    padding: 3rem 3rem 8rem 3rem;
    height: calc(100vh - 88px) !important;
  }
}
.haveyoursay_forms .fluentform .fluentform-step.active {
  height: 100% !important;
}
@media (min-width: 769px) {
  .haveyoursay_forms .fluentform .fluentform-step.active {
    height: calc(100vh - 88px) !important;
  }
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm {
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool input, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm input {
  border-bottom: 1px solid #000 !important;
  color: #000;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool input::-moz-placeholder, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm input::-moz-placeholder {
  color: #000 !important;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool input::placeholder, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm input::placeholder {
  color: #000 !important;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool input::-webkit-input-placeholder, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm input::-webkit-input-placeholder {
  color: #000 !important;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool input::-moz-placeholder, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm input::-moz-placeholder {
  color: #000 !important;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool input:-ms-input-placeholder, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm input:-ms-input-placeholder {
  color: #000 !important;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool input:-moz-placeholder, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm input:-moz-placeholder {
  color: #000 !important;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool input[type=submit], .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm input[type=submit] {
  border: 1px solid #000 !important;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool input[type=submit]:hover, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm input[type=submit]:hover {
  background-color: #000;
  color: #000;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool input[type=checkbox], .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm input[type=checkbox] {
  color: #000 !important;
  border: 1px solid #000 !important;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool input[type=checkbox]:before, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm input[type=checkbox]:before {
  box-shadow: inset 1em 1em #000;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool textarea, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm textarea {
  border: 1px solid #000 !important;
  color: #000;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool textarea::-moz-placeholder, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm textarea::-moz-placeholder {
  color: #000 !important;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool textarea::placeholder, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm textarea::placeholder {
  color: #000 !important;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool textarea::-webkit-input-placeholder, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm textarea::-webkit-input-placeholder {
  color: #000 !important;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool textarea::-moz-placeholder, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm textarea::-moz-placeholder {
  color: #000 !important;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool textarea:-ms-input-placeholder, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm textarea:-ms-input-placeholder {
  color: #000 !important;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool textarea:-moz-placeholder, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm textarea:-moz-placeholder {
  color: #000 !important;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool .ff-btn, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm .ff-btn {
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: transparent !important;
  padding: 0.75rem 5rem !important;
  border-radius: 0 !important;
  width: 100%;
}
.haveyoursay_forms .fluentform .fluentform-step.bg-grey-cool .ff-btn:hover, .haveyoursay_forms .fluentform .fluentform-step.bg-grey-warm .ff-btn:hover {
  background-color: #000 !important;
  color: #8BC5CD !important;
  opacity: 1 !important;
}

.form_image {
  transition: top 0.5s;
}
.form_image.down {
  top: 100%;
}
.form_image.active {
  top: 0;
}
.form_image.up {
  top: -100%;
}

.footer_form .fluentform {
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
.footer_form .fluentform input {
  border-bottom: 1px solid #000 !important;
  color: #000;
}
.footer_form .fluentform input::-moz-placeholder {
  color: #000 !important;
}
.footer_form .fluentform input::placeholder {
  color: #000 !important;
}
.footer_form .fluentform input::-webkit-input-placeholder {
  color: #000 !important;
}
.footer_form .fluentform input::-moz-placeholder {
  color: #000 !important;
}
.footer_form .fluentform input:-ms-input-placeholder {
  color: #000 !important;
}
.footer_form .fluentform input:-moz-placeholder {
  color: #000 !important;
}
.footer_form .fluentform input[type=submit] {
  border: 1px solid #000 !important;
}
.footer_form .fluentform input[type=submit]:hover {
  background-color: #000;
  color: #000;
}
.footer_form .fluentform input[type=checkbox] {
  color: #000 !important;
  border: 1px solid #000 !important;
}
.footer_form .fluentform input[type=checkbox]:before {
  box-shadow: inset 1em 1em #000;
}
.footer_form .fluentform textarea {
  border: 1px solid #000 !important;
  color: #000;
}
.footer_form .fluentform textarea::-moz-placeholder {
  color: #000 !important;
}
.footer_form .fluentform textarea::placeholder {
  color: #000 !important;
}
.footer_form .fluentform textarea::-webkit-input-placeholder {
  color: #000 !important;
}
.footer_form .fluentform textarea::-moz-placeholder {
  color: #000 !important;
}
.footer_form .fluentform textarea:-ms-input-placeholder {
  color: #000 !important;
}
.footer_form .fluentform textarea:-moz-placeholder {
  color: #000 !important;
}
.footer_form .fluentform .ff-btn {
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: transparent !important;
  padding: 0.75rem 5rem !important;
  border-radius: 0 !important;
  width: 100%;
}
.footer_form .fluentform .ff-btn:hover {
  background-color: #000 !important;
  color: #8BC5CD !important;
  opacity: 1 !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 210px;
  line-height: 165px;
  font-weight: 400;
  letter-spacing: -0.015em;
  font-family: Gotham Cond;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)).news_title {
  font-size: 68px;
  line-height: 58px;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: Gotham Cond;
  text-transform: uppercase;
  margin-bottom: 0;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 118px;
  line-height: 92px;
  font-weight: 400;
  letter-spacing: -0.015em;
  font-family: Gotham Cond;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 68px;
  line-height: 58px;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: Gotham Cond;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 50px;
  line-height: 43px;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: Gotham Cond;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 45px;
  line-height: 38px;
  font-weight: 400;
  font-family: Gotham Cond;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.015em;
  margin-bottom: 2rem;
  font-family: Gotham;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).xs {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.015em;
  font-family: Gotham;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).button {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).xs {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 100px;
  line-height: 85px;
  font-weight: 400;
  letter-spacing: -0.015em;
  font-family: Gotham Cond;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)).news_title {
  font-size: 48px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: Gotham Cond;
  text-transform: uppercase;
  margin-bottom: 0;
}

.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 118px;
  line-height: 92px;
  font-weight: 400;
  letter-spacing: -0.015em;
  font-family: Gotham Cond;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 50px;
  line-height: 43px;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: Gotham Cond;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 40px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: Gotham Cond;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.prose-sm :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 35px;
  line-height: 28px;
  font-weight: 400;
  font-family: Gotham Cond;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.prose-sm :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.015em;
  margin-bottom: 2rem;
  font-family: Gotham;
}

.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg {
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).xs {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.015em;
  font-family: Gotham;
}

.prose-sm :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).button {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.prose-sm :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).xs {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.015em;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.top-0 {
  top: 0px;
}
.top-2\/4 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-14 {
  grid-column: span 14 / span 14;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-end-13 {
  grid-column-end: 13;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-end-2 {
  grid-row-end: 2;
}
.row-end-3 {
  grid-row-end: 3;
}
.row-end-4 {
  grid-row-end: 4;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[88px\] {
  margin-top: 88px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-1\/2 {
  height: 50%;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-3\/4 {
  height: 75%;
}
.h-56 {
  height: 14rem;
}
.h-\[50px\] {
  height: 50px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-3\/4 {
  width: 75%;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-full {
  width: 100%;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-14 {
  grid-template-columns: repeat(14, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(29 29 27 / var(--tw-border-opacity));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(15 45 46 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 197 205 / var(--tw-bg-opacity));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 128 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 45 46 / var(--tw-bg-opacity));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 218 210 / var(--tw-bg-opacity));
}
.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 241 243 / var(--tw-bg-opacity));
}
.bg-grey-cool {
  --tw-bg-opacity: 1;
  background-color: rgb(212 225 230 / var(--tw-bg-opacity));
}
.bg-grey-warm {
  --tw-bg-opacity: 1;
  background-color: rgb(230 225 218 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.fill-none {
  fill: none;
}
.fill-white {
  fill: #fff;
}
.stroke-black {
  stroke: #1D1D1B;
}
.stroke-blue-500 {
  stroke: #0F2D2E;
}
.stroke-none {
  stroke: none;
}
.stroke-white {
  stroke: #fff;
}
.stroke-1 {
  stroke-width: 1;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-12 {
  padding: 3rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-20 {
  padding: 5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-32 {
  padding: 8rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-48 {
  padding-bottom: 12rem;
}
.pb-60 {
  padding-bottom: 15rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-44 {
  padding-top: 11rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(139 197 205 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(0 109 128 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(15 45 46 / var(--tw-text-opacity));
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(146 218 210 / var(--tw-text-opacity));
}
.text-grey-cool {
  --tw-text-opacity: 1;
  color: rgb(212 225 230 / var(--tw-text-opacity));
}
.text-grey-warm {
  --tw-text-opacity: 1;
  color: rgb(230 225 218 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-60 {
  opacity: 0.6;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {

  .md\:prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 210px;
    line-height: 165px;
    font-weight: 400;
    letter-spacing: -0.015em;
    font-family: Gotham Cond;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }

  .md\:prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)).news_title {
    font-size: 68px;
    line-height: 58px;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: Gotham Cond;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .md\:prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 118px;
    line-height: 92px;
    font-weight: 400;
    letter-spacing: -0.015em;
    font-family: Gotham Cond;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }

  .md\:prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 68px;
    line-height: 58px;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: Gotham Cond;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }

  .md\:prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 50px;
    line-height: 43px;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: Gotham Cond;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }

  .md\:prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 45px;
    line-height: 38px;
    font-weight: 400;
    font-family: Gotham Cond;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }

  .md\:prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.015em;
    margin-bottom: 2rem;
    font-family: Gotham;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: -0.015em;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.015em;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).xs {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.015em;
  }

  .md\:prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.015em;
    font-family: Gotham;
  }

  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).button {
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).xs {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.015em;
  }
}
.last-of-type\:border-0:last-of-type {
  border-width: 0px;
}
@media (min-width: 640px) {

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 768px) {

  .md\:fixed {
    position: fixed;
  }

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

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

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

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

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

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

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

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

  .md\:col-start-1 {
    grid-column-start: 1;
  }

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

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

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

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

  .md\:h-screen {
    height: 100vh;
  }

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

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

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

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

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pb-60 {
    padding-bottom: 15rem;
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
