@charset "utf-8";

/*
! tailwindcss v3.4.0 | 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 */
  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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

.container{
  width: 100%;
}

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

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

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

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

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

.hero-arrow-left-on-rectangle{
  --hero-arrow-left-on-rectangle: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">  <path stroke-linecap="round" stroke-linejoin="round" d="M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15M12 9l-3 3m0 0l3 3m-3-3h12.75"/></svg>');
  -webkit-mask: var(--hero-arrow-left-on-rectangle);
  mask: var(--hero-arrow-left-on-rectangle);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-arrow-path{
  --hero-arrow-path: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">  <path stroke-linecap="round" stroke-linejoin="round" d="M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"/></svg>');
  -webkit-mask: var(--hero-arrow-path);
  mask: var(--hero-arrow-path);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-arrow-up{
  --hero-arrow-up: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">  <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 10.5L12 3m0 0l7.5 7.5M12 3v18"/></svg>');
  -webkit-mask: var(--hero-arrow-up);
  mask: var(--hero-arrow-up);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-bars-3{
  --hero-bars-3: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">  <path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"/></svg>');
  -webkit-mask: var(--hero-bars-3);
  mask: var(--hero-bars-3);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-book-open{
  --hero-book-open: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">  <path stroke-linecap="round" stroke-linejoin="round" d="M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25"/></svg>');
  -webkit-mask: var(--hero-book-open);
  mask: var(--hero-book-open);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-cloud-arrow-down{
  --hero-cloud-arrow-down: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">  <path stroke-linecap="round" stroke-linejoin="round" d="M12 9.75v6.75m0 0l-3-3m3 3l3-3m-8.25 6a4.5 4.5 0 01-1.41-8.775 5.25 5.25 0 0110.233-2.33 3 3 0 013.758 3.848A3.752 3.752 0 0118 19.5H6.75z"/></svg>');
  -webkit-mask: var(--hero-cloud-arrow-down);
  mask: var(--hero-cloud-arrow-down);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-document-magnifying-glass{
  --hero-document-magnifying-glass: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">  <path stroke-linecap="round" stroke-linejoin="round" d="M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9zm3.75 11.625a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z"/></svg>');
  -webkit-mask: var(--hero-document-magnifying-glass);
  mask: var(--hero-document-magnifying-glass);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-envelope{
  --hero-envelope: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">  <path stroke-linecap="round" stroke-linejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"/></svg>');
  -webkit-mask: var(--hero-envelope);
  mask: var(--hero-envelope);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-exclamation-triangle{
  --hero-exclamation-triangle: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">  <path stroke-linecap="round" stroke-linejoin="round" d="M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z"/></svg>');
  -webkit-mask: var(--hero-exclamation-triangle);
  mask: var(--hero-exclamation-triangle);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-home{
  --hero-home: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">  <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"/></svg>');
  -webkit-mask: var(--hero-home);
  mask: var(--hero-home);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-information-circle-mini{
  --hero-information-circle-mini: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">  <path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z" clip-rule="evenodd"/></svg>');
  -webkit-mask: var(--hero-information-circle-mini);
  mask: var(--hero-information-circle-mini);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-list-bullet{
  --hero-list-bullet: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">  <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zM3.75 12h.007v.008H3.75V12zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm-.375 5.25h.007v.008H3.75v-.008zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"/></svg>');
  -webkit-mask: var(--hero-list-bullet);
  mask: var(--hero-list-bullet);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-pencil{
  --hero-pencil: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">  <path stroke-linecap="round" stroke-linejoin="round" d="M16.862 4.487l1.687-1.688a1.875 1.875 0 112.652 2.652L6.832 19.82a4.5 4.5 0 01-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 011.13-1.897L16.863 4.487zm0 0L19.5 7.125"/></svg>');
  -webkit-mask: var(--hero-pencil);
  mask: var(--hero-pencil);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-x-mark{
  --hero-x-mark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">  <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"/></svg>');
  -webkit-mask: var(--hero-x-mark);
  mask: var(--hero-x-mark);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-x-mark-solid{
  --hero-x-mark-solid: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">  <path fill-rule="evenodd" d="M5.47 5.47a.75.75 0 011.06 0L12 10.94l5.47-5.47a.75.75 0 111.06 1.06L13.06 12l5.47 5.47a.75.75 0 11-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 01-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 010-1.06z" clip-rule="evenodd"/></svg>');
  -webkit-mask: var(--hero-x-mark-solid);
  mask: var(--hero-x-mark-solid);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

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

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.-inset-y-px{
  top: -1px;
  bottom: -1px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

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

.-right-4{
  right: -1rem;
}

.left-0{
  left: 0px;
}

.left-\[40rem\]{
  left: 40rem;
}

.right-0{
  right: 0px;
}

.right-5{
  right: 1.25rem;
}

.top-6{
  top: 1.5rem;
}

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

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

.-m-3{
  margin: -0.75rem;
}

.m-8{
  margin: 2rem;
}

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-0{
  margin-top: -0px;
  margin-bottom: -0px;
}

.-my-0\.5{
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

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

.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.ml-1{
  margin-left: 0.25rem;
}

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

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

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

.mt-11{
  margin-top: 2.75rem;
}

.mt-14{
  margin-top: 3.5rem;
}

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

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

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

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

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-12{
  height: 3rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-full{
  height: 100%;
}

.min-h-\[6rem\]{
  min-height: 6rem;
}

.min-h-full{
  min-height: 100%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-1\/4{
  width: 25%;
}

.w-14{
  width: 3.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

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

.w-full{
  width: 100%;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-xl{
  max-width: 36rem;
}

.flex-none{
  flex: none;
}

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

.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-4{
  --tw-translate-y: 1rem;
  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));
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-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-zinc-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-divide-opacity));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

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

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

.border{
  border-width: 1px;
}

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

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-rose-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-zinc-200{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-zinc-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-zinc-900{
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

.bg-zinc-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-zinc-50\/90{
  background-color: rgb(250 250 250 / 0.9);
}

.bg-zinc-900{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.fill-zinc-400{
  fill: #a1a1aa;
}

.p-0{
  padding: 0px;
}

.p-14{
  padding: 3.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

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

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

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pe-2{
  padding-inline-end: 0.5rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.ps-2{
  padding-inline-start: 0.5rem;
}

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

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

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

.text-\[0\.8125rem\]{
  font-size: 0.8125rem;
}

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

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

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

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

.font-normal{
  font-weight: 400;
}

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

.leading-10{
  line-height: 2.5rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

.tracking-tighter{
  letter-spacing: -0.05em;
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

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

.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.text-zinc-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.text-zinc-700{
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.text-zinc-800{
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.text-zinc-900{
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

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

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-20{
  opacity: 0.2;
}

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

.shadow-zinc-700\/10{
  --tw-shadow-color: rgb(63 63 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline{
  outline-style: solid;
}

.ring-1{
  --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(1px + 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);
}

.ring-zinc-700\/10{
  --tw-ring-color: rgb(63 63 70 / 0.1);
}

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

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

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  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;
}

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

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

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

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

.\[scrollbar-gutter\:stable\]{
  scrollbar-gutter: stable;
}

/* This file is for your main application CSS */

/* =======================================
	共通
======================================= */

html, body{
  margin: 0;
  /* 余白の削除 */
  padding: 0;
  /* 余白の削除 */
  width: 100%;
  /* 横の幅を100% */
  font-size:62.5%;
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  /* iOS文字サイズリセット */
}

:root {
  --vw-without-scrollbar: calc(100vw - var(--scrollbar-width));
}

body{
  background:#eee;
  color: #1a1a1a;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0;
  letter-spacing: 0.1rem;
  font-weight: 500;
  min-height: 100vh;
  font-feature-settings: "palt";
}

main{
  padding-top: 70px;
}

@media only screen and (min-width: 895px) {
  main{
    padding-top: 114px;
  }
}

a{
  color:#1a1a1a;
  font-weight: bold;
}

img{
  max-width:100%;
  height:auto;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

input[type=checkbox] {
  height: 1.6rem;
  width: 1.6rem;
}

.pcbr::before {
  content: "";
  white-space:normal;
}

.only-pc{
  display: none;
}

.only-sp{
  display: block;
}

@media only screen and (min-width: 768px) {
  .pcbr::before {
    content: "\A";
    white-space: pre;
  }

  .only-pc{
    display: block;
  }

  .only-sp{
    display: none;
  }
}

.flex{
  display:flex;
  flex-wrap: wrap;
  position:relative;
}

.contents-body__inner{
  position: relative;
  padding: 30px 0 30px;
}

.wrap-container__wide,
.wrap-container{
  margin: 0 5vw;
}

@media only screen and (min-width: 990px) {
  .wrap-container{
    margin: 0 auto;
    max-width: 950px;
  }
}

@media only screen and (min-width: 1140px) {
  .wrap-container__wide{
    margin: 0 auto;
    max-width: 1120px;
  }
}

.white-wrap{
  padding: 50px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #eee;
}

@media only screen and (min-width: 768px) {
  .white-wrap{
    padding: 50px 80px;
  }
}

.white-wrap > div.flex{
  align-items: center;
  justify-content: space-between;
}

.white-wrap .bloc-header{
  margin: 0 0 50px;
  position: relative;
}

.white-wrap .bloc-body{
  width: 100%;
}

/* @media only screen and (min-width: 1185px) {
  .white-wrap .bloc-header{
    width: 25%;
    max-width: 200px;
  }
  .white-wrap .bloc-body{
    width: 75%;
  }
} */

/* =======================================
	ClearFix
======================================= */

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {*zoom: 1;
}

/* =======================================
	table-layout
======================================= */

.table-layout .tr{
  display:flex;
  flex-wrap: wrap;
  position:relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  align-items: center;
}

.table-layout .tr:last-child{
  border-bottom: none;
  margin-bottom: 0;
}

.table-layout .tr .th{
  margin-bottom: 5px;
  width: calc(100% * 12 / 12);
  font-size: 1.4rem;
  line-height: 32px;
  font-weight: bold;
  color: #808080;
  padding-right: 7px;
  box-sizing: border-box;
}

.table-layout .tr .td,
#bloc-customer__service .table-layout .tr .th,
#bloc-customer__service .table-layout .tr .td{
  width: calc(100% * 12 / 12);
}

@media only screen and (min-width: 768px) {
  .table-layout .tr .th{
    margin-bottom: 0;
    width: calc(100% * 3 / 12);
  }

  .table-layout .tr .td{
    width: calc(100% * 9 / 12);
  }

  #bloc-customer__service .table-layout .tr .th{
    width: calc(100% * 4 / 12);
  }

  #bloc-customer__service .table-layout .tr .td{
    width: calc(100% * 8 / 12);
  }
}

.list-box__container{
  margin: 0 -10px -20px;
  display:flex;
  flex-wrap: wrap;
  position:relative;
  font-size: 1.6rem;
}

.list-box{
  margin: 0 10px 20px;
  width: calc(100% - 20px);
}

.list-box a{
  box-shadow: 0 0 5px #eee;
  display: block;
  padding: 20px;
  border-radius: 10px;
  transition: all .3s ease;
}

.list-box a:hover{
  opacity: .6;
  transition: all .3s ease;
}

.list-box .table-layout .tr{
  border-bottom: none;
  padding-bottom: 0;
}

.list-box .table-layout .th{
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .list-box{
    width: calc(100% / 2 - 20px);
  }
}

@media only screen and (min-width: 990px) {
  .list-box{
    width: calc(100% / 3 - 20px);
  }
}

[type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="month"], [type="search"], [type="tel"], [type="time"], [type="week"], [multiple], textarea, select {
  font-size: 14px;
  line-height: inherit;
}

.bluetable-layout{
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 8px #c6c4c4;
}

.bluetable-layout .tr {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}

.bluetable-layout .tr:last-child {
  border-bottom: none;
}

.bluetable-layout .th{
  background: #29a0d7;
  display: inline-block;
  color: #fff;
  width: calc(100% * 12 / 12);
}

.bluetable-layout .th span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.bluetable-layout .td{
  width: calc(100% * 12 / 12);
}

.bluetable-layout .td-inner {
  padding: 20px;
  min-height: 32px;
}

.bluetable-layout .td-inner.flex {
  margin: 0 -5px;
}

.bluetable-layout .td a{
  background: #f2f5f6;
  box-shadow: 0 2px 3px #c6c4c4;
  border-radius: 50px;
  padding: 5px;
  width: calc(100% - 10px);
  display: inline-block;
  margin: 0 5px 20px;
  font-size: 14px;
  text-align: center;
  align-self: center;
  transition: all .3s ease;
}

.bluetable-layout .td a:last-child{
  margin-bottom: 0;
}

.bluetable-layout .td a:hover{
  opacity: .6;
  transition: all .3s ease;
}

@media only screen and (min-width: 768px) {
  .bluetable-layout .tr .th{
    margin-bottom: 0;
    width: calc(100% * 2 / 12);
  }

  .bluetable-layout .tr .td{
    width: calc(100% * 10 / 12);
  }

  .bluetable-layout .td a{
    width: calc(100% / 3 - 10px);
  }

  .bluetable-layout .td a:last-child{
    margin-bottom: 20px;
  }

  .bluetable-layout .td-inner.flex {
    margin: 0 -5px -20px;
  }
}

/* =======================================
	margin
======================================= */

.mt10{
  margin-top: 10px;
}

.mt20{
  margin-top: 20px;
}

.mt30{
  margin-top: 30px;
}

.mt40{
  margin-top: 40px;
}

.mt50{
  margin-top: 50px;
}

.mb10{
  margin-bottom: 10px;
}

.mb20{
  margin-bottom: 20px;
}

.mb30{
  margin-bottom: 30px;
}

.mb40{
  margin-bottom: 40px;
}

.mb50{
  margin-bottom: 50px;
}

/* =======================================
	Title
======================================= */

.page-ttl{
  margin: 30px 0 0;
  font-size: 2.8rem;
  font-weight: bold;
  display: inline-block;
}

.main-sub__ttl{
  font-size: 1rem;
  color: #334390;
}

.main-sub__ttl.f-white{
  color: #fff;
}

.main-ttl {
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
}

.main-ttl.f-white {
  color: #fff;
}

.main-ttl::after {
  content: "";
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 40px;
  height: 4px;
  background: rgb(41,167,223);
  background: linear-gradient(90deg, rgba(41,167,223,1) 0%, rgba(51,67,145,1) 100%);
}

.main-ttl.f-white::after {
  background: #fff;
}

.sub-ttl{
  padding-left: 30px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

.sub-ttl::before {
  content: "";
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 5px;
  background: rgb(41,167,223);
  background: linear-gradient(90deg, rgba(41,167,223,1) 0%, rgba(51,67,145,1) 100%);
}

@media only screen and (min-width: 768px) {
  .main-ttl {
    text-align: left;
  }

  .main-ttl::after {
    left: 0;
    transform: inherit;
  }
}

/* =======================================
	icon
======================================= */

.header-submenu .heroicon{
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 5px;
}

/* =======================================
	message
======================================= */

.welcome{
  font-size: 1.4rem;
  text-align: right;
  margin-top: 10px;
}

.message-area .message{
  margin-top: 30px;
  color: #f33;
  background: #fdd;
  padding: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
}

.login-form .message-area .message{
  margin-top: 0;
  margin-bottom: 30px;
}

.message-area .message a{
  color: #f33;
  line-height: 20px;
  font-weight: bold;
  text-decoration: underline;
}

.message-area .message#flash{
  color: #29a7de;
  background: #b7e8fe;
}

.message-area .message#flash a{
  color: #29a7de;
}

.message-area .heroicon{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* =======================================
	button
======================================= */

.bloc-body .page-link{
  margin-top: 50px;
}

.bloc-body .link-area .page-link:nth-of-type(2n+1){
  margin-top: 50px;
}

.bloc-body .link-area .page-link:nth-of-type(2n){
  margin-top: 20px;
}

.page-link.btn-mini,
.btn-box .page-link{
  margin-top: 0;
}

/* デフォルト */

.page-link button,
.page-link a{
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  font-size: 1.4rem;
  color: #1a1a1a;
  line-height: 1.4;
  transition: all .5s ease;
  /*border: 1px solid #e2e2e2;*/
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  min-width:200px;
  text-align:left;
  text-decoration: none;
  position: relative;
  transition: all .3s ease;
}

.page-link button:hover,
.page-link a:hover{
  background: #e2e2e2;
  color: #1a1a1a;
  transition: all .3s ease;
}

.page-link button .icon,
.page-link a .icon{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.page-link a.center{
  text-align: center;
}

.page-link.center{
  text-align: center;
  width: 100%;
}

/* 丸青矢印　詳細・一覧用 */

.page-link.detail button,
.page-link.detail a{
  padding-right: 35px;
}

.circle-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-block;
  background: #29a7de;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.circle-btn .icon,
.page-link a .circle-btn .icon{
  position: absolute;
  top: 43%;
  right: 1px;
  transform: translateY(-50%);
}

.dl-btn__list .btn-mini{
  margin-right: 10px;
}

/* 青ボタン　戻る用 */

.page-link.back button,
.page-link.back a{
  background: #33438b;
  border: 1px solid #33438b;
  color: #fff;
  padding-left: 30px;
}

.page-link.back button .icon,
.page-link.back a .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) rotate(-180deg);
  transition: all .3s ease;
}

.page-link.back button:hover,
.page-link.back a:hover {
  background: #fff;
  color: #33438b;
}

.page-link.back button:hover .icon,
.page-link.back a:hover .icon{
  background-color: #33438b;
  transition: all .3s ease;
}

/* オレンジボタン　変更・実行用 */

.page-link.orange-btn button,
.page-link.orange-btn a {
  background: #ee9f0b;
  border: 1px solid #ee9f0b;
  color: #fff;
  padding-right: 30px;
}

.page-link.orange-btn button .icon,
.page-link.orange-btn a .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all .3s ease;
}

.page-link.orange-btn button:hover,
.page-link.orange-btn a:hover {
  background: #fff;
  color: #ee9f0b;
}

.page-link.orange-btn button:hover .icon,
.page-link.orange-btn a:hover .icon{
  background-color: #ee9f0b;
  transition: all .3s ease;
}

/* 黒ボタン ダウンロード用 */

.page-link.download button,
.page-link.download a {
  background: #1a1a25;
  border: 1px solid #1a1a25;
  color: #fff;
  padding-right: 30px;
}

.page-link.download button .icon,
.page-link.download a .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all .3s ease;
}

.page-link.download button:hover,
.page-link.download a:hover {
  background: #fff;
  color: #1a1a25;
}

.page-link.download button:hover .icon,
.page-link.download a:hover .icon{
  background-color: #1a1a25;
  transition: all .3s ease;
}

/* 小さいボタン */

/* 黒 */

.page-link.btn-mini a.download{
  padding: 5px 25px 5px 10px;
  min-width: inherit;
  background: #1a1a25;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  border: 1px solid #1a1a25;
  transition: all .5s ease;
}

.page-link.btn-mini a.download .icon {
  right: 5px;
  background: #fff;
  transition: all .3s ease;
}

.page-link.btn-mini a.download:hover{
  background: #fff;
  color: #1a1a25;
}

.page-link.btn-mini a.download:hover .icon{
  background: #1a1a25;
  transition: all .3s ease;
}

/* 青丸矢印 */

.page-link.btn-mini a.detail{
  padding: 5px 25px 5px 10px;
  min-width: inherit;
  font-size: 1.2rem;
  line-height: 1.2;
  transition: all .5s ease;
}

.page-link.btn-mini a.detail .icon {
  right: -1px;
  top: 6px;
}

.page-link.btn-mini .circle-btn {
  right: 5px;
  width: 16px;
  height: 16px;
}

.page-link.btn-mini .hero-cloud-arrow-down {
  width: 1.5rem;
  height: 1.5rem;
}

/* 複数ボタン */

.btn-box{
  margin-right: -20px;
  margin-bottom: -20px;
}

.btn-box .page-link{
  margin-right: 20px;
  margin-bottom: 20px;
}

.btn-box .page-link a{
  font-size: 1.4rem;
  text-align: left;
  padding: 10px 40px 10px 20px;
}

.box-bottom__link{
  margin-top: 50px;
}

.box-bottom__link .page-link{
  margin-top: 30px;
}

#bloc-select-payment-method .btn-box{
  justify-content: center;
  flex-direction: column;
}

#bloc-select-payment-method .page-link{
  margin-right: 0;
  align-self: center;
}

.flex-link__area{
  margin: 0 -10px -30px;
  justify-content: center;
}

.flex-link__area .page-link{
  margin: 0 10px 30px;
  width: auto;
}

@media only screen and (min-width: 480px) {
  #bloc-select-payment-method .btn-box{
    justify-content: center;
    flex-direction: inherit;
  }

  #bloc-select-payment-method .page-link{
    margin-right: 20px;
  }
}

/* グレーボタン */

.page-link.gray a{
  background: #f2f4f4;
  padding: 5px 20px;
  text-align: center;
  min-width: 180px;
}

.page-link.gray a:hover{
  opacity: .6;
}

/* margin */

.mt10{
  margin-top: 10px;
}

.mt20{
  margin-top: 20px;
}

.mt30{
  margin-top: 30px;
}

.mt40{
  margin-top: 40px;
}

.mt50{
  margin-top: 50px;
}

/* =======================================
	アイコン
======================================= */

.hero-right-triangle {
  --hero-right-triangle: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 256 512"><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"/></svg>');
  -webkit-mask: var(--hero-right-triangle);
  mask: var(--hero-right-triangle);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
}

.hero-cloud-arrow-down{
  width: 1.3rem;
  height: 1.3rem;
}

/* =======================================
	Header
======================================= */

#header {
  position: fixed;
  /*absolute不可*/
  width:100%;
  padding:0;
  top:0;
  left:0;
  z-index: 10;
  background: #33438b;
  transition: all 500ms ease;
}

body.trigger-open #header,
#header.scroll,
body.header-hover__active #header {
  box-shadow:1px 1px 3px #ccc;
}

.header-top__area{
  display: none;
}

@media only screen and (min-width: 895px) {
  .header-top__area{
    display: block;
    padding: 3px 0;
    background: #eee;
    font-size: 1.2rem;
    position: relative;
    z-index: 10;
  }
}

.header-top__area .flex{
  margin: 0 -5px;
  justify-content: end;
}

.header-top__area .flex a,
.header-top__area .flex p{
  margin: 0 5px;
}

.header-middle__area{
  height: 60px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}

.header-white__bloc{
  background: #fff;
  border-radius: 12px;
  margin: 10px auto;
  padding: 0 10px;
  height: 50px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

#header-inner__logo{
  margin: 0 60px;
}

#header-inner__logo h1{
  width: 100%;
  height: 40px;
}

#header-inner__logo h1 a{
  display: block;
  height: 100%;
}

#header-inner__logo h1 a img{
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.header-submenu{
  display: none;
}

@media only screen and (min-width: 895px) {
  #header-inner__logo{
    margin: 0;
  }

  #header-inner__logo h1{
    width: 300px;
  }

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

  .header-submenu{
    display: flex;
  }
}

.header-submenu a{
  padding: 5px 0;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s ease;
}

.header-submenu ul li a{
  margin: 0 10px;
  transition: all .3s ease;
}

.header-submenu ul li a:hover{
  color: #334391;
  transition: all .3s ease;
}

.page-link.login-btn a{
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ee9f0b;
  background: #ee9f0b;
  color: #fff;
  min-width: inherit;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease;
}

.page-link.login-btn a:hover{
  color: #ee9f0b;
  background: #fff;
  transition: all .3s ease;
}

.page-link.contact-btn a{
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  background: #e2e2e2;
  color: #1a1a1a;
  min-width: inherit;
  width: calc(100% - 10px);
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease;
}

.page-link.contact-btn a:hover{
  color: #1a1a1a;
  background: #fff;
  transition: all .3s ease;
}

.header-menu__area{
  display: none;
}

@media only screen and (min-width: 895px) {
  .header-menu__area{
    display: block;
    background: #29a7de;
    position: relative;
    z-index: 8;
  }
}

.header-nav{
  margin: auto;
  max-width: 850px;
}

.header-nav ul{
  justify-content: space-between;
}

.header-nav ul li.home-btn{
  width: 100px;
}

.header-nav ul li.home-btn .heroicon{
  width: 20px;
  height: 20px;
}

.header-nav ul li:not(.home-btn){
  width: calc((100% - 100px) / 4);
}

.header-nav ul li:first-child{
  border-left: 1px solid #efefef;
}

.header-nav ul li a{
  padding: 10px 0;
  height: 45px;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  display: block;
  border-right: 1px solid #efefef;
  text-align: center;
  transition: all .3s ease;
}

.header-nav ul li a:hover{
  color: #334391;
  transition: all .3s ease;
}

.sp-nav{
  padding: 7px 0;
  cursor: pointer;
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sp-nav p{
  font-size: .9rem;
  line-height: 1.4;
  text-align: center;
  color: #334391;
}

.sp-nav .heroicon {
  margin: 0 15px;
  width: 3rem;
  height: 3rem;
  background: #334391;
}

.sp-nav .heroicon.close{
  display: none;
}

.sp-nav .heroicon.menu{
  display: inline-block;
}

.trigger-open .sp-nav .heroicon.close{
  display: inline-block;
}

.trigger-open .sp-nav .heroicon.menu{
  display: none;
}

.sp-nav__menu{
  visibility: hidden;
}

.trigger-open .sp-nav__menu{
  visibility: visible;
}

@media only screen and (min-width: 895px) {
  .sp-nav{
    display: none;
  }

  .trigger-open .sp-nav__menu{
    visibility: hidden;
  }
}

.sp-nav__menu .sp-nav__container{
  padding-bottom: 20px;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 60px);
  box-sizing: border-box;
  overflow-y: auto;
  background: #29a7de;
  transform: translateX(-100%);
  transition: all .5s ease;
}

.trigger-open .sp-nav__menu .sp-nav__container{
  transform: translateX(0);
  transition: all .5s ease;
}

.trigger-open .sp-nav__menu .sp-nav__container .white-area{
  margin: 20px 30px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #eee;
}

.sp-nav__menu .sp-nav__menulist a{
  display: block;
  font-size: 16px;
  padding: 15px 30px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.sp-nav__menu .sp-nav__menulist div:last-child a{
  border-bottom: none;
}

.sp-nav__menu .sp-nav__menulist a .heroicon{
  width: 25px;
  height: 25px;
}

.sp-nav__btn{
  margin: 20px 30px;
  padding: 0;
}

.sp-nav__btn .flex{
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.sp-nav__btn .flex > div{
  margin: 10px;
}

.sp-nav__btn .page-link.detail a{
  padding: 10px 35px 10px 20px;
  text-align: left;
  line-height: 20px;
}

.sp-nav__btn .heroicon{
  width: 20px;
  height: 20px;
}

.bloc-header .link-area.move,
.bloc-header .page-link.move{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: right;
}

/* =======================================
	Top
======================================= */

/* お知らせ */

.home-news__list a{
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  display: block;
  transition: all .3s ease;
}

.home-news__list a:hover{
  background: #efefef;
  transition: all .3s ease;
}

.home-news__list a:last-child{
  margin-bottom: 0;
  border-bottom: none;
}

.home-news__list dl{
  align-items: center;
  padding-right: 40px;
}

.home-news__list dt{
  font-size: 1.2rem;
  width: 100px;
}

.home-news__list dd{
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .home-news__list dl{
    padding-right: 0;
  }

  .home-news__list dd{
    width: calc(100% - 130px);
  }
}

.home-news__list dt,
.home-news__list dd{
  line-height: 36px;
}

/* ご利用状況 */

.white-wrap {
  position: relative;
}

@media only screen and (max-width: 768px) {
  #bloc-use .white-wrap{
    padding-bottom: 90px;
  }
}

#bloc-use .white-wrap {
  padding: 50px 20px;
}

/*
.bloc-header .link-area{
  margin-right: -10px;
  margin-bottom: -20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 30px;
  right: 50%;
  transform: translateX(50%);
  width: auto;
}
*/

.bloc-header .link-area .page-link.detail{
  margin-right: 10px;
  margin-bottom: 20px;
  width: calc(100% - 10px);
}

@media only screen and (min-width: 850px) {
  #bloc-use .white-wrap {
    padding: 50px 80px;
  }

  /*
  .bloc-header .link-area{
    top: 50px;
    bottom: auto;
    right: 80px;
    transform: inherit;
  }
  */

  .bloc-header .link-area .page-link.detail{
    width: calc(50% - 10px);
  }
}

.monthly-use__list{
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}

.monthly-use__list:last-child{
  margin-bottom: 0;
  border-bottom: none;
}

.monthly-use__list .month{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  width: 100%;
}

.monthly-use__list .method{
  margin-bottom: 10px;
  font-size: 1.4rem;
  width: 100%;
}

.monthly-use__list .billing_status,
.monthly-use__list .price{
  margin-bottom: 10px;
  width: 100%;
}

.monthly-use__list .price p{
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  background: #eee;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: right;
  min-width: 195px;
}

.monthly-use__list .month .term,
.monthly-use__list .price .tax{
  color: #666666;
  font-size: 1.2rem;
}

.monthly-use__list .dl-btn{
  width: 100%;
  justify-content: end;
}

.monthly-use__list .dl-btn div:not(:last-child){
  margin-right: 10px;
}

.monthly-use__list .dl-btn a{
}

.monthly-use__list .dl-btn .icon{
  margin-left: 5px;
}

@media only screen and (min-width: 450px) {
  .monthly-use__list .method{
    width: 50%;
  }

  .monthly-use__list .price{
    width: 50%;
    min-width: 195px;
    text-align: right;
  }
}

@media only screen and (min-width: 850px) {
  .monthly-use__list .billing_status,
  .monthly-use__list .month,
  .monthly-use__list .method,
  .monthly-use__list .price{
    width: auto;
  }

  .monthly-use__list .dl-btn{
    margin-bottom: 0;
  }
}

.billing_status{
  height: 36px;
}

.billing-done,
.billing-notdone{
  font-size: 10px;
  border-radius: 5px;
  padding: 2px 5px;
  line-height: 1.2;
  display: inline-block;
}

.billing-done{
  color: #334390;
  border: 1px solid #334390;
}

.billing-notdone{
  color: #f33;
  border: 1px solid #f33;
}

/* =======================================
  contents-footer
======================================= */

.contents-footer .bloc-header{
  text-align: center;
  margin-bottom: 30px;
}

.contents-footer .bloc-header h3{
  font-size: 2.8rem;
  position: relative;
  font-weight: bold;
}

.setting-menu__list{
  margin: 0 -10px -20px;
}

.setting-menu__list .setting-menu{
  margin: 0 auto 20px;
  width: calc(100% - 20px);
  max-width: 330px;
}

.setting-menu__list .setting-menu a{
  box-shadow: 0 0 5px #eee;
  display: block;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.4rem;
  transition: all .3s ease;
}

.setting-menu__list .setting-menu a:hover{
  opacity: .6;
  transition: all .3s ease;
}

.setting-menu__list .setting-menu a img{
  margin-right: 10px;
  display: inline-block;
  width: 24px;
}

@media only screen and (min-width: 768px) {
  .setting-menu__list .setting-menu{
    margin: 0 10px 20px;
    width: calc(100% / 3 - 20px);
  }

  .setting-menu__list .setting-menu a{
    font-size: 1.2rem;
  }

  .setting-menu__list .setting-menu a img{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    display: block;
    width: auto;
  }
}

@media only screen and (min-width: 900px) {
  .setting-menu__list .setting-menu a{
    font-size: 1.6rem;
  }
}

.contents-footer__contact{
  padding: 30px 0;
  background: #29a7de;
}

.contents-footer__contact .page-link{
  text-align: center;
}

.contents-footer__contact a{
  margin: auto;
  position: relative;
  line-height: 1.4;
}

.contents-footer__contact a span{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.contents-footer__contact a:hover span{
  background-color: #ee9f0b;
  transition: all .3s ease;
}

/* =======================================
	Footer
======================================= */

#footer{
  background: #fff;
  text-align: center;
  height: 145px;
}

.footer-inner{
  padding: 30px 0;
}

.footer-logo{
  width: 250px;
  margin: 0 auto 10px;
}

#copyright{
  font-size: 12px;
  line-height: 1.4;
  color: #808080;
}

/* =======================================
	Login
======================================= */

#page-login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 100% ;
}

#page-login h1{
  width: 50vw;
  max-width: 450px;
  margin: auto;
}

#page-login h1 img{
  width: 292px;
  margin: auto;
}

#page-login h2{
  text-align: center;
  font-size: 2rem;
}

#page-login .white-wrap{
  padding: 30px 50px;
  margin: 20px 5vw 0;
  box-shadow: 0px 0px 3px #ccc;
  width: calc(100% - 10vw);
  max-width: 450px;
}

@media only screen and (min-width: 500px) {
  #page-login .white-wrap{
    margin: 20px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  #page-login .white-wrap{
    width: 50vw;
    max-width: 450px;
  }
}

.login-form label{
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.login-form .forgetmenot,
.login-form input{
  margin-bottom: 15px;
  font-size: 1.6rem;
}

.login-form .forgetmenot input{
  margin-bottom: 0;
}

.login-form .forgetmenot label{
  font-size: 1.4rem;
}

.login-form button{
  margin-bottom: 15px;
  padding: 15px 10px;
  width: 100%;
  background: #29a7de;
  font-size: 1.6rem;
}

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

.forgot-link a{
  font-size: 1.2rem;
  color: #29a7de;
}

/* =======================================
	pagetop
======================================= */

#pagetop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #334391;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
  transition: all .3s ease;
}

#pagetop:hover{
  opacity: .6;
  transition: all .3s ease;
}

#pagetop .heroicon{
  width: 20px;
  height: 20px;
}

#pagetop p{
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
}

/* =======================================
	manual
======================================= */

.manual-box:not(:first-child){
  margin-top: 30px;
}

.manual-box:not(:last-child){
  padding-bottom: 30px;
}

/* =======================================
	アコーディオン
======================================= */

/* デザイン変更 */

.accordion-box{
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 8px #c6c4c4;
}

.accordion-box .ac-title{
  padding: 20px;
  background: #29a0d7;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.accordion-box .open-area,
.accordion-box .close-area{
  padding: 20px;
}

.accordion-box .open-area > div,
.accordion-box .close-area > div{
  margin-bottom: 20px;
}

.accordion-box .close-area{
  display: none;
  overflow: hidden;
  transition: none;
}

#toggle{
  display: block;
  margin: 0 20px;
  border-top: 1px solid #e7e7e7;
  padding: 20px 0;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}

#toggle .icon{
  margin-left: 20px;
  background: #33438b;
}

.accordion-box #toggle .icon {
  transform: rotate(90deg);
}

.accordion-box #toggle.active .icon {
  transform: rotate(-90deg) !important;
}

