@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+Tight:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&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(35 195 255 / 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(35 195 255 / 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: #EBEBEC;
  /* 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: #DCDCE6;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container{
  width: 100%;
}

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

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

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

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

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

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

.collapse{
  visibility: collapse;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.-top-3\.5{
  top: -0.875rem;
}

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

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

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

.left-0{
  left: 0px;
}

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

.left-2\.5{
  left: 0.625rem;
}

.left-3{
  left: 0.75rem;
}

.left-4{
  left: 1rem;
}

.left-5{
  left: 1.25rem;
}

.left-6{
  left: 1.5rem;
}

.left-8{
  left: 2rem;
}

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

.right-0{
  right: 0px;
}

.right-4{
  right: 1rem;
}

.right-8{
  right: 2rem;
}

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

.top-2\.5{
  top: 0.625rem;
}

.top-3{
  top: 0.75rem;
}

.top-3\.5{
  top: 0.875rem;
}

.top-4{
  top: 1rem;
}

.top-5{
  top: 1.25rem;
}

.top-6{
  top: 1.5rem;
}

.top-7{
  top: 1.75rem;
}

.top-8{
  top: 2rem;
}

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

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

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

.order-2{
  order: 2;
}

.m-0{
  margin: 0px;
}

.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

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

.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

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

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

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

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

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

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

.mb-20{
  margin-bottom: 5rem;
}

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

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

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

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

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

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

.mb-9{
  margin-bottom: 2.25rem;
}

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

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

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

.mr-2{
  margin-right: 0.5rem;
}

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

.mt-1\.5{
  margin-top: 0.375rem;
}

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

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

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

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

.mt-2{
  margin-top: 0.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-7{
  margin-top: 1.75rem;
}

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

.mt-9{
  margin-top: 2.25rem;
}

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

.\!inline-block{
  display: inline-block !important;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[1\/0\.702\]{
  aspect-ratio: 1/0.702;
}

.aspect-\[1\/0\.7\]{
  aspect-ratio: 1/0.7;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-4{
  height: 1rem;
}

.h-44{
  height: 11rem;
}

.h-7{
  height: 1.75rem;
}

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.max-h-28{
  max-height: 7rem;
}

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

.min-h-0{
  min-height: 0px;
}

.min-h-40{
  min-height: 10rem;
}

.min-h-44{
  min-height: 11rem;
}

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

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

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

.\!w-\[18px\]{
  width: 18px !important;
}

.\!w-\[20px\]{
  width: 20px !important;
}

.\!w-\[22px\]{
  width: 22px !important;
}

.\!w-\[33px\]{
  width: 33px !important;
}

.\!w-\[70px\]{
  width: 70px !important;
}

.\!w-auto{
  width: auto !important;
}

.w-0\.5{
  width: 0.125rem;
}

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

.w-1\/3{
  width: 33.333333%;
}

.w-1\/4{
  width: 25%;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

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

.w-4{
  width: 1rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-5\/12{
  width: 41.666667%;
}

.w-52{
  width: 13rem;
}

.w-7{
  width: 1.75rem;
}

.w-7\/12{
  width: 58.333333%;
}

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

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

.w-\[23rem\]{
  width: 23rem;
}

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

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

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

.min-w-60{
  min-width: 15rem;
}

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

.min-w-full{
  min-width: 100%;
}

.max-w-144{
  max-width: 36rem;
}

.max-w-2xl{
  max-width: 42rem;
}

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

.max-w-40{
  max-width: 10rem;
}

.max-w-52{
  max-width: 13rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.table-fixed{
  table-layout: fixed;
}

.border-collapse{
  border-collapse: collapse;
}

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

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

.cursor-pointer{
  cursor: pointer;
}

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

.columns-1{
  -moz-columns: 1;
       columns: 1;
}

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

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

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

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

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

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

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

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

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

.justify-end{
  justify-content: flex-end;
}

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

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

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.self-end{
  align-self: flex-end;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

.overflow-x-hidden{
  overflow-x: hidden;
}

.text-nowrap{
  text-wrap: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.rounded-l-\[5px\]{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-r-\[5px\]{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.rounded-t-\[20px\]{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.border{
  border-width: 1px;
}

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

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

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

.border-t-2{
  border-top-width: 2px;
}

.border-t-4{
  border-top-width: 4px;
}

.border-t-\[2px\]{
  border-top-width: 2px;
}

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

.border-\[\#0C9FFF\]{
  --tw-border-opacity: 1;
  border-color: rgb(12 159 255 / var(--tw-border-opacity, 1));
}

.border-\[\#3c4272\]{
  --tw-border-opacity: 1;
  border-color: rgb(60 66 114 / var(--tw-border-opacity, 1));
}

.border-\[\#96D5FF\]{
  --tw-border-opacity: 1;
  border-color: rgb(150 213 255 / var(--tw-border-opacity, 1));
}

.border-\[\#9BCAFF\]{
  --tw-border-opacity: 1;
  border-color: rgb(155 202 255 / var(--tw-border-opacity, 1));
}

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

.border-\[\#C8C8C8\]{
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity, 1));
}

.border-\[\#D2D2D2\]{
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}

.border-\[\#D5D5D5\]{
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}

.border-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-\[\#DFE3E9\]{
  --tw-border-opacity: 1;
  border-color: rgb(223 227 233 / var(--tw-border-opacity, 1));
}

.border-\[\#E3E3E3\]{
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity, 1));
}

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

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

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

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

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

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

.bg-\[\#000631\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 6 49 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00063D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 6 61 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00092c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 9 44 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#00509c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 156 / var(--tw-bg-opacity, 1));
}

.bg-\[\#031A34\]{
  --tw-bg-opacity: 1;
  background-color: rgb(3 26 52 / var(--tw-bg-opacity, 1));
}

.bg-\[\#031a34\]{
  --tw-bg-opacity: 1;
  background-color: rgb(3 26 52 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#0c184e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(12 24 78 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-\[\#2e4fd2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(46 79 210 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#95BF46\]{
  --tw-bg-opacity: 1;
  background-color: rgb(149 191 70 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-\[\#EDF1F4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 244 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

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

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

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

.bg-\[\#f3fbfd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 251 253 / var(--tw-bg-opacity, 1));
}

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

.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(29 142 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(46 144 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(32 78 207 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 236 / var(--tw-bg-opacity, 1));
}

.bg-offwhite-300{
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-\[linear-gradient\(162deg\2c \#2626AB_0\%\2c \#131356_100\%\)\]{
  background-image: linear-gradient(162deg,#2626AB 0%,#131356 100%);
}

.bg-blue-gradient{
  background-image: linear-gradient(97deg, #000A6A 0%, #000535 100%);
}

.bg-blue-gradient-100{
  background-image: linear-gradient(102deg, #00063D 0%, #000B6E 100%);
}

.bg-red-gradient{
  background-image: linear-gradient(83deg, #F84671 0%, #B20000 100%);
}

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

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

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

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

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

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

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 2rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

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

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

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

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

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

.pl-10{
  padding-left: 2.5rem;
}

.pl-24{
  padding-left: 6rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-7{
  padding-left: 1.75rem;
}

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

.pl-\[8vw\]{
  padding-left: 8vw;
}

.pr-12{
  padding-right: 3rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-7{
  padding-right: 1.75rem;
}

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

.pt-0{
  padding-top: 0px;
}

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

.pt-14{
  padding-top: 3.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-2{
  padding-top: 0.5rem;
}

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

.pt-3{
  padding-top: 0.75rem;
}

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

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-9{
  padding-top: 2.25rem;
}

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

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

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

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

.font-dmsans{
  font-family: "DM Sans", sans-serif;
}

.font-intertight{
  font-family: "Inter Tight", sans-serif;
}

.font-robotoflex{
  font-family: "Roboto Flex", sans-serif;
}

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

.text-3xl{
  font-size: 3.125rem;
  line-height: 3.438rem;
}

.text-4xl{
  font-size: 3.438rem;
  line-height: 3.75rem;
}

.text-6xl{
  font-size: 5rem;
  line-height: 5rem;
}

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

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

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

.text-base{
  font-size: 1.125rem;
  line-height: 1.688rem;
}

.text-lg{
  font-size: 1.563rem;
  line-height: 1.5rem;
}

.text-md{
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.text-sm{
  font-size: 1rem;
  line-height: 1rem;
}

.text-xl{
  font-size: 2.188rem;
  line-height: 2.625rem;
}

.text-xs{
  font-size: 0.875rem;
  line-height: 0.875rem;
}

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.\!leading-tight{
  line-height: 1.25 !important;
}

.leading-5{
  line-height: 1.25rem;
}

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

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-none{
  line-height: 1;
}

.leading-normal{
  line-height: 1.5;
}

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

.tracking-\[1px\]{
  letter-spacing: 1px;
}

.tracking-\[4\.2px\]{
  letter-spacing: 4.2px;
}

.tracking-\[6px\]{
  letter-spacing: 6px;
}

.text-\[\#002386\]{
  --tw-text-opacity: 1;
  color: rgb(0 35 134 / var(--tw-text-opacity, 1));
}

.text-\[\#004875\]{
  --tw-text-opacity: 1;
  color: rgb(0 72 117 / var(--tw-text-opacity, 1));
}

.text-\[\#00509C\]{
  --tw-text-opacity: 1;
  color: rgb(0 80 156 / var(--tw-text-opacity, 1));
}

.text-\[\#005DC7\]{
  --tw-text-opacity: 1;
  color: rgb(0 93 199 / var(--tw-text-opacity, 1));
}

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

.text-\[\#00B4D8\]{
  --tw-text-opacity: 1;
  color: rgb(0 180 216 / var(--tw-text-opacity, 1));
}

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

.text-\[\#015FA7\]{
  --tw-text-opacity: 1;
  color: rgb(1 95 167 / var(--tw-text-opacity, 1));
}

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

.text-\[\#0A6FC7\]{
  --tw-text-opacity: 1;
  color: rgb(10 111 199 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#145A87\]{
  --tw-text-opacity: 1;
  color: rgb(20 90 135 / var(--tw-text-opacity, 1));
}

.text-\[\#159B84\]{
  --tw-text-opacity: 1;
  color: rgb(21 155 132 / var(--tw-text-opacity, 1));
}

.text-\[\#204ECF\]{
  --tw-text-opacity: 1;
  color: rgb(32 78 207 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

.text-\[\#4C8FC1\]{
  --tw-text-opacity: 1;
  color: rgb(76 143 193 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

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

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

.text-\[\#D52338\]{
  --tw-text-opacity: 1;
  color: rgb(213 35 56 / var(--tw-text-opacity, 1));
}

.text-\[\#E73D65\]{
  --tw-text-opacity: 1;
  color: rgb(231 61 101 / var(--tw-text-opacity, 1));
}

.text-\[\#F84671\]{
  --tw-text-opacity: 1;
  color: rgb(248 70 113 / var(--tw-text-opacity, 1));
}

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

.text-black\/60{
  color: rgb(0 0 0 / 0.6);
}

.text-black\/80{
  color: rgb(0 0 0 / 0.8);
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(32 78 207 / var(--tw-text-opacity, 1));
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(5 0 103 / var(--tw-text-opacity, 1));
}

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

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(184 184 184 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity, 1));
}

.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(0 227 68 / var(--tw-text-opacity, 1));
}

.text-green-200{
  --tw-text-opacity: 1;
  color: rgb(0 178 95 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(223 0 53 / var(--tw-text-opacity, 1));
}

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

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

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.underline{
  text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-50{
  opacity: 0.5;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.mix-blend-darken{
  mix-blend-mode: darken;
}

.shadow-\[0_3px_15px_\#0000000F\]{
  --tw-shadow: 0 3px 15px #0000000F;
  --tw-shadow-colored: 0 3px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_3px_6px_\#0000000D\]{
  --tw-shadow: 0 3px 6px #0000000D;
  --tw-shadow-colored: 0 3px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_2px_6px_\#0000001A\]{
  --tw-shadow: 0px 2px 6px #0000001A;
  --tw-shadow-colored: 0px 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

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

  100% {
    transform: translateX(calc(-250px * 5));
    /* negative width of first 5 logos */
  }
}

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

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

