:root {
  --font-family: Pretendard, sans-serif;
  --base-color-neutral--grey1-text: #333;
  --link-color--link-primary: var(--base-color-brand--secondary);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--grey1-text);
  --background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-brand--secondary);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --text-color--text-darker: var(--base-color-neutral--gray1-text-color);
  --background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--secondary);
  --base-color-brand--secondary: #65ad61;
  --text-color--text-neutral: var(--base-color-neutral--neutral);
  --background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>: var(--base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>);
  --background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--success-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--gray1-pri);
  --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --white\<deleted\|variable-c5e9eab0\>: white;
  --background-color--background-white: var(--white\<deleted\|variable-c5e9eab0\>);
  --background-color--gray-2: var(--base-color-brand--lightest-blue);
  --base-color-neutral--text-color-2: #a2aebe;
  --base-color-neutral--white: #fff;
  --base-color-neutral--black: #000;
  --accessible-components--dark-grey\<deleted\|variable-c4d8099c\>: #9b9b9b;
  --base-color-neutral--line1: #e4e9f1;
  --base-color-neutral--gray2: #f7f9fc;
  --base-color-system--vermilian: #eb5757;
  --background-color--background-grey: var(--base-color-neutral--gray1-pri);
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--gray1-text-color: #64748b;
  --base-color-neutral--gray1-pri: #8a99af;
  --navy\<deleted\|variable-f140516b-1bc1-ec30-0191-8ac9dffaab9d\>: #28323f;
  --base-color-neutral--navy: #28323f;
  --base-color-neutral--neutral-lightest: #e2e8f0;
  --base-color-system--skyblue: #2bb8dd;
  --base-color-brand--lightest-blue: #f7f9fc;
  --base-color-system--success-red-dark: #d34c29;
  --cell-bg-color: #f8f9fc;
  --base-color-brand--brighter-blue: #f8fbff;
  --base-color-brand--primary: #4053d8;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral: #a2adbe;
  --base-color-neutral--text: #64748b;
  --base-color-neutral--color: #f4f8ff;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --base-color-system--yellow: #f9de61;
  --background-color--background-blue-light: var(--base-color-brand--brighter-blue);
  --background-color--background-blue-dark: var(--base-color-brand--primary);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>: #dd23bb;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;

  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  font-family: var(--font-family);
  color: var(--base-color-neutral--grey1-text);
  word-break: keep-all;
  background-color: #f4f5f8;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--base-color-neutral--grey1-text);
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .875rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_background {
  border: .0625rem solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: .0625rem solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

.text-color-black {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
  font-size: .75rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text-rich-text._w-f {
  width: 100%;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  /*font-size: .75rem;*/
  font-size: 1rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: .0625rem dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-medium.align-center {
  justify-content: flex-start;
  align-items: center;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}





.form_field-wrapper_edit {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

    .form_field-wrapper_edit.flex-h {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        color: #64748b;
        align-items: center;
        font-size: .875rem;
        display: flex;
    }

.form_field-wrapper.flex-h.custom1 {
  align-items: flex-start;
}

.form_field-wrapper.flex-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.form_field-wrapper.w50 {
  width: 50%;
}

.form_field-wrapper.gap-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}





.background-color-alternate {
  background-color: var(--background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>);
}

.text-style-muted {
  opacity: .6;
}

.text-size-13-1 {
  font-size: .8125rem;
  font-size: 1rem;
}

.text-size-13-1.underline {
  text-decoration: underline;
}

    .text-size-13-1.text-color-grey {
        color: var(--base-color-neutral--gray1-pri);
    }

.text-color-grey {
    color: var(--base-color-neutral--gray1-pri);
}

.heading-style-h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: #0000;
  border-radius: .25rem;
  min-height: 2.875rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input:focus {
  border-color: var(--base-color-brand--secondary);
}

.form_input::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}

.form_input.is-select-input {
  color: var(--text-color--text-neutral);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_input.is-round {
  border-radius: 20rem;
}

.form_input.is-bigger {
  min-height: 3.75rem;
}

.form_input.is-bigger.is-round {
  padding-left: 3.625rem;
}

.form_input.is-bigger.is-round::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}

.form_input.h34 {
  min-height: 2.125rem;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.flex-body {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100rem;
  height: 100%;
  display: flex;
  overflow: clip;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.875rem;
  font-weight: 600;
  transition: all .27s;
}

.button:hover {
  opacity: .8;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: .125rem solid #0000;
}

.button.is-small {
  padding: .4rem 1.875rem;
  font-size: .875rem;
}

.button.is-large {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.button.is-large.is-round {
  border-radius: 20rem;
}

.button.is-secondary {
  border: .0625rem solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.round {
  border-radius: 100rem;
}

.button.is-round {
  border-radius: 20rem;
}

.button.is-round.width-210 {
  width: 13.125rem;
}

.button.is-full-width {
  width: 100%;
}

.fs-styleguide_classes {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge-96 {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium-32 {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: .0625rem dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall-8 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small-16 {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge-128 {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny-2 {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall-4 {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge-144 {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge-64 {
  width: 100%;
  padding-top: 4rem;
}

.spacer-48 {
  padding-top: 3rem;
}

.spacer-xxlarge-80 {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.section_auth {
  width: 100%;
}

.auth_component {
  width: 100%;
  height: 100%;
  display: flex;
}

.auth_content {
  background-color: var(--white\<deleted\|variable-c5e9eab0\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.auth_content.left {
  background-image: linear-gradient(#65ad61, #206a42 84%, #155432);
}

.auth_content.right {
  background-color: #fff;
}

.auth_item {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-18 {
  font-size: 1.125rem;
}

.text-color-white {
  color: var(--text-color--text-alternate);
}

.auth_heading {
  font-size: 1.625rem;
}

.icon-embed-custom {
  color: #e8e8e8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26.9375rem;
  height: 17.5rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spacer-36 {
  padding-top: 2.25rem;
}

.input-item {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.input-item.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
}

.icon-embed-xsmall {
  color: var(--text-color--text-darker);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.input-item_icon {
  pointer-events: none;
  color: var(--text-color--text-neutral);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: 25% auto auto 7%;
}

.input-submit-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.input-submit-wrap.narrow {
  align-items: center;
}

.checkbox-label {
  /*font-size: .875rem;*/
  /*font-weight: 700;*/
}

.checkbox-field {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_checkbox-icon {
  border: .0625rem solid var(--border-color--border-alternate);
  border-radius: .25rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
}

.form_checkbox-icon.w--redirected-checked {
  border-color: var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  background-size: .75rem;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
}

.or-line-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.4375rem;
  height: 1.0625rem;
  display: flex;
}

.div-block-2 {
  text-align: center;
}

.text-color-gray {
  color: var(--text-color--text-darker);
}

.span-link {
  color: var(--link-color--link-primary);
  font-weight: 700;
}

.div-block-3 {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.auth_form.wide {
  width: 22.5rem;
}

.input-tag-block {
  width: 4.5rem;
  min-width: 4.5rem;
  padding-top: 1rem;
  position: relative;
  top: -.25rem;
}

.input-tag-block.width-full {
  width: auto;
  min-width: 0;
}

.input-tag-block.padding-off {
  padding-top: 0;
}

.input-item_selec-arrow-icon {
  pointer-events: none;
  color: var(--text-color--text-neutral);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: 13% 1% auto auto;
}

.menu_side-component {
  z-index: 99991;
  background-color: var(--background-color--background-white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 16.5625rem;
  height: 100vh;
  padding-top: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.menu-white-spacer {
  width: 16.5625rem;
  height: 100%;
  display: block;
  position: relative;
}

.main_top-bar-content {
  z-index: 9999;
  background-color: var(--background-color--gray-2);
  border-bottom: .0625rem solid #e2e8f0;
  justify-content: flex-start;
  align-items: center;
  height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
  inset: 0% 0% auto 0;
}

.menu_top-content {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.menu_content {
  width: 100%;
}

.menu_sub-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    width: 100%;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    display: flex;
}

.icon-embed-small {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
}

.flex-block {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  align-items: center;
}

.menu_header {
  color: var(--base-color-neutral--grey1-text);
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1rem;
}

.menu_header.is-active-accordion {
  color: var(--text-color--text-alternate);
  background-image: url('../images/active-bar.png'), url('../images/active-bar-side_1active-bar-side.png');
  background-position: 50%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  position: relative;
}

.menu-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.menu_block {
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .875rem;
  display: flex;
  overflow: hidden;
}

.menu-arrow-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.div-block-4 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  padding-left: 29px;
  display: flex;
}

.fs_accordion-2_paragraph {
  margin-bottom: 0;
  font-size: .75rem;
  font-size: 1rem;
}

.menu_body-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  flex-direction: column;
  padding: 1rem 0 1rem 4.125rem;
  display: none;
}

.menu_body-wrapper.flex {
  display: flex;
}

.menu_body {
  min-height: 0;
  transition: max-height .2s;
  display: block;
  overflow: hidden;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper {
  color: var(--base-color-neutral--text-color-2);
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  color: var(--base-color-neutral--white);
  transform: rotate(180deg);
}

.menu_wrapper {
  height: auto;
  transition: all .3s;
  position: relative;
  overflow: clip;
}

.menu_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.spacer-20 {
  padding-top: 1.25rem;
}

.menu_link {
  color: var(--text-color--text-darker);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 1.725rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.menu_link.w--current {
  color: var(--text-color--text-primary);
  font-weight: 700;
}

.menu_link.is-active-accordion {
  color: var(--base-color-neutral--black);
  font-weight: 700;
}

.menu_count {
  background-color: var(--background-color--background-secondary);
  color: var(--white\<deleted\|variable-c5e9eab0\>);
  border-radius: .25rem;
  padding: .0625rem .4375rem;
  font-size: .75rem;
  position: absolute;
  inset: 10% 3% auto auto;
}

.spacer-40 {
  padding-top: 2.5rem;
}

.top-bar_left-content {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.icon-embed-custom-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.125rem;
  display: flex;
}

.dash-top_dropdown {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--background-color--background-white);
  border: .0625rem solid #bbb;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 9.75rem;
  padding: .5rem .5rem .5rem .75rem;
  display: flex;
}

.top-bar_select-link {
  border-bottom: .0625rem solid var(--border-color--border-primary);
  background-color: #fff;
  width: 100%;
  padding: 1.25rem 1rem;
}

.top-bar_select-link:hover {
  opacity: .7;
}

.top-bar_select-link:focus-visible {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.top-bar_select-link[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.top-bar_select-link.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.top-bar_select-link.non-underline {
  border-bottom-style: none;
}

.top-bar_select-link.active {
  background-color: var(--background-color--gray-2);
}

.fs_selectcustom-1_field {
  margin-bottom: 0;
  display: none;
}

.fs_selectcustom-1_text {
  font-size: .875rem;
}

.fs_selectcustom-1_arrow {
  right: -.625rem;
}

.fs_selectcustom-1_dropdown {
  z-index: 99;
  margin-left: 0;
}

.fs_selectcustom-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-bar_select {
  margin-bottom: 0;
}

.tob-bar_right-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tob-bar_weather {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  background-color: #eff4fb;
  border: .0625rem solid #e2e8f0;
  border-radius: 12.5rem;
  align-items: center;
  padding: .3rem 1.25rem;
  display: flex;
}

.tob-bar_icons {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  background-color: #eff4fb;
  border: .0625rem solid #e2e8f0;
  border-radius: 12.5rem;
  align-items: center;
  padding: .375rem;
  display: flex;
  position: relative;
}

.icon-embed-custom-7 {
  color: var(--text-color--text-darker);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.flex-block-2 {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  position: relative;
}

.alert-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .625rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tob-bar_user-content {
  padding-left: 1rem;
}

.flex-block-3 {
  flex-direction: column;
}

.tob-bar_user-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
}

.tob-bar_user-image {
  border-radius: 50%;
  width: 2.875rem;
  height: 2.875rem;
}

.user-name {
  font-size: .875rem;
  font-weight: 600;
}

.user-detail {
  color: var(--text-color--text-darker);
  font-size: .625rem;
}

.fs_accordion-2_body {
  background-color: #fff;
  width: 100%;
  padding: 1rem 1.5rem;
}

.fs_accordion-2_content {
  width: 100%;
  transition: max-height .2s;
  display: none;
  position: absolute;
  overflow: hidden;
}

.fs_accordion-2_header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header-2:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.fs_accordion-2_header-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.menu_collecpse-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.main_title-content {
  justify-content: space-between;
  padding: 7rem 3.5rem 1.75rem;
  display: flex;
}

.heading-title {
  font-size: 1.75rem;
  font-weight: 500;
}

.select-wrapper {
  margin-bottom: 0;
}

.main_title-sort {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: .0625rem #bbb;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 7rem;
  padding: .5rem .5rem .5rem .75rem;
  display: flex;
}

.icon-embed-custom-14 {
  background-color: var(--background-color--background-white);
  color: var(--background-color--background-secondary);
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.main_title-sort-wrap {
  z-index: 99;
  margin-left: 0;
}

.main_title-sort-select {
  border: .0625rem #000;
  padding: 0 1rem;
}

.main_title-sort-select:hover {
  opacity: .7;
}

.main_title-sort-select:focus-visible {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.main_title-sort-select[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.main_title-sort-select.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.main_title-sort-body.w--open {
  background-color: #ddd0;
  border: .0625rem #ddd;
  margin-top: 1rem;
  font-size: .875rem;
  top: 1.8125rem;
}

.modal-subs_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 1.5rem 1.2rem;
  display: block;
}

.modal-subs_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 19rem;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 8px .5rem #00000026;
}

.modal_subs-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.modal-subs-popup {
  z-index: 99999;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4.0625rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-subs_cover {
  position: absolute;
  inset: 0%;
}

.frame-1000004162 {
  grid-column-gap: 8.4375rem;
  grid-row-gap: 8.4375rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text {
  color: #64748b;
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 105%;
}

.frame-1000004161 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-12 {
  color: #1a74ef;
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 105%;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.modal-subs_item {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .625rem;
  display: flex;
}

.vectors-wrapper-2 {
  background-color: var(--background-color--background-secondary);
  object-fit: cover;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
}

.vectors-wrapper-2.is-color-grey {
  background-color: #64748b;
}

.text-13 {
  color: #333;
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 105%;
}

.divider {
  background-color: #e2e8f0;
  width: 100%;
  height: .0625rem;
}

.subscription-icon-svg {
  color: var(--background-color--background-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.4375rem;
  display: flex;
}

.frame-59 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #fff6f3;
  border-radius: .1875rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .125rem .3125rem;
  display: flex;
}

.text-14 {
  color: #d34c29;
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .625rem;
  font-weight: 500;
  line-height: 105%;
}

.frame-58 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #f2f7fe;
  border-radius: .1875rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .125rem .1875rem;
  display: flex;
}

.text-15 {
  color: #1a74ef;
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .625rem;
  font-weight: 500;
  line-height: 105%;
}

.list-text {
  color: var(--text-color--text-darker);
  font-size: .875rem;
}

.menu_collecpse-component {
  z-index: 9999;
  background-color: var(--background-color--background-white);
  width: 0;
  height: 100vh;
  padding-top: 1.5rem;
  display: block;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.menu_collecpse-component.open {
  width: 4rem;
}

.menu_collecpse-top {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.6875rem;
  height: 1.875rem;
  display: flex;
}

.spacer-38 {
  padding-top: 2.375rem;
}

.menu_collecpse-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.menu_collecpse-item {
  color: var(--text-color--text-darker);
  width: 100%;
  height: 2.5rem;
  padding-left: .8125rem;
}

.menu_collecpse-item.w--current {
  color: var(--base-color-neutral--white);
  background-image: url('../images/Frame-1000003558_1Frame 1000003558.png'), url('../images/active-bar-side_1active-bar-side.png');
  background-position: 50%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.menu_collecpse-icon-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .575rem;
  display: flex;
}

.menu-collepse-white-spacer {
  width: 0;
  height: 100%;
  display: block;
  position: relative;
}

.menu-collepse-white-spacer.open {
  width: 4rem;
}

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

.main-button-large {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--text-color--text-darker);
  background-color: #fff;
  border: .0625rem solid #e4e9f1;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .65rem 1.3rem .65rem 1rem;
  font-weight: 600;
  display: flex;
}

.main-button-large.solid-green {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
}

.main-button-large.solid-green._w-f {
  width: 100%;
}

.main-button-large.border-transp {
  background-color: #fff0;
}

.main-button-large.text-dark {
  color: var(--text-color--text-primary);
}

.main-button-large.bg-transp {
  border-color: var(--base-color-neutral--line1);
  background-color: #fff0;
}

.main-button-large.bg-dark {
  color: var(--base-color-neutral--white);
  background-color: #384e6b;
}

.main-button-large.min-100 {
  min-width: 6.25rem;
}

.main-button-large.bg-light {
  border-color: var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
  color: var(--text-color--text-primary);
}

.main-button-large.bg-light.min-140 {
  min-width: 8.75rem;
}

.main-button-large.white {
  background-color: var(--base-color-neutral--white);
  color: #4f4f4f;
  text-align: justify;
}

.main-button-large.solid-red {
  border-color: var(--base-color-system--vermilian);
  background-color: var(--base-color-system--vermilian);
  color: var(--base-color-neutral--white);
}

.main-button-large.solid-dark-gray {
  border-color: var(--base-color-neutral--text-color-2);
  background-color: var(--base-color-neutral--text-color-2);
  color: var(--text-color--text-alternate);
}

.main-button-large.text-size-14.text-weight-semibold.to--red {
  border-color: var(--base-color-system--vermilian);
  background-color: var(--base-color-system--vermilian);
  color: var(--base-color-neutral--white);
  min-width: 13.625rem;
}

.main-button-large.text-size-14.text-weight-semibold._w-216 {
  min-width: 13.5rem;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.text-18 {
  line-height: 1.5rem;
}

.frame-1000006180 {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-tags {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-tags_box {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.project-tags_box.blue {
  background-color: #53aacb;
}

.project-tags_box.green {
  background-color: #53cb8a;
}

.project-tags_box.red {
  background-color: #e79277;
}

.text-20 {
  color: #000;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.fs_modal-2_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_close-icon.close-size-small {
  width: .75rem;
}

.modal_close {
  cursor: pointer;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal_close:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.modal_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: .25rem;
  outline-width: .125rem;
  outline-style: solid;
}

.modal_pjt-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: block;
}

.modal_pjt-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 69.0625rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem #0003;
}

.modal_pjt-wrapper.overflow-auto {
  height: 98%;
}

.modal_pjt-cover {
  position: absolute;
  inset: 0%;
}

.table_cell {
  color: var(--text-color--text-neutral);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: .875rem;
  display: flex;
}

.table_row-5grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-5grid:hover {
  background-color: #f8fbff;
}

.table_row-5grid.pjt-table {
  grid-template-columns: 1fr 1fr .34fr .35fr .35fr;
}

.table_head {
  border-top: .0625rem solid #e4e9f1;
  border-bottom-color: #e4e9f1;
}

.table_component {
  width: 100%;
}

.table_header-sort-icon {
  color: var(--text-color--text-darker);
  background-image: url('../images/Group-1000004272_1Group 1000004272.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: .625rem;
  width: 100%;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.9;
}

.table_header-sort-icon.sort-expand {
  background-position: 100%;
}

.table_header-sort-icon.sort-no {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.file-image {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--text-color--text-alternate);
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  position: relative;
}

.file-image.red {
  background-color: #eb5757;
  border-radius: .5rem;
}

.file-image.grey {
  background-color: var(--background-color--background-grey);
}

.file-image.border {
  border: .0625rem solid var(--border-color--border-primary);
}

.file-image.green {
  background-color: #65ad61;
}

.image-wrapper-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.table-flex-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.table_button {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  background-color: #f7f9fc;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
  padding: .3125rem;
  font-size: .875rem;
  display: flex;
  box-shadow: 0 1px .125rem #0000000d;
}

.text-21 {
  text-transform: undefined;
  line-height: 105%;
}

.table_page-nation {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagination-arrow-left {
  padding: .4375rem .4375rem 7p;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.chevron-left {
  padding: .125rem .3125rem 2p;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .479004rem;
  height: .889014rem;
  display: flex;
}

.pagination-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--background-color--background-secondary);
  border-radius: .3rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: .375rem .75rem;
  display: flex;
}

.text-22 {
  color: #e5e7eb;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 50;
  line-height: 1.5rem;
}

.pagination-item-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-radius: .1875rem .1875rem 3p;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .375rem .75rem;
  display: flex;
}

.text-23 {
  color: #606882;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.pagination-elipsis {
  border-radius: .1875rem .1875rem 3p;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 2.25rem;
  padding: .375rem .5rem;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: 1.25rem;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .477246rem;
  height: .889014rem;
  display: flex;
}

.top-bar_select-list.w--open {
  background-color: var(--background-color--background-white);
  border: .0625rem solid #e4e9f1;
  border-radius: .25rem;
  width: 21.25rem;
  margin-top: 1rem;
  font-size: .875rem;
  box-shadow: 0 2px .3125rem #0003;
}

.top-bar_select-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.top-bar_select-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.spacer-24 {
  padding-top: 1.5rem;
}

.top-bar_checkbox-wrap {
  position: relative;
}

.checkbox-field-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
}

.top-bar_flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top-bar_select-icon-wrapper {
  background-color: var(--text-color--text-neutral);
  color: var(--text-color--text-alternate);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
}

.top-bar_select-icon-wrapper.blue {
  background-color: #53aacb;
}

.icon-embed-custom-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.flex-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
}

.project-star {
  width: 1.5rem;
  height: 1.5rem;
}

.project-star.is-active {
  color: #f9de61;
}

.project-status-text {
  color: var(--base-color-neutral--neutral-light);
  font-size: .75rem;
}

.tob-bar_search-warapper {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-white);
  border-radius: .25rem;
  width: 27.125rem;
  padding: 1.25rem 1.625rem;
  display: block;
  position: absolute;
  top: 6.675rem;
  left: auto;
  right: 14.8125rem;
  box-shadow: 0 2px .3125rem #0003;
}

.tob-bar_search-content {
  grid-column-gap: 15p;
  grid-row-gap: .9375rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-24 {
  color: #333;
  text-transform: undefined;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 50;
}

.tob-bar_search-item {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tob-bar_search-submit {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--base-color-brand--secondary);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 2.25rem;
  padding: .5625rem 1.875rem .6875rem;
  font-size: .75rem;
  display: flex;
}

.tob-bar_search-input {
  background-image: url('../images/icons---Regular_1icons - Regular.png');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 1.0625rem;
  border-radius: .25rem;
  width: 100%;
  height: 2.25rem;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

.tob-bar_search-form {
  margin-bottom: 0;
}

.modal_search-cover {
  position: absolute;
  inset: 0%;
}

.modal_search-popup {
  z-index: 999;
  background-color: #8a99af80;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_search-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.menu {
  height: 100vh;
}

.breadcrumbs {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumbs.is-center {
  justify-content: center;
  align-items: center;
}

.page-name {
  color: #1c2434;
  font-family: Pretendard, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.breadcrumb_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dashboard {
  color: #64748b;
  text-align: right;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.text-26 {
  color: #64748b;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.page-name-2 {
  color: #1a74ef;
  text-align: right;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.spacer-56 {
  padding-top: 3.5rem;
}

.fs_selectcustom-1_dropdown-2 {
  z-index: 99;
  margin-left: 0;
}

.table_row-3grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-3grid.search-result {
  grid-template-columns: 1fr .5fr .5fr;
}

.table_row-3grid.search-result:hover {
  background-color: #f8fbff;
}

.table_header-nomal {
  color: var(--text-color--text-darker);
  width: 100%;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.9;
}

.icon-bg {
  position: relativ;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.73714rem;
  height: 1.75rem;
  display: flex;
}

.icon-image {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .125rem .0625rem;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .806531rem;
  height: .71875rem;
  display: flex;
}

.table-flex-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.table-user-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #fff;
  border: .125rem solid #fff;
  border-radius: 1.25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -.9375rem;
  padding: .125rem;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 1.125rem;
}

.form_select-input-small {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  background-image: url('../images/Vector.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .25rem;
  width: 100%;
  height: 2.125rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_select-input-small:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.form_select-input-small::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}

.form_select-input-small._w-340 {
  max-width: 21.25rem;
}

.form_select-input-small.smallest {
  padding-left: .6rem;
  font-size: .75rem;
}

.form_select-input-small.h-44 {
  height: 2.75rem;
}

.form_button {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  border: .0625rem solid var(--border-color--border-primary);
  color: var(--text-color--text-darker);
  background-color: #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.125rem;
  min-height: 2.125rem;
  padding: .3125rem;
  font-size: .875rem;
  display: flex;
  box-shadow: 0 1px .125rem #0000000d;
}

.form_button.red-delete {
  color: var(--text-color--text-error);
}

.white-spacer {
  padding: 0;
}

.content_block-padding16 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-size-14 {
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.text-size-14.weight-medium {
  font-weight: 500;
}

.text-size-14.weight-medium.align-left {
  text-align: left;
}

.text-size-14.weight-medium.align-left.to-text-12 {
  font-size: .75rem;
}

.text-size-14.text-indicator {
  color: #ea352b;
  font-size: .75rem;
  font-weight: 700;
}

.text-size-14.text-weight-bold {
  font-weight: 700;
}

.text-size-14.text-weight-bold.text-color-grey {
  color: var(--base-color-neutral--gray1-text-color);
}

.text-size-14.text-weight-semibold {
  font-weight: 600;
}

.content-form_flex {
  grid-column-gap: .4375rem;
  display: flex;
}

.spacer-20-2 {
  padding-bottom: 1.25rem;
}

.spacer-16 {
  padding-bottom: 1rem;
}

.content-form_row {
  grid-column-gap: 1.0625rem;
  grid-row-gap: 1.0625rem;
  border-bottom: .0625rem solid #eff2f8;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: .8rem;
  display: flex;
}

.content-form_row.height-50 {
  height: 3.125rem;
}

.content-form_row.border-top {
  border-top: .0625rem solid #eff2f8;
}

.content-form_row.is-bg-light-blue {
  background-color: #f8fbff;
}

.content-form_left {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex: 0 auto;
    /*justify-content: center;*/
    justify-content: flex-start;
    align-items: center;
    min-width: 5rem;
    height: 100%;
    padding: .625rem 1.25rem;
    display: flex;
    width: 80px;
}

.content-form_left.blank-para {
  opacity: 0;
}

.form_input-search-small {
  border: .0625rem solid var(--border-color--border-primary);
  background-image: url('../images/search-1.svg'), url('../images/Rectangle-4985_1Rectangle 4985.png');
  background-position: 97%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: .875rem, auto;
  border-radius: .25rem;
  width: 100%;
  max-width: 21.25rem;
  height: 2.125rem;
  margin-bottom: 0;
}

.form_input-search-small:focus {
  border-color: var(--background-color--background-secondary);
}

.form_input-search-small::placeholder {
  font-size: .75rem;
  font-size: 1rem;
}

.form_filter-button {
  border: .0625rem solid var(--border-color--border-primary);
  border-radius: .1875rem;
  align-items: center;
  height: 1.875rem;
  padding: 0 .8125rem;
  font-size: .75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form_filter-button.is-active-inputactive {
  border-width: .125rem;
  border-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-weight: 700;
}

.flex-block-7 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
}

.frame-1000004106 {
  grid-column-gap: 10p;
  grid-row-gap: .625rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_input-button {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--text-color--text-alternate);
  background-color: #4053d8;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 2.375rem;
  padding: .6875rem 1.875rem .6875rem 1.375rem;
  display: flex;
}

.form_input-button.grey {
  background-color: var(--background-color--background-grey);
}

.form_input-button.dark-grey {
  background-color: #384e6b;
}

.search-1 {
  padding: .125rem .125rem 2p;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-33 {
  color: #eff4fb;
  text-align: cente;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.icon-embed-custom-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1875rem;
  height: 1.125rem;
  display: flex;
}

.icon-embed-custom-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.25rem;
  display: flex;
}

.flex-block-8 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
}

.div-block-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.icon-embed-custom-29 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.table_row-8grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-8grid:hover {
  background-color: #f8fbff;
}

.table_row-8grid.layout1 {
  grid-template-columns: .25fr .3fr .25fr .4fr .4fr .4fr .4fr 2.5fr;
}

.table_row-8grid.layout2 {
  grid-template-columns: .35fr 1fr 1fr 1fr 1fr 2fr 1fr 1fr;
}

.table_row-8grid.layout3 {
  grid-template-columns: .25fr .3fr .25fr .5fr .5fr .5fr 1fr 1fr;
}

.table_row-8grid.layout4 {
  grid-template-columns: .25fr .25fr .25fr .4fr .4fr .75fr 1fr 1fr;
}

.project-star-small {
  color: #dfe3f0;
  width: 1.25rem;
  height: 1.25rem;
}

.project-star-small.dark {
  color: var(--base-color-neutral--text-color-2);
}

.table_header-small {
  color: var(--text-color--text-darker);
  width: 100%;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.9;
}

.flex-center {
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.icon-embed-custom-30 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.flex-block-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 1.625rem;
}

.fs_checkbox-2_label-2 {
  z-index: 1;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.fs_checkbox-2_button-2 {
  border: .0625rem #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px .1875rem #0000;
}

.fs_checkbox-2_button-2.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.fs_checkbox-2_button-2.w--redirected-focus {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
}

.fs_checkbox-2_button-2.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.flex-block-12 {
  justify-content: space-between;
}

.icon-embed-custom-33 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.flex-block-13 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.icon-embed-custom-34, .icon-embed-custom-35 {
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.table_row-10grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-10grid:hover {
  background-color: #f8fbff;
}

.table_row-10grid.layout1 {
  grid-template-columns: .25fr .25fr .25fr .25fr 1fr .4fr .4fr .4fr .5fr .75fr;
}

.table_row-10grid.layout2 {
  grid-template-columns: .25fr .25fr .25fr .4fr .4fr .5fr .75fr .75fr .75fr 1fr;
}

.table_row-10grid.layout3 {
  grid-template-columns: minmax(40px, 40px) .25fr minmax(40px, 40px) .35fr .35fr .35fr 2.2fr .5fr .5fr .5fr;
}

.table_row-10grid.layout4 {
  grid-template-columns: .35fr .45fr .35fr 1fr 1fr 1.5fr 1fr 1fr 2fr 4fr;
}

.table_row-4grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--base-color-neutral--line1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-4grid:hover {
  background-color: #f8fbff;
}

.table_row-4grid.layout1 {
  grid-template-columns: .25fr .5fr .5fr 1fr;
}

.table_row-4grid.layout2 {
  grid-template-columns: .35fr 1fr 1fr 1fr;
}

.form_input-small {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-white);
  border-radius: .25rem;
  height: 2.125rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-small:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.form_input-small::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}

.form_input-small.number {
  border-color: var(--base-color-neutral--gray1-pri);
  height: 1.5rem;
  margin-right: 0;
  padding-right: 0;
}

.form_input-small.number-red {
  border-color: var(--base-color-neutral--gray1-pri);
  color: var(--base-color-system--vermilian);
  height: 1.5rem;
  margin-right: 0;
  padding-right: 0;
  font-weight: 600;
}

.fs_selectcustom-1_dropdown-3 {
  margin-left: 0;
}

.form_select-icon-wrap {
  background-color: #f5f5f500;
  padding: 0;
}

.form_select-icon-wrap:focus-visible {
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.form_select-icon-wrap[data-wf-focus-visible] {
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.form_select-icon-wrap.w--open {
  z-index: 99;
}

.modal_stage-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.modal_stage-popup {
  z-index: 999;
  background-color: #8a99af80;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-size-20 {
  font-size: 1.25rem;
}

.text-size-20.weight-bold {
  font-weight: 700;
}

.text-size-20.weight-bold.active {
  color: #65ad61;
}

.text-size-20.weight-bold.active.red {
  color: #e75530;
}

.form_input-label-text {
  color: var(--text-color--text-secondary);
  font-size: .875rem;
}

.form_input-label-text._w-fixed-64 {
  min-width: 5rem;
}

.form_input-label-text.custom1 {
  position: relative;
  top: 1.125rem;
}

.form_input-label-text.costome2-fit {
  width: 5.25rem;
}

.form_input-label-text._w-fixed-96 {
  min-width: 6rem;
}

.form_input-label-text._w-fixed-96.top-set {
  padding-top: .75rem;
}

.flex-block-16 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--text-color--text-darker);
  align-items: center;
  width: 100%;
  font-size: .875rem;
}

.flex-block-17 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
}

.div-block-15 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.flex-block-18 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.table_row-7grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-7grid:hover {
  background-color: #f8fbff;
}

.icon-embed-custom-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
}

.flex-block-19 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.icon-embed-custom-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.4375rem;
  display: flex;
}

.calendar-icon-svg {
  background-color: var(--background-color--background-white);
  pointer-events: none;
  color: var(--text-color--text-darker);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  inset: 27% 5% auto auto;
}

.calendar-icon-svg.size-large {
  top: 25%;
}

.date-picker {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-white);
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.date-picker:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.date-picker::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}

.date-picker.size-large {
  height: 2.875rem;
  padding-left: 1rem;
}

.div-block-16 {
  z-index: 9999999;
  width: 100%;
  position: relative;
}

.form_input-large {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-white);
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-large:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.form_input-large::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}

.form_input-large.is-disabled.left-padding {
  padding-left: 2.1rem;
}

.form_input-large.full-width {
  width: 100%;
}

.hide-check-label {
  display: none;
  position: absolute;
  inset: 0%;
}

.checkbox-star-wrapper {
  position: relative;
}

.checkbox-star {
  background-image: url('../images/star-1_1star 1.png');
  background-position: 50%;
  background-size: contain;
  border-style: none;
  border-radius: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.checkbox-star.w--redirected-checked {
  background-color: #3898ec00;
  background-image: url('../images/Vector_1Vector.png'), none;
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: contain, cover;
  border-style: none;
}

.checkbox-star.w--redirected-focus {
  box-shadow: none;
}

.table-box-icon-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.fs_selectcustom-1_dropdown-4 {
  margin-left: 0;
}

.flex-block-22 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 1.625rem;
}

.table_header-nomal-2 {
  color: #64748b;
  width: 100%;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.9;
}

.table-box-icon-svg2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.modal_writing-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.modal_writing-popup {
  z-index: 999;
  background-color: #8a99af80;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_writing-cover {
  position: absolute;
  inset: 0%;
}

.modal_writing-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 48.75rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem #0003;
}

.modal_writing-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 2rem 4rem 4rem;
  display: block;
}

.form_select-input-large {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: #0000;
  background-image: url('../images/Vector.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_select-input-large:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.form_select-input-large::placeholder {
  color: var(--text-color--text-neutral);
  font-size: .875rem;
}

.form_vertical {
  flex-direction: column;
  display: flex;
}

.form_vertical.gap-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.form_vertical.gap-38 {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
}

.ms-drawer-top {
  color: #121331;
  border-radius: 1rem 1rem 0 0;
  justify-content: space-between;
  align-items: center;
  padding: .6875rem .625rem .625rem;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #ebebeb;
}

.form_attached-wrapper {
  width: 100%;
  padding-top: 0%;
  position: relative;
}

.form_attached-image {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.file-upload-hide {
  display: none;
}

.form_input-large-close {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-white);
  pointer-events: none;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-large-close:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.form_input-large-close::placeholder {
  color: var(--text-color--text-primary);
  font-size: .875rem;
}

.icon-embed-custom-41 {
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.375rem;
  display: flex;
  position: absolute;
  inset: 27% 2% auto auto;
}

.flex-block-23 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.icon-embed-custom-42 {
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 2px;
  display: flex;
}

.icon-embed-custom-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.modal_detail-popup {
  z-index: 999;
  background-color: #8a99af80;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_detail-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 48.75rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem #0003;
}

.modal_detail-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 2rem 4rem 4rem;
  display: block;
}

.modal_detail-cover {
  position: absolute;
  inset: 0%;
}

.is-disabled {
  background-color: var(--background-color--gray-2);
  pointer-events: none;
  cursor: not-allowed;
}

.form_attached_list {
  width: 100%;
}

.modal_detail-component {
  display: flex;
}

.span-text-blue {
  color: var(--text-color--text-success);
}

.flex-block-24 {
  border-bottom: .0625rem solid var(--border-color--border-primary);
  justify-content: space-between;
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.flex-block-25 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.modal_update-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 2rem 2.5rem 4rem;
  display: block;
}

.modal_update-content.padding-bottom-32 {
  padding-bottom: 2rem;
}

.calendar-icon-large-svg {
  background-color: var(--background-color--background-white);
  pointer-events: none;
  color: var(--text-color--text-darker);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  inset: 24% 10% auto auto;
}

.editor-wrapper {
  width: 100%;
  height: 14rem;
  margin-bottom: 2rem;
}

.html-embed {
  height: 100%;
}

.table_empty-space {
  border-bottom: .0625rem solid var(--border-color--border-primary);
  justify-content: center;
  align-items: center;
  height: 23.75rem;
  display: flex;
}

.form_wrapper-fullwidth {
  width: 100%;
  position: relative;
}

.file-image-3 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  position: relative;
}

.file-image-3.green {
  background-color: #65ad61;
}

.file-image-3.border {
  border: .0625rem solid #e2e8f0;
}

.file-image-3.red {
  background-color: #eb5757;
  border-radius: .5rem;
}

.flex-horizontal {
  align-items: center;
  display: flex;
  position: relative;
}

.flex-horizontal.gap-24 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.flex-horizontal._w-372 {
  align-items: flex-start;
  width: 23.25rem;
  margin-left: auto;
  margin-right: auto;
}

.flex-horizontal.gap-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-horizontal.gap-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-horizontal.gap-48 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex-horizontal.gap-48.max-width-large.is-updated {
  max-width: 35.5rem;
}
.flex-horizontal.space-between {
  justify-content: space-between;
}

.flex_horizontal {
  display: flex;
}

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

.flex-block-40 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.form_title-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form_title-heading {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.document-form_cell {
  border-style: none solid solid none;
  border-width: .0625rem;
  border-color: var(--border-color--border-primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.25rem .2rem;
  font-size: .75rem;
  display: flex;
}

.document-form_cell.red-gap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #fdefeb;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.document-form_header-lo2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.modal_simple-component {
  display: flex;
}

.modal_simple-popup {
  z-index: 9999;
  background-color: #8a99af80;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal_simple-popup.open {
  display: flex;
}

.modal_simple-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 39.125rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem #0003;
}

.modal_simple-wrapper._w-420 {
  min-width: 26.25rem;
  max-width: 26.25rem;
}

.modal_simple-wrapper._w-420.shadow {
  box-shadow: 8px 6px 3.8rem #0003;
}

.modal_simple-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 2rem 4rem 3rem;
  display: block;
}

.modal_simple-content.padding-narrow {
  padding-bottom: 2rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.gap-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.board_cell {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.board_cell.underline {
  border-bottom: 1px solid var(--border-color--border-primary);
  position: relative;
}

.board_cell.underline.right-line {
  border-right: 1px solid var(--border-color--border-primary);
}

.board_cell.underline.right-line.no-padding {
  padding: 0;
}

.text-color-red {
  color: var(--text-color--text-error);
}

.my_form-content {
  padding: 3rem 2.5rem;
}

.form_file-upload-transparent {
  opacity: 0;
  width: 4.375rem;
  height: 4.375rem;
}

.form_file-upload-transparent.sign-size {
  width: 15rem;
  height: 15rem;
}

.my_member-image-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.my_member-image {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.form_flex-wrap-46 {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  align-items: center;
}

.my_2grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.my_sign-image {
  pointer-events: none;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal_weather-component {
  z-index: 99999999;
  position: relative;
}

.modal_weather-popup {
  z-index: 99999999;
  background-color: #8a99af80;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_weather-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #828282;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 28.625rem;
  display: block;
  position: relative;
  left: -181px;
  overflow: clip;
  box-shadow: 0 2px .3125rem #0003;
}

.modal_weather-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 0;
  display: block;
}

.modal_weather-cover {
  position: absolute;
  inset: 0%;
}

.flex-block-47 {
  justify-content: space-between;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.checkbox-field-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-label-3 {
  margin-bottom: 0;
  font-size: .75rem;
}

.div-block-37 {
  border-top: 1px solid var(--border-color--border-primary);
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: #f7f9fc;
  justify-content: center;
  margin: 0;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.form-weather-select {
  border-bottom: .0625rem none var(--border-color--border-primary);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.form-weather-select:hover {
  opacity: .7;
}

.form-weather-select:focus-visible {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.form-weather-select[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.form-weather-select.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.fs_accordion-2_paragraph-3 {
  color: var(--text-color--text-darker);
  margin-bottom: 0;
  font-size: .75rem;
}

.fs_accordion-2_body-3 {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-2_content-4 {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_arrow-wrapper-4 {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper-4.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_item-4 {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.fs_accordion-2_component-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-block-48 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.weather-select-icon {
  background-color: var(--text-color--text-neutral);
  color: var(--text-color--text-alternate);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  position: relative;
}

.weather-select-icon.blue-light {
  background-color: #e5ecf6;
}

.weather-select-icon.red-light {
  background-color: #fff2e8;
}

.weather-select-icon.green-light {
  background-color: #e8f6e5;
}

.weather-icon-dot {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .625rem;
  display: flex;
  position: absolute;
  inset: -13% -11% auto auto;
}

.icon-embed-custom-56 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.25rem;
  display: flex;
}

.flex-block-50 {
  flex: 1;
}

.div-block-38 {
  height: 100%;
  max-height: 43.75rem;
  overflow: auto;
}

.map-pin-yellow {
  color: #faff00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.home-body_component {
/*  height: 100%;
  min-height: 100vh;*/
  display: flex;
  position: relative;
}

.main-wrapper {
  background-color: #f4f5f8;
  flex: 1;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.icon-embed-custom-62 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 1.4375rem;
  display: flex;
}

.menu_side-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 86%;
  display: flex;
}

.top-bar_left-sub-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  display: flex;
}

.top-bar_link {
  grid-column-gap: .1875rem;
  border: 1px solid #e2e8f0;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  height: 2.125rem;
  padding: .625rem;
  text-decoration: none;
  display: flex;
}

.document-text {
  grid-column-gap: .625rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 2px .25rem;
  text-decoration: none;
  display: flex;
}

.text-47 {
  color: #64748b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.icon-embed-custom-67 {
  color: var(--base-color-neutral--gray1-text-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1875rem;
  height: 1.125rem;
  display: flex;
}

.icon-embed-xsmall-4 {
  color: var(--base-color-brand--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.home-body_bg-wrapper {
  width: 100%;
  max-width: 73.75rem;
  position: relative;
}

.home-body_bg-wrapper.is-expend {
  max-width: none;
}

.home-body_bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-body_content-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f1f2f5;
  flex-flow: column;
  flex: 1;
  max-width: 29.625rem;
  padding: 2rem;
  display: flex;
}

.home-body_content-right.is-hide {
  display: none;
}

.content-map-icon_wrapper {
  z-index: 100;
  background-color: var(--navy\<deleted\|variable-f140516b-1bc1-ec30-0191-8ac9dffaab9d\>);
  border-radius: .25rem;
  position: absolute;
  inset: 2.4rem auto auto 1.7rem;
}

.content-map-icon_content {
  background-color: var(--base-color-neutral--navy);
  border: 1px solid #384e6b;
  border-radius: .25rem;
  max-width: 4.875rem;
}

.content-map-icon_item {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #0f0f0f;
  border-bottom: .0625rem solid #384e6b;
  flex-direction: column;
  align-items: center;
  padding: .625rem 1rem .4375rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon-embed-custom-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.custom-map-icon-text {
  color: var(--white\<deleted\|variable-c5e9eab0\>);
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
}

.content-map-icon_num {
  color: #fff;
  background-color: #ef7123;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  font-size: .625rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: .25rem .25rem auto auto;
}

.content-map-icon_wrapper-right {
  z-index: 100;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 2.4rem 1.7rem auto auto;
}

.content-map-icon_wrapper-bottom {
  z-index: 1;
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  flex-flow: column;
  margin-bottom: 2.4rem;
  margin-right: 1.7rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.content-map-icon_link {
  position: relative;
}

.content-map-white-link {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  inset: 0%;
}

.content-map-white-link.minus {
  top: auto;
}

.content-map-white-link.center {
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}

.content-map-white-link.bottom {
  top: auto;
}

.content-map_select-wrapper {
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  width: 8.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.content-map_select-wrapper.is-width-expand {
  width: 12.8125rem;
}

.content-map_select {
  background-color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.content-map_select.left {
  border-right: 1px solid #f2f2f2;
}

.content-map_search-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-41 {
  padding-top: 2.4rem;
}

.content-map_search {
  border: 1px solid var(--border-color--border-alternate);
  background-image: url('../images/search-2_1search 2.png');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: .25rem;
  width: 16.125rem;
  height: 2.5rem;
  padding-left: 1rem;
  font-size: .875rem;
}

.content-map_pin-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.map-pin-red {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.map-pin-red.is-2 {
  bottom: -15px;
}

.map-pin-red.is-3 {
  bottom: -154px;
  left: -63px;
}

.map-pin-red.is-4 {
  bottom: -190px;
}

.map-pin-blue {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.map-pin-green {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.875rem;
  display: flex;
  position: relative;
  top: 68px;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.map-pin-background {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14.25rem;
  height: 19.6875rem;
  display: flex;
}

.menu_header3 {
  color: var(--base-color-neutral--grey1-text);
  background-image: url('../images/construction_1construction.png');
  background-position: 31px;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1rem;
}

    .menu_header3.is-active-accordion {
        color: var(--text-color--text-alternate);
        background-image: url('../images/construction-1_1construction-1.png'), url('../images/active-bar-side_1active-bar-side.png'), url('../images/active-bar.png');
        background-position: 30px, 0 0, 50%;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 16px, 5px 100%, 170px 100%;
    }
.menu_header1 {
    color: var(--text-color--text-darker);
    background-image: url('../images/SquaresFour-1_1SquaresFour-1.png');
    background-position: 30px;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 100%;
    padding-left: 1.125rem;
    padding-right: 1rem;
}

    .menu_header1.w--current {
        color: var(--text-color--text-alternate);
        background-image: url('../images/SquaresFour.png'), url('../images/active-bar.png'), url('../images/active-bar-side.png');
        background-position: 30px, 50%, 0 0;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 16px, 170px 100%, 5px 100%;
    }

.menu_header2 {
    color: var(--base-color-neutral--grey1-text);
    background-image: url('../images/apartments-alt-2_1apartments-alt-2.png');
    background-position: 30px;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 100%;
    padding-left: 1.125rem;
    padding-right: 1rem;
}

    .menu_header2.is-active-accordion {
        color: var(--text-color--text-alternate);
        background-image: url('../images/apartments-alt-2-1_1apartments-alt-2-1.png'), url('../images/active-bar-side_1active-bar-side.png'), url('../images/active-bar.png');
        background-position: 30px, 0 0, 50%;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 16px, 5px 100%, 170px 100%;
    }

.menu_header4 {
    color: var(--base-color-neutral--grey1-text);
    background-image: url('../images/Users_1Users.png');
    background-position: 30px;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 100%;
    padding-left: 1.125rem;
    padding-right: 1rem;
}

    .menu_header4.is-active-accordion {
        color: var(--text-color--text-alternate);
        background-image: url('../images/Users-1_1Users-1.png'), url('../images/active-bar-side_1active-bar-side.png'), url('../images/active-bar.png');
        background-position: 30px, 0 0, 50%;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 16px, 5px 100%, 170px 100%;
    }

.menu_header5 {
    color: var(--base-color-neutral--grey1-text);
    background-image: url('../images/Group-2886_1Group 2886.png');
    background-position: 30px;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 100%;
    padding-left: 1.125rem;
    padding-right: 1rem;
}

    .menu_header5.is-active-accordion {
        color: var(--text-color--text-alternate);
        background-image: url('../images/active-bar-side_1active-bar-side.png'), url('../images/Group-1000007094_1Group 1000007094.png'), url('../images/active-bar.png');
        background-position: 30px, 0 0, 50%;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 16px, 5px 100%, 170px 100%;
    }

.menu_header6 {
    color: var(--base-color-neutral--grey1-text);
    background-image: url('../images/helmet-1_1helmet 1.png');
    background-position: 30px;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 100%;
    padding-left: 1.125rem;
    padding-right: 1rem;
}

    .menu_header6.is-active-accordion {
        color: var(--text-color--text-alternate);
        background-image: url('../images/helmet-2_1helmet 2.png'), url('../images/active-bar-side_1active-bar-side.png'), url('../images/active-bar.png');
        background-position: 30px, 0 0, 50%;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 16px, 5px 100%, 170px 100%;
    }
.menu_header7 {
  color: var(--base-color-neutral--grey1-text);
  background-image: url('../images/floorplan_1floorplan.png');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1rem;
}

    .menu_header7.is-active-accordion {
        color: var(--text-color--text-alternate);
        background-image: url('../images/floorplan-1_1floorplan-1.png'), url('../images/active-bar-side_1active-bar-side.png'), url('../images/active-bar.png');
        background-position: 30px, 0 0, 50%;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 16px, 5px 100%, 170px 100%;
    }

.home-body_right-content.top {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: space-between;
  display: flex;
}

.form_input-date {
  grid-column-gap: 14px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.875rem;
  padding: .5625rem 2rem .5625rem 3.2rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.form_input-date.container-small {
  width: 9.125rem;
  max-width: none;
  height: 2.1875rem;
  padding-left: 2rem;
  padding-right: .25rem;
}

.form_input-date.is-disabled {
  background-color: #f7f9fc;
}

.form_input-date.h-44 {
  height: 2.75rem;
}




.form_input-wrapper {
  position: relative;
}

.form_input-wrapper._w-wide-fixed {
  z-index: 900;
  min-width: 14rem;
}

.form_input-wrapper._w-174 {
  max-width: 10.875rem;
}

.form_date-icon-svg {
  background-color: var(--background-color--background-white);
  pointer-events: none;
  color: var(--text-color--text-darker);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  inset: 24% auto auto 4.5%;
}

.form_date-icon-svg.small-postion {
  top: 16%;
}

.form_date-icon-svg.bg-transp {
  background-color: #fff0;
}

.form_button-square {
  grid-column-gap: .4375rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: .5625rem .9375rem .5625rem .8125rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.icon-embed-custom-69 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: 1rem;
  display: flex;
}

.icon-embed-custom-69.reverse {
  transform: rotate(180deg);
}

.frame-1000004536 {
  grid-row-gap: 13px;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.25rem 1rem 1.25rem 1.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 8px 13px #00000012;
}

.frame-1000004536.is-second {
  padding-bottom: .5rem;
}

.frame-1000004536.is-third {
  grid-column-gap: 0px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.frame-1000003640 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-49 {
  color: #212b36;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.frame-1000003531 {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .3rem 0;
  text-decoration: none;
  display: flex;
}

.frame-1000003530 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-50 {
  color: #64748b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.vectors-wrapper-31 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.28917px;
  height: 10px;
  text-decoration: none;
  display: flex;
}

.frame-1000006830 {
  grid-column-gap: 1rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-51 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-52 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-53 {
  color: #a2aebe;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.div-block-42 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  display: flex;
}

.text-color-primary {
  color: var(--base-color-brand--secondary);
}

.text-55 {
  color: #a2aebe;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.div-block-43 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper {
  width: 100%;
  display: flex;
}

.swiper-wrapper.home-right {
  max-width: 23.5rem;
}

.swiper-slide {
  flex: none;
  justify-content: center;
  align-items: center;
  padding-right: 1.125rem;
}

.swiper-pagination {
  padding: 0 0 0;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.frame-1000006837 {
  grid-row-gap: 10px;
  background-color: var(--background-color--gray-2);
  border-radius: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 1.875rem 1.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-1000006838 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000006839 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}




.vectors-wrapper-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.4469px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.text-62 {
  color: #212b36;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000006840 {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-63 {
  color: #65ad61;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-64 {
  color: #212b36;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000006841 {
  grid-column-gap: 2.25rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-65 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000006842 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-66 {
  color: #65ad61;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-67 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.div-block-44 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  padding: 1rem .875rem;
  display: flex;
}

.div-block-45 {
  width: 100%;
  height: 100%;
}

.text-circle {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  object-fit: cover;
  background-color: #bae2ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  display: flex;
}

.text-circle.grey {
  background-color: #eff2f8;
}

.text-circle.green {
  background-color: #65ad61;
}

.text-circle.red {
  background-color: #e75530;
}

.frame-4051 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-68 {
  opacity: .8;
  color: #333;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.space-10 {
    padding-bottom: .6rem;
}

.spacer-menu {
    padding-bottom: .875rem;
}

.spacer-14 {
  padding-bottom: .875rem;
}

.text-69 {
  color: #333;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.frame-307 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-307.absolute {
  position: absolute;
}

.content_top {
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1.25rem .625rem;
  display: flex;
}

.text-size16 {
  opacity: .8;
  color: #333;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.text-70 {
  opacity: .8;
  color: #333;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.home-third_wrapper-chart {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-size-12 {
  font-size: .75rem;
  font-size: 1rem;
}

.text-size-12.is-underline {
  text-decoration: underline;
}
.small-circle {
  z-index: 600;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.125rem;
  height: 4.125rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: -.9rem auto auto .2rem;
  box-shadow: 0 2px .3125rem #0003;
}

.small-circle.green {
  border: 1px solid var(--base-color-brand--secondary);
}

.small-circle.red {
  border: 1px solid #e75530;
}

.content_component {
  background-color: #fff;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.embed-dounut-is1 {
  z-index: 500;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.125rem;
  height: 8.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-size24 {
  color: #333;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.frame-4050 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-46 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.content-map_modal-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.modal_home-wrapper {
  background-color: var(--base-color-neutral--white);
  border-radius: .25rem;
  padding: 2.5rem 1.875rem;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 8px 8px #00000026;
}

.modal_home-wrapper.layout2 {
  min-width: 25rem;
}

.textarea {
  border: 1px solid #e2e8f0;
  border-radius: .25rem;
  height: 5rem;
  min-height: 5rem;
  margin-bottom: 0;
}

.tag {
  grid-column-gap: 10px;
  border: 1px solid var(--base-color-neutral--line1);
  border-radius: .35rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 4.75rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
  display: flex;
}

.user-circle {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.text-71 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.form-block-2 {
  margin-bottom: 0;
}

.top-bar_select-search {
  grid-row-gap: 10px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 302px;
  padding: .5625rem .75rem .5625rem 2.45rem;
  text-decoration: none;
  display: flex;
}

.search-icon {
  color: var(--base-color-neutral--gray1-text-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  position: absolute;
  inset: 27% auto auto 4%;
}

.frame-1000006820 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
}

.pluscircle {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-38 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19.5px;
  height: 19.5px;
  text-decoration: none;
  display: flex;
}

.text-73 {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 105%;
  text-decoration: none;
}

.frame-1000003585 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #e4e9f1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
  padding: 11px 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.pluscircle-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.text-74 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.icon-embed-custom-74 {
  color: var(--base-color-brand--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

.text-75.text-weight-semibold {
  line-height: 1.3;
}

.text-75-1 {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.text-75-1-span {
    color: #65ad61;
    text-transform: undefined;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Pretendard, sans-serif;
    font-size: .875rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 105%;
    text-decoration: none;
}

.table_content {
  background-color: var(--base-color-neutral--white);
}

.modal_home-table {
  background-color: var(--base-color-neutral--white);
  border-radius: .25rem;
  min-width: 64.25rem;
  padding: 2.5rem 1.875rem;
  position: relative;
  overflow: hidden;
}

.no-wrap-text {
  white-space: nowrap;
}

.icon-embed-custom-75 {
  color: var(--base-color-brand--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
}

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

.row-flex-wrap.gap-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.row-flex-wrap.justify-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
}

.button-solid-small {
  color: #fff;
  background-color: #bbb;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: 7.0625rem;
  height: 1.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.button-solid-small.border-line {
  color: #2b2b2b;
  background-color: #0000;
  border: .0625rem solid #bbb;
  width: 8rem;
}

.button-solid-small.border-line:hover {
  color: #fff;
  background-color: #ef7123;
  border-color: #ef7123;
}

.form-3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  height: 13.375rem;
  min-height: 13.375rem;
  display: flex;
  overflow: auto;
}

.modal_home-edit-wrapper {
  background-color: var(--base-color-neutral--white);
  border-radius: .25rem;
  min-width: 19.0625rem;
  padding: 1.25rem 0;
  position: relative;
  overflow: hidden;
}

.div-block-48 {
  border-top: 1px solid var(--base-color-neutral--line1);
  padding-top: 1.25rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.input_field-home-edit {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: .0625rem #bbb;
  border-bottom-style: solid;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  padding: .6875rem 1rem;
  font-size: 1rem;
  display: flex;
}

.input_field-home-edit:focus {
  border-color: #ef7123 #ef7123 var(--base-color-brand--secondary);
}

.text-76 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.div-block-49 {
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.div-block-50 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-51 {
  width: 55rem;
}

.find-list {
  background-color: var(--base-color-neutral--white);
  border-radius: .25rem;
}

.find-list.is-hide {
  display: none;
}

.frame-111 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-77 {
  color: #64748b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-78 {
  color: #a2aebe;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.find-item {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.find-item.non-border {
  border-bottom-style: none;
}

.map-pin-employee {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.map-pin-talk {
  color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 2.125rem;
  display: flex;
}

.div-block-52 {
  position: relative;
}

.text-block {
  text-align: center;
  padding-top: 4px;
  font-size: .875rem;
  font-weight: 600;
  position: absolute;
  inset: 0%;
}

.content-map_employee-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 12% 0%;
}

.modal_employee-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  min-width: 26.875rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem #0003;
}

.modal_emplyee-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 1.5rem;
  display: block;
}

.cell_profile {
  border-bottom: .0625rem solid #dfe3ec;
  border-right: .0625rem solid #dfe3ec;
  flex: 1;
  align-items: center;
  width: 100%;
  padding: .625rem .75rem .725rem;
  font-size: .875rem;
  display: flex;
}

.profile-image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 5.625rem;
  max-width: 5.625rem;
  height: 100%;
  min-height: 7.0625rem;
  display: flex;
}

.employee-modal_profile-item {
  width: 100%;
}

.text-79 {
  color: #333;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.profile-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.profile-image.fit-custom {
  box-sizing: border-box;
  border: 1px solid var(--base-color-neutral--line1);
  object-fit: scale-down;
  object-fit: scale-down;
  object-fit: scale-down;
  border: 1px solid #e4e9f1;
}

.employee-modal_profile-table {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: .0625rem solid #dfe3ec;
  border-left: .0625rem solid #dfe3ec;
  width: 100%;
  padding: 0;
}

.employee-modal_profile-table.height-full {
  height: 100%;
}

.employee-modal_profile-table.gap-set {
  grid-row-gap: .8rem;
  border: 1px #000;
}

.cell_text {
  width: 100%;
  font-family: Pretendard, sans-serif;
}

.cell_text.highlight {
  color: var(--base-color-brand--secondary);
}

.cell_text.css-no-wrapping {
  white-space: nowrap;
}

.cell_profile-header {
  background-color: #f7f9fc;
  border-bottom: .0625rem solid #dfe3ec;
  border-right: .0625rem solid #dfe3ec;
  flex: 1;
  align-items: center;
  width: 100%;
  padding: .625rem .75rem .725rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.cell_profile-header.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-53 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.75rem 3rem 0;
  display: flex;
}

.icon-embed-custom-76 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.75rem;
  height: 3.0625rem;
  display: flex;
}

.icon-embed-custom-77 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9.375rem;
  height: 1.5625rem;
  display: flex;
}

.body_component-lay2 {
  /*height: 100%;
  min-height: 100vh;*/
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: block;
  position: relative;
}

.text-80 {
  color: #64748b;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.page-name-3 {
  color: #1c2434;
  font-family: Pretendard, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.title-header_content {
  justify-content: space-between;
  padding: 2.5rem 1.625rem 1.375rem;
  display: flex;
}

.body_content-lay1 {
  background-color: var(--base-color-neutral--white);
  border: 1px solid #e2e8f0;
  border-radius: .4rem;
  height: auto;
  padding: 2.5rem 3.125rem;
  position: relative;
  box-shadow: 2px 8px 13px -9px #00000014;
}

.body_content-lay1.full-height {
  height: 70vh;
}

.body_content-lay1.is-padding-narrow {
  padding-top: 1.875rem;
  padding-left: 2.125rem;
}
.form_filter-button-2 {
  border: .0625rem solid #e2e8f0;
  border-radius: .1875rem;
  align-items: center;
  height: 2.1875rem;
  padding: 0 .8125rem;
  font-size: .75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form_filter-button-2.is-active-inputactive {
  color: #000;
  border-width: .125rem;
  border-color: #000;
  font-weight: 700;
}

.checkbox_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: -.5rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.flex-block-57 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.form_checkbox-icon2 {
  border: .0625rem solid var(--border-color--border-alternate);
  border-radius: .25rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
}

.form_checkbox-icon2.w--redirected-checked {
  border-color: var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  background-size: .75rem;
}

.form_checkbox-icon2.w--redirected-focus {
  box-shadow: none;
}

.flex-ho {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.flex-block-58 {
  justify-content: center;
  align-items: center;
}

.text-81 {
  color: #e5e7eb;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 50;
  line-height: 1.5rem;
}

.form_checkbox-icon-2 {
  border: .0625rem solid #8a99af;
  border-radius: .25rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
}

.form_checkbox-icon-2.w--redirected-checked {
  background-color: #65ad61;
  background-size: .75rem;
  border-color: #65ad61;
}

.form_checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
}

.vectors-wrapper-40 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .479004rem;
  height: .889014rem;
  display: flex;
}

.table_header-sort-icon-3 {
  color: #64748b;
  background-image: url('../images/Group-1000004272_1Group 1000004272.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: .625rem;
  width: 100%;
  padding: 0;
  font-size: .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
}

.table_header-sort-icon-3.no-sorting {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.table_header-sort-icon-3.sort-focus {
  background-position: 70%;
}

.pagination-item-3 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    background-color: #65ad61;
    border-radius: .3rem;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: 1.875rem;
    padding: .375rem .75rem;
    display: flex;
    cursor: pointer; /* ¼Õ ¸ð¾ç Ä¿¼­ */
}

.pagination-item-4 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    border-radius: .1875rem .1875rem 3p;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: .375rem .75rem;
    display: flex;
    cursor: pointer; /* ¼Õ ¸ð¾ç Ä¿¼­ */
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
  display: flex;
}

.vectors-wrapper-41 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: 1.25rem;
  display: flex;
}

.table_cell-2 {
  color: var(--base-color-neutral--gray1-text-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.vectors-wrapper-42 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .477246rem;
  height: .889014rem;
  display: flex;
}

.text-83 {
  color: #606882;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.form_select-input-small-2 {
  background-color: #0000;
  background-image: url('../images/Vector.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  width: 100%;
  height: 2.125rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_select-input-small-2:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_select-input-small-2::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.form_select-input-small-2._w-340 {
  max-width: 21.25rem;
}

.table_row-11grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-11grid:hover {
  background-color: #f8fbff;
}

.table_row-11grid.layout1 {
  grid-template-columns: .25fr .25fr .25fr .5fr .5fr .5fr .5fr 1fr 1fr .75fr .75fr;
}

.table_row-11grid.layout2 {
  grid-template-columns: .25fr .25fr .25fr .35fr .35fr 1fr .4fr .4fr 1fr .5fr .5fr;
}

.table_row-11grid.layout3 {
  grid-template-columns: .25fr .3fr .25fr 2.5fr 1fr 1fr 1fr 1fr 1fr 2fr 1fr;
}

.button-small-icon-text14 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  background-color: var(--base-color-neutral--white);
  border: .0625rem solid #a2aebe;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.1875rem;
  padding: .3125rem 1rem;
  font-size: .875rem;
  display: flex;
  box-shadow: 0 1px .125rem #0000000d;
}

.button-small-icon-text14.is-green {
  border-color: var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-neutral--white);
}

.button-small-icon-text14.nw-90 {
  min-width: 5.625rem;
  max-width: 5.625rem;
}

.button-small-icon-text14.nw-90.is-darkblue {
  border-color: var(--base-color-neutral--gray1-text-color);
  background-color: var(--base-color-neutral--gray1-text-color);
  color: var(--base-color-neutral--white);
}

.icon-embed-custom-80 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  display: flex;
}

.div-block-55 {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: .75rem;
  display: flex;
}

.table_cell-3 {
  color: #64748b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.flex-block-60 {
  justify-content: center;
  align-items: center;
}

.button-small-icon-text12 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: var(--base-color-neutral--grey1-text);
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border: .0625rem solid #a2aebe;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 2.1875rem;
  margin: 0;
  padding: .3125rem 1rem;
  font-size: .75rem;
  font-size: 1rem;
  display: flex;
  box-shadow: 0 1px .125rem #0000000d;
}

.button-small-icon-text12.bg-grey {
  border-color: var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
}

.button-small-icon-text12.bg-grey.text-weight-semibold {
  border-color: var(--base-color-neutral--gray1-pri);
}

.button-small-icon-text12.border-grey {
  border-color: var(--base-color-neutral--text-color-2);
  color: var(--base-color-neutral--text-color-2);
}

.button-small-icon-text12.border-grey.is-6rem {
  width: 6rem;
}

.button-small-icon-text12.border-grey.is-width-custom {
  width: 7.4rem;
}

.button-small-icon-text12.border-primary {
  border-color: var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
}

.button-small-icon-text12.text-size-13-green {
  border-color: var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
  font-size: .8125rem;
}

.button-small-icon-text12.font-medium-semibold {
  font-size: .875rem;
  font-size: 1rem;
  font-weight: 600;
}

.button-small-icon-text12.solid-green {
  border-color: var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.button-small-icon-text12.solid-green._w-auto {
  width: auto;
}

.button-small-icon-text12.light-gray {
  border-color: var(--base-color-neutral--text-color-2);
  color: var(--base-color-neutral--text-color-2);
}

.button-small-icon-text12.solid-dark-blue {
  border-color: var(--base-color-neutral--gray1-text-color);
  background-color: var(--base-color-neutral--gray1-text-color);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.button-small-icon-text12.smallest {
  height: 2.125rem;
  padding-top: 0;
  padding-bottom: 0;
}

.button-small-icon-text12.border-red {
  border-color: var(--base-color-system--vermilian);
  color: var(--base-color-system--vermilian);
}

.button-small-icon-text12.solid-red {
  border-color: var(--base-color-system--vermilian);
  background-color: var(--base-color-system--vermilian);
  color: var(--base-color-neutral--white);
  width: 6rem;
}

.button-small-icon-text12.is-6rem {
  width: 6rem;
}

.button-small-icon-text12.border-dark {
  color: var(--base-color-neutral--grey1-text);
}

.icon-embed-custom-81 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  display: flex;
}

.flex-block-61 {
  justify-content: space-between;
  align-items: flex-start;
}

.body_bottom_content {
  padding-top: 4.5rem;
  padding-bottom: 1rem;
}

.body_bottom_item-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.flex-block-62 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.calender_top-content {
  border: 1px solid var(--base-color-neutral--neutral-lightest);
  background-color: var(--base-color-neutral--white);
  border-radius: 2px;
  margin-bottom: 1.6875rem;
  padding-top: 1.6875rem;
  padding-bottom: 1.3125rem;
  padding-left: 2.8125rem;
  box-shadow: 0 8px 13px -3px #00000012;
}

.frame-1000006823 {
  grid-column-gap: 21px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-84 {
  color: #1c2434;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1000006844 {
  grid-column-gap: 9px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000006821 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-43 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 34.4646px;
  height: 33.4701px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-44 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 34.4647px;
  height: 33.4701px;
  text-decoration: none;
  display: flex;
}

.schedule_body-component {
  background-color: #fff;
  border: 1px #dfe3ec;
  border-style: solid none none solid;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.schedule_body-top {
  justify-content: flex-start;
  align-items: center;
}

.schedule_text {
  font-size: .875rem;
  position: relative;
}

.schedule_list-top-item {
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-neutral--white);
  text-align: center;
  border: 1px solid #dbdbdb;
  border-style: none solid solid none;
  width: 100%;
  height: 100%;
  padding: .8rem .75rem;
  font-size: 1rem;
}

.content-rate {
  padding: 0;
}

.schedule_list-body-item {
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #dbdbdb var(--base-color-neutral--neutral-lightest) var(--base-color-neutral--neutral-lightest) #dbdbdb;
  width: 100%;
  height: 100%;
  min-height: 9.75rem;
  padding: .75rem;
  font-size: 1.25rem;
  position: relative;
}

.schedule_list-body-item:hover {
  background-color: #fafafa;
}

.schedule_body-backgound {
  position: absolute;
  inset: 0%;
}

.schedule_body-backgound.active-schedule {
  padding-top: 44px;
}

.schedule-dot-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .375rem;
  height: .375rem;
  display: flex;
  position: relative;
  left: 3px;
}

.text-red-color-wrap {
  color: #ea352b;
}

.schedule_list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.text-grey-color-wrap {
  color: #9b9b9b;
}

.frame-1000006825 {
  grid-row-gap: 8px;
  background-color: #eff4fb;
  border-left: .25rem solid #3c50e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-1000006845 {
  grid-column-gap: 7px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.schedule_tags {
  grid-column-gap: 1px;
  background-color: #95a4fc;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 36.5217px;
  height: 19.4854px;
  padding: 3px 8px;
  text-decoration: none;
  display: flex;
}

.schedule_tags.red {
  background-color: #fc9595;
}

.schedule_tags.green {
  background-color: #2bb8dd;
}

.schedule_tags.grey {
  background-color: var(--base-color-neutral--gray1-pri);
}

.text-86 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-87 {
  color: #1c2434;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.events-schedule {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  pointer-events: auto;
  flex-flow: column;
  padding-top: 2rem;
  padding-left: .65rem;
  padding-right: .65rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-57 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.frame-1000006846 {
  grid-column-gap: 7px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000006847 {
  grid-row-gap: 8px;
  background-color: #eff4fb;
  border-left: .25rem solid #3c50e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.text-88 {
  color: #1c2434;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-89 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.schedule-select-form {
  margin-bottom: 0;
}

.modal_component {
  display: flex;
}

.modal_component.hide {
  display: none;
}

.modal_popup {
  z-index: 9999;
  background-color: #8a99af80;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 5.7rem 2rem 3rem;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal_popup.center {
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
}

.modal_popup.second-zindex-up {
  z-index: 99991;
}

.modal_popup.combo-box-modal {
  z-index: 999999;
  display: flex;
}
.modal_schedule1-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 48.75rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem #0003;
}

.form_input-text-area {
  border: 1px solid var(--base-color-neutral--line1);
  border-radius: .25rem;
  min-height: 12.25rem;
  margin-bottom: 0;
}

.form_input-text-area:focus {
  border-color: var(--base-color-brand--secondary);
}

.form_input-text-area.smallest {
  min-height: 7.25rem;
  font-size: .75rem;
}

.form_input-text-area.smallest.is-disabled::placeholder {
  color: var(--base-color-neutral--text-color-2);
  font-size: .875rem;
}

.modal_scheduel-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 2rem 4rem 4rem;
  display: block;
}

.main-button-large-3 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #64748b;
  background-color: #fff;
  border: .0625rem solid #e4e9f1;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .6875rem 1rem;
  font-weight: 600;
  display: flex;
}

.main-button-large-3.solid-green {
  color: #fff;
  background-color: #65ad61;
}

.form_input-large-close-3 {
  pointer-events: none;
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-large-close-3:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_input-large-close-3::placeholder {
  color: #000;
  font-size: .875rem;
}

.form_input-label-text-3 {
  color: #333;
  flex: none;
  font-size: .875rem;
}

.form_input-label-text-3.custom1 {
  position: relative;
  top: 1.125rem;
}

.icon-embed-custom-83 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.form_select-input-large-2 {
  background-color: #0000;
  background-image: url('../images/Vector.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_select-input-large-2:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_select-input-large-2::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.icon-embed-custom-84 {
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.375rem;
  display: flex;
  position: absolute;
  inset: 27% 2% auto auto;
}

.flex-block-63 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
}

.form_field-left {
  flex: none;
  min-width: 5.5rem;
  padding-right: 0;
}

.form_field-left.flex-top {
  padding-top: .875rem;
}

.form_field-left._w-narrow {
  min-width: 4rem;
}

.form_field-left.min-auto {
  min-width: auto;
}

.form_field-right {
  width: 100%;
  position: relative;
}

.form_field-right.padding-tight {
  padding-right: 1rem;
}

.form_input-label-text-4 {
  color: #333;
  flex: none;
  font-size: .875rem;
}

.html-embed-5 {
  height: 100%;
}

.flex-block-64 {
  border-bottom: .0625rem solid #e2e8f0;
  justify-content: space-between;
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.flex-block-65 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 1rem;
}

.flex-block-66 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.div-block-61 {
  z-index: 9999999;
  width: 100%;
  position: relative;
}

.div-block-61._w-narrow {
  max-width: 13rem;
}

.date-picker-4 {
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.date-picker-4:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.date-picker-4::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.calendar-icon-svg-3 {
  pointer-events: none;
  color: #64748b;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  inset: 27% 5% auto auto;
}

.modal_close-2 {
  cursor: pointer;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal_close-2:focus-visible {
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.modal_close-2[data-wf-focus-visible] {
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.modal_small-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 21.875rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem #0003;
}

.modal_small-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 2.625rem;
  display: block;
  position: relative;
}

.div-block-62 {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 8.75rem;
  max-height: 8.75rem;
  display: flex;
}

.table_row-9grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-9grid:hover {
  background-color: #f8fbff;
}

.table_row-9grid.layout1 {
  grid-template-columns: .25fr .25fr .25fr .35fr .35fr .35fr 2fr 1fr .5fr;
}

.table_row-9grid.layout2 {
  grid-template-columns: .25fr .25fr .25fr .35fr .35fr 2fr .35fr 2fr .5fr;
}

.table_row-9grid.layout3 {
  grid-template-columns: .25fr .25fr .25fr .35fr .35fr 1fr .35fr 2fr .5fr;
}

.table_row-9grid.layout-new1 {
  grid-template-columns: .25fr .25fr .25fr .35fr 1fr .4fr 1fr .6fr 2fr;
}

.table_row-9grid.layout-new2 {
  grid-template-columns: .25fr .25fr .25fr .35fr .5fr 1fr .5fr .5fr 2fr;
}

.table_row-9grid.layout4 {
  grid-template-columns: .25fr 1fr 1fr 1fr .35fr .75fr .75fr .75fr 1fr;
}

.table_row-9grid.layout-new3 {
  grid-template-columns: .25fr .25fr .25fr .35fr .5fr .5fr 1fr .5fr 1.35fr;
}

.modal_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--base-color-neutral--grey1-text);
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 48.75rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem #0003;
}

.modal_wrapper.is-896px {
  max-width: 56rem;
}

.modal_wrapper.is-1164px {
  max-width: 72.75rem;
}

.modal_wrapper.is-738 {
  max-width: 46.125rem;
}

.modal_wrapper.is-1237 {
  max-width: 77.375rem;
}

.modal_wrapper.is-1110 {
  max-width: 69.375rem;
}

.modal_wrapper.is-800 {
  max-width: 50rem;
}

.modal_wrapper.is-1165 {
  max-width: 72.8125rem;
}

.modal_wrapper.is-627 {
  max-width: 39.1875rem;
}

.modal_wrapper.is-450 {
  max-width: 28.125rem;
}

.modal_wrapper.is-400 {
  max-width: 25rem;
}

.modal_wrapper.is-420 {
  max-width: 26.25rem;
}

.form_picture-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-63 {
  height: 19.375rem;
  position: relative;
}

.div-block-64 {
  width: 50%;
}

.frame-1000003565 {
  grid-column-gap: 6px;
  background-color: #f4f8ff;
  border: 1px solid #e4e9f1;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  height: 2.375rem;
  padding: 11px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.text-90 {
  color: #4f4f4f;
  text-align: center;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.icon-embed-custom-85 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.25rem;
  display: flex;
}

.body_content-blank {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.frame-1000006848 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-91 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

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

.frame-1000006849 {
  grid-column-gap: 10px;
  background-color: #65ad61;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 11px 30px;
  text-decoration: none;
  display: flex;
}

.text-92 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.form_3grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-embed-custom-86 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .4375rem;
  height: .25rem;
  display: flex;
}

.tags_icon {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000006851 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.videocamera {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-47 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20.625px;
  height: 12.375px;
  text-decoration: none;
  display: flex;
}

.text-93 {
  color: #8a99af;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.xsquare {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-48 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16.5px;
  height: 16.5px;
  text-decoration: none;
  display: flex;
}

.form_attached-image-wrapper {
  border: 1px dotted var(--base-color-neutral--gray1-pri);
  background-color: var(--base-color-brand--lightest-blue);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.625rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.frame-1000006852 {
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-49 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-50 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 189px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.file_upload {
  opacity: 0;
  position: absolute;
  inset: 0% 0% 23%;
}

.form_file-upload-content {
  position: relative;
}

.form_attached-image-wrapper-2 {
  background-color: #f7f9fc;
  border: 1px dotted #8a99af;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.625rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.frame-1000006853 {
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-51 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-52 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 189px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.text94 {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.text94-num {
  color: #65ad61;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.icon-embed-custom-87 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .5625rem;
  height: .25rem;
  display: flex;
}

.div-block-65 {
  justify-content: center;
  align-items: flex-start;
  width: 10vw;
  display: flex;
}

.flex-center-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacer-40-2 {
  padding-bottom: 2.5rem;
}

.spacer-60 {
  padding-bottom: 3.75rem;
}

.text-95 {
  color: #333;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.spacer-50 {
  padding-bottom: 3.125rem;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  display: flex;
  position: relative;
}

.employee-modal_content {
  width: 100%;
  padding: 1.875rem 2.5rem;
}

.employee-modal_profile-wrapper {
  grid-column-gap: 1.875rem;
  width: 100%;
  padding: 0;
}

.button-solid {
  border: .0625rem solid var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-neutral--white);
  white-space: nowrap;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  height: 3.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-solid.border-transp {
  border-color: var(--base-color-neutral--text-color-2);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--grey1-text);
}

.video-playbutton-svg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-96 {
  color: #333;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.info_image-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  padding: 0;
}

.quick-stack-4 {
  grid-row-gap: 3rem;
  padding: 0;
}

.image-wrapper-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-67 {
  height: 13.2rem;
}

.table_cell-left {
  width: 100%;
}

.icon-embed-custom-88 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  display: flex;
}

.button-solid-2 {
  color: #fff;
  background-color: #ef7123;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: 7.625rem;
  height: 2.5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.button-solid-2.color-grey {
  grid-column-gap: 3.5px;
  grid-row-gap: 3.5px;
  border: 1px solid var(--base-color-neutral--text-color-2);
  color: var(--base-color-neutral--text-color-2);
  background-color: #bbb0;
  height: 2.1875rem;
}

.spacer-30 {
  padding-bottom: 1.875rem;
}

.content-block_layout2 {
  border-top: 1px solid var(--base-color-neutral--neutral-lightest);
  border-left: 1px solid var(--base-color-neutral--neutral-lightest);
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.content-block_h55 {
  border-right: 1px solid var(--base-color-neutral--neutral-lightest);
  border-bottom: 1px solid var(--base-color-neutral--neutral-lightest);
  color: var(--base-color-neutral--grey1-text);
  width: 100%;
  height: 3.4375rem;
  display: flex;
}

.content-block_h55.right-border-offset {
  border-right-style: none;
}

.content-block_left {
  border-right: 1px solid var(--base-color-neutral--neutral-lightest);
  border-bottom-width: 1px;
  border-bottom-color: var(--base-color-neutral--neutral-lightest);
  background-color: #f7f9fc;
  justify-content: flex-start;
  align-items: center;
  min-width: 8.125rem;
  padding-left: 1.25rem;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.content-block_left.bg-border-transp {
  background-color: #f7f9fc00;
  border-right-style: none;
}

.content-block_right {
  border-right: 1px none var(--base-color-neutral--neutral-lightest);
  border-bottom: 1px none var(--base-color-neutral--neutral-lightest);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 1.6875rem;
  display: flex;
}

.flex-block-67 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.frame-1000006854 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1000006855 {
  grid-column-gap: 10px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.text-99 {
  color: #65ad61;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.vectors-wrapper-53 {
  background-color: var(--base-color-neutral--neutral-lightest);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.div-block-72 {
  padding-top: .625rem;
  padding-left: 10rem;
}

.flex-horizontal-sb {
  justify-content: space-between;
  align-items: center;
}

.text-size-13 {
  font-size: .8125rem;
}

.div-block-73 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-0 {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.text-1 {
  color: #65ad61;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.text-size-14-is-2 {
  color: var(--base-color-neutral--gray1-text-color);
  font-size: .875rem;
}

.cell_profile-box {
  border-bottom: .0625rem solid #dfe3ec;
  border-right: .0625rem solid #dfe3ec;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  font-size: .875rem;
  display: block;
}

.cell_profile-box.left-padding-set {
  border-bottom-style: none;
  padding-left: 1.5rem;
}

.cell_profile-box.border-left {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--base-color-neutral--line1);
}

.link-block-2 {
  grid-column-gap: .375rem;
  color: var(--text-color--text-primary);
  align-items: center;
  font-size: .75rem;
  text-decoration: none;
  display: flex;
}

.content-rate_body-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0rem;
  max-width: 85%;
  padding: 0;
}

.div-block-75 {
  grid-column-gap: .3125rem;
  align-items: center;
  display: flex;
}

.cell_row-item {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding: .725rem 1.25rem .725rem 1rem;
  font-size: .75rem;
  display: flex;
}

.cell_row-item.active {
  background-color: var(--base-color-neutral--gray1-pri);
  color: var(--base-color-neutral--white);
  font-weight: 600;
}

.icon-embed-custom-89 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1875rem;
  height: 1.1875rem;
  display: flex;
}

.content-rate_2col-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: .0625rem solid #dfe3ec;
  border-left: .0625rem #dfe3ec;
  width: 100%;
  padding: 0;
}

.icon-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.0625rem;
  height: 1.0625rem;
  display: flex;
}

.cell_row-content {
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.cell_row-content.narrow {
  grid-row-gap: 0rem;
}

.overflow-wrapper {
  width: 100%;
  height: 24rem;
  overflow: auto;
}

.cell_profile-header-3 {
  background-color: #f7f9fc;
  border-bottom: .0625rem solid #dfe3ec;
  border-right: .0625rem solid #dfe3ec;
  flex: 1;
  align-items: center;
  width: 100%;
  padding: .625rem .75rem .725rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.cell_profile-header-3.flex-between {
  justify-content: space-between;
}

.cell_profile-header-3.flex-between.height-45 {
  background-color: var(--base-color-neutral--gray2);
  flex: 0 auto;
  height: 2.8125rem;
}

.cell_profile-header-3.center {
  justify-content: center;
}

.cell_profile-header-3.rate-border {
  border: .0625rem solid #eff2f8;
}

.cell_profile-header-3.rate-border.center {
  border-color: var(--base-color-neutral--line1);
  border-radius: .25rem;
  flex: 0 auto;
  height: 2.25rem;
}

.cell_profile-header-3.border-left-top {
  border-top: 1px solid var(--base-color-neutral--line1);
  border-left: 1px solid var(--base-color-neutral--line1);
  border-top: 1px solid #e4e9f1;
  border-left: 1px solid #e4e9f1;
}

.content-rate_border {
  border-style: solid;
  border-width: .0625rem;
  border-color: var(--background-color--background-primary) #dfe3ec #dfe3ec;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.content-block_left-text-14 {
  background-color: #f7f9fc;
  border-bottom-width: 1px;
  border-bottom-color: #e2e8f0;
  border-right: 1px solid #e2e8f0;
  justify-content: center;
  align-items: center;
  min-width: 8.125rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.content-block_left-text-14.border-left {
  border-left: 1px solid var(--base-color-neutral--line1);
}

.div-block-76 {
  min-width: 21.25rem;
}

.flex-block-68 {
  width: 100%;
}

.div-block-77 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-embed-custom-90 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .5625rem;
  height: .25rem;
  display: flex;
}

.cell-3 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 1.0625rem;
}

.cell-4 {
  border-top: 1px solid #000;
}

.cell-4.left-border {
  border-left: 1px solid var(--base-color-neutral--line1);
}

.cell_row-item-white {
  border-bottom: 1px none var(--base-color-neutral--line1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding: .725rem 1.25rem .725rem 1rem;
  font-size: .75rem;
  display: flex;
}

.flex-block-69 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .625rem;
  padding-right: 5rem;
}

.div-block-78 {
  min-width: 9.375rem;
}

.flex-block-70 {
  width: 100%;
}

.icon-embed-custom-91 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .25rem;
  display: flex;
}

.flex-block-71 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: space-between;
  align-items: center;
}

.flex-block-72 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
}

.flex-block-73 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.chart_stick-red {
  background-color: #ff9f81;
  width: 34%;
  height: .75rem;
}

.chart_stick-red.w15 {
  width: 15%;
}

.chart_stick-red.w5 {
  width: 5%;
}

.chart_stick-red.w19 {
  width: 19%;
}

.chart_stick-red.w7-6 {
  width: 7.6%;
}

.chart_stick-red.w69 {
  width: 69%;
}

.chart_stick-red.left-half {
  margin-left: 36px;
}

.chart_main-wrapper {
  border-top: 1px solid var(--base-color-neutral--gray1-pri);
  border-left: 1px solid var(--base-color-neutral--line1);
  max-height: 36rem;
  position: relative;
  overflow: auto;
}

.chart_cell-background {
  background-color: var(--base-color-neutral--white);
  position: absolute;
  inset: 0%;
}

.chart_approve-stick-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.chart_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.chart_content.left {
  justify-content: flex-start;
  padding-left: 1rem;
}

.approval-stick_wrapper-absolute {
  z-index: 900;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
}

.approval-stick_wrapper-absolute.clickable-off {
  pointer-events: none;
  height: 100vh;
  padding-top: 5.5rem;
  inset: 0% 0% auto;
}

.chart_right-item {
  width: 50%;
  height: 100%;
}

.chart_top-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.chart_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.chart_left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.chart_left-item {
  border-right: 1px solid #9090904d;
  width: 50%;
  height: 100%;
}

.text-size-16 {
  font-size: 1rem;
}

.text-size-16.weight-semibold {
  font-weight: 600;
}

.text-size-16.weight-semibold.opacity-0 {
  opacity: 0;
}

.text-size-16.weight-medium {
  font-weight: 500;
}

.chart_approve-stick {
  background-color: #6fcf97;
  border: 1px #000;
  width: 10px;
  height: 100%;
  position: absolute;
  inset: 7% 1.2rem auto auto;
}

.chart_stick-blue {
  background-color: #60d3ff;
  width: 35%;
  height: .75rem;
  margin-left: 0;
}

.chart_stick-blue.left-half {
  margin-left: 36px;
}

.chart_stick-blue.w15 {
  width: 15%;
}

.chart_stick-blue.w5 {
  width: 5%;
}

.chart_stick-blue.w19 {
  width: 19%;
}

.chart_stick-blue.w7-6 {
  width: 7.6%;
}

.chart_stick-blue.w69 {
  width: 69%;
}

.chart_row-body {
  width: 100%;
  position: relative;
}

.chart_title-block {
  color: var(--base-color-neutral--grey1-text);
  padding: 0;
  font-size: .75rem;
  font-weight: 400;
}

.chart_title-block.heading {
  font-size: 1rem;
  font-weight: 700;
}

.chart_title-block.text-color-grey {
  color: var(--base-color-neutral--gray1-pri);
}


.indicator-svg {
    color: #ea352b;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.4375rem;
    height: 1.25rem;
    display: flex;
}

.chart_wrapper {
  padding: .75rem 1.875rem;
}

.chart_cell {
  border-right: 1px solid var(--base-color-neutral--line1);
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 3.75rem;
  position: relative;
}

.chart_cell.height-top {
  height: 1.875rem;
  min-height: auto;
}

.dropdown-list {
  border: .0625rem solid #000;
}

.dropdown-list.w--open {
  border-color: var(--base-color-neutral--line1);
  background-color: #fff;
  border-radius: .1875rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.chart_box-wrapper {
  z-index: 50;
  background-color: #fff;
  border: 1px solid #828282;
  border-radius: 6px;
  padding: 1.875rem;
  display: block;
  position: absolute;
  top: 23px;
  box-shadow: 7px 6px 17px #0003;
}

.chart_box-wrapper.active {
  display: block;
}

.chart_body-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.chart_status {
  color: var(--base-color-neutral--gray1-pri);
}

.chart_graph-point {
  width: 100%;
}

.chart_indicator {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.chart_indicator.move1 {
  left: 102%;
}

.chart_graph-wrapper {
  width: 100%;
  height: 50%;
  position: absolute;
}

.chart_graph-wrapper.is--top {
  top: 25%;
}

.chart_graph-wrapper.is--bottom {
  top: auto;
  bottom: 0;
}

.div-block-79 {
  max-width: 12.5rem;
}

.flex-block-74 {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  align-items: stretch;
}

.flex-block-75 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: stretch;
  width: 50%;
}

.flex-block-76 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.chart_box-wrapper-small {
  z-index: 50;
  background-color: #fff;
  border: 1px solid #828282;
  border-radius: 6px;
  padding: 1rem;
  display: none;
  position: absolute;
  top: auto;
  bottom: 39px;
  left: 28px;
  box-shadow: 0 6px 14px #0003;
}

.chart_box-wrapper-small.active {
  display: block;
}

.icon-embed-custom-92 {
  color: var(--base-color-brand--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.chart-indicator-bar-line {
  border: 1px dashed var(--base-color-system--success-red-dark);
  background-color: #0000;
  width: 1px;
  height: 70vh;
  display: none;
  position: absolute;
  top: 3.25rem;
}

.chart-indicator-bar-line.active {
  display: block;
}

.icon-embed-custom-93 {
  color: var(--base-color-brand--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.flex-block-77 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
}

.tabs_component {
  margin-top: -1rem;
  margin-left: -1rem;
}

.tabs_component.gap-spacer {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  display: flex;
}

.tabs_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid var(--base-color-neutral--neutral-lightest);
  display: flex;
}

.tabs_item {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--gray1-text-color);
  padding: .9375rem 0;
  font-weight: 500;
}

.tabs_item.w--current {
  border-bottom: 1px solid var(--base-color-brand--secondary);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-brand--secondary);
}

.tabs_item.active {
  border-bottom: 2px solid var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
}

.icon-embed-custom-94 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.25rem;
  display: flex;
}

.flex-block-78 {
  grid-column-gap: .12rem;
  grid-row-gap: .12rem;
}

.flex-block-79 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-block-80 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-80 {
  width: 48.5%;
}

.div-block-80.is-updated {
  width: 25.3%;
}
.quick-stack-8 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  padding: 0;
}

.cell_top-layout1 {
  grid-row-gap: .9375rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cell_top-layout1.align-center {
  justify-content: flex-start;
  align-items: center;
}

.underline-2px {
  background-color: var(--base-color-neutral--navy);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.cell_table-wrapper {
  border-radius: .25rem;
  width: 100%;
  height: 100%;
}

.cell_table-wrapper.border-top-left {
  border-style: solid none none solid;
  border-width: 1px;
  border-color: var(--base-color-neutral--line1);
}

.cell_table-wrapper.border-top-left-right {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--base-color-neutral--line1);
}

.cell_list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5.375rem, 5.375rem) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cell_list-grid.v-full {
  height: 100%;
}

.cell_list-grid.left-120 {
  grid-template-columns: minmax(7.5rem, 7.5rem) 1fr;
}

.cell_list-grid.left-194 {
  grid-template-columns: minmax(12.125rem, 12.125rem) 1fr;
}

.cell_item-h38 {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.375rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  font-size: .75rem;
  display: flex;
}

.cell_item-h38.border-right {
  border-right: 1px solid var(--base-color-neutral--line1);
}

.cell_item-h38.border-right.cell_bg-color {
  justify-content: space-between;
  align-items: center;
}

.cell_item-h38.border-right.cell_bg-color.text-align-center.v-full, .cell_item-h38.v-full {
  height: 100%;
}

.cell_item-h38.v-full.no-border {
  border-bottom-style: none;
}

.cell_item-h38.to-h44 {
  height: 2.75rem;
}

.cell_bg-color {
  background-color: var(--cell-bg-color);
}

.cell_wrapper-content {
  width: 100%;
  height: 100%;
}

.flex-block-81 {
  justify-content: space-between;
  align-items: center;
  max-width: 21.75rem;
}

.icon-embed-custom-103 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  height: 2.125rem;
  display: flex;
}

.cell_title {
  border-right: 1px solid var(--base-color-neutral--line1);
  border-bottom: 1px solid var(--base-color-neutral--line1);
  background-color: var(--cell-bg-color);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.375rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.cell_title.text-10 {
  font-size: .625rem;
}

.cell_title.h-44 {
  height: 2.75rem;
}

.sign_item {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 85px;
  height: 90px;
  padding: 6px .625rem 2px;
  text-decoration: none;
  display: flex;
}

.sign_block {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000006858 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 65px;
  text-decoration: none;
  display: flex;
}

.text-102 {
  color: #333;
  text-transform: undefined;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 105%;
  text-decoration: none;
}

.cell_sign-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  min-height: 2.5rem;
}

.icon-embed-custom-104 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
}

.flex-block-82 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.div-block-81 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-block-83 {
  justify-content: space-between;
  align-items: center;
}

.flex-block-84 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-block-85 {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
}

.table_row-7grid-this {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid #e4e9f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-7grid-this:hover {
  background-color: #f8fbff;
}

.table_row-7grid-this.layout1 {
  grid-template-columns: .25fr .3fr .25fr .4fr 1fr 1fr .4fr 2.5fr;
}

.table_row-7grid-this.layout2 {
  grid-template-columns: .35fr .75fr .5fr .5fr .5fr 1fr 1fr;
}

.table_row-7grid-this.layout3 {
  grid-template-columns: .25fr .25fr .25fr .4fr .4fr 1fr 1fr;
}

.cell_space {
  padding: 0;
}

.icon-embed-custom-106 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.375rem;
  display: flex;
}

.flex-block-86 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.table_blank-wrapper {
  justify-content: center;
  align-items: center;
  height: 25rem;
  display: flex;
}

.text-103 {
  color: #8a99af;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 105%;
  text-decoration: none;
}

.icon-embed-custom-107 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .25rem;
  display: flex;
}

.flex-block-87 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
}

.frame-1000003584 {
  grid-column-gap: 10px;
  background-color: #f7f9fc;
  border: 1px solid #e4e9f1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 46px;
  padding: 11px 30px;
  text-decoration: none;
  display: flex;
}

.frame-1000003584.is-left {
  width: 176px;
}

.frame-1000006859 {
  grid-column-gap: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-104 {
  color: #333;
  text-align: center;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.icon-embed-custom-108 {
  color: #1a74ef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.5rem;
  display: flex;
}

.flex-block-88 {
  justify-content: flex-end;
  align-items: flex-start;
}

.gray-text-wrapper {
  border-top: 1px solid var(--base-color-neutral--gray1-text-color);
  border-right: 1px solid var(--base-color-neutral--line1);
  border-left: 1px solid var(--base-color-neutral--line1);
  color: var(--base-color-neutral--gray1-text-color);
}

.quick-stack-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell_list-grid-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.quick-stack-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 1.25rem 0;
}

.div-block-83 {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.cell_custom1 {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  font-size: .75rem;
  display: flex;
}

.cell_custom1.border-right {
  border-right: 1px solid var(--base-color-neutral--line1);
}

.flex-block-89 {
  flex-flow: column;
  width: 100%;
}

.cell_item {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  font-size: .75rem;
  display: flex;
}

.cell_item.v-full {
  height: 100%;
}

.cell_item.v-full.h-custom {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-right: 1px solid var(--base-color-neutral--line1);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .625rem;
}

.cell_item.v-full.h-custom-is2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-right: 1px solid var(--base-color-neutral--line1);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 0;
  font-size: .625rem;
}

.icon-embed-custom-110 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.div-block-84 {
  padding-left: .65rem;
  padding-right: .65rem;
}

.border-top {
  border-top: 1px solid var(--base-color-neutral--line1);
}

.border-top.border-left {
  border-left: 1px solid var(--base-color-neutral--line1);
}

.frame-1000006860 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-57 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16.5px;
  height: 16.5px;
  text-decoration: none;
  display: flex;
}

.cell_custom2 {
  border-right: 1px solid var(--base-color-neutral--line1);
  border-bottom: 1px solid var(--base-color-neutral--line1);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: .75rem;
  display: flex;
}

.cell_tabs-item {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
  display: flex;
  position: static;
}

.cell_tabs-item.active {
  background-color: var(--base-color-neutral--gray1-pri);
  color: var(--base-color-neutral--white);
  position: relative;
}

.icon-embed-custom-111 {
  color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  display: flex;
  position: absolute;
  inset: .7rem .24rem 0% auto;
}

.cell_input-text {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  white-space: nowrap;
  background-color: #fff;
  border: .0625rem #a2aebe;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 2.125rem;
  margin: 0;
  padding: .2rem 1rem;
  font-size: .75rem;
  display: flex;
  box-shadow: 0 1px .125rem #0000000d;
}

.star {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
}

.star.light {
  color: #e2e8f0;
}

.star.green {
  color: var(--base-color-brand--secondary);
}

.div-block-85 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 1.25rem;
  display: flex;
}

.sign_wrapper {
  border: 1px solid var(--base-color-neutral--line1);
  border-radius: .5rem;
  width: 14.625rem;
  height: 8.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sign_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-86 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 8.75rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.frame-1000006863 {
  grid-column-gap: 3px;
  border-top: 1px solid var(--base-color-neutral--line1);
  border-bottom: 1px solid var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.25rem;
  text-decoration: none;
  display: flex;
}

.text-106 {
  color: #333;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.space-40 {
  padding-top: 2.5rem;
}

.flex-block-90 {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
}

.icon-embed-custom-112 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  height: 2.125rem;
  display: flex;
}

.flex-block-91 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.icon-embed-custom-113 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1875rem;
  height: 1.125rem;
  display: flex;
}

.flex-block-92 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.cell_image-wrapper {
  border: 1px solid var(--base-color-neutral--line1);
  border-radius: .25rem;
  /*height: 100%;*/
  /*max-height: 14.5rem;*/
  padding: .75rem;
  position: relative;
}

.cell_image-wrapper.no-border {
  border-style: none;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.div-block-88 {
  border-radius: .5rem;
  padding-top: 35%;
  position: relative;
  overflow: hidden;
}

.map-circle-svg {
  color: #ef2323;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.6875rem;
  display: flex;
  position: absolute;
  inset: 29% auto auto 34%;
}

.map_indicator-wrap {
  padding-top: .5rem;
  padding-right: .5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-embed-custom-114 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
}

.icon-embed-custom-115 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 4.4375rem;
  display: flex;
}

.map_link {
  height: 48%;
  position: absolute;
  inset: 0% 0% auto;
}

.map_link.bottom-minus {
  top: auto;
  bottom: 0;
}

.div-block-89 {
  position: relative;
}

.map_point-link {
  display: block;
}

.text-107 {
  color: #65ad61;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-block-90 {
  text-align: center;
}

.text-size-24 {
  font-size: 1.5rem;
}

.modal_map-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 82%;
  position: relative;
}

.modal_map-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-map_select-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.content-map_select-2.left {
  border-right: 1px solid #f2f2f2;
}

.modal_map-widget {
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  width: 8.5rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
  overflow: clip;
}

.modal_map-widget.layout2 {
  top: .75rem;
  right: .75rem;
}

.icon-embed-custom-116 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.modal_map-location-icon {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: var(--base-color-neutral--white);
  color: #0f0f0f;
  border-bottom: .0625rem solid #384e6b;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  padding: .625rem 1rem .4375rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 1.5rem auto auto 1.5rem;
}

.flex-block-93 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block-94 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 1rem;
}

.flex-block-95 {
  border-bottom: .0625rem solid #e2e8f0;
  justify-content: space-between;
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.div-block-91 {
  width: 45%;
}

.div-block-92 {
  width: 55%;
}

.flex-block-96 {
  flex-flow: column;
}

.danger-map_wrapper {
  border-radius: .75rem;
  padding-top: 45%;
  position: relative;
  overflow: hidden;
}

.div-block-93 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.flex-block-97 {
  z-index: 100;
  position: absolute;
  inset: .75rem auto auto .75rem;
}

.danger-map_expand-icon-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  position: absolute;
  inset: auto .75rem .75rem auto;
}

.danger-map_point-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  height: 4.25rem;
  display: flex;
  position: absolute;
  inset: auto auto 35% 55%;
}

.danger-map_point-svg.is2 {
  left: 44%;
}

.danger-map_point-svg.is3 {
  bottom: 13%;
  left: 49%;
}

.flex-block-98 {
  flex-flow: column;
}

.icon-embed-custom-117 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.flex-block-99 {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: space-between;
  width: 100%;
}

.flex-block-100 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25rem;
}

.icon-embed-custom-118 {
  color: var(--base-color-system--vermilian);
  background-color: #eb57571a;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.icon-embed-custom-118.daker {
  background-color: var(--base-color-system--vermilian);
  color: var(--base-color-neutral--white);
}

.icon-embed-custom-119 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.625rem;
  display: flex;
}

.modal_danger-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 2.625rem 2.5rem;
  display: block;
}

.modal_danger-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 31.25rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem #0003;
}

.modal_danger-wrapper._w-800 {
  max-width: 50rem;
}

.modal_danger-wrapper._w-780 {
  max-width: 48.75rem;
}

.modal_danger_text-area {
  border: 1px solid var(--base-color-neutral--line1);
  text-align: left;
  background-color: #f8f9fd;
  border-radius: .5rem;
  height: 12.125rem;
  padding-top: 1.375rem;
  padding-bottom: 0;
  padding-left: 1.875rem;
}

.div-block-94 {
  padding-top: 1.375rem;
}

.frame-1000006864 {
  grid-column-gap: .625rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-108 {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.text-109 {
  color: #8a99af;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.msdw_banner1 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  background-color: #fbe9e9;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  margin-bottom: 1.25rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.frame-1000006865 {
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-110 {
  color: #000;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-111 {
  color: #000;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.msdw_banner2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  background-color: #f7f9fc;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 8rem;
  margin-bottom: 1.25rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.text-113 {
  color: #333;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 150%;
  text-decoration: none;
}

.text-114 {
  color: #333;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-4 {
  color: #e75530;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 150%;
  text-decoration: none;
}

.msds_content {
  border-top: 1px solid var(--base-color-neutral--gray1-pri);
  padding-top: .75rem;
  display: flex;
}

.msds_wrapper {
  width: 21.25rem;
}

.msds_wrapper.left {
  width: 22.75rem;
}

.msds_wrapper.right {
  background-color: #f7f9fc;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.text-115 {
  color: #333;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.msds_tags-wrapper {
  grid-column-gap: 13px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.msds_tags {
  grid-column-gap: 8px;
  background-color: #a2aebe;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
  text-decoration: none;
  display: flex;
}

.text-116 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.text-117 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.div-block-96 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.msds_table {
  border-top: 1px solid var(--base-color-neutral--gray1-pri);
}

.quick-stack-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.text-block-3 {
  width: 100%;
}

.frame-1000006866 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-241 {
  object-fit: cover;
}

.div-block-97 {
  min-width: 9.875rem;
}

.msds_image-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

._2024-04-21-6-36-1 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-98 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.code-embed {
  width: 1.125rem;
  height: 1.125rem;
}

.button-small-icon-h44 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  white-space: nowrap;
  background-color: #fff;
  border: .0625rem solid #a2aebe;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: .3125rem 1rem;
  font-size: .75rem;
  display: flex;
  box-shadow: 0 1px .125rem #0000000d;
}

.button-small-icon-h44.bg-grey {
  border-color: var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
}

.tab-button-absolute {
  position: absolute;
  inset: 1.6rem 3.2rem auto auto;
}

.safe-doc_component {
  width: 100%;
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
}

.form_input-large-3 {
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-large-3:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_input-large-3::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.safe-doc_top-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: .125rem solid #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .25fr minmax(12.5rem, 21.25rem);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 2.25rem 1.875rem;
  display: flex;
}

.div-block-102 {
  max-width: 10rem;
}

.safe-doc_body-content.top-border {
  border-top: 1px solid var(--base-color-neutral--gray1-pri);
}

.document-form_cell-heading-2 {
  border: .0625rem solid #e2e8f0;
  border-style: none solid solid none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem .875rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.document-form_cell-heading-2.right-no-border {
  border-right-style: none;
}

.document-form_cell-heading-2.bg-red {
  background-color: #fdefeb;
}

.document-form_icon-2 {
  color: var(--base-color-brand--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  inset: 9% 2% auto auto;
}

.document-form_cell-2 {
  border: .0625rem solid #e2e8f0;
  border-style: none solid solid none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem .875rem;
  font-size: .75rem;
  display: flex;
}

.table_cell-image-wrapper {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  border: 1px solid var(--base-color-neutral--line1);
  color: #a3a8b1;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: .75rem;
  display: flex;
  position: relative;
}

.flex-block-101 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  width: 100%;
}

.text-field {
  border-radius: .25rem;
  width: 6.25rem;
  height: 2.1875rem;
  font-size: .75rem;
}

.dropdown-toggle-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 0;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.icon-embed-custom-121 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
}

.dropdown-link {
  background-color: var(--base-color-neutral--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .75rem;
}

.icon-embed-custom-122 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
}

.dropdown-list-2 {
  border: .0625rem solid #000;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-color: #e4e9f1;
  border-radius: .1875rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.dropdown-link-2 {
  background-color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .75rem;
}

.spacer-120 {
  padding-top: 7.5rem;
}

.flex-block-102 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
}

.tabg-button {
  grid-column-gap: 8px;
  background-color: #e75530;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 3px 14px;
  text-decoration: none;
  display: flex;
}

.text-118 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 105%;
  text-decoration: none;
}

.icon-embed-custom-123 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 3rem;
  border-bottom: .0625rem solid var(--base-color-neutral--neutral-lightest);
  display: flex;
}

.profile-licence-image {
  object-fit: cover;
  border-radius: .125rem;
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px .125rem #0000001a;
}

.cont-image {
  width: 100%;
  height: 100%;
}

.tabs {
  width: 100%;
}

.profile-licence_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 7rem;
  display: flex;
  position: relative;
}

.text-121 {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.cont-image_wrapper {
  max-width: 46.75rem;
}

.employee-modal_tab-link {
  color: #637381;
  background-color: #0000;
  height: 100%;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  /*font-weight: 700;*/
}

.employee-modal_tab-link.w--current {
  border-bottom: 2px solid var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
  background-color: #0000;
  font-weight: 700;
}

.quick-stack-12 {
  grid-row-gap: 3rem;
  padding: 0;
}

.replace-img {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37px;
  height: 47px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: .1rem .45rem auto auto;
}

.replace-img.is-2 {
  width: 26px;
  height: 33px;
  inset: 1rem auto auto .6rem;
}

.image-35 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.table_row-6grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--base-color-neutral--line1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: grid;
}

.table_row-6grid:hover {
  background-color: #f8fbff;
}

.table_row-6grid.new-layout1 {
  grid-template-columns: .35fr .5fr .5fr 1fr .35fr 2fr;
}

.table_row-6grid.layout2 {
  grid-template-columns: .35fr .5fr 1fr .5fr 1fr 1fr;
}

.table_row-6grid.layout3 {
  grid-template-columns: .35fr .75fr .5fr 1fr 1fr .75fr;
}

.table_row-6grid.new-layout2 {
  grid-template-columns: .35fr .5fr .5fr .5fr .75fr 2fr;
}

.list-item {
  color: var(--text-color--text-darker);
  margin-bottom: .15rem;
  padding: 0;
  font-size: .8125rem;
}

.flex-block-103 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-block-104 {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
}

.div-block-105 {
  border: 1px solid var(--base-color-neutral--line1);
  border-radius: .25px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 9.6875rem;
  display: flex;
  overflow: hidden;
}

.form_input-text-area-new {
    /*border: 1px solid #0000;*/
    border: 1px solid var(--base-color-neutral--line1);
    height: 100%;
    min-height: 100%;
}

.pdf-sub-modal_component {
  display: none;
}

.table_header_link {
  padding: 0;
}

 


.table_header_link-text {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #1a74ef;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}
 



.icon-embed-custom-124 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .625rem;
  height: .875rem;
  display: flex;
}

.cell1-link-modal_component {
  display: none;
}

.icon-embed-custom-125 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

.chart-graph_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-end;
  height: 16.5625rem;
  display: flex;
}

.chart-graph_item {
  flex-flow: column;
  justify-content: flex-end;
  width: .9375rem;
  height: 100%;
  display: flex;
  position: relative;
}

.chart-graph_item._80 {
  height: 80%;
}

.chart-graph_item._50 {
  height: 50%;
}

.chart-graph_base-red {
  background-color: #e75530;
  width: 100%;
  height: 100%;
}

.chart-graph_base-red._20 {
  height: 20%;
}

.chart-graph_base-red._50 {
  height: 50%;
}

.chart-graph_base-red._30 {
  height: 30%;
}

.chart-graph_base-gray {
  background-color: #bdbdbd;
  width: 100%;
  height: 100%;
}

.chart-graph_base-gray._80 {
  height: 80%;
}

.chart-graph_base-gray._50 {
  height: 50%;
}

.chart-graph_base-gray._70 {
  height: 70%;
}

.chart-graph_base-gray._20 {
  height: 20%;
}

.cell2-link-modal_component, .cell3-link-modal_component, .cell4-link-modal_component {
  display: none;
}

.text-rich-text-bigger h1, .text-rich-text-bigger h2, .text-rich-text-bigger h3, .text-rich-text-bigger h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text-bigger h5, .text-rich-text-bigger h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text-bigger p {
  margin-bottom: 1rem;
  font-size: .875rem;
}

.text-rich-text-bigger ul, .text-rich-text-bigger ol {
  margin-bottom: 1.5rem;
}

.text-rich-text-bigger blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.helth-info1-modal_component, .helth-info2-modal_component {
  display: none;
}

.ox_list-wrapper {
  flex-flow: column;
  display: flex;
}

.ox_item {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: space-between;
  align-items: center;
  height: 3.125rem;
  display: flex;
}

.div-block-106 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.helth-info3-modal_component, .helth-info4-modal_component {
  display: none;
}

.div-block-107 {
  height: 9.6875rem;
}

.textarea-2 {
  width: 100%;
  height: 9.6875rem;
  min-height: 9.6875rem;
}

.helth-info5-modal_component {
  display: none;
}

.form-4 {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.flex-block-106 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 6.75rem;
  margin-right: auto;
}

.block_wrapper {
  background-color: var(--base-color-system--vermilian);
  color: var(--base-color-neutral--white);
  justify-content: flex-start;
  align-items: center;
  width: calc(100% + 5rem);
  height: 5rem;
  margin-left: -2.5rem;
  margin-right: auto;
  padding-left: 2.3125rem;
  padding-right: 2.3125rem;
  font-size: 1.25rem;
  display: flex;
}

.fs_selectcustom-1_list-4.w--open {
  z-index: 999;
  border: .0625rem solid #ddd;
  border-radius: .5rem;
  margin-top: .3rem;
  font-size: .875rem;
  overflow: hidden;
}

.icon-embed-custom-126 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
  position: absolute;
  inset: auto 0% 3% auto;
}

.icon-embed-xsmall-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

.form_input-label-text-6 {
  color: #333;
  font-size: .875rem;
}

.form_input-label-text-6._w-fixed-96 {
  min-width: 6rem;
}

.icon-embed-custom-127 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.flex-block-107 {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  align-items: center;
}

.div-block-108 {
  pointer-events: none;
  position: absolute;
  inset: auto auto 5% 5%;
}

.fs_selectcustom-1_link-4 {
  background-color: #fff;
  border-bottom: .0625rem solid #e7e7e7;
  padding: .6rem 1rem;
}

.fs_selectcustom-1_link-4:hover {
  background-color: #f8fbff;
}

.fs_selectcustom-1_link-4:focus-visible {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.fs_selectcustom-1_link-4[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.fs_selectcustom-1_link-4.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.my_member-sign-wrapper-2 {
  border: 1px solid #e2e8f0;
  border-radius: .25rem;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.my_member-image-circle {
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-110 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.underline-1px {
  background-color: var(--base-color-neutral--neutral-lightest);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.div-block-111 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-color-light-gray {
  color: var(--base-color-neutral--text-color-2);
}

.button-w-220 {
  min-width: 13.75rem;
}

.div-block-112 {
  max-width: 14.75rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-8 {
  padding-top: .5rem;
}

.flex-block-108 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-113 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.flex-block-109 {
  grid-column-gap: 3.625rem;
  grid-row-gap: 3.625rem;
}

.flex-block-110 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

.icon-embed-custom-128 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5625rem;
  height: 2.125rem;
  display: flex;
}

.title-icon-absolute {
  position: absolute;
  inset: auto 0% 0 auto;
}

.div-block-114 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.msds_table-2 {
  border-top: 1px solid #8a99af;
}

.text-block-4 {
  width: 100%;
}

.quick-stack-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell_item-h38-text14 {
  border-bottom: 1px solid #e4e9f1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.375rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  font-size: .875rem;
  display: flex;
}

.cell_item-h38-text14.border-right {
  border-right: 1px solid #e4e9f1;
}

.cell_item-h38-text14.border-right.h-44 {
  height: 2.75rem;
}

.flex-horizontal-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-115 {
  justify-content: space-between;
  display: flex;
}

.div-block-116 {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.list-link-arrow {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 2rem auto auto 2rem;
}

.text-123 {
  color: #333;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 105%;
  text-decoration: none;
}

.icon-embed-custom-129 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.25rem;
  display: flex;
}

._w-1051 {
  width: 100%;
  max-width: 65.625rem;
  max-width: 1051px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
}

.frame-1000006867 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 298px;
  text-decoration: none;
  display: flex;
}

.text-124 {
  color: #333;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 105%;
  text-decoration: none;
}

.text-125 {
  color: #333;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 105%;
  text-decoration: none;
}

.div-block-118 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-119 {
  padding-top: 3.125rem;
}

.cell_table-wrapper-center {
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cell_table-wrapper-center.is-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-120 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  font-weight: 600;
  display: flex;
}

.danger-reg_top-is2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.approve-link {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: var(--base-color-neutral--grey1-text);
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border: .0625rem solid #a2aebe;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 2.1875rem;
  margin: 0;
  padding: .3125rem 1rem;
  font-size: .75rem;
  display: flex;
  position: relative;
  top: -11px;
  box-shadow: 0 1px .125rem #0000000d;
}

.approve-link.border-primary {
  border-color: var(--base-color-brand--secondary);
  color: var(--base-color-brand--secondary);
}

.quick-stack-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--base-color-neutral--gray1-pri);
  border-bottom: 1px solid var(--base-color-neutral--gray1-pri);
  border-left: 1px solid var(--base-color-neutral--line1);
  padding: 0;
}

.icon-embed-custom-130 {
  color: var(--base-color-brand--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.cell_list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(11.625rem, 11.625rem) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-121 {
  width: 100%;
  display: flex;
}

.div-block-122 {
  width: 65%;
}

.frame-1000006868 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-126 {
  color: #333;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 105%;
  text-decoration: none;
}

.square-block {
  width: .75rem;
  height: .75rem;
}

.square-block.green {
  background-color: var(--base-color-brand--secondary);
}

.square-block.red {
  background-color: #ef2323;
}

.div-block-123 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 1rem;
  padding-left: 2rem;
  display: flex;
}

.cell_tri-list-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  /*padding-left: 1.625rem;
  padding-right: 1.625rem;*/
  display: flex;
}

.cell_tri-item {
  text-align: left;
  font-size: .75rem;
}

.quick-stack-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.image-242 {
  width: 1.125rem;
  height: 1.125rem;
}

.flex-block-116 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  width: 100%;
}

.flex-block-117 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  width: 100%;
}

.icon-embed-custom-133, .icon-embed-custom-134 {
  color: #65ad61;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.form_input-large-close-4 {
  pointer-events: none;
  background-color: #fff;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-large-close-4:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_input-large-close-4::placeholder {
  color: #000;
  font-size: .875rem;
}

.vectors-wrapper-63 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.icon-embed-custom-135 {
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.375rem;
  display: flex;
  position: absolute;
  inset: 27% 2% auto auto;
}

.frame-1000006869 {
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-64 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 189px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.div-block-124 {
  height: 700px;
}

.static_button_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-block-118 {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
}

.flex-block-119 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.text-127 {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.employee-modal_profile-wrapper-layout2 {
  grid-column-gap: 1.875rem;
  width: 100%;
  padding: 0;
}

.employee-modal_profile-table-layout2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: .0625rem solid #dfe3ec;
  border-left: .0625rem solid #dfe3ec;
  width: 100%;
  padding: 0;
}

.spacer-90 {
  padding-top: 5.625rem;
}

.table_component-copy {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.modal_wrapper-2 {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #333;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 48.75rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem #0003;
}

.modal_wrapper-2.is-800 {
  max-width: 50rem;
}

.icon-embed-custom-136 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.modal_close-3 {
  cursor: pointer;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal_close-3:focus-visible {
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.modal_close-3[data-wf-focus-visible] {
  outline-offset: .25rem;
  outline: .125rem solid #9b9b9b;
}

.flex-block-120 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.text-128 {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.flex-block-121 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.flex-block-122 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.main-button-large-4 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #64748b;
  background-color: #fff;
  border: .0625rem solid #e4e9f1;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .6875rem 1.3rem .6875rem 1rem;
  font-weight: 600;
  display: flex;
}

.main-button-large-4.solid-green {
  color: #fff;
  background-color: #65ad61;
}

.password-field_wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.button-solid-h46 {
  border: .0625rem solid var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  color: var(--base-color-neutral--white);
  white-space: nowrap;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-solid-h46.border-transp {
  border-color: var(--base-color-neutral--text-color-2);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--grey1-text);
}

.button-solid-h46.bg-light-gray {
  border-color: var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
  color: var(--base-color-neutral--black);
}

.button-solid-h46.bg-dark-gray {
  border-color: var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray1-text-color);
}

.button-solid-h46.gap-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-block-124 {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  justify-content: flex-start;
  align-items: center;
}

.content-block_right-padding-set {
  border-bottom: 1px #e2e8f0;
  border-right: 1px #e2e8f0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: .5rem;
  padding-right: 2.25rem;
  display: flex;
}

.content-block_h48 {
  color: #333;
  border-bottom: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  width: 100%;
  height: 3rem;
  display: flex;
}

.quick-stack-17 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.content-block_layout2-narrow {
  border-top: 1px #e2e8f0;
  border-left: 1px solid #e2e8f0;
}

.top-line {
  border-top: 1px solid var(--base-color-neutral--line1);
}

.flex-block-126 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: space-between;
  align-items: center;
}

.form_date-icon-svg-3 {
  pointer-events: none;
  color: #64748b;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  inset: 24% auto auto 4.5%;
}

.form_date-icon-svg-3.small-postion {
  top: 16%;
}

.icon-embed-custom-137 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .25rem;
  display: flex;
}

.select-color-wrapper {
  color: var(--base-color-neutral--text-color-2);
  width: 100%;
}

.cell_bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cell_row-item-underline {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .725rem 1.25rem .725rem 1rem;
  display: flex;
}

.cell_row-item-underline.active-solid {
  background-color: var(--base-color-neutral--gray1-text-color);
  color: #fff;
  font-weight: 600;
}

.content-rate_2col-content-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: .0625rem solid #dfe3ec;
  border-left: .0625rem solid #dfe3ec;
  width: 100%;
  padding: 0;
}

.content-rate_2col-content-2.border-none {
  border-left-style: none;
}

.icon-arrow-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.0625rem;
  height: 1.0625rem;
  display: flex;
}

.quick-stack-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 46.875rem;
  padding: 0;
}

.clee-table-top {
  border-style: solid;
  border-width: 1px .0625rem .0625rem;
  border-color: var(--base-color-neutral--gray1-text-color) #dfe3ec #dfe3ec;
  background-color: #f7f9fc;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.25rem;
  padding: .625rem .75rem .725rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.add-plus-icon {
  color: var(--base-color-neutral--text-color-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  right: 10px;
}

.icon-embed-custom-139 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
}

.jpg-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.4375rem;
  display: flex;
  position: absolute;
  left: 0;
}

.div-block-127 {
  padding-left: 2rem;
}

.file-upload-fake-overlay {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--base-color-neutral--line1);
  background-color: var(--base-color-neutral--gray2);
  justify-content: center;
  align-items: center;
  width: 6.875rem;
  font-size: .875rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.file-input-opacity-0 {
  opacity: 0;
  font-size: .5rem;
  position: absolute;
  inset: 0%;
}

.icon-embed-custom-140 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .875rem;
  display: flex;
}

.flex-block-127 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  max-width: 13.125rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-embed-custom-141 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.flex-block-128 {
  justify-content: flex-start;
  align-items: center;
}

.flex-block-129 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  align-items: center;
}

.div-block-128 {
  width: 11.25rem;
  padding-top: 3.25rem;
}

.form_select-input-large-5 {
  background-color: #0000;
  background-image: url('../images/Vector.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_select-input-large-5:focus {
  border-color: #65ad61;
  font-weight: 700;
}

.form_select-input-large-5::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.modal_wrapper-3 {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #333;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 48.75rem;
  display: block;
  position: relative;
  left: 8.875rem;
  box-shadow: 0 2px .3125rem #0003;
}

.modal_wrapper-3.is-738 {
  max-width: 46.125rem;
}




.form_input-2 {
  background-color: #0000;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  min-height: 2.875rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input-2:focus {
  border-color: #65ad61;
}

.form_input-2::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.icon-embed-custom-142 {
  color: #d34c29;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 2px;
  display: flex;
}

.file-upload-fake-overlay-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f7f9fc;
  border: 1px solid #e4e9f1;
  justify-content: center;
  align-items: center;
  width: 6.875rem;
  font-size: .875rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.icon-embed-custom-143 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.icon-embed-custom-144 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .875rem;
  display: flex;
}

.flex-block-130 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.flex-block-131 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.flex-block-132 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.x-circle-icon {
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
  position: absolute;
  inset: .7rem auto auto -2.5rem;
}

.div-block-129 {
  justify-content: center;
  align-items: flex-start;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.alarm_top {
  background-color: var(--base-color-neutral--gray2);
  padding: .75rem 1.875rem;
}

.alam-0 {
  color: #1c2434;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.alam-1 {
  color: #65ad61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.alam_list {
  max-height: 27.5rem;
  padding: 0;
  overflow: auto;
}

.alarm_item {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: space-between;
  padding: .625rem 1.25rem .875rem 1.87rem;
  display: flex;
}

.mw10_component {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 13.75rem auto auto 37%;
}

.mw10_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  min-width: 19.0625rem;
  max-width: 19.0625rem;
  display: block;
  position: relative;
  left: auto;
  box-shadow: 0 2px .3125rem #0003;
}

.textarea-3 {
  min-height: 5.375rem;
}

.mw10_list {
  flex-flow: column;
  max-height: 11.5625rem;
  margin-bottom: 1.25rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
  overflow: auto;
}

.mw10_item {
  border-bottom: 1px solid var(--base-color-neutral--line1);
  justify-content: flex-start;
  align-items: center;
  min-height: 2.8125rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.form-block-3 {
  margin-bottom: 0;
}

.flex-block-133 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.form_input-field {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.form_verify-button {
  color: var(--text-color--text-alternate);
  text-align: center;
  background-color: #384e6b;
  border-radius: .25rem;
  width: 100%;
  padding: .75rem 1.875rem;
  font-size: .875rem;
  font-weight: 400;
  transition: all .27s;
}

.form_verify-button:hover {
  opacity: .8;
}

.form_input-3 {
  background-color: #0000;
  border: .0625rem solid #e2e8f0;
  border-radius: .25rem;
  min-height: 2.875rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input-3:focus {
  border-color: #65ad61;
}

.form_input-3::placeholder {
  color: #a2adbe;
  font-size: .875rem;
}

.form_private-list-wrapper {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.icon-embed-custom-145 {
  color: #64748b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: .625rem;
  display: flex;
}

.checkbox-script--custom-checkbox {
  -webkit-user-select: none;
  user-select: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 23px;
  position: relative;
}

.checkbox-script--checkmark {
  background-color: #eee;
  border: 1px solid #8b8b8b;
  border-radius: 4px;
  width: 1rem;
  height: 1rem;
  padding: 0;
  position: absolute;
  inset: 8% auto auto 0%;
}

.checkbox-script--checkbox-input {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.custom-checkbox {
  -webkit-user-select: none;
  user-select: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 23px;
  position: relative;
}

.checkmark {
  border: 1px solid var(--border-color--border-alternate);
  background-color: #fff;
  border-radius: .2rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  position: absolute;
  inset: -3px auto auto 0%;
}

.checkmark.set-1 {
  top: 2px;
}

.checkbox-input {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form_checkbox-filed-wrapper {
  position: relative;
}

.checkbox-link {
  justify-content: flex-end;
  align-items: flex-start;
  width: 200px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_message {
  color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
}

.fs_modal-2_close-icon-2 {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: #f5f5f500;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_description {
  margin-bottom: 0;
}

.fs_modal-2_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.fs_modal-2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 2rem 3rem;
  display: grid;
}

.fs_modal-2_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 64.1875rem;
  display: block;
  position: relative;
}

.fs_modal-2_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-2_button:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.private_richtext p {
  color: var(--base-color-neutral--gray1-text-color);
  font-size: .75rem;
}

.private_richtext-wrapper {
  max-height: 39.375rem;
  overflow: auto;
}

.flex-block-134 {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 3.25rem;
}

.fs_modal-2_close-2 {
  cursor: pointer;
  background-color: #f5f5f500;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close-2:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_close-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_wrapper-2 {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 39.25rem;
  display: block;
  position: relative;
}

.fs_modal-2_popup-2 {
  z-index: 999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 2rem;
  padding-right: 10%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.field-label {
  width: 145px;
  margin-bottom: 1.55rem;
  font-size: .875rem;
  font-weight: 600;
}

.flex-block-135 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-130 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.form-5, .form-block-4 {
  width: 100%;
}

.divder_wrapper {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.mw-title-top {
  justify-content: space-between;
  padding: 2.5rem 0 1.375rem;
  display: flex;
}

.mw-title-top.padding-top-large {
  padding-top: 5rem;
}

.fs_accordion-2_message {
  color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
}

.fs_accordion-2_paragraph-4 {
  color: var(--base-color-neutral--gray1-text-color);
  max-width: 57.5rem;
  margin-bottom: 0;
}

.fs_accordion-2_body-4 {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-2_content-5 {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon-2 {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper-5 {
  background-image: url('../images/circle-plus-2.png');
  background-position: 0 0;
  background-size: 35px;
  width: 2.1875rem;
  height: 2.187rem;
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper-5.is-active-accordion {
  background-image: url('../images/Frame-44.png');
  background-position: 0 0;
  background-size: 35px;
  transform: rotate(180deg);
}

.fs_accordion-2_label {
  font-size: 1.125rem;
  font-weight: 600;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header:focus-visible {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_item-5 {
  background-color: #fff;
  border-radius: 5px;
  overflow: clip;
  box-shadow: 0 2px 5px #0003;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
}

.fs_accordion-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact1_component {
  background-color: #fff;
  width: 100%;
  max-width: 36.875rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 5px #00000026;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-label {
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox-icon-3 {
  border: .0625rem solid var(--border-color--border-alternate);
  border-radius: .25rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
}

.form_checkbox-icon-3.w--redirected-checked {
  border-color: var(--base-color-brand--secondary);
  background-color: var(--base-color-brand--secondary);
  background-size: .75rem;
}

.form_checkbox-icon-3.w--redirected-focus {
  box-shadow: none;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.success-text {
  font-weight: 600;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.error-text {
  color: #e23939;
}

.div-block-131 {
  border-bottom: 1px solid var(--base-color-neutral--neutral-lightest);
  padding-top: 1.5rem;
  padding-bottom: .5rem;
}

.div-block-132 {
  padding-bottom: 2rem;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.div-block-133 {
  width: 100%;
}

.error-msg-wrap {
  flex-flow: column;
  padding-top: .2rem;
  padding-left: 1.125rem;
  display: flex;
}

.private_body {
  flex-flow: column;
  align-items: stretch;
  min-height: 56.75rem;
  display: flex;
}

.private_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: block;
}

.private_content {
  background-color: #fff;
  border-radius: 5px;
  height: 80vh;
  overflow: auto;
  box-shadow: 0 2px 5px #0003;
}

.private_item {
  background-color: #fff;
  height: 100%;
  padding: 1rem 1.5rem;
}

.div-block-134 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_3grid-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.0625rem;
  display: grid;
}

.div-block-135 {
  padding-left: 18px;
}

.div-block-136 {
  height: 100%;
  position: relative;
  top: -30px;
}

.form_middle-title-wrapper {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: .625rem;
}

.form_input-large-text-dark {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: var(--background-color--background-white);
  border-radius: .25rem;
  height: 2.875rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

.form_input-large-text-dark:focus {
  border-color: var(--background-color--background-secondary);
  font-weight: 700;
}

.form_input-large-text-dark::placeholder {
  color: var(--text-color--text-primary);
  font-size: .875rem;
  font-weight: 500;
}

.form_input-large-text-dark.is-disabled.left-padding {
  padding-left: 2.1rem;
}

.form_input-large-text-dark.full-width {
  width: 100%;
}

.drag-table_wrapper {
  border-bottom: 1px solid #64748b;
  padding-bottom: 2.25rem;
}

.drag-table_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.drag-table_top-cell {
  background-color: var(--base-color-brand--lightest-blue);
  border-top: 1px solid #64748b;
  border-bottom: 1px solid #e2e8f0;
  border-left: 1px solid #e2e8f0;
  min-height: 2.8125rem;
  padding-top: .725rem;
}

.drag-table_top-cell.right-border {
  border-right: 1px solid #e2e8f0;
}

.div-block-137 {
  padding-left: 1rem;
}

.text-label-14-medium {
  font-size: .875rem;
}

.drag-table_checkbox {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: -1.8rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-138 {
  padding-left: 2.25rem;
}

.drag-table_body-content {
  border-bottom: 1px solid #e2e8f0;
  border-left: 1px solid #e2e8f0;
  padding: 1rem;
}

.drag-table_text-area {
  border: 1px solid var(--base-color-neutral--line1);
  border-radius: .25rem;
  min-height: 14rem;
  margin-bottom: 0;
}

.drag-table_text-area:focus {
  border-color: var(--base-color-brand--secondary);
}

.drag-table_text-area.smallest {
  min-height: 7.25rem;
  font-size: .75rem;
}

.drag-table_text-area.smallest.is-disabled::placeholder {
  color: var(--base-color-neutral--text-color-2);
  font-size: .875rem;
}

.ms-input-label {
  color: #0000;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-box {
  grid-column-gap: 6px;
  box-shadow: none;
  cursor: move;
  background-color: #fff;
  border: 1px #12133140;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  padding: 0;
  font-weight: 400;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
  position: relative;
}

.ms-box:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-box::placeholder {
  color: #909090;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ms-button-svg.is-drag {
  opacity: .5;
  width: 18px;
}

.ms-drag-color {
  margin-left: auto;
}

.ms-input {
  color: #0000;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.flex-block-136 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.div-block-139 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  width: 100%;
  height: 100%;
  padding-left: 7px;
  display: flex;
}

.icon-embed-custom-146 {
  color: #e8e8e8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26.9375rem;
  height: 17.5rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.drag-table_icon {
  color: #e8e8e8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  display: flex;
}

.checkbox-field-4 {
  width: 100px;
}

.custom-checkbox-2 {
  -webkit-user-select: none;
  user-select: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 23px;
  position: relative;
}

.checkmark-2 {
  background-color: #eee;
  border: 1px solid #8b8b8b;
  border-radius: 4px;
  width: 1rem;
  height: 1rem;
  padding: 0;
  position: absolute;
  inset: 8% auto auto 0%;
}

.checkbox-input-2 {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.flex-block-137 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
}

.schedule_checkbox-field {
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.schedule_day-checkbox {
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.schedule_day-checkbox.w--redirected-checked {
  background-color: #eff4fb;
  background-image: linear-gradient(#0000, #0000);
}

.checkbox-label-4 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.schedule_text-checkbox {
  font-size: .875rem;
  position: absolute;
  top: 12px;
  left: 13px;
}

.schedule_text-checkbox.is-red {
  color: #ea352b;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.schedule_delete-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: absolute;
  inset: 18% 0% auto auto;
}

.update-white-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_radio-2_message {
  color: var(--accessible-components--dark-grey\<deleted\|variable-c4d8099c\>);
}

.fs_radio-2_label {
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.fs_radio-2_button {
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.fs_radio-2_button.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.fs_radio-2_button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_radio-2_field {
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #e2e8f0;
  border-radius: .1875rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.1875rem;
  margin-bottom: 0;
  padding: 0 .8125rem;
  display: flex;
  position: relative;
}

    .fs_radio-2_field:hover {
        color: #696969; /*#696969->fff*/
        border-color: #696969;
    }

.fs_radio-2_field.is-active-inputactive {
  color: #111;
  background-color: #1110;
  border-width: .125rem;
  border-color: #111;
  border-color: #999999;
}

.fs_radio-2_group {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  display: grid;
}

.fs_radio-2_embed {
  margin-bottom: 0;
}

.fs_radio-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_accordion-2_arrow-wrapper-top-nav {
  color: var(--base-color-neutral--text-color-2);
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper-top-nav.is-active-accordion {
  transform: rotate(180deg);
}

.spacer-body-top {
  padding-top: 3.75rem;
}

.form_input-search-large {
  border: .0625rem solid var(--border-color--border-primary);
  background-image: url('../images/search-1.svg'), url('../images/Rectangle-4985_1Rectangle 4985.png');
  background-position: 96%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 18px, 46px;
  border-radius: .25rem;
  width: 100%;
  max-width: 21.25rem;
  height: 2.875rem;
  margin-bottom: 0;
}

.form_input-search-large:focus {
  border-color: var(--background-color--background-secondary);
}

.search-body_conent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.search-body_item {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search-body_tag {
  color: var(--text-color--text-alternate);
  background-color: #a2aebe;
  padding: .5rem .75rem;
  font-size: .875rem;
}

.search-time-text {
  font-size: .8125rem;
}

.flex-block-138 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.combo-box-modal_component {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 596px;
  padding: 30px 36px;
  display: flex;
}

.combo-box-modal_top-content {
  margin-bottom: 68px;
}

.combo-box-modal_body-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.form-block-5 {
  width: 100%;
}

.fs-combobox_select {
  margin-bottom: 0;
  display: none;
}

.fs-combobox_dropdown-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f7f9fc;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.fs-combobox_dropdown-toggle:focus-visible {
  outline-offset: 4px;
  outline: 1px solid #acacac;
}

.fs-combobox_dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 1px solid #acacac;
}

.fs-combobox_list {
  background-color: #fff;
  flex-flow: column;
  min-height: 300px;
  max-height: 300px;
  display: flex;
  overflow: auto;
}

.fs-combobox_list.w--open {
  background-color: #fff;
  max-height: 20rem;
  overflow: auto;
}

.fs-combobox_input {
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 0;
  padding: .25rem;
  font-size: .875rem;
}

.fs-combobox_option {
  color: #000;
  background-color: #fff;
  border: 1px solid #e4e9f1;
  align-items: center;
  padding: .875rem 1rem;
  font-size: .75rem;
  text-decoration: none;
  display: flex;
}

.fs-combobox_option:focus {
  color: #f7f7f7;
  background-color: #8a99af;
}

.fs-combobox_option.w--current {
  color: #fff;
  background-color: #8a99af;
}

.fs-combobox_empty {
  color: #000;
  background-color: #fff;
  border: 1px solid #e4e9f1;
  padding: .875rem 1rem;
  font-size: .75rem;
}

.fs-combobox_dropdown {
  border-top: 1px solid #64748b;
  width: 20.125rem;
}

.fs-combobox_reset {
  color: #000;
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-combobox_arrow {
  color: #000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 1.5rem;
  display: flex;
}

.fs-combobox_icon {
  flex-direction: column;
  width: 1rem;
  margin-right: .5rem;
  display: flex;
}

.combo-box_select {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f7f9fc;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 20.125rem;
  min-height: 45px;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.combo-box_select:focus-visible {
  outline-offset: 4px;
  outline: 1px solid #acacac;
}

.combo-box_select[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 1px solid #acacac;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge-96 {
    padding-top: 5rem;
  }

  .spacer-medium-32 {
    padding-top: 1.5rem;
  }

  .spacer-xhuge-128 {
    padding-top: 6rem;
  }

  .spacer-xxhuge-144 {
    padding-top: 8rem;
  }

  .spacer-xlarge-64 {
    padding-top: 3rem;
  }

  .spacer-48 {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge-80 {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .modal-subs_wrapper, .modal_pjt-wrapper, .modal_writing-wrapper, .modal_detail-wrapper, .modal_simple-wrapper, .modal_weather-wrapper, .modal_employee-wrapper, .modal_schedule1-wrapper, .modal_small-wrapper, .modal_wrapper, .modal_danger-wrapper, .modal_wrapper-2, .modal_wrapper-3, .mw10_wrapper {
    grid-template-columns: 1fr;
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-2_wrapper, .fs_modal-2_wrapper-2 {
    grid-template-columns: 1fr;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge-96 {
    padding-top: 3.5rem;
  }

  .spacer-medium-32 {
    padding-top: 1.25rem;
  }

  .spacer-xhuge-128 {
    padding-top: 4rem;
  }

  .spacer-xxhuge-144 {
    padding-top: 4.5rem;
  }

  .spacer-xlarge-64 {
    padding-top: 2rem;
  }

  .spacer-48 {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge-80 {
    padding-top: 3rem;
  }

  .modal-subs_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal-subs-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_close {
    padding: 1rem;
  }

  .modal_pjt-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_search-popup, .modal_stage-popup, .modal_writing-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_writing-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_detail-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_detail-content, .modal_update-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .form_title-heading {
    font-size: 2.5rem;
  }

  .modal_simple-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_simple-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_weather-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_weather-content, .modal_emplyee-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_scheduel-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_close-2 {
    padding: 1rem;
  }

  .modal_small-content, .modal_danger-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal_close-3, .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_modal-2_close-2 {
    padding: 1rem;
  }

  .fs_modal-2_heading-2 {
    font-size: 2rem;
  }

  .fs_modal-2_popup-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .fs_radio-2_group {
    grid-auto-flow: row;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .contact1_form {
    grid-row-gap: 1.5rem;
  }
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-415306f7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_78218ab3-750f-f4f4-228e-4d25d5e3ab32-415306f7 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_1977d52e-6cbd-0e38-3fd6-bdedb3a31019-4153075d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-4153075d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-4153075d {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-4153075d, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-4153075d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-4153075d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-4153075d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-4153075d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-4153075d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-4153075d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-4153075d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-4153075d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-4153075d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-4153075d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-4153075d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-4153075d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-4153075d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-4153075d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-4153075d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-4153075d, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-4153075d, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-4153075d, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-4153075d, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-4153075d {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-4153075d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-4153075d {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-4153075d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-4153075d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-4153075d {
  justify-self: start;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-4153075e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_78218ab3-750f-f4f4-228e-4d25d5e3ab32-4153075e {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-4153075f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_78218ab3-750f-f4f4-228e-4d25d5e3ab32-4153075f {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-41530782, #w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-41530784 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_78218ab3-750f-f4f4-228e-4d25d5e3ab32-41530784 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-41530785 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_78218ab3-750f-f4f4-228e-4d25d5e3ab32-41530785 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-41530786 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_78218ab3-750f-f4f4-228e-4d25d5e3ab32-41530786 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-41530787 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a141b-41530787 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a141c-41530787, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a1420-41530787, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a1426-41530787, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a142a-41530787, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a142e-41530787, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a1432-41530787, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a1436-41530787, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a143a-41530787, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a143e-41530787, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a1442-41530787, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a1448-41530787, #w-node-_45cdaa87-22bd-1e57-fd7c-b79a2d2a144c-41530787 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e66-415307c0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e67-415307c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e6a-415307c0, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e88-415307c0, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ed0-415307c0, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f18-415307c0, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f60-415307c0, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877fa8-415307c0, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ff0-415307c0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e66-415307c1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e67-415307c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e6a-415307c1, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e88-415307c1, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ed0-415307c1, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f18-415307c1, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f60-415307c1, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877fa8-415307c1, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ff0-415307c1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e66-415307c2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e67-415307c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e6a-415307c2, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e88-415307c2, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ed0-415307c2, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f18-415307c2, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f60-415307c2, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877fa8-415307c2, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ff0-415307c2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e66-415307c3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e67-415307c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e6a-415307c3, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e88-415307c3, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ed0-415307c3, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f18-415307c3, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f60-415307c3, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877fa8-415307c3, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ff0-415307c3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e66-415307c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e67-415307c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e6a-415307c4, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e88-415307c4, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ed0-415307c4, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f18-415307c4, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877f60-415307c4, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877fa8-415307c4, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877ff0-415307c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab6481-415307d0 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab6482-415307d0, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab6486-415307d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab6487-415307d0 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab6488-415307d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab648d-415307d0 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab648e-415307d0, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab6492-415307d0, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab6496-415307d0, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab649a-415307d0, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64a5-415307d0, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64a9-415307d0, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64ad-415307d0, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64b1-415307d0, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64b5-415307d0, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64b9-415307d0, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64bd-415307d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64c1-415307d0 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64c2-415307d0, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64c6-415307d0, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64ca-415307d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64cf-415307d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64d0-415307d0, #w-node-_6de3a453-9b88-f2f3-c67d-3ad424ab64d5-415307d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeaeb-415307d2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeaf1-415307d2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeaf2-415307d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeaf7-415307d2 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeaf8-415307d2, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeafc-415307d2, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb00-415307d2, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb04-415307d2, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb08-415307d2, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb0c-415307d2, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb10-415307d2, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb14-415307d2, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb18-415307d2, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb1c-415307d2, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb20-415307d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb24-415307d2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb25-415307d2, #w-node-_292d0f18-7cb2-6335-9bc9-86104e4eeb29-415307d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0562f6e-0d6b-855e-59c9-dcbdbf613fdb-415307d2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600c3-415307d5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600e8-415307d5 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600e9-415307d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600ea-415307d5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd86011b-415307d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600c3-415307d6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600e8-415307d6 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600e9-415307d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd8600ea-415307d6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_603d3e24-6cb9-6d90-966a-c726cd86011b-415307d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919884-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919885-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988c-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988d-415307d8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988e-415307d8 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919895-415307d8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91989c-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198a9-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198b6-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198c3-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198d0-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198dd-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198ea-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198f7-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919904-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919911-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91991e-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91992b-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919938-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919945-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994c-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994d-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994e-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994f-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919956-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919958-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919959-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91995e-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919967-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91996c-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919971-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919976-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91997b-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919984-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919989-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91998e-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919997-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91999c-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199a7-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b0-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b4-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b5-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b6-415307d8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b7-415307d8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199be-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199c5-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cc-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199ce-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cf-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d4-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d9-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199f6-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199fb-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a00-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a05-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0a-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0f-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a14-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a19-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a1e-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a23-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a29-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2a-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2f-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a34-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a39-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a3e-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a43-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a48-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a65-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6a-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6f-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a74-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a79-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a7e-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a83-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8a-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8b-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8c-415307d8 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8d-415307d8 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a94-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a9b-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa2-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa9-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab0-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab7-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919abe-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ac5-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919acc-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad3-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad5-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad6-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919adb-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae0-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae5-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aea-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aef-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af4-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af9-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919afe-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b1e-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b23-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b28-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b2d-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b33-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b34-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b39-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b3e-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b43-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b48-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b4d-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b52-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b57-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b5c-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b61-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b66-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b6b-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b70-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b76-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b77-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b7c-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b81-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b86-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b8b-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b90-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b95-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9a-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9f-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba4-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba9-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bae-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb3-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb9-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bba-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bbf-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc4-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc9-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bce-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd3-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd8-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bdd-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be2-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be7-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bec-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf1-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf6-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfc-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfd-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c02-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c07-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c0c-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c11-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c16-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c1b-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c20-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c25-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2a-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2f-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c34-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c39-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c3f-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c40-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c45-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4a-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4f-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c54-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c59-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c5e-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c63-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c68-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c6d-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c72-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c77-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c7c-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c82-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c83-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c88-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c8d-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c92-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c97-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c9c-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca1-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca6-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cab-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb0-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb5-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cba-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cbf-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc5-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc6-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ccb-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd0-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd5-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cda-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cdf-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce4-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce9-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cee-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf3-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf8-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cfd-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d02-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d08-415307d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d09-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d0e-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d13-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d18-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d1d-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d22-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d27-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d2c-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d31-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d36-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d3b-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d40-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d45-415307d8, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d4a-415307d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919884-415307d9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919885-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988c-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988d-415307d9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0c74f0ff-3395-5292-ea52-c32e8f1378ba-415307d9 {
  grid-column: span 10 / span 10;
}

#w-node-f3d22dc3-962a-316d-6d11-68fda07f1e3b-415307d9 {
  grid-column: span 3 / span 3;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919945-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b4-415307d9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b5-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b6-415307d9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b7-415307d9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199be-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199c5-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cc-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199ce-415307d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cf-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d4-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d9-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199f6-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199fb-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a00-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a05-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0a-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0f-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a14-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a19-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a1e-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a23-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a29-415307d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2a-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2f-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a34-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a39-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a3e-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a43-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a48-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a65-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6a-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6f-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a74-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a79-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a7e-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a83-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8a-415307d9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8b-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8c-415307d9 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8d-415307d9 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a94-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a9b-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa2-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa9-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab0-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab7-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919abe-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ac5-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919acc-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad3-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad5-415307d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad6-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919adb-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae0-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae5-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aea-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aef-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af4-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af9-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919afe-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b1e-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b23-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b28-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b2d-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b33-415307d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b34-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b39-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b3e-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b43-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b48-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b4d-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b52-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b57-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b5c-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b61-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b66-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b6b-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b70-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b76-415307d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b77-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b7c-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b81-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b86-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b8b-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b90-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b95-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9a-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9f-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba4-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba9-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bae-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb3-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb9-415307d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bba-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bbf-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc4-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc9-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bce-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd3-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd8-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bdd-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be2-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be7-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bec-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf1-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf6-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfc-415307d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfd-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c02-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c07-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c0c-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c11-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c16-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c1b-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c20-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c25-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2a-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2f-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c34-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c39-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c3f-415307d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c40-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c45-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4a-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4f-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c54-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c59-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c5e-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c63-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c68-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c6d-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c72-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c77-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c7c-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c82-415307d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c83-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c88-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c8d-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c92-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c97-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c9c-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca1-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca6-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cab-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb0-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb5-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cba-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cbf-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc5-415307d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc6-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ccb-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd0-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd5-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cda-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cdf-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce4-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce9-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cee-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf3-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf8-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cfd-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d02-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d08-415307d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d09-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d0e-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d13-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d18-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d1d-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d22-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d27-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d2c-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d31-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d36-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d3b-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d40-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d45-415307d9, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d4a-415307d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919884-415307da {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919885-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988c-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988d-415307da {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988e-415307da {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919895-415307da {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91989c-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198a9-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198b6-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198c3-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198d0-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198dd-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198ea-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198f7-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919904-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919911-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91991e-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91992b-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919938-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919945-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994c-415307da {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994d-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994e-415307da {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994f-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919956-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919958-415307da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919959-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91995e-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919967-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91996c-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919971-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919976-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91997b-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919984-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919989-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91998e-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919997-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91999c-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199a7-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b0-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b4-415307da {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b5-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b6-415307da {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b7-415307da {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199be-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199c5-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cc-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199ce-415307da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cf-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d4-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d9-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199f6-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199fb-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a00-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a05-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0a-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0f-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a14-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a19-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a1e-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a23-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a29-415307da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2a-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2f-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a34-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a39-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a3e-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a43-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a48-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a65-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6a-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6f-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a74-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a79-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a7e-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a83-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8a-415307da {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8b-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8c-415307da {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8d-415307da {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a94-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a9b-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa2-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa9-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab0-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab7-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919abe-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ac5-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919acc-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad3-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad5-415307da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad6-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919adb-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae0-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae5-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aea-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aef-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af4-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af9-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919afe-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b1e-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b23-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b28-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b2d-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b33-415307da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b34-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b39-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b3e-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b43-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b48-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b4d-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b52-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b57-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b5c-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b61-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b66-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b6b-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b70-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b76-415307da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b77-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b7c-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b81-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b86-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b8b-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b90-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b95-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9a-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9f-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba4-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba9-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bae-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb3-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb9-415307da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bba-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bbf-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc4-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc9-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bce-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd3-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd8-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bdd-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be2-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be7-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bec-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf1-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf6-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfc-415307da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfd-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c02-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c07-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c0c-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c11-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c16-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c1b-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c20-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c25-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2a-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2f-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c34-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c39-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c3f-415307da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c40-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c45-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4a-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4f-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c54-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c59-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c5e-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c63-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c68-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c6d-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c72-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c77-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c7c-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c82-415307da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c83-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c88-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c8d-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c92-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c97-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c9c-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca1-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca6-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cab-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb0-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb5-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cba-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cbf-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc5-415307da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc6-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ccb-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd0-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd5-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cda-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cdf-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce4-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce9-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cee-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf3-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf8-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cfd-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d02-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d08-415307da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d09-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d0e-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d13-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d18-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d1d-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d22-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d27-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d2c-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d31-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d36-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d3b-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d40-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d45-415307da, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d4a-415307da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919884-415307db {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919885-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988c-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988d-415307db {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988e-415307db {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919895-415307db {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91989c-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198a9-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198b6-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198c3-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198d0-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198dd-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198ea-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198f7-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919904-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919911-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91991e-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91992b-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919938-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919945-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994c-415307db {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994d-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994e-415307db {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994f-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919956-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919958-415307db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919959-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91995e-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919967-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91996c-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919971-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919976-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91997b-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919984-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919989-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91998e-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919997-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91999c-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199a7-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b0-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b4-415307db {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b5-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b6-415307db {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b7-415307db {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199be-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199c5-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cc-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199ce-415307db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cf-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d4-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d9-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199f6-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199fb-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a00-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a05-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0a-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0f-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a14-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a19-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a1e-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a23-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a29-415307db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2a-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2f-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a34-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a39-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a3e-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a43-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a48-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a65-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6a-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6f-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a74-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a79-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a7e-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a83-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8a-415307db {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8b-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8c-415307db {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8d-415307db {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a94-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a9b-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa2-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa9-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab0-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab7-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919abe-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ac5-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919acc-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad3-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad5-415307db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad6-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919adb-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae0-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae5-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aea-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aef-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af4-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af9-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919afe-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b1e-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b23-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b28-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b2d-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b33-415307db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b34-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b39-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b3e-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b43-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b48-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b4d-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b52-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b57-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b5c-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b61-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b66-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b6b-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b70-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b76-415307db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b77-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b7c-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b81-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b86-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b8b-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b90-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b95-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9a-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9f-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba4-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba9-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bae-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb3-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb9-415307db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bba-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bbf-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc4-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc9-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bce-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd3-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd8-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bdd-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be2-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be7-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bec-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf1-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf6-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfc-415307db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfd-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c02-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c07-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c0c-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c11-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c16-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c1b-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c20-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c25-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2a-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2f-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c34-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c39-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c3f-415307db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c40-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c45-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4a-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4f-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c54-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c59-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c5e-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c63-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c68-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c6d-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c72-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c77-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c7c-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c82-415307db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c83-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c88-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c8d-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c92-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c97-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c9c-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca1-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca6-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cab-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb0-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb5-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cba-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cbf-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc5-415307db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc6-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ccb-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd0-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd5-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cda-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cdf-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce4-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce9-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cee-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf3-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf8-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cfd-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d02-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d08-415307db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d09-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d0e-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d13-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d18-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d1d-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d22-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d27-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d2c-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d31-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d36-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d3b-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d40-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d45-415307db, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d4a-415307db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919884-415307dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919885-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988c-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988d-415307dc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988e-415307dc {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919895-415307dc {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91989c-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198a9-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198b6-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198c3-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198d0-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198dd-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198ea-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198f7-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919904-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919911-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91991e-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91992b-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919938-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919945-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994c-415307dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994d-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994e-415307dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994f-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919956-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919958-415307dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919959-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91995e-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919967-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91996c-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919971-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919976-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91997b-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919984-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919989-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91998e-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919997-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91999c-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199a7-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b0-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b4-415307dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b5-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b6-415307dc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b7-415307dc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199be-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199c5-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cc-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199ce-415307dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cf-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d4-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d9-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199f6-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199fb-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a00-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a05-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0a-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0f-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a14-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a19-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a1e-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a23-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a29-415307dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2a-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2f-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a34-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a39-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a3e-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a43-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a48-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a65-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6a-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6f-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a74-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a79-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a7e-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a83-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8a-415307dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8b-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8c-415307dc {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8d-415307dc {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a94-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a9b-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa2-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa9-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab0-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab7-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919abe-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ac5-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919acc-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad3-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad5-415307dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad6-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919adb-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae0-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae5-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aea-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aef-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af4-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af9-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919afe-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b1e-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b23-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b28-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b2d-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b33-415307dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b34-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b39-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b3e-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b43-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b48-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b4d-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b52-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b57-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b5c-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b61-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b66-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b6b-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b70-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b76-415307dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b77-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b7c-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b81-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b86-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b8b-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b90-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b95-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9a-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9f-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba4-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba9-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bae-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb3-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb9-415307dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bba-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bbf-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc4-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc9-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bce-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd3-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd8-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bdd-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be2-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be7-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bec-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf1-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf6-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfc-415307dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfd-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c02-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c07-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c0c-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c11-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c16-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c1b-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c20-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c25-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2a-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2f-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c34-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c39-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c3f-415307dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c40-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c45-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4a-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4f-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c54-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c59-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c5e-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c63-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c68-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c6d-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c72-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c77-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c7c-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c82-415307dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c83-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c88-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c8d-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c92-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c97-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c9c-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca1-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca6-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cab-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb0-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb5-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cba-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cbf-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc5-415307dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc6-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ccb-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd0-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd5-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cda-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cdf-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce4-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce9-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cee-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf3-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf8-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cfd-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d02-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d08-415307dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d09-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d0e-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d13-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d18-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d1d-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d22-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d27-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d2c-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d31-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d36-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d3b-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d40-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d45-415307dc, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d4a-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07f9e238-8841-5cd6-1a05-522402c9039d-415307dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_23da0f51-39b0-b546-d6cd-57ca1af44359-415307dc, #w-node-_23da0f51-39b0-b546-d6cd-57ca1af4435a-415307dc, #w-node-_23da0f51-39b0-b546-d6cd-57ca1af4435d-415307dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919884-415307dd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919885-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988c-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988d-415307dd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988e-415307dd {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919895-415307dd {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91989c-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198a9-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198b6-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198c3-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198d0-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198dd-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198ea-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9198f7-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919904-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919911-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91991e-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91992b-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919938-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919945-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994c-415307dd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994d-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994e-415307dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91994f-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919956-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919958-415307dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919959-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91995e-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919967-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91996c-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919971-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919976-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91997b-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919984-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919989-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91998e-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919997-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91999c-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199a7-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b0-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b4-415307dd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b5-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b6-415307dd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b7-415307dd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199be-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199c5-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cc-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199ce-415307dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cf-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d4-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d9-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199f6-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199fb-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a00-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a05-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0a-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0f-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a14-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a19-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a1e-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a23-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a29-415307dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2a-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2f-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a34-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a39-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a3e-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a43-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a48-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a65-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6a-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6f-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a74-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a79-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a7e-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a83-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8a-415307dd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8b-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8c-415307dd {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8d-415307dd {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a94-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a9b-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa2-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa9-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab0-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab7-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919abe-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ac5-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919acc-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad3-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad5-415307dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad6-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919adb-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae0-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae5-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aea-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aef-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af4-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af9-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919afe-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b1e-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b23-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b28-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b2d-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b33-415307dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b34-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b39-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b3e-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b43-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b48-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b4d-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b52-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b57-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b5c-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b61-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b66-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b6b-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b70-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b76-415307dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b77-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b7c-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b81-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b86-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b8b-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b90-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b95-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9a-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9f-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba4-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba9-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bae-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb3-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb9-415307dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bba-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bbf-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc4-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc9-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bce-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd3-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd8-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bdd-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be2-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be7-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bec-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf1-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf6-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfc-415307dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfd-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c02-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c07-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c0c-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c11-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c16-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c1b-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c20-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c25-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2a-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2f-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c34-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c39-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c3f-415307dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c40-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c45-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4a-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4f-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c54-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c59-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c5e-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c63-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c68-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c6d-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c72-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c77-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c7c-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c82-415307dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c83-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c88-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c8d-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c92-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c97-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c9c-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca1-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca6-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cab-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb0-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb5-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cba-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cbf-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc5-415307dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc6-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ccb-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd0-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd5-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cda-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cdf-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce4-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce9-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cee-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf3-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf8-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cfd-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d02-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d08-415307dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d09-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d0e-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d13-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d18-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d1d-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d22-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d27-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d2c-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d31-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d36-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d3b-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d40-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d45-415307dd, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d4a-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07f9e238-8841-5cd6-1a05-522402c9039d-415307dd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_23da0f51-39b0-b546-d6cd-57ca1af44359-415307dd, #w-node-_23da0f51-39b0-b546-d6cd-57ca1af4435a-415307dd, #w-node-_23da0f51-39b0-b546-d6cd-57ca1af4435d-415307dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919884-415307de {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919885-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988c-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f91988d-415307de {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0c74f0ff-3395-5292-ea52-c32e8f1378ba-415307de {
  grid-column: span 10 / span 10;
}

#w-node-f3d22dc3-962a-316d-6d11-68fda07f1e3b-415307de {
  grid-column: span 3 / span 3;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919945-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b4-415307de {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b5-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b6-415307de {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199b7-415307de {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199be-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199c5-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cc-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199ce-415307de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199cf-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d4-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199d9-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199f6-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f9199fb-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a00-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a05-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0a-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a0f-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a14-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a19-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a1e-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a23-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a29-415307de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2a-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a2f-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a34-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a39-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a3e-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a43-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a48-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a65-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6a-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a6f-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a74-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a79-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a7e-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a83-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8a-415307de {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8b-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8c-415307de {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a8d-415307de {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a94-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919a9b-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa2-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aa9-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab0-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ab7-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919abe-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ac5-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919acc-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad3-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad5-415307de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ad6-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919adb-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae0-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ae5-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aea-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919aef-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af4-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919af9-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919afe-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b1e-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b23-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b28-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b2d-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b33-415307de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b34-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b39-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b3e-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b43-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b48-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b4d-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b52-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b57-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b5c-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b61-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b66-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b6b-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b70-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b76-415307de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b77-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b7c-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b81-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b86-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b8b-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b90-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b95-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9a-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919b9f-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba4-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ba9-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bae-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb3-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bb9-415307de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bba-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bbf-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc4-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bc9-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bce-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd3-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bd8-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bdd-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be2-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919be7-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bec-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf1-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bf6-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfc-415307de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919bfd-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c02-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c07-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c0c-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c11-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c16-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c1b-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c20-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c25-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2a-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c2f-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c34-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c39-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c3f-415307de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c40-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c45-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4a-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c4f-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c54-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c59-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c5e-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c63-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c68-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c6d-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c72-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c77-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c7c-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c82-415307de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c83-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c88-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c8d-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c92-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c97-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919c9c-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca1-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ca6-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cab-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb0-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cb5-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cba-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cbf-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc5-415307de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cc6-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ccb-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd0-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cd5-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cda-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cdf-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce4-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919ce9-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cee-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf3-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cf8-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919cfd-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d02-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d08-415307de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d09-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d0e-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d13-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d18-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d1d-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d22-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d27-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d2c-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d31-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d36-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d3b-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d40-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d45-415307de, #w-node-_7044e4e0-76d9-8d5c-a6af-fb971f919d4a-415307de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce5e7951-b77c-75d9-a2a8-b9f047aae989-47aae989 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr minmax(8rem, 8rem);
}

#w-node-ce5e7951-b77c-75d9-a2a8-b9f047aae98a-47aae989, #w-node-ce5e7951-b77c-75d9-a2a8-b9f047aae98b-47aae989, #w-node-ce5e7951-b77c-75d9-a2a8-b9f047aae98e-47aae989 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eae4bc4-0b83-cef2-3b5e-d95c9bad8e8f-415307e3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8c3745d9-c9e4-005d-dae0-bd3783beff9f-f417a1c5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26d001eb-ebf2-1e6a-e45b-6ec3ef440867-415307e8 {
  grid-template-rows: auto;
  grid-template-columns: minmax(12.25rem, 12rem) 1fr;
}

#w-node-c2574b0e-9807-0963-b2c0-410422b92daa-415307e8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_2494c118-3f76-766a-6278-de66d8d895a5-415307e8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 2fr 1fr 1fr 1fr 1fr;
}

#w-node-_26d001eb-ebf2-1e6a-e45b-6ec3ef440867-415307fa {
  grid-template-rows: auto;
  grid-template-columns: minmax(12.25rem, 12rem) 1fr;
}

#w-node-c2574b0e-9807-0963-b2c0-410422b92daa-415307fa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_2494c118-3f76-766a-6278-de66d8d895a5-415307fa {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 2fr 1fr 1fr 1fr 1fr;
}

#w-node-bb201794-6824-769a-b2fa-25db0a110bdb-415307fa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-bb201794-6824-769a-b2fa-25db0a110bdc-415307fa {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 2fr 1fr 1fr 1fr 1fr;
}

#w-node-_26d001eb-ebf2-1e6a-e45b-6ec3ef440867-415307fb {
  grid-template-rows: auto;
  grid-template-columns: minmax(12.25rem, 12rem) 1fr;
}

#w-node-c2574b0e-9807-0963-b2c0-410422b92daa-415307fb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_2494c118-3f76-766a-6278-de66d8d895a5-415307fb {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 2fr 1fr 1fr 1fr 1fr;
}

#w-node-_21718af7-b696-e189-e82a-2a5b8c8874b2-415307fb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_21718af7-b696-e189-e82a-2a5b8c8874b3-415307fb {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 2fr 1fr 1fr 1fr 1fr;
}

#w-node-bb201794-6824-769a-b2fa-25db0a110bdb-415307fb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-bb201794-6824-769a-b2fa-25db0a110bdc-415307fb {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 2fr 1fr 1fr 1fr 1fr;
}

#w-node-_851bb0a5-7011-68e8-3569-9d516c5dbfe8-6c5dbfe8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_45e06a56-75e9-747b-e6ff-84d30a86140a-4153081b, #w-node-_0619d419-ba38-0a0b-f18d-8722e2887214-4153081b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr 1fr;
}

#w-node-_19a12ef0-8cfb-3fd8-b241-e441362029f0-4153081e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd156-4153081e {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd157-4153081e {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd160-4153081e {
  grid-column: span 3 / span 3;
}

#w-node-f3b13ba7-5eef-08c2-cc4a-cd57b3e1e6ac-4153081e {
  grid-column: span 2 / span 2;
}

#w-node-_6b1ca233-8d90-d169-6575-47e6efdfed57-4153081e {
  grid-column: span 3 / span 3;
}

#w-node-cba90934-3dea-80eb-daea-7ad8e320d97d-4153081e {
  grid-row: span 2 / span 2;
}

#w-node-aeeace69-6468-696c-1644-d24fbb45c4cc-4153081e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae92-4153081e {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae93-4153081e {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae98-4153081e, #w-node-dcf93b9e-d3be-ca08-fee9-36616ebb9a6f-4153081e, #w-node-_6fac03b6-5f20-b93c-762b-c37ef16deb31-4153081e, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae9d-4153081e, #w-node-_558a9801-8056-bf7b-4578-d86dc274491a-4153081e, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143aea2-4153081e, #w-node-_1fe7a8a4-8b82-1020-476a-851d716682bb-4153081e, #w-node-_36759d94-8591-8bf6-cede-4d70dbdd312f-4153081e, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143aea7-4153081e {
  grid-row: span 2 / span 2;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143aeac-4153081e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8ae8-4153081e {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8ae9-4153081e {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8aed-4153081e, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af0-4153081e, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af3-4153081e, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af6-4153081e, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af9-4153081e, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8afc-4153081e, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8aff-4153081e, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b02-4153081e, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b05-4153081e {
  grid-row: span 2 / span 2;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b09-4153081e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0a-4153081e {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0b-4153081e {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0f-4153081e, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c12-4153081e, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c15-4153081e, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c18-4153081e, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c1b-4153081e, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c1e-4153081e, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c21-4153081e, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c24-4153081e, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c27-4153081e {
  grid-row: span 2 / span 2;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c2b-4153081e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32db9-4153081e {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dba-4153081e {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dbe-4153081e, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc1-4153081e, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc4-4153081e, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc7-4153081e, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dca-4153081e, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dcd-4153081e, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd0-4153081e, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd3-4153081e, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd6-4153081e {
  grid-row: span 2 / span 2;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dda-4153081e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2a-4153081e {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2b-4153081e {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2f-4153081e, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a32-4153081e, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a35-4153081e, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a38-4153081e, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a3b-4153081e, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a3e-4153081e, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a41-4153081e, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a44-4153081e, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a47-4153081e {
  grid-row: span 2 / span 2;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a4b-4153081e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36552-4153081e {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36553-4153081e {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36557-4153081e, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3655a-4153081e, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3655d-4153081e, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36560-4153081e, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36563-4153081e, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36566-4153081e, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36569-4153081e, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3656c-4153081e, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3656f-4153081e {
  grid-row: span 2 / span 2;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36573-4153081e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_19a12ef0-8cfb-3fd8-b241-e441362029f0-4153081f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd156-4153081f {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd157-4153081f {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd160-4153081f {
  grid-column: span 3 / span 3;
}

#w-node-f3b13ba7-5eef-08c2-cc4a-cd57b3e1e6ac-4153081f {
  grid-column: span 2 / span 2;
}

#w-node-_6b1ca233-8d90-d169-6575-47e6efdfed57-4153081f {
  grid-column: span 3 / span 3;
}

#w-node-cba90934-3dea-80eb-daea-7ad8e320d97d-4153081f {
  grid-row: span 2 / span 2;
}

#w-node-aeeace69-6468-696c-1644-d24fbb45c4cc-4153081f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae92-4153081f {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae93-4153081f {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae98-4153081f, #w-node-dcf93b9e-d3be-ca08-fee9-36616ebb9a6f-4153081f, #w-node-_6fac03b6-5f20-b93c-762b-c37ef16deb31-4153081f, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae9d-4153081f, #w-node-_558a9801-8056-bf7b-4578-d86dc274491a-4153081f, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143aea2-4153081f, #w-node-_1fe7a8a4-8b82-1020-476a-851d716682bb-4153081f, #w-node-_36759d94-8591-8bf6-cede-4d70dbdd312f-4153081f, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143aea7-4153081f {
  grid-row: span 2 / span 2;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143aeac-4153081f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8ae8-4153081f {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8ae9-4153081f {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8aed-4153081f, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af0-4153081f, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af3-4153081f, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af6-4153081f, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af9-4153081f, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8afc-4153081f, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8aff-4153081f, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b02-4153081f, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b05-4153081f {
  grid-row: span 2 / span 2;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b09-4153081f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0a-4153081f {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0b-4153081f {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0f-4153081f, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c12-4153081f, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c15-4153081f, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c18-4153081f, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c1b-4153081f, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c1e-4153081f, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c21-4153081f, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c24-4153081f, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c27-4153081f {
  grid-row: span 2 / span 2;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c2b-4153081f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32db9-4153081f {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dba-4153081f {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dbe-4153081f, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc1-4153081f, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc4-4153081f, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc7-4153081f, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dca-4153081f, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dcd-4153081f, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd0-4153081f, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd3-4153081f, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd6-4153081f {
  grid-row: span 2 / span 2;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dda-4153081f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2a-4153081f {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2b-4153081f {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2f-4153081f, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a32-4153081f, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a35-4153081f, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a38-4153081f, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a3b-4153081f, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a3e-4153081f, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a41-4153081f, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a44-4153081f, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a47-4153081f {
  grid-row: span 2 / span 2;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a4b-4153081f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36552-4153081f {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36553-4153081f {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36557-4153081f, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3655a-4153081f, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3655d-4153081f, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36560-4153081f, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36563-4153081f, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36566-4153081f, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36569-4153081f, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3656c-4153081f, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3656f-4153081f {
  grid-row: span 2 / span 2;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36573-4153081f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed317-41530820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed326-41530820 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed327-41530820 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed32c-41530820 {
  grid-column: span 3 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed330-41530820 {
  grid-column: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed334-41530820 {
  grid-column: span 3 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed338-41530820 {
  grid-row: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed33c-41530820 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed360-41530820 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed361-41530820 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed365-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed368-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed36b-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed36e-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed371-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed374-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed377-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed37a-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed37d-41530820 {
  grid-row: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed381-41530820 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed38a-41530820 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed38b-41530820 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed38f-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed392-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed395-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed398-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed39b-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed39e-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3a1-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3a4-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3a7-41530820 {
  grid-row: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3ab-41530820 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3b4-41530820 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3b5-41530820 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3b9-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3bc-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3bf-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3c2-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3c5-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3c8-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3cb-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3ce-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3d1-41530820 {
  grid-row: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3d5-41530820 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3de-41530820 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3df-41530820 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3e3-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3e6-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3e9-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3ec-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3ef-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3f2-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3f5-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3f8-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3fb-41530820 {
  grid-row: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed3ff-41530820 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed408-41530820 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed409-41530820 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed40d-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed410-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed413-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed416-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed419-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed41c-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed41f-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed422-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed425-41530820 {
  grid-row: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed429-41530820 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed432-41530820 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed433-41530820 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed437-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed43a-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed43d-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed440-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed443-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed446-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed449-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed44c-41530820, #w-node-c161d798-44e2-0e78-7bd6-4b9bbebed44f-41530820 {
  grid-row: span 2 / span 2;
}

#w-node-c161d798-44e2-0e78-7bd6-4b9bbebed453-41530820 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_19a12ef0-8cfb-3fd8-b241-e441362029f0-41530821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd156-41530821 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd157-41530821 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd160-41530821 {
  grid-column: span 3 / span 3;
}

#w-node-f3b13ba7-5eef-08c2-cc4a-cd57b3e1e6ac-41530821 {
  grid-column: span 2 / span 2;
}

#w-node-_6b1ca233-8d90-d169-6575-47e6efdfed57-41530821 {
  grid-column: span 3 / span 3;
}

#w-node-cba90934-3dea-80eb-daea-7ad8e320d97d-41530821 {
  grid-row: span 2 / span 2;
}

#w-node-aeeace69-6468-696c-1644-d24fbb45c4cc-41530821 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae92-41530821 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae93-41530821 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae98-41530821, #w-node-dcf93b9e-d3be-ca08-fee9-36616ebb9a6f-41530821, #w-node-_6fac03b6-5f20-b93c-762b-c37ef16deb31-41530821, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae9d-41530821, #w-node-_558a9801-8056-bf7b-4578-d86dc274491a-41530821, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143aea2-41530821, #w-node-_1fe7a8a4-8b82-1020-476a-851d716682bb-41530821, #w-node-_36759d94-8591-8bf6-cede-4d70dbdd312f-41530821, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143aea7-41530821 {
  grid-row: span 2 / span 2;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143aeac-41530821 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8ae8-41530821 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8ae9-41530821 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8aed-41530821, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af0-41530821, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af3-41530821, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af6-41530821, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af9-41530821, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8afc-41530821, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8aff-41530821, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b02-41530821, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b05-41530821 {
  grid-row: span 2 / span 2;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b09-41530821 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0a-41530821 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0b-41530821 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0f-41530821, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c12-41530821, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c15-41530821, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c18-41530821, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c1b-41530821, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c1e-41530821, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c21-41530821, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c24-41530821, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c27-41530821 {
  grid-row: span 2 / span 2;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c2b-41530821 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32db9-41530821 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dba-41530821 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dbe-41530821, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc1-41530821, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc4-41530821, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc7-41530821, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dca-41530821, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dcd-41530821, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd0-41530821, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd3-41530821, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd6-41530821 {
  grid-row: span 2 / span 2;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dda-41530821 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2a-41530821 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2b-41530821 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2f-41530821, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a32-41530821, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a35-41530821, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a38-41530821, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a3b-41530821, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a3e-41530821, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a41-41530821, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a44-41530821, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a47-41530821 {
  grid-row: span 2 / span 2;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a4b-41530821 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36552-41530821 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36553-41530821 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36557-41530821, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3655a-41530821, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3655d-41530821, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36560-41530821, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36563-41530821, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36566-41530821, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36569-41530821, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3656c-41530821, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3656f-41530821 {
  grid-row: span 2 / span 2;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36573-41530821 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a445-8fd0a444 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a446-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a44a-8fd0a444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a44b-8fd0a444 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a44c-8fd0a444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a451-8fd0a444 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a452-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a456-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a45a-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a45e-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a462-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a466-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a46a-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a46e-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a472-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a476-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a47c-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a480-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a484-8fd0a444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a489-8fd0a444 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a48a-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a48e-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a492-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a496-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a49a-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a49e-8fd0a444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4a7-8fd0a444 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4a8-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4ac-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4b0-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4b4-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4b8-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4bc-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4c0-8fd0a444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4c5-8fd0a444 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .7fr 1fr;
}

#w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4c6-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4ca-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4d0-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4d4-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4da-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4de-8fd0a444, #w-node-_450d9798-79f2-51d5-4032-e5e88fd0a4e2-8fd0a444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d973a83-3b50-ae0f-5dac-0b1429a8be4c-4153086b, #w-node-bce99854-039b-8a7c-ca5d-cece62f47826-4153086b, #w-node-_0e6b48a9-bf73-368b-d7f3-d53f433532f7-4153086b, #w-node-ee1b8017-ab37-a16c-f26a-60fa4764157b-4153086b, #w-node-bd365e03-1cd9-5646-bf81-94628484e11c-4153086b {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_3b832fbf-5f16-3ff7-b884-0d6d4e0f3f4c-4153086c {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr 1fr;
}

#w-node-_3afec4ae-47f7-460e-0667-bdbbc36270d1-4153086c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d02310ac-e02b-cb89-3ac4-1fe12847d115-4153086c {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9af1614b-9694-c54a-7c50-1ea1017af845-4153086c, #w-node-_6335b9a9-11c5-22d8-242d-ac07339c47f3-4153086c, #w-node-_04207d75-b175-a3a2-ca5d-f182ce8f8f62-4153086c, #w-node-dde61156-e4a3-355a-65cd-f55f0f13c2ef-4153086c {
  grid-column: span 2 / span 2;
}

#w-node-_163329a0-5e2a-9561-08d4-ae5189e8bb57-4153086c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_88839131-a381-7800-e607-509abe045160-4153086c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ca2bad9d-a5bc-42c6-313c-283e2e3c1deb-4153086c, #w-node-e2233f6e-2e8b-1188-b392-8c83333c2699-4153086c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abde3-41530872 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abde9-41530872 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abdea-41530872, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdee-41530872, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdf4-41530872, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdf8-41530872, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdfc-41530872, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe00-41530872, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe04-41530872, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe08-41530872, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe0c-41530872, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe10-41530872, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe16-41530872, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe1a-41530872 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abe23-41530872 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abde3-41530874 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abde9-41530874 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abdea-41530874, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdee-41530874, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdf4-41530874, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdf8-41530874, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abdfc-41530874, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe00-41530874, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe04-41530874, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe08-41530874, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe0c-41530874, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe10-41530874, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe16-41530874, #w-node-f9912771-e9b3-c49d-10bc-a7edb52abe1a-41530874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9912771-e9b3-c49d-10bc-a7edb52abe23-41530874 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_0791d8ae-8087-4cce-b073-563a58d4be55-41530879 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0791d8ae-8087-4cce-b073-563a58d4be5b-41530879 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_0791d8ae-8087-4cce-b073-563a58d4be5c-41530879, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be60-41530879, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be66-41530879, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be6a-41530879, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be6e-41530879, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be72-41530879, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be76-41530879, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be7a-41530879, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be7e-41530879, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be82-41530879, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be88-41530879, #w-node-_0791d8ae-8087-4cce-b073-563a58d4be8c-41530879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0791d8ae-8087-4cce-b073-563a58d4be95-41530879 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_36a9fb4b-5f7b-362c-27dc-041f9efae381-41530882 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-41530883 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-41530883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-41530883 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-41530883, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-41530883, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-41530883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-41530884 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-41530884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-41530884 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-41530884, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-41530884, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-41530884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-41530885 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-41530885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-41530885 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-41530885, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-41530885, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-41530885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-41530887 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-41530887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-41530887 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-41530887, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-41530887, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-41530887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-41530888 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-41530888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-41530888 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-41530888, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-41530888, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-41530888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-4153088c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-4153088c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-4153088c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-4153088c, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-4153088c, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-4153088c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-4153088d {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-4153088d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-4153088d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-4153088d, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-4153088d, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-4153088d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390a-4153088e {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390b-4153088e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390c-4153088e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89390d-4153088e, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc893920-4153088e, #w-node-_2dfdfa7c-71c8-a3f1-29fb-76f1bc89393f-4153088e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-5d9a36a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_78218ab3-750f-f4f4-228e-4d25d5e3ab32-5d9a36a0 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-0664aa8f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_78218ab3-750f-f4f4-228e-4d25d5e3ab32-0664aa8f {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_0d971b82-ecbc-9bdd-83b9-2dd1a23f57bd-db2fe398 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_91881769-08b4-dbae-458e-ea7df2ba4a38-08ed0692, #w-node-_45e90a9a-b912-1c4c-17a3-d2ecba1e01ac-08ed0692 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_19a12ef0-8cfb-3fd8-b241-e441362029f0-05d18f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd156-05d18f80 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd157-05d18f80 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_23accc35-3d8c-4185-00a5-43aeba3dd160-05d18f80 {
  grid-column: span 3 / span 3;
}

#w-node-f3b13ba7-5eef-08c2-cc4a-cd57b3e1e6ac-05d18f80 {
  grid-column: span 2 / span 2;
}

#w-node-_6b1ca233-8d90-d169-6575-47e6efdfed57-05d18f80 {
  grid-column: span 3 / span 3;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae92-05d18f80 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae93-05d18f80 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae98-05d18f80, #w-node-dcf93b9e-d3be-ca08-fee9-36616ebb9a6f-05d18f80, #w-node-_6fac03b6-5f20-b93c-762b-c37ef16deb31-05d18f80, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143ae9d-05d18f80, #w-node-_558a9801-8056-bf7b-4578-d86dc274491a-05d18f80, #w-node-_46737f39-2bf2-0498-77b9-5ac3f143aea2-05d18f80, #w-node-_1fe7a8a4-8b82-1020-476a-851d716682bb-05d18f80, #w-node-_36759d94-8591-8bf6-cede-4d70dbdd312f-05d18f80 {
  grid-row: span 2 / span 2;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8ae8-05d18f80 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8ae9-05d18f80 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8aed-05d18f80, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af0-05d18f80, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af3-05d18f80, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af6-05d18f80, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8af9-05d18f80, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8afc-05d18f80, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8aff-05d18f80, #w-node-d727e5a5-c7ef-1577-b227-e4fdc74b8b02-05d18f80 {
  grid-row: span 2 / span 2;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0a-05d18f80 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0b-05d18f80 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c0f-05d18f80, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c12-05d18f80, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c15-05d18f80, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c18-05d18f80, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c1b-05d18f80, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c1e-05d18f80, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c21-05d18f80, #w-node-_1eacf193-75d8-c874-5f7b-ccfabcbe7c24-05d18f80 {
  grid-row: span 2 / span 2;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32db9-05d18f80 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dba-05d18f80 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dbe-05d18f80, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc1-05d18f80, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc4-05d18f80, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dc7-05d18f80, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dca-05d18f80, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dcd-05d18f80, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd0-05d18f80, #w-node-_1b66526b-a2a6-a0c5-6af9-4e5a7ab32dd3-05d18f80 {
  grid-row: span 2 / span 2;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2a-05d18f80 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2b-05d18f80 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-ef872be6-3eba-2a21-26d2-31ca19b49a2f-05d18f80, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a32-05d18f80, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a35-05d18f80, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a38-05d18f80, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a3b-05d18f80, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a3e-05d18f80, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a41-05d18f80, #w-node-ef872be6-3eba-2a21-26d2-31ca19b49a44-05d18f80 {
  grid-row: span 2 / span 2;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36552-05d18f80 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36553-05d18f80 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_0b622262-d9c7-c7f0-397b-87a595a36557-05d18f80, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3655a-05d18f80, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3655d-05d18f80, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36560-05d18f80, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36563-05d18f80, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36566-05d18f80, #w-node-_0b622262-d9c7-c7f0-397b-87a595a36569-05d18f80, #w-node-_0b622262-d9c7-c7f0-397b-87a595a3656c-05d18f80 {
  grid-row: span 2 / span 2;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e66-2aff3dcb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e67-2aff3dcb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e6a-2aff3dcb, #w-node-_268456cd-0ea1-8552-8ee7-d96c6d877e88-2aff3dcb, #w-node-_17e1c384-bc3f-a4f7-a0f9-86af2d33df64-2aff3dcb, #w-node-_84b4a67c-03cd-5b75-00b5-a53e7e87f54b-2aff3dcb, #w-node-_1a20cfd4-ac7c-8906-0b72-e7676d892ab1-2aff3dcb, #w-node-_30580d59-b662-f574-add7-089ca113b2e7-2aff3dcb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-dca5ec92-8a77-7c9e-e07b-850b834ca96c-fdfe33d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6bedbfc9-a8ae-f149-e311-c589942e0138-568e9ebd {
  justify-self: end;
}

#w-node-_26d001eb-ebf2-1e6a-e45b-6ec3ef440867-568e9ebd {
  grid-template-rows: auto;
  grid-template-columns: minmax(12.25rem, 12rem) 1fr;
}

#w-node-c2574b0e-9807-0963-b2c0-410422b92daa-568e9ebd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_2494c118-3f76-766a-6278-de66d8d895a5-568e9ebd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 2fr 1fr 1fr 1fr 1fr;
}

#w-node-bb201794-6824-769a-b2fa-25db0a110bdb-568e9ebd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-bb201794-6824-769a-b2fa-25db0a110bdc-568e9ebd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 2fr 1fr 1fr 1fr 1fr;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

.chk-label {
    margin-top: 2px;
}

.dmp-table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-size: 1.0rem;
}

    .dmp-table tr {
        height: 55px;
        border-bottom: 1px solid var(--border-color--border-primary);
    }

    .dmp-table td, th {
        padding: 5px;
    }

    .dmp-table th {
        background-color: #F7F9FC;
        border-left: 1px solid var(--border-color--border-primary);
        border-right: 1px solid var(--border-color--border-primary);
    }

    .dmp-table td {
        border-right: 1px solid var(--border-color--border-primary);
    }

.ntable {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-size: 1.0rem;
}

    .ntable > tbody > tr > th, .ntable > tbody > tr > td {
        padding: 5px;
        border: 1px solid var(--border-color--border-primary);
    }

    .ntable > tbody > tr > th {
        background-color: #F7F9FC;
    }

.ntable-no-color-header {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-size: 1.0rem;
}

    .ntable-no-color-header > tbody > tr > th, .ntable-no-color-header > tbody > tr > td {
        padding: 5px;
        border: 1px solid var(--border-color--border-primary);
    }

.ptable {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-size: 1.0rem;
}

    .ptable > tbody > tr {
        height: 50px;
    }

    .ptable > tbody > tr > th, .ptable > tbody > tr > td {
        padding: 5px;
        border: 1px solid var(--border-color--border-primary);
        text-align: center;
        font-size: 1rem;
    }

    .ptable > tbody > tr > th {
        text-align: center;
    }

.stable {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

    .stable > tbody > tr {
        height: 50px;
    }

        .stable > thead > tr > th, .stable > tbody > tr > td {
            padding: 5px;
            border-bottom: 1px solid var(--border-color--border-primary);
            text-align: center;
            font-size: 1rem;
        }

    .stable > thead > tr > th {
        color: #64748b;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.9;
        text-align: center;
        border-top: .0625rem solid #E4E9F1;
        border-bottom: 1px solid #E4E9F1;
    }

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
