@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap');

/* Import Tailwind CSS */

*, ::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;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('/assets/fonts/Gotham-Rounded-Font/gothamrnd_light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
  }

@font-face {
    font-family: 'Gotham Rounded';
    src: url('/assets/fonts/Gotham-Rounded-Font/gothamrnd_lightitalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
  }

@font-face {
    font-family: 'Gotham Rounded';
    src: url('/assets/fonts/Gotham-Rounded-Font/gothamrnd_book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }

@font-face {
    font-family: 'Gotham Rounded';
    src: url('/assets/fonts/Gotham-Rounded-Font/gothamrnd_bookitalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
  }

@font-face {
    font-family: 'Gotham Rounded';
    src: url('/assets/fonts/Gotham-Rounded-Font/gothamrnd_medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
  }

@font-face {
    font-family: 'Gotham Rounded';
    src: url('/assets/fonts/Gotham-Rounded-Font/gothamrnd_mediumitalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
  }

@font-face {
    font-family: 'Gotham Rounded';
    src: url('/assets/fonts/Gotham-Rounded-Font/gothamrnd_bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
  }

@font-face {
    font-family: 'Gotham Rounded';
    src: url('/assets/fonts/Gotham-Rounded-Font/gothamrnd_bolditalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
  }

@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('../assets/fonts/museo-sans-rounded/MuseoSansRounded100.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
  }

@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('../assets/fonts/museo-sans-rounded/MuseoSansRounded300.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
  }

@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('../assets/fonts/museo-sans-rounded/MuseoSansRounded500.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
  }

@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('../assets/fonts/museo-sans-rounded/MuseoSansRounded700.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
  }

@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('../assets/fonts/museo-sans-rounded/MuseoSansRounded900.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
  }

@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('../assets/fonts/museo-sans-rounded/MuseoSansRounded1000.otf') format('opentype');
    font-weight: 1000;
    font-style: normal;
  }

html{
  scroll-behavior: smooth;
}

body{
  font-family: Gotham Rounded, sans-serif;
}

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

/* Container with responsive padding */

.container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
  }

@media (min-width: 640px) {
    .container {
      padding: 0 1.5rem;
    }
  }

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

/* DND Grid Layout Support */

.grid-layout .dnd-section{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.grid-layout .dnd-column{
  min-width: 0px;
  flex: 1 1 0%;
}

.grid-layout .dnd-column[data-width="6"]{
  width: 100%;
}

@media (min-width: 768px) {
    .grid-layout .dnd-column[data-width="6"]{
    width: 50%;
  }
  }

.grid-layout .dnd-row{
  width: 100%;
}

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

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

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

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

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

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

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

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

.left-0{
  left: 0px;
}

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

.left-\[-81\.54px\]{
  left: -81.54px;
}

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

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

.top-\[-8\.41px\]{
  top: -8.41px;
}

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

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

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

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

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

.z-\[2\]{
  z-index: 2;
}

.order-first{
  order: -9999;
}

.m-0{
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-1{
  margin-left: 0.25rem;
}

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

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

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

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

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

.mt-0\.5{
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.aspect-\[777\.14\/518\.86\]{
  aspect-ratio: 777.14/518.86;
}

.aspect-\[780px\/520px\]{
  aspect-ratio: 780px/520px;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

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

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

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

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

.h-\[226\.506px\]{
  height: 226.506px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.max-h-0{
  max-height: 0px;
}

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

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

.min-h-20{
  min-height: 5rem;
}

.min-h-24{
  min-height: 6rem;
}

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

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

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

.min-h-\[293\.811px\]{
  min-height: 293.811px;
}

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

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

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

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

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

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

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

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-72{
  width: 18rem;
}

.w-80{
  width: 20rem;
}

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

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

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

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

.w-\[178\.374px\]{
  width: 178.374px;
}

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

.w-\[226\.507px\]{
  width: 226.507px;
}

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

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

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

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

.w-\[333\.532px\]{
  width: 333.532px;
}

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

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

.w-full{
  width: 100%;
}

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

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

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

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

.min-w-\[440\.07px\]{
  min-width: 440.07px;
}

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

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

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

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

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

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

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

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

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

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

.max-w-\[90vw\]{
  max-width: 90vw;
}

.max-w-\[calc\(100\%-20px\)\]{
  max-width: calc(100% - 20px);
}

.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-\[10px\]{
  gap: 10px;
}

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

.gap-\[24px\]{
  gap: 24px;
}

.gap-\[37px\]{
  gap: 37px;
}

.gap-\[38px\]{
  gap: 38px;
}

.gap-\[51px\]{
  gap: 51px;
}

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

.gap-\[70px\]{
  gap: 70px;
}

.gap-x-\[31px\]{
  -moz-column-gap: 31px;
       column-gap: 31px;
}

.gap-y-\[70px\]{
  row-gap: 70px;
}

.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-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-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-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-\[30px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hyphens-auto{
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

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

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

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

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

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

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

.rounded-b-\[20px\]{
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

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

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

.border{
  border-width: 1px;
}

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

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

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

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

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

.border-\[\#0073CF\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 115 207 / var(--tw-border-opacity, 1));
}

.border-\[\#FCEED4\]{
  --tw-border-opacity: 1;
  border-color: rgb(252 238 212 / var(--tw-border-opacity, 1));
}

.border-\[\#ddd\]{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

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

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

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

.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.bg-\[\#0073CF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 115 207 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00B3E3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 179 227 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2FBBAC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(47 187 172 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D2ECEA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(210 236 234 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3BD49\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 189 73 / var(--tw-bg-opacity, 1));
}

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

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 115 207 / var(--tw-bg-opacity, 1));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

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

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

.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

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

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

.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

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

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

.bg-no-repeat{
  background-repeat: no-repeat;
}

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

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

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

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

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

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

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

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

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

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

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

.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}

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

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

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

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

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

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

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

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

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[120px\]{
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[34px\]{
  padding-top: 34px;
  padding-bottom: 34px;
}

.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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

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

.pb-\[24px\]{
  padding-bottom: 24px;
}

.pb-\[36px\]{
  padding-bottom: 36px;
}

.pb-\[40px\]{
  padding-bottom: 40px;
}

.pb-\[85px\]{
  padding-bottom: 85px;
}

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

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

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

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

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

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

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

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

.pt-\[10px\]{
  padding-top: 10px;
}

.pt-\[124px\]{
  padding-top: 124px;
}

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

.pt-\[50px\]{
  padding-top: 50px;
}

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

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

.font-display{
  font-family: Poppins, sans-serif;
}

.font-gotham{
  font-family: Gotham Rounded, sans-serif;
}

.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-\[400\]{
  font-weight: 400;
}

.font-\[500\]{
  font-weight: 500;
}

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

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

.font-medium{
  font-weight: 500;
}

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

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

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

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

.leading-\[1\.4\]{
  line-height: 1.4;
}

.leading-\[100\%\]{
  line-height: 100%;
}

.leading-\[110\%\]{
  line-height: 110%;
}

.leading-\[120\%\]{
  line-height: 120%;
}

.leading-\[140\%\]{
  line-height: 140%;
}

.leading-\[150\%\]{
  line-height: 150%;
}

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

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

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

.leading-relaxed{
  line-height: 1.625;
}

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

.tracking-\[0\.7px\]{
  letter-spacing: 0.7px;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.text-\[\#0073CF\]{
  --tw-text-opacity: 1;
  color: rgb(0 115 207 / var(--tw-text-opacity, 1));
}

.text-\[\#505050\]{
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

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

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

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

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

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

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

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

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

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

/* Text gradient */

/* Custom animations */

.animate-fade-in {
    animation: fadeIn 0.5s ease-in-out;
  }

@keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

/* HubSpot responsive layout - Home page only (main content area) */

@media (max-width: 1023px) {
    .homepage main .main_area-row-1-padding {
      text-align: center !important;
    }
    
    .homepage main .span8.widget-span,
    .homepage main .span4.widget-span {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    
    .homepage main .dnd-column {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
    }
    
    .homepage main .row-fluid-wrapper .row-fluid .span6 {
      width: 100% !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      margin-bottom: 20px !important;
    }
    
    .homepage main .widget-span[data-x="0"][data-w="6"],
    .homepage main .widget-span[data-x="6"][data-w="6"] {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    
    .homepage main .hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
      display: flex !important;
      justify-content: center !important;
      width: 100% !important;
    }
  }

@media (min-width: 1024px) {
    .homepage main .widget-span[data-x="0"][data-w="6"] {
      padding-right: 10px !important;
    }
    
    .homepage main .widget-span[data-x="6"][data-w="6"] {
      padding-left: 10px !important;
    }
  }

/* Custom global styles */

/* Custom utilities */

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.hover\:bg-black\/\[0\.02\]:hover{
  background-color: rgb(0 0 0 / 0.02);
}

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

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

.hover\:bg-teal-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/50:hover{
  background-color: rgb(255 255 255 / 0.5);
}

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

.hover\:text-green-600:hover{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:shadow-lg:hover{
  --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);
}

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

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

.focus\:ring-teal-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}

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

@media (min-width: 640px){

  .sm\:-top-12{
    top: -3rem;
  }

  .sm\:-top-24{
    top: -6rem;
  }

  .sm\:-top-28{
    top: -7rem;
  }

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

  .sm\:mb-\[33px\]{
    margin-bottom: 33px;
  }

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

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

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

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-24{
    height: 6rem;
  }

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

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

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

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

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

  .sm\:w-24{
    width: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px){

  .md\:mb-\[30px\]{
    margin-bottom: 30px;
  }

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

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

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

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

  .md\:pt-\[30px\]{
    padding-top: 30px;
  }

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

@media (min-width: 1024px){

  .lg\:relative{
    position: relative;
  }

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

  .lg\:left-6{
    left: 1.5rem;
  }

  .lg\:left-\[-144px\]{
    left: -144px;
  }

  .lg\:left-\[176px\]{
    left: 176px;
  }

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

  .lg\:top-\[-14\.86px\]{
    top: -14.86px;
  }

  .lg\:z-auto{
    z-index: auto;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:mb-\[13px\]{
    margin-bottom: 13px;
  }

  .lg\:mb-\[76px\]{
    margin-bottom: 76px;
  }

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

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

  .lg\:block{
    display: block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-20{
    height: 5rem;
  }

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

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

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

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

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

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

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

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

  .lg\:min-h-\[518\.857px\]{
    min-height: 518.857px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:min-w-\[777\.143px\]{
    min-width: 777.143px;
  }

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

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

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:gap-\[136px\]{
    gap: 136px;
  }

  .lg\:gap-\[34px\]{
    gap: 34px;
  }

  .lg\:gap-\[62px\]{
    gap: 62px;
  }

  .lg\:border-\[3px\]{
    border-width: 3px;
  }

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

  .lg\:p-\[53px\]{
    padding: 53px;
  }

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

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

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

  .lg\:px-\[42px\]{
    padding-left: 42px;
    padding-right: 42px;
  }

  .lg\:px-\[98px\]{
    padding-left: 98px;
    padding-right: 98px;
  }

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

  .lg\:py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:pb-\[10px\]{
    padding-bottom: 10px;
  }

  .lg\:pb-\[15px\]{
    padding-bottom: 15px;
  }

  .lg\:pb-\[39px\]{
    padding-bottom: 39px;
  }

  .lg\:pb-\[85px\]{
    padding-bottom: 85px;
  }

  .lg\:pl-\[140px\]{
    padding-left: 140px;
  }

  .lg\:pl-\[56px\]{
    padding-left: 56px;
  }

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

  .lg\:pt-\[24px\]{
    padding-top: 24px;
  }

  .lg\:pt-\[25px\]{
    padding-top: 25px;
  }

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

  .lg\:pt-\[50px\]{
    padding-top: 50px;
  }

  .lg\:pt-\[53px\]{
    padding-top: 53px;
  }

  .lg\:pt-\[6px\]{
    padding-top: 6px;
  }

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

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

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

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

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

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

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

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

  .lg\:leading-\[1\.5\]{
    line-height: 1.5;
  }
}

.\[\&_a\]\:text-base a{
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_a\]\:font-bold a{
  font-weight: 700;
}

.\[\&_a\]\:font-semibold a{
  font-weight: 600;
}

.\[\&_a\]\:text-white a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:no-underline a{
  text-decoration-line: none;
}

.\[\&_a\]\:hover\:underline:hover a{
  text-decoration-line: underline;
}

.hover\:\[\&_a\]\:underline a:hover{
  text-decoration-line: underline;
}

.\[\&_li\:not\(\:last-child\)\]\:after\:text-white li:not(:last-child)::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_li\:not\(\:last-child\)\]\:after\:content-\[\'\|\'\] li:not(:last-child)::after{
  --tw-content: '|';
  content: var(--tw-content);
}

.\[\&_li\]\:m-0 li{
  margin: 0px;
}

.\[\&_li\]\:flex li{
  display: flex;
}

.\[\&_li\]\:items-center li{
  align-items: center;
}

.\[\&_li\]\:gap-2 li{
  gap: 0.5rem;
}

.\[\&_ul\]\:m-0 ul{
  margin: 0px;
}

.\[\&_ul\]\:flex ul{
  display: flex;
}

.\[\&_ul\]\:list-none ul{
  list-style-type: none;
}

.\[\&_ul\]\:flex-col ul{
  flex-direction: column;
}

.\[\&_ul\]\:flex-wrap ul{
  flex-wrap: wrap;
}

.\[\&_ul\]\:items-center ul{
  align-items: center;
}

.\[\&_ul\]\:justify-center ul{
  justify-content: center;
}

.\[\&_ul\]\:gap-2 ul{
  gap: 0.5rem;
}

.\[\&_ul\]\:gap-2\.5 ul{
  gap: 0.625rem;
}

.\[\&_ul\]\:gap-4 ul{
  gap: 1rem;
}

.\[\&_ul\]\:p-0 ul{
  padding: 0px;
}

.\[\&_ul\]\:text-center ul{
  text-align: center;
}