@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --gray-700: #424242;
  --gray-500: #737373;
  --black: black;
  --border-radius--tiny: 0.375rem;
  --light-grey: #f4f4f4;
  --border-radius--xtiny: 0.25rem;
  --gray-800: #292929;
  --gray-25: #fcfcfc;
  --gray-400: #a3a3a3;
  --gray-50: #fafafa;
  --gray-900: #141414;
  --dark-green: #25fabe;
  --green: #61ffc9;
  --nav--gray-800: #292929;
  --nav--gray-50: #fafafa;
  --gray-600: #525252;
  --white: white;
  --border-radius--xxsmall: 0.5rem;
  --gray-300: #d6d6d6;
  --gray-200: #e5e5e5;
  --gray-100: whitesmoke;
  --border-radius--xlarge: 2rem;
  --border-radius--xxtiny: 0.175rem;
  --border-radius--large-still: 1.75rem;
  --border-radius--0: 0rem;
  --border-radius--medium: 1.25rem;
  --border-radius--large-change: 1.75rem;
  --border-radius--xmedium: 1.5rem;
  --border-radius--xsmall: 0.75rem;
  --border-radius--small: 1rem;
  --border-radius--home-hero: 2rem;
  --nav--gray-700: #424242;
  --border-radius--about-image: 2rem;
  --border-radius--button-circle: 100vw;
  --nav--circle: #292929;
  --nav--y: #61ffc9;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  /*   overflow: hidden; */
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation;
  /*   scroll-behavior: smooth; */
}

