@charset "UTF-8";
/*
! tailwindcss v3.4.1 | 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 */
  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;
}
/*
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:  ;
}
::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:  ;
}
.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;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-bottom-5{
  bottom: -1.25rem;
}
.-bottom-\[20px\]{
  bottom: -20px;
}
.-bottom-\[3px\]{
  bottom: -3px;
}
.-left-0{
  left: -0px;
}
.-left-0\.5{
  left: -0.125rem;
}
.-left-1{
  left: -0.25rem;
}
.-top-0{
  top: -0px;
}
.-top-0\.5{
  top: -0.125rem;
}
.-top-\[20px\]{
  top: -20px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-0\.5{
  left: 0.125rem;
}
.left-5{
  left: 1.25rem;
}
.left-\[200px\]{
  left: 200px;
}
.left-\[228px\]{
  left: 228px;
}
.left-\[61px\]{
  left: 61px;
}
.left-\[88px\]{
  left: 88px;
}
.left-\[90px\]{
  left: 90px;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-2{
  right: 0.5rem;
}
.right-5{
  right: 1.25rem;
}
.right-\[10px\]{
  right: 10px;
}
.top-0{
  top: 0px;
}
.top-2{
  top: 0.5rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-6{
  top: 1.5rem;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[164px\]{
  top: 164px;
}
.top-\[194px\]{
  top: 194px;
}
.top-\[203px\]{
  top: 203px;
}
.top-\[33\%\]{
  top: 33%;
}
.top-\[89px\]{
  top: 89px;
}
.top-auto{
  top: auto;
}
.z-10{
  z-index: 10;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[0\]{
  z-index: 0;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[10\]{
  z-index: 10;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.mx-\[5px\]{
  margin-left: 5px;
  margin-right: 5px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-\[6px\]{
  margin-top: 6px;
  margin-bottom: 6px;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-mt-48{
  margin-top: -12rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[1rem\]{
  margin-bottom: 1rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-3\.5{
  margin-left: 0.875rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-\[1\.2rem\]{
  margin-left: 1.2rem;
}
.mr-0{
  margin-right: 0px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-28{
  margin-top: 7rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[85px\]{
  margin-top: 85px;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[0\.64\]{
  aspect-ratio: 0.64;
}
.aspect-\[0\.71\]{
  aspect-ratio: 0.71;
}
.aspect-\[0\.72\]{
  aspect-ratio: 0.72;
}
.aspect-\[0\.73\]{
  aspect-ratio: 0.73;
}
.aspect-\[0\.89\]{
  aspect-ratio: 0.89;
}
.aspect-\[1\.03\]{
  aspect-ratio: 1.03;
}
.aspect-\[1\.08\]{
  aspect-ratio: 1.08;
}
.aspect-\[1\.17\]{
  aspect-ratio: 1.17;
}
.aspect-\[1\.33\]{
  aspect-ratio: 1.33;
}
.aspect-\[1\.34\]{
  aspect-ratio: 1.34;
}
.aspect-\[1\.47\]{
  aspect-ratio: 1.47;
}
.aspect-\[1\.48\]{
  aspect-ratio: 1.48;
}
.aspect-\[1\.55\]{
  aspect-ratio: 1.55;
}
.aspect-\[1\.63\]{
  aspect-ratio: 1.63;
}
.aspect-\[1\.75\]{
  aspect-ratio: 1.75;
}
.aspect-\[2\.27\]{
  aspect-ratio: 2.27;
}
.aspect-\[2\.35\]{
  aspect-ratio: 2.35;
}
.aspect-\[2\.97\]{
  aspect-ratio: 2.97;
}
.aspect-\[3\]{
  aspect-ratio: 3;
}
.aspect-\[5\.08\]{
  aspect-ratio: 5.08;
}
.aspect-\[5\.62\]{
  aspect-ratio: 5.62;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-0{
  height: 0px;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[130px\]{
  height: 130px;
}
.h-\[186px\]{
  height: 186px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[360px\]{
  height: 360px;
}
.h-\[39px\]{
  height: 39px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[4em\]{
  height: 4em;
}
.h-\[5em\]{
  height: 5em;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-\[340px\]{
  max-height: 340px;
}
.min-h-11{
  min-height: 2.75rem;
}
.min-h-8{
  min-height: 2rem;
}
.min-h-\[110px\]{
  min-height: 110px;
}
.min-h-\[132px\]{
  min-height: 132px;
}
.min-h-\[1px\]{
  min-height: 1px;
}
.min-h-\[20px\]{
  min-height: 20px;
}
.min-h-\[28px\]{
  min-height: 28px;
}
.min-h-\[38px\]{
  min-height: 38px;
}
.min-h-\[46px\]{
  min-height: 46px;
}
.w-12{
  width: 3rem;
}
.w-24{
  width: 6rem;
}
.w-3\/5{
  width: 60%;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-6\/12{
  width: 50%;
}
.w-8{
  width: 2rem;
}
.w-\[1061px\]{
  width: 1061px;
}
.w-\[123px\]{
  width: 123px;
}
.w-\[1270px\]{
  width: 1270px;
}
.w-\[134px\]{
  width: 134px;
}
.w-\[13px\]{
  width: 13px;
}
.w-\[148px\]{
  width: 148px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[162px\]{
  width: 162px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[191px\]{
  width: 191px;
}
.w-\[193px\]{
  width: 193px;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[22\%\]{
  width: 22%;
}
.w-\[225px\]{
  width: 225px;
}
.w-\[234px\]{
  width: 234px;
}
.w-\[24\%\]{
  width: 24%;
}
.w-\[249px\]{
  width: 249px;
}
.w-\[253px\]{
  width: 253px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[294px\]{
  width: 294px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[302px\]{
  width: 302px;
}
.w-\[310px\]{
  width: 310px;
}
.w-\[32\%\]{
  width: 32%;
}
.w-\[324px\]{
  width: 324px;
}
.w-\[326px\]{
  width: 326px;
}
.w-\[33\%\]{
  width: 33%;
}
.w-\[34px\]{
  width: 34px;
}
.w-\[36\%\]{
  width: 36%;
}
.w-\[362px\]{
  width: 362px;
}
.w-\[37px\]{
  width: 37px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[395px\]{
  width: 395px;
}
.w-\[397px\]{
  width: 397px;
}
.w-\[39px\]{
  width: 39px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[442px\]{
  width: 442px;
}
.w-\[453px\]{
  width: 453px;
}
.w-\[45px\]{
  width: 45px;
}
.w-\[46\%\]{
  width: 46%;
}
.w-\[460px\]{
  width: 460px;
}
.w-\[48\%\]{
  width: 48%;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[49\%\]{
  width: 49%;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[55px\]{
  width: 55px;
}
.w-\[619px\]{
  width: 619px;
}
.w-\[64\%\]{
  width: 64%;
}
.w-\[650px\]{
  width: 650px;
}
.w-\[68\%\]{
  width: 68%;
}
.w-\[698px\]{
  width: 698px;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[72px\]{
  width: 72px;
}
.w-\[76\%\]{
  width: 76%;
}
.w-\[80vw\]{
  width: 80vw;
}
.w-\[813px\]{
  width: 813px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[916px\]{
  width: 916px;
}
.w-\[941px\]{
  width: 941px;
}
.w-\[943px\]{
  width: 943px;
}
.w-\[944px\]{
  width: 944px;
}
.w-\[945px\]{
  width: 945px;
}
.w-\[946px\]{
  width: 946px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-60{
  min-width: 15rem;
}
.min-w-\[240px\]{
  min-width: 240px;
}
.min-w-\[600px\]{
  min-width: 600px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-\[1051px\]{
  max-width: 1051px;
}
.max-w-\[1270px\]{
  max-width: 1270px;
}
.max-w-\[1272px\]{
  max-width: 1272px;
}
.max-w-\[768px\]{
  max-width: 768px;
}
.max-w-\[944px\]{
  max-width: 944px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.basis-0{
  flex-basis: 0px;
}
.basis-8{
  flex-basis: 2rem;
}
.basis-auto{
  flex-basis: auto;
}
.table-auto{
  table-layout: auto;
}
.table-fixed{
  table-layout: fixed;
}
.border-collapse{
  border-collapse: collapse;
}
.border-separate{
  border-collapse: separate;
}
.border-spacing-0{
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-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));
}
.cursor-pointer{
  cursor: pointer;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-center{
  align-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-px{
  gap: 1px;
}
.gap-x-0{
  column-gap: 0px;
}
.gap-x-2{
  column-gap: 0.5rem;
}
.gap-x-5{
  column-gap: 1.25rem;
}
.gap-x-6{
  column-gap: 1.5rem;
}
.gap-x-8{
  column-gap: 2rem;
}
.gap-x-\[2\%\]{
  column-gap: 2%;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :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-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.self-stretch{
  align-self: stretch;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.whitespace-normal{
  white-space: normal;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[999px\]{
  border-radius: 999px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-bl-xl{
  border-bottom-left-radius: 0.75rem;
}
.rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}
.rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}
.rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[0\.5px\]{
  border-width: 0.5px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-solid{
  border-style: solid;
}
.border-\[\#2663eb\]{
  --tw-border-opacity: 1;
  border-color: rgb(38 99 235 / var(--tw-border-opacity));
}
.border-\[color\:var\(--Components-Card-Border-Color\2c \#E5E7EB\)\]{
  border-color: var(--Components-Card-Border-Color,#E5E7EB);
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-lime-700{
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity));
}
.border-sky-600{
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}
.border-slate-400{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.border-teal-50{
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#0284C7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-\[\#0284c7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-\[\#0EA5E9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-\[\#38bdf8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.bg-\[\#BAE6FD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.bg-\[\#F8FAFC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-\[\#f0f9ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.bg-\[\#f3f4f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity));
}
.bg-\[\#f8fafc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-\[\#f9923c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 146 60 / var(--tw-bg-opacity));
}
.bg-\[\#fb923c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-lime-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-rose-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.bg-sky-200{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.bg-sky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-sky-700{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-teal-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.bg-opacity-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-20{
  padding: 5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[250px\]{
  padding-bottom: 250px;
}
.pb-\[56\.25\%\]{
  padding-bottom: 56.25%;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pl-\[1em\]{
  padding-left: 1em;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-9{
  padding-right: 2.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-48{
  padding-top: 12rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-\[200px\]{
  padding-top: 200px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.-indent-4{
  text-indent: -1rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[length\:var\(--sds-typography-heading-size-base\)\]{
  font-size: var(--sds-typography-heading-size-base);
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[number\:var\(--sds-typography-heading-font-weight\)\]{
  font-weight: var(--sds-typography-heading-font-weight);
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.not-italic{
  font-style: normal;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-\[1em\]{
  line-height: 1em;
}
.leading-\[40px\]{
  line-height: 40px;
}
.leading-\[4em\]{
  line-height: 4em;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-\[\#0284c7\]{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.text-\[\#1d69a1\]{
  --tw-text-opacity: 1;
  color: rgb(29 105 161 / var(--tw-text-opacity));
}
.text-\[\#2663eb\]{
  --tw-text-opacity: 1;
  color: rgb(38 99 235 / var(--tw-text-opacity));
}
.text-\[\#2684c7\]{
  --tw-text-opacity: 1;
  color: rgb(38 132 199 / var(--tw-text-opacity));
}
.text-\[\#38bdf8\]{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.text-\[\#6b7280\]{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-\[\#ee4445\]{
  --tw-text-opacity: 1;
  color: rgb(238 68 69 / var(--tw-text-opacity));
}
.text-\[color\:var\(--sds-color-text-default-default\)\]{
  color: var(--sds-color-text-default-default);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-lime-700{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.text-sky-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.text-stone-900{
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.shadow-\[0px_4px_8px_rgba\(7\2c 89\2c 133\2c 0\.5\)\]{
  --tw-shadow: 0px 4px 8px rgba(7,89,133,0.5);
  --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.border-b-dotted-blue {
    border-bottom: none; /* 通常のボーダーを無効化 */
    background-image: radial-gradient(circle, #0284c7 2px, transparent 1px); /* ドットを生成 */
    background-size: 10px 3px; /* ドット間隔を調整(横と縦) */
    background-position: bottom; /* 下部に配置 */
    background-repeat: repeat-x; /* 横に繰り返し */
    height: 3px; /* 高さをボーダーと一致させる */
  }
