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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

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

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

.top-4 {
  top: 1rem;
}

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

.-left-2 {
  left: -0.5rem;
}

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

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

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

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

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

.-mt-1\.5 {
  margin-top: -0.375rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

.mt-1 {
  margin-top: 0.25rem;
}

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-14 {
  height: 3.5rem;
}

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

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

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

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

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

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

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

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

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

.h-20 {
  height: 5rem;
}

.h-10 {
  height: 2.5rem;
}

.w-4\/5 {
  width: 80%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-gray-bf {
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity, 1));
}

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

.bg-blue-082 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 44 87 / var(--tw-bg-opacity, 1));
}

.bg-blue-80c {
  --tw-bg-opacity: 1;
  background-color: rgb(128 206 227 / var(--tw-bg-opacity, 1));
}

.bg-blue-eef {
  --tw-bg-opacity: 1;
  background-color: rgb(238 254 255 / var(--tw-bg-opacity, 1));
}

.bg-green-82b {
  --tw-bg-opacity: 1;
  background-color: rgb(130 185 39 / var(--tw-bg-opacity, 1));
}

.bg-green-f0f {
  --tw-bg-opacity: 1;
  background-color: rgb(240 250 225 / var(--tw-bg-opacity, 1));
}

.bg-green-f4f {
  --tw-bg-opacity: 1;
  background-color: rgb(244 252 231 / var(--tw-bg-opacity, 1));
}

.bg-pink-e97 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 122 185 / var(--tw-bg-opacity, 1));
}

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

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

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

.from-blue-727 {
  --tw-gradient-from: #727BD8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 123 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-f0f {
  --tw-gradient-from: #F0FAE1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 250 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue-44c {
  --tw-gradient-to: #44C4E7 var(--tw-gradient-to-position);
}

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-hiragino {
  font-family: Hiragino Kaku Gothic Pro;
}

.font-zen {
  font-family: Zen Maru Gothic;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
}

.text-18 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.26px;
}

.text-22 {
  font-size: 22px;
}

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

.text-30 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 2.1px;
}

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

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

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

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

.font-black {
  font-weight: 900;
}

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

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

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

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

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

.text-blue-009 {
  --tw-text-opacity: 1;
  color: rgb(0 156 199 / var(--tw-text-opacity, 1));
}

.text-blue-082 {
  --tw-text-opacity: 1;
  color: rgb(8 44 87 / var(--tw-text-opacity, 1));
}

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

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

.text-green-659 {
  --tw-text-opacity: 1;
  color: rgb(101 156 10 / var(--tw-text-opacity, 1));
}

.text-green-73a {
  --tw-text-opacity: 1;
  color: rgb(115 165 32 / var(--tw-text-opacity, 1));
}

.text-pink-e97 {
  --tw-text-opacity: 1;
  color: rgb(233 122 185 / var(--tw-text-opacity, 1));
}

.text-red-e43 {
  --tw-text-opacity: 1;
  color: rgb(228 48 48 / var(--tw-text-opacity, 1));
}

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

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

.shadow-\[0_12px_0_\#669419\] {
  --tw-shadow: 0 12px 0 #669419;
  --tw-shadow-colored: 0 12px 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);
}

.shadow-\[0_6px_0_\#4965B7\] {
  --tw-shadow: 0 6px 0 #4965B7;
  --tw-shadow-colored: 0 6px 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);
}

.shadow-\[0_6px_0_\#669419\] {
  --tw-shadow: 0 6px 0 #669419;
  --tw-shadow-colored: 0 6px 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);
}

.shadow-\[0_6px_0_\#CC4693\] {
  --tw-shadow: 0 6px 0 #CC4693;
  --tw-shadow-colored: 0 6px 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);
}

.shadow-\[0_8px_0_\#CC4693\] {
  --tw-shadow: 0 8px 0 #CC4693;
  --tw-shadow-colored: 0 8px 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);
}

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

.disabled\:bg-gray-bf:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity, 1));
}

.disabled\:shadow-none:disabled {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.peer:checked ~ .peer-checked\:block {
  display: block;
}

.peer:checked ~ .peer-checked\:hidden {
  display: none;
}

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

.has-\[\:checked\]\:border-blue-009:has(:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(0 156 199 / var(--tw-border-opacity, 1));
}

.has-\[\:checked\]\:bg-blue-44c:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(68 196 231 / var(--tw-bg-opacity, 1));
}

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

  .md\:left-\[-28px\] {
    left: -28px;
  }

  .md\:top-\[-28px\] {
    top: -28px;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-20 {
    gap: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-16 {
    font-size: 16px;
    line-height: 26px;
  }

  .md\:text-18 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.26px;
  }

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

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

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

  .md\:text-30 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2.1px;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .lg\:text-16 {
    font-size: 16px;
    line-height: 26px;
  }

  .lg\:text-18 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.26px;
  }

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

@media (min-width: 1280px) {
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}