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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@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;
  }
}

.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;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-\[-45px\] {
  bottom: -45px;
}

.bottom-\[-60px\] {
  bottom: -60px;
}

.bottom-\[0px\] {
  bottom: 0px;
}

.left-\[-20px\] {
  left: -20px;
}

.right-\[-15px\] {
  right: -15px;
}

.right-\[-20px\] {
  right: -20px;
}

.right-\[-60px\] {
  right: -60px;
}

.right-\[-65px\] {
  right: -65px;
}

.right-\[0px\] {
  right: 0px;
}

.top-\[0px\] {
  top: 0px;
}

.top-\[20px\] {
  top: 20px;
}

.top-\[32px\] {
  top: 32px;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

.mb-11 {
  margin-bottom: 2.75rem;
}

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

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

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

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

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

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

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

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

.me-auto {
  margin-inline-end: auto;
}

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

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

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

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

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

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

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

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

.mt-\[-52px\] {
  margin-top: -52px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[3\/1\] {
  aspect-ratio: 3/1;
}

.aspect-\[6\/1\] {
  aspect-ratio: 6/1;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-20 {
  height: 5rem;
}

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

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

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

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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));
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

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

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

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

.rounded-none {
  border-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

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

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

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

.border-r-2 {
  border-right-width: 2px;
}

.border-r-4 {
  border-right-width: 4px;
}

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

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

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

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

.border-relatively-blue {
  --tw-border-opacity: 1;
  border-color: rgb(82 162 170 / var(--tw-border-opacity, 1));
}

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

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

.bg-messenger-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(250 166 53 / var(--tw-bg-opacity, 1));
}

.bg-neutral-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(143 143 143 / var(--tw-bg-opacity, 1));
}

.bg-neutral-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(34 51 59 / var(--tw-bg-opacity, 1));
}

.bg-relatively-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(82 162 170 / var(--tw-bg-opacity, 1));
}

.bg-spacey-green {
  --tw-bg-opacity: 1;
  background-color: rgb(175 208 117 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-muli {
  font-family: Muli, sans-serif;
}

.font-mulibold {
  font-family: Muli Bold, sans-serif;
}

.font-muliextralight {
  font-family: Muli Extra Light, sans-serif;
}

.font-mulisemibolditalic {
  font-family: Muli SemiBold Italic, sans-serif;
}

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

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

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

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

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

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

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

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

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

.font-extralight {
  font-weight: 200;
}

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

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

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

.text-messenger-orange {
  --tw-text-opacity: 1;
  color: rgb(250 166 53 / var(--tw-text-opacity, 1));
}

.text-spacey-green {
  --tw-text-opacity: 1;
  color: rgb(175 208 117 / var(--tw-text-opacity, 1));
}

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

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/*.carousel-cell {
  width: 100%;
  !* full width *!

}*/

@font-face {
  font-family: 'Muli';

  src: url('/wp-content/themes/intrivity/fonts/muli/Muli-Regular.ttf');
}

@font-face {
  font-family: 'Muli Extra Light';

  src: url('/wp-content/themes/intrivity/fonts/muli/Muli-ExtraLight.ttf');
}

@font-face {
  font-family: 'Muli SemiBold Italic';

  src: url('/wp-content/themes/intrivity/fonts/muli/Muli-SemiBoldItalic.ttf');
}

@font-face {
  font-family: 'Muli Bold';

  src: url('/wp-content/themes/intrivity/fonts/muli/Muli-SemiBold.ttf');
}

.now-enrolling-popup h2 {
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.now-enrolling-popup p {
  text-align: center;
  font-family: Muli Extra Light, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 200;
}

.sg-popup-content .sgpb-main-html-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(34 51 59 / var(--tw-bg-opacity, 1));
  padding: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.now-enrolling-popup .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.yes {
  margin-top: 2rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(250 166 53 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.no-thanks {
  display: inline-block;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Muli Bold, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: lowercase;
  --tw-text-opacity: 1;
  color: rgb(250 166 53 / var(--tw-text-opacity, 1));
}

.no-thanks:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sgpb-popup-close-button-3 {
  width: auto !important;
}

#Contact-Form .wpforms-field-label {
  font-family: Muli Extra Light, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 200;
}

#Contact-Form .wpforms-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(250 166 53 / var(--tw-bg-opacity, 1));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  text-transform: lowercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#Contact-Form
  div.wpforms-container-full
  .wpforms-field.wpforms-field-select-style-classic
  select {
  height: 50px;
  font-family: Muli Extra Light, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 200;
}

body {
  font-family: Muli, sans-serif;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  /* @apply text-neutral-navy; */
}

.post,
.page {
  margin-bottom: 0px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0;
}

footer {
  margin-top: 70px;
}

/*Links*/

#Certified-Trainer-Callout a {
  --tw-text-opacity: 1;
  color: rgb(250 166 53 / var(--tw-text-opacity, 1));
}

#Our-Research-Featured p {
  font-family: Muli Extra Light, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 200;
}

#Edge-Certification p {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.orangeQuote::before {
  content: ' ';
  display: block;
  left: -50px;
  background-image: url(/wp-content/themes/intrivity/images/q_start.svg);
  background-size: 40px;
  width: 40px;
  position: absolute;
  top: -7px;
  height: 32px;
}

.orangeQuote::after {
  content: ' ';
  display: block;
  background-image: url(/wp-content/themes/intrivity/images/q_end.svg);
  position: absolute;
  right: 30px;
  bottom: -35px;
  background-size: 40px;
  width: 40px;
  height: 30px;
}

.gridParent {
  display: grid;
  grid-template-areas:
    'c11'
    'c21'
    'c31'
    'c41'
    'c12'
    'c22'
    'c32'
    'c42'
    'c13'
    'c23'
    'c33'
    'c43';
}

.academia_subheading,
.academia_heading,
.academia_blurb,
.corporate_subheading,
.corporate_heading,
.corporate_blurb,
.consultants_subheading,
.consultants_heading,
.consultants_blurb {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

/* and then we define content and assgin to that area */

/* academia means audiance1 box */

.academia_subheading,
.corporate_subheading,
.consultants_subheading {
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
}

.academia_blurb,
.corporate_blurb,
.consultants_blurb {
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}

.academia_heading,
.corporate_heading,
.consultants_heading {
  border-left: 2px solid black;
  border-right: 2px solid black;
}

.academia_subheading {
  grid-area: c11;
}

.academia_heading {
  grid-area: c21;
}

.academia_blurb {
  grid-area: c31;
}

.academia_link {
  grid-area: c41;
}

.corporate_subheading {
  grid-area: c12;
}

.corporate_heading {
  grid-area: c22;
}

.corporate_blurb {
  grid-area: c32;
}

.corporate_link {
  grid-area: c42;
}

.consultants_subheading {
  grid-area: c13;
}

.consultants_heading {
  grid-area: c23;
}

.consultants_blurb {
  grid-area: c33;
}

.consultants_link {
  grid-area: c43;
}

.site-branding img {
  position: absolute;
  z-index: 1000;
  top: 16px;
  left: 0px;
}

#hamButton {
  position: absolute;
  z-index: 1000;
  top: 32px;
  right: 16px;
}

.toggled #orangeLogo {
  /* Changed */
  display: none;
}