.scrollRightToLeft{
  animation: scroll 20s linear infinite;
}

.animate-scroll-x {
  animation: scroll-x 30s linear infinite;
}

body{
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.688rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.container{
  width: 100%;
  max-width: 1632px;
}

.small_container{
  width: 100%;
  max-width: 1312px;
}

#mobileMenu ul{
  gap: 44px;
}

.home_banner{
  background-color: #f6fbff;
}

.home_banner_right::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, #F5FBFF 0%, #F5FBFF00 16%, #F5FBFF0E 80%, #F5FBFF 100%);
}

.home_banner_right{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.talentHub_slide .owl-stage-outer{
  padding-bottom: 25px;
  padding-left: 2px;
}

.talentHub_slide .owl-stage{
  display: flex;
}

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

.developer_card .vd_link{
  opacity: 0;
  transition: all 0.3s ease-in 0s;
}

.developer_card:hover .vd_link{
  opacity: 1;
}

.accordion a:after{
  content: "\2b";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 13px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 22px;
  font-family: "Font Awesome 6 Pro";
  transition: all 0.2s ease-in-out;
}

.accordion a.active:after{
  content: "\f068";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.accordion.faq a:after{
  width: 50px;
  height: 50px;
  top: 24px;
}

.custom_tabs .label{
  transition: background 0.1s, color 0.1s;
}

.custom_tabs .input:focus + .label{
  z-index: 1;
}

.custom_tabs .input:checked + .label{
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.custom_tabs .panel{
  display: none;
}

.custom_tabs .input:checked + .label + .panel{
  display: block;
}

/* .case_studies{ width: 83vw;}
.case_studies .owl-item{ max-width: 1300px;}
.case_studies .owl-nav{ position: absolute; right: 17vw; top: -100px; margin: 0;} */

.case_studies .owl-nav{
  position: absolute;
  right: 0;
  top: -100px;
  margin: 0;
}

.about_video{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.about_video video{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-carousel.case_studies .owl-nav button{
  margin: 0 5px;
  width: 60px;
  height: 60px;
  background-color: #F1F1F1 !important;
  border-radius: 50px;
  opacity: 1;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.owl-carousel.case_studies .owl-nav button.owl-prev{
  background-image: url(../images/arrow-left.svg);
}

.owl-carousel.case_studies .owl-nav button.owl-next{
  background-image: url(../images/arrow-right.svg);
}

.owl-carousel.case_studies .owl-nav button span{
  display: none;
}

.case_studies .owl-dots{
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.case_studies .owl-dots .owl-dot span{
  margin: 0;
  width: 6px;
  height: 6px;
}

.case_studies .owl-dots .owl-dot.active span{
  width: 70px;
  background-color: #00B4D8;
}

.stillQsn_bx{
  background: linear-gradient(61deg, #D9FBFF 0%, #F1F1F1 41%, #F1F3FB 100%);
}

.stepper_wrap{
  background: linear-gradient(49deg, #15161B 0%, #122338 100%) 0% 0%;
}

ol.stepper{
  display: flex;
  counter-reset: step;
  gap: 60px;
}

ol.stepper li{
  display: grid;
  place-items: center;
  gap: 15px;
  font-size: 14px;
  color: #989898;
  position: relative;
}

ol.stepper li.active{
  color: #fff;
}

ol.stepper li::before {
  content: counter(step) " ";
  counter-increment: step;
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  height: 3.5em;
  border: 4px solid #272727;
  background: #141619;
  color: #989898;
  font-size: 20px;
  border-radius: 50%;
  z-index: 1;
}

ol.stepper li.active::before{
  color: #fff;
  border-color: #1D8EFF;
  box-shadow: 0px 3px 25px #4ADAFF99;
}

ol.stepper li::after{
  content: "";
  position: absolute;
  height: 3px;
  right: 50px;
  top: 34px;
  width: 10vw;
  background-color: #272727;
}

ol.stepper li.active::after{
  background-color: #1D8EFF;
}

ol.stepper li:first-of-type:after{
  display: none;
}

.innovationPartnerTrack{
  width: calc(260px * 10);
}

.whnSteps{
  border-left: 2px dashed #7f7f7f;
  position: absolute;
  left: 7px;
  height: 120px;
  top: 34px;
  z-index: -1;
}

.word_break{
  word-break: break-word;
}

.text_shadow{
  text-shadow: 0px 3px 10px #FFFFFFC2;
}

/*sidebar speper*/

#stepsSidebar .step{
  display: flex;
  gap: 24px;
  padding-bottom: 40px;
  align-items: center;
  position: relative;
}

#stepsSidebar .step:last-child{
  padding-bottom: 0;
}

#stepsSidebar .circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  text-indent: -99999px;
}

#stepsSidebar .inactive .circle{
  background-color: #E4E4E4;
}

#stepsSidebar .active .circle{
  border: 12px solid #0016DF;
  background: white;
  box-shadow: 0px 0px 25px #2660FF42;
}

#stepsSidebar .completed .circle{
  background-color: #0016DF;
  color: white;
  text-indent: inherit;
  box-shadow: 0px 0px 25px #2660FF42;
}

#stepsSidebar .completed:not(:last-child)::after{
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  border-left: 3px dashed #272727;
  height: 100%;
  z-index: 1;
}

#stepsSidebar .step-text{
  flex-grow: 1;
}

#stepsSidebar .step-number{
  font-size: 12px;
  font-weight: 500;
  color: #929292;
  line-height: normal;
}