.accordion-box h5{
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.accordion-box .card-list{
  justify-content: center;
  align-items: center;
}

.accordion-box .card-list img{
  display: inline-block;
  width: 80px;
  height: auto;
}

.accordion-box .list-area{
  background: #eee;
  border-radius: 20px;
  padding: 20px;
}

.accordion-box .list-area ul li {
  list-style: disc;
  margin-left: 1em;
}

.accordion-box .list-area ul li ul li{
  margin-left: 2em;
}

.accordion-box ul.normal-list li{
  list-style: disc;
  margin-left: 2em;
}

.term-box .list-area {
  margin: 1em;
}

.term-box .list-area ul li{
  list-style: disc;
  margin-left: 1em;
}

.term-box .list-area ul li a {
  text-decoration: underline;
}

.term-box ol.list-decimal li {
  list-style-type: decimal;
  list-style-position: inside;
}

#term-form button {
  text-align: center;
}

div.term-area {
  padding: 0.5em;
  border: 1px solid #999;
  width: 100%;
  height: 300px;
  overflow-y: scroll;
}

div.term-area h1, div.term-area h2 {
  font-weight: bold;
  margin-top: 0.5em;
}

div.term-area ul {
  margin-left: 1em;
}

div.term-area ul li{
  list-style: disc;
  margin-left: 1em;
}

