*, ::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.18 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

@media (min-width: 365px) {
  .container {
    max-width: 365px;
  }
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@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: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1550px) {
  .container {
    max-width: 1550px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.\!bottom-\[-110px\] {
  bottom: -110px !important;
}

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

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

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

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-5 {
  top: 1.25rem;
}

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

.\!z-\[99999\] {
  z-index: 99999 !important;
}

.\!z-\[99\] {
  z-index: 99 !important;
}

.\!z-\[9\] {
  z-index: 9 !important;
}

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

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

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

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

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

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

.order-2 {
  order: 2;
}

.\!m-0 {
  margin: 0px !important;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

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

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

.h-full {
  height: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

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

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-\[0_0_320px\] {
  flex: 0 0 320px;
}

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

.translate-x-2 {
  --tw-translate-x: 0.5rem;
  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-2 {
  --tw-translate-y: 0.5rem;
  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-pointer {
  cursor: pointer;
}

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

.grid-cols-\[1fr_300px\] {
  grid-template-columns: 1fr 300px;
}

.grid-cols-\[265px_1fr\] {
  grid-template-columns: 265px 1fr;
}

.grid-cols-\[275px_1fr\] {
  grid-template-columns: 275px 1fr;
}

.grid-cols-\[300px_1fr\] {
  grid-template-columns: 300px 1fr;
}

.grid-cols-\[40\%_1fr\] {
  grid-template-columns: 40% 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-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-\[\#142320\] {
  --tw-border-opacity: 1;
  border-color: rgb(20 35 32 / var(--tw-border-opacity, 1));
}

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

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

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

.bg-\[\#0f282b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 40 43 / var(--tw-bg-opacity, 1));
}

.bg-\[\#444\] {
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#b7e3e6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(183 227 230 / var(--tw-bg-opacity, 1));
}

.bg-\[\#c0ed1d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 237 29 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#efefef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / 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-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-\[url\(\'\.\.\/img\/Bottom_Pane_BGG\.jpg\'\)\] {
  background-image: url('../img/Bottom_Pane_BGG.jpg');
}

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

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

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

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

.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-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.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-\[150px\] {
  padding-top: 150px;
  padding-bottom: 150px;
}

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

.\!pb-0 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.font-\[ivyora-display\] {
  font-family: ivyora-display;
}

.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-\[12px\] {
  font-size: 12px;
}

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

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

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

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

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

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

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

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

.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-bold {
  font-weight: 700;
}

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

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

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

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

.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

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

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

.leading-snug {
  line-height: 1.375;
}

.text-\[\#003327\] {
  --tw-text-opacity: 1;
  color: rgb(0 51 39 / var(--tw-text-opacity, 1));
}

.text-\[\#368572\] {
  --tw-text-opacity: 1;
  color: rgb(54 133 114 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#C0ED1D\] {
  --tw-text-opacity: 1;
  color: rgb(192 237 29 / var(--tw-text-opacity, 1));
}

.text-\[\#c0ed1d\] {
  --tw-text-opacity: 1;
  color: rgb(192 237 29 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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-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-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

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

.opacity-90 {
  opacity: 0.9;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-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);
}

.outline {
  outline-style: solid;
}

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

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

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

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

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

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

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

@font-face {
  font-family: "IvyOra Display light";

  src: url("/blankslate-main/fonts/IvyOraDisplay-Thin.woff") format("woff"),
    url("/blankslate-main/fonts/IvyOraDisplay-Thin.woff2") format("woff2");

  font-weight: 200;

  font-style: normal;
}

html body {
  font-family: "Inter", sans-serif !important;
  color: #132320;
  line-height: 1.5;
  padding-top: 88px;
}

.site-header {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

header#header .container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  transition: all 0.5s;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.small-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

header#header {
  padding: 23px 0;
}

.menu-container ul li a {
  font-size: 15px;
  padding: 20px 0;
}

header#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.logo {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  gap: 6px;
}

.nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
}

.nav a {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 500;
  transition: color 0.2s ease;
}

/* Dropdown menu */

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: white;
  top: 100%;
  left: 0;
  list-style: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  padding: 8px 16px;
}

.dropdown-menu li a {
  color: #1a1a1a;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  color: #7bc142;
}

.cta-btn {
  background: #c0ed1d;
  color: #132320;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 24px;
  border-radius: 6px;
  transition: background 0.2s ease;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #c0ed1d;
  transition: filter 0.15s ease-in-out, color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  display: inline-flex;
  cursor: pointer;
}

.filter-btn {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border: 1px solid;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #000;
  font-weight: 500;
}

.filter-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 237 29 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(192 237 29 / var(--tw-bg-opacity, 1));
}

.course-container,
.course-container > div {
  height: 100%;
}

.course-container {
  position: relative;
  padding-bottom: 60px;
  background: #fff;
}

body .stay-connected ul,
body .stay-connected ul li {
  margin-left: 0px !important;
  list-style: none;
}

.course-container .date {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  background-color: #e3fcea;
  color: #368572;
  font-size: 10px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.filter-container button.active {
  background: #c0ed1d;
  border-color: #c0ed1d;
}

a.cta-btn.white {
  background: #fff;
  border: 1px solid #444;
  color: #444;
}

.course-container a.cta-btn.white {
  margin: 20px 0;
  position: absolute;
  bottom: 10px;
}

.course-container img {
  width: 100%;
}

.course-container p {
  color: #444;
  font-size: 16px;
  line-height: 1.5;
}

.course-container h3 {
  font-size: 22px;
  color: #444;
  font-weight: 200;
}

a.cta-btn:hover {
  background: #fff;
  border: 1px solid;
}

.cta-btn svg {
  width: 14px;
}

.cls-checkbox input {
  margin-right: 5px;
}

.popup-form input:focus-visible,
.popup-form textarea:focus-visible {
  outline: 1px solid #c0ed1d;
}

.popup-form-container button.absolute.top-3.right-4.text-black.text-xl {
  background: #c0ed1d;
  padding: 5px;
  border-radius: 50%;
  font-size: 15px;
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  font-weight: bold;
}

.popup-form label {
  color: #142320;
  margin-bottom: 10px !important;
  display: block;
}

article header {
  display: none;
}

ul#menu-menu-1 > li {
  position: relative;
}

ul#menu-menu-1 ul {
  border: 1px solid #142320;
  border-radius: 0 0 4px 4px;
  box-shadow: -8px 8px 0 0 #142320;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 30px;
  display: block !important;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  background-color: #fff;
}

.menu-item-has-children:after {
  content: "";
  background: url(../img/svgviewer-output.png);
  width: 20px;
  height: 8px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 7px;
}

ul#menu-menu-1 > li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

ul#menu-menu-1 ul.sub-menu:hover li:hover a,
.current_page_item a {
  background: #f4f4f4;
}

ul#menu-menu-1 ul li a {
  padding: 10px 25px;
  display: block;
}

.header__menu-item--open > .header__menu-submenu {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0s, opacity 300ms, top 300ms, transform 300ms;
  border: 1px solid #142320;
  background-color: #ffffff;
}

.nav ul {
  gap: 20px !important;
}

main#content {
  min-height: 500px;
}

body strong {
  font-weight: 600;
}

body h1 {
  font-size: 56px;
  font-family: IvyOra Display;
  color: #142320;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

@media not all and (min-width: 1024px) {
  body h1 {
    font-size: 45px;
  }
}

@media not all and (min-width: 768px) {
  body h1 {
    font-size: 35px;
  }
}

body h2 {
  font-size: 42px;
  font-family: IvyOra Display;
  color: #142320;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

@media not all and (min-width: 768px) {
  body h2 {
    font-size: 32px;
  }
}

body h3 {
  font-size: 28px;
  font-family: Ivyora Display;
  color: #142320;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

body h4 {
  font-size: 28px;
  font-family: Ivyora Display;
  color: #444;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.get-started h4 {
  font-size: 28px;
  font-family: IvyOra Display;
  color: #142320;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

@media not all and (min-width: 768px) {
  .get-started h4 {
    font-size: 22px;
  }
}

.accordian-title {
  font-size: 20px;
  font-family: IvyOra Display;
  color: #142320;
  font-weight: 600;
  padding-left: 45px;
}

.row-pad {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .row-pad {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media (min-width: 1024px) {
  .row-pad {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.video-upper-section {
  padding-bottom: 300px;
}

@media not all and (min-width: 768px) {
  .video-upper-section {
    padding-bottom: 100px;
  }
}

body p {
  margin-bottom: 20px;
}

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

.hs_pattern {
  position: absolute;
  bottom: -80px;
  width: 100%;
  right: 0%;
  z-index: -1;
}

hr {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

body .no-pad-top {
  padding-top: 0px;
}

.row-margin {
  background-position: bottom center;
  background-size: 100%;
  padding-bottom: 200px;
}

.cls-accordian .cls-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  background-color: #142320;
  color: #fff;
  font-size: 1rem;
  line-height: 140%;
  text-align: center;
  margin-right: 8px;
  border-radius: 24px;
  position: absolute;
}

.cls-accordian button {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px;
}

.cls-faq {
  padding: 20px 40px 0px 40px;
  background: #fff;
}

.cls-faq.open {
  background: #f3f7f7;
  padding: 20px 40px 20px 40px;
}

.cls-accordian-inner {
  padding: 50px 0;
  background: #fff;
  margin-top: 60px;
}

.team-image h3 {
  font-size: 24px;
}

.team-member-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

.team-member-container .team-member {
  flex: 0 0 22%;
  max-width: 22%;
}

.team-member-container .team-member:hover {
  box-shadow: 8px 8px 0px 0px #142320;
}

.team-member-container p {
  margin-bottom: 0;
  font-size: 18px;
}

.team-member-container img {
  margin-bottom: 30px;
}

.team-member:hover {
  box-shadow: 8px 8px 0px 0px #142320;
}

.hc-contectUS-address.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.icon {
  background: #c0ed1d;
  padding: 6px 6px;
  border-radius: 5px;
}

.icon svg {
  width: 20px;
  height: 20px;
}

.hc-contectUS-address {
  margin-bottom: 20px;
}

.hc-contectUS-address .hc-contectUS-address-item {
  margin-bottom: 25px;
}

.contact-inner {
  max-width: 380px;
  font-size: 18px;
}

.hc-contectUS-address .hc-contectUS-address-item .icon,
.hc-contectUS-address .hc-contectUS-address-item .text {
  display: inline-block;
  vertical-align: middle;
}

.hc-contectUS-address.upper-one .text {
  margin-left: 10px !important;
}

.hc-contectUS-address.upper-one .hc-contectUS-address-item:nth-child(2) .box {
  display: ruby-text;
  height: auto;
}

.hc-contectUS-address.upper-one
  .hc-contectUS-address-item:nth-child(2)
  .box
  path {
  fill: #142320;
}

.hc-contectUS-address.upper-one
  .hc-contectUS-address-item:nth-child(2)
  .box
  svg {
  height: 15px;
}

.hc-contectUS-address.upper-one
  .hc-contectUS-address-item:nth-child(2)
  .box
  .icon {
  height: 32px;
  padding-top: 3px;
  width: 32px;
  padding-left: 6px;
}

.contact-form {
  background: #fff;
  padding: 30px 40px;
  box-shadow: -14px -13px 0px #00000040;
  border: 1px solid #00000040;
  border-radius: 5px;
}

.contact-form button {
  background: #c0ed1d;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  box-shadow: 6px 6px 0px rgba(20, 35, 32, 1);
  border: 1px solid transparent;
}

section.footer-form {
  position: relative;
  z-index: 999;
}

.contact-form button:hover {
  background: #fff;
  border: 1px solid #000;
}

.last-row {
  padding-bottom: 180px;
}

.contact-form label {
  color: #000;
  padding-bottom: 10px;
  font-weight: 500;
}

.contact-form select {
  background: url("../img/download.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
}

.contact-first-row:before {
  content: "";
  background: #e1ecec;
  position: absolute;
  height: 80%;
  width: 100%;
  bottom: -528px;
}

.bg-first-section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.unlock-potential .flex {
  transition: all 0.5s;
}

.unlock-potential .flex:hover {
  box-shadow: 8px 8px 0px 0px #142320;
}

.bottom-icon-section {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.4;
}

ul.bg-check li {
  background: url("../img/List-icon-3.svg");
  background-repeat: no-repeat;
  padding-left: 39px;
  background-position: top 5px left;
  margin-bottom: 10px;
  background-size: 20px;
}

.item-card {
  transition: all 0.3s ease;
}

.item-card:hover {
  box-shadow: 8px 8px 0px 0px rgba(20, 35, 32, 10%);
  border-radius: 4px;
  border: 1px solid;
  transition: all 0.3s ease;
}

.item-card ul li {
  position: relative;
  padding-left: 30px;
}

.item-card ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #142320;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 9px;
}

.bts-container a:hover {
  background: #fff;
}

.bts-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.bts-container a {
  background: transparent;
  color: #132320;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 24px;
  border-radius: 6px;
  transition: background 0.2s ease;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #132320;
  transition: filter 0.15s ease-in-out, color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

section.row-pad ul {
  margin-left: 25px;
}

section.row-pad li {
  list-style: disc;
}

.get-started p,
.get-started ul {
  margin: 0;
  font-size: 18px;
  color: #13232099;
}

.get-started ul li {
  margin-bottom: 10px;
}

.page-template-template-certification-programs
  main#content
  section:nth-child(5) {
  padding-bottom: 1px;
}

.page-template-template-certification-programs
  main#content
  section:nth-child(5)
  .last-row {
  padding-bottom: 1px;
}

.get-started a:hover {
  text-decoration: underline;
}

.get-started hr {
  border: 1px solid #1111110f;
  margin: 25px 0 !important;
  display: none;
}

.banner-section h3 {
  font-size: 36px;
}

.cls-play-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  transform: translate(0px, -50%);
}

.video-section {
  margin-top: -300px;
}

@media not all and (min-width: 768px) {
  .video-section {
    margin-top: -100px;
  }
}

.tags span {
  align-items: center;
  background: #e3fcea;
  border-radius: 30px;
  color: #368572;
  display: flex;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.1px;
  line-height: 12px;
  padding: 4px 12px;
  text-transform: uppercase;
  transition: all 0.5s;
}

.cls-sidebar .tags span {
  align-items: center;
  background: #e3fcea;
  border-radius: 30px;
  color: #368572;
  display: flex;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.1px;
  line-height: 12px;
  padding: 4px 12px;
  text-transform: uppercase;
  transition: all 0.5s;
}

.cls-sidebar .tags span:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 133 114 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 8px;
}

.blog-item:hover {
  box-shadow: 7.993px 7.993px 0 0 #142320 !important;
}

.blog-item h3 {
  margin-bottom: 50px;
}

.blog-item {
  position: relative;
  border: 1px solid #e9ebed;
}

.blog-item .cls-date {
  position: absolute;
  bottom: 15px;
}

hr {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 20px 0;
}

.recent-article p {
  margin-bottom: 0px;
}

section.row-pad ul {
  margin-left: 25px;
}

section.row-pad ul.recent-articles {
  margin-left: 0px;
}

ul.recent-articles li {
  padding: 0 0 0 29px;
  margin-left: 0;
  margin-bottom: 15px;
  list-style: none;
  position: relative;
  font-weight: 600;
}

ul.recent-articles a {
  color: #01313d;
  font-size: 14px;
  transition: all 0.3s;
}

ul.recent-articles a:hover {
  --tw-text-opacity: 1;
  color: rgb(54 133 114 / var(--tw-text-opacity, 1));
}

ul.recent-articles li:last-child {
  margin-bottom: 0;
  border: none;
}

ul.recent-articles li {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
}

ul.recent-articles svg {
  position: absolute;
  left: 6px;
  top: 7px;
}

.top-arrow-icon svg {
  margin-bottom: 30px !important;
  transition: all 0.5s;
}

.top-arrow-icon svg:hover {
  background: #c0ed1d;
}

.single-news-template:before {
  content: "";
  background: #e1ecec;
  position: absolute;
  right: 0;
  height: 25%;
  width: 100%;
  z-index: 0;
  top: 0;
}

.single-news-template {
  position: relative;
}

.single-news-template .container {
  position: relative;
  z-index: 9;
}

header#header {
  padding: 23px 0;
  z-index: 99999;
  position: relative;
}

.eq-privacy-wrapper.has-index .content-wrap .content-title:before {
  content: counters(counter-table-of-contents, ".") ". ";
  counter-increment: counter-table-of-contents;
}

.eq-privacy-wrapper.has-index #contentinner {
  counter-reset: counter-table-of-contents;
}

main#contentinner ul {
  margin-bottom: 20px;
}

nav#toc a:hover {
  text-decoration: none;
}

nav#toc ol,
nav#toc ol li {
  list-style: none;
}

nav#toc ul li::marker,
nav#toc ul {
  list-style: none;
}

nav#toc {
  padding-top: 60px;
}

#contentinner a {
  color: #368572;
}

.toc.row {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 140px;
}

/* nav#toc {
  border-right: 2px solid rgba(24, 65, 60, 0.1);
} */

nav#toc ol li a:hover {
  font-weight: 600;
}

