@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Outfit, sans-serif;
  /* 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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-3{
  right: 0.75rem;
}

.top-0{
  top: 0px;
}

.top-3{
  top: 0.75rem;
}

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

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

.order-2{
  order: 2;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

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

.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.size-10{
  width: 2.5rem;
  height: 2.5rem;
}

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

.h-4{
  height: 1rem;
}

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

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

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

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

.h-auto{
  height: auto;
}

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

.h-full{
  height: 100%;
}

.max-h-\[90vh\]{
  max-height: 90vh;
}

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

.w-2\/3{
  width: 66.666667%;
}

.w-4{
  width: 1rem;
}

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}

.snap-center{
  scroll-snap-align: center;
}

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.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-\[14px\]{
  gap: 14px;
}

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

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

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

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

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

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

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

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

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

.border{
  border-width: 1px;
}

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

.border-\[\#1D3EA1\]{
  --tw-border-opacity: 1;
  border-color: rgb(29 62 161 / var(--tw-border-opacity, 1));
}

.border-\[\#244ECA\]{
  --tw-border-opacity: 1;
  border-color: rgb(36 78 202 / var(--tw-border-opacity, 1));
}

.border-\[\#B9FD505E\]{
  border-color: #B9FD505E;
}

.border-\[\#FFFFFF33\]{
  border-color: #FFFFFF33;
}

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

.bg-\[\#111204\]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 18 4 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#244ECA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(36 78 202 / var(--tw-bg-opacity, 1));
}

.bg-\[\#97B94F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(151 185 79 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B9FD50\]{
  --tw-bg-opacity: 1;
  background-color: rgb(185 253 80 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFF1A\]{
  background-color: #FFFFFF1A;
}

.bg-\[\#FFFFFF26\]{
  background-color: #FFFFFF26;
}

.bg-\[\#FFFFFF\]{
  --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\/80{
  background-color: rgb(0 0 0 / 0.8);
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.bg-\[url\(\.\.\/img\/bg-hero\.png\)\]{
  background-image: url(../img/bg-hero.png);
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-\[\#173281\]{
  --tw-gradient-from: #173281 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 50 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#244ECA\]{
  --tw-gradient-from: #244ECA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 78 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#B9FD50\]{
  --tw-gradient-from: #B9FD50 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 253 80 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#1D3EA1\]{
  --tw-gradient-to: rgb(29 62 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1D3EA1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#1D3EA1\]{
  --tw-gradient-to: #1D3EA1 var(--tw-gradient-to-position);
}

.to-\[\#21409A\]{
  --tw-gradient-to: #21409A var(--tw-gradient-to-position);
}

.to-\[\#6E9730\]{
  --tw-gradient-to: #6E9730 var(--tw-gradient-to-position);
}

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

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

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

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

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-\[15px\]{
  padding-inline-end: 15px;
}

.pe-\[20px\]{
  padding-inline-end: 20px;
}

.pe-\[25px\]{
  padding-inline-end: 25px;
}

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

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

.font-sans{
  font-family: Outfit, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-lg{
  font-size: 20px;
  line-height: 28px;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.leading-\[1\.12em\]{
  line-height: 1.12em;
}

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

.leading-\[1\.53em\]{
  line-height: 1.53em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-tracking-\[0\.015em\]{
  letter-spacing: -0.015em;
}

.-tracking-\[0\.024em\]{
  letter-spacing: -0.024em;
}

.-tracking-\[0\.55\]{
  letter-spacing: -0.55;
}

.-tracking-normal{
  letter-spacing: -0em;
}

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

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

.text-\[\#111204\]{
  --tw-text-opacity: 1;
  color: rgb(17 18 4 / var(--tw-text-opacity, 1));
}

.text-\[\#21409A\]{
  --tw-text-opacity: 1;
  color: rgb(33 64 154 / var(--tw-text-opacity, 1));
}

.text-\[\#244ECA\]{
  --tw-text-opacity: 1;
  color: rgb(36 78 202 / var(--tw-text-opacity, 1));
}

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

.text-\[\#FFFFFFCC\]{
  color: #FFFFFFCC;
}

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

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

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

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

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-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;
}

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

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

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

.delay-75{
  transition-delay: 75ms;
}

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

* {
  font-optical-sizing: auto;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

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

.transform-animation:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.nav-link{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 75ms;
}

.nav-link:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  --tw-text-opacity: 1;
  color: rgb(185 253 80 / var(--tw-text-opacity, 1));
}

.text-gradient{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #B9FD50 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 253 80 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #6E9730 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.hero-item{
  pointer-events: none;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  gap: 20px;
  font-size: 26px;
  text-transform: uppercase;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #B9FD50 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 253 80 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #6E9730 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.bg-radial {
  background: radial-gradient(50% 103.81% at 50% 50%, rgba(185, 253, 80, 0.06) 0%, rgba(0, 0, 0, 0.06) 100%);
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Modal Styles */