.border-input {
    border: 1px solid #d1d5db;
  }
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 640px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .pc_only {
    display: none !important;
  }
}

input,
textarea,
select,
button {
  -webkit-appearance: none; /* Safariでデフォルトスタイルを無効化 */
  -moz-appearance: none; /* Firefoxでデフォルトスタイルを無効化 */
  appearance: none; /* 共通スタイルリセット */
  border: none; /* ボーダーを削除 */
  outline: none; /* アウトラインを無効化 */
  background: none; /* 背景色を削除 */
  box-shadow: none; /* シャドウを削除 */
  padding: 0; /* 不要な余白を削除 */
  margin: 0; /* 不要なマージンを削除 */
}

html.inverted * {
  mix-blend-mode: exclusion;
}

html.inverted img,
html.inverted iframe,
html.inverted [style*=background],
html.inverted [style*=background-image] {
  /* 背景画像を持つ要素を除外 */
  mix-blend-mode: normal !important;
}

html.inverted img,
html.inverted iframe {
  /* iframeも除外 */
  mix-blend-mode: normal !important;
}

body {
  overflow-x: hidden; /* 水平方向のはみ出しを非表示にする */
}

.no-scroll {
  overflow-y: hidden;
  height: 100%; /* 高さを固定することでスクロールを完全に無効化 */
}