#stepsSidebar .step-title{
  font-size: 14px;
  color: #5B5B5B;
  line-height: 20px;
  margin-top: 4px;
}

#stepsSidebar .active .step-title, #stepsSidebar .completed .step-title{
  color: #000;
  font-weight: 600;
}

.industries_links li a{
  background-color: #EDF4F8;
  border-radius: 3px;
  color: #015FA7;
  padding: 10px 15px;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}

.industries_links li a:hover, .industries_links li a.active{
  background-color: #0014C9;
  color: #fff;
}

.free_quote_cta{
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.free_quote_bg{
  background: #0D0039;
  background: linear-gradient(90deg,rgba(13, 0, 57, 1) 49%, rgba(0, 0, 0, 0) 100%);
}

.skill_links li a{
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity, 1));
}

.skill_links li a:hover{
  --tw-text-opacity: 1;
  color: rgb(29 142 255 / var(--tw-text-opacity, 1));
}

.skill_links li a.active{
  --tw-text-opacity: 1;
  color: rgb(29 142 255 / var(--tw-text-opacity, 1));
}

.our_capabilities ul{
  -moz-column-count: 3;
       column-count: 3;
  gap: 10px;
}

.our_capabilities ul li{
  padding-bottom: 10px;
}

.our_capabilities ul li a{
  color: #1260A4;
}

