@import url("https://fonts.cdnfonts.com/css/impact");

@import url("https://fonts.cdnfonts.com/css/gilroy-bold");

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

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.-bottom-0\.5{
  bottom: -0.125rem;
}

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

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

.-right-1{
  right: -0.25rem;
}

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

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.left-5{
  left: 1.25rem;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-5{
  top: 1.25rem;
}

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

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

.m-auto{
  margin: auto;
}

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

.mb-14{
  margin-bottom: 3.5rem;
}

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

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

.h-full{
  height: 100%;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-20{
  width: 5rem;
}

.w-3\/4{
  width: 75%;
}

.w-full{
  width: 100%;
}

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

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

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

.grow{
  flex-grow: 1;
}

.list-outside{
  list-style-position: outside;
}

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

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

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

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

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

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

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

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

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

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

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

.border-stone-700{
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}

.border-stone-800{
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}

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

.bg-brand{
  --tw-bg-opacity: 1;
  background-color: rgb(36 221 132 / var(--tw-bg-opacity, 1));
}

.bg-stone-800{
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}

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

.bg-zinc-800{
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

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

.p-14{
  padding: 3.5rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

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

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

.ps-4{
  padding-inline-start: 1rem;
}

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

.font-Impact{
  font-family: "Impact", sans-serif;
}

.font-gilory{
  font-family: "Gilroy-Light", 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-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.text-brand{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

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

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

/* CUSTOM */

.myContainer{
  width: 100%;
}

@media (min-width: 640px){
  .myContainer{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .myContainer{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .myContainer{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .myContainer{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .myContainer{
    max-width: 1536px;
  }
}

.myContainer{
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.btn{
  display: flex;
  height: 2.5rem;
  align-items: center;
  border-radius: 9999px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-family: "Impact", sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
  background-image: linear-gradient(64deg, #1a1a1a 0%, #1b2721 100%);
}

.btn--secondary{
  display: inline-flex;
  font-family: "Gilroy-Light", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bg-radial {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.strokeText {
  color: white;
  text-shadow: 1px 1px #24dd84, -1px -1px #24dd84;
}

@supports (-webkit-text-stroke: 1px #24dd84) {
  .strokeText {
    color: transparent;
    -webkit-text-stroke: 1px #24dd84;
    text-shadow: none;
  }
}

.heroBanner {
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.marquee{
  position: relative;
  z-index: -10;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  border-top: solid 1px rgba(255, 255, 255, 0.13);
  border-bottom: solid 1px rgba(255, 255, 255, 0.13);
}

.marquee.withShadow::before{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 100%;
  width: 16.666667%;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.71) 100%);
}

.marquee.withShadow::after{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 16.666667%;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

.marqueeContent{
  display: inline-block;
  animation: marquee 20s linear infinite;
}

.marqueeContent-rtl {
  animation: marqueeLtr 20s linear infinite;
}

.marquee-content{
  display: flex;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  font-family: "Impact", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .marquee-content{
    font-size: 3rem;
    line-height: 1;
  }
}

.marquee-content p{
  position: relative;
  flex-shrink: 0;
  padding-right: 15rem;
}

.marquee-content p span{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.marquee-content p::after {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  height: 1px;
  width: 8rem;
  --tw-bg-opacity: 1;
  background-color: rgb(36 221 132 / var(--tw-bg-opacity, 1));
}

.marquee-content--twoWords p{
  font-size: 1.5rem;
  line-height: 2rem;
}

.marquee-content--twoWords p span{
  margin-inline-end: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.marquee-content--twoWords p span:nth-child(2n){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.marquee-content .teamMemeberImage{
  margin-inline-end: 1.5rem;
  height: 8rem;
  width: 14rem;
}

@media (min-width: 768px){
  .marquee-content .teamMemeberImage{
    height: 14rem;
    width: 24rem;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes marqueeLtr {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.borders{
  height: 0.375rem;
  width: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(36 221 132 / var(--tw-border-opacity, 1));
}

.borders.bottomRight{
  border-top-width: 0px;
  border-left-width: 0px;
}

.borders.bottomLeft{
  border-top-width: 0px;
  border-right-width: 0px;
}

.borders.topRight{
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.borders.topLeft{
  border-bottom-width: 0px;
  border-right-width: 0px;
}

.topContentWrapper{
  position: relative;
}

.topContentWrapper::before{
  position: absolute;
  right: 0px;
  height: 0.375rem;
  width: 0.375rem;
  border-width: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(36 221 132 / var(--tw-border-opacity, 1));
  content: "";
}

.topContentWrapper::after{
  position: absolute;
  left: 0px;
  height: 0.375rem;
  width: 0.375rem;
  border-width: 2px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(36 221 132 / var(--tw-border-opacity, 1));
  content: "";
}

.topContentWrapper.lg::before, .topContentWrapper.lg::after{
  height: 0.5rem;
  width: 0.5rem;
}

.bottomContentWrapper{
  position: relative;
}

.bottomContentWrapper::before{
  position: absolute;
  right: 0px;
  height: 0.375rem;
  width: 0.375rem;
  border-width: 2px;
  border-top-width: 0px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(36 221 132 / var(--tw-border-opacity, 1));
  content: "";
}

.bottomContentWrapper::after{
  position: absolute;
  left: 0px;
  height: 0.375rem;
  width: 0.375rem;
  border-width: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(36 221 132 / var(--tw-border-opacity, 1));
  content: "";
}

.bottomContentWrapper.lg::before, .bottomContentWrapper.lg::after{
  height: 0.5rem;
  width: 0.5rem;
}

.imageBg{
  position: absolute;
  inset: 0px;
}

.imageBg img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  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;
}

.header__container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}

.header__leftSide{
  display: flex;
  align-items: center;
  gap: 1rem;
}

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

@media only screen and (min-width: 500px) {
  .header__menuIcon{
    display: none;
  }
}

.header__logo img {
  width: 40px;
}

@media only screen and (min-width: 500px) {
  .header__logo img {
    width: 66px;
  }
}

.header__navbar{
  display: none;
}

@media (min-width: 768px){
  .header__navbar{
    display: block;
  }
}

.header__navbar ul{
  display: flex;
  gap: 2.5rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header__navbar ul a{
  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;
}

.header__navbar ul a:hover{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.header__search{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.header.scrolled{
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
  padding-bottom: 0.5rem;
}

.header.scrolled .header__logo img {
  width: 40px;
}

.searchBar{
  height: 0px;
  overflow: hidden;
  border-bottom-width: 1px;
}

.searchBar__form{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.searchBar__input{
  height: 2.25rem;
  flex: 1 1 0%;
  border-radius: 0.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.searchBar.open{
  height: auto;
}

.sectionInfo{
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}

.sectionInfo__title{
  margin-bottom: 1.5rem;
  font-family: "Impact", sans-serif;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
}

.sectionInfo__description{
  margin: auto;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .sectionInfo__description{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.sectionInfo__description {
  max-width: 700px;
}

.sectionInfo__description span{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.aboutInfo{
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  .aboutInfo{
    flex-direction: row;
  }
}

.aboutInfo__sections{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px){
  .aboutInfo__sections{
    flex-direction: row;
    gap: 2.5rem;
  }
}

.whatWeDoIcons{
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px){
  .whatWeDoIcons{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.whatWeDoIcons__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px){
  .whatWeDoIcons__item{
    flex-direction: row;
  }
}

.whatWeDoBanner{
  position: relative;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
}

@media (min-width: 768px){
  .whatWeDoBanner{
    padding: 2.5rem;
  }
}

.whatWeDoBanner {
  min-height: 300px;
}

@media only screen and (min-width: 500px) {
  .whatWeDoBanner {
    min-height: 600px;
  }
}

.whatWeDoBanner__bgImg{
  position: absolute;
  inset: 0px;
  z-index: 0;
}

.whatWeDoBanner__bgImg img{
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.whatWeDoBanner__text{
  position: relative;
  font-family: "Gilroy-Light", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: capitalize;
}

@media (min-width: 768px){
  .whatWeDoBanner__text{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.whatWeDoBanner__text {
  max-width: 500px;
}

.resourcesAccess__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

@media (min-width: 640px){
  .resourcesAccess__item{
    flex-direction: row;
  }
}

.resourcesAccess__item:hover .resourcesAccess__num{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
  stroke: none;
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.resourcesAccess__item:hover .resourcesAccess__image img{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.resourcesAccess__item:hover .resourcesAccess__text h3{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.resourcesAccess__item:hover .resourcesAccess__text p{
  visibility: visible;
  height: auto;
  opacity: 1;
}

.resourcesAccess__info{
  display: flex;
  gap: 2rem;
}

.resourcesAccess__num{
  font-family: "Impact", sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  -webkit-text-stroke: 1px #24dd84;
}

.resourcesAccess__image{
  border-right-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

@media only screen and (min-width: 500px) {
  .resourcesAccess__image {
    flex: 0 0 350px;
  }
}

.resourcesAccess__image img{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.resourcesAccess__text h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
  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;
}

.resourcesAccess__text p{
  height: 0px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  visibility: hidden;
  max-width: 500px;
}

.howToJoin{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.howToJoin__title{
  margin-bottom: 3rem;
  font-family: "Impact", sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .howToJoin__title{
    margin-bottom: 6rem;
  }
}

.howToJoin__title span{
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-text-stroke: 1px white;
}

.howToJoin__steps{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px){
  .howToJoin__steps{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .howToJoin__steps{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.howToJoin__step{
  padding: 2rem;
}

@media (min-width: 768px){
  .howToJoin__step{
    padding: 4rem;
  }
}

.howToJoin__step {
  background: #0f0f0f;
  border-radius: 100px;
}

.howToJoin__step h3{
  margin-bottom: 1rem;
  font-family: "Impact", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.howToJoin__step p{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.howToJoin__step img{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}

.blogs{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.75rem;
}

@media (min-width: 1024px){
  .blogs{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.blogs .blogPostVertical{
  position: relative;
}

.blogs .blogPostVertical__image{
  height: 100%;
  border-radius: 1rem;
}

.blogs .blogPostVertical__image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogs .blogPostVertical__data{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  padding: 1.5rem;
}

.blogs .blogPostVertical__data .btn{
  display: inline-flex;
  font-family: "Gilroy-Light", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.blogs .blogPostVertical__category{
  margin-bottom: 0.5rem;
  display: inline-block;
  font-family: "Impact", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.blogs .blogPostVertical__title{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  max-width: 550px;
}

.blogs .blogPostHorizontal{
  margin-bottom: 1.5rem;
  display: flex;
  gap: 1rem;
}

.blogs .blogPostHorizontal:last-of-type{
  margin-bottom: 0px;
}

.blogs .blogPostHorizontal__image{
  height: 9rem;
  width: 9rem;
  flex-shrink: 0;
}

@media (min-width: 768px){
  .blogs .blogPostHorizontal__image{
    height: 14rem;
    width: 16rem;
  }
}

.blogs .blogPostHorizontal__image img{
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogs .blogPostHorizontal__data{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
}

.blogs .blogPostHorizontal__category{
  margin-bottom: 0.5rem;
  font-family: "Impact", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .blogs .blogPostHorizontal__title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.blogs .blogPostHorizontal__info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px){
  .blogs .blogPostHorizontal__info{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

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

.masterClass__title{
  margin: auto;
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  max-width: 1000px;
}

.masterClass__title span{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.successStories__title{
  margin-bottom: 1.75rem;
  text-align: center;
  font-family: "Impact", sans-serif;
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 768px){
  .successStories__title{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.successStories__title span{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.successStories__description{
  margin: auto;
  margin-bottom: 4rem;
  text-align: center;
}

@media (min-width: 768px){
  .successStories__description{
    width: 66.666667%;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.partners__title{
  margin: auto;
  margin-bottom: 4rem;
  width: 91.666667%;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px){
  .partners__title{
    width: 66.666667%;
    font-size: 3rem;
    line-height: 1;
  }
}

.partners__title span{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.partners__item{
  margin-right: 1rem;
  display: flex;
  height: 8rem;
  width: 18rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: #131313;
}

.partners__item img{
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partners .marquee {
  border: none;
}

.partners .marquee-content{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer__shape{
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  height: 8rem;
  width: 25%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .footer__shape{
    display: block;
  }
}

@media (min-width: 1024px){
  .footer__shape{
    width: 50%;
  }
}

.footer__shape .triangle{
  position: absolute;
  top: 0px;
  right: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8rem 8rem 0;
  border-color: transparent #000 transparent transparent;
  transform: rotate(0deg);
}

.footer__title{
  margin-bottom: 3.5rem;
  font-family: "Impact", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}

.footer__title span{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.footer__content{
  display: grid;
  gap: 5rem;
}

@media only screen and (min-width: 1000px) {
  .footer__content {
    grid-template-columns: 400px 1fr;
  }
}

.footer__linksTitle{
  margin-bottom: 1.5rem;
  font-family: "Impact", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.footer__links a{
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.workshopSlide__image{
  position: relative;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
}

.workshopSlide__topBorders{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.workshopSlide__topBorders::before, .workshopSlide__topBorders::after{
  position: absolute;
  top: 0px;
  height: 1.5rem;
  width: 1.5rem;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  content: "";
}

.workshopSlide__topBorders::before{
  left: 0px;
  border-right-width: 0px;
}

.workshopSlide__topBorders::after{
  right: 0px;
  border-left-width: 0px;
}

.workshopSlide__bottomBorders{
  position: absolute;
  bottom: 1.5rem;
  left: 0px;
  right: 0px;
}

.workshopSlide__bottomBorders::before, .workshopSlide__bottomBorders::after{
  position: absolute;
  top: 0px;
  height: 1.5rem;
  width: 1.5rem;
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  content: "";
}

.workshopSlide__bottomBorders::before{
  left: 0px;
  border-right-width: 0px;
}

.workshopSlide__bottomBorders::after{
  right: 0px;
  border-left-width: 0px;
}

.workshopSlide__topBorders::before, .workshopSlide__bottomBorders::before{
  border-color: transparent;
}

.workshopSlide__topBorders::after, .workshopSlide__bottomBorders::after{
  border-color: transparent;
}

.workshopSlide__content{
  z-index: 10;
  padding: 1.5rem;
}

.workshopSlide__title{
  margin-bottom: 0.5rem;
  font-family: "Impact", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.workshopSlide__deescription{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

#workshops-splide li.is-visible.is-next .workshopSlide__topBorders::before, #workshops-splide li.is-visible.is-next .workshopSlide__bottomBorders::before{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

#workshops-splide li.is-visible.is-next .workshopSlide__topBorders::after, #workshops-splide li.is-visible.is-next .workshopSlide__bottomBorders::after{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

#workshops-splide li.is-visible.is-next .workshopSlide__title{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

#workshops-splide li.is-visible.is-next .workshopSlide__deescription{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.masterClassSlide__image{
  position: relative;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
}

.masterClassSlide__content{
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.masterClassSlide__date{
  display: inline-block;
}

.masterClassSlide__title{
  font-family: "Impact", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .masterClassSlide__title{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}

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

@media (min-width: 1024px){
  .masterClassSlide__description{
    display: none;
  }
}

.masterClassSlide__advisor{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  opacity: 1;
}

@media (min-width: 1024px){
  .masterClassSlide__advisor{
    opacity: 0.5;
  }
}

.masterClassSlide__advisorPicture img{
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: 50px;
}

.masterClassSlide__advisorInfo{
  display: flex;
  flex-direction: column;
}

.masterClassSlide__advisorInfo .title{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.masterClassSlide__advisorInfo .name{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#masterClass-splide li.is-visible.is-next .masterClassSlide__topBorders{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

#masterClass-splide li.is-visible.is-next .masterClassSlide__topBorders::before, #masterClass-splide li.is-visible.is-next .masterClassSlide__topBorders::after{
  position: absolute;
  top: 0px;
  height: 1.5rem;
  width: 1.5rem;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  content: "";
}

#masterClass-splide li.is-visible.is-next .masterClassSlide__topBorders::before{
  left: 0px;
  border-right-width: 0px;
}

#masterClass-splide li.is-visible.is-next .masterClassSlide__topBorders::after{
  right: 0px;
  border-left-width: 0px;
}

#masterClass-splide li.is-visible.is-next .masterClassSlide__bottomBorders{
  position: absolute;
  bottom: 1.5rem;
  left: 0px;
  right: 0px;
}

#masterClass-splide li.is-visible.is-next .masterClassSlide__bottomBorders::before, #masterClass-splide li.is-visible.is-next .masterClassSlide__bottomBorders::after{
  position: absolute;
  top: 0px;
  height: 1.5rem;
  width: 1.5rem;
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  content: "";
}

#masterClass-splide li.is-visible.is-next .masterClassSlide__bottomBorders::before{
  left: 0px;
  border-right-width: 0px;
}

#masterClass-splide li.is-visible.is-next .masterClassSlide__bottomBorders::after{
  right: 0px;
  border-left-width: 0px;
}

#masterClass-splide li.is-visible.is-next .masterClassSlide__date{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#masterClass-splide li.is-visible.is-next .masterClassSlide__title{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

#masterClass-splide li.is-visible.is-next .masterClassSlide__description{
  display: block;
}

#masterClass-splide li.is-visible.is-next .masterClassSlide__advisor{
  opacity: 1;
}

.navbarDrawerContainer{
  position: relative;
  z-index: 50;
}

.navbarDrawerContainer .navbarDrawer__background{
  position: fixed;
  inset: 0px;
  display: none;
  background-color: rgb(107 114 128 / 0.75);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.navbarDrawerContainer .navbarDrawer__content{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.navbarDrawerContainer .navbarDrawer__head{
  position: sticky;
  top: 0px;
  display: flex;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

.navbarDrawerContainer .navbarDrawer__closeIcon{
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.navbarDrawerContainer .navbarDrawer__list{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.navbarDrawerContainer .navbarDrawer__list li{
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.navbarDrawerContainer .navbarDrawer__list li a{
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.navbarDrawerContainer.open .navbarDrawer__background{
  display: block;
}

.navbarDrawerContainer.open .navbarDrawer__content{
  --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));
}

.mainSection {
  height: 90vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.mainSection__bg{
  position: absolute;
  inset: 0px;
  z-index: 0;
}

.mainSection__bg img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainSection__overlay{
  position: absolute;
  inset: 0px;
  z-index: 10;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.mainSection__content{
  position: relative;
  z-index: 10;
  padding: 1.5rem;
  text-align: center;
  max-width: 800px;
}

.mainSection__content .title{
  margin-bottom: 2.5rem;
  font-family: "Impact", sans-serif;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 768px){
  .mainSection__content .title{
    font-size: 6rem;
    line-height: 1;
  }
}

.serviceItem{
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px){
  .serviceItem{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 500px) {
  .serviceItem__image {
    height: 500px;
  }
}

.serviceItem__image img{
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.serviceItem__content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px){
  .serviceItem__content{
    padding: 2.5rem;
  }
}

.serviceItem__title{
  margin-bottom: 2.5rem;
  font-family: "Impact", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .serviceItem__title{
    font-size: 3rem;
    line-height: 1;
  }
}

.serviceItem__description{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .serviceItem__description{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.serviceItem__description {
  max-width: 530px;
}

@media (min-width: 1024px){
  .serviceItem:nth-child(2n) .serviceItem__image{
    order: -1;
  }
}

.workshop{
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px){
  .workshop{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.workshop__image{
  order: -1;
}

@media (min-width: 1024px){
  .workshop__image{
    order: 1;
  }
}

.workshop__image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.workshop__content{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .workshop__content{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.workshop__date{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.workshop__name{
  font-family: "Impact", sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .workshop__name{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.workshop__description {
  max-width: 500px;
}

.workshop__price{
  font-family: "Impact", sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.workshop__features{
  display: grid;
  list-style-position: inside;
  list-style-type: disc;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px){
  .workshop__features{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.workshop__advisor{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.workshop__advisorThumb{
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
}

.workshop__advisorInfo span{
  font-family: "Gilroy-Light", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

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

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

@media (min-width: 768px){
  .activityWeDo{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.activityWeDo__info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  padding: 2.5rem;
}

.activityWeDo__info .title{
  margin-bottom: 1.5rem;
  font-family: "Impact", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px){
  .activityWeDo__info .title{
    font-size: 3rem;
    line-height: 1;
  }
}

.activityWeDo__info .title span{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.activityWeDo__info .description{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.activityWeDo__info .orderList__item{
  display: flex;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.activityWeDo__info .orderList__num{
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 2.5rem;
  font-family: "Impact", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.activityWeDo__info .orderList__text{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  padding-inline-start: 1rem;
  padding-bottom: 2.5rem;
}

.activityWeDo__icon{
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px){
  .activityWeDo__icon{
    order: 1;
  }

  .activityWeDo:nth-child(2n) .activityWeDo__icon{
    order: -1;
  }
}

.pitchingSessions{
  position: relative;
  height: 540px;
}

@media only screen and (min-width: 500px) {
  .pitchingSessions {
    height: 640px;
  }
}

.pitchingSessions__image{
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.pitchingSessions__text{
  position: absolute;
  inset: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pitchingSessions__title{
  margin-bottom: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px){
  .pitchingSessions__title{
    font-size: 3rem;
    line-height: 1;
  }
}

.pitchingSessions__title {
  max-width: 650px;
}

.pitchingSessions__description{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .pitchingSessions__description{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.pitchingSessions__description {
  max-width: 800px;
}

.masterClassTabs{
  display: flex;
  gap: 0.5rem;
  overflow: scroll;
}

.masterClassTabs .oneTab{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.masterClassTabs .oneTab img{
  width: 2rem;
}

.masterClassTabs .oneTab.active{
  --tw-bg-opacity: 1;
  background-color: rgb(36 221 132 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.oneClass__image{
  position: relative;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
}

.oneClass__image img{
  --tw-grayscale: grayscale(100%);
  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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.oneClass__image .ctaBtn{
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  --tw-translate-x: -50%;
  --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));
}

.oneClass__content{
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.oneClass__date{
  display: inline-block;
  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;
}

.oneClass__title{
  font-family: "Impact", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  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;
}

.oneClass__advisor{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.oneClass__advisorPicture img{
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.oneClass__advisorInfo{
  display: flex;
  flex-direction: column;
}

.oneClass__advisorInfo .title{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.oneClass__advisorInfo .name{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.oneClass:hover .oneClass__image .ctaBtn{
  display: block;
}

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

.oneClass:hover .oneClass__title{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

.masterClassBg{
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.4;
  width: 600px;
  height: 600px;
  transform: translate(-60%, -60%);
  filter: blur(90px);
  background-image: radial-gradient(circle at 50% 50%, #24dd84, rgba(0, 0, 0, 0) 63%);
}

.masterClassBg.bottomRight{
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0px;
  transform: translate(60%, 60%);
  background-image: radial-gradient(circle at 50% 50%, #24dd84, rgba(0, 0, 0, 0) 71%);
}

.moreMasterClass__image{
  position: relative;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
}

.moreMasterClass__image img{
  --tw-grayscale: grayscale(100%);
  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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.moreMasterClass__image .ctaBtn{
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  --tw-translate-x: -50%;
  --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));
}

.moreMasterClass__content{
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.moreMasterClass__date{
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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;
}

.moreMasterClass__title{
  font-family: "Impact", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  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;
}

.moreMasterClass__advisor{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.5;
}

.moreMasterClass__advisorPicture img{
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.moreMasterClass__advisorInfo{
  display: flex;
  flex-direction: column;
}

.moreMasterClass__advisorInfo .title{
  --tw-text-opacity: 1;
  color: rgb(36 221 132 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 640px){
  .sm\:flex-row{
    flex-direction: row;
  }
}

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

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

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

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

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

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

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

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

  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

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

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:-order-1{
    order: -1;
  }

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

  .lg\:max-w-screen-lg{
    max-width: 1024px;
  }

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

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

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

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:pe-10{
    padding-inline-end: 2.5rem;
  }

  .lg\:ps-10{
    padding-inline-start: 2.5rem;
  }
}

/*# sourceMappingURL=styles.css.map */