nav#toc ol li {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 400;
}

nav#toc ol li a:before {
  content: counters(counter-table-of-contents, ".") ". ";
  counter-increment: counter-table-of-contents;
}

nav#toc ol {
  counter-reset: counter-table-of-contents;
  list-style: none;
  padding: 0;
}

.content-wrap h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 16px;
  padding-top: 60px;
}

.eq-privacy-wrapper .description h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 16px;
  padding-top: 60px;
}

.course-container img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.workshop-banner:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 70%;
  background-color: #c0ed1d;
  z-index: 1;
}

.workshop-banner {
  position: relative;
}

.workshop-banner h1 {
  position: relative;
  z-index: 99;
}

.content-wrapper-inner {
  /* display: flex; */
  flex-wrap: wrap;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #142320;
  box-shadow: 8px 8px 0 0 #142320;
  max-width: 540px;
  margin-right: 90px;
  margin: -200px 0 0 auto;
  z-index: 9;
  position: relative;
  background: #fff;
}

.content-wrapper-inner .bottom-section a:hover {
  text-decoration: underline;
}

.sponsored-by {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.two-cl-box.two-cl-box1 a {
  color: #368572;
}

.pagination {
  text-align: center;
  margin: 40px 0;
}

span.page-numbers.current {
  background-color: #142320;
  border-radius: 4px;
  color: #c0ed1d !important;
  font-weight: 600;
  padding: 5px 11px;
}

.pagination a {
  background: #fff;
  border: 1px #f1f1f1;
  border-radius: 4px;
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  height: 30px;
  line-height: normal;
  margin: 0 5px;
  padding: 10px;
  place-content: center;
  width: 30px;
}

form.search-form > input {
  display: none;
}

form.search-form input {
  background: #fff;
  padding: 10px 20px;
  width: 100%;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.nav-links a {
  background: #c0ed1d;
  color: #132320;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 24px;
  border-radius: 6px;
  transition: background 0.2s ease;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #c0ed1d;
  transition: filter 0.15s ease-in-out, color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  display: inline-flex;
  cursor: pointer;
}

.nav-links a:hover {
  background: #fff;
  border: 1px solid;
}

span.meta-nav {
  display: none;
}

.blog-item img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.search-results-container {
  max-width: 1050px;
  margin: 0 auto;
}

.search-results-container h1.page-title {
  font-size: 16px;
  font-family: inter;
}

.search .nav-links {
  display: inline-block;
}

a.next.page-numbers {
  width: auto;
}

.banner-section span.swiper-pagination-bullet {
  width: 20px;
  height: 25px;
  background: url("../img/dot-icon.svg");
  display: block;
  opacity: 0.4;
}

.search .nav-links {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 5px;
}

span.page-numbers.current {
  background-color: #142320;
  border-radius: 4px;
  color: #c0ed1d !important;
  font-weight: 600;
  padding: 3px 22px;
}

a.prev.page-numbers {
  display: inline-flex;
}

.search-results-container h2.entry-title a {
  color: #000 !important;
  margin-top: 20px !important;
  display: block;
}

.banner-section span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 25px;
  background: url("../img/dot-icon.svg");
  display: block;
  opacity: 1;
}

.swiper-pagination-news.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
}

