/*
! tailwindcss v3.1.3 | 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: currentColor;
  /* 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.
*/

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. 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;*/
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  /* 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:-ms-input-placeholder,
textarea:-ms-input-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;
}

/* --------------------------------

  (START) Global editor code https://codyhouse.co/ds/globals/colors

  -------------------------------- */

:root,
[data-theme="default"] {
  /* main */
  --color-primary-darker: 38 52% 43%;
  --color-primary-dark: 38 52% 47%;
  --color-primary: 38 52% 53%;
  --color-primary-light: 38 52% 61%;
  --color-primary-lighter: 38 52% 69%;
  --color-accent-darker: 9 59% 36%;
  --color-accent-dark: 9 59% 41%;
  --color-accent: 9 59% 46%;
  --color-accent-light: 9 59% 53%;
  --color-accent-lighter: 9 59% 59%;
  --color-secondary-darker: 184 36% 52%;
  --color-secondary-dark: 184 36% 58%;
  --color-secondary: 184 36% 63%;
  --color-secondary-light: 184 36% 70%;
  --color-secondary-lighter: 184 36% 76%;
  --color-black: 345 6% 13%;
  --color-white: 0 0% 100%;
  /* feedback */
  --color-warning-darker: 46 100% 47%;
  --color-warning-dark: 46 100% 50%;
  --color-warning: 46 100% 61%;
  --color-warning-light: 46 100% 71%;
  --color-warning-lighter: 46 100% 80%;
  --color-success-darker: 94 48% 42%;
  --color-success-dark: 94 48% 48%;
  --color-success: 94 48% 56%;
  --color-success-light: 94 48% 65%;
  --color-success-lighter: 94 48% 74%;
  --color-error-darker: 343 66% 45%;
  --color-error-dark: 343 67% 51%;
  --color-error: 343 75% 57%;
  --color-error-light: 343 75% 64%;
  --color-error-lighter: 343 75% 70%;
  /* background */
  --color-floor-darker: 0 0% 90%;
  --color-floor-dark: 0 0% 94%;
  --color-floor: 0 0% 100%;
  --color-floor-light: 0 0% 100%;
  --color-floor-lighter: 0 0% 100%;
  /* color contrasts */
  --color-contrast-lower: 0 1% 85%;
  --color-contrast-low: 0 1% 67%;
  --color-contrast-medium: 340 1% 50%;
  --color-contrast-high: 345 3% 26%;
  --color-contrast-higher: 345 6% 13%;
}

[data-theme="dark"] {
  /* main */
  --color-primary-darker: 38 52% 43%;
  --color-primary-dark: 38 52% 47%;
  --color-primary: 38 52% 53%;
  --color-primary-light: 38 52% 61%;
  --color-primary-lighter: 38 52% 69%;
  --color-accent-darker: 9 59% 36%;
  --color-accent-dark: 9 59% 41%;
  --color-accent: 9 59% 46%;
  --color-accent-light: 9 59% 53%;
  --color-accent-lighter: 9 59% 59%;
  --color-secondary-darker: 184 36% 52%;
  --color-secondary-dark: 184 36% 58%;
  --color-secondary: 184 36% 63%;
  --color-secondary-light: 184 36% 70%;
  --color-secondary-lighter: 184 36% 76%;
  --color-black: 345 6% 13%;
  --color-white: 0 0% 100%;
  /* feedback */
  --color-warning-darker: 46 100% 47%;
  --color-warning-dark: 46 100% 50%;
  --color-warning: 46 100% 61%;
  --color-warning-light: 46 100% 71%;
  --color-warning-lighter: 46 100% 80%;
  --color-success-darker: 94 48% 42%;
  --color-success-dark: 94 48% 48%;
  --color-success: 94 48% 56%;
  --color-success-light: 94 48% 65%;
  --color-success-lighter: 94 48% 74%;
  --color-error-darker: 343 66% 45%;
  --color-error-dark: 343 67% 51%;
  --color-error: 343 75% 57%;
  --color-error-light: 343 75% 64%;
  --color-error-lighter: 343 75% 70%;
  /* background */
  --color-floor-darker: 345 4% 6%;
  --color-floor-dark: 345 5% 9%;
  --color-floor: 345 6% 13%;
  --color-floor-light: 345 5% 17%;
  --color-floor-lighter: 345 4% 20%;
  /* color contrasts */
  --color-contrast-lower: 345 3% 24%;
  --color-contrast-low: 340 1% 40%;
  --color-contrast-medium: 0 1% 56%;
  --color-contrast-high: 330 2% 82%;
  --color-contrast-higher: 0 20% 99%;
  /* font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --------------------------------

  (END) Global editor code

  -------------------------------- */

body,
[data-theme] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-high) / var(--tw-text-opacity));
}