.toggled #whiteLogo {
  display: block;
}

#menu-open-info-bar {
  display: none;
  padding: 0px;
  top: 112px;
  left: 13px;
}

.toggled #menu-open-info-bar {
  display: block !important;
}

#primary {
  margin-top: 80px;
}

.main-navigation ul {
  /* display: none; */
  list-style: none;
  margin: 0;
  padding-left: 0;
}

ul .sub-menu {
  padding-left: 15px;
}

.menu-primary-container {
  display: none;
}

ul#primary-menu {
  /* margin-top: 120px; */
  font-size: 1.125rem;
  line-height: 1.75rem;
  /*Changed */
  /*  overflow-y: auto !important;
  overflow-y: auto !important; */
  /*  position: absolute;
  top: 120px;
  bottom: 0;
  width: 100%; */
  /*padding-top: 200px;*/
}

#gtransalteWrapper {
  left: 10px;
  position: absolute;
  top: 85px;
  display: none;
}

.toggled #gtransalteWrapper {
  display: block !important;
  z-index: 99999;
}

.toggled ul#primary-menu {
  margin-top: 120px;
  font-size: 1.5rem;
  line-height: 2rem;
}

ul#primary-menu li,
ul .sub-menu li {
  padding: 0.5rem;
}

.toggled .menu-primary-container {
  display: block;
  /* CHANGED position: absolute; */
}

#menuClose {
  display: none;
}

.toggled #menuHam {
  display: none;
}

.toggled #menuClose {
  display: block;
}

.toggled .menu-primary-container {
  display: block;
  /* CHANGED 
 
*/
}

/* Footer Styles  */

