/*
! tailwindcss v3.2.4 | 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.
*/

html {
  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: Inter var, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; /* 4 */
  font-feature-settings: normal; /* 5 */
}

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

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

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

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

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

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

/*
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. 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-size: 1em; /* 2 */
}

/*
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-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;
}

/*
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 rgba(0,0,0,0);
}

[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: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}

[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 rgba(0,0,0,0);
}

[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: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  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-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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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-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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!relative {
  position: relative !important;
}
.sticky {
  position: sticky;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-24 {
  height: 6rem;
}
.w-full {
  width: 100%;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.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));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-8 {
  gap: 2rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded {
  border-radius: 0.25rem;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-white\/50 {
  border-color: rgba(255, 255, 255, 0.5);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.px-\[\.5em\] {
  padding-left: .5em;
  padding-right: .5em;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.text-center {
  text-align: center;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.text-black\/50 {
  color: rgba(0, 0, 0, 0.5);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(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 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
:root {
  --font-size: 14;
  --font-px: 14px;
  --font-em: 1.4em;
  --border-radius-md: 12px;
  --border-radius-lg: 20px;
  --border-radius-xl: 24px;
  --border-radius-2xl: 32px;
}
@media (max-width: 768px) {
  :root {
    --font-size: 12;
    --font-px: 12px;
    --font-em: 1.2em;
    --border-radius-md: 4px;
    --border-radius-lg: 8px;
    --border-radius-xl: 16px;
    --border-radius-2xl: 24px;
    }
}
* {
  box-sizing: border-box;
}
html {
  min-width: 320px;
  color: var(--black);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  line-height: 1.905;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: 'palt' 1;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  touch-action: manipulation;
}
body {
  font-size: var(--font-px);
  font-size: var(--font-em);
  min-width: 320px;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a[href^="tel"] {
  color:inherit;
  text-decoration:none;
}
:root {
  --header-height: 94.77px;
  --header-contents-gap: 0px;
  --link-anchor-gap: calc(var(--header-height) + var(--header-contents-gap));
}
@media (max-width: 960px) {
  :root {
    --headline-height: 46.47px;
    --link-anchor-gap: calc(var(--header-height) + var(--header-contents-gap) + var(--headline-height));
  }
}
@media (max-width: 768px) {
  :root {
    --headline-height: 42.66px;
    --header-height: 80px;
    --header-contents-gap: 0px;
  }
}
.text__link {
  text-decoration-line: underline;
}
.text__link:hover {
  text-decoration-line: none;
}
.text__comment {
    background-color: hsl(7, 61%, 93%);
    color: hsl(7, 61%, 53%);
    font-size: calc(var(--font-size) * 0.9285714286rem / 10)
  }
.text__comment {
  display: inline-block;
}
.text__comment {
  border-radius: 0.375rem;
}
.text__comment {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text__comment {
  padding-left: 1rem;
  padding-right: 1rem;
}
.text__comment.comment--blue {
      background-color: hsl(206, 39%, 90%);
      color: hsl(206, 39%, 41%);
    }
.text__comment.comment--green {
      background-color: hsl(177, 28%, 95%);
      color: hsl(177, 28%, 45%);
    }
.link-anchor {
  margin-top: calc(var(--link-anchor-gap) * -1);
  padding-top: var(--link-anchor-gap);
}
.is--XL, .is--XL-LG, .is--XL-Pc, .is--XL-MD, .is--XL-Tb, .is--XL-SM, .is--XL-Sp, .is--XL-XS {
  display: block;
}
.is--LG, .is--LG-Pc, .is--LG-MD, .is--LG-Tb, .is--LG-SM, .is--LG-Sp, .is--LG-XS, .is--Pc, .is--Pc-MD, .is--Pc-Tb, .is--Pc-SM, .is--Pc-Sp, .is--Pc-XS, .is--MD, .is--MD-Tb, .is--MD-SM, .is--MD-Sp, .is--MD-XS, .is--Tb, .is--Tb-SM, .is--Tb-Sp, .is--Tb-XS, .is--SM, .is--SM-Sp, .is--SM-XS, .is--Sp, .is--Sp-XS, .is--XS {
  display: none;
}
@media (max-width: 1400px) {
  .is--XL {
    display: none;
  }
  .is--LG, .is--LG-Pc, .is--LG-MD, .is--LG-Tb, .is--LG-SM, .is--LG-Sp, .is--LG-XS {
    display: block;
  }
}
@media (max-width: 1240px) {
  .is--XL-LG, .is--LG {
    display: none;
  }
  .is--Pc, .is--Pc-MD, .is--Pc-Tb, .is--Pc-SM, .is--Pc-Sp, .is--Pc-XS {
    display: block;
  }
}
@media (max-width: 960px) {
  .is--XL-Pc, .is--LG-Pc, .is--Pc {
    display: none;
  }
  .is--MD, .is--MD-Tb, .is--MD-SM, .is--MD-Sp, .is--MD-XS {
    display: block;
  }
}
@media (max-width: 768px) {
  .is--XL-MD, .is--LG-MD, .is--Pc-MD, .is--MD {
    display: none;
  }
  .is--Tb, .is--Tb-SM, .is--Tb-Sp, .is--Tb-XS {
    display: block;
  }
}
@media (max-width: 600px) {
  .is--XL-Tb, .is--LG-Tb, .is--Pc-Tb, .is--MD-Tb, .is--Tb {
    display: none;
  }
  .is--SM, .is--SM-Sp, .is--SM-XS {
    display: block;
  }
}
@media (max-width: 414px) {
  .is--XL-SM, .is--LG-SM, .is--Pc-SM, .is--MD-SM, .is--Tb-SM, .is--SM {
    display: none;
  }
  .is--Sp, .is--Sp-XS {
    display: block;
  }
}
@media (max-width: 374px) {
  .is--XL-Sp, .is--LG-Sp, .is--Pc-Sp, .is--MD-Sp, .is--Tb-Sp, .is--SM-Sp, .is--Sp, .is--Sp-XS {
    display: none;
  }
  .is--XS {
    display: block;
  }
}
.btn {
  padding: calc(9em / var(--font-size)) calc(24em / var(--font-size));
  gap: calc(8em / var(--font-size));
  transition: all 400ms cubic-bezier(0.190,  1.000, 0.220, 1.000);
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
}
.btn--blue {
    color: #ffffff;
    background-color: hsl(206, 39%, 41%);
  }
.btn--blue:hover { background-color: hsl(206, 39%, 61%); }
.btn--pink {
    color: #ffffff;
    background-color: hsl(7, 61%, 63%);
  }
.btn--pink:hover { background-color: hsl(7, 61%, 73%); }
.btn--yellow {
    color: #ffffff;
    background-color: hsl(50, 81%, 56%);
  }
.btn--yellow:hover { background-color: hsl(50, 81%, 66%); }
.btn--green {
    color: #ffffff;
    background-color: hsl(177, 28%, 45%);
  }
.btn--green:hover { background-color: hsl(177, 28%, 65%); }
.btn--ghost {
  position: relative;
}
.btn--ghost {
  background-color: transparent;
}
.btn--ghost {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn--ghost::before {
  position: absolute;
}
.btn--ghost::before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.btn--ghost::before {
  margin: auto;
}
.btn--ghost::before {
  box-sizing: border-box;
}
.btn--ghost::before {
  height: 100%;
}
.btn--ghost::before {
  width: 100%;
}
.btn--ghost::before {
  border-radius: 9999px;
}
.btn--ghost::before {
  border-width: 2px;
}
.btn--ghost::before {
  border-style: solid;
}
.btn--ghost::before {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.btn--ghost::before {
  transition-duration: 100ms;
}
.btn--ghost::before {
  --tw-content: '';
  content: var(--tw-content);
}
.btn--ghost:hover::before {
  border-width: 4px;
}
.btn--rounded {
    border-radius: 100vmax;
  }
.icon {
  width: 1em;
  height: 1em;
  background-size: 1em auto;
  background-position: center;
  margin-top: 1px;
  display: inline-block;
  background-repeat: no-repeat;
}
.icon--circle {
    background-color: hsl(0, 0%, 0%);
    border-radius: 100vmax;
    padding: .5em;
    box-sizing: content-box;
  }
.icon--circle.icon--bg-white { background-color: #ffffff; }
.icon--circle.icon--bg-blue { background-color: hsl(206, 39%, 41%); }
.icon--circle.icon--bg-pink { background-color: hsl(7, 61%, 63%); }
.icon--circle.icon--bg-yellow { background-color: hsl(50, 81%, 66%); }
.icon--circle.icon--bg-green { background-color: hsl(177, 28%, 45%); }
.icon__academic-cap {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(0, 0%25, 0%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.26 10.147a60.436 60.436 0 0 0-.491 6.347A48.627 48.627 0 0 1 12 20.904a48.627 48.627 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.57 50.57 0 0 0-2.658-.813A59.905 59.905 0 0 1 12 3.493a59.902 59.902 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.697 50.697 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5'/%3E%3C/svg%3E");
  }
.icon__academic-cap.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.26 10.147a60.436 60.436 0 0 0-.491 6.347A48.627 48.627 0 0 1 12 20.904a48.627 48.627 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.57 50.57 0 0 0-2.658-.813A59.905 59.905 0 0 1 12 3.493a59.902 59.902 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.697 50.697 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5'/%3E%3C/svg%3E"); }
.icon__book-open {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(0, 0%25, 0%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25'/%3E%3C/svg%3E");
  }
.icon__book-open.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25'/%3E%3C/svg%3E"); }
.icon__bookmark {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(0, 0%25, 0%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0z'/%3E%3C/svg%3E");
  }
.icon__bookmark.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0z'/%3E%3C/svg%3E"); }
.icon__chat-bubble-left-right {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(0, 0%25, 0%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155'/%3E%3C/svg%3E");
  }
.icon__chat-bubble-left-right.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155'/%3E%3C/svg%3E"); }
.icon__chevron-right {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(0, 0%25, 0%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E");
  }
.icon__chevron-right.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E"); }
.icon__chevron-right-bold {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='5' stroke='hsl(0, 0%25, 0%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E");
  }
.icon__chevron-right-bold.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='5' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E"); }
.icon__envelope {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(0, 0%25, 0%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75'/%3E%3C/svg%3E");
  }
.icon__envelope.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75'/%3E%3C/svg%3E"); }
.icon__eye {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(0, 0%25, 0%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3C/svg%3E");
  }
.icon__eye.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3C/svg%3E"); }
.icon__film {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(0, 0%25, 0%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h1.5C5.496 19.5 6 18.996 6 18.375m-3.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-1.5A1.125 1.125 0 0 1 18 18.375M20.625 4.5H3.375m17.25 0c.621 0 1.125.504 1.125 1.125M20.625 4.5h-1.5C18.504 4.5 18 5.004 18 5.625m3.75 0v1.5c0 .621-.504 1.125-1.125 1.125M3.375 4.5c-.621 0-1.125.504-1.125 1.125M3.375 4.5h1.5C5.496 4.5 6 5.004 6 5.625m-3.75 0v1.5c0 .621.504 1.125 1.125 1.125m0 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m1.5-3.75C5.496 8.25 6 7.746 6 7.125v-1.5M4.875 8.25C5.496 8.25 6 8.754 6 9.375v1.5m0-5.25v5.25m0-5.25C6 5.004 6.504 4.5 7.125 4.5h9.75c.621 0 1.125.504 1.125 1.125m1.125 2.625h1.5m-1.5 0A1.125 1.125 0 0 1 18 7.125v-1.5m1.125 2.625c-.621 0-1.125.504-1.125 1.125v1.5m2.625-2.625c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125M18 5.625v5.25M7.125 12h9.75m-9.75 0A1.125 1.125 0 0 1 6 10.875M7.125 12C6.504 12 6 12.504 6 13.125m0-2.25C6 11.496 5.496 12 4.875 12M18 10.875c0 .621-.504 1.125-1.125 1.125M18 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m-12 5.25v-5.25m0 5.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125m-12 0v-1.5c0-.621-.504-1.125-1.125-1.125M18 18.375v-5.25m0 5.25v-1.5c0-.621.504-1.125 1.125-1.125M18 13.125v1.5c0 .621.504 1.125 1.125 1.125M18 13.125c0-.621.504-1.125 1.125-1.125M6 13.125v1.5c0 .621-.504 1.125-1.125 1.125M6 13.125C6 12.504 5.496 12 4.875 12m-1.5 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M19.125 12h1.5m0 0c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h1.5m14.25 0h1.5'/%3E%3C/svg%3E");
  }
.icon__film.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h1.5C5.496 19.5 6 18.996 6 18.375m-3.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-1.5A1.125 1.125 0 0 1 18 18.375M20.625 4.5H3.375m17.25 0c.621 0 1.125.504 1.125 1.125M20.625 4.5h-1.5C18.504 4.5 18 5.004 18 5.625m3.75 0v1.5c0 .621-.504 1.125-1.125 1.125M3.375 4.5c-.621 0-1.125.504-1.125 1.125M3.375 4.5h1.5C5.496 4.5 6 5.004 6 5.625m-3.75 0v1.5c0 .621.504 1.125 1.125 1.125m0 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m1.5-3.75C5.496 8.25 6 7.746 6 7.125v-1.5M4.875 8.25C5.496 8.25 6 8.754 6 9.375v1.5m0-5.25v5.25m0-5.25C6 5.004 6.504 4.5 7.125 4.5h9.75c.621 0 1.125.504 1.125 1.125m1.125 2.625h1.5m-1.5 0A1.125 1.125 0 0 1 18 7.125v-1.5m1.125 2.625c-.621 0-1.125.504-1.125 1.125v1.5m2.625-2.625c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125M18 5.625v5.25M7.125 12h9.75m-9.75 0A1.125 1.125 0 0 1 6 10.875M7.125 12C6.504 12 6 12.504 6 13.125m0-2.25C6 11.496 5.496 12 4.875 12M18 10.875c0 .621-.504 1.125-1.125 1.125M18 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m-12 5.25v-5.25m0 5.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125m-12 0v-1.5c0-.621-.504-1.125-1.125-1.125M18 18.375v-5.25m0 5.25v-1.5c0-.621.504-1.125 1.125-1.125M18 13.125v1.5c0 .621.504 1.125 1.125 1.125M18 13.125c0-.621.504-1.125 1.125-1.125M6 13.125v1.5c0 .621-.504 1.125-1.125 1.125M6 13.125C6 12.504 5.496 12 4.875 12m-1.5 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M19.125 12h1.5m0 0c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h1.5m14.25 0h1.5'/%3E%3C/svg%3E"); }
.icon__information-circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(0, 0%25, 0%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0zm-9-3.75h.008v.008H12V8.25z'/%3E%3C/svg%3E");
  }
.icon__information-circle.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0zm-9-3.75h.008v.008H12V8.25z'/%3E%3C/svg%3E"); }
.icon__information-circle.icon--pink { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(7, 61%25, 53%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0zm-9-3.75h.008v.008H12V8.25z'/%3E%3C/svg%3E"); }
.icon__play {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='hsl(0, 0%25, 0%25)' class='w-6 h-6' stroke='hsl(0, 0%25, 0%25)'%3E%3Cpath fill-rule='evenodd' d='M4.5 5.653c0-1.426 1.529-2.33 2.779-1.643l11.54 6.348c1.295.712 1.295 2.573 0 3.285L7.28 19.991c-1.25.687-2.779-.217-2.779-1.643V5.653z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
.icon__play.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff' class='w-6 h-6' stroke='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M4.5 5.653c0-1.426 1.529-2.33 2.779-1.643l11.54 6.348c1.295.712 1.295 2.573 0 3.285L7.28 19.991c-1.25.687-2.779-.217-2.779-1.643V5.653z' clip-rule='evenodd'/%3E%3C/svg%3E"); }
.icon__play-circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(0, 0%25, 0%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.91 11.672a.375.375 0 0 1 0 .656l-5.603 3.113a.375.375 0 0 1-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112z'/%3E%3C/svg%3E");
  }
.icon__play-circle.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.91 11.672a.375.375 0 0 1 0 .656l-5.603 3.113a.375.375 0 0 1-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112z'/%3E%3C/svg%3E"); }
.icon__rocket-launch {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(0, 0%25, 0%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.59 14.37a6 6 0 0 1-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 0 0 6.16-12.12A14.98 14.98 0 0 0 9.631 8.41m5.96 5.96a14.926 14.926 0 0 1-5.841 2.58m-.119-8.54a6 6 0 0 0-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 0 0-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 0 1-2.448-2.448 14.9 14.9 0 0 1 .06-.312m-2.24 2.39a4.493 4.493 0 0 0-1.757 4.306 4.493 4.493 0 0 0 4.306-1.758M16.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z'/%3E%3C/svg%3E");
  }
.icon__rocket-launch.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.59 14.37a6 6 0 0 1-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 0 0 6.16-12.12A14.98 14.98 0 0 0 9.631 8.41m5.96 5.96a14.926 14.926 0 0 1-5.841 2.58m-.119-8.54a6 6 0 0 0-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 0 0-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 0 1-2.448-2.448 14.9 14.9 0 0 1 .06-.312m-2.24 2.39a4.493 4.493 0 0 0-1.757 4.306 4.493 4.493 0 0 0 4.306-1.758M16.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z'/%3E%3C/svg%3E"); }
.icon__scissors {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(0, 0%25, 0%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m7.848 8.25 1.536.887M7.848 8.25a3 3 0 1 1-5.196-3 3 3 0 0 1 5.196 3zm1.536.887a2.165 2.165 0 0 1 1.083 1.839c.005.351.054.695.14 1.024M9.384 9.137l2.077 1.199M7.848 15.75l1.536-.887m-1.536.887a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3zm1.536-.887a2.165 2.165 0 0 0 1.083-1.838c.005-.352.054-.695.14-1.025m-1.223 2.863 2.077-1.199m0-3.328a4.323 4.323 0 0 1 2.068-1.379l5.325-1.628a4.5 4.5 0 0 1 2.48-.044l.803.215-7.794 4.5m-2.882-1.664A4.331 4.331 0 0 0 10.607 12m3.736 0 7.794 4.5-.802.215a4.5 4.5 0 0 1-2.48-.043l-5.326-1.629a4.324 4.324 0 0 1-2.068-1.379M14.343 12l-2.882 1.664'/%3E%3C/svg%3E");
  }
.icon__scissors.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m7.848 8.25 1.536.887M7.848 8.25a3 3 0 1 1-5.196-3 3 3 0 0 1 5.196 3zm1.536.887a2.165 2.165 0 0 1 1.083 1.839c.005.351.054.695.14 1.024M9.384 9.137l2.077 1.199M7.848 15.75l1.536-.887m-1.536.887a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3zm1.536-.887a2.165 2.165 0 0 0 1.083-1.838c.005-.352.054-.695.14-1.025m-1.223 2.863 2.077-1.199m0-3.328a4.323 4.323 0 0 1 2.068-1.379l5.325-1.628a4.5 4.5 0 0 1 2.48-.044l.803.215-7.794 4.5m-2.882-1.664A4.331 4.331 0 0 0 10.607 12m3.736 0 7.794 4.5-.802.215a4.5 4.5 0 0 1-2.48-.043l-5.326-1.629a4.324 4.324 0 0 1-2.068-1.379M14.343 12l-2.882 1.664'/%3E%3C/svg%3E"); }
.icon__document-text {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(0, 0%25, 0%25)' aria-hidden='true'%3E %3Cpath 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.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z'/%3E %3C/svg%3E");
  }
.icon__document-text.icon--white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' aria-hidden='true'%3E %3Cpath 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.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z'/%3E %3C/svg%3E"); }
.card {
  border-radius: 8px;
  padding: 31px 19px 40px;
  background-color: rgba(255, 255, 255, .95);
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.card.card-center .card__head {
  justify-content: center;
}
.card.card-center .card__body {
  text-align: center;
}
.card__head {
    font-size: calc(18em / var(--font-size))
  }
.card__head {
  display: flex;
}
.card__head {
  gap: 16px;
}
.card__head + .card__body {
      margin-top: 16px;
    }
.card__head.color-pink {
      color: hsl(7, 61%, 63%);
    }
.card__text {
  }
[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: calc(14em / var(--font-size));
  padding: 1em 1.5em;
  line-height: 1.5em;
}
[type='checkbox'],
[type='radio'] {
  width: 1em;
  height: 1em;
}
button,
input,
optgroup,
select,
textarea {
  font-size: calc(14em / var(--font-size));
}
select {
  padding-right: 2.5em;
}
@media (max-width: 768px) {
  [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: calc(16em / var(--font-size));
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-size: calc(16em / var(--font-size));
  }
}
.form {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}
.form-input {
  display: block;
}
.form-input {
  width: 100%;
}
.form-input {
  border-radius: 0.375rem;
}
.form-input {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.form-input {
  --tw-shadow: 0 1px 2px 0 rgba(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 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.form-input:focus {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.form-input: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(3px + 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 rgba(0,0,0,0));
}
.form-input:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.form-input:focus {
  --tw-ring-opacity: 0.5;
}
.form-select {
  display: block;
}
.form-select {
  width: 100%;
}
.form-select {
  border-radius: 0.375rem;
}
.form-select {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.form-select {
  --tw-shadow: 0 1px 2px 0 rgba(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 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.form-select:focus {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.form-select: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(3px + 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 rgba(0,0,0,0));
}
.form-select:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.form-select:focus {
  --tw-ring-opacity: 0.5;
}
.form-textarea {
  display: block;
}
.form-textarea {
  width: 100%;
}
.form-textarea {
  border-radius: 0.375rem;
}
.form-textarea {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.form-textarea {
  --tw-shadow: 0 1px 2px 0 rgba(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 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.form-textarea: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(3px + 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 rgba(0,0,0,0));
}
.form-textarea:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.form-textarea:focus {
  --tw-ring-opacity: 0.5;
}
.form-checkbox {
  border-radius: 0.25rem;
}
.form-checkbox {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.form-checkbox {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.form-checkbox {
  --tw-shadow: 0 1px 2px 0 rgba(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 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.form-checkbox:focus {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.form-checkbox: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(3px + 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 rgba(0,0,0,0));
}
.form-checkbox:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.form-checkbox:focus {
  --tw-ring-opacity: 0.5;
}
.form-checkbox:focus {
  --tw-ring-offset-width: 0px;
}
.form__grid {
  display: grid;
}
.form__grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.form__grid {
  gap: 32px;
}
.form__block + .form__block {
  margin-top: 20px;
}
.form__block + .form__block-hr {
  margin-top: 40px;
}
.form__block-hr {
  margin-top: 40px;
}
.form__block-hr {
  padding-top: 20px;
}
.form__block-title {
    font-size: calc(12em / var(--font-size));
    color: hsl(0, 0%, 30%);
  }
.form__block-title {
  margin-bottom: 0px;
}
.form__block-column {
  display: flex;
}
.form__block-column {
  align-items: center;
}
.form__block-column {
  gap: 24px;
}
.form__block-item {
    width: calc((100% - 24px * 1) / 2);
  }
.form__block-grid {
  display: flex;
}
.form__block-grid {
  align-items: center;
}
.form__block-grid {
  gap: 4px;
}
@media (max-width: 768px) {
    .form__block-column {
    display: flex;
  }
    .form__block-column {
    flex-direction: column;
  }
    .form__block-column {
    gap: 20px;
  }
    .form__block-item {
    width: 100%;
  }
}
.header {
  padding-top: 15px;
  padding-bottom: 15px;
  position: sticky;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
}
.header__container {
  margin-left: auto;
  margin-right: auto;
}
.header__container {
  display: flex;
}
.header__container {
  max-width: 1400px;
}
.header__container {
  align-items: center;
}
.header__container {
  justify-content: space-between;
}
.header__container {
  gap: 32px;
}
.header__container {
  padding-left: 16px;
  padding-right: 16px;
}
.header__logo {
  position: relative;
}
.header__logo {
  z-index: 50;
}
.header__logo {
  width: 187px;
}
.header__logo {
  text-align: center;
}
.header__logo-text {
    font-size: calc(13em / 14);
  }
.header__logo-text {
  display: block;
}
.header__logo-text {
  font-weight: 700;
}
.header__navigation-list {
  display: flex;
}
.header__navigation-list {
  gap: 24px;
}
.header__navigation-item a:not(.btn) {
      transition: all 400ms cubic-bezier(0.190,  1.000, 0.220, 1.000)
    }
.header__navigation-item a:not(.btn) {
  display: flex;
}
.header__navigation-item a:not(.btn) {
  height: 100%;
}
.header__navigation-item a:not(.btn) {
  align-items: center;
}
.header__navigation-item a:not(.btn) {
  font-weight: 700;
}
.header__navigation-item a:not(.btn):hover {
        color: hsl(177, 28%, 45%);
      }
.header__navigation-item[\:has\(.btn\)] + .header__navigation-item[\:has\(.btn\)] {
  margin-left: -1.5rem;
}
.header__navigation-item:has(.btn) + .header__navigation-item:has(.btn) {
  margin-left: -1.5rem;
}
@media (max-width: 1260px) {
    .header__navigation-list {
    gap: 18px;
  }
    .header__navigation-item {
      font-size: calc(13em / var(--font-size));
    }
      .header__navigation-item a:not(.btn) {
    text-align: center;
  }
      .header__navigation-item a:not(.btn) {
    line-height: 1.5;
  }
      .header__navigation-item .small {
        display: block;
        font-size: calc(13em / var(--font-size));
      }
        .header__navigation-item[\:has\(.btn\)] + .header__navigation-item[\:has\(.btn\)] {
    margin-left: -8px;
  }
        .header__navigation-item:has(.btn) + .header__navigation-item:has(.btn) {
    margin-left: -8px;
  }
}
@media (max-width: 960px) {
  .header {
    top: 46.47px;
  }
    .header__navigation-icon {
    position: relative;
  }
    .header__navigation-icon {
    z-index: 50;
  }
    .header__navigation-icon-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50px;
      height: 50px;
    }
      .header__navigation-icon-wrap div {
        width: 20px;
        height: 3px;
        background-color: hsl(0, 0%, 0%);
        border-radius: 100vmax;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        transition: all 1000ms cubic-bezier(0.190,  1.000, 0.220, 1.000);
      }
        .header__navigation-icon-wrap div:nth-child(1) {
          transform: translateY(-8px);
        }
        .header__navigation-icon-wrap div:nth-child(3) {
          transform: translateY(8px);
        }
    .header__sp-navigation-inner {
    position: fixed;
  }
    .header__sp-navigation-inner {
    top: 0px;
  }
    .header__sp-navigation-inner {
    left: 0px;
  }
    .header__sp-navigation-inner {
    z-index: 40;
  }
    .header__sp-navigation-inner {
    height: 100%;
  }
    .header__sp-navigation-inner {
    width: 100%;
  }
      .header__sp-navigation-inner::before {
        content: "";
        transform: translateX(100%);
        background-color: hsl(177, 28%, 75%);
        opacity: .95;
        transition: all 1000ms cubic-bezier(0.190,  1.000, 0.220, 1.000) 100ms;
      }
      .header__sp-navigation-inner::before {
    position: absolute;
  }
      .header__sp-navigation-inner::before {
    top: 0px;
  }
      .header__sp-navigation-inner::before {
    left: 0px;
  }
      .header__sp-navigation-inner::before {
    z-index: -1;
  }
      .header__sp-navigation-inner::before {
    height: 100%;
  }
      .header__sp-navigation-inner::before {
    width: 100%;
  }
    .header__sp-navigation-body {
      transform: translateX(100%);
      transition: all 1000ms cubic-bezier(0.190,  1.000, 0.220, 1.000);
    }
    .header__sp-navigation-body {
    position: absolute;
  }
    .header__sp-navigation-body {
    top: 0px;
  }
    .header__sp-navigation-body {
    left: 0px;
  }
    .header__sp-navigation-body {
    right: 0px;
  }
    .header__sp-navigation-body {
    height: 100%;
  }
    .header__sp-navigation-body {
    width: 100%;
  }
    .header__sp-navigation-body {
    padding-left: 32px;
    padding-right: 32px;
  }
    .header__sp-navigation-block {
    margin-left: auto;
    margin-right: auto;
  }
    .header__sp-navigation-block {
    width: -moz-fit-content;
    width: fit-content;
  }
    .header__sp-navigation-block {
    max-width: 600px;
  }
    .header__sp-navigation-block {
    padding-top: 200px;
  }
      .header__sp-navigation-item a {
        font-size: calc(14em / var(--font-size))
      }
      .header__sp-navigation-item a {
    display: flex;
  }
      .header__sp-navigation-item a {
    align-items: center;
  }
      .header__sp-navigation-item a {
    gap: 16px;
  }
      .header__sp-navigation-item a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
        .header__sp-navigation-item a::before {
          content: "";
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='hsl(0, 0%25, 0%25)' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E");
        }
        .header__sp-navigation-item a::before {
    display: block;
  }
        .header__sp-navigation-item a::before {
    height: 1em;
  }
        .header__sp-navigation-item a::before {
    width: 1em;
  }
      .is--open .header__sp-navigation-body {
        transform: translateX(0%);
        transition: all 1000ms cubic-bezier(0.190,  1.000, 0.220, 1.000) 100ms;
      }
        .is--open .header__sp-navigation-inner::before {
          transform: translateX(0%);
          transition: all 1000ms cubic-bezier(0.190,  1.000, 0.220, 1.000);
        }
        .is--open .header__navigation-icon-wrap::before {
          opacity: 0;
        }
            .is--open .header__navigation-icon-wrap:hover .header__navigation-icon-lines div:nth-child(1) {
              transform: rotate(20deg);
            }
            .is--open .header__navigation-icon-wrap:hover .header__navigation-icon-lines div:nth-child(3) {
              transform: rotate(-20deg);
            }
          .is--open .header__navigation-icon-wrap div:nth-child(1) {
            transform: rotate(45deg);
          }
          .is--open .header__navigation-icon-wrap div:nth-child(2) {
            opacity: 0;
          }
          .is--open .header__navigation-icon-wrap div:nth-child(3) {
            transform: rotate(-45deg);
          }
}
@media (max-width: 768px) {
  .header {
    top: 42.66px;
  }
    .header__logo {
      width: 120px;
    }
    .header__logo-text {
      font-size: calc(10em / var(--font-size));
    }
    .header__sp-navigation-block {
    padding-top: 140px;
  }
}
.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.hero {
  padding-top: 9px;
  padding-left: 32px;
  padding-right: 32px;
}
.hero__container {
    max-width: 1400px;
  }
.hero__container {
  position: relative;
}
.hero__container {
  margin-left: auto;
  margin-right: auto;
}
.hero__body {
  position: absolute;
}
.hero__body {
  left: 0px;
}
.hero__body {
  right: 0px;
}
.hero__body {
  z-index: 10;
}
.hero__body {
  margin-left: auto;
  margin-right: auto;
}
.hero__body {
  display: flex;
}
.hero__body {
  height: 100%;
}
.hero__body {
  width: 100%;
}
.hero__body {
  align-items: center;
}
.hero__body {
  padding-left: 106px;
  padding-right: 106px;
}
.hero__detail {
  }
.hero__title-logo {
    width: 245px;
  }
.hero__title-logo {
  display: block;
}
.hero__title-text {
    font-size: calc(48em / var(--font-size));
    margin-top: -5px;
  }
.hero__title-text {
  display: block;
}
.hero__title-text {
  font-weight: 900;
}
.hero__text {
    margin-top: 16px;
    font-size: calc(18em / var(--font-size));
    line-height: 1.7144444444;
  }
.hero__img {
    border-radius: var(--border-radius-lg);
    height: 605px
  }
.hero__img {
  overflow: hidden;
}
.hero__img img {
  height: 100%;
}
.hero__img img {
  width: 100%;
}
.hero__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
    .hero__body {
    padding-left: 56px;
    padding-right: 56px;
  }
    .hero__img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
  }
    .hero__container {
    display: flex;
  }
    .hero__container {
    flex-direction: column-reverse;
  }
    .hero__container {
    gap: 32px;
  }
    .hero__body {
    position: static;
  }
    .hero__body {
    padding-left: 24px;
    padding-right: 24px;
  }
    .hero__title-logo {
      width: 100px;
    }
    .hero__title-text {
      font-size: calc(20em / var(--font-size));
    }
    .hero__text {
      font-size: calc(14em / var(--font-size));
    }
    .hero__img {
    position: static;
  }
}
.hero-lower {
  padding-top: 9px;
  padding-left: 32px;
  padding-right: 32px;
}
.hero-lower__container {
    max-width: 1400px;
  }
.hero-lower__container {
  position: relative;
}
.hero-lower__container {
  margin-left: auto;
  margin-right: auto;
}
.hero-lower__body {
  position: absolute;
}
.hero-lower__body {
  left: 0px;
}
.hero-lower__body {
  right: 0px;
}
.hero-lower__body {
  z-index: 10;
}
.hero-lower__body {
  margin-left: auto;
  margin-right: auto;
}
.hero-lower__body {
  display: flex;
}
.hero-lower__body {
  height: 100%;
}
.hero-lower__body {
  width: 100%;
}
.hero-lower__body {
  align-items: center;
}
.hero-lower__body {
  padding-left: 106px;
  padding-right: 106px;
}
.hero-lower__detail {
  }
.hero-lower__title {
    font-size: calc(32em / var(--font-size));
    margin-top: -5px;
    background-color: #ffffff;
  }
.hero-lower__title {
  display: block;
}
.hero-lower__title {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.hero-lower__title {
  font-weight: 900;
}
.hero-lower__img {
    border-radius: var(--border-radius-lg);
    height: 300px
  }
.hero-lower__img {
  overflow: hidden;
}
.hero-lower__img img {
  height: 100%;
}
.hero-lower__img img {
  width: 100%;
}
.hero-lower__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
    .hero-lower__body {
    padding-left: 56px;
    padding-right: 56px;
  }
    .hero-lower__img {
      height: 240px;
    }
}
@media (max-width: 768px) {
  .hero-lower {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
  }
    .hero-lower__container {
    display: flex;
  }
    .hero-lower__container {
    flex-direction: column-reverse;
  }
    .hero-lower__container {
    gap: 32px;
  }
    .hero-lower__body {
    padding-left: 24px;
    padding-right: 24px;
  }
    .hero-lower__title {
      font-size: calc(20em / var(--font-size));
    }
    .hero-lower__img {
      height: 140px;
    }
}
.section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section__lower + .section__lower {
  padding-top: 0px;
}
.section__container {
  margin-left: auto;
  margin-right: auto;
}
.section__container {
  width: -moz-fit-content;
  width: fit-content;
}
.section__container {
  max-width: 1400px;
}
.section__container {
  padding-left: 16px;
  padding-right: 16px;
}
.section__container--md {
  width: 100%;
}
.section__container--md {
  max-width: 900px;
}
.section__scroll-text {
    opacity: .1;
    font-size: calc(300em / var(--font-size));
    font-family: 'Raleway', sans-serif;
    transition: transform 1000ms cubic-bezier(0.190,  1.000, 0.220, 1.000);
  }
.section__scroll-text {
  position: absolute;
}
.section__scroll-text {
  left: 0px;
}
.section__scroll-text {
  top: 0px;
}
.section__scroll-text {
  z-index: -1;
}
.section__scroll-text {
  white-space: nowrap;
}
.section__scroll-text {
  font-weight: 800;
}
.section__scroll-text {
  line-height: 1;
}
.section__head .section__text {
      margin-top: 9px;
      font-size: calc(18em / var(--font-size));
      padding-left: calc(17em / 18);
    }
.section__head + .section__body {
      margin-top: 40px;
    }
.section__title {
    padding-top: calc(9em / 40);
    padding-left: calc(17em / 40);
    letter-spacing: 0.06em;
    line-height: 1.4;
    padding-bottom: calc(10em / 40);
    font-size: calc(40em / var(--font-size))
  }
.section__title {
  position: relative;
}
.section__title {
  width: -moz-fit-content;
  width: fit-content;
}
.section__title {
  font-weight: 800;
}
.section__title.title--blue::before,
      .section__title.title--blue .section__title-icon,
      .section__title.title--blue .section__title-icon::before,
      .section__title.title--blue .section__title-icon::after,
      .section__title.title--blue .section__title-body::before,
      .section__title.title--blue .section__title-body::after {background-color: hsl(206, 39%, 41%);}
.section__title.title--pink::before,
      .section__title.title--pink .section__title-icon,
      .section__title.title--pink .section__title-icon::before,
      .section__title.title--pink .section__title-icon::after,
      .section__title.title--pink .section__title-body::before,
      .section__title.title--pink .section__title-body::after {background-color: hsl(7, 61%, 63%);}
.section__title.title--yellow::before,
      .section__title.title--yellow .section__title-icon,
      .section__title.title--yellow .section__title-icon::before,
      .section__title.title--yellow .section__title-icon::after,
      .section__title.title--yellow .section__title-body::before,
      .section__title.title--yellow .section__title-body::after {background-color: hsl(50, 81%, 66%);}
.section__title.title--green::before,
      .section__title.title--green .section__title-icon,
      .section__title.title--green .section__title-icon::before,
      .section__title.title--green .section__title-icon::after,
      .section__title.title--green .section__title-body::before,
      .section__title.title--green .section__title-body::after {background-color: hsl(177, 28%, 45%);}
.section__title::before {
      content: "";
      width: calc(100% - (45em / 40));
      width: calc(100% - calc(45em / 40));
      height: calc(5em / 40);
      background-color: hsl(206, 39%, 41%);
      border-radius: 100vmax;
      bottom: 0;
      left: calc(17em / 40);
    }
.section__title::before {
  position: absolute;
}
.section__title-icon {
    width: calc(10em / 40);
    height: calc(4em / 40);
    background-color: hsl(206, 39%, 41%);
    border-radius: 100vmax;
    top: calc(7em / 40);
    left: calc(4em / 40);
    transform: rotate(45deg)
  }
.section__title-icon {
  position: absolute;
}
.section__title-icon::before,
    .section__title-icon::after {
      content: "";
      width: calc(10em / 40);
      height: calc(4em / 40);
      background-color: hsl(206, 39%, 41%);
      border-radius: 100vmax;
      transform-origin: right center;
    }
.section__title-icon::before,
    .section__title-icon::after {
  position: absolute;
}
.section__title-icon::before {
      transform: rotate(-30deg);
      top: calc(6em / 40);
      right: calc(-3em / 40);
    }
.section__title-icon::after {
      transform: rotate(30deg);
      top: calc(-6em / 40);
      right: calc(-3em / 40);
    }
.section__title-body::before,
    .section__title-body::after {
      content: "";
      width: calc(10em / 40);
      height: calc(5em / 40);
      background-color: hsl(206, 39%, 41%);
      border-radius: 100vmax;
      bottom: 0;
    }
.section__title-body::before,
    .section__title-body::after {
  position: absolute;
}
.section__title-body::before {
      right: calc(14em / 40);
    }
.section__title-body::after {
      right: 0;
    }
.section__block > * + * {
      margin-top: 4em;
    }
@media (max-width: 960px) {
    .section__scroll-text {
      font-size: calc(185em / var(--font-size));
    }
      .section__head .section__text {
        font-size: calc(15em / var(--font-size));
        padding-left: calc(17em / 20);
      }
      .section__head + .section__body {
        margin-top: 20px;
      }
    .section__title {
      font-size: calc(30em / var(--font-size));
    }
}
@media (max-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
    .section__scroll-text {
      font-size: calc(70em / var(--font-size));
    }
      .section__head .section__text {
        font-size: calc(12em / var(--font-size));
        padding-left: calc(17em / 20);
      }
      .section__head + .section__body {
        margin-top: 20px;
      }
    .section__title {
      font-size: calc(20em / var(--font-size));
    }
}
.carousel {
  padding-top: 106px;
  padding-bottom: 106px;
}
.carousel__list {
  display: flex;
}
.carousel__list {
  gap: 36px;
}
.carousel__item {
    width: 300px;
    border-radius: var(--border-radius-lg);
  }
.carousel__item {
  overflow: hidden;
}
.carousel__item {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.carousel .splide__track {
  padding-bottom: 2rem;
}
.carousel .splide__arrows {
  display: none;
}
.carousel .splide__pagination {
  display: none;
}
@media (max-width: 960px) {
  .carousel {
    padding-top: 69px;
    padding-bottom: 69px;
  }
    .carousel__item {
      width: 220px;
    }
}
@media (max-width: 768px) {
  .carousel {
    padding-top: 32px;
    padding-bottom: 32px;
  }
    .carousel__list {
    gap: 16px;
  }
    .carousel__item {
      width: 140px;
    }
}
.cando {
  padding: 154px 90px 100px;
  position: relative;
  overflow: hidden;
}
.cando .section__scroll-text {
    color: hsl(177, 28%, 55%);
  }
.cando__container {
  position: relative;
}
.cando__container {
  padding-left: 56px;
  padding-right: 56px;
}
.cando::before {
    content: "";
    background-color: hsl(177, 28%, 95%);
    width: calc(100% - 90px);
    border-radius: var(--border-radius-lg) 0 0 var(--border-radius-lg);
  }
.cando::before {
  position: absolute;
}
.cando::before {
  top: 0px;
}
.cando::before {
  right: 0px;
}
.cando::before {
  z-index: -10;
}
.cando::before {
  height: 100%;
}
.cando::before {
  min-width: 1300px;
}
.cando__container {
    max-width: 1300px;
  }
.cando__container {
  margin-left: auto;
  margin-right: auto;
}
.cando__container {
  width: 100%;
}
.cando__body {
  display: flex;
}
.cando__body {
  align-items: center;
}
.cando__body {
  justify-content: flex-start;
}
.cando__list {
    max-width: 652px;
    gap: 24px 16px;
  }
.cando__list {
  display: flex;
}
.cando__list {
  flex-wrap: wrap;
}
.cando__item {
    width: calc((100% - 16px) / 2);
  }
.cando__item-icon {
    font-size: calc(22em / var(--font-size));
  }
.cando__item-title {
    font-size: calc(18em / var(--font-size));
    color: hsl(177, 28%, 45%);
  }
.cando__item-title {
  font-weight: 700;
}
.cando__item-text {
    margin-top: 8px;
  }
.cando__image {
  position: absolute;
}
.cando__image {
  right: 0px;
}
.cando__image {
  bottom: 0px;
}
.cando__image {
  z-index: -1;
}
.cando__image {
  margin-right: -200px;
}
.cando__image {
  width: 1000px;
}
@media (max-width: 960px) {
  .cando {
    padding-left: 61px;
    padding-right: 61px;
  }
}
@media (max-width: 768px) {
  .cando {
    padding: 40px 32px 40px;
  }
    .cando::before {
    left: 32px;
  }
    .cando__container {
    padding-left: 32px;
  }
    .cando__container {
    padding-right: 0px;
  }
    .cando__item-head {
    display: flex;
  }
    .cando__item-head {
    align-items: center;
  }
    .cando__item-head {
    gap: 16px;
  }
    .cando__item-icon {
      font-size: calc(16em / var(--font-size));
    }
    .cando__item-title {
      font-size: calc(16em / var(--font-size))
    }
    .cando__image {
    margin-right: -260px;
  }
    .cando__image {
    width: 500px;
  }
    .cando__image {
    opacity: 0.3;
  }
}
@media (max-width: 600px) {
  .cando {
    padding-left: 16px;
  }
    .cando::before {
    left: 16px;
  }
    .cando__item {
    width: 100%;
  }
}
.screen__container {
    max-width: calc(1072px + 16px + 16px);
  }
.screen__image {
  position: relative;
}
.screen__image-balloon {
    padding-top: calc(12em / 18);
    padding-left: calc(16em / 18);
    letter-spacing: 0.06em;
    line-height: 1.4;
    font-size: calc(18em / var(--font-size));
    bottom: calc(52% - 44px);
    right: calc(50% - 165px);
  }
.screen__image-balloon {
  position: absolute;
}
.screen__image-balloon {
  width: -moz-fit-content;
  width: fit-content;
}
.screen__image-balloon {
  font-weight: 700;
}
.screen__image-balloon-icon {
    width: calc(20em / 40);
    height: calc(8em / 40);
    background-color: hsl(50, 81%, 56%);
    border-radius: 100vmax;
    top: calc(14em / 40);
    left: calc(8em / 40);
    transform: rotate(45deg)
  }
.screen__image-balloon-icon {
  position: absolute;
}
.screen__image-balloon-icon::before,
    .screen__image-balloon-icon::after {
      content: "";
      width: calc(20em / 40);
      height: calc(8em / 40);
      background-color: hsl(50, 81%, 56%);
      border-radius: 100vmax;
      transform-origin: right center;
    }
.screen__image-balloon-icon::before,
    .screen__image-balloon-icon::after {
  position: absolute;
}
.screen__image-balloon-icon::before {
      transform: rotate(-30deg);
      top: calc(12em / 40);
      right: calc(-6em / 40);
    }
.screen__image-balloon-icon::after {
      transform: rotate(30deg);
      top: calc(-12em / 40);
      right: calc(-6em / 40);
    }
.screen__image-balloon-body {
    background-color: hsl(50, 81%, 56%);
    border-radius: var(--border-radius-lg);
    padding: calc(20em / var(--font-size)) calc(30em / var(--font-size))
  }
.screen__image-balloon-body {
  display: block;
}
.screen__image-balloon-body::before {
      content: "";
      border-top: 6px solid hsl(50, 81%, 56%);
      border-right: 6px solid hsl(50, 81%, 56%);
      border-bottom: 6px solid transparent;
      border-left: 6px solid transparent;
      right: 30px;
    }
.screen__image-balloon-body::before {
  position: absolute;
}
.screen__image-balloon-body::before {
  top: 100%;
}
.screen__image-balloon-body::before {
  height: 0px;
}
.screen__image-balloon-body::before {
  width: 0px;
}
.screen__image-body {
    border-radius: var(--border-radius-lg);
  }
.screen__image-body {
  overflow: hidden;
}
.screen__image-body {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
@media (max-width: 960px) {
    .screen__image-balloon {
      font-size: calc(15em / var(--font-size));
      bottom: calc(52% - 31px);
      right: calc(50% - 139px);
    }
    .screen__image-balloon-body {
      padding: calc(15em / var(--font-size)) calc(22em / var(--font-size));
    }
}
@media (max-width: 768px) {
    .screen__image-balloon {
      font-size: calc(12em / var(--font-size));
      bottom: calc(52% - 22px);
      right: calc(50% - 99px);
    }
    .screen__image-balloon-body {
      padding: calc(10em / var(--font-size)) calc(15em / var(--font-size));
    }
}
@media (max-width: 600px) {
    .screen__image-balloon {
      bottom: calc(60% - 22px);
      right: calc(50% - 99px);
    }
}
.choicecourse {
  padding: 154px 90px 100px;
  position: relative;
  overflow: hidden;
}
.choicecourse::before {
    content: "";
    background-color: hsl(50, 81%, 96%);
    width: calc(100% - 90px - 90px);
    border-radius: var(--border-radius-lg);
  }
.choicecourse::before {
  position: absolute;
}
.choicecourse::before {
  top: 0px;
}
.choicecourse::before {
  left: 0px;
}
.choicecourse::before {
  right: 0px;
}
.choicecourse::before {
  z-index: -10;
}
.choicecourse::before {
  margin-left: auto;
  margin-right: auto;
}
.choicecourse::before {
  height: 100%;
}
.choicecourse::before {
  min-width: 1300px;
}
.choicecourse__container {
    max-width: 1300px;
  }
.choicecourse__container {
  margin-left: auto;
  margin-right: auto;
}
.choicecourse__container {
  width: 100%;
}
.choicecourse__container {
  padding-left: 56px;
  padding-right: 56px;
}
.choicecourse__body {
  display: flex;
}
.choicecourse__body {
  align-items: center;
}
.choicecourse__body {
  justify-content: flex-start;
}
.choicecourse__list {
    gap: 24px 16px;
  }
.choicecourse__list {
  display: flex;
}
.choicecourse__list {
  flex-wrap: wrap;
}
.choicecourse__list {
  justify-content: center;
}
.choicecourse__item {
    width: calc((100% - 16px * 2) / 3)
  }
.choicecourse__item {
  position: relative;
}
.choicecourse__item.item--comingsoon a {
  pointer-events: none;
}
.choicecourse__item.item--comingsoon a {
  position: relative;
}
.choicecourse__item.item--comingsoon a {
  display: block;
}
.choicecourse__item.item--comingsoon a {
  overflow: hidden;
}
.choicecourse__item.item--comingsoon a::before {
          content: "";
          background-color: rgba(0, 0, 0, .6);
        }
.choicecourse__item.item--comingsoon a::before {
  position: absolute;
}
.choicecourse__item.item--comingsoon a::before {
  top: 0px;
}
.choicecourse__item.item--comingsoon a::before {
  left: 0px;
}
.choicecourse__item.item--comingsoon a::before {
  height: 100%;
}
.choicecourse__item.item--comingsoon a::before {
  width: 100%;
}
.choicecourse__item.item--comingsoon a::after {
          content: "Coming Soon...";
          font-size: calc(32em / var(--font-size));
        }
.choicecourse__item.item--comingsoon a::after {
  position: absolute;
}
.choicecourse__item.item--comingsoon a::after {
  top: 0px;
}
.choicecourse__item.item--comingsoon a::after {
  left: 0px;
}
.choicecourse__item.item--comingsoon a::after {
  display: flex;
}
.choicecourse__item.item--comingsoon a::after {
  height: 100%;
}
.choicecourse__item.item--comingsoon a::after {
  width: 100%;
}
.choicecourse__item.item--comingsoon a::after {
  align-items: center;
}
.choicecourse__item.item--comingsoon a::after {
  justify-content: center;
}
.choicecourse__item.item--comingsoon a::after {
  font-weight: 900;
}
.choicecourse__item.item--comingsoon a::after {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.choicecourse__item:not(.item--comingsoon) a {
  position: relative;
}
.choicecourse__item:not(.item--comingsoon) a {
  display: block;
}
.choicecourse__item:not(.item--comingsoon) a {
  overflow: hidden;
}
.choicecourse__item:not(.item--comingsoon) a {
  transition-duration: 500ms;
}
.choicecourse__item:not(.item--comingsoon) a::before {
        border-color: hsl(50, 81%, 56%);
      }
.choicecourse__item:not(.item--comingsoon) a::before {
  position: absolute;
}
.choicecourse__item:not(.item--comingsoon) a::before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.choicecourse__item:not(.item--comingsoon) a::before {
  box-sizing: border-box;
}
.choicecourse__item:not(.item--comingsoon) a::before {
  height: 100%;
}
.choicecourse__item:not(.item--comingsoon) a::before {
  width: 100%;
}
.choicecourse__item:not(.item--comingsoon) a::before {
  border-radius: 8px;
}
.choicecourse__item:not(.item--comingsoon) a::before {
  border-width: 0px;
}
.choicecourse__item:not(.item--comingsoon) a::before {
  border-style: solid;
}
.choicecourse__item:not(.item--comingsoon) a::before {
  transition-delay: 200ms;
}
.choicecourse__item:not(.item--comingsoon) a::before {
  transition-duration: 100ms;
}
.choicecourse__item:not(.item--comingsoon) a::before {
  --tw-content: '';
  content: var(--tw-content);
}
.choicecourse__item:not(.item--comingsoon) a:hover {
  --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));
}
.choicecourse__item:not(.item--comingsoon) a:hover::before {
  border-width: 4px;
}
.choicecourse__item-icon {
    font-size: calc(22em / var(--font-size));
  }
.choicecourse__item-icon {
  flex-shrink: 0;
}
.choicecourse__item-title {
    font-size: calc(18em / var(--font-size));
    color: hsl(50, 81%, 46%);
    line-height: 1.57;
  }
.choicecourse__item-title {
  font-weight: 700;
}
.choicecourse__item-text {
    margin-top: 8px;
  }
@media (max-width: 1240px) {
  .choicecourse {
    padding-left: 0px;
    padding-right: 0px;
  }
    .choicecourse__container {
    padding-left: 61px;
    padding-right: 61px;
  }
        .choicecourse__item.item--comingsoon::after {
          font-size: calc(25em / var(--font-size));
        }
}
@media (max-width: 960px) {
    .choicecourse__item-head {
    flex-direction: column;
  }
    .choicecourse__item {
    width: 100%;
  }
        .choicecourse__item.item--comingsoon::after {
          font-size: calc(18em / var(--font-size));
        }
    .choicecourse__item-head {
    display: flex;
  }
    .choicecourse__item-head {
    flex-direction: row;
  }
    .choicecourse__item-head {
    align-items: center;
  }
    .choicecourse__item-head {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .choicecourse {
    padding: 40px 32px 40px;
  }
    .choicecourse::before {
      width: calc(100% - 32px - 32px);
    }
    .choicecourse::before {
    min-width: 0px;
  }
    .choicecourse__container {
    padding-left: 32px;
    padding-right: 32px;
  }
    .choicecourse__list {
    flex-direction: column;
  }
    .choicecourse__item-icon {
      font-size: calc(16em / var(--font-size));
    }
    .choicecourse__item-title {
      font-size: calc(16em / var(--font-size))
    }
}
@media (max-width: 600px) {
  .choicecourse {
    padding-left: 16px;
    padding-right: 16px;
  }
    .choicecourse::before {
      width: calc(100% - 16px - 16px);
    }
}
.teacher__container {
    max-width: calc(1072px + 16px + 16px);
  }
.teacher__list {
  display: flex;
}
.teacher__list {
  flex-wrap: wrap;
}
.teacher__list {
  gap: 16px;
}
.teacher__item {
    width: calc((100% - 16px * 4) / 5)
  }
.teacher__item {
  position: relative;
}
.teacher__item {
  overflow: hidden;
}
.teacher__item {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.teacher__item::before {
      content: "";
      background-image: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    }
.teacher__item::before {
  position: absolute;
}
.teacher__item::before {
  z-index: 20;
}
.teacher__item::before {
  height: 100%;
}
.teacher__item::before {
  width: 100%;
}
.teacher__item::after {
      content: "";
      background-image: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0) 40%);
      transition: all 1000ms cubic-bezier(0.190,  1.000, 0.220, 1.000) 100ms;
    }
.teacher__item::after {
  position: absolute;
}
.teacher__item::after {
  z-index: 10;
}
.teacher__item::after {
  height: 100%;
}
.teacher__item::after {
  width: 100%;
}
.teacher__item::after {
  opacity: 0;
}
.teacher__item:hover .teacher__item-detail {
        top: auto;
        bottom: 0;
      }
.teacher__item:hover .teacher__item-name {
        transform: translateY(0px);
      }
.teacher__item:hover .teacher__item-salon {
        transform: translateY(0px);
        transition: all 1000ms cubic-bezier(0.190,  1.000, 0.220, 1.000) 100ms;
      }
.teacher__item:hover .teacher__item-salon {
  display: block;
}
.teacher__item:hover .teacher__item-salon {
  opacity: 1;
}
.teacher__item:hover .teacher__item-img img {
  --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));
}
.teacher__item-detail {
    padding: 12px 16px;
    margin-top: calc(-12px - 12px - 1.905em);
  }
.teacher__item-detail {
  position: absolute;
}
.teacher__item-detail {
  top: 100%;
}
.teacher__item-detail {
  z-index: 30;
}
.teacher__item-detail {
  display: flex;
}
.teacher__item-detail {
  width: 100%;
}
.teacher__item-detail {
  flex-direction: column;
}
.teacher__item-detail {
  justify-content: flex-end;
}
.teacher__item-detail {
  font-weight: 500;
}
.teacher__item-detail {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.teacher__item-name {
    transition: all 1000ms cubic-bezier(0.190,  1.000, 0.220, 1.000) 100ms;
  }
.teacher__item-salon {
    font-size: calc(11em / var(--font-size));
    transition: all 0ms;
  }
.teacher__item-salon {
  opacity: 0;
}
.teacher__item-img {
  overflow: hidden;
}
.teacher__item-img img {
      transition: all 1000ms cubic-bezier(0.190,  1.000, 0.220, 1.000);
    }
.teacher__item-img img {
  height: 100%;
}
.teacher__item-img img {
  width: 100%;
}
.teacher__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.teacher__item-img img {
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 960px) {
    .teacher__list {
      max-width: 848px;
    }
    .teacher__item {
      width: calc((100% - 16px * 3) / 4);
    }
}
@media (max-width: 768px) {
    .teacher__list {
      max-width: 632px;
    }
    .teacher__item {
      width: calc((100% - 16px * 2) / 3);
    }
}
@media (max-width: 600px) {
    .teacher__list {
      max-width: 416px;
    }
    .teacher__item {
      width: calc((100% - 16px * 1) / 2);
    }
}
@media (max-width: 414px) {
}
.flow .section__scroll-text {
    color: transparent;
    text-stroke: 1px hsl(50, 81%, 56%);
    -webkit-text-stroke: 1px hsl(50, 81%, 56%);
    opacity: .5;
  }
.flow__head {
  margin-left: 140px;
}
.flow__container {
  position: relative;
}
.flow__container {
  width: 100%;
}
.flow__body {
  display: flex;
}
.flow__body {
  justify-content: flex-end;
}
.flow__timeline {
    margin-top: -87px;
    padding-top: 58px;
    padding-bottom: 67px;
  }
.flow__timeline {
  position: relative;
}
.flow__timeline {
  margin-right: 50px;
}
.flow__timeline {
  width: 50%;
}
.flow__timeline {
  min-width: 500px;
}
.flow__timeline-bar {
    width: 5px;
    height: calc(100% - 23px);
    border-radius: 100vmax;
    background-color: hsl(50, 81%, 56%)
  }
.flow__timeline-bar {
  position: absolute;
}
.flow__timeline-bar {
  top: 0px;
}
.flow__timeline-bar {
  left: 49px;
}
.flow__timeline-bar::before {
      content: "";
      width: 15px;
      height: 15px;
      border-radius: 100vmax;
      background-color: hsl(50, 81%, 56%);
    }
.flow__timeline-bar::before {
  position: absolute;
}
.flow__timeline-bar::before {
  top: 0px;
}
.flow__timeline-bar::before {
  left: 0px;
}
.flow__timeline-bar::before {
  margin-left: -5px;
}
.flow__timeline-bar::after {
      content: "";
      width: 28px;
      height: 28px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='hsl(50, 81%25, 56%25)' class='w-6 h-6'%3E%3Cpath fill-rule='evenodd' d='M4.5 5.653c0-1.426 1.529-2.33 2.779-1.643l11.54 6.348c1.295.712 1.295 2.573 0 3.285L7.28 19.991c-1.25.687-2.779-.217-2.779-1.643V5.653z' clip-rule='evenodd'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      transform: rotate(90deg) rotateY(25deg);
    }
.flow__timeline-bar::after {
  position: absolute;
}
.flow__timeline-bar::after {
  top: 100%;
}
.flow__timeline-bar::after {
  left: 0px;
}
.flow__timeline-bar::after {
  margin-left: -11px;
}
.flow__timeline-list {
    counter-reset: count;
    padding-left: 101px;
    box-sizing: content-box;
  }
.flow__timeline-list {
  display: flex;
}
.flow__timeline-list {
  flex-direction: column;
}
.flow__timeline-list {
  gap: 46px;
}
.flow__timeline-item {
  position: relative;
}
.flow__timeline-item-icon {
    margin-right: calc(50px - 20px);
    font-size: calc(20em / var(--font-size));
  }
.flow__timeline-item-icon {
  position: absolute;
}
.flow__timeline-item-icon {
  top: 0px;
}
.flow__timeline-item-icon {
  bottom: 0px;
}
.flow__timeline-item-icon {
  right: 100%;
}
.flow__timeline-item-icon {
  margin-top: auto;
  margin-bottom: auto;
}
.flow__timeline-item-icon {
  height: -moz-fit-content;
  height: fit-content;
}
.flow__timeline-item-card {
    padding: 25px 43px 29px;
    border-radius: var(--border-radius-lg)
  }
.flow__timeline-item-card {
  position: relative;
}
.flow__timeline-item-card::before {
      content: 'Step' counter(count);
      counter-increment: count;
      font-size: calc(24em / var(--font-size));
      margin-top: -15px;
      letter-spacing: -0.02em;
      color: hsl(50, 81%, 56%);
    }
.flow__timeline-item-card::before {
  position: absolute;
}
.flow__timeline-item-card::before {
  top: 0px;
}
.flow__timeline-item-card::before {
  font-weight: 900;
}
.flow__timeline-item-card::before {
  line-height: 1;
}
.flow__timeline-item-title {
    font-size: calc(18em / var(--font-size));
  }
.flow__timeline-item-title {
  font-weight: 700;
}
.flow__timeline-item-text {
    margin-top: 6px;
  }
.flow__image {
  position: absolute;
}
.flow__image {
  left: 0px;
}
.flow__image {
  bottom: 0px;
}
.flow__image {
  z-index: -1;
}
.flow__image {
  margin-left: 40px;
}
.flow__image {
  width: 420px;
}
@media (max-width: 960px) {
    .flow__head {
    margin-left: 0px;
  }
    .flow__head {
    display: flex;
  }
    .flow__head {
    justify-content: center;
  }
    .flow__timeline {
    margin-left: auto;
    margin-right: auto;
  }
    .flow__timeline {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
    .flow__body {
    display: block;
  }
    .flow__timeline {
    margin-top: 0px;
  }
    .flow__timeline {
    width: 100%;
  }
    .flow__timeline {
    min-width: 0px;
  }
    .flow__timeline {
    max-width: 500px;
  }
    .flow__timeline-list {
    margin-right: 0px;
  }
    .flow__timeline-list {
    width: auto;
  }
    .flow__timeline-list {
    padding-left: 60px;
  }
    .flow__timeline-bar {
    left: 27px;
  }
    .flow__timeline-item-icon {
      margin-right: calc(30px - 20px);
    }
    .flow__image {
    margin-left: 0px;
  }
    .flow__image {
    width: 300px;
  }
    .flow__image {
    opacity: 0.3;
  }
}
.cta {
  padding: 75px 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta::before {
    content: "";
    background-color: hsl(7, 61%, 93%);
    width: calc(100% - 45px - 45px);
    border-radius: var(--border-radius-lg);
  }
.cta::before {
  position: absolute;
}
.cta::before {
  top: 0px;
}
.cta::before {
  left: 45px;
}
.cta::before {
  z-index: -10;
}
.cta::before {
  height: 100%;
}
.cta__title {
    font-size: calc(40em / var(--font-size));
  }
.cta__title {
  display: flex;
}
.cta__title {
  gap: 16px;
}
.cta__title {
  font-weight: 900;
}
.cta__title-logo {
  width: 187px;
}
.cta__title-logo {
  text-align: center;
}
.cta__title-logo-text {
    font-size: calc(13em / 40);
  }
.cta__title-logo-text {
  display: block;
}
.cta__title-logo-text {
  font-weight: 700;
}
.cta__card {
  text-align: center;
}
.cta__card-title {
    font-size: calc(18em / var(--font-size));
    color: hsl(7, 61%, 63%);
  }
.cta__card-title {
  font-weight: 700;
}
.cta__card-text {
    margin-top: 8px;
  }
.cta__card-btn {
    margin-top: 40px;
    font-size: calc(16em / var(--font-size));
  }
.cta__contact {
  margin-top: 4rem;
}
.cta__contact > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.cta__contact {
  text-align: center;
}
.cta__contact-title {
    font-size: calc(16em / var(--font-size));
    color: hsl(7, 61%, 63%);
  }
.cta__contact-title {
  font-weight: 700;
}
@media (max-width: 960px) {
    .cta__title {
      font-size: calc(30em / var(--font-size));
    }
    .cta__title-logo {
      width: 153px;
    }
}
@media (max-width: 768px) {
  .cta {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
    .cta::before {
      width: calc(100% - 16px - 16px);
    }
    .cta::before {
    left: 16px;
  }
    .cta__container {
    width: 100%;
  }
    .cta__title {
      font-size: calc(20em / var(--font-size));
    }
    .cta__title {
    flex-direction: column;
  }
    .cta__title {
    align-items: center;
  }
    .cta__title {
    gap: 8px;
  }
    .cta__title-logo {
      width: 120px;
    }
    .cta__card-btn {
      margin-top: 20px;
      font-size: calc(14em / var(--font-size));
    }
    .cta__contact {
    margin-top: 2rem;
  }
}
.application__container {
  width: 100%;
}
.application__card {
    background: hsl(7, 61%, 93%);
  }
.application__card {
  margin-left: auto;
  margin-right: auto;
}
.application__card {
  display: flex;
}
.application__card {
  max-width: 800px;
}
.application__card {
  flex-wrap: wrap;
}
.application__card {
  align-items: center;
}
.application__card {
  justify-content: space-between;
}
.application__card {
  gap: 16px;
}
.application__card {
  padding-left: 56px;
  padding-right: 56px;
}
.application__card-head-title {
    font-size: calc(20em / var(--font-size));
    color: hsl(7, 61%, 63%);
  }
.application__card-head-title {
  font-weight: 700;
}
.application__card-head-title {
  line-height: 1.625;
}
.application__card-body .btn {
      font-size: calc(13em / var(--font-size));
    }
@media (max-width: 768px) {
    .application__card {
    flex-direction: column;
  }
    .application__card {
    padding-left: 16px;
    padding-right: 16px;
  }
    .application__card-head-title {
    text-align: center;
  }
}
.course__total {
  margin-bottom: 1rem;
}
.course__total {
  padding-right: 1rem;
}
.course__total {
  text-align: right;
}
.course__total-time {
  display: inline-block;
}
.course__total-time {
  border-radius: 0.375rem;
}
.course__total-time {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}
.course__total-time {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.course__total-time {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.course__total-time {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}
.course__item {
    border-radius: var(--border-radius-md)
  }
.course__item {
  overflow: hidden;
}
.course__item {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.course__item {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.course__item + .course__item {
  margin-top: 2rem;
}
.course__item.item-present .course__head {
          background: hsl(177, 28%, 55%);
        }
.course__item.item-present .course__head {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.course__item.item-present .course__head-number {
          color: hsl(177, 28%, 55%);
        }
.course__item.item-present .course__head-number {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.course__item.item-present .course__head-time {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.course__item.item-present .course__column {
  gap: 2rem;
}
.course__item.item-present .course__movie {
  margin-left: auto;
  margin-right: auto;
}
.course__item.item-present .course__movie-list {
  display: grid;
}
.course__item.item-present .course__movie-list {
  width: 100%;
}
.course__item.item-present .course__movie-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.course__head {
    transition: all 400ms cubic-bezier(0.190,  1.000, 0.220, 1.000);
  }
.course__head {
  display: flex;
}
.course__head {
  cursor: pointer;
}
.course__head {
  flex-wrap: wrap;
}
.course__head {
  align-items: center;
}
.course__head {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.course__head {
  row-gap: 0px;
}
.course__head {
  padding-left: 3rem;
  padding-right: 3rem;
}
.course__head {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.course__head:hover {
  opacity: 0.7;
}
.course__head-title {
    font-size: calc(18em / var(--font-size));
  }
.course__head-title span {
      font-size: .8em;
    }
.course__head-icon {
    transition: all 1000ms cubic-bezier(0.190,  1.000, 0.220, 1.000);
    font-size: calc(18em / var(--font-size));
  }
.course__head-number {
    border-radius: var(--border-radius-md);
    background-color: hsl(177, 28%, 55%);
    font-size: calc(12em / var(--font-size));
  }
.course__head-number {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.course__head-number {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.course__head-number {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.course__head-time {
    color: hsl(0, 0%, 40%);
    font-size: calc(12em / var(--font-size));
  }
.course__head-time {
  flex-grow: 1;
}
.course__head-time {
  text-align: right;
}
.course__body {
    transition: all 1000ms cubic-bezier(0.190,  1.000, 0.220, 1.000);
  }
.course__body {
  max-height: 0px;
}
.course__body-inner {
  display: flex;
}
.course__body-inner {
  flex-wrap: wrap;
}
.course__body-inner {
  gap: 1.5rem;
}
.course__body-inner {
  border-top-width: 1px;
}
.course__body-inner {
  padding-left: 3rem;
  padding-right: 3rem;
}
.course__body-inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.course__description {
  width: 100%;
}
.course__description {
  border-radius: 0.75rem;
}
.course__description {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}
.course__description {
  padding: 1rem;
}
.course__column {
  display: flex;
}
.course__column {
  width: 100%;
}
.course__column {
  flex-wrap: wrap;
}
.course__movie-list {
  display: flex;
}
.course__movie-list {
  width: 33.333333%;
}
.course__movie-list {
  flex-grow: 1;
}
.course__movie-list {
  flex-direction: column;
}
.course__movie-list {
  padding-right: 3rem;
}
.course__movie-item {
  display: flex;
}
.course__movie-item {
  gap: 8px;
}
.course__movie-item {
  border-bottom-width: 1px;
}
.course__movie-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.course__movie-item .icon {
      font-size: calc(10em / var(--font-size));
      margin-top: 3px;
    }
.course__movie {
  width: 66.666667%;
}
.course__movie {
  flex-grow: 0;
}
.course__movie-wrap {
    border-radius: var(--border-radius-lg)
  }
.course__movie-wrap {
  overflow: hidden;
}
.course__movie-wrap iframe {
  aspect-ratio: 16 / 9;
}
.course__movie-wrap iframe {
  width: 100%;
}
@media (max-width: 960px) {
  .course {
  }
}
@media (max-width: 768px) {
          .course__item.item-present .course__movie-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
    .course__head {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
    .course__head {
    padding-left: 2rem;
    padding-right: 2rem;
  }
    .course__head {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
    .course__head-icon {
      font-size: calc(14em / var(--font-size));
    }
    .course__head-number {
      font-size: calc(10em / var(--font-size));
    }
    .course__head-number {
    padding-left: 1rem;
    padding-right: 1rem;
  }
    .course__head-number {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
    .course__head-time {
      font-size: calc(10em / var(--font-size));
    }
    .course__body-inner {
    flex-direction: column-reverse;
  }
    .course__movie-list {
    width: 100%;
  }
    .course__movie-list {
    padding-right: 0px;
  }
    .course__movie-list {
    padding-top: 1rem;
  }
      .course__movie-item:last-child {
    border-bottom-width: 0px;
  }
    .course__movie {
    width: 100%;
  }
}
@media (max-width: 600px) {
    .course__head-title {
      font-size: calc(14em / var(--font-size));
    }
    .course__head-title {
    order: 1;
  }
    .course__head-title {
    width: 100%;
  }
}
.promotion__body {
    background-color: hsl(177, 28%, 45%);
  }
.promotion__body {
  display: flex;
}
.promotion__body {
  width: 100%;
}
.promotion__body {
  align-items: center;
}
.promotion__body {
  justify-content: space-between;
}
.promotion__body {
  gap: 32px;
}
.promotion__body {
  border-radius: 0.375rem;
}
.promotion__body {
  padding: 3rem;
}
.promotion__body {
  padding-bottom: 3.5rem;
}
.promotion__title {
    color: white;
  }
.promotion__title {
  margin-bottom: 0.5rem;
}
.promotion__title {
  font-size: calc(22em / var(--font-size));
}
.promotion__title {
  font-weight: 700;
}
.promotion__btn {
    color: hsl(177, 28%, 45%);
  }
.promotion__btn {
  flex-shrink: 0;
}
@media (max-width: 768px) {
    .promotion__body {
    gap: 16px;
  }
    .promotion__body {
    padding: 2rem;
  }
    .promotion__body {
    padding-bottom: 2.5rem;
  }
    .promotion__title {
    margin-bottom: 0.5rem;
  }
    .promotion__title {
    font-size: calc(16em / var(--font-size));
  }
}
@media (max-width: 600px) {
    .promotion__body {
    flex-direction: column;
  }
    .promotion__title {
    margin-bottom: 0.5rem;
  }
    .promotion__title {
    font-size: calc(16em / var(--font-size));
  }
}
.notice {
  margin-top: 106px;
}
.notice__wrap {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.notice__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 896px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.notice__box {
  position: relative;
  overflow: hidden;
  padding: 32px;
}
.notice__title {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: .5em;
  font-size: 20px;
  font-weight: 700;
}
.notice__body > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}
.notice__body {
  line-height: 2;
}
.notice__block {
  border-radius: 8px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 16px;
}
.notice__block-name {
  margin-bottom: 8px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .notice {
    margin-top: 56px;
  }
  .notice__container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .notice__box {
    padding: 16px;
  }
  .notice__title {
    font-size: 18px;
  }
  .notice__body {
    font-size: 13px;
  }
}
.headline__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.headline__link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: .5em;
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  padding: 8px;
  text-align: center;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration-line: underline;
}
.headline__link:hover {
  text-decoration-line: none;
}
@media (max-width: 960px) {
  .headline {
    position: sticky;
    top: 0px;
    z-index: 10000;
  }
}
@media (max-width: 768px) {
  .headline__link {
    font-size: 14px;
  }
}
body {
  background: url(/assets/images/_dummy.png) no-repeat left -217px / 1920px auto;
  background-size: 1920px auto;
  background-position: 0 -187px;

  background: url(/assets/images/common/background.png);
  background-size: calc(100vw * 1.0682291667) auto;
  background-position: calc(100vw * -0.2963541667) 241px;
  transition: background 1000ms cubic-bezier(0.190,  1.000, 0.220, 1.000);
}
.l-container {
  background: url(/assets/images/common/page-top-bg.png) no-repeat;
  background-size: 2560px auto;
  background-position: center top;
  min-height: 100vh;
}
.l-container-lower {
  background: url(/assets/images/common/page-top-bg.png) no-repeat;
  background-size: 2560px auto;
  background-position: center -200px;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, .8);
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.focus\:ring: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(3px + 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 rgba(0,0,0,0));
}
.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 rgba(0,0,0,0));
}
.focus\:ring-1: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(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 rgba(0,0,0,0));
}
.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
@media (min-width: 960px) {

  .md\:max-w-4xl {
    max-width: 56rem;
  }

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