/* --------------------------------

  (START) Global editor code https://codyhouse.co/ds/globals/typography

  -------------------------------- */

body {
  /*font-family: Alegreya, serif;*/
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  /*font-family: Chivo, sans-serif;*/
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-weight: 700;
}

/* --------------------------------

  (END) Global editor code

  -------------------------------- */


body {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h1,
h2,
h3,
h4 {
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-higher) / var(--tw-text-opacity));
}


h1 {
  font-size: 3rem;
  line-height: 1;
}

h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}


small {
  font-size: 1rem;
  line-height: 1.5rem;
}

a,
.link {
  --tw-text-opacity: 1;
  color: hsl(var(--color-primary) / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

strong {
  font-weight: 700;
}

s {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

u {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

mark {
  background-color: hsl(var(--color-accent) / 0.2);
  color: inherit;
}

/* no-js support */

*,
::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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::-webkit-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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

/*
.container {
  width: 100%;
}

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

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

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

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

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
*/
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16>* {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  font-size: 1em;
  border-radius: 0.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.btn {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
  will-change: transform;
}

.btn:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn:focus {
  box-shadow: 0px 0px 0px 2px hsla(var(--color-contrast-higher) / 0.15);
  outline: none;
}

.btn:active {
  transform: translateY(2px);
}

/* themes */

.btn--primary {
  background: hsl(var(--color-primary));
  color: hsl(var(--color-white));
}

.btn--primary:hover {
  background: hsl(var(--color-primary-dark));
}

.btn--primary:focus {
  box-shadow: 0px 0px 0px 2px hsla(var(--color-primary) / 0.2);
}

.btn--subtle {
  color: hsla(var(--color-contrast-higher) /0.9);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-width: 1px;
  border-style: solid;
  border-color: hsl(var(--color-contrast-higher) / 0.2);
}

.btn--subtle:hover {
  background: hsla(var(--color-contrast-higher) / 0.9);
  color: hsl(var(--color-floor));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn--subtle:focus {
  box-shadow: 0px 0px 0px 2px hsla(var(--color-primary) / 0.2);
}

.btn--accent {
  background: hsl(var(--color-accent));
  color: hsl(var(--color-white));
}

.btn--accent:hover {
  background: hsl(var(--color-accent-dark));
}

.btn--accent:focus {
  box-shadow: 0px 0px 0px 2px hsla(var(--color-accent) / 0.2);
}

/* feedback */

.btn--disabled,
.btn[disabled],
.btn[readonly] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* size */

.btn--md {
  font-size: 1.2em;
}

.form-control {
  font-size: 1em;
  border-radius: 0.125rem;
  background-color: hsl(var(--color-contrast-higher) / 0.1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.form-control {
  line-height: 1.2;
  transition: all 0.2s ease;
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: hsl(var(--color-contrast-medium) / 0.9);
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  color: hsl(var(--color-contrast-medium) / 0.9);
}

.form-control::placeholder {
  opacity: 1;
  color: hsl(var(--color-contrast-medium) / 0.9);
}

.form-control:focus,
.form-control:focus-within {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor) / var(--tw-bg-opacity));
  box-shadow: 0px 0px 0px 1px hsl(var(--color-primary));
  outline: none;
}

.form-control--disabled,
.form-control[disabled],
.form-control[readonly] {
  cursor: not-allowed;
}

.form-control[aria-invalid="true"],
.form-control.form-control--error {
  box-shadow: 0px 0px 0px 1px hsl(var(--color-error));
}

.form-legend {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-higher) / var(--tw-text-opacity));
}

.form-label {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* Custom text component classes */

.text-component {
  --line-height-multiplier: 1;
  --text-space-y-multiplier: 1;
  --heading-line-height: 1.2;
  --body-line-height: 1.4;
}

.text-component.leading-extra-tight {
  line-height: normal;
  --heading-line-height: 1;
  --body-line-height: 1.1;
}

.text-component.leading-tight {
  --heading-line-height: 1.1;
  --body-line-height: 1.2;
  line-height: normal;
}

.text-component.leading-snug {
  --heading-line-height: 1.15;
  --body-line-height: 1.4;
  line-height: normal;
}

.text-component.leading-normal {
  --heading-line-height: 1.22;
  --body-line-height: 1.58;
  line-height: normal;
}

.text-component.leading-relaxed {
  --heading-line-height: 1.3;
  --body-line-height: 1.72;
  line-height: normal;
}

.text-component.text-space-y-xxs {
  --text-space-y-multiplier: 0.25;
}

.text-component.text-space-y-xs {
  --text-space-y-multiplier: 0.5;
}

.text-component.text-space-y-sm {
  --text-space-y-multiplier: 0.75;
}

.text-component.text-space-y-md {
  --text-space-y-multiplier: 1.25;
}

.text-component.text-space-y-lg {
  --text-space-y-multiplier: 1.5;
}

.text-component.text-space-y-xl {
  --text-space-y-multiplier: 1.75;
}

.text-component.text-space-y-xxl {
  --text-space-y-multiplier: 2;
}

.text-component :where(h1),
.text-component :where(h2),
.text-component :where(h3),
.text-component :where(h4) {
  line-height: calc(var(--heading-line-height) * var(--line-height-multiplier, 1));
  margin-bottom: calc(0.3125em * var(--text-space-y-multiplier, 1));
}

.text-component :where(h2),
.text-component :where(h3),
.text-component :where(h4) {
  margin-top: calc(0.9375em * var(--text-space-y-multiplier, 1));
}

.text-component p,
.text-component blockquote,
.text-component ul li,
.text-component ol li {
  line-height: calc(var(--body-line-height) * var(--line-height-multiplier, 1));
}

.text-component ul,
.text-component ol,
.text-component p,
.text-component blockquote {
  margin-bottom: calc(0.9375em * var(--text-space-y-multiplier, 1));
}

.text-component :where(ul),
.text-component :where(ol) {
  list-style-position: inside;
}

.text-component ul ul,
.text-component ul ol,
.text-component ol ul,
.text-component ol ol {
  padding-left: 1em;
  margin-bottom: 0;
}

.text-component :where(ul) {
  list-style-type: disc;
}

.text-component :where(ol) {
  list-style-type: decimal;
}

.text-component :where(img) {
  display: block;
  margin: 0 auto;
}

.text-component :where(figcaption) {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-low) / var(--tw-text-opacity));
}

.text-component :where(figcaption) {
  text-align: center;
  margin-top: 0.5em;
}

.text-component :where(em) {
  font-style: italic;
}

.text-component :where(hr) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-lower) / var(--tw-bg-opacity));
  height: 1px;
  margin-top: calc(1.875em * var(--text-space-y-multiplier, 1));
  margin-bottom: calc(1.875em * var(--text-space-y-multiplier, 1));
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.text-component>*:first-child {
  margin-top: 0;
}

.text-component>*:last-child {
  margin-bottom: 0;
}

.text-component :where(blockquote) {
  padding-left: 1em;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-contrast-lower) / var(--tw-border-opacity));
  font-style: italic;
}