.search main#content {
  padding: 30px 15px 230px 15px;
  max-width: 1300px;
  margin: 0 auto;
}

.pagination a:hover {
  background-color: #142320;
  border-radius: 4px;
  color: #c0ed1d !important;
  font-weight: 600;
}

.two-cl-box.two-cl-box1 hr {
  margin: 50px 0 40px 0;
}

@media not all and (min-width: 768px) {
  .two-cl-box.two-cl-box1 hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.two-cl-box.two-cl-box1 {
  padding-top: 72px;
  padding-right: 62px;
  padding-bottom: 72px;
  padding-left: 62px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}

.cls-who-attent,
.cls-instructure {
  padding-bottom: 40px;
}

@keyframes marquee2 {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-200%);
  }
}

.hs-study-slider:hover {
  animation-play-state: paused;
}

.hs-study-slider {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  animation: marquee2 10s linear infinite;
  height: 472px;
}

.hs-study-slider .hs-study-slider-item {
  margin-bottom: 0;
  width: 50%;
  padding: 0 16px 35px;
  text-align: center;
}

@media not all and (min-width: 768px) {
  .hs-study-slider .hs-study-slider-item {
    width: 100%;
  }
}

.hs-study-slider .hs-study-slider-item .hs-study-slider-box {
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.06);
  width: 100%;
}