#portfolio-modal {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

#portfolio-modal .bg-\[#111204\] {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8);
}

/* Esconder barra de rolagem da modal */

#portfolio-modal .bg-\[#111204\]::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

#portfolio-modal .bg-\[#111204\] {
  -ms-overflow-style: none !important;
  /* IE and Edge */
  scrollbar-width: none !important;
  /* Firefox */
}

/* Fallback adicional para garantir que a barra seja escondida */

#portfolio-modal .overflow-y-auto::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

#portfolio-modal .overflow-y-auto {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

/* Typewriter effect styles */

.typewriter span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  min-height: 1.2em;
  animation: typing 2s steps(30, end) forwards;
  opacity: 0;
}

.typewriter span:nth-child(1) {
  animation-delay: 0s;
}

.typewriter span:nth-child(3) {
  animation-delay: 1.5s;
}

.typewriter span:nth-child(5) {
  animation-delay: 3s;
}

@keyframes typing {
  from {
    width: 0;
    opacity: 1;
  }

  to {
    width: 100%;
    opacity: 1;
  }
}

/* Carrosséis de logos dos clientes */

.brands-carousel-container{
  overflow: hidden;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px){
  .brands-carousel-container{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.brands-carousel{
  display: flex;
  align-items: center;
  gap: 2rem;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Desktop: mais lento (45s) */

@media (min-width: 1024px) {
  .brands-carousel {
    animation-duration: 45s;
  }
}

/* Mobile: mais rápido (20s) */

@media (max-width: 1023px) {
  .brands-carousel {
    animation-duration: 20s;
  }
}

.brands-carousel-left {
  animation-name: scroll-left;
}

.brands-carousel-right {
  animation-name: scroll-right;
}

.brands-carousel-item{
  display: flex;
  height: 40px;
  width: 80px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px){
  .brands-carousel-item{
    height: 60px;
    width: 120px;
  }
}

.brands-carousel-item img{
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.brands-carousel-item img: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);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

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

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

  100% {
    transform: translateX(0);
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  @media (min-width: 346px){
    .lg\:container{
      max-width: 346px;
    }
  }

  @media (min-width: 1006px){
    .lg\:container{
      max-width: 1006px;
    }
  }

  @media (min-width: 1296px){
    .lg\:container{
      max-width: 1296px;
    }
  }
}

.selection\:bg-\[\#B9FD50\] *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(185 253 80 / var(--tw-bg-opacity, 1));
}

.selection\:bg-\[\#B9FD50\] *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(185 253 80 / var(--tw-bg-opacity, 1));
}

.selection\:text-\[\#111204\] *::-moz-selection{
  --tw-text-opacity: 1;
  color: rgb(17 18 4 / var(--tw-text-opacity, 1));
}

.selection\:text-\[\#111204\] *::selection{
  --tw-text-opacity: 1;
  color: rgb(17 18 4 / var(--tw-text-opacity, 1));
}

.selection\:bg-\[\#B9FD50\]::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(185 253 80 / var(--tw-bg-opacity, 1));
}

.selection\:bg-\[\#B9FD50\]::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(185 253 80 / var(--tw-bg-opacity, 1));
}

.selection\:text-\[\#111204\]::-moz-selection{
  --tw-text-opacity: 1;
  color: rgb(17 18 4 / var(--tw-text-opacity, 1));
}

.selection\:text-\[\#111204\]::selection{
  --tw-text-opacity: 1;
  color: rgb(17 18 4 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#FFFFFF99\]::-moz-placeholder{
  color: #FFFFFF99;
}

.placeholder\:text-\[\#FFFFFF99\]::placeholder{
  color: #FFFFFF99;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:border-\[\#B9FD50\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(185 253 80 / var(--tw-border-opacity, 1));
}

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

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

.group:hover .group-hover\:flex{
  display: flex;
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

@media (min-width: 1024px){
  .lg\:right-5{
    right: 1.25rem;
  }

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

  .lg\:order-1{
    order: 1;
  }

  .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-video{
    aspect-ratio: 16 / 9;
  }

  .lg\:h-auto{
    height: auto;
  }

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

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-\[35\%\]{
    width: 35%;
  }

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

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

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

  .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\:flex-row{
    flex-direction: row;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:p-8{
    padding: 2rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:pe-\[44px\]{
    padding-inline-end: 44px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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