.article {
  /* e.g., blog posts */
  --body-line-height: 1.58;
  --text-space-y-multiplier: 1.2;
}

/* Icons */

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.icon--is-spinning {
  -webkit-animation: icon-spin 1s infinite linear;
  animation: icon-spin 1s infinite linear;
}

@-webkit-keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* -------------------------------- 

File#: _1_modal-window
Title: Modal Window
Descr: A modal dialog used to display critical information
Usage: codyhouse.co/license

-------------------------------- */

.modal {
  position: fixed;
  z-index: 15;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.modal:not(.modal--is-visible) {
  pointer-events: none;
  background-color: transparent;
}

.modal--is-visible {
  opacity: 1;
  visibility: visible;
}

.modal__close-btn {
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  transition: 0.2s;
}

.modal__close-btn .icon {
  display: block;
  margin: auto;
}

.modal__close-btn--outer {
  width: 48px;
  height: 48px;
  position: fixed;
  top: 1.25rem;
}

.modal__close-btn--outer {
  right: 1.25rem;
}

.modal__close-btn--outer {
  z-index: 10;
  background-color: hsla(var(--color-contrast-higher) / 0.8);
}

.modal__close-btn--outer:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-higher) / var(--tw-bg-opacity));
}

.modal__close-btn--outer .icon {
  --tw-text-opacity: 1;
  color: hsl(var(--color-floor) / var(--tw-text-opacity));
}