html {
  overflow-y: auto;
}

a {
  cursor: pointer;
}

.catchText {
  font-family: "Zen Maru Gothic", sans-serif;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
}
.catchText.active {
  opacity: 1; /* 表示状態 */
  z-index: 10;
}
.catchText.hide {
  opacity: 0;
  z-index: 0; /* 表示中のものは優先順位をより高くする */
}

#intro {
  position: relative;
}
#intro:before {
  content: "";
  position: absolute;
  bottom: -495px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../img/top/bg_regional.svg);
  width: 1200px;
  height: 540px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #intro:before {
    width: 100%;
    height: 400px;
    bottom: -320px;
  }
}
@media screen and (max-width: 640px) {
  #intro:before {
    content: none;
  }
}

#contact {
  position: relative;
}
#contact:before {
  content: "";
  position: absolute;
  bottom: -300px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../img/top/bg_contact.svg);
  width: 100%;
  height: 1000px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #contact:before {
    width: 100%;
    height: 700px;
    bottom: auto;
  }
}
@media screen and (max-width: 640px) {
  #contact:before {
    height: 100%;
  }
}
#contact .contactWrap {
  position: relative;
}
#contact .contactWrap:before {
  content: "";
  position: absolute;
  width: 191px;
  height: 285px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../img/top/img_men.svg);
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #contact .contactWrap:before {
    width: 160px;
  }
}
#contact .contactWrap:after {
  content: "";
  position: absolute;
  width: 191px;
  height: 285px;
  bottom: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../img/top/img_women.svg);
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #contact .contactWrap:after {
    width: 135px;
  }
}