.heading-wrap .content {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.bottom-section {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.gallery-banner .grid div:last-child:before {
  content: "";
  position: absolute;
  background: white;
  height: 100%;
  top: 50%;
  width: 1px;
  margin-left: -50px;
  height: 210px;
  bottom: 0;
  transform: translateY(-50%);
}

.two-cl-box.two-cl-box1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  gap: 30px;
}

.cls-who-attent .two-cl-box.two-cl-box1 ul li {
  border-radius: 30px;
  background: #e3fcea;
  display: inline-block;
  padding: 4px 12px;
}

.cls-who-attent .two-cl-box.two-cl-box1 ul {
  list-style: none;
  padding-left: 0;
  -moz-column-count: 1;
       column-count: 1;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}

/* timeline css  */

.timeline-card.card-1 {
  text-align: center;
}

.timeline-details p {
  margin-bottom: 0;
}

.timeline-details {
  padding: 16px;
  background: #e5e5e5;
  background-color: #fff;
  border: 1px solid rgb(208, 208, 208, 0.8);
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  z-index: 9999;
}

.timeline-description-inner.bg-white {
  z-index: 9999999;
  position: relative;
}

.timeline-image img {
  height: 215px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.timeline-details {
  border-radius: 20px;
}

/* .timeline-card:nth-child(odd) .timeline-description {
  margin-top: 216px;
  padding-top: 110px;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.timeline-card:nth-child(even) .timeline-description {
  padding-bottom: 80px;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  margin-bottom: 210px;
} */

.timeline-card.even-card .card-1 {
  margin-top: 170px;
  padding-bottom: 110px;
  position: relative;
  transition: all 0.3s 
ease-in-out;
  z-index: 2;
}

.timeline-card.odd-card .card-1 {
  margin-top: 386px;
  padding-top: 110px;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.eq-cards-timeline-wrapper {
  position: relative;
  overflow: hidden;
}

.eq-cards-timeline-wrapper .timeline-year {
  display: block;
  height: revert-layer;
  left: 50%;
  position: absolute;
  text-align: center;
  top: calc(50% + 31px);
  transform: translate(-50%, -50%);
  width: 100%;
  cursor: pointer;
}

.timeline-card {
  position: relative;
}

.timeline-card-inner.timeline-year {
  display: block;
  height: revert-layer;
  left: 50%;
  position: absolute;
  text-align: center;
  top: calc(50% + 45px);
  transform: translate(-50%, -170px);
  width: 100%;
  cursor: pointer;
  z-index: 99;
}

.timeline-card.even-card .timeline-card-inner.timeline-year {
  display: block;
  height: revert-layer;
  left: 50%;
  position: absolute;
  text-align: center;
  top: calc(50% + 60px);
  transform: translate(-50%, 90px);
  width: 100%;
  cursor: pointer;
  z-index: 99;
}

.timeline-card.card-1.first-one.odd-card.has-img .timeline-card-inner.timeline-year {
  top: calc(50% + -158px);
}

.timeline-image img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev.about-eq-prev {
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 44%;
  z-index: 9999;
  background: url("../img/arrow-1.svg");
  transform: rotate(180deg);
  margin-top: -21px;
}

.swiper-button-prev.about-eq-prev:hover {
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 44%;
  z-index: 9999;
  background: url("../img//dark-arrow.svg");
  transform: rotate(0deg);
  margin-top: -21px;
}

.swiper-button-next.about-eq-next {
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
  border-radius: 50%;
  top: 44%;
  z-index: 9999;
  background: url("../img/arrow-1.svg");
  transform: rotate(0deg);
  margin-top: -21px;
}

.swiper-button-next.about-eq-next:hover {
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
  border-radius: 50%;
  top: 43%;
  z-index: 9999;
  background: url("../img//dark-arrow.svg");
  transform: rotate(180deg);
  margin-top: -21px;
}

.timeline-container:before {
  content: "";
  position: absolute;
  top: 45.5%;
  transform: translate(10px, -50%);
  max-width: 1134px;
  background: #000;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cls-accordian-inner h2 {
  margin-bottom: 30px;
  padding-left: 45px;
}

.awards-main-container a p {
  color: #000;
}

.even-card.first-one .timeline-description:before {
  content: "";
  background: url("../img/timeline-dot.svg");
  height: 68px;
  width: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 176px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  z-index: 99999999;
  display: block;
  background-position: bottom;
}

.card-1 .timeline-card-inner.timeline-year {
  top: 80px;
}

.timeline-card-inner.timeline-year h4 {
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
  color: #000 !important;
}

.eq-cards-timeline-wrapper .timeline-year {
  display: block;
  height: revert-layer;
  left: 50%;
  position: absolute;
  text-align: center;
  top: calc(50% + 31px);
  transform: translate(-50%, -50%);
  width: 100%;
  cursor: pointer;
}

.eq-cards-timeline-wrapper
  .timeline-card:nth-child(even)
  .timeline-description {
  padding-bottom: 80px;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

/* .timeline-card:before {
  content: "";
  height: 2px;
  width: 105%; 
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  display: block;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  background: #000;
  z-index: 3;
  margin: 0 auto;
} */

/* .timeline-card:after {
  content: "";
  height: 2px;
  width: 105%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  background: #000;
  z-index: 3;
  margin: 0 auto;
} */

/*  timeline css  */

/* menu  */

/* Base styling */

.nav {
  position: relative;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.menu-toggle .menu-icon {
  width: 25px;
  height: 2px;
  background: #000;
  display: block;
  position: relative;
}

.menu-toggle .menu-icon::before,
.menu-toggle .menu-icon::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.menu-toggle .menu-icon::before {
  top: -7px;
}

.menu-toggle .menu-icon::after {
  top: 7px;
}

/* WordPress menu defaults */

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.menu-btn {
  display: none;
}

a.is-active {
  font-weight: 600;
}

.toc-sticky ol {
  position: fixed;
  top: 80px;
  width: 370px;
  /* adjust based on design */
  z-index: 999;
}

.eq-privacy-wrapper.has-index #contentinner {
  position: relative;
  z-index: 9;
}

.get-started {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media not all and (min-width: 768px) {
  .get-started {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.eq-privacy-wrapper:before {
  content: "";
  position: absolute;
  width: 61.8%;
  background: #f1f1f1;
  height: 100%;
  z-index: 1;
  left: auto;
  right: 0;
  border-left: 2px solid rgba(24, 65, 60, 0.1);
}

.get-started > div {
  border-bottom: 1px solid #1111110f;
  padding-bottom: 30px;
}

form#gform_1 {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: start;
}

.gfield_validation_message {
  display: none !important;
}

.gform_validation_errors {
  display: none !important;
}

input#gform_submit_button_1 {
  padding: 15px 24px;
  border: 1px solid #000;
  background-color: #142320;
  color: #fff !important;
  min-width: 170px;
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.3s;
}

input#gform_submit_button_1:hover {
  background: #fff;
  color: #142320 !important;
}

form#gform_1 .gform_footer.before {
  margin: 0;
}

form#gform_1 .gform-body.gform_body input {
  text-align: left;
  padding: 23px 10px;
  border: transparent;
}

form#gform_1 .gform-body.gform_body .gfield_error input {
  border: 1px solid #c02b0a;
}

.gform_confirmation_message {
  display: none;
}

form#gform_1 .gform-body.gform_body input::-moz-placeholder {
  color: #9ca3af;
  font-size: 16px;
}