footer {
  font-family: Muli, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

footer .footer-list-links {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.footer-list-links li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.xlhidden {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(34 51 59 / var(--tw-text-opacity, 1));
}

.assessment a {
  --tw-bg-opacity: 1;
  background-color: rgb(175 208 117 / var(--tw-bg-opacity, 1));
  padding-bottom: 0px;
  padding-top: 0.5rem;
  text-transform: uppercase;
}

.who-is-it-for-card {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.who-is-it-for-card .wp-block-media-text__content {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.who-is-it-for-card .who-is-it-for-button a {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 166 53 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
  font-family: Muli, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.who-is-it-for-card .who-is-it-for-button a:hover {
  --tw-text-opacity: 1;
  color: rgb(34 51 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .who-is-it-for-card .who-is-it-for-button a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .who-is-it-for-card .who-is-it-for-button a {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/*Desktop Styles*/

@media (min-width: 1280px) {
  .carousel-cell {
    width: 100%;
  }

  .xlhidden {
    display: none !important;
  }

  .gridParent {
    display: grid;
    grid-template-areas:
      'c11 c12 c13'
      'c21 c22 c23'
      'c31 c32 c33'
      'c41 c42 c43';
  }

  .academia_subheading,
  .academia_heading,
  .academia_blurb,
  .corporate_subheading,
  .corporate_heading,
  .corporate_blurb,
  .consultants_subheading,
  .consultants_heading,
  .consultants_blurb,
  academia_link,
  corporate_link,
  consultants_link {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-right: 2.5rem;
  }

  .consultants_subheading,
  .consultants_heading,
  .consultants_blurb {
    padding-right: 0px;
  }

  /* and then we define content and assgin to that area */

  /* academia means audiance1 box */

  .academia_subheading,
  .corporate_subheading,
  .consultants_subheading {
    border: none;
  }

  .academia_blurb,
  .corporate_blurb,
  .consultants_blurb {
    border: none;
    line-height: 1.25;
  }

  .academia_heading,
  .corporate_heading,
  .consultants_heading {
    border: none;
  }

  #primary {
    margin-top: 0px;
  }

  ul#primary-menu {
    padding-top: 3rem;
    padding-top: 0;
    width: 100%;
    overflow-y: visible !important;
    position: static;
    /*padding-top: 200px;*/
  }

  .menu-primary-container {
    /*@apply mt-6;*/
    display: block;
    width: 100%;
  }

  .main-navigation ul {
    display: flex;
    justify-content: end;
    font-family: Muli, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
  }

  /* Navigation
--------------------------------------------- */

  /* .main-navigation {
	display: block;
	width: 100%;
} */

  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }

  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
  }

  /* .main-navigation ul ul a {
    width: 200px;
  } */

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }

  .main-navigation li {
    position: relative;
  }

  .main-navigation a {
    display: block;
    text-decoration: none;
  }

  /* Small menu. */

  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }

  .main-navigation li {
    margin-right: 1rem;
    display: flex;
    text-transform: uppercase;
  }

  .main-navigation li a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .main-navigation ul ul {
    display: flex;
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 1rem;
    width: 200px;
  }

  .main-navigation ul ul li a {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .main-navigation ul ul li {
    margin-left: 5px;
    height: 40px;
    width: 100%;
    padding: 0.5rem;
  }

  .main-navigation ul ul li:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(175 208 117 / var(--tw-bg-opacity, 1));
  }

  /* Dropdown menu icon */

  .menu li.has-children > a:after {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    content: url(/wp-content/themes/intrivity/images/nav-down-arrow.png);
  }
}

@media (max-width:410px)
{
  #orangeLogo img, #whiteLogo {
    width: 130px !important;
  }

  .site-branding img{
    top:25px !important;
  }
}

footer .gtranslate_wrapper .gt_switcher-popup span{
  color:white !important;
}

.visited\:text-neutral-navy:visited {
  color: rgb(34 51 59 );
}

.visited\:text-white:visited {
  color: rgb(255 255 255 );
}

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

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

.hover\:text-neutral-navy:hover {
  --tw-text-opacity: 1;
  color: rgb(34 51 59 / var(--tw-text-opacity, 1));
}

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

.hover\:duration-200:hover {
  transition-duration: 200ms;
}

.hover\:ease-in:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 640px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-\[-70px\] {
    margin-left: -70px;
  }

  .sm\:block {
    display: block;
  }

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

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

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

  .sm\:pl-\[115px\] {
    padding-left: 115px;
  }

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

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

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

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mt-\[-30px\] {
    margin-top: -30px;
  }

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

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

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

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:w-full {
    width: 100%;
  }

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

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

  .lg\:p-16 {
    padding: 4rem;
  }

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

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

  .xl\:\!relative {
    position: relative !important;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:\!top-0 {
    top: 0px !important;
  }

  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:left-\[-20px\] {
    left: -20px;
  }

  .xl\:right-\[-25px\] {
    right: -25px;
  }

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

  .xl\:top-\[-194px\] {
    top: -194px;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:float-none {
    float: none;
  }

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

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

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

  .xl\:mb-\[11px\] {
    margin-bottom: 11px;
  }

  .xl\:mr-\[-90px\] {
    margin-right: -90px;
  }

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

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

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

  .xl\:mt-\[-75px\] {
    margin-top: -75px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

  .xl\:w-48 {
    width: 12rem;
  }

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

  .xl\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:max-w-\[100\%\] {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

  .xl\:place-items-center {
    place-items: center;
  }

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

  .xl\:justify-around {
    justify-content: space-around;
  }

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

  .xl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

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

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-y-0 {
    row-gap: 0px;
  }

  .xl\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .xl\:gap-y-8 {
    row-gap: 2rem;
  }

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

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

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-spacey-green {
    --tw-border-opacity: 1;
    border-color: rgb(175 208 117 / var(--tw-border-opacity, 1));
  }

  .xl\:bg-messenger-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(250 166 53 / var(--tw-bg-opacity, 1));
  }

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

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

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

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

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

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

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

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

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

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

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

  .xl\:pr-\[277px\] {
    padding-right: 277px;
  }

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

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

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

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

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

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