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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

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: 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 */
}

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-scroll-snap-strictness: proximity;
  --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;
}

.heading-1 {
  font-size: 32px;
  font-weight: 600;
}

@media (min-width: 640px) {
  .heading-1 {
    font-size: 42px;
  }
}

.heading-2 {
  font-size: 24px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .heading-2 {
    font-size: 36px;
  }
}

.heading-number {
  font-size: 40px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .heading-number {
    font-size: 58px;
  }
}

.heading-card {
  font-size: 24px;
  font-weight: 700;
}

.hover-link:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: inherit;
}

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

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

.font-gilroy {
  font-family: 'Inter';
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

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

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

.right-0 {
  right: 0px;
}

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

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

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[3\] {
  z-index: 3;
}

.mx-\[22px\] {
  margin-left: 22px;
  margin-right: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

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

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

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

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

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-rotate-\[60deg\] {
  --tw-rotate: -60deg;
  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));
}

.rotate-\[60deg\] {
  --tw-rotate: 60deg;
  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));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.rotate-\[-12deg\] {
  --tw-rotate: -12deg;
  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));
}

.rotate-\[12deg\] {
  --tw-rotate: 12deg;
  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));
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.space-x-\[35px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(35px * var(--tw-space-x-reverse));
  margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.space-x-\[32px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(32px * var(--tw-space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

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

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

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

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

.border-\[\#023361\] {
  --tw-border-opacity: 1;
  border-color: rgb(2 51 97 / var(--tw-border-opacity));
}

.border-\[\#fff\]\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-\[\#023462\] {
  --tw-border-opacity: 1;
  border-color: rgb(2 52 98 / var(--tw-border-opacity));
}

.border-opacity-\[0\.12\] {
  --tw-border-opacity: 0.12;
}

.border-opacity-\[0\.1\] {
  --tw-border-opacity: 0.1;
}

.bg-\[\#023361\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 51 97 / var(--tw-bg-opacity));
}

.bg-\[\#3ED79F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 215 159 / var(--tw-bg-opacity));
}

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

.bg-\[\#F19817\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 152 23 / var(--tw-bg-opacity));
}

.bg-\[\#023462\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 52 98 / var(--tw-bg-opacity));
}

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

.bg-opacity-\[0\.06\] {
  --tw-bg-opacity: 0.06;
}

.bg-opacity-\[0\.5\] {
  --tw-bg-opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-\[600\] {
  font-weight: 600;
}

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

.font-\[300\] {
  font-weight: 300;
}

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

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

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

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

.text-\[\#0C1D32\] {
  --tw-text-opacity: 1;
  color: rgb(12 29 50 / var(--tw-text-opacity));
}

.text-\[\#023462\] {
  --tw-text-opacity: 1;
  color: rgb(2 52 98 / var(--tw-text-opacity));
}

.text-\[\#0C2233\] {
  --tw-text-opacity: 1;
  color: rgb(12 34 51 / var(--tw-text-opacity));
}

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

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

.text-opacity-\[0\.72\] {
  --tw-text-opacity: 0.72;
}

.text-opacity-\[0\.82\] {
  --tw-text-opacity: 0.82;
}

.text-opacity-\[0\.22\] {
  --tw-text-opacity: 0.22;
}

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

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.placeholder\:text-\[\#fff\]:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.placeholder\:text-opacity-\[0\.72\]::-moz-placeholder {
  --tw-text-opacity: 0.72;
}

.placeholder\:text-opacity-\[0\.72\]:-ms-input-placeholder {
  --tw-text-opacity: 0.72;
}

.placeholder\:text-opacity-\[0\.72\]::placeholder {
  --tw-text-opacity: 0.72;
}

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

.focus\:border-\[\#fff\]\/100:focus {
  border-color: rgb(255 255 255 / 1);
}

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

.group:hover .group-hover\:ml-\[12px\] {
  margin-left: 12px;
}

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

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

.group:hover .group-hover\:scale-\[0\.7\] {
  --tw-scale-x: 0.7;
  --tw-scale-y: 0.7;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.group:hover .group-hover\:text-\[\#023361\] {
  --tw-text-opacity: 1;
  color: rgb(2 51 97 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-\[\#067AFC\] {
  --tw-text-opacity: 1;
  color: rgb(6 122 252 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-\[\#111\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:ml-\[40px\] {
    margin-left: 40px;
  }

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

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

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

  .sm\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:absolute {
    position: absolute;
  }

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

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

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

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

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

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

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

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:space-x-\[20px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-\[60px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:bottom-\[-100px\] {
    bottom: -100px;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .lg\:space-x-\[42px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(42px * var(--tw-space-x-reverse));
    margin-left: calc(42px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:space-x-\[32px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[50px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

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

@media (min-width: 1280px) {
  .xl\:h-\[500px\] {
    height: 500px;
  }

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

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

  .xl\:space-x-\[110px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(110px * var(--tw-space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

@media (min-width: 1536px) {
  .\32xl\:w-\[340px\] {
    width: 340px;
  }

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

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

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

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

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

  .\32xl\:pl-\[55px\] {
    padding-left: 55px;
  }

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