.our_capabilities ul li a:hover{
  color: #000;
}

/*Responsive css*/

@media only screen and (max-width: 1279px) {
  #mobileMenu ul{
    gap: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  #mobileMenu{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 2;
    background: #000;
    padding: 30px;
    border-radius: 0 0 30px 30px;
  }

  #mobileMenu ul{
    gap: 0;
  }

  .about_video{
    position: static;
    margin: 0 -15px;
  }

  .case_studies .owl-nav{
    top: -80px;
  }

  .case_studies .owl-dots{
    padding-top: 25px;
  }

  #stepsSidebar .step{
    gap: 15px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .accordion a::after{
    right: 15px;
  }

  .accordion.faq a::after{
    width: 40px;
    height: 40px;
    top: 17px;
  }

  .our_capabilities ul{
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media only screen and (max-width: 460px) {
  .logo img{
    max-width: 150px;
  }

  .whnSteps{
    height: 155px;
  }

  .our_capabilities ul{
    -moz-column-count: 1;
         column-count: 1;
  }
}

.placeholder\:text-gray-700::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-700::placeholder{
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-900::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-900::placeholder{
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity, 1));
}

.before\:mr-2::before{
  content: var(--tw-content);
  margin-right: 0.5rem;
}

.before\:inline-block::before{
  content: var(--tw-content);
  display: inline-block;
}