footer .linkList li {
  padding-left: 0.75em;
  position: relative;
}
footer .linkList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}
footer .linkList li.noMark:before {
  content: none;
}
footer .linkList li.noMark li {
  padding-left: 0;
}
footer .linkList li.noMark li:before {
  content: none;
}

.swiper02 {
  height: 112px; /* スライダーの高さ */
}
@media screen and (max-width: 640px) {
  .swiper02 {
    height: 200px;
  }
}
.swiper02 .swiper-container {
  width: 80%; /* 80%の幅に指定 */
  max-width: 600px; /* 最大幅を600pxに指定 */
  margin: 0 auto; /* 中央寄せ */
}
.swiper02 .slide-wrap {
  width: auto; /* 自動幅を設定 */
  flex-shrink: 0; /* スライドサイズを維持 */
  display: flex; /* 中央揃えのため */
  justify-content: center; /* 中央揃え */
  align-items: center; /* 中央揃え */
  height: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(1); /* 通常サイズ */
}
.swiper02 .slide-wrap img {
  height: auto;
  width: 100%;
}
.swiper02 .swiper-slide-active {
  z-index: 1;
}
.swiper02 .swiper-slide-active img {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  transform: scale(1.2); /* 中央のスライドを拡大 */
}
@media screen and (max-width: 640px) {
  .swiper02 .swiper-slide-active img {
    transform: scale(1.6); /* 中央のスライドを拡大 */
  }
}
.swiper02 .swiper-button-prev {
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #e5e7eb;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper02 .swiper-button-next {
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #e5e7eb;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-open .line:nth-child(1) {
  position: relative;
  transform: rotate(45deg) translateY(10px);
  top: 1px;
  left: 7px;
}