.modal__close-btn--inner {
  width: 2em;
  height: 2em;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor) / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.modal__close-btn--inner .icon {
  color: inherit;
}

.modal__close-btn--inner:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root {
  --modal-transition-duration: 0.2s;
}

@media (prefers-reduced-motion: no-preference) {
  .modal--animate-fade {
    --modal-transition-duration: 0.2s;
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s var(--modal-transition-duration);
  }

  .modal--animate-fade.modal--is-visible {
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s;
  }

  .modal--animate-scale,
  .modal--animate-translate-up,
  .modal--animate-translate-down,
  .modal--animate-translate-right,
  .modal--animate-translate-left {
    --modal-transition-duration: .2s;
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s var(--modal-transition-duration);
  }

  .modal--animate-scale .modal__content,
  .modal--animate-translate-up .modal__content,
  .modal--animate-translate-down .modal__content,
  .modal--animate-translate-right .modal__content,
  .modal--animate-translate-left .modal__content {
    will-change: transform;
    transition: transform var(--modal-transition-duration) cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .modal--animate-scale.modal--is-visible,
  .modal--animate-translate-up.modal--is-visible,
  .modal--animate-translate-down.modal--is-visible,
  .modal--animate-translate-right.modal--is-visible,
  .modal--animate-translate-left.modal--is-visible {
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s;
  }

  .modal--animate-scale.modal--is-visible .modal__content,
  .modal--animate-translate-up.modal--is-visible .modal__content,
  .modal--animate-translate-down.modal--is-visible .modal__content,
  .modal--animate-translate-right.modal--is-visible .modal__content,
  .modal--animate-translate-left.modal--is-visible .modal__content {
    transform: scale(1);
  }

  .modal--animate-slide-up,
  .modal--animate-slide-down,
  .modal--animate-slide-right,
  .modal--animate-slide-left {
    --modal-transition-duration: 0.3s;
    transition: opacity 0s var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s var(--modal-transition-duration);
  }

  .modal--animate-slide-up .modal__content,
  .modal--animate-slide-down .modal__content,
  .modal--animate-slide-right .modal__content,
  .modal--animate-slide-left .modal__content {
    will-change: transform;
    transition: transform var(--modal-transition-duration) cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .modal--animate-slide-up.modal--is-visible,
  .modal--animate-slide-down.modal--is-visible,
  .modal--animate-slide-right.modal--is-visible,
  .modal--animate-slide-left.modal--is-visible {
    transition: background-color var(--modal-transition-duration), visibility 0s;
  }

  .modal--animate-slide-up.modal--is-visible .modal__content,
  .modal--animate-slide-down.modal--is-visible .modal__content,
  .modal--animate-slide-right.modal--is-visible .modal__content,
  .modal--animate-slide-left.modal--is-visible .modal__content {
    transform: scale(1);
  }

  .modal--animate-scale .modal__content {
    transform: scale(0.95);
  }

  .modal--animate-translate-up .modal__content {
    transform: translateY(40px);
  }

  .modal--animate-translate-down .modal__content {
    transform: translateY(-40px);
  }

  .modal--animate-translate-right .modal__content {
    transform: translateX(-40px);
  }

  .modal--animate-translate-left .modal__content {
    transform: translateX(40px);
  }

  .modal--animate-slide-up .modal__content {
    transform: translateY(100%);
  }

  .modal--animate-slide-down .modal__content {
    transform: translateY(-100%);
  }

  .modal--animate-slide-right .modal__content {
    transform: translateX(-100%);
  }

  .modal--animate-slide-left .modal__content {
    transform: translateX(100%);
  }
}

.modal--is-loading .modal__content {
  visibility: hidden;
}

.modal--is-loading .modal__loader {
  display: flex;
}

.modal__loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  pointer-events: none;
}

/* -------------------------------- 

File#: _1_skeleton
Title: Skeleton Screen
Descr: Content placeholder used to indicate that content is loading
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --ske-animation-duration: 1s;
  --ske-radius: 0.25em;
}

.ske {
  position: relative;
  background-color: hsla(var(--color-contrast-higher) / 0.1);
  overflow: hidden;
}

.ske::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, hsla(var(--color-contrast-higher) / 0), hsla(var(--color-contrast-higher) / 0.1), hsla(var(--color-contrast-higher) / 0));
  background-repeat: no-repeat;
  background-size: 500px 100%;
  background-position: -500px 0;
  -webkit-animation: ske-background var(--ske-animation-duration) infinite;
  animation: ske-background var(--ske-animation-duration) infinite;
}

@-webkit-keyframes ske-background {
  from {
    background-position: -500px 0;
  }

  to {
    background-position: calc(100% + 500px) 0;
  }
}

@keyframes ske-background {
  from {
    background-position: -500px 0;
  }

  to {
    background-position: calc(100% + 500px) 0;
  }
}

.ske--circle {
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.ske--rect,
[class*=ske--rect-],
.ske--square {
  border-radius: var(--ske-radius);
  -webkit-clip-path: inset(0% 0% 0% 0% round var(--ske-radius));
  clip-path: inset(0% 0% 0% 0% round var(--ske-radius));
}

[class*=ske--rect-],
.ske--square {
  height: 0;
  padding-bottom: calc(100% / (var(--ske-aspect-ratio)));
}

.ske--rect-16\:9 {
  --ske-aspect-ratio: 16/9;
}

.ske--rect-4\:3 {
  --ske-aspect-ratio: 4/3;
}

.ske--square,
.ske--rect-1\:1 {
  --ske-aspect-ratio: 1/1;
}

.ske--text {
  height: 1em;
  border-radius: var(--ske-radius);
  -webkit-clip-path: inset(0% 0% 0% 0% round var(--ske-radius));
  clip-path: inset(0% 0% 0% 0% round var(--ske-radius));
}

/* -------------------------------- 

File#: _1_tabs
Title: Tabs
Descr: A list of content sections (panels), accessible one at a time using control labels
Usage: codyhouse.co/license

-------------------------------- */

.tabs__control {
  text-decoration: none;
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-medium) / var(--tw-text-opacity));
}