form#gform_1 .gform-body.gform_body input::placeholder {
  color: #9ca3af;
  font-size: 16px;
}

/* Breakpoint: below 1000px */

@media (max-width: 1000px) {
  .menu-btn {
    display: block;
  }

  .menu-btn a span {
    background: #c0ed1d;
    color: #132320;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 6px;
    transition: background 0.2s ease;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #c0ed1d;
    transition: filter 0.15s ease-in-out, color 0.15s ease-in-out,
      background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    display: inline-flex;
    cursor: pointer;
  }

  .menu-toggle {
    display: block;
  }

  section.row-pad.relative.banner-section {
    padding-top: 0;
  }

  .nav {
    position: static;
  }

  .nav ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .nav ul.open {
    display: flex;
  }
}

/* Optional: animate the hamburger into X */

.menu-toggle.active .menu-icon {
  background: transparent;
}

.menu-toggle.active .menu-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.menu-toggle.active .menu-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

.partners-logo img {
  filter: grayscale(1);
  transition: filter 0.3s;
}

swiper-container.partners-logo swiper-slide {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 130px;
}

.page-id-19 main#content .team-member-container-upper:first-child {
  padding-bottom: 0;
}

.cls-accordian-inner li {
  margin-bottom: 10px;
}

.page-id-19 main#content .team-member-container-upper:nth-child(4) {
  padding-bottom: 0;
}