.menu-open .line:nth-child(2) {
  opacity: 0;
}

.menu-open .line:nth-child(3) {
  position: relative;
  transform: rotate(-45deg) translateY(-10px);
  top: 1px;
  left: 7px;
}

.menuAreaSp {
  display: block;
  position: absolute;
  right: -100%;
  transition: right 0.3s ease; /* rightプロパティにアニメーションを追加 */
}

.menu-open + .menuAreaSp {
  width: 50%;
  right: 0;
}
@media screen and (max-width: 640px) {
  .menu-open + .menuAreaSp {
    width: 100%;
  }
}

.newsGroup article:hover {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}

.locationGroup article:hover {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}
/* 文字サイズ拡大機能 */
body.large-font,
body.large-font * {
  font-size: 1.4rem !important;
}

/* 問い合わせフォーム 選択タブ初期化 */
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrapper select {
  width: 100%;
  padding: 10px;
  border: 2px solid #d1d5db;
  border-radius: 0.375rem;
  background-color: white;
  appearance: none;
  padding-right: 2em; /* 矢印が重ならないように余白を設定 */
  /* 特定のブラウザ対応、例えばWebKitの場合 */
}
.select-wrapper select::-webkit-inner-spin-button, .select-wrapper select::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.select-wrapper select:-moz-focusring {
  /* Firefox の青いアウトラインを除去 */
  color: transparent;
  text-shadow: 0 0 0 black;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #555;
  transform: translateY(-50%);
  pointer-events: none; /* クリックなどのイベント受け付けない */
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
  width: 100%;
  display: block;
  border-width: 2px;
  border-radius: 0.375rem;
  padding: 10px 10px;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-list-item {
  margin: 0;
}

/* ラジオボタンの初期スタイルをリセット */
input[type=radio] {
  appearance: none; /* デフォルトのUIを無効化 */
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #b5b6ba;
  border-radius: 50%; /* 丸い形 */
  background-color: #fff;
  cursor: pointer;
  position: relative; /* 疑似要素を配置するために必要 */
  display: inline-block;
  /* チェック前の状態 */
}
input[type=radio]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px; /* 中心の丸のサイズ */
  height: 10px;
  border-radius: 50%; /* 中心の丸を作成 */
  background-color: transparent; /* 初期は透明 */
  transition: background-color 0.3s ease; /* アニメーション */
}

/* 選択されたときのスタイル */
input[type=radio]:checked {
  border-color: #15a2cd; /* ボーダーの色を変更 */
  background-color: #e2f6f9; /* 外側の背景色を変更しない場合 */
}
input[type=radio]:checked::before {
  background-color: #15a2cd; /* 中心の丸を青くする */
}

/* カスタムチェックボックス用のスタイル */
.custom-checkbox {
  appearance: none; /* デフォルトチェックボックスを非表示 */
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}

/* 基本のカスタムチェックボックス */
.custom-checkbox {
  appearance: none; /* 標準のチェックボックスを非表示 */
  width: 20px;
  height: 20px;
  border: 2px solid #ccc; /* 薄いグレーの枠線 */
  border-radius: 4px; /* 角丸 */
  background-color: #e5e5e5; /* チェックOFF時の薄いグレー背景 */
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* チェックON時のデザイン */
.custom-checkbox:checked {
  background-color: #2563eb; /* 青色背景 */
  border-color: #2563eb; /* 青色枠 */
}

/* チェックON時の白いチェックマーク */
.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 35%;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0; /* 均一な線の太さ */
  transform: rotate(45deg); /* ナイキ風の傾き調整 */
}

/* チェックボックスにフォーカス時のデザイン (視覚補助が必要な場合のみ) */
.custom-checkbox:focus {
  outline: none; /* デフォルトのフォーカス枠を削除 */
}

/* スタイルが崩れる場合に備えて、強制的に正方形を維持するレスポンシブ対策 */
.custom-checkbox {
  aspect-ratio: 1/1; /* 正方形の比率を強制 */
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  border-color: #38bdf8;
}

.wpcf7-not-valid-tip {
  display: none;
}

