@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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: 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%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 370px){

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

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

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

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

  .container{
    max-width: 1310px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-top-\[20px\]{
  top: -20px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-9{
  bottom: 2.25rem;
}
.bottom-\[36px\]{
  bottom: 36px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-9{
  left: 2.25rem;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-2{
  right: 0.5rem;
}
.right-\[-18px\]{
  right: -18px;
}
.right-\[-20px\]{
  right: -20px;
}
.right-\[36px\]{
  right: 36px;
}
.right-\[5px\]{
  right: 5px;
}
.right-\[6px\]{
  right: 6px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-12{
  top: 3rem;
}
.top-16{
  top: 4rem;
}
.top-8{
  top: 2rem;
}
.top-\[-150px\]{
  top: -150px;
}
.top-\[-200px\]{
  top: -200px;
}
.top-\[-25px\]{
  top: -25px;
}
.top-\[-28px\]{
  top: -28px;
}
.top-\[-600px\]{
  top: -600px;
}
.top-\[-700px\]{
  top: -700px;
}
.top-\[20px\]{
  top: 20px;
}
.top-\[4px\]{
  top: 4px;
}
.top-\[50px\]{
  top: 50px;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[9999\]{
  z-index: 9999;
}
.z-\[999\]{
  z-index: 999;
}
.z-\[99\]{
  z-index: 99;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-28{
  margin-bottom: 7rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[6px\]{
  margin-bottom: 6px;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-1px\]{
  margin-top: -1px;
}
.mt-\[16px\]{
  margin-top: 16px;
}
.mt-\[36px\]{
  margin-top: 36px;
}
.mt-\[48px\]{
  margin-top: 48px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.h-28{
  height: 7rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[100\%\]{
  height: 100%;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[410px\]{
  height: 410px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[58px\]{
  height: 58px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[68px\]{
  height: 68px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[35px\]{
  max-height: 35px;
}
.max-h-\[44px\]{
  max-height: 44px;
}
.min-h-\[100vh\]{
  min-height: 100vh;
}
.min-h-\[80px\]{
  min-height: 80px;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[190px\]{
  width: 190px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[204px\]{
  width: 204px;
}
.w-\[215px\]{
  width: 215px;
}
.w-\[218\]{
  width: 218;
}
.w-\[23\%\]{
  width: 23%;
}
.w-\[234px\]{
  width: 234px;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[55\%\]{
  width: 55%;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[709px\]{
  width: 709px;
}
.w-\[77\%\]{
  width: 77%;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[95\%\]{
  width: 95%;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-px{
  width: 1px;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-10px\]{
  --tw-translate-y: -10px;
  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;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.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;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-\[45px\]{
  border-radius: 45px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-\[\#0E0E0E\]{
  --tw-border-opacity: 1;
  border-color: rgb(14 14 14 / var(--tw-border-opacity, 1));
}
.border-\[\#606060\]{
  --tw-border-opacity: 1;
  border-color: rgb(96 96 96 / var(--tw-border-opacity, 1));
}
.border-\[\#B2A4FF\]{
  --tw-border-opacity: 1;
  border-color: rgb(178 164 255 / var(--tw-border-opacity, 1));
}
.border-\[\#FFD166\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 209 102 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(0 39 160 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#00000091\]{
  background-color: #00000091;
}
.bg-\[\#0027A0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 160 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0162EF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 98 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0EDFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 237 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F0F0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F5FAB2\]{
  background-color: #F2F5FAB2;
}
.bg-\[\#F2F5FA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7F7F7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAF4E6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 244 230 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 160 / var(--tw-bg-opacity, 1));
}
.bg-softcyan{
  --tw-bg-opacity: 1;
  background-color: rgb(204 247 247 / 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\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\)_64\.38\%\2c rgba\(0\2c 0\2c 0\2c 0\.8\)_100\%\)\]{
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 64.38%,rgba(0,0,0,0.8) 100%);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-text-gradient{
  background-image: linear-gradient(90deg, #0027A0 18.77%, #0162EF 51.64%, #00E98E 84.51%);
}
.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-cyan-100{
  --tw-gradient-to: #cffafe var(--tw-gradient-to-position);
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-\[\#0027A0\]{
  fill: #0027A0;
}
.fill-\[\#0027a0\]{
  fill: #0027a0;
}
.fill-\[\#0162EF\]{
  fill: #0162EF;
}
.fill-white{
  fill: #fff;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.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-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-11{
  padding-bottom: 2.75rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-\[24px\]{
  padding-left: 24px;
}
.pl-\[28px\]{
  padding-left: 28px;
}
.pr-11{
  padding-right: 2.75rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-\[18px\]{
  padding-right: 18px;
}
.pr-\[20px\]{
  padding-right: 20px;
}
.pr-\[52px\]{
  padding-right: 52px;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-20{
  padding-top: 5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-dmsans{
  font-family: DM Sans, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[80px\]{
  font-size: 80px;
}
.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;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[92px\]{
  line-height: 92px;
}
.text-\[\#002966\]{
  --tw-text-opacity: 1;
  color: rgb(0 41 102 / var(--tw-text-opacity, 1));
}
.text-\[\#0162EF\]{
  --tw-text-opacity: 1;
  color: rgb(1 98 239 / var(--tw-text-opacity, 1));
}
.text-\[\#0E0E0E\]{
  --tw-text-opacity: 1;
  color: rgb(14 14 14 / var(--tw-text-opacity, 1));
}
.text-\[\#606060\]{
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
}
.text-\[\#B3B3B3\]{
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}
.text-\[\#CCCCCC\]{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}
.text-\[\#CCF7F7\]{
  --tw-text-opacity: 1;
  color: rgb(204 247 247 / var(--tw-text-opacity, 1));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(26 44 63 / var(--tw-text-opacity, 1));
}
.text-softcyan{
  --tw-text-opacity: 1;
  color: rgb(204 247 247 / 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));
}
.opacity-0{
  opacity: 0;
}
.opacity-\[0\.2\]{
  opacity: 0.2;
}
.opacity-\[0\.4\]{
  opacity: 0.4;
}
.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);
}
.backdrop-blur-\[20px\]{
  --tw-backdrop-blur: blur(20px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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-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-transform{
  transition-property: transform;
  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);
}

html {
    scroll-behavior: smooth;
}

/* Your custom CSS here */
body{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 39 160 / var(--tw-text-opacity, 1));
}
@media (min-width: 680px){

  body{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media(max-width:390px){

  .container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

h1{
  font-family: DM Sans, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  letter-spacing: 1%;
}

@media (min-width: 991px){

  h1{
    font-size: 66px;
    line-height: 78px;
  }
}

@media (min-width: 1200px){

  h1{
    font-size: 88px;
    line-height: 104px;
  }
}

h1 span{
  background-image: linear-gradient(90deg, #0027A0 18.77%, #0162EF 51.64%, #00E98E 84.51%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

h2{
  font-family: DM Sans, sans-serif;
  font-size: 28px;
  line-height: 2rem;
  letter-spacing: 1%;
}

@media (min-width: 991px){

  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1200px){

  h2{
    font-size: 60px;
    line-height: 72px;
  }
}

h3{
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1200px){

  h3{
    font-size: 28px;
    line-height: 2.25rem;
  }
}

p{
  --tw-text-opacity: 1;
  color: rgb(26 44 63 / var(--tw-text-opacity, 1));
}

.game-changer-card-icon svg{
  height: 5rem;
  width: 5rem;
}

@media (min-width: 991px){

  .game-changer-card-icon svg{
    height: 125px;
    width: 125px;
  }
}
.wpcf7-not-valid{
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}
input[type="text"], input[type="email"], input[type="tel"]{
  width: 100%;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(26 44 63 / var(--tw-text-opacity, 1));
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}
@media (min-width: 680px){

  input[type="text"], input[type="email"], input[type="tel"]{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media(min-width:1400px){

  input[type="text"], input[type="email"], input[type="tel"]{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

textarea{
  display: block;
  height: 6rem;
  width: 100%;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(26 44 63 / var(--tw-text-opacity, 1));
}

textarea::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}

textarea::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}

@media (min-width: 680px){

  textarea{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

select{
  position: relative;
  z-index: 99;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(26 44 63 / var(--tw-text-opacity, 1));
}

select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 680px){

  select{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media(min-width:1400px){

  select{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

input[type="submit"]{
  display: flex;
  height: 58px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 300ms;
}

input[type="submit"]: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);
  box-shadow: 0px -6px 10px 0px #FFFFFFCC inset;
}

.form-header{
  margin-bottom: 1rem;
}

@media(min-width:1400px){

  .form-header{
    margin-bottom: 1.5rem;
  }
}
.wpcf7-form.invalid .wpcf7-response-output{
  display: none !important;
}

.wpcf7-form.sent .wpcf7-response-output{
  display: none !important;
}
.wpcf7-response-output{
  margin: 0px;
  margin-top: 0.25rem;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  font-size: 12px;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wpcf7-not-valid-tip{
  display: none;
}

.form-btn-arrow{
  position: absolute;
  right: 0.5rem;
  top: 0px;
  display: flex;
  height: 58px;
  align-items: center;
}
.select-arrow-div{
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.cf-country-code{
  position: relative;
}

.cf-contry-svg{
  position: absolute;
  top: 50%;
  right: 0.5rem;
  --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));
}

.select-svg{
  position: absolute;
  right: 0px;
  top: 50%;
}
svg.fill-current{
  height: 1rem;
  width: 1rem;
}

.cf-phone-field{
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.cf-phone{
  width: 100%;
}

#content-page p{
  margin-bottom: 1rem;
}

#content-page h2{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

#content-page h3{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.wp-block-list{
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
  --tw-text-opacity: 1;
  color: rgb(26 44 63 / var(--tw-text-opacity, 1));
}

table{
  min-width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 44 63 / var(--tw-border-opacity, 1));
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 44 63 / var(--tw-text-opacity, 1));
}

table thead{
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 160 / var(--tw-bg-opacity, 1));
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

table thead tr th{
  --tw-border-opacity: 1;
  border-color: rgb(26 44 63 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

table tbody{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 44 63 / var(--tw-text-opacity, 1));
}

table tbody tr:hover{
  --tw-text-opacity: 1;
  color: rgb(26 44 63 / var(--tw-text-opacity, 1));
}

table tbody tr td{
  --tw-border-opacity: 1;
  border-color: rgb(26 44 63 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wpcf7-spinner{
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 50;
  margin: 0px;
  --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));
}

.consent{
  margin-top: 1rem;
  text-align: center;
  font-size: 12px;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(26 44 63 / var(--tw-text-opacity, 1));
}

.consent a{
  --tw-text-opacity: 1;
  color: rgb(0 39 160 / var(--tw-text-opacity, 1));
}

.consent a:hover{
  text-decoration-line: underline;
}

.cenetr-image{
  margin-bottom: 10rem;
}

.show-stats{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 680px){

  .show-stats{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.hide-stats{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 680px){

  .hide-stats{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.mission-vision-icon svg{
  width: 2.5rem;
}

@media (min-width: 991px){

  .mission-vision-icon svg{
    width: 3rem;
  }
}

/* Remove all unwanted button borders and outlines */
button,
button:active,
button:focus,
button:hover,
button:visited{
  border-style: none !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

/* Remove borders from button elements in all states */
button{
  border-width: 0px !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

/* Remove any box-shadow that might appear as a border */
button:active,
button:focus{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.left-menu{
  margin-top: 160px;
}

@media (min-width: 370px){

  .left-menu{
    width: 370px;
  }
}

@media (min-width: 680px){

  .left-menu{
    margin-top: 0px;
    width: auto;
  }
}

@media(max-width:390px){

  .left-menu{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.menu-item{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 235 235 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media (min-width: 680px){

  .menu-item{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 991px){

  .menu-item{
    border-bottom-width: 0;
  }
}

/* Dropdown Navigation Styles */
.group:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu{
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  min-width: 223px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 8px 12px 0px #0027A01F;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Smooth transitions for submenu items on hover */
.sub-menu a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

/* Mobile dropdown styles */
@media (max-width: 1023px) {
    .sub-menu{
    position: static;
    margin-top: 0.5rem;
    width: 100%;
    background-color: transparent;
    padding: 0px;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-in-out;
        box-shadow:none;
  }
    
    .sub-menu.visible{
    margin-top: 0.5rem;
        opacity: 1;
        visibility: visible;
        max-height: 1000px; /* Large value to accommodate submenu content */
  }

    .sub-menu a {
        /* Style for mobile submenu links, e.g., indentation */
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    /* Show the dropdown arrow on mobile, but don't rotate on hover */
    .group > a > svg{
    display: block;
  }
}

/* Sticky Header Styles */
.header-visible {
    border-bottom: 1px solid #A0FFD0;
    background-color: #ffffff;
}

.grecaptcha-badge {
    bottom: 150px !important;
}

.black-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.78%, #000000 123.97%);
}

.article-banner-strip {
    background: linear-gradient(90deg, #0027A0 0%, #0162EF 50%, #00E98E 100%);
    transition: all 0.5s ease-in-out;
    transform: translateY(0);
    opacity: 1;
    overflow: hidden;
}

.banner-sliding-out {
    transform: translateY(-100%);
    opacity: 0;
}

.banner-hidden {
    display: none !important;
}

.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}

.hover\:bg-\[\#00E98E\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 233 142 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 160 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[\#CCF7F7\]:hover{
  --tw-text-opacity: 1;
  color: rgb(204 247 247 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(0 39 160 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(26 44 63 / var(--tw-text-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\:\[box-shadow\:0px_-6px_10px_0px_\#FFFFFFCC_inset\]:hover{
  box-shadow: 0px -6px 10px 0px #FFFFFFCC inset;
}

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

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

.group:hover .group-hover\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 160 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:fill-\[\#0027a0\]{
  fill: #0027a0;
}

.group:hover .group-hover\:fill-\[\#0162EF\]{
  fill: #0162EF;
}

.group:hover .group-hover\:fill-primary{
  fill: #0027A0;
}

.group:hover .group-hover\:fill-white{
  fill: #fff;
}

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

@media (min-width: 680px){

  .md\:bottom-\[-500px\]{
    bottom: -500px;
  }

  .md\:bottom-\[136px\]{
    bottom: 136px;
  }

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

  .md\:right-\[6px\]{
    right: 6px;
  }

  .md\:top-\[-150px\]{
    top: -150px;
  }

  .md\:top-\[-15px\]{
    top: -15px;
  }

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

  .md\:top-\[52px\]{
    top: 52px;
  }

  .md\:top-\[5px\]{
    top: 5px;
  }

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

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

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-ml-\[130px\]{
    margin-left: -130px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-16{
    height: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

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

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

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

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

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

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

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

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

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-14{
    gap: 3.5rem;
  }

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

  .md\:rounded-none{
    border-radius: 0px;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

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

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .md\:px-\[28pxs\]{
    padding-left: 28pxs;
    padding-right: 28pxs;
  }

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

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

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

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:pb-32{
    padding-bottom: 8rem;
  }

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

  .md\:pt-12{
    padding-top: 3rem;
  }

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

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

  .md\:pt-28{
    padding-top: 7rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

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

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

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

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

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

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

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

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

  .\*\:md\:rounded-\[0\] > *{
    border-radius: 0;
  }
}

@media (min-width: 991px){

  .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  .lg\:static{
    position: static;
  }

  .lg\:absolute{
    position: absolute;
  }

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

  .lg\:right-\[22px\]{
    right: 22px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-24{
    margin-top: 6rem;
  }

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

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

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

  .lg\:hidden{
    display: none;
  }

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

  .lg\:h-6{
    height: 1.5rem;
  }

  .lg\:h-96{
    height: 24rem;
  }

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

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

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

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

  .lg\:min-h-fit{
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .lg\:w-6{
    width: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-auto{
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pb-28{
    padding-bottom: 7rem;
  }

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

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

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

  .lg\:pr-\[14px\]{
    padding-right: 14px;
  }

  .lg\:pr-\[68px\]{
    padding-right: 68px;
  }

  .lg\:pr-\[8px\]{
    padding-right: 8px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:opacity-100{
    opacity: 1;
  }

  .lg\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}

@media (min-width: 1200px){

  .xl\:top-\[-250px\]{
    top: -250px;
  }

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

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

  .xl\:mt-14{
    margin-top: 3.5rem;
  }

  .xl\:mt-28{
    margin-top: 7rem;
  }

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

  .xl\:block{
    display: block;
  }

  .xl\:h-12{
    height: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:justify-normal{
    justify-content: normal;
  }

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

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

  .xl\:gap-12{
    gap: 3rem;
  }

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

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

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

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

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

  .xl\:pb-40{
    padding-bottom: 10rem;
  }

  .xl\:pb-64{
    padding-bottom: 16rem;
  }

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

  .xl\:pl-4{
    padding-left: 1rem;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1310px){

  .xxl\:top-\[-300px\]{
    top: -300px;
  }

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

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

  .xxl\:h-16{
    height: 4rem;
  }

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

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

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

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

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

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

  .xxl\:gap-\[80px\]{
    gap: 80px;
  }

  .xxl\:gap-\[95px\]{
    gap: 95px;
  }

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

  .xxl\:pl-8{
    padding-left: 2rem;
  }

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

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

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

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

@media(max-width:680px){

  .\[\@media\(max-width\:680px\)\]\:min-h-\[96px\]{
    min-height: 96px;
  }
}