<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

.form-contact {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  display: flex;
  width: 100%;
  max-width: 780px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media (min-width: 640px) {
  .form-contact {
    gap: 42px;
  }
}

.row-input {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 0px;
}

@media (min-width: 640px) {
  .row-input {
    flex-direction: row;
  }
}

.row-input &gt; .label {
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .row-input &gt; .label {
    width: 265px;
  }
}

.row-input &gt; .label {
  font-size: 14px;
  line-height: 24px;
}

.row-input &gt; .input {
  width: 100%;
  max-width: 500px;
  font-size: 16px;
  line-height: 20px;
}

.row-input &gt; .input::-moz-placeholder {
  font-size: 14px;
}

.row-input &gt; .input::placeholder {
  font-size: 14px;
}

.row-input &gt; .input {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 237 248 / var(--tw-bg-opacity));
}

.row-input &gt; .value {
  width: 100%;
  max-width: 500px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-inline-start-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (prefers-color-scheme: dark) {
  blockquote {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
}

blockquote &gt; p {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 20px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark) {
  blockquote &gt; p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

#toTop {
  background: rgba(102, 153, 204, 0.75);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-\[80px\] {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-\[86px\] {
  margin-top: 86px;
  margin-bottom: 86px;
}

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

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

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

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

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

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

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

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

.h-\[145x\] {
  height: 145x;
}

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

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

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

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

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

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

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

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

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

.h-\[250x\] {
  height: 250x;
}

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

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

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

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

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

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

.h-\[55x\] {
  height: 55x;
}

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

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

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

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

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

.h-\[96x\] {
  height: 96x;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.w-0 {
  width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

.gap-5 {
  gap: 1.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.divide-y &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-\[\#595959\] &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(89 89 89 / var(--tw-divide-opacity));
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-l-\[26px\] {
  border-left-width: 26px;
}

.border-l-\[44px\] {
  border-left-width: 44px;
}

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

.border-r-0 {
  border-right-width: 0px;
}

.border-r-\[44px\] {
  border-right-width: 44px;
}

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

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

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

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

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

.border-\[\#004a80\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 74 128 / var(--tw-border-opacity));
}

.border-\[\#0070BA\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 112 186 / var(--tw-border-opacity));
}

.border-\[\#0080c6\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 128 198 / var(--tw-border-opacity));
}

.border-\[\#0089db\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 137 219 / var(--tw-border-opacity));
}

.border-\[\#05ace5\] {
  --tw-border-opacity: 1;
  border-color: rgb(5 172 229 / var(--tw-border-opacity));
}

.border-\[\#0F9ED5\] {
  --tw-border-opacity: 1;
  border-color: rgb(15 158 213 / var(--tw-border-opacity));
}

.border-\[\#2ba2dc\] {
  --tw-border-opacity: 1;
  border-color: rgb(43 162 220 / var(--tw-border-opacity));
}

.border-\[\#EAEEF9\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 238 249 / var(--tw-border-opacity));
}

.border-\[\#c0bebe\] {
  --tw-border-opacity: 1;
  border-color: rgb(192 190 190 / var(--tw-border-opacity));
}

.border-\[\#c9cdd3\] {
  --tw-border-opacity: 1;
  border-color: rgb(201 205 211 / var(--tw-border-opacity));
}

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

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

.border-l-\[\#004a80\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 74 128 / var(--tw-border-opacity));
}

.border-l-\[\#0080c6\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 128 198 / var(--tw-border-opacity));
}

.border-l-\[\#0088db\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 136 219 / var(--tw-border-opacity));
}

.border-t-\[\#0089DB\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 137 219 / var(--tw-border-opacity));
}

.bg-\[\#004a80\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 74 128 / var(--tw-bg-opacity));
}

.bg-\[\#0080c6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 198 / var(--tw-bg-opacity));
}

.bg-\[\#05ace5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 172 229 / var(--tw-bg-opacity));
}

.bg-\[\#081838\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 24 56 / var(--tw-bg-opacity));
}

.bg-\[\#0F9ED5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 158 213 / var(--tw-bg-opacity));
}

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

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

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

.bg-\[\#bad8f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(186 216 242 / var(--tw-bg-opacity));
}

.bg-\[\#bbe2f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(187 226 247 / var(--tw-bg-opacity));
}

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

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

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

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

.from-\[\#00A6E3\] {
  --tw-gradient-from: #00A6E3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 166 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

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

.p-2 {
  padding: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

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

.pr-\[10\.5rem\] {
  padding-right: 10.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-black {
  font-weight: 900;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

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

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#004a80\] {
  --tw-text-opacity: 1;
  color: rgb(0 74 128 / var(--tw-text-opacity));
}

.text-\[\#0080c6\] {
  --tw-text-opacity: 1;
  color: rgb(0 128 198 / var(--tw-text-opacity));
}

.text-\[\#0089DB\] {
  --tw-text-opacity: 1;
  color: rgb(0 137 219 / var(--tw-text-opacity));
}

.text-\[\#0089db\] {
  --tw-text-opacity: 1;
  color: rgb(0 137 219 / var(--tw-text-opacity));
}

.text-\[\#05ace5\] {
  --tw-text-opacity: 1;
  color: rgb(5 172 229 / var(--tw-text-opacity));
}

.text-\[\#081838\] {
  --tw-text-opacity: 1;
  color: rgb(8 24 56 / var(--tw-text-opacity));
}

.text-\[\#1D92CD\] {
  --tw-text-opacity: 1;
  color: rgb(29 146 205 / var(--tw-text-opacity));
}

.text-\[\#1f92d0\] {
  --tw-text-opacity: 1;
  color: rgb(31 146 208 / var(--tw-text-opacity));
}

.text-\[\#2CA3DD\] {
  --tw-text-opacity: 1;
  color: rgb(44 163 221 / var(--tw-text-opacity));
}

.text-\[\#2ba2dc\] {
  --tw-text-opacity: 1;
  color: rgb(43 162 220 / var(--tw-text-opacity));
}

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

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

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

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

.outline {
  outline-style: solid;
}

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

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

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

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

@media not all and (min-width: 1024px) {
  .max-lg\:top-\[80px\] {
    top: 80px;
  }

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

  .max-lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .max-md\:fixed {
    position: fixed;
  }

  .max-md\:left-0 {
    left: 0px;
  }

  .max-md\:left-full {
    left: 100%;
  }

  .max-md\:right-0 {
    right: 0px;
  }

  .max-md\:top-0 {
    top: 0px;
  }

  .max-md\:z-10 {
    z-index: 10;
  }

  .max-md\:order-last {
    order: 9999;
  }

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

  .max-md\:my-\[45px\] {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .max-md\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .max-md\:mb-\[26px\] {
    margin-bottom: 26px;
  }

  .max-md\:mb-\[45px\] {
    margin-bottom: 45px;
  }

  .max-md\:mb-\[65px\] {
    margin-bottom: 65px;
  }

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

  .max-md\:flex {
    display: flex;
  }

  .max-md\:hidden {
    display: none;
  }

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

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

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

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

  .max-md\:h-dvh {
    height: 100dvh;
  }

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

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

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

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

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

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

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

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

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

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

  .max-md\:gap-4 {
    gap: 1rem;
  }

  .max-md\:gap-8 {
    gap: 2rem;
  }

  .max-md\:gap-\[10px\] {
    gap: 10px;
  }

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

  .max-md\:gap-\[50px\] {
    gap: 50px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-md\:pr-4 {
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

  .max-md\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

  .max-sm\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

  .sm\:gap-\[27px\] {
    gap: 27px;
  }

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

  .sm\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

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

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

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

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

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:my-\[80px\] {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:my-\[85px\] {
    margin-top: 85px;
    margin-bottom: 85px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }
}</pre></body></html>