.page-id-19 main#content .team-member-container-upper:nth-child(4) .last-row {
  padding-bottom: 0;
}

.page-id-19 main#content .team-member-container-upper:nth-child(3) {
  padding-bottom: 0;
}

.page-id-19 main#content .team-member-container-upper:nth-child(3) .last-row {
  padding-bottom: 0;
}

span.team-member-tag {
  font-family: Inter;
  font-size: 12px;
  color: #6b6b6b;
  border-radius: 40px;
  border: 1px solid #c0ed1d;
  display: inline-block;
  padding: 2px 10px;
  background-color: rgb(192 237 29 / 5%);
  margin-left: auto;
  line-height: 1.2;
}

.cls-accordian-2 .cls-accordian-inner {
  padding-top: 0;
  background: transparent;
}

.cls-accordian-2 .cls-accordian-inner > div {
  margin-bottom: 20px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.cls-accordian-2 .accordian-title {
  font-family: "Inter";
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.cls-accordian-2 .cls-counter {
  display: none;
}

.cls-accordian-2 .accordian-title {
  font-family: "Inter";
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.cls-accordian-2 .container {
  max-width: 1050px;
}

a {
  color: #368572;
}

.cls-accordian-2 .cls-accordian-content {
  padding: 0 0 15px 0;
}

.team-memberr:hover span.team-member-tag {
  font-weight: 800;
}

.team-member:hover span.team-member-tag {
  font-weight: bolder;
  color: #000;
}

form#gform_2 {
  background: #fff;
  padding: 70px 40px;
  box-shadow: -14px -13px 0px #00000040;
  border: 1px solid #00000040;
  border-radius: 5px;
}

input#gform_submit_button_3 {
  width: 100%;
  background: #c0ed1d;
  color: #000;
}

form#gform_3 textarea#input_3_5 {
  height: 100px !important;
  min-block-size: 0rem;
}

input#gform_submit_button_2:hover {
  background: #fff;
  border: 1px solid;
}

div#gform_fields_3 {
  row-gap: 20px;
}

form#gform_3 input,
form#gform_3 textarea {
  border: 1px solid #c0d0de;
}

form#gform_3 .gfield_error input,
form#gform_3 .gfield_error textarea {
  border: 1px solid #c02b0a;
}

input#gform_submit_button_3 {
  width: 100%;
  background: #c0ed1d;
  color: #000;
  padding: 12px 0;
}

input#gform_submit_button_3:hover {
  background: #fff;
  color: #000;
  border: 1px solid;
}

form#gform_3 label,
form#gform_3 legend {
  font-size: 16px;
}

form#gform_2 div#gform_fields_2 {
  row-gap: 20px;
}

form#gform_2 label {
  color: #000;
}

span.gfield_required.gfield_required_text {
  display: none;
}

input#gform_submit_button_2 {
  background: #c0ed1d;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  box-shadow: 6px 6px 0px rgba(20, 35, 32, 1);
  border: 1px solid transparent;
  width: 100%;
  color: #000;
  font-size: 16px;
  border: 1px solid #c0ed1d;
  padding: 15px 0;
  border-radius: 5px;
}

/* timetine css  */

.odd-card .timeline-description:before {
  content: "";
  background: url("../img/timeline-active-dot.svg");
  height: 200px;
  width: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.odd-card.last-one .timeline-description:before {
  background: url("../img/timeline-non-active-dot.svg");
  content: "";
  background: url(../img/timeline-non-active-dot.svg);
  height: 200px;
  width: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
}

.odd-card.first-one .timeline-description:before {
  content: "";
  background: url("../img/timeline-dot.svg");
  height: 200px;
  width: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
}

.center-one .timeline-description.card-2:after {
  transform: rotate(180deg);
  top: 53px;
}

.card-2 .timeline-card-inner.timeline-year {
  top: calc(50% + 70px);
}

.timeline-description.card-2:after {
  content: "";
  background: url(../img/timeline-active-dot.svg);
  height: 200px;
  width: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
}

span.hs_no {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 11px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #c0ed1d;
  margin-bottom: 29px;
  border-radius: 8px;
}

.event_detail:after {
  content: "";
  width: 2px;
  height: 115%;
  background: #000;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

.event_detail {
  margin-bottom: 117px;
  position: relative;
}

.event_inner {
  padding: 1.5rem;
  background-color: white;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 8px 8px 0px 0px #142320;
}

span.hs_no:after {
  content: "";
  position: absolute;
  right: 0;
  width: calc(100% - 47px);
  height: 1px;
  background: #000;
  left: 47px;
}

.event-timelne .grid:last-child .event_detail:after {
  opacity: 0;
}

.event-timelne .grid:last-child .event_detail {
  margin-bottom: 0;
}

.date.meta-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  gap: 7px;
}

.location.meta-item .icon {
  background: transparent;
}

.location.meta-item, .location.meta-item * {
  display: flex;
  align-items: center;
}

.meta.lead svg {
  width: 30px;
  height: 30px;
}

.location.meta-item {
  font-weight: 700;
  font-size: 18px;
}

.meta.lead *:before {
  opacity: 0;
}

.date.meta-item .icon {
  background: no-repeat;
}

.meta.lead {
  display: flex;
  margin-bottom: 20px;
}

a.cta-button.arrow-right {
  background-color: #C0ED1D;
  border-color: #C0ED1D;
  color: #132320;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  padding: 14px 0 14px 22px;
  border-radius: 16px;
  box-shadow: 8px 8px 0 0px #142320;
  text-align: left;
}

.event-highlight ol {
  padding-left: 30px;
}

.event-highlight ol li {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  color: #ffff;
  list-style: decimal;
}

.event-highlight {
  position: relative;
}

.event-highlight:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52, 58, 64, 0.5);
}

