/*
! tailwindcss v3.2.7 | 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: #F9FBFF;
  /* 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.
*/

html {
  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: Futura, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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: #7A7A7A;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #7A7A7A;
  /* 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] {
  display: none;
}

*, ::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-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:  ;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

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

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

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

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

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

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

.-right-\[133px\] {
  right: -133px;
}

.-right-\[373px\] {
  right: -373px;
}

.-right-\[65px\] {
  right: -65px;
}

.-right-\[82px\] {
  right: -82px;
}

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

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

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

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

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

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

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

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

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

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-6 {
  top: 1.5rem;
}

.top-\[42\%\] {
  top: 42%;
}

.top-\[50\%\] {
  top: 50%;
}

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

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

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

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

.mx-\[7\%\] {
  margin-left: 7%;
  margin-right: 7%;
}

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

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

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

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

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

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

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

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

.ml-10 {
  margin-left: 2.5rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

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

.ml-\[7\%\] {
  margin-left: 7%;
}

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

.mr-9 {
  margin-right: 2.25rem;
}

.mr-\[10px\] {
  margin-right: 10px;
}

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

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

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

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

.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-\[-80px\] {
  margin-top: -80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-36 {
  height: 9rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[85\.4\%\] {
  width: 85.4%;
}

.w-\[92\.5\%\] {
  width: 92.5%;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

.basis-\[28\.57\%\] {
  flex-basis: 28.57%;
}

.basis-\[42\.86\%\] {
  flex-basis: 42.86%;
}

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

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

.-translate-x-\[93\%\] {
  --tw-translate-x: -93%;
  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;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-\[41px\] {
  -moz-column-gap: 41px;
       column-gap: 41px;
}

.gap-x-\[90px\] {
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.gap-y-16 {
  row-gap: 4rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(41 103 240 / var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 235 255 / var(--tw-bg-opacity));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(48 96 201 / var(--tw-bg-opacity));
}

.bg-blue-question {
  background-color: rgba(41, 103, 240, 0.8);
}

.bg-dark-400 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 251 255 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  background-color: rgb(0 0 0 / 35%);
}

.bg-gray-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity));
}

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

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

.bg-\[url\(\'\.\.\/public\/img\/home-bg-2\.png\'\)\] {
  background-image: url('../public/img/home-bg-2.png');
}

.bg-\[url\(\'\.\.\/public\/img\/home-header\.jfif\'\)\] {
  background-image: url('../public/img/home-header.jfif');
}

.bg-\[url\(\'\.\.\/public\/img\/services\/question\.png\'\)\] {
  background-image: url('../public/img/services/question.png');
}

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

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

.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-\[42px\] {
  padding-left: 42px;
  padding-right: 42px;
}

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

.px-\[6\.7\%\] {
  padding-left: 6.7%;
  padding-right: 6.7%;
}

.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-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

.pl-\[6\.7\%\] {
  padding-left: 6.7%;
}

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

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

.pr-\[8\.6\%\] {
  padding-right: 8.6%;
}

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

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

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

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

.font-gilroy {
  font-family: Gilroy-Regular, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

.text-\[0\.938rem\] {
  font-size: 0.938rem;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

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

.text-\[2rem\] {
  font-size: 2rem;
}

.text-\[3\.375rem\] {
  font-size: 3.375rem;
}

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

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

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

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

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

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

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-4 {
  line-height: 1rem;
}

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

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

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

.leading-\[1\.32rem\] {
  line-height: 1.32rem;
}

.leading-\[1\.625rem\] {
  line-height: 1.625rem;
}

.leading-\[1\.66rem\] {
  line-height: 1.66rem;
}

.leading-\[1\.813rem\] {
  line-height: 1.813rem;
}

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

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

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

.leading-\[2\.375rem\] {
  line-height: 2.375rem;
}

.leading-\[2\.625rem\] {
  line-height: 2.625rem;
}

.leading-\[3\.32\.rem\] {
  line-height: 3.32.rem;
}

.leading-\[4\.5rem\] {
  line-height: 4.5rem;
}

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

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

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(41 103 240 / var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(163 171 244 / var(--tw-text-opacity));
}

.text-blue-line {
  --tw-text-opacity: 1;
  color: rgb(73 80 237 / var(--tw-text-opacity));
}

.text-blue-text {
  --tw-text-opacity: 1;
  color: rgb(15 56 180 / var(--tw-text-opacity));
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(15 15 16 / var(--tw-text-opacity));
}

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(69 73 83 / var(--tw-text-opacity));
}

.text-gray-bg {
  --tw-text-opacity: 1;
  color: rgb(242 246 255 / var(--tw-text-opacity));
}

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

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

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.shadow-14x28 {
  --tw-shadow: 0 14px 28px rgba(203, 203, 203, 0.25);
  --tw-shadow-colored: 0 14px 28px 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-1x28 {
  --tw-shadow: 0 -1px 28px rgba(203, 203, 203, 0.25);
  --tw-shadow-colored: 0 -1px 28px 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-3x28 {
  --tw-shadow: 0 3px 28px rgba(203, 203, 203, 0.25);
  --tw-shadow-colored: 0 3px 28px 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-4x10 {
  --tw-shadow: 0 3.7px 10.2px rgba(0, 0, 0, 0.10);
  --tw-shadow-colored: 0 3.7px 10.2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur-\[170px\] {
  --tw-blur: blur(170px);
  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);
}

.blur-\[58px\] {
  --tw-blur: blur(58px);
  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-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;
}

@font-face {
  font-family: 'Futura';

  src: url('../public/fonts/FuturaBT-Light.eot');

  src: url('../public/fonts/FuturaBT-Light.eot?#iefix') format('embedded-opentype'),
        url('../public/fonts/FuturaBT-Light.woff2') format('woff2'),
        url('../public/fonts/FuturaBT-Light.woff') format('woff'),
        url('../public/fonts/FuturaBT-Light.ttf') format('truetype'),
        url('../public/fonts/FuturaBT-Light.svg#FuturaBT-Light') format('svg');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('../public/fonts/FuturaBT-Heavy.eot');

  src: url('../public/fonts/FuturaBT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../public/fonts/FuturaBT-Heavy.woff2') format('woff2'),
        url('../public/fonts/FuturaBT-Heavy.woff') format('woff'),
        url('../public/fonts/FuturaBT-Heavy.ttf') format('truetype'),
        url('../public/fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy') format('svg');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('../public/fonts/FuturaBT-Medium.eot');

  src: url('../public/fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../public/fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('../public/fonts/FuturaBT-Medium.woff') format('woff'),
        url('../public/fonts/FuturaBT-Medium.ttf') format('truetype'),
        url('../public/fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('../public/fonts/Futura-Bold.eot');

  src: url('../public/fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),
        url('../public/fonts/Futura-Bold.woff2') format('woff2'),
        url('../public/fonts/Futura-Bold.woff') format('woff'),
        url('../public/fonts/Futura-Bold.ttf') format('truetype'),
        url('../public/fonts/Futura-Bold.svg#Futura-Bold') format('svg');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

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

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 103 240 / var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 235 255 / var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:text-blue-text:hover {
  --tw-text-opacity: 1;
  color: rgb(15 56 180 / var(--tw-text-opacity));
}

.hover\:text-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(69 73 83 / var(--tw-text-opacity));
}

.hover\:text-gray-bg:hover {
  --tw-text-opacity: 1;
  color: rgb(242 246 255 / var(--tw-text-opacity));
}

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

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

@media (min-width: 500px) {
  .min-\[500px\]\:ml-24 {
    margin-left: 6rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:mt-\[214px\] {
    margin-top: 214px;
  }
}

@media (min-width: 900px) {
  .min-\[900px\]\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1000px) {
  .min-\[1000px\]\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

@media (min-width: 1400px) {
  .min-\[1400px\]\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1800px) {
  .min-\[1800px\]\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}