/*
! tailwindcss v3.4.10 | 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 */
  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]) {
  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: -0.125rem; /* 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::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: 1025px){

  .container{
    max-width: 64.0625rem;
  }
}
@media (min-width: 1367px){

  .container{
    max-width: 85.4375rem;
  }
}
.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;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-inset-0{
  inset: -0px;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-\[-99999px\]{
  left: -6249.9375rem;
}
.left-\[75px\]{
  left: 4.6875rem;
}
.right-full{
  right: 100%;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[-6px\]{
  top: -0.375rem;
}
.top-\[20px\]{
  top: 1.25rem;
}
.top-\[64px\]{
  top: 4rem;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[3\]{
  z-index: 3;
}
.mx-\[-1px\]{
  margin-left: -1px;
  margin-right: -1px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-\[-12px\]{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.my-\[-24px\]{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.mb-\[12px\]{
  margin-bottom: 0.75rem;
}
.mb-\[32px\]{
  margin-bottom: 2rem;
}
.mb-\[40px\]{
  margin-bottom: 2.5rem;
}
.ml-\[2px\]{
  margin-left: 0.125rem;
}
.ml-\[4px\]{
  margin-left: 0.25rem;
}
.mr-\[16px\]{
  margin-right: 1rem;
}
.mr-\[5px\]{
  margin-right: 0.3125rem;
}
.mr-\[8px\]{
  margin-right: 0.5rem;
}
.mt-\[-6px\]{
  margin-top: -0.375rem;
}
.mt-\[16px\]{
  margin-top: 1rem;
}
.mt-\[24px\]{
  margin-top: 1.5rem;
}
.mt-\[4px\]{
  margin-top: 0.25rem;
}
.mt-\[6px\]{
  margin-top: 0.375rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-\[16px\]{
  height: 1rem;
}
.h-\[20px\]{
  height: 1.25rem;
}
.h-\[24px\]{
  height: 1.5rem;
}
.h-\[26px\]{
  height: 1.625rem;
}
.h-\[28px\]{
  height: 1.75rem;
}
.h-\[2px\]{
  height: 0.125rem;
}
.h-\[32px\]{
  height: 2rem;
}
.h-\[34px\]{
  height: 2.125rem;
}
.h-\[38px\]{
  height: 2.375rem;
}
.h-\[3px\]{
  height: 0.1875rem;
}
.h-\[44px\]{
  height: 2.75rem;
}
.h-\[50px\]{
  height: 3.125rem;
}
.h-\[64px\]{
  height: 4rem;
}
.h-\[6px\]{
  height: 0.375rem;
}
.h-\[70px\]{
  height: 4.375rem;
}
.h-\[calc\(100\%_-_24px\)\]{
  height: calc(100% - 1.5rem);
}
.h-full{
  height: 100%;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[999999px\]{
  max-height: 62499.9375rem;
}
.max-h-\[calc\(100\%_-_64px\)\]{
  max-height: calc(100% - 4rem);
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-\[1000px\]{
  width: 62.5rem;
}
.w-\[104px\]{
  width: 6.5rem;
}
.w-\[124px\]{
  width: 7.75rem;
}
.w-\[14px\]{
  width: 0.875rem;
}
.w-\[160px\]{
  width: 10rem;
}
.w-\[16px\]{
  width: 1rem;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[20px\]{
  width: 1.25rem;
}
.w-\[24px\]{
  width: 1.5rem;
}
.w-\[32px\]{
  width: 2rem;
}
.w-\[44px\]{
  width: 2.75rem;
}
.w-\[45px\]{
  width: 2.8125rem;
}
.w-\[65px\]{
  width: 4.0625rem;
}
.w-\[6px\]{
  width: 0.375rem;
}
.w-\[calc\(100\%_-_140px\)\]{
  width: calc(100% - 8.75rem);
}
.w-\[calc\(100\%_-_228px\)\]{
  width: calc(100% - 14.25rem);
}
.w-full{
  width: 100%;
}
.min-w-\[80px\]{
  min-width: 5rem;
}
.max-w-\[1000px\]{
  max-width: 62.5rem;
}
.max-w-\[1024px\]{
  max-width: 64rem;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.gap-x-\[10px\]{
  column-gap: 0.625rem;
}
.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
}
.space-y-\[16px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem*var(--tw-space-y-reverse));
}
.space-y-\[32px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem*var(--tw-space-y-reverse));
}
.space-y-\[4px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
}
.divide-y-\[1px\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
}
.divide-\[\#d7d7da\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(215 215 218 / var(--tw-divide-opacity));
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-\[16px\]{
  border-radius: 1rem;
}
.rounded-\[28px\]{
  border-radius: 1.75rem;
}
.rounded-\[8px\]{
  border-radius: 0.5rem;
}
.rounded-full{
  border-radius: 624.9375rem;
}
.rounded-t-\[28px\]{
  border-top-left-radius: 1.75rem;
  border-top-right-radius: 1.75rem;
}
.border{
  border-width: 1px;
}
.border-b-\[2px\]{
  border-bottom-width: 0.125rem;
}
.border-t-\[1px\]{
  border-top-width: 1px;
}
.border-t-\[5px\]{
  border-top-width: 0.3125rem;
}
.border-t-\[8px\]{
  border-top-width: 0.5rem;
}
.border-b-\[\#11699c\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 105 156 / var(--tw-border-opacity));
}
.border-t-\[\#0093c1\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 147 193 / var(--tw-border-opacity));
}
.border-t-\[\#d7d7da\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(215 215 218 / var(--tw-border-opacity));
}
.bg-\[\#014865\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 72 101 / var(--tw-bg-opacity));
}
.bg-\[\#0204167a\]{
  background-color: #0204167a;
}
.bg-\[\#0c0e1f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(12 14 31 / var(--tw-bg-opacity));
}
.bg-\[\#11699c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 105 156 / var(--tw-bg-opacity));
}
.bg-\[\#86878f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(134 135 143 / var(--tw-bg-opacity));
}
.bg-\[\#aeafb4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(174 175 180 / var(--tw-bg-opacity));
}
.bg-\[\#c1e5f3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(193 229 243 / var(--tw-bg-opacity));
}
.bg-\[\#eef0f0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity));
}
.bg-\[\#f4fbff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity));
}
.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.p-\[10px\]{
  padding: 0.625rem;
}
.p-\[40px\]{
  padding: 2.5rem;
}
.p-\[5px\]{
  padding: 0.3125rem;
}
.p-\[6px\]{
  padding: 0.375rem;
}
.p-\[8px\]{
  padding: 0.5rem;
}
.px-\[12px\]{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-\[16px\]{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[20px\]{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[24px\]{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[2px\]{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-\[36px\]{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[8px\]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-\[12px\]{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[15px\]{
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.py-\[16px\]{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[24px\]{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[25px\]{
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
.py-\[2px\]{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-\[32px\]{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[4px\]{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-\[8px\]{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-\[40px\]{
  padding-bottom: 2.5rem;
}
.pb-\[60px\]{
  padding-bottom: 3.75rem;
}
.pt-\[24px\]{
  padding-top: 1.5rem;
}
.pt-\[56px\]{
  padding-top: 3.5rem;
}
.text-center{
  text-align: center;
}
.indent-\[-99999px\]{
  text-indent: -6249.9375rem;
}
.font-default{
  font-family: 微軟正黑體, Microsoft JhengHei, Arial, Heiti TC, 黑體, Helvetica, sans-serif;
}
.text-\[100\%\]{
  font-size: 100%;
}
.text-\[12px\]{
  font-size: 0.75rem;
}
.text-\[14px\]{
  font-size: 0.875rem;
}
.text-\[16px\]{
  font-size: 1rem;
}
.text-\[20px\]{
  font-size: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.leading-\[1\.31\]{
  line-height: 1.31;
}
.leading-\[1\.6\]{
  line-height: 1.6;
}
.leading-\[inherit\]{
  line-height: inherit;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#014865\]{
  --tw-text-opacity: 1;
  color: rgb(1 72 101 / var(--tw-text-opacity));
}
.text-\[\#0c0e1f\]{
  --tw-text-opacity: 1;
  color: rgb(12 14 31 / var(--tw-text-opacity));
}
.text-\[\#11699c\]{
  --tw-text-opacity: 1;
  color: rgb(17 105 156 / var(--tw-text-opacity));
}
.text-\[\#494a57\]{
  --tw-text-opacity: 1;
  color: rgb(73 74 87 / var(--tw-text-opacity));
}
.text-\[\#aeafb4\]{
  --tw-text-opacity: 1;
  color: rgb(174 175 180 / var(--tw-text-opacity));
}
.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[inherit\]{
  color: inherit;
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.shadow-gray-sm{
  --tw-shadow: 0 0 1.25rem 0 rgba(73, 74, 87, 0.1);
  --tw-shadow-colored: 0 0 1.25rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.outline-dashed{
  outline-style: dashed;
}
.outline-\[2px\]{
  outline-width: 0.125rem;
}
.outline-\[\#00C8e5\]{
  outline-color: #00C8e5;
}
.blur{
  --tw-blur: blur(0.5rem);
  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);
}
.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);
}
.content-\[\"\.\"\]{
  --tw-content: ".";
  content: var(--tw-content);
}
.content-default{
  --tw-content: '';
  content: var(--tw-content);
}
/* stylelint-disable no-descending-specificity */
html,
body {
  text-size-adjust: none;
  font-family: 微軟正黑體, Microsoft JhengHei, Arial, Heiti TC, 黑體, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.31;
  --tw-text-opacity: 1;
  color: rgb(12 14 31 / var(--tw-text-opacity));
}
html {
  height: fill-available;
}
body {
  min-height: 100vh;
  min-height: fill-available;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
[data-v-app]{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
*{
  max-height: 62499.9375rem;
}
a{
  text-decoration-line: none;
}
button{
  color: inherit;
}
button:not(.overflow-hidden){
  overflow: visible;
}
button{
  background-color: transparent;
}
a,
button,
input,
textarea,
select{
  appearance: none;

  /* &::-ms-expand {
    @apply hidden;
  } */
}
a:focus:not(:focus-visible), button:focus:not(:focus-visible), input:focus:not(:focus-visible), textarea:focus:not(:focus-visible), select:focus:not(:focus-visible) {
      outline: none;
    }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible{
  border-radius: 1rem;
  outline-style: dashed;
  outline-width: 0.125rem;
  outline-color: #00C8e5;
}
small{
  font-size: 100%;
  line-height: inherit;
}
em,
i{
  font-style: normal;
}
input[type='search']::-webkit-search-cancel-button{
  display: none;
}
@media (min-width: 1367px) {
  html,
  body{
    font-size: 1rem;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  html,
  body{
    font-size: 1.171303074670571vw;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-height: 428px), (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  html,
  body{
    font-size: 2.083333333333333vw;
  }
}
@media (max-width: 999px) and (max-height: 428px) and (orientation: landscape), (max-width: 739px) {
  html,
  body{
    font-size: 4.266666666666667vw;
  }
}
@media (max-width: 739px) and (orientation: landscape) and (min-width: 480px),
        (max-width: 999px) and (max-height: 428px) and (orientation: landscape) and (orientation: landscape) and (min-width: 480px) {
  html,
  body{
    font-size: 2.4105461393596985vw;
  }
}
.l-wrap{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.l-header{
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  flex-shrink: 0;
}
.l-main{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
button:not(.l-main){
  overflow: visible;
}
.l-main.\-\-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity));
}
.l-footer{
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .l-main{
    padding-bottom: 3.75rem;
  }

    .l-main.\-\-padding-top{
    padding-top: 3.5rem;
  }
}
@media (max-width: 1024px) {
    .l-main.\-\-padding-top{
    padding-top: 1.5rem;
  }

    .l-main.\-\-padding-bottom{
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1025px) {
    .hover\:outline-dashed:hover{
    outline-style: dashed;
    outline-width: 0.125rem;
    outline-color: #00C8e5;
  }

  .content-max-w{
    margin-left: auto;
    margin-right: auto;
    width: 62.5rem;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-height: 428px), (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .content-padding-x{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media (max-width: 999px) and (max-height: 428px) and (orientation: landscape), (max-width: 739px) {
  .content-padding-x{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.m-accesskey{
  z-index: 1;
  font-weight: 700;
}
.m-accesskey.\-\-text-\#aeafb4{
  --tw-text-opacity: 1;
  color: rgb(174 175 180 / var(--tw-text-opacity));
}
.m-accesskey.\-\-text-\#494a57{
  --tw-text-opacity: 1;
  color: rgb(73 74 87 / var(--tw-text-opacity));
}
.m-accesskey.\-\-text-\#fff{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.m-accesskey.\-\-focus-content:not(:focus){
  top: -100%;
}
.m-accesskey.\-\-focus-content:focus{
  top: 1.25rem;
}
@media (min-width: 1025px) {
    .m-accesskey.\-\-text-md,
    .m-accesskey.p\:\-\-text-md,
    .m-accesskey.pt\:\-\-text-md{
    font-size: 1.25rem;
  }

    .m-accesskey.\-\-text-sm,
    .m-accesskey.p\:\-\-text-sm,
    .m-accesskey.pt\:\-\-text-sm{
    font-size: 1rem;
  }

    .m-accesskey.\-\-absolute,
    .m-accesskey.p\:\-\-absolute,
    .m-accesskey.pt\:\-\-absolute{
    position: absolute;
  }

    .m-accesskey.\-\-inset-0,
    .m-accesskey.p\:\-\-inset-0,
    .m-accesskey.pt\:\-\-inset-0{
    left: -6249.9375rem;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-height: 428px), (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .m-accesskey.\-\-text-md,
    .m-accesskey.pt\:\-\-text-md,
    .m-accesskey.tm\:\-\-text-md,
    .m-accesskey.t\:\-\-text-md{
    font-size: 1.25rem;
  }

    .m-accesskey.\-\-text-sm,
    .m-accesskey.pt\:\-\-text-sm,
    .m-accesskey.tm\:\-\-text-sm,
    .m-accesskey.t\:\-\-text-sm{
    font-size: 1rem;
  }

    .m-accesskey.\-\-absolute,
    .m-accesskey.pt\:\-\-absolute,
    .m-accesskey.tm\:\-\-absolute,
    .m-accesskey.t\:\-\-absolute{
    position: absolute;
  }

    .m-accesskey.\-\-inset-0,
    .m-accesskey.pt\:\-\-inset-0,
    .m-accesskey.tm\:\-\-inset-0,
    .m-accesskey.t\:\-\-inset-0{
    left: -6249.9375rem;
  }
}
@media (max-width: 999px) and (max-height: 428px) and (orientation: landscape), (max-width: 739px) {
    .m-accesskey.\-\-text-md,
    .m-accesskey.tm\:\-\-text-md,
    .m-accesskey.m\:\-\-text-md{
    font-size: 1.25rem;
  }

    .m-accesskey.\-\-text-sm,
    .m-accesskey.tm\:\-\-text-sm,
    .m-accesskey.m\:\-\-text-sm{
    font-size: 1rem;
  }
    
    
    .m-accesskey.\-\-absolute,
    .m-accesskey.tm\:\-\-absolute,
    .m-accesskey.m\:\-\-absolute{
    position: absolute;
  }

    .m-accesskey.\-\-inset-0,
    .m-accesskey.tm\:\-\-inset-0,
    .m-accesskey.m\:\-\-inset-0{
    left: -6249.9375rem;
  }

}
.m-header{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 147 193 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.m-header-container{
  display: flex;
  height: 100%;
}
.m-header-logo-link{
  display: inline-block;
}
@media (min-width: 1025px) {
  .m-header{
    height: 4.375rem;
    border-top-width: 0.5rem;
  }

  .m-header-container{
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    align-items: flex-end;
  }

  .m-header-nav-ctrl{
    display: none;
  }

  .m-header-logo{
    flex-grow: 1;
  }

  .m-header-logo-figure{
    height: 2.125rem;
    width: 10rem;
  }

  .m-header-tools{
    flex-shrink: 0;
  }
}
@media (max-width: 1024px) {
  .m-header{
    height: 4rem;
    border-top-width: 0.3125rem;
    --tw-shadow: 0px 0.25rem 1.25rem 0px rgba(0, 147, 193, 0.1);
    --tw-shadow-colored: 0px 0.25rem 1.25rem 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .m-header-container{
    align-items: center;
  }

  .m-header-logo{
    order: 2;
  }

  .m-header-logo-figure{
    height: 1.625rem;
    width: 7.75rem;
  }

  .m-header-nav-ctrl{
    order: 1;
    margin-right: 1rem;
  }
  
  .m-header-nav-ctrl-button{
    position: relative;
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    align-items: center;
    justify-content: center;
  }

    .m-header-nav-ctrl-button::before,
    .m-header-nav-ctrl-button::after{
    position: absolute;
    top: 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));
    --tw-content: '';
    content: var(--tw-content);
  }
  
    .m-header-nav-ctrl-button::before,
    .m-header-nav-ctrl-button::after,
    .m-header-nav-ctrl-button > i{
    display: block;
    height: 0.125rem;
    width: 0.875rem;
    --tw-bg-opacity: 1;
    background-color: rgb(12 14 31 / var(--tw-bg-opacity));
  }

    .m-header-nav-ctrl-button > i{
    text-indent: -6249.9375rem;
  }
      .m-header-nav-ctrl-button:not(.\-\-active)::before,
      .m-header-nav-ctrl-button:not(.\-\-active)::after{
    --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));
  }
  
      .m-header-nav-ctrl-button:not(.\-\-active)::before{
    margin-top: -0.375rem;
  }
  
      .m-header-nav-ctrl-button:not(.\-\-active)::after{
    margin-top: 0.25rem;
  }
      .m-header-nav-ctrl-button.\-\-active::before{
    --tw-rotate: -45deg;
    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));
  }
  
      .m-header-nav-ctrl-button.\-\-active::after{
    --tw-rotate: 45deg;
    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));
  }
  
      .m-header-nav-ctrl-button.\-\-active > i{
    opacity: 0;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-height: 428px), (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .m-header{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 999px) and (max-height: 428px) and (orientation: landscape), (max-width: 739px) {
  .m-header{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* stylelint-disable no-descending-specificity */
.m-nav-item.\-\-active .m-nav-anchor{
  --tw-text-opacity: 1;
  color: rgb(73 74 87 / var(--tw-text-opacity));
}
.m-nav-item.\-\-active .m-nav-anchor::after{
  width: 100%;
}
.m-nav-item:not(.\-\-active, :hover) .m-nav-anchor:not(:focus-visible){
  --tw-text-opacity: 1;
  color: rgb(73 74 87 / var(--tw-text-opacity));
}
.m-nav-anchor{
  display: block;
  text-align: center;
  font-size: 1rem;
}
.m-nav-anchor:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(17 105 156 / var(--tw-text-opacity));
}
@media (min-width: 1025px) {
  .m-nav-container{
    display: flex;
    align-items: center;
  }

  .m-nav-item{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
      .m-nav-item:hover .m-nav-anchor{
    --tw-text-opacity: 1;
    color: rgb(73 74 87 / var(--tw-text-opacity));
  }

        .m-nav-item:hover .m-nav-anchor::after{
    width: 100%;
  }

  .m-nav-anchor{
    position: relative;
    min-width: 5rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

    .m-nav-anchor::after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 0.1875rem;
    width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(17 105 156 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
  }
      .m-nav-anchor:focus-visible::after{
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .m-nav{
    position: fixed;
    top: 4rem;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
button:not(.m-nav){
    overflow: visible;
  }

    .m-nav:not(.\-\-open){
    display: none;
    max-height: 0px;
  }

    .m-nav.\-\-open{
    max-height: calc(100% - 4rem);
  }

    .m-nav::before{
    position: absolute;
    inset: 0px;
    z-index: -1;
    background-color: #0204167a;
    --tw-content: '';
    content: var(--tw-content);
  }

  .m-nav-container > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
    --tw-divide-opacity: 1;
    border-color: rgb(215 215 218 / var(--tw-divide-opacity));
  }

  .m-nav-container{
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: rgb(215 215 218 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .m-nav-item,
  .m-nav-anchor{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.m-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(1 72 101 / var(--tw-bg-opacity));
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.m-footer-container{
  position: relative;
}
.m-footer-contact{
  overflow: hidden;
}
button:not(.m-footer-contact){
  overflow: visible;
}
.m-footer-contact-container{
  margin-left: -1px;
  margin-right: -1px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.m-footer-contact-item{
  position: relative;
}
.m-footer-contact-item::before{
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0px;
  height: 3.125rem;
  width: 1px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(174 175 180 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
.m-footer-contact-anchor{
  position: relative;
  display: flex;
  border-radius: 1rem;
}
.m-footer-contact-anchor::before {
    background-image: url(../../assets/img/common/icon_footer_tel.svg?caab57c8);
    --tw-content: '';
    content: var(--tw-content);
  }
.m-footer-contact-text{
  display: flex;
  flex-direction: column;
}
.m-footer-contact-text > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem*var(--tw-space-y-reverse));
}
.m-footer-contact-text > *{
  display: block;
}
.m-footer-copy-container > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
}
.m-footer-accessibility{
  display: inline-block;
}
.m-footer-accessibility-anchor{
  display: block;
  width: 6.5rem;
  border-radius: 1rem;
  padding: 0.5rem;
}
@media (min-width: 1025px) {
  .m-footer-contact-anchor{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

    .m-footer-contact-anchor::before{
    margin-right: 1rem;
    height: 2rem;
    width: 2rem;
  }

  .m-footer-contact-text{
    font-size: 0.875rem;
  }

  .m-footer-contact-label{
    font-size: 1rem;
  }

  .m-footer-copy{
    margin-top: 1.5rem;
  }

  .m-footer-copy-container{
    font-size: 1rem;
  }

  .m-footer-copy-information{
    display: flex;
    align-items: center;
    column-gap: 0.625rem;
  }
}
@media (min-width: 740px) and (min-height: 428px) {
  .m-footer-container{
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
  }

  .m-footer-contact-item{
    display: flex;
    flex: 1 1 0%;
    justify-content: center;
  }

  .m-footer-contact-anchor{
    align-items: center;
  }

    .m-footer-contact-anchor::before{
    margin-right: 1rem;
    height: 2rem;
    width: 2rem;
  }

  .m-footer-copy{
    display: flex;
    align-items: center;
  }

  .m-footer-copy-container{
    flex-grow: 1;
  }

  .m-footer-accessibility{
    flex-shrink: 0;
  }
}
@media (max-width: 1024px) {
  .m-footer-contact-anchor{
    padding: 0.5rem;
  }

    .m-footer-contact-anchor::before{
    margin-right: 0.5rem;
    height: 1.25rem;
    width: 1.25rem;
  }

  .m-footer-contact-text{
    font-size: 0.75rem;
  }

  .m-footer-contact-label{
    font-size: 0.875rem;
  }

  .m-footer-copy{
    margin-top: 1rem;
  }

  .m-footer-copy-container{
    font-size: 0.875rem;
  }

  .m-footer-copy-information > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem*var(--tw-space-y-reverse));
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-height: 428px), (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .m-footer{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 999px) and (max-height: 428px) and (orientation: landscape), (max-width: 739px) {
  .m-footer{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .m-footer-contact-item{
    width: 50%;
    padding: 0.375rem;
  }

  .m-footer-accessibility{
    margin-top: 1rem;
  }
}
.hover\:outline-dashed:hover{
  outline-style: dashed;
}
@media (max-width: 999px) and (max-height: 428px) and (orientation: landscape), (max-width: 739px){

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

  .m\:mb-\[2px\]{
    margin-bottom: 0.125rem;
  }

  .m\:mr-\[16px\]{
    margin-right: 1rem;
  }

  .m\:mt-\[4px\]{
    margin-top: 0.25rem;
  }

  .m\:block{
    display: block;
  }

  .m\:h-\[130px\]{
    height: 8.125rem;
  }

  .m\:h-\[152px\]{
    height: 9.5rem;
  }

  .m\:w-\[164px\]{
    width: 10.25rem;
  }

  .m\:w-\[303px\]{
    width: 18.9375rem;
  }

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

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

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

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

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

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

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

  .m\:p-\[12px\]{
    padding: 0.75rem;
  }

  .m\:px-\[12px\]{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .m\:px-\[28px\]{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .m\:pl-\[75px\]{
    padding-left: 4.6875rem;
  }

  .m\:pt-\[18px\]{
    padding-top: 1.125rem;
  }

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

  .m\:leading-\[1\.6\]{
    line-height: 1.6;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-height: 428px), (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5){

  .t\:mx-\[-12px\]{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .t\:mr-\[12px\]{
    margin-right: 0.75rem;
  }

  .t\:mr-\[18px\]{
    margin-right: 1.125rem;
  }

  .t\:mt-\[6px\]{
    margin-top: 0.375rem;
  }

  .t\:h-\[110px\]{
    height: 6.875rem;
  }

  .t\:h-\[230px\]{
    height: 14.375rem;
  }

  .t\:w-\[1338px\]{
    width: 83.625rem;
  }

  .t\:w-\[220px\]{
    width: 13.75rem;
  }

  .t\:min-w-\[180px\]{
    min-width: 11.25rem;
  }

  .t\:gap-x-\[9px\]{
    column-gap: 0.5625rem;
  }

  .t\:px-\[12px\]{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .t\:px-\[6px\]{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .t\:px-\[9px\]{
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }

  .t\:py-\[15px\]{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .t\:pb-\[28px\]{
    padding-bottom: 1.75rem;
  }

  .t\:pl-\[45px\]{
    padding-left: 2.8125rem;
  }

  .t\:pt-\[28px\]{
    padding-top: 1.75rem;
  }

  .t\:pt-\[50px\]{
    padding-top: 3.125rem;
  }
}
@media (max-width: 1024px){

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

  .tm\:mb-\[24px\]{
    margin-bottom: 1.5rem;
  }

  .tm\:mb-\[2px\]{
    margin-bottom: 0.125rem;
  }

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

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

  .tm\:mr-\[12px\]{
    margin-right: 0.75rem;
  }

  .tm\:mr-\[8px\]{
    margin-right: 0.5rem;
  }

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

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

  .tm\:hidden{
    display: none;
  }

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

  .tm\:h-\[54px\]{
    height: 3.375rem;
  }

  .tm\:min-h-\[40px\]{
    min-height: 2.5rem;
  }

  .tm\:w-\[260px\]{
    width: 16.25rem;
  }

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

  .tm\:min-w-\[76px\]{
    min-width: 4.75rem;
  }

  .tm\:gap-x-\[8px\]{
    column-gap: 0.5rem;
  }

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

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

  .tm\:p-\[12px\]{
    padding: 0.75rem;
  }

  .tm\:px-\[12px\]{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

  .tm\:py-\[24px\]{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tm\:pb-\[8px\]{
    padding-bottom: 0.5rem;
  }

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

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

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

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

  .tm\:text-\[24px\]{
    font-size: 1.5rem;
  }
}
@media (min-width: 740px) and (min-height: 428px){

  .pt\:mx-\[-6px\]{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .pt\:flex{
    display: flex;
  }

  .pt\:h-full{
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

  .pt\:leading-\[1\.2\]{
    line-height: 1.2;
  }
}
@media (min-width: 1025px){

  .p\:mx-\[-12px\]{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .p\:mx-\[-16px\]{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .p\:mb-\[16px\]{
    margin-bottom: 1rem;
  }

  .p\:mb-\[40px\]{
    margin-bottom: 2.5rem;
  }

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

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

  .p\:mr-\[12px\]{
    margin-right: 0.75rem;
  }

  .p\:mr-\[16px\]{
    margin-right: 1rem;
  }

  .p\:mr-\[24px\]{
    margin-right: 1.5rem;
  }

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

  .p\:mt-\[60px\]{
    margin-top: 3.75rem;
  }

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

  .p\:h-\[147px\]{
    height: 9.1875rem;
  }

  .p\:h-\[330px\]{
    height: 20.625rem;
  }

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

  .p\:h-\[68px\]{
    height: 4.25rem;
  }

  .p\:h-\[72px\]{
    height: 4.5rem;
  }

  .p\:h-\[80px\]{
    height: 5rem;
  }

  .p\:min-h-\[40px\]{
    min-height: 2.5rem;
  }

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

  .p\:w-\[228px\]{
    width: 14.25rem;
  }

  .p\:w-\[294px\]{
    width: 18.375rem;
  }

  .p\:w-\[56px\]{
    width: 3.5rem;
  }

  .p\:w-\[72px\]{
    width: 4.5rem;
  }

  .p\:w-\[80px\]{
    width: 5rem;
  }

  .p\:min-w-\[100px\]{
    min-width: 6.25rem;
  }

  .p\:min-w-\[220px\]{
    min-width: 13.75rem;
  }

  .p\:gap-x-\[10px\]{
    column-gap: 0.625rem;
  }

  .p\:gap-x-\[12px\]{
    column-gap: 0.75rem;
  }

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

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

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

  .p\:p-\[24px\]{
    padding: 1.5rem;
  }

  .p\:px-\[12px\]{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

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

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

  .p\:pb-\[16px\]{
    padding-bottom: 1rem;
  }

  .p\:pb-\[38px\]{
    padding-bottom: 2.375rem;
  }

  .p\:pl-\[50px\]{
    padding-left: 3.125rem;
  }

  .p\:pt-\[38px\]{
    padding-top: 2.375rem;
  }

  .p\:pt-\[82px\]{
    padding-top: 5.125rem;
  }

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

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

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

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

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