.event-highlight .container {
  position: relative;
}

.event-highlight ol li:after {
  content: "";
  display: block;
  width: 100%;
  background: #fff;
  height: 1px;
  margin: 10px 0;
  position: relative;
  left: -30px;
}

.box-shadow {
  position: relative;
}

.box-shadow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.cls-tab-border {
  border-bottom: 1px solid #CECECE;
}

.cls-tab {
  font-size: 24px;
  margin-top: 40px;
  padding-bottom: 25px;
}

.awards-main-container {
  max-width: 90%;
  margin: -50px auto 0 auto;
}

.awards-main-container .relative {
  height: 100%;
}

.awards-main-container .absolute
{
  transition: all 0.5s;
}

.awards-main-container > .grid  > .relative:hover  .absolute 
{
  opacity: 0;
}

a.register-now {
  font-size: 22px;
  background: #C0ED1D;
  background-image: url("../img/Arrow.svg");
  display: inline-block;
  padding: 35px 120px 35px 30px;
  color: #132320;
  font-weight: 700;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  box-shadow: 8px 8px 0 0px #142320;
  transition: all 0.5s;
  position: relative;
}

a.register-now.white {
  font-size: 22px;
  background: #fff;
  background-image: url("../img/Arrow.svg");
  display: inline-block;
  padding: 35px 120px 35px 30px;
  color: #132320;
  font-weight: 700;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  box-shadow: 8px 8px 0 0px #142320;
  transition: all 0.5s;
  position: relative;
}

a.register-now:hover {
  box-shadow: none;
  background-color: #fff;
}

a.register-now:after {
  content: "";
  background-image: url("../img/round-circle-img.png");
  display: block;
  height: 103px;
  width: 60px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 50px;
  overflow: hidden;
  background-size: contain;
}

a.register-now.white:after
{
  content: "";
  background-image: url("../img/senfregister-bg.png");
  display: block;
  height: 118px;
  width: 60px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 50px;
  overflow: hidden;
  background-size: contain;
}

a.register-now.white:hover:after
{
  content: "";
  background-image: url("../img/reverse.png");
  display: block;
  height: 103px;
  width: 60px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 49px;
  overflow: hidden;
  background-size: contain;
}

section.row-pad.about-eq-slider-container:before {
  content: "";
  position: absolute;
  top: 46.4%;
  transform: translate(0px, -50%);
  max-width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px dashed transparent;
  -o-border-image: repeating-linear-gradient(to right, #ddd 0, #ddd 10px, transparent 10px, transparent 20px) 2 round;
     border-image: repeating-linear-gradient(to right, #ddd 0, #ddd 10px, transparent 10px, transparent 20px) 2 round;
}

.toc.row a {
  color: #000;
}

.about-eq-slider-container {
  position: relative;
}

.about-eq-slider-container:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0%;
  left: 50%;
  transform: translateX(-50%);
  width: 502px;
  height: 530px;
  max-width: 60%;
  max-height: 150%;
  border-radius: 530px;
  background: #c0ed1d;
  filter: blur(177px);
  z-index: 0;
}

.gauntlet-form h2.gform_title {
  text-align: center;
  font-family: 'Inter';
  font-size: 20px;
}

.gauntlet-form .gform_fields.top_label.form_sublabel_below.description_below {
  row-gap: 20px;
}

.gauntlet-form .gform_fields.top_label.form_sublabel_below.description_below input  
{
  border: 1px solid #c0d0de;
  padding: 20px 20px;
  border-radius: 5px;
}

.gauntlet-form .gfield_error input  
{
  border: 1px solid red !important;
  padding: 20px 20px;
  border-radius: 5px;
}

.gauntlet-form .textarea.large
{
  border: 1px solid #c0d0de;
  padding: 20px 20px;
  border-radius: 5px;
  min-block-size: 6rem !important;
}

.gauntlet-form .gfield_checkbox input, .ginput_container.ginput_container_fileupload input
{
  padding: 0 0 !important;
}

input#gform_submit_button_4 {
  background-color: #c0ed1d;
  border-color: #c0ed1d;
  color: #fff;
  width: 100%;
  box-shadow: 10px 10px 0px 0px #000;
  color: #142320 !important;
  padding-left: 34px;
  font-size: 18px;
}

.gauntlet-form {
  padding-bottom: 30px;
}

/* footer  */

ul.social {
  display: flex;
  gap: 20px;
}

ul.social img:hover {
  filter: grayscale(1);
}

#footer {
  background: #132320;
  padding: 120px 0;
  /* margin-top: 180px; */
}

footer#footer * {
  color: #fff;
}

footer#footer .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}

footer#footer ul li {
  margin-bottom: 18px;
}

.text-custom p {
  margin-bottom: 20px;
}

section.footer-form .w-full > * {
  color: #000 !important;
}

section.footer-form input {
  max-width: 177px;
  padding: 12px 15px;
}

section.footer-form .w-full h2 {
  font-family: Ivyora Display;
  font-size: 48px;
  color: #142320 !important;
  font-weight: 500;
}

section.footer-form p {
  margin: 40px 0 50px 0;
  font-size: 18px;
}

section.footer-form button {
  padding: 11px 24px;
  border: 1px solid #000;
  background-color: #142320;
}

section.footer-form input {
  color: #000 !important;
}

section.footer-form button:hover {
  background: #fff;
  color: #142320 !important;
}

.text-custom p:first-child {
  margin-bottom: 50px;
  line-height: 1.7;
}

footer#footer ul li a:hover,
footer#footer a:hover {
  text-decoration: underline;
}

footer#footer section.footer-form .container {
  display: block !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 80px 15px;
  border-radius: 4px;
  border: 1px solid #acd90a;
  box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 100px;
  margin-top: -300px;
}

footer#footer ul#menu-menu-1 ul.sub-menu:hover li:hover a,
.current_page_item a {
  background: transparent;
}