.custom-text {
  line-height: 1.8; /* 行間の調整：読みやすさ向上 */
  font-size: 16px; /* 基本のフォントサイズをセット */
  color: #333; /* テキストカラー（ダークグレー系推奨） */
  word-wrap: break-word; /* 長すぎる単語を折り返し */
  overflow-wrap: anywhere; /* 長い単語をどこでも折り返し可能に */
}

.custom-text h1,
.custom-text h2,
.custom-text h3,
.custom-text h4,
.custom-text h5,
.custom-text h6 {
  font-weight: bold; /* 見出しは太文字 */
  color: #222; /* より濃い文字色でアクセントを強調 */
  margin: 1.5em 0 0.75em; /* 上下にマージンを調整 */
  line-height: 1.3; /* 見出しの行間をやや詰める */
}

.custom-text p {
  margin-bottom: 1em; /* 段落間のスペース調整 */
  font-size: 1rem; /* 基本のフォントサイズ */
}

.custom-text ul,
.custom-text ol {
  list-style-type: disc;
  padding-left: 1.5em; /* リストのインデントを設定 */
  margin-bottom: 1em; /* リストの下にマージン */
}

.custom-text li {
  margin-bottom: 0.5em; /* 各リスト項目の間隔を設定 */
}

.custom-text strong {
  font-weight: bold; /* 太字にする */
  color: #000; /* より濃い文字色で目立たせる */
}

.custom-text em {
  font-style: italic; /* イタリック体にする */
}

.custom-text a {
  color: #007bff; /* リンクの色を設定 */
  text-decoration: underline; /* アンダーラインつき */
  transition: color 0.2s ease; /* ホバー時のスムーズな色変更 */
}

.custom-text a:hover {
  color: #0056b3; /* ホバー時のリンク色を濃く */
}

.custom-text blockquote {
  border-left: 5px solid #ccc; /* 左側にボーダーを付ける */
  padding-left: 1em; /* 適切なインデントの追加 */
  margin: 1.5em 0; /* 上下に間隔を追加 */
  font-style: italic; /* 引用部分をイタリック体 */
  color: #666; /* 引用部分の文字色を薄くする */
}

.custom-text img {
  max-width: 100%; /* 画像を親要素の幅に応じて縮小 */
  height: auto; /* 高さを自動調整してアスペクト比を維持 */
  display: block; /* レスポンシブ対応のためにブロック表示 */
  margin: 1em auto; /* 画像を中央揃えと上下に間隔を設定 */
}

.custom-text table {
  width: 100%; /* テーブルを親要素の幅にフィット */
  border-collapse: collapse; /* テーブル枠を連結 */
  margin-bottom: 1.5em; /* テーブル下に余白 */
}

.custom-text table th,
.custom-text table td {
  border: 1px solid #ddd; /* 枠線を設定 */
  padding: 0.75em; /* テーブル要素にパディングを追加 */
  text-align: left; /* 左揃え */
}

.custom-text table th {
  background-color: #f8f8f8; /* テーブルヘッダーの背景色 */
  font-weight: bold; /* ヘッダーを強調 */
}

.custom-text figure {
  margin: 1.5em 0; /* 上下に余白を設定 */
  text-align: center; /* キャプションの中央揃え */
}

.custom-text figcaption {
  font-size: 0.875rem; /* キャプションサイズをやや小さめに設定 */
  color: #555; /* キャプションの文字色 */
}

.custom-text hr {
  border: none; /* 初期ボーダーを無効化 */
  border-top: 1px solid #ddd; /* カスタムスタイルの線を追加 */
  margin: 2em 0; /* 上下に十分な余白を追加 */
}

@media (max-width: 768px) {
  .custom-text {
    font-size: 14px; /* 小さい画面ではフォントサイズを調整 */
    line-height: 1.6; /* 行間を調整 */
  }
  .custom-text h1 {
    font-size: 1.8rem; /* 見出しサイズを調整 */
  }
  .custom-text h2 {
    font-size: 1.6rem;
  }
  .custom-text h3 {
    font-size: 1.4rem;
  }
}