.before\:h-\[1px\]::before{
  content: var(--tw-content);
  height: 1px;
}

.before\:w-\[45px\]::before{
  content: var(--tw-content);
  width: 45px;
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.last\:mr-0:last-child{
  margin-right: 0px;
}

.hover\:border:hover{
  border-width: 1px;
}

.hover\:border-blue-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(29 142 255 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#0014C9\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 201 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-\[\#050746\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(5 7 70 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-\[\#4C8FC1\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(76 143 193 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(223 0 53 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#0014C9\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 20 201 / var(--tw-text-opacity, 1));
}

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

.hover\:text-white\/80:hover{
  color: rgb(255 255 255 / 0.8);
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

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

.hover\:opacity-90:hover{
  opacity: 0.9;
}

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

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(29 142 255 / var(--tw-border-opacity, 1));
}

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

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

.active\:bg-blue-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(32 78 207 / var(--tw-bg-opacity, 1));
}

@media (max-width: 767px){
  .sm\:left-3{
    left: 0.75rem;
  }

  .sm\:top-3{
    top: 0.75rem;
  }

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

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

  .sm\:block{
    display: block;
  }

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

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

  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

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

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

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

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

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

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

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

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

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

  .sm\:pr-0{
    padding-right: 0px;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

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

  .sm\:text-lg{
    font-size: 1.563rem;
    line-height: 1.5rem;
  }

  .sm\:text-md{
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .sm\:text-sm{
    font-size: 1rem;
    line-height: 1rem;
  }

  .sm\:text-xl{
    font-size: 2.188rem;
    line-height: 2.625rem;
  }
}

@media (max-width: 991px){
  .md\:left-5{
    left: 1.25rem;
  }

  .md\:right-3{
    right: 0.75rem;
  }

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

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

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

  .md\:mr-0{
    margin-right: 0px;
  }

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

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

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

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

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

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

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

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

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

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

  .md\:text-xl{
    font-size: 2.188rem;
    line-height: 2.625rem;
  }

  .md\:text-xs{
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}

@media (max-width: 1199px){
  .lg\:left-5{
    left: 1.25rem;
  }

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

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

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

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

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

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

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

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

  .lg\:pl-0{
    padding-left: 0px;
  }

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

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

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

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

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

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

  .lg\:text-xl{
    font-size: 2.188rem;
    line-height: 2.625rem;
  }
}

@media (max-width: 1366px){
  .xl\:w-auto{
    width: auto;
  }

  .xl\:pl-0{
    padding-left: 0px;
  }

  .xl\:text-2xl{
    font-size: 2.5rem;
    line-height: 2.813rem;
  }

  .xl\:text-3xl{
    font-size: 3.125rem;
    line-height: 3.438rem;
  }

  .xl\:text-md{
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 320px){
  .xs-min\:w-\[260px\]{
    width: 260px;
  }

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

@media (min-width: 640px){
  .sm-min\:mt-16{
    margin-top: 4rem;
  }

  .sm-min\:block{
    display: block;
  }

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

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

  .sm-min\:min-w-40{
    min-width: 10rem;
  }

  .sm-min\:max-w-\[264px\]{
    max-width: 264px;
  }

  .sm-min\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

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

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

  .sm-min\:gap-5{
    gap: 1.25rem;
  }

  .sm-min\:gap-7{
    gap: 1.75rem;
  }

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

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

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

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

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

  .sm-min\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm-min\:text-left{
    text-align: left;
  }

  .sm-min\:text-4xl{
    font-size: 3.438rem;
    line-height: 3.75rem;
  }

  .sm-min\:text-base{
    font-size: 1.125rem;
    line-height: 1.688rem;
  }

  .sm-min\:text-lg{
    font-size: 1.563rem;
    line-height: 1.5rem;
  }

  .sm-min\:text-md{
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .sm-min\:text-xs{
    font-size: 0.875rem;
    line-height: 0.875rem;
  }

  .sm-min\:leading-8{
    line-height: 2rem;
  }
}

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

  .md-min\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

  .md-min\:w-\[calc\(50\%-1rem\)\]{
    width: calc(50% - 1rem);
  }

  .md-min\:w-auto{
    width: auto;
  }

  .md-min\:flex-1{
    flex: 1 1 0%;
  }

  .md-min\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

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

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

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

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

  .md-min\:gap-16{
    gap: 4rem;
  }

  .md-min\:gap-7{
    gap: 1.75rem;
  }

  .md-min\:rounded-b-\[0\]{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-min\:rounded-t-\[10px\]{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

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

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

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

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

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

  .md-min\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md-min\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md-min\:pl-7{
    padding-left: 1.75rem;
  }

  .md-min\:pt-10{
    padding-top: 2.5rem;
  }

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

  .md-min\:text-2xl{
    font-size: 2.5rem;
    line-height: 2.813rem;
  }

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

  .md-min\:text-lg{
    font-size: 1.563rem;
    line-height: 1.5rem;
  }

  .md-min\:text-md{
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .md-min\:text-sm{
    font-size: 1rem;
    line-height: 1rem;
  }

  .md-min\:text-xl{
    font-size: 2.188rem;
    line-height: 2.625rem;
  }
}

@media (min-width: 992px){
  .lg-min\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .lg-min\:mb-5{
    margin-bottom: 1.25rem;
  }

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

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

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

  .lg-min\:ml-14{
    margin-left: 3.5rem;
  }

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

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

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

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

  .lg-min\:mt-9{
    margin-top: 2.25rem;
  }

  .lg-min\:block{
    display: block;
  }

  .lg-min\:flex{
    display: flex;
  }

  .lg-min\:min-h-64{
    min-height: 16rem;
  }

  .lg-min\:w-1\/3{
    width: 33.333333%;
  }

  .lg-min\:w-1\/4{
    width: 25%;
  }

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

  .lg-min\:w-64{
    width: 16rem;
  }

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

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

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

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

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

  .lg-min\:max-w-144{
    max-width: 36rem;
  }

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

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

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

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

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

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

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

  .lg-min\:flex-nowrap{
    flex-wrap: nowrap;
  }

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

  .lg-min\:justify-end{
    justify-content: flex-end;
  }

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

  .lg-min\:gap-12{
    gap: 3rem;
  }

  .lg-min\:gap-24{
    gap: 6rem;
  }

  .lg-min\:gap-3{
    gap: 0.75rem;
  }

  .lg-min\:gap-5{
    gap: 1.25rem;
  }

  .lg-min\:gap-6{
    gap: 1.5rem;
  }

  .lg-min\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

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

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

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

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

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

  .lg-min\:pr-0{
    padding-right: 0px;
  }

  .lg-min\:pt-0{
    padding-top: 0px;
  }

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

  .lg-min\:pt-7{
    padding-top: 1.75rem;
  }

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

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

  .lg-min\:text-3xl{
    font-size: 3.125rem;
    line-height: 3.438rem;
  }

  .lg-min\:text-md{
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .lg-min\:text-xl{
    font-size: 2.188rem;
    line-height: 2.625rem;
  }
}

@media (min-width: 1200px){
  .xl-min\:order-none{
    order: 0;
  }

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

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

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

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

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

  .xl-min\:flex{
    display: flex;
  }

  .xl-min\:hidden{
    display: none;
  }

  .xl-min\:min-h-144{
    min-height: 36rem;
  }

  .xl-min\:min-h-\[80vh\]{
    min-height: 80vh;
  }

  .xl-min\:w-1\/6{
    width: 16.666667%;
  }

  .xl-min\:w-5\/6{
    width: 83.333333%;
  }

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

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

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

  .xl-min\:max-w-128{
    max-width: 32rem;
  }

  .xl-min\:max-w-144{
    max-width: 36rem;
  }

  .xl-min\:max-w-\[470px\]{
    max-width: 470px;
  }

  .xl-min\:max-w-\[520px\]{
    max-width: 520px;
  }

  .xl-min\:max-w-\[590px\]{
    max-width: 590px;
  }

  .xl-min\:max-w-\[650px\]{
    max-width: 650px;
  }

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

  .xl-min\:max-w-\[710px\]{
    max-width: 710px;
  }

  .xl-min\:max-w-lg{
    max-width: 32rem;
  }

  .xl-min\:columns-4{
    -moz-columns: 4;
         columns: 4;
  }

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

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

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

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

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

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

  .xl-min\:gap-0{
    gap: 0px;
  }

  .xl-min\:gap-10{
    gap: 2.5rem;
  }

  .xl-min\:gap-14{
    gap: 3.5rem;
  }

  .xl-min\:gap-20{
    gap: 5rem;
  }

  .xl-min\:gap-28{
    gap: 7rem;
  }

  .xl-min\:gap-5{
    gap: 1.25rem;
  }

  .xl-min\:gap-6{
    gap: 1.5rem;
  }

  .xl-min\:p-0{
    padding: 0px;
  }

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

  .xl-min\:p-12{
    padding: 3rem;
  }

  .xl-min\:p-14{
    padding: 3.5rem;
  }

  .xl-min\:p-2\.5{
    padding: 0.625rem;
  }

  .xl-min\:p-20{
    padding: 5rem;
  }

  .xl-min\:p-7{
    padding: 1.75rem;
  }

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

  .xl-min\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl-min\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

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

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

  .xl-min\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl-min\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .xl-min\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

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

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

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

  .xl-min\:pl-10{
    padding-left: 2.5rem;
  }

  .xl-min\:pl-12{
    padding-left: 3rem;
  }

  .xl-min\:pl-14{
    padding-left: 3.5rem;
  }

  .xl-min\:pl-20{
    padding-left: 5rem;
  }

  .xl-min\:pl-24{
    padding-left: 6rem;
  }

  .xl-min\:pt-0{
    padding-top: 0px;
  }

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

  .xl-min\:pt-14{
    padding-top: 3.5rem;
  }

  .xl-min\:pt-16{
    padding-top: 4rem;
  }

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

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

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

  .xl-min\:text-2xl{
    font-size: 2.5rem;
    line-height: 2.813rem;
  }

  .xl-min\:text-3xl{
    font-size: 3.125rem;
    line-height: 3.438rem;
  }

  .xl-min\:text-4xl{
    font-size: 3.438rem;
    line-height: 3.75rem;
  }

  .xl-min\:text-5xl{
    font-size: 4.375rem;
    line-height: 4.688rem;
  }

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

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

  .xl-min\:text-md{
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .xl-min\:text-xl{
    font-size: 2.188rem;
    line-height: 2.625rem;
  }

  .xl-min\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .xl-min\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xl-min\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgb(32 78 207 / var(--tw-text-opacity, 1));
  }

  .xl-min\:active\:bg-transparent:active{
    background-color: transparent;
  }
}

@media (min-width: 1536px){
  .\32xl-min\:ml-\[8\.5vw\]{
    margin-left: 8.5vw;
  }

  .\32xl-min\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl-min\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}