.tabs__control:focus {
  outline: 2px solid hsla(var(--color-primary) / 0.2);
  outline-offset: 2px;
}

.tabs__control:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-high) / var(--tw-text-opacity));
}

.js .tabs__control[aria-selected=true] {
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-high) / var(--tw-text-opacity));
  text-decoration: underline;
}

/* -------------------------------- 

File#: _2_weekly-schedule
Title: Weekly Schedule
Descr: A table displaying the events of the week
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --w-schedule-row-height: 50px;
  --w-schedule-row-nr: 0;
  --w-schedule-modal-anim-duration: 0.3s;
  --w-schedule-modal-close-btn-size: 48px;
  --w-schedule-color-1: hsl(59, 63%, 82%);
  --w-schedule-color-1-h: 38;
  --w-schedule-color-1-s: 52%;
  --w-schedule-color-1-l: 53%;
  --w-schedule-color-2: hsl(9, 59%, 46%);
  --w-schedule-color-2-h: 9;
  --w-schedule-color-2-s: 59%;
  --w-schedule-color-2-l: 46%;
  --w-schedule-color-3: hsl(184, 36%, 63%);
  --w-schedule-color-3-h: 184;
  --w-schedule-color-3-s: 36%;
  --w-schedule-color-3-l: 63%;
  --w-schedule-color-4: hsl(345, 6%, 13%);
  --w-schedule-color-4-h: 345;
  --w-schedule-color-4-s: 6%;
  --w-schedule-color-4-l: 13%;
}

.w-schedule {
  position: relative;
  z-index: 1;
}

/* #region (Mobile Navigation) */