body {
  margin: 0;
  height: 100%;
  font-family: 'Poppins', sans-serif;
}
.intro-wrapper {
  position: relative;
  height: 90vh;
  background-color: #f8f8f8;
}
.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.text-align-center {
  max-width: 600px;
  text-align: center;
  position: absolute;
  top: 50px;
}
.text-align-center {
  text-align: center;
  scroll-behavior: smooth;
  height: 100%;
  will-change: transform, opacity;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.margin-small {
  margin: 3.5rem;
  margin-bottom: 0;
}

.heading-style-h3 {
  letter-spacing: -0.02em;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 1;
}

.light-green-underline {
  box-shadow: none;
  display: inline-block;
}

p {
  color: var(--gray-500);
  margin-bottom: 5rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

sup {
  top: 0em;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

.section_tabs {
  z-index: 99;
  border-radius: var(--border-radius--xlarge);
  background-color: var(--gray-800);
  position: relative;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}
@media (max-width: 576px) {
  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}

.tabs_height {
  height: 550vh;
}
@media (max-width: 576px) {
  .tabs_height {
    min-height: 600vh;
  }
}

.tabs_sticky-wrapper {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
}

.tabs_container {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
}

.tabs_component {
  height: 100vh;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 0.4fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 3.3%;
  padding-right: 3.3%;
  display: grid;
}
@media (max-width: 576px) {
  .tabs_component {
    grid-template-columns: 1fr;
  }
}

.tabs_left {
  border-radius: var(--border-radius--medium);
  background-color: var(--gray-700);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
  height: 40vh;
}

.tabs_left-top {
  height: 100%;
  position: relative;
}

.tabs_let-content {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
}

.tabs_let-content.is-1 {
  opacity: 1;
}

.heading-style-h4 {
  letter-spacing: -0.02em;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.05;
}
@media (max-width: 576px) {
  .heading-style-h4 {
    margin: 0;
    font-size: 20px;
  }
}

.text-color-gray100 {
  color: var(--gray-100);
}

.tabs_line {
  width: 100%;
  height: 1px;
  background-color: var(--gray-500);
}

.text-color-gray400 {
  color: var(--gray-400);
}

.text-size-small {
  font-size: 1rem;
}
@media (max-width: 576px) {
  .text-size-small {
    font-size: 0.875rem;
  }
}

.tabs_left-bottom {
  flex-direction: column;
  display: flex;
}

.button {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border: 1px solid var(--gray-800);
  background-color: var(--gray-800);
  color: var(--gray-25);
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0.6rem;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 1.35rem;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.6s;
  display: flex;
  overflow: hidden;
}

.tabs_video,
.tabs_right,
.button {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.button.is-green {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--gray-900);
}

.button.is-secondary {
  color: var(--gray-900);
  background-color: transparent;
  transition:
    border-color 0.6s,
    color 0.6s;
}

.button.is-green.is-secondary {
  color: var(--gray-25);
  background-color: rgba(97, 255, 201, 0);
}

.button-text {
  z-index: 2;
  position: relative;
}

.button-circle-wrapper {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon {
  z-index: 2;
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.button-circlee {
  color: var(--white);
  width: 80%;
  aspect-ratio: 1 / 1;
  border-radius: var(--border-radius--button-circle);
  position: absolute;
  top: 0;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  height: 250px;
  transition: all 0.2s ease-in-out;
  will-change: transform, width, height, color;
  border: 1px solid transparent;
}
.button.is-green.is-secondary:hover {
  color: var(--gray-800);
  border-color: var(--green);
}
.button.is-green.is-secondary:hover .button-circlee {
  background-color: var(--green);
  transform: translate3d(0px, -43%, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  width: 100%;
}

.tabs_right {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius--medium);
  position: relative;
  overflow: hidden;
  grid-area: span 1 / span 1 / span 1 / span 1;
  height: 50vh;
  /* margin-top: -32px; */
}

.w-background-video {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.tabs_video {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius--medium);
  object-fit: cover;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
}

.tabs_video.is-1 {
  opacity: 1;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

.w-background-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.tabs_video-gda-badge {
  width: 5rem;
  margin-bottom: 1.5rem;
  object-fit: cover;
  position: relative;
  z-index: 2;
  margin-top: 2rem;
  margin-right: 2rem;
}

.w-background-video {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.video-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.tabs_video {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius--medium);
  object-fit: cover;
  position: absolute;
  /* inset: 0; */
  opacity: 0;
  transform: translateY(100%);
  transition:
    opacity 0.5s,
    transform 0.5s;
}

.tabs_video.is-1 {
  opacity: 1;
  transform: translateY(0);
}

html,
body {
  width: 100%;
  background: #000;
  font-family: system-ui, sans-serif;
}

.video-section {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.scroll-video {
  width: 100%;
  object-fit: cover;
  display: block;
}

.page-content {
  color: white;
  padding: 3rem;
  background: #111;
}

.tabs_image {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius--medium);
  opacity: 1;
  transition: opacity 0.5s;
}

.tabs_main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
  border-radius: var(--border-radius--medium);
}

@media (min-width: 1000px) {
  /* .tabs_left {
          height: 500px;
        } */
}

.space-y-1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
} /* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::after,
::before {
  --tw-content: '';
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol', 'Noto Color Emoji';
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role='button'],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.relative {
  position: relative;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-16 {
  margin-top: 4rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.min-h-\[174px\] {
  min-height: 174px;
}
.min-h-\[360px\] {
  min-height: 360px;
}
.w-32 {
  width: 8rem;
}
.w-48 {
  width: 12rem;
}
.w-\[50px\] {
  width: 50px;
}
.w-full {
  width: 100%;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-\[465px\] {
  max-width: 465px;
}
.max-w-\[482px\] {
  max-width: 482px;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#444\] {
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity, 1));
}
.border-\[\#555\] {
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity, 1));
}
.border-\[\#aaaaaa\] {
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#111213\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 18 19 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2c69e2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 105 226 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4A4A4A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity, 1));
}
.bg-\[\#A8C5F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 197 243 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-\[linear-gradient\(to_right\2c \#1E1D75\2c \#3432CB\)\] {
  background-image: linear-gradient(to right, #1e1d75, #3432cb);
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.p-4 {
  padding: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[23px\] {
  padding-left: 23px;
  padding-right: 23px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[350px\] {
  padding-top: 350px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[27\.9px\] {
  line-height: 27.9px;
}
.leading-none {
  line-height: 1;
}
.tracking-\[\.11em\] {
  letter-spacing: 0.11em;
}
.text-\[\#010102\] {
  --tw-text-opacity: 1;
  color: rgb(1 1 2 / var(--tw-text-opacity, 1));
}
.text-\[\#0D0C31\] {
  --tw-text-opacity: 1;
  color: rgb(13 12 49 / var(--tw-text-opacity, 1));
}
.text-\[\#a9a6a1\] {
  --tw-text-opacity: 1;
  color: rgb(169 166 161 / var(--tw-text-opacity, 1));
}
.text-\[\#dadada\] {
  --tw-text-opacity: 1;
  color: rgb(218 218 218 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.hover\:text-\[\#2c69e2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(44 105 226 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
@media (min-width: 425px) {
  .min-\[425px\]\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
  .sm\:max-w-40 {
    max-width: 10rem;
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-\[65px\] {
    width: 65px;
  }
  .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\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }
  .md\:pr-9 {
    padding-right: 2.25rem;
  }
  .md\:pt-\[110px\] {
    padding-top: 110px;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-\[18px\] {
    font-size: 18px;
  }
  .md\:text-\[34px\] {
    font-size: 34px;
  }
  .md\:text-\[38px\] {
    font-size: 38px;
  }
  .md\:text-\[40px\] {
    font-size: 40px;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:font-bold {
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-\[33px\] {
    margin-bottom: 33px;
  }
  .lg\:mt-\[42px\] {
    margin-top: 42px;
  }
  .lg\:min-h-\[100vh\] {
    min-height: 100vh;
  }
  .lg\:w-\[236px\] {
    width: 236px;
  }
  .lg\:w-\[80px\] {
    width: 80px;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }
  .lg\:pt-\[370px\] {
    padding-top: 370px;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[49px\] {
    font-size: 49px;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:leading-\[56px\] {
    line-height: 56px;
  }
}
@media (min-width: 1280px) {
  .xl\:pb-\[70px\] {
    padding-bottom: 70px;
  }
}