div.term-area div.address {
  margin-left: 1em;
}

section.terms-attachment {
  margin-top: 3em;
}

section.terms-attachment h4 {
  margin-top: 1em;
}

section.terms-attachment table {
  width: 100%;
}

section.terms-attachment th {
  background: #ccc;
}

section.terms-attachment th.text-center,
section.terms-attachment td.text-center {
  text-align: center;
}

section.terms-attachment th.text-right,
section.terms-attachment td.text-right {
  text-align: right;
}

section.terms-attachment th,
section.terms-attachment td {
  font-size: 1.3rem;
  padding: 10px;
  border: 1px solid #999;
}

section.terms-body .table-layout div.th {
  margin-top: 0;
  margin-bottom: auto;
}

/************************************************
 ブラウザリセット
************************************************ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article {
  margin: 0;
  padding: 0;
  border: 0;
}

table,
caption,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse : collapse ;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
}

a img,
iframe {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

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

.hover\:bg-zinc-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.hover\:text-zinc-700:hover{
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.hover\:text-zinc-900:hover{
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.hover\:opacity-40:hover{
  opacity: 0.4;
}

.focus\:border-rose-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.focus\:border-zinc-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.focus\:ring-0: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(0px + 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);
}

.active\:text-white\/80:active{
  color: rgb(255 255 255 / 0.8);
}

.group:hover .group-hover\:bg-zinc-100{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:fill-zinc-600{
  fill: #52525b;
}

.phx-no-feedback.phx-no-feedback\:hidden{
  display: none;
}

.phx-no-feedback.phx-no-feedback\:border-zinc-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.phx-no-feedback.phx-no-feedback\:focus\:border-zinc-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.phx-no-feedback .phx-no-feedback\:hidden{
  display: none;
}

.phx-no-feedback .phx-no-feedback\:border-zinc-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.phx-no-feedback .phx-no-feedback\:focus\:border-zinc-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.phx-submit-loading.phx-submit-loading\:opacity-75{
  opacity: 0.75;
}

.phx-submit-loading .phx-submit-loading\:opacity-75{
  opacity: 0.75;
}

@media (min-width: 640px){
  .sm\:w-auto{
    width: auto;
  }

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

  .sm\:translate-y-0{
    --tw-translate-y: 0px;
    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));
  }

  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }

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

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

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

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:overflow-visible{
    overflow: visible;
  }

  .sm\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

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

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:leading-6{
    line-height: 1.5rem;
  }

  .sm\:leading-8{
    line-height: 2rem;
  }

  .group:hover .sm\:group-hover\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
  }
}

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

  .lg\:block{
    display: block;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1280px){
  .xl\:left-\[50rem\]{
    left: 50rem;
  }

  .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