.hover\:bg-\[\#0EA5E9\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#38bdf8\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#fb923c\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:text-\[\#fb923c\]:hover{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.hover\:text-sky-600:hover{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

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

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

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:shadow-\[0px_4px_8px_rgba\(30\2c 60\2c 100\2c 1\)\]:hover{
  --tw-shadow: 0px 4px 8px rgba(30,60,100,1);
  --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-sky-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
}

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

.peer:checked ~ .peer-checked\:bg-\[\#f9923c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 146 60 / var(--tw-bg-opacity));
}

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

@media not all and (min-width: 768px){
  .max-md\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .max-md\:ml-0{
    margin-left: 0px;
  }
  .max-md\:ml-1{
    margin-left: 0.25rem;
  }
  .max-md\:ml-2{
    margin-left: 0.5rem;
  }
  .max-md\:ml-2\.5{
    margin-left: 0.625rem;
  }
  .max-md\:mr-0{
    margin-right: 0px;
  }
  .max-md\:mr-0\.5{
    margin-right: 0.125rem;
  }
  .max-md\:mr-1{
    margin-right: 0.25rem;
  }
  .max-md\:mr-1\.5{
    margin-right: 0.375rem;
  }
  .max-md\:mr-2{
    margin-right: 0.5rem;
  }
  .max-md\:mt-10{
    margin-top: 2.5rem;
  }
  .max-md\:mt-5{
    margin-top: 1.25rem;
  }
  .max-md\:mt-7{
    margin-top: 1.75rem;
  }
  .max-md\:w-full{
    width: 100%;
  }
  .max-md\:max-w-full{
    max-width: 100%;
  }
  .max-md\:flex-col{
    flex-direction: column;
  }
  .max-md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .max-md\:pr-5{
    padding-right: 1.25rem;
  }
  .max-md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 640px){
  .sm\:absolute{
    position: absolute;
  }
  .sm\:left-10{
    left: 2.5rem;
  }
  .sm\:top-10{
    top: 2.5rem;
  }
  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-10{
    margin-top: 2.5rem;
  }
  .sm\:mt-16{
    margin-top: 4rem;
  }
  .sm\:mt-5{
    margin-top: 1.25rem;
  }
  .sm\:mt-\[95px\]{
    margin-top: 95px;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-\[188px\]{
    height: 188px;
  }
  .sm\:h-\[60px\]{
    height: 60px;
  }
  .sm\:h-\[80vh\]{
    height: 80vh;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-48{
    width: 12rem;
  }
  .sm\:w-\[18\%\]{
    width: 18%;
  }
  .sm\:w-\[198px\]{
    width: 198px;
  }
  .sm\:w-\[20\%\]{
    width: 20%;
  }
  .sm\:w-\[232px\]{
    width: 232px;
  }
  .sm\:w-\[240px\]{
    width: 240px;
  }
  .sm\:w-\[30\%\]{
    width: 30%;
  }
  .sm\:w-\[320px\]{
    width: 320px;
  }
  .sm\:w-\[322px\]{
    width: 322px;
  }
  .sm\:w-\[33\%\]{
    width: 33%;
  }
  .sm\:w-\[35\%\]{
    width: 35%;
  }
  .sm\:w-\[456px\]{
    width: 456px;
  }
  .sm\:w-\[500px\]{
    width: 500px;
  }
  .sm\:w-\[55\%\]{
    width: 55%;
  }
  .sm\:w-\[60px\]{
    width: 60px;
  }
  .sm\:w-\[621px\]{
    width: 621px;
  }
  .sm\:w-\[70\%\]{
    width: 70%;
  }
  .sm\:w-\[712px\]{
    width: 712px;
  }
  .sm\:w-\[892px\]{
    width: 892px;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:gap-3{
    gap: 0.75rem;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:border-b-0{
    border-bottom-width: 0px;
  }
  .sm\:border-r{
    border-right-width: 1px;
  }
  .sm\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .sm\:pb-\[200px\]{
    padding-bottom: 200px;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:pt-16{
    padding-top: 4rem;
  }
  .sm\:pt-6{
    padding-top: 1.5rem;
  }
  .sm\:pt-\[200px\]{
    padding-top: 200px;
  }
  .sm\:text-right{
    text-align: right;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .sm\:leading-7{
    line-height: 1.75rem;
  }
  .sm\:leading-loose{
    line-height: 2;
  }
}

@media (min-width: 768px){
  .md\:relative{
    position: relative;
  }
  .md\:top-\[10px\]{
    top: 10px;
  }
  .md\:top-\[5px\]{
    top: 5px;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mt-5{
    margin-top: 1.25rem;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[418px\]{
    height: 418px;
  }
  .md\:h-\[560px\]{
    height: 560px;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-1\/5{
    width: 20%;
  }
  .md\:w-\[130px\]{
    width: 130px;
  }
  .md\:w-\[30\%\]{
    width: 30%;
  }
  .md\:w-\[31\%\]{
    width: 31%;
  }
  .md\:w-\[33\%\]{
    width: 33%;
  }
  .md\:w-\[60\%\]{
    width: 60%;
  }
  .md\:w-\[620px\]{
    width: 620px;
  }
  .md\:w-\[65\%\]{
    width: 65%;
  }
  .md\:w-\[90px\]{
    width: 90px;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-x-3{
    column-gap: 0.75rem;
  }
  .md\:gap-x-\[3\.5\%\]{
    column-gap: 3.5%;
  }
  .md\:gap-y-0{
    row-gap: 0px;
  }
  .md\:gap-y-6{
    row-gap: 1.5rem;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:leading-\[56px\]{
    line-height: 56px;
  }
  .md\:tracking-wide{
    letter-spacing: 0.025em;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-28{
    margin-top: 7rem;
  }
  .lg\:mt-9{
    margin-top: 2.25rem;
  }
  .lg\:mt-\[135px\]{
    margin-top: 135px;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[410px\]{
    height: 410px;
  }
  .lg\:w-\[1000px\]{
    width: 1000px;
  }
  .lg\:w-\[1024px\]{
    width: 1024px;
  }
  .lg\:w-\[1047px\]{
    width: 1047px;
  }
  .lg\:w-\[131px\]{
    width: 131px;
  }
  .lg\:w-\[150px\]{
    width: 150px;
  }
  .lg\:w-\[254px\]{
    width: 254px;
  }
  .lg\:w-\[30\%\]{
    width: 30%;
  }
  .lg\:w-\[302px\]{
    width: 302px;
  }
  .lg\:w-\[35\%\]{
    width: 35%;
  }
  .lg\:w-\[3em\]{
    width: 3em;
  }
  .lg\:w-\[48\%\]{
    width: 48%;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:w-\[618px\]{
    width: 618px;
  }
  .lg\:w-\[619px\]{
    width: 619px;
  }
  .lg\:w-\[620px\]{
    width: 620px;
  }
  .lg\:w-\[628px\]{
    width: 628px;
  }
  .lg\:w-\[943px\]{
    width: 943px;
  }
  .lg\:w-\[944px\]{
    width: 944px;
  }
  .lg\:w-\[946px\]{
    width: 946px;
  }
  .lg\:w-\[947px\]{
    width: 947px;
  }
  .lg\:w-\[948px\]{
    width: 948px;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-\[1200px\]{
    max-width: 1200px;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }
  .lg\:border-b{
    border-bottom-width: 1px;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-4{
    padding-top: 1rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:leading-\[4em\]{
    line-height: 4em;
  }
}

@media (min-width: 1280px){
  .xl\:flex{
    display: flex;
  }
  .xl\:w-\[1200px\]{
    width: 1200px;
  }
  .xl\:w-\[1270px\]{
    width: 1270px;
  }
  .xl\:justify-center{
    justify-content: center;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1440px){
  .\31xl\:relative{
    position: relative;
  }
  .\31xl\:bottom-0{
    bottom: 0px;
  }
  .\31xl\:left-0{
    left: 0px;
  }
  .\31xl\:top-0{
    top: 0px;
  }
  .\31xl\:w-\[100px\]{
    width: 100px;
  }
  .\31xl\:gap-x-5{
    column-gap: 1.25rem;
  }
  .\31xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .\31xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .\31xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:mt-2{
    margin-top: 0.5rem;
  }
  .\32xl\:mt-\[90px\]{
    margin-top: 90px;
  }
  .\32xl\:w-\[1500px\]{
    width: 1500px;
  }
  .\32xl\:w-\[450px\]{
    width: 450px;
  }
  .\32xl\:w-\[70\%\]{
    width: 70%;
  }
  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .\32xl\:gap-10{
    gap: 2.5rem;
  }
  .\32xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .\32xl\:text-\[80px\]{
    font-size: 80px;
  }
  .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}