.w-schedule__controls {
  /*display: flex;*/
  display: block;
  align-items: center;
}

.w-schedule__control-wrapper {
  flex-grow: 1;
  flex-basis: 0;
}

.w-schedule__control-wrapper:not(:last-child) {
  margin-right: 0.5rem;
}

.w-schedule__control {
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-lower) / var(--tw-bg-opacity));
  padding: 2vw 0;
  border-radius: 0.25rem;
  color: inherit;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
}

.w-schedule__control:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-low) / var(--tw-bg-opacity));
}

.w-schedule__control:focus {
  outline: none;
  box-shadow: 0 0 0 2px hsla(var(--color-primary) / 0.2);
}

.w-schedule__control[aria-selected=true] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-higher) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--color-floor) / var(--tw-text-opacity));
}

/* #endregion */

/* #region (Events) */

.w-schedule__days {
  position: relative;
  z-index: 2;
}

.w-schedule__day {
  position: relative;
  padding-top: 2rem;
}

.w-schedule__col-label {
  /* display: none;*/
}

.w-schedule__events {
  position: relative;
  margin: 0;
}

.w-schedule__event-wrapper:not(:last-child) {
  margin-bottom: 0.75rem;
}

.w-schedule__event {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 2rem;
}

.w-schedule__event {
  border-radius: 0.25rem;
  background-color: var(--w-schedule-color-1);
  /*border-left-width: 4px;
  border-left-style: solid;*/
  /*--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);*/
  transition: 0.3s;
}

.w-schedule__event:hover {
  /*--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);*/
  opacity: 0.7;
}

.w-schedule__event--1 {
  background-color: var(--w-schedule-color-1);
  border-color: hsl(var(--w-schedule-color-1-h), var(--w-schedule-color-1-s), calc(var(--w-schedule-color-1-l) * 0.8));
  --tw-text-opacity: 1;
  color: hsl(var(--color-black) / var(--tw-text-opacity));
}

li:nth-child(odd) .w-schedule__event .w-schedule__event--1 {
  background-color: #ccc;
}