.footer_layer {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 90px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

/* Responsve design */

@media (max-width: 1350px) {
  footer#footer section.footer-form {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 1150px) {
  .content-wrapper-inner {
    margin: -150px 0 0 auto;
  }

  .eq-privacy-wrapper:before {
    content: "";
    position: absolute;
    width: calc(100% - 300px);
  }

  .toc-sticky ol {
    position: fixed;
    top: 80px;
    width: 310px;
    z-index: 999;
  }

  .two-cl-box.two-cl-box1 {
    padding-top: 72px;
    padding-right: 15px;
    padding-bottom: 72px;
    padding-left: 32px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
  }

  .toc.row {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 50px;
  }

  ul.social {
    display: flex;
    gap: 5px;
  }

  .menu-container ul li a {
    font-size: 14px;
    padding: 20px 0;
  }

  .nav ul {
    gap: 10px !important;
  }

  .menu-container {
    gap: 15px;
  }

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

  .team-member-container .team-member {
    flex: 0 0 28%;
    max-width: 28%;
  }
}

@media (max-width: 1023px) {
  .course-container img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

@media (max-width: 1000px) {
  ul#menu-menu-1 ul {
    border: 0px solid #142320;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    position: relative;
    text-align: left;
    top: 5px;
    display: block !important;
    width: 270px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    background-color: transparent;
    height: 0;
    overflow: hidden;
  }

  .menu-container ul li a {
    font-size: 16px;
    padding: 20px 0;
  }

  ul#menu-menu-1 ul.sub-menu:hover li:hover a,
  .current_page_item a {
    background: transparent;
  }

  ul#menu-menu-1 .menu-item-has-children.open ul.sub-menu {
    position: relative;
    border: none;
    box-shadow: none;
    height: 100%;
    opacity: 1 !important;
    overflow: visible;
    visibility: visible;
    top: 5px;
    width: 100%;
  }

  .menu-item-has-children:after {
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .nav ul {
    gap: 20px !important;
  }

  ul#menu-menu-1 .menu-item-has-children.open:after {
    transform: rotate(180deg);
    background-position: 0px 1px;
    right: 9px;
  }

  header#header a.cta-btn {
    display: none;
  }

  .toc.row {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 50px;
  }
}

@media (max-width: 767px) {
  .cls-accordian-inner h2 {
    margin-bottom: 30px;
    padding-left: 25px;
  }

  .toc-sticky ol {
    position: relative;
    top: 80px;
    width: 310px;
    z-index: 999;
  }

  .eq-privacy-wrapper:before {
    display: none;
  }

  .eq-privacy-wrapper.has-index #contentinner {
    margin-top: 110px;
  }

  form#gform_1 .gform_footer.before {
    display: block;
    margin-top: 30px !important;
  }

  .gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
  }

  .cls-tab {
    font-size: 20px;
  }

  .event-timelne .grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  span.hs_no:after   
  {
    opacity: 0;
  }

  .two-cl-box.two-cl-box1 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 30px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
  }

  .content-wrapper-inner {
    margin: 0px 0 0 0;
  }

  .two-cl-box.two-cl-box1 ul {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
    gap: 10px;
  }

  .toc.row {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  /* nav#toc {  
    border-right: 0px solid rgba(24, 65, 60, 0.1);
  } */

  .eq-privacy-wrapper .description h3 {
    padding-top: 10px;
  }

  .form-container {
    height: 85%;
    top: 20px;
    overflow: scroll;
    padding-top: 50px;
  }

  .row-margin {
    background-position: bottom center;
    background-size: 100%;
    padding-bottom: 90px;
    background-size: auto 100px;
  }

  .contact-first-row:before {
    content: "";
    background: #e1ecec;
    position: absolute;
    height: 80%;
    width: 100%;
    bottom: -900px;
  }

  .cls-faq {
    padding: 20px 15px 0px 15px;
    background: #fff;
  }

  .cls-faq.open {
    padding: 20px 15px 0px 15px;
  }

  footer#footer .container {
    display: block;
  }

  footer#footer .container > div {
    margin-bottom: 30px;
  }

  .text-custom p:first-child {
    margin-bottom: 30px;
    line-height: 1.7;
  }

  footer#footer section.footer-form {
    margin-left: 15px;
    margin-right: 15px;
  }

  section.footer-form .w-full h2 {
    font-size: 38px;
  }

  section.footer-form p {
    margin: 20px 0 30px 0;
    font-size: 18px;
  }

  footer#footer section.footer-form .container {
    margin-bottom: 100px;
    margin-top: -300px;
  }

  .team-member-container .team-member {
    flex: 0 0 46%;
    max-width: 46%;
  }
}

@media (max-width: 650px) {
  section.footer-form form {
    display: block !important;
  }

  section.footer-form form input {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .team-member-container .team-member {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.hover\:border-\[\#073638\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(7 54 56 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-lime-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}

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

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

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

.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-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}

@media not all and (min-width: 1280px) {
  .max-xl\:bottom-\[-270px\] {
    bottom: -270px;
  }

  .max-xl\:p-\[30px\] {
    padding: 30px;
  }

  .max-xl\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .max-xl\:text-\[22px\] {
    font-size: 22px;
  }

  .max-xl\:text-\[40px\] {
    font-size: 40px;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:py-\[75px\] {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:order-1 {
    order: 1;
  }

  .max-md\:order-2 {
    order: 2;
  }

  .max-md\:m-auto {
    margin: auto;
  }

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

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

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

  .max-md\:block {
    display: block;
  }

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

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

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

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .max-md\:bg-\[length\:auto_70\%\] {
    background-size: auto 70%;
  }

  .max-md\:p-\[20px\] {
    padding: 20px;
  }

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

  .max-md\:text-center {
    text-align: center;
  }

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

@media not all and (min-width: 640px) {
  @media not all and (min-width: 768px) {
    .max-sm\:max-md\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
}

@media (min-width: 480px) {
  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .sm\:w-auto {
    width: auto;
  }

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

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

@media (min-width: 768px) {
  .md\:order-2 {
    order: 2;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

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

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

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

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

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

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

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

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

@media (min-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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

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

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