/*
.w-schedule__event--2 {
  background-color: var(--w-schedule-color-2);
  border-color: hsl(var(--w-schedule-color-2-h), var(--w-schedule-color-2-s), calc(var(--w-schedule-color-2-l) * 0.8));
  --tw-text-opacity: 1;
  color: hsl(var(--color-white) / var(--tw-text-opacity));
}

.w-schedule__event--3 {
  background-color: var(--w-schedule-color-3);
  border-color: hsl(var(--w-schedule-color-3-h), var(--w-schedule-color-3-s), calc(var(--w-schedule-color-3-l) * 0.8));
  --tw-text-opacity: 1;
  color: hsl(var(--color-black) / var(--tw-text-opacity));
}

.w-schedule__event--4 {
  background-color: var(--w-schedule-color-4);
  border-color: hsl(var(--w-schedule-color-4-h), var(--w-schedule-color-4-s), calc(var(--w-schedule-color-4-l) * 0.8));
  --tw-text-opacity: 1;
  color: hsl(var(--color-floor) / var(--tw-text-opacity));
}
*/
/* #endregion */

/* #region (Background Rows) */

.w-schedule__grid {
  /* display: none;*/
  display: block;
  position: absolute;
  z-index: 1;
  top: var(--w-schedule-row-height);
  left: 0;
  width: 100%;
}

.w-schedule__grid-row-label {
  /*  display: none;*/
}

/* #endregion */

/* #region (Modal Window) */

.w-schedule-modal {
  --modal-transition-duration: var(--w-schedule-modal-anim-duration);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
}

.w-schedule-modal {
  padding-top: calc(1.125rem * 2 + var(--w-schedule-modal-close-btn-size));
}

.w-schedule-modal__content {
  height: 100%;
  width: 100%;
}

.w-schedule-modal__content--loaded>* {
  -webkit-animation: w-schedule-body-entry-anim 0.4s;
  animation: w-schedule-body-entry-anim 0.4s;
}

@-webkit-keyframes w-schedule-body-entry-anim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes w-schedule-body-entry-anim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.w-schedule-morph-bg {
  position: fixed;
  z-index: 15;
  transform-origin: left top;
}

.w-schedule-close-btn {
  position: fixed;
  top: 1.25rem;
}

.w-schedule-close-btn {
  right: 1.25rem;
}

.w-schedule-close-btn {
  z-index: 15;
  width: var(--w-schedule-modal-close-btn-size);
  height: var(--w-schedule-modal-close-btn-size);
  border-radius: 50%;
  background-color: hsla(var(--color-contrast-higher) / 0.8);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: background 0.2s, opacity var(--w-schedule-modal-anim-duration), visibility 0s var(--w-schedule-modal-anim-duration);
}

.w-schedule-close-btn:hover {
  background-color: hsla(var(--color-contrast-higher) / 1);
}

.w-schedule-close-btn .icon {
  --tw-text-opacity: 1;
  color: hsl(var(--color-floor) / var(--tw-text-opacity));
  display: block;
  margin: auto;
}

.w-schedule-close-btn--is-visible {
  opacity: 1;
  visibility: visible;
  transition: background 0.2s, opacity var(--w-schedule-modal-anim-duration);
}

/* #endregion */


.js .w-schedule__controls {
  /*display: none;*/
}

.js .w-schedule__days {
  display: flex;
  height: calc(var(--w-schedule-row-nr) * var(--w-schedule-row-height));
}

.js .w-schedule__day {
  display: block !important;
  flex-grow: 1;
  flex-basis: 0;
  padding-top: 0;
  border: 0px solid hsla(var(--color-contrast-higher) / 0.1);
  border-left-width: 1px;
}

.js .w-schedule__day:last-child {
  border-right-width: 1px;
}

.js .w-schedule__col-label {
  display: flex;
  height: calc(var(--w-schedule-row-height)*1.5);
  /*justify-content: center;
    align-items: flex-start;*/
  border-bottom: 1px solid hsla(var(--color-contrast-higher) / 0.1);
  font-size: 14px;
  line-height: 1.2em;
  /*margin-top: -30px;*/
}

.js .w-schedule__col-label a {
  display: block;
  background-color: #00a040;
  width: 100%;
  text-align: center;
  padding: 5px 2px;
  color: #fff;
}

.js .w-schedule__day:nth-child(odd) .w-schedule__col-label a {
  background-color: #01b94a;
}

.js .w-schedule__event-wrapper {
  margin-bottom: 0 !important;
}

.js .w-schedule__event {
  height: var(--w-schedule-event-height, auto);
  padding: 0.5rem;
}

.js .w-schedule__event {
  padding: 5px;
}

.js .w-schedule__event {
  position: absolute;
  left: 0;
  top: var(--w-schedule-event-top, initial);
  width: 100%;
  font-size: 13px;
  line-height: 1.4em;
  border-bottom: 1px solid #FFF;
  word-wrap: break-word;
  /*overflow: hidden;*/
}

/*
  .js .w-schedule__event:hover {
    overflow: inherit;
  }*/

.js .w-schedule__grid {
  display: block;
  position: absolute;
  z-index: 1;
  /*top: var(--w-schedule-row-height); */
  top: calc(var(--w-schedule-row-height)*1.5);
  left: 0;
  width: 100%;
  background-color: #FFF;
}

.js .w-schedule__grid-row {
  position: relative;
  height: var(--w-schedule-row-height);
}

.js .w-schedule__grid-row:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /*left: 52px;*/
  width: 100%;
  height: 1px;
  background-color: hsla(var(--color-contrast-higher) / 0.1);
}

.js .w-schedule-modal {
  padding-top: calc(0.75rem * 2 + var(--w-schedule-modal-close-btn-size));
  padding-bottom: calc(0.75rem * 2 + var(--w-schedule-modal-close-btn-size));
}

.js .w-schedule-modal__content {
  max-width: 1024px;
  max-height: 680px;
}



.js .w-schedule__days {
  margin-left: 60px;
}

.js .w-schedule__grid-row:not(:last-child)::after {
  left: 50px;
  width: calc(100% - 60px);
}

.js .w-schedule__grid-row-label {
  display: inline-block;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
  top: 0;
  left: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

html:not(.js) .w-schedule__col-label {
  display: block;
}

/*==============================================追加*/
section.relative.z-1.padding-top-header1 {
  width: 2300px;
}

section.relative.z-1.padding-top-header2 {
  width: 300px;
}

body {
  background: #fff !important;
}

ul.day_select {
  width: 96%;
  display: flex;
  margin: 0 2%;
}

ul.day_select li {
  width: 48%;
  margin: 0 1%;
}

ul.day_select li a {
  display: block;
  text-align: center;
  background-color: #a29a8d;
  padding: 4% 0;
  text-decoration: none;
  color: #fff;
}

ul.day_select li a.tab_on {
  background-color: #b78940;
}

.tt_box {
  overflow: scroll;
  padding: 20px 10px 100px;
  height: 100vh;
  border-top: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
}

.con_box {
  width: 100%;
  padding: 1%;
  margin: 0
}

.title1 {
  font-size: 26px;
  margin-bottom: 10px;
}

.jazz {
  background-color: #ffebce;
}

.funk_fusion {
  background-color: #d0eaf5;
}

.bossa_nova {
  background-color: #a7eccc;
}

.latin {
  background-color: #ded5c0;
}

.rock_blues {
  background-color: #f2c2c2;
}

.gospel {
  background-color: #e1c7ff;
}

.pops {
  background-color: #ffd1e9;
}

.classic {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(242, 219, 190, 1) 0%, rgba(202, 249, 211, 1) 58%);
}

.others {
  background-color: #e2f7cb;
}

.jazzpops {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 218, 165, 1) 0%, rgba(242, 190, 220, 1) 100%);
}

.jazzfunk_fusion {
  background: rgb(255, 255, 255);
  background: linear-gradient(190deg, rgba(255, 255, 255, 0) 0%, rgba(255, 235, 206, 1) 0%, rgba(208, 234, 245, 1) 100%);
}

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

.jenre_color li {
  display: flex;
  align-items: center;
  margin: 5px 20px;
  font-size: 16px;
}

.jenre_color li span {
  display: block;
  width: 16px;
  height: 16px;
}