@charset "UTF-8";._loading-spinner_s6mez_1 {
  position: relative;
  display: inline-block;
  width: 5em;
  height: 5em;
}

._loading-spinner__inside_s6mez_8 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid rgba(0, 120, 82, 0.1);
  border-top-color: #007852;
  animation: _spinner-rotate_s6mez_1 1.5s linear infinite;
}

@keyframes _spinner-rotate_s6mez_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}._loading-container_cmcae_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
}._collapse-control_qpx55_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
  padding: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
._collapse-control_qpx55_1:hover {
  background-color: rgba(0, 160, 122, 0.1);
  border-radius: 4px;
}
._collapse-control__toggle_qpx55_15 {
  color: #6e6e80;
  font-size: 0.875em;
  transition: transform 0.3s ease-in-out;
}
._collapse__content_qpx55_20 {
  padding-top: 8px;
}._fallback_1ebt6_1 {
  overflow: auto;
  max-height: 100dvh;
}
._fallback__header_1ebt6_5 {
  padding: 16px 16px;
}
._fallback__content_1ebt6_8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px 48px;
  gap: 16px;
}

._fallback-img_1ebt6_17 {
  width: calc(100% - 16px);
  max-width: 320px;
  user-select: none;
  -webkit-user-drag: none;
  margin: 16px auto;
}

._error-diagnostics_1ebt6_25 {
  white-space: pre-wrap;
  word-break: break-word;
  background: #f5f9f7;
  padding: 16px;
  border-radius: 4px;
  color: #343541;
}._loading-mask_inefz_1 {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  width: 100vw;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.4);
  inset: 0;
}

._loading-mask__spinner_inefz_13 {
  width: 8rem;
  height: 8rem;
  border: 12px solid transparent;
  border-top: 12px solid #00a07a;
  border-bottom: 12px solid #00a07a;
  border-radius: 50%;
  animation: _spin_inefz_1 1s linear infinite;
}

@keyframes _spin_inefz_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}._dropdown_pjcwo_1 {
  position: fixed;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  z-index: 1010;
  overflow: hidden;
  min-width: 120px;
  animation: _dropdownFadeIn_pjcwo_1 0.2s ease-out;
}

@keyframes _dropdownFadeIn_pjcwo_1 {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._option_pjcwo_23 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  gap: 8px;
  padding: 16px;
}
._option_pjcwo_23:last-child {
  border-bottom: none;
}
._option_pjcwo_23:hover {
  background: #d2ecd9;
}
._option_pjcwo_23:active {
  background: #cbe0d0;
}
._option_pjcwo_23 > span {
  font-size: 0.875em;
  color: #343541;
  flex: 1;
}
._option--selected_pjcwo_46 {
  background: #cbe0d0;
  color: #007852;
}
._option--selected_pjcwo_46 > span {
  font-weight: bold;
}
._option--disabled_pjcwo_53 {
  opacity: 0.8;
  color: #6e6e80;
  cursor: not-allowed;
  pointer-events: none;
}._language-select_1qyu6_1 {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
}
._language-select__text_1qyu6_7 {
  font-size: 0.875em;
  font-weight: bold;
  color: #343541;
  flex: 1;
  text-align: center;
  margin-right: 8px;
  margin-left: 4px;
}
._language-select__arrow_1qyu6_16 {
  font-size: 0.6em;
  color: #6e6e80;
  transition: transform 0.2s ease-in-out;
  line-height: 1;
}
._language-select__trigger_1qyu6_22 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  min-width: 80px;
  cursor: pointer;
  padding: 8px;
  user-select: none;
}
._language-select__trigger_1qyu6_22:hover {
  border-color: #007852;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
._language-select__trigger_1qyu6_22:focus {
  outline: none;
  border-color: #007852;
  box-shadow: 0 0 0 2px rgba(0, 120, 82, 0.2);
}
._language-select__trigger--open_1qyu6_44 {
  border-color: #007852;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
._language-select__trigger--open_1qyu6_44 ._language-select__trigger__arrow_1qyu6_48 {
  transform: rotate(180deg);
}

._flag-icon_1qyu6_52 {
  font-size: 1em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
}._admin-header_to3au_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 16px;
}

._header-left_to3au_9 {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-grow: 1;
}

._brand_to3au_16 {
  font-size: 20px;
  font-weight: bold;
  color: #007852;
  margin: 0 16px 0 8px;
  white-space: nowrap;
}

._admin-nav_to3au_24 {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-left: 40px;
}

._admin-nav-item_to3au_31 {
  background: none;
  border: none;
  padding: 8px 16px;
  font-size: 0.875em;
  cursor: pointer;
  color: #6e6e80;
  position: relative;
  transition: color 0.3s;
}
._admin-nav-item_to3au_31:hover {
  color: #343541;
}
._admin-nav-item_to3au_31._active_to3au_44 {
  color: #007852;
  font-weight: bold;
}
._admin-nav-item_to3au_31._active_to3au_44::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: #007852;
}

._home-icon_to3au_58 {
  background: none;
  border: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
  color: #007852;
}
._home-icon_to3au_58:hover {
  background-color: rgba(0, 120, 82, 0.1);
}/* Admin Dashboard specific styles */
._admin-container_19ugm_2 {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  overflow: hidden;
  background-color: #f7f7f8;
}

._admin-main_19ugm_10 {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  padding: 8px;
}._tooltip_13qgg_1 {
  position: fixed;
  z-index: 1000;
  max-width: 300px;
  padding: 8px 16px;
  background-color: #343541;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1.4;
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  animation: _tooltip-fade-in_13qgg_1 0.2s ease-out;
}
._tooltip--prepare_13qgg_17 {
  opacity: 0;
  user-select: none;
  pointer-events: none;
  animation: none;
}
._tooltip--fade-out_13qgg_23 {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  animation: none;
}
._tooltip__arrow_13qgg_29 {
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
}
._tooltip__arrow--top_13qgg_35 {
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #343541;
  border-bottom: none;
}
._tooltip__arrow--bottom_13qgg_42 {
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #343541;
  border-top: none;
}
._tooltip__arrow--left_13qgg_49 {
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-left-color: #343541;
  border-right: none;
}
._tooltip__arrow--right_13qgg_56 {
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-right-color: #343541;
  border-left: none;
}
._tooltip__arrow--top-start_13qgg_63 {
  bottom: -6px;
  left: 16px;
  border-top-color: #343541;
  border-bottom: none;
}
._tooltip__arrow--top-end_13qgg_69 {
  bottom: -6px;
  right: 16px;
  border-top-color: #343541;
  border-bottom: none;
}
._tooltip__arrow--bottom-start_13qgg_75 {
  top: -6px;
  left: 16px;
  border-bottom-color: #343541;
  border-top: none;
}
._tooltip__arrow--bottom-end_13qgg_81 {
  top: -6px;
  right: 16px;
  border-bottom-color: #343541;
  border-top: none;
}
._tooltip__arrow--left-start_13qgg_87 {
  right: -6px;
  top: 16px;
  border-left-color: #343541;
  border-right: none;
}
._tooltip__arrow--left-end_13qgg_93 {
  right: -6px;
  bottom: 16px;
  border-left-color: #343541;
  border-right: none;
}
._tooltip__arrow--right-start_13qgg_99 {
  left: -6px;
  top: 16px;
  border-right-color: #343541;
  border-left: none;
}
._tooltip__arrow--right-end_13qgg_105 {
  left: -6px;
  bottom: 16px;
  border-right-color: #343541;
  border-left: none;
}
._tooltip--top_13qgg_111 {
  margin-bottom: 4px;
}
._tooltip--bottom_13qgg_114 {
  margin-top: 4px;
}
._tooltip--left_13qgg_117 {
  margin-right: 4px;
}
._tooltip--right_13qgg_120 {
  margin-left: 4px;
}
._tooltip--top-start_13qgg_123 {
  margin-bottom: 4px;
}
._tooltip--top-end_13qgg_126 {
  margin-bottom: 4px;
}
._tooltip--bottom-start_13qgg_129 {
  margin-top: 4px;
}
._tooltip--bottom-end_13qgg_132 {
  margin-top: 4px;
}
._tooltip--left-start_13qgg_135 {
  margin-right: 4px;
}
._tooltip--left-end_13qgg_138 {
  margin-right: 4px;
}
._tooltip--right-start_13qgg_141 {
  margin-left: 4px;
}
._tooltip--right-end_13qgg_144 {
  margin-left: 4px;
}

@keyframes _tooltip-fade-in_13qgg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _tooltip-fade-out_13qgg_1 {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  ._tooltip_13qgg_1 {
    max-width: 400px;
    font-size: 1em;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  ._tooltip_13qgg_1 {
    max-width: 400px;
    font-size: 1em;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  ._tooltip_13qgg_1 {
    max-width: 400px;
    font-size: 1em;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  ._tooltip_13qgg_1 {
    max-width: 400px;
    font-size: 1em;
  }
}
@media (min-width: 1400px) and (min-width: 1400px) {
  ._tooltip_13qgg_1 {
    max-width: 400px;
    font-size: 1em;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._tooltip_13qgg_1 {
    transition: none;
  }
}
@media (prefers-contrast: high) {
  ._tooltip_13qgg_1 {
    border: 2px solid #ffffff;
  }
  ._tooltip__arrow_13qgg_29 {
    border-width: 8px;
  }
}._prompt-item_1c0gc_1 {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-bottom: 16px;
  background-color: #fff;
  overflow: hidden;
}
._prompt-item_1c0gc_1:last-child {
  margin-bottom: 0;
}
._prompt-item__header_1c0gc_11 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f8;
}
._prompt-item__header_1c0gc_11 > h4 {
  color: #343541;
  line-height: 3ex;
  word-break: break-all;
}
._prompt-item__actions_1c0gc_24 {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  margin-left: 8px;
}
._prompt-item__description_1c0gc_30 {
  padding: 16px;
}
._prompt-item__description_1c0gc_30 > label {
  display: flex;
  align-items: center;
  color: #343541;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
._prompt-item__description_1c0gc_30 > label i {
  margin-right: 8px;
  color: #007852;
}
._prompt-item__description_1c0gc_30 > p {
  color: #343541;
}/* Prompt Management specific styles */
._prompt-header-form_1pnjh_2 .form-field {
  min-width: 200px;
  margin-bottom: 0;
}
._prompt-header-form_1pnjh_2 .form-field__input {
  padding: 8px;
}

._prompt-body-hint_1pnjh_10 {
  font-size: 0.875em;
  color: #99631f;
}

._breadcrumb_1pnjh_15 {
  font-size: 0.875em;
  color: #6e6e80;
}
._breadcrumb-item_1pnjh_19 {
  color: #6e6e80;
}
._breadcrumb_1pnjh_15 i {
  color: #6e6e80;
  font-size: 0.75em;
  margin: 0 4px;
}

._edit-mode-version-input_1pnjh_28 {
  min-width: 240px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}

._placeholder-container_1pnjh_36 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  min-height: 400px;
}

._placeholder-text_1pnjh_44 {
  color: #6e6e80;
  font-size: 1rem;
  text-align: center;
}

._prompt-card-list_1pnjh_50 {
  height: 100%;
  padding: 8px;
}

.admin-card--edit > ._prompt-card-list_1pnjh_50 {
  height: calc(100% - 2ex);
}

._prompt-panel_1pnjh_59 {
  width: 100%;
  max-height: 100%;
  background-color: #ebebeb;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
._prompt-panel_1pnjh_59 h3 {
  padding: 8px 16px;
  background-color: #ebebeb;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

._prompt-item-list_1pnjh_77 {
  padding: 16px;
  overflow-y: auto;
  max-height: calc(100dvh - 144px - 9ex);
  background-color: #ebebeb;
}

._admin-form_1pnjh_84 .form-field__input {
  padding: 8px;
}

._admin-form-label_1pnjh_88, ._admin-form_1pnjh_84 .form-field__label {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875em;
  color: #6e6e80;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  ._prompt-management-body_1pnjh_97 {
    flex-shrink: 0;
  }
  ._prompt-card-list_1pnjh_50 {
    height: auto;
    padding-bottom: 32px;
  }
  .admin-card--edit > ._prompt-card-list_1pnjh_50 {
    height: auto;
  }
  ._prompt-panels-container_1pnjh_107 {
    flex-direction: column;
  }
  ._prompt-item-list_1pnjh_77 {
    max-height: none;
  }
}._admin-select_1u89y_1 {
  position: relative;
  width: 100%;
  min-width: 200px;
}
.form-field ._admin-select_1u89y_1 {
  width: 100%;
}
._admin-select__prefix_1u89y_9 {
  width: 24px;
  text-align: center;
}
._admin-select__trigger_1u89y_13 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
  min-height: 40px;
  height: 60px;
}
._admin-select__trigger_1u89y_13:hover {
  border-color: #007852;
}
._admin-select--open_1u89y_29 ._admin-select__trigger_1u89y_13 {
  border-color: #007852;
}
._admin-select--disabled_1u89y_32 ._admin-select__trigger_1u89y_13 {
  background-color: #f0f0f0;
  cursor: not-allowed;
  opacity: 0.6;
}
._admin-select--disabled_1u89y_32 ._admin-select__trigger_1u89y_13:hover {
  border-color: #e5e5e5;
}
._admin-select__placeholder_1u89y_40 {
  color: #acacbe;
}
._admin-select__arrow_1u89y_43 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #acacbe;
  font-size: 12px;
  margin: 0 8px;
}

._admin-select-dropdown_1u89y_52 {
  position: fixed;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  z-index: 1010;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
._admin-select-dropdown__item_1u89y_64 {
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
._admin-select-dropdown__item_1u89y_64:hover {
  background-color: #d2ecd9;
}
._admin-select-dropdown__item--selected_1u89y_71 {
  background-color: #cbe0d0;
  color: #007852;
}

._admin-select-dropdown__collapse-item_1u89y_76 {
  border-bottom: 1px solid #e5e5e5;
}
._admin-select-dropdown__collapse-item_1u89y_76:last-child {
  border-bottom: none;
}
._admin-select-dropdown__collapse-header_1u89y_82 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
._admin-select-dropdown__collapse-header_1u89y_82:hover {
  background-color: #d2ecd9;
}
._admin-select-dropdown__collapse-header--selected_1u89y_93 {
  background-color: #cbe0d0;
  color: #007852;
}
._admin-select-dropdown__collapse-arrow_1u89y_97 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: #acacbe;
  margin-right: 8px;
}
._admin-select-dropdown__collapse-list_1u89y_107 {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #f7f7f8;
  border-top: 1px solid #e5e5e5;
}
._admin-select-dropdown__collapse-child-item_1u89y_114 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 8px 48px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
._admin-select-dropdown__collapse-child-item_1u89y_114:hover {
  background-color: #d2ecd9;
}
._admin-select-dropdown__collapse-child-item--selected_1u89y_125 {
  background-color: #cbe0d0;
  color: #007852;
}
._admin-select-dropdown__collapse-child-item--selected_1u89y_125 ._admin-select-dropdown__collapse-child-name_1u89y_129 {
  font-weight: 500;
}
._admin-select-dropdown__collapse-child-item--selected_1u89y_125 i {
  color: #007852;
}
._admin-select-dropdown__collapse-child-name_1u89y_129 {
  font-size: 0.875em;
  color: #343541;
  flex: 1;
}

._admin-select-dropdown__option_1u89y_141 {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
._admin-select-dropdown__option_1u89y_141:hover {
  background-color: #f5f5f5;
}
._admin-select-dropdown__option_1u89y_141[aria-selected=true] {
  background-color: #cbe0d0;
}
._admin-select-dropdown__option-row_1u89y_156 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
._admin-select-dropdown__option-title_1u89y_162 {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}
._admin-select-dropdown__option-name_1u89y_168 {
  color: #343541;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._admin-select-dropdown__option-description_1u89y_175 {
  color: #666;
  font-size: 0.875em;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}._prompt-set-select__control_16nqp_1 {
  gap: 8px;
  text-align: left;
}

._prompt-set-select__display_16nqp_6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

._prompt-set-select__description_16nqp_15 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 300px;
}

._prompt-set-select__value_16nqp_23 {
  color: #007852;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}

._prompt-set-select__placeholder_16nqp_31 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._prompt-set-select__icon_16nqp_37 {
  color: #6e6e80;
  flex: 0 0 auto;
}

._prompt-set-select__menu_16nqp_42 {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 400px;
  max-height: 320px;
}

._active-badge_16nqp_50 {
  background-color: #d2ecd9;
  color: #007852;
  border-radius: 10px;
  font-size: 0.75em;
  font-weight: 600;
  padding: 2px 8px;
}._select__child-link-sign_g46l9_1 {
  vertical-align: super;
  font-size: 0.75em;
  opacity: 0.6;
}

._dropdown_g46l9_7 {
  max-height: 400px;
}/* Stage Management specific styles */
._stage-panels-container_d5xlb_2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

._stage-panel_d5xlb_2 {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background-color: white;
}

._stage-panel-header_d5xlb_17 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #f7f7f8;
  border-bottom: 1px solid #e5e5e5;
}

._stage-panel-header_d5xlb_17 h2 {
  margin: 0;
  color: #343541;
}

._stage-panel-content_d5xlb_31 {
  padding: 16px;
}

._stage-section_d5xlb_35 {
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

._stage-section_d5xlb_35:last-child {
  margin-bottom: 0;
}

._section-content_d5xlb_46 h3 {
  margin: 0 0 8px 0;
}

._panel-actions_d5xlb_50 {
  display: flex;
  gap: 8px;
}._sticky-header_ab64k_1 {
  position: sticky;
  top: 0;
  z-index: 1;
}._upload-area_1er91_1 {
  border: 2px dashed #e5e5e5;
  border-radius: 8px;
  padding: 32px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #f9f9f9;
}
._upload-area_1er91_1:hover {
  border-color: #007852;
  background-color: #f5f9f7;
}
._upload-area--dragging_1er91_14 {
  border-color: #007852;
  background-color: #f5f9f7;
  transform: scale(1.02);
}

._file-input_1er91_20 {
  display: none;
}

._upload-content_1er91_24 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

._upload-icon_1er91_31 {
  font-size: 2em;
  color: #007852;
  margin-bottom: 8px;
}

._upload-text_1er91_37 {
  font-size: 1.125em;
  font-weight: bold;
  color: #343541;
  margin: 0;
}._import-model_zzyl5_1 > .modal-container {
  max-width: 1200px;
  width: min(1200px, 100vw - 32px);
}

._import-modal-content_zzyl5_6 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._error-list_zzyl5_12 {
  background-color: rgba(255, 193, 7, 0.1);
  border: 1px solid #FFC107;
  border-radius: 4px;
  padding: 16px;
}
._error-list_zzyl5_12 h4 {
  margin: 0 0 8px 0;
  color: #FFA000;
  font-size: 1em;
}
._error-list_zzyl5_12 ul {
  margin: 0;
  padding-left: 24px;
  color: #FFA000;
}
._error-list_zzyl5_12 ul li {
  margin: 4px 0;
  font-size: 0.875em;
}

._preview-section_zzyl5_33 h4 {
  font-size: 1em;
  color: #343541;
}

._template-download-section_zzyl5_38 {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}._batch-delete-modal_14fd8_1 > .modal-container {
  max-width: 992px;
  width: min(992px, 100dvw - 32px);
}

._batch-delete-modal-content_14fd8_6 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._error-list_14fd8_12 {
  background-color: rgba(255, 193, 7, 0.1);
  border: 1px solid #FFC107;
  border-radius: 4px;
  padding: 16px;
}
._error-list_14fd8_12 h4 {
  margin: 0 0 8px 0;
  color: #FFA000;
  font-size: 1em;
}
._error-list_14fd8_12 ul {
  margin: 0;
  padding-left: 24px;
  color: #FFA000;
}
._error-list_14fd8_12 ul li {
  margin: 4px 0;
  font-size: 0.875em;
}

._preview-section_14fd8_33 h4 {
  margin: 0 0 16px 0;
  font-size: 1em;
  color: #343541;
}

._template-download-section_14fd8_39 {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}._user-management-table-container_q295g_1 {
  position: relative;
  display: flex;
  overflow: auto;
  min-height: 0;
  flex: 1 1 0;
  flex-direction: column;
}

._signal_q295g_10 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
._signal--active_q295g_15 {
  background-color: #00a07a;
}
._signal--inactive_q295g_18 {
  background-color: #acacbe;
}._login-container_1fb2m_1 {
  height: 100dvh;
  background-color: #f0f0f0;
}

._login__header_1fb2m_6 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 16px;
}
._login__body_1fb2m_15 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: clamp(32px, 50dvh - 284px, 240px);
  height: calc(100dvh - 60px);
}

._login-card_1fb2m_23 {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
._login-card__title_1fb2m_30 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  color: #007852;
  margin-bottom: 32px;
}

._login-btn_1fb2m_38 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transition: background-color 0.2s;
  padding: 0 16px 0 4px;
}
._login-btn_1fb2m_38:hover {
  background-color: #f2f2f2;
}
._login-btn_1fb2m_38:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._login-btn--microsoft_1fb2m_55 > img {
  padding: 10px;
}._auth-error_f9ku2_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  background-color: #f8f9fa;
}

._auth-error__title_f9ku2_11 {
  color: #dc3545;
  font-size: 2rem;
  font-weight: 600;
}

._auth-error__message_f9ku2_17 {
  max-width: 500px;
  line-height: 1.6;
  color: #333;
  font-size: 1.1rem;
}

._auth-error__countdown_f9ku2_24 {
  margin-bottom: 32px;
  color: #666;
  font-size: 0.95rem;
}

._auth-error__button_f9ku2_30 {
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
._auth-error__button_f9ku2_30:hover {
  background-color: #0056b3;
}
._auth-error__button_f9ku2_30:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}._blocked_1uwn3_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  background-color: #f8f9fa;
}
._blocked__img_1uwn3_10 {
  width: 100%;
  max-width: 320px;
  user-select: none;
  -webkit-user-drag: none;
  margin: 16px auto;
}
._blocked__title_1uwn3_17 {
  color: #dc3545;
  font-size: 2rem;
  font-weight: 600;
}
._blocked__message_1uwn3_22 {
  max-width: 500px;
  line-height: 1.6;
  color: #333;
  font-size: 1.1rem;
}
._blocked__countdown_1uwn3_28 {
  margin-bottom: 32px;
  color: #666;
  font-size: 0.95rem;
}._not-found_uks8d_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  background-color: #f8f9fa;
}
._not-found__img_uks8d_10 {
  width: 100%;
  max-width: 320px;
  user-select: none;
  -webkit-user-drag: none;
  margin: 16px auto;
}
._not-found__title_uks8d_17 {
  color: #dc3545;
  font-size: 2rem;
  font-weight: 600;
}
._not-found__message_uks8d_22 {
  max-width: 500px;
  line-height: 1.6;
  color: #333;
  font-size: 1.1rem;
}
._not-found__countdown_uks8d_28 {
  margin-bottom: 32px;
  color: #666;
  font-size: 0.95rem;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft JhengHei", "PingFang TC", "Heiti TC", sans-serif;
}

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

html {
  overflow: hidden;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  background-color: #ffffff;
  color: #343541;
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 1em;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.125em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

p {
  margin: 0;
  line-height: 1.4;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 2px solid #007852;
  outline-offset: 2px;
}
a.native {
  text-decoration: underline;
}
a.native:hover {
  text-decoration: none;
}
a.native:focus {
  outline: none;
}

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

li {
  margin: 0;
  padding: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
}
button:focus {
  outline: 0;
  outline-offset: 2px;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  outline-offset: 2px;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: #acacbe;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

svg {
  fill: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  text-align: left;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding: 0;
}

pre, code {
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.875em;
  background-color: #f7f7f8;
  border-radius: 4px;
}

pre {
  padding: 16px;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  padding: 2px 4px;
}

*:focus-visible {
  outline: 2px solid #007852;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (prefers-contrast: high) {
  * {
    border-color: currentColor !important;
  }
}
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  font-family: "Microsoft JhengHei", "PingFang TC", "Heiti TC", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  text-rendering: optimizeLegibility;
}

body {
  font-size: 1em;
  line-height: 1.4;
  color: #343541;
  font-weight: normal;
}

.heading--primary {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  color: #007852;
  margin-bottom: 16px;
}
.heading--secondary {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  color: #343541;
  margin-bottom: 8px;
}
.heading--tertiary {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.2;
  color: #343541;
  margin-bottom: 8px;
}
.heading--section {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  color: #343541;
  margin-bottom: 8px;
}
.heading--subtitle {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  color: #6e6e80;
  margin-bottom: 4px;
}

.text--body {
  font-size: 1em;
  line-height: 1.4;
  color: #343541;
}
.text--body-small {
  font-size: 0.875em;
  line-height: 1.4;
  color: #343541;
}
.text--caption {
  font-size: 0.75em;
  line-height: 1.4;
  color: #6e6e80;
}
.text--muted {
  color: #6e6e80;
}
.text--light {
  color: #acacbe;
}
.text--primary {
  color: #007852;
}
.text--white {
  color: #ffffff;
}
.text--bold {
  font-weight: bold;
}
.text--normal {
  font-weight: normal;
}
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--lowercase {
  text-transform: lowercase;
}
.text--capitalize {
  text-transform: capitalize;
}
.text--truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text--break-word {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.text--no-wrap {
  white-space: nowrap;
}
.text--primary, .text--success {
  color: #007852 !important;
}
.text--error {
  color: #DB4437 !important;
}
.text--warning {
  color: #ffc107 !important;
}
.text--info {
  color: #4285F4 !important;
}
.text--grey {
  color: #6e6e80 !important;
}

.line-height--tight {
  line-height: 1.2;
}
.line-height--normal {
  line-height: 1.4;
}
.line-height--relaxed {
  line-height: 1.6;
}

.font-size--xs {
  font-size: 0.75em;
}
.font-size--sm {
  font-size: 0.875em;
}
.font-size--base {
  font-size: 1em;
}
.font-size--lg {
  font-size: 1em;
}
.font-size--xl {
  font-size: 1.125em;
}
.font-size--xxl {
  font-size: 1.25em;
}
.font-size--xxxl {
  font-size: 1.5em;
}

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

.brand-text {
  font-size: 1.25em;
  font-weight: bold;
  color: #007852;
}

.button-text {
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.2;
}

.label-text {
  font-size: 0.75em;
  font-weight: bold;
  color: #6e6e80;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 576px) {
  .heading--primary {
    font-size: 1.25em;
  }
  .heading--secondary {
    font-size: 1.125em;
  }
  .heading--tertiary {
    font-size: 1em;
  }
  .brand-text {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) {
  .heading--primary {
    font-size: 1.8em;
  }
  .heading--secondary {
    font-size: 1.375em;
  }
}
.text-spacing--tight {
  letter-spacing: -0.03125em;
}
.text-spacing--normal {
  letter-spacing: normal;
}
.text-spacing--wide {
  letter-spacing: 0.03125em;
}
.text-spacing--wider {
  letter-spacing: 0.0625em;
}

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

::selection {
  background-color: rgba(0, 120, 82, 0.2);
  color: #343541;
}

::-moz-selection {
  background-color: rgba(0, 120, 82, 0.2);
  color: #343541;
}

/* 越南語言特定樣式 */
.vi-text {
  font-size: 0.9em; /* 越南文默認縮小10% */
}

.pre-wrap-long-text {
  line-height: 1.6;
  white-space: pre-wrap;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
*::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body.language-vi *:not(i) {
  font-family: Roboto, Inter, Arial, sans-serif;
}

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

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

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

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

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

.justify-start {
  justify-content: flex-start !important;
}

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

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

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

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

.align-end {
  align-items: flex-end !important;
}

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

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

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

.flex-1 {
  flex: 1 1 0;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

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

.self-end {
  align-self: flex-end;
}

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-column {
    flex-direction: column;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
}
.grid-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.grid-col {
  flex: 1 0 0%;
  padding-right: 8px;
  padding-left: 8px;
}

.grid-col {
  flex: 1 0 0%;
  padding-right: 8px;
  padding-left: 8px;
}

.grid-col-1 {
  width: 8.3333333333%;
}

.gx-none > .grid-col-1,
.g-none > .grid-col-1 {
  width: calc((100% - 11 * 0) / 12 * 1);
}

.gx-xs > .grid-col-1,
.g-xs > .grid-col-1 {
  width: calc((100% - 11 * 4px) / 12 * 1);
}

.gx-sm > .grid-col-1,
.g-sm > .grid-col-1 {
  width: calc((100% - 11 * 8px) / 12 * 1);
}

.gx-md > .grid-col-1,
.g-md > .grid-col-1 {
  width: calc((100% - 11 * 16px) / 12 * 1);
}

.gx-lg > .grid-col-1,
.g-lg > .grid-col-1 {
  width: calc((100% - 11 * 24px) / 12 * 1);
}

.gx-xl > .grid-col-1,
.g-xl > .grid-col-1 {
  width: calc((100% - 11 * 32px) / 12 * 1);
}

.gx-xxl > .grid-col-1,
.g-xxl > .grid-col-1 {
  width: calc((100% - 11 * 48px) / 12 * 1);
}

.gx-xxxl > .grid-col-1,
.g-xxxl > .grid-col-1 {
  width: calc((100% - 11 * 64px) / 12 * 1);
}

.grid-col-2 {
  width: 16.6666666667%;
}

.gx-none > .grid-col-2,
.g-none > .grid-col-2 {
  width: calc((100% - 5 * 0) / 12 * 2);
}

.gx-xs > .grid-col-2,
.g-xs > .grid-col-2 {
  width: calc((100% - 5 * 4px) / 12 * 2);
}

.gx-sm > .grid-col-2,
.g-sm > .grid-col-2 {
  width: calc((100% - 5 * 8px) / 12 * 2);
}

.gx-md > .grid-col-2,
.g-md > .grid-col-2 {
  width: calc((100% - 5 * 16px) / 12 * 2);
}

.gx-lg > .grid-col-2,
.g-lg > .grid-col-2 {
  width: calc((100% - 5 * 24px) / 12 * 2);
}

.gx-xl > .grid-col-2,
.g-xl > .grid-col-2 {
  width: calc((100% - 5 * 32px) / 12 * 2);
}

.gx-xxl > .grid-col-2,
.g-xxl > .grid-col-2 {
  width: calc((100% - 5 * 48px) / 12 * 2);
}

.gx-xxxl > .grid-col-2,
.g-xxxl > .grid-col-2 {
  width: calc((100% - 5 * 64px) / 12 * 2);
}

.grid-col-3 {
  width: 25%;
}

.gx-none > .grid-col-3,
.g-none > .grid-col-3 {
  width: calc((100% - 3 * 0) / 12 * 3);
}

.gx-xs > .grid-col-3,
.g-xs > .grid-col-3 {
  width: calc((100% - 3 * 4px) / 12 * 3);
}

.gx-sm > .grid-col-3,
.g-sm > .grid-col-3 {
  width: calc((100% - 3 * 8px) / 12 * 3);
}

.gx-md > .grid-col-3,
.g-md > .grid-col-3 {
  width: calc((100% - 3 * 16px) / 12 * 3);
}

.gx-lg > .grid-col-3,
.g-lg > .grid-col-3 {
  width: calc((100% - 3 * 24px) / 12 * 3);
}

.gx-xl > .grid-col-3,
.g-xl > .grid-col-3 {
  width: calc((100% - 3 * 32px) / 12 * 3);
}

.gx-xxl > .grid-col-3,
.g-xxl > .grid-col-3 {
  width: calc((100% - 3 * 48px) / 12 * 3);
}

.gx-xxxl > .grid-col-3,
.g-xxxl > .grid-col-3 {
  width: calc((100% - 3 * 64px) / 12 * 3);
}

.grid-col-4 {
  width: 33.3333333333%;
}

.gx-none > .grid-col-4,
.g-none > .grid-col-4 {
  width: calc((100% - 2 * 0) / 12 * 4);
}

.gx-xs > .grid-col-4,
.g-xs > .grid-col-4 {
  width: calc((100% - 2 * 4px) / 12 * 4);
}

.gx-sm > .grid-col-4,
.g-sm > .grid-col-4 {
  width: calc((100% - 2 * 8px) / 12 * 4);
}

.gx-md > .grid-col-4,
.g-md > .grid-col-4 {
  width: calc((100% - 2 * 16px) / 12 * 4);
}

.gx-lg > .grid-col-4,
.g-lg > .grid-col-4 {
  width: calc((100% - 2 * 24px) / 12 * 4);
}

.gx-xl > .grid-col-4,
.g-xl > .grid-col-4 {
  width: calc((100% - 2 * 32px) / 12 * 4);
}

.gx-xxl > .grid-col-4,
.g-xxl > .grid-col-4 {
  width: calc((100% - 2 * 48px) / 12 * 4);
}

.gx-xxxl > .grid-col-4,
.g-xxxl > .grid-col-4 {
  width: calc((100% - 2 * 64px) / 12 * 4);
}

.grid-col-5 {
  width: 41.6666666667%;
}

.gx-none > .grid-col-5,
.g-none > .grid-col-5 {
  width: calc((100% - 1 * 0) / 12 * 5);
}

.gx-xs > .grid-col-5,
.g-xs > .grid-col-5 {
  width: calc((100% - 1 * 4px) / 12 * 5);
}

.gx-sm > .grid-col-5,
.g-sm > .grid-col-5 {
  width: calc((100% - 1 * 8px) / 12 * 5);
}

.gx-md > .grid-col-5,
.g-md > .grid-col-5 {
  width: calc((100% - 1 * 16px) / 12 * 5);
}

.gx-lg > .grid-col-5,
.g-lg > .grid-col-5 {
  width: calc((100% - 1 * 24px) / 12 * 5);
}

.gx-xl > .grid-col-5,
.g-xl > .grid-col-5 {
  width: calc((100% - 1 * 32px) / 12 * 5);
}

.gx-xxl > .grid-col-5,
.g-xxl > .grid-col-5 {
  width: calc((100% - 1 * 48px) / 12 * 5);
}

.gx-xxxl > .grid-col-5,
.g-xxxl > .grid-col-5 {
  width: calc((100% - 1 * 64px) / 12 * 5);
}

.grid-col-6 {
  width: 50%;
}

.gx-none > .grid-col-6,
.g-none > .grid-col-6 {
  width: calc((100% - 1 * 0) / 12 * 6);
}

.gx-xs > .grid-col-6,
.g-xs > .grid-col-6 {
  width: calc((100% - 1 * 4px) / 12 * 6);
}

.gx-sm > .grid-col-6,
.g-sm > .grid-col-6 {
  width: calc((100% - 1 * 8px) / 12 * 6);
}

.gx-md > .grid-col-6,
.g-md > .grid-col-6 {
  width: calc((100% - 1 * 16px) / 12 * 6);
}

.gx-lg > .grid-col-6,
.g-lg > .grid-col-6 {
  width: calc((100% - 1 * 24px) / 12 * 6);
}

.gx-xl > .grid-col-6,
.g-xl > .grid-col-6 {
  width: calc((100% - 1 * 32px) / 12 * 6);
}

.gx-xxl > .grid-col-6,
.g-xxl > .grid-col-6 {
  width: calc((100% - 1 * 48px) / 12 * 6);
}

.gx-xxxl > .grid-col-6,
.g-xxxl > .grid-col-6 {
  width: calc((100% - 1 * 64px) / 12 * 6);
}

.grid-col-7 {
  width: 58.3333333333%;
}

.gx-none > .grid-col-7,
.g-none > .grid-col-7 {
  width: calc((100% - 0 * 0) / 12 * 7);
}

.gx-xs > .grid-col-7,
.g-xs > .grid-col-7 {
  width: calc((100% - 0 * 4px) / 12 * 7);
}

.gx-sm > .grid-col-7,
.g-sm > .grid-col-7 {
  width: calc((100% - 0 * 8px) / 12 * 7);
}

.gx-md > .grid-col-7,
.g-md > .grid-col-7 {
  width: calc((100% - 0 * 16px) / 12 * 7);
}

.gx-lg > .grid-col-7,
.g-lg > .grid-col-7 {
  width: calc((100% - 0 * 24px) / 12 * 7);
}

.gx-xl > .grid-col-7,
.g-xl > .grid-col-7 {
  width: calc((100% - 0 * 32px) / 12 * 7);
}

.gx-xxl > .grid-col-7,
.g-xxl > .grid-col-7 {
  width: calc((100% - 0 * 48px) / 12 * 7);
}

.gx-xxxl > .grid-col-7,
.g-xxxl > .grid-col-7 {
  width: calc((100% - 0 * 64px) / 12 * 7);
}

.grid-col-8 {
  width: 66.6666666667%;
}

.gx-none > .grid-col-8,
.g-none > .grid-col-8 {
  width: calc((100% - 0 * 0) / 12 * 8);
}

.gx-xs > .grid-col-8,
.g-xs > .grid-col-8 {
  width: calc((100% - 0 * 4px) / 12 * 8);
}

.gx-sm > .grid-col-8,
.g-sm > .grid-col-8 {
  width: calc((100% - 0 * 8px) / 12 * 8);
}

.gx-md > .grid-col-8,
.g-md > .grid-col-8 {
  width: calc((100% - 0 * 16px) / 12 * 8);
}

.gx-lg > .grid-col-8,
.g-lg > .grid-col-8 {
  width: calc((100% - 0 * 24px) / 12 * 8);
}

.gx-xl > .grid-col-8,
.g-xl > .grid-col-8 {
  width: calc((100% - 0 * 32px) / 12 * 8);
}

.gx-xxl > .grid-col-8,
.g-xxl > .grid-col-8 {
  width: calc((100% - 0 * 48px) / 12 * 8);
}

.gx-xxxl > .grid-col-8,
.g-xxxl > .grid-col-8 {
  width: calc((100% - 0 * 64px) / 12 * 8);
}

.grid-col-9 {
  width: 75%;
}

.gx-none > .grid-col-9,
.g-none > .grid-col-9 {
  width: calc((100% - 0 * 0) / 12 * 9);
}

.gx-xs > .grid-col-9,
.g-xs > .grid-col-9 {
  width: calc((100% - 0 * 4px) / 12 * 9);
}

.gx-sm > .grid-col-9,
.g-sm > .grid-col-9 {
  width: calc((100% - 0 * 8px) / 12 * 9);
}

.gx-md > .grid-col-9,
.g-md > .grid-col-9 {
  width: calc((100% - 0 * 16px) / 12 * 9);
}

.gx-lg > .grid-col-9,
.g-lg > .grid-col-9 {
  width: calc((100% - 0 * 24px) / 12 * 9);
}

.gx-xl > .grid-col-9,
.g-xl > .grid-col-9 {
  width: calc((100% - 0 * 32px) / 12 * 9);
}

.gx-xxl > .grid-col-9,
.g-xxl > .grid-col-9 {
  width: calc((100% - 0 * 48px) / 12 * 9);
}

.gx-xxxl > .grid-col-9,
.g-xxxl > .grid-col-9 {
  width: calc((100% - 0 * 64px) / 12 * 9);
}

.grid-col-10 {
  width: 83.3333333333%;
}

.gx-none > .grid-col-10,
.g-none > .grid-col-10 {
  width: calc((100% - 0 * 0) / 12 * 10);
}

.gx-xs > .grid-col-10,
.g-xs > .grid-col-10 {
  width: calc((100% - 0 * 4px) / 12 * 10);
}

.gx-sm > .grid-col-10,
.g-sm > .grid-col-10 {
  width: calc((100% - 0 * 8px) / 12 * 10);
}

.gx-md > .grid-col-10,
.g-md > .grid-col-10 {
  width: calc((100% - 0 * 16px) / 12 * 10);
}

.gx-lg > .grid-col-10,
.g-lg > .grid-col-10 {
  width: calc((100% - 0 * 24px) / 12 * 10);
}

.gx-xl > .grid-col-10,
.g-xl > .grid-col-10 {
  width: calc((100% - 0 * 32px) / 12 * 10);
}

.gx-xxl > .grid-col-10,
.g-xxl > .grid-col-10 {
  width: calc((100% - 0 * 48px) / 12 * 10);
}

.gx-xxxl > .grid-col-10,
.g-xxxl > .grid-col-10 {
  width: calc((100% - 0 * 64px) / 12 * 10);
}

.grid-col-11 {
  width: 91.6666666667%;
}

.gx-none > .grid-col-11,
.g-none > .grid-col-11 {
  width: calc((100% - 0 * 0) / 12 * 11);
}

.gx-xs > .grid-col-11,
.g-xs > .grid-col-11 {
  width: calc((100% - 0 * 4px) / 12 * 11);
}

.gx-sm > .grid-col-11,
.g-sm > .grid-col-11 {
  width: calc((100% - 0 * 8px) / 12 * 11);
}

.gx-md > .grid-col-11,
.g-md > .grid-col-11 {
  width: calc((100% - 0 * 16px) / 12 * 11);
}

.gx-lg > .grid-col-11,
.g-lg > .grid-col-11 {
  width: calc((100% - 0 * 24px) / 12 * 11);
}

.gx-xl > .grid-col-11,
.g-xl > .grid-col-11 {
  width: calc((100% - 0 * 32px) / 12 * 11);
}

.gx-xxl > .grid-col-11,
.g-xxl > .grid-col-11 {
  width: calc((100% - 0 * 48px) / 12 * 11);
}

.gx-xxxl > .grid-col-11,
.g-xxxl > .grid-col-11 {
  width: calc((100% - 0 * 64px) / 12 * 11);
}

.grid-col-12 {
  width: 100%;
}

.gx-none > .grid-col-12,
.g-none > .grid-col-12 {
  width: calc((100% - 0 * 0) / 12 * 12);
}

.gx-xs > .grid-col-12,
.g-xs > .grid-col-12 {
  width: calc((100% - 0 * 4px) / 12 * 12);
}

.gx-sm > .grid-col-12,
.g-sm > .grid-col-12 {
  width: calc((100% - 0 * 8px) / 12 * 12);
}

.gx-md > .grid-col-12,
.g-md > .grid-col-12 {
  width: calc((100% - 0 * 16px) / 12 * 12);
}

.gx-lg > .grid-col-12,
.g-lg > .grid-col-12 {
  width: calc((100% - 0 * 24px) / 12 * 12);
}

.gx-xl > .grid-col-12,
.g-xl > .grid-col-12 {
  width: calc((100% - 0 * 32px) / 12 * 12);
}

.gx-xxl > .grid-col-12,
.g-xxl > .grid-col-12 {
  width: calc((100% - 0 * 48px) / 12 * 12);
}

.gx-xxxl > .grid-col-12,
.g-xxxl > .grid-col-12 {
  width: calc((100% - 0 * 64px) / 12 * 12);
}

.grid-gap-none {
  gap: 0 !important;
}

.grid-gap-x-none {
  column-gap: 0 !important;
}

.grid-gap-y-none {
  row-gap: 0 !important;
}

.grid-gap-xs {
  gap: 4px !important;
}

.grid-gap-x-xs {
  column-gap: 4px !important;
}

.grid-gap-y-xs {
  row-gap: 4px !important;
}

.grid-gap-sm {
  gap: 8px !important;
}

.grid-gap-x-sm {
  column-gap: 8px !important;
}

.grid-gap-y-sm {
  row-gap: 8px !important;
}

.grid-gap-md {
  gap: 16px !important;
}

.grid-gap-x-md {
  column-gap: 16px !important;
}

.grid-gap-y-md {
  row-gap: 16px !important;
}

.grid-gap-lg {
  gap: 24px !important;
}

.grid-gap-x-lg {
  column-gap: 24px !important;
}

.grid-gap-y-lg {
  row-gap: 24px !important;
}

.grid-gap-xl {
  gap: 32px !important;
}

.grid-gap-x-xl {
  column-gap: 32px !important;
}

.grid-gap-y-xl {
  row-gap: 32px !important;
}

.grid-gap-xxl {
  gap: 48px !important;
}

.grid-gap-x-xxl {
  column-gap: 48px !important;
}

.grid-gap-y-xxl {
  row-gap: 48px !important;
}

.grid-gap-xxxl {
  gap: 64px !important;
}

.grid-gap-x-xxxl {
  column-gap: 64px !important;
}

.grid-gap-y-xxxl {
  row-gap: 64px !important;
}

@media (min-width: 576px) {
  .grid-col-sm {
    flex: 1 0 0%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .grid-col-sm-1 {
    width: 8.3333333333%;
  }
  .gx-none > .grid-col-sm-1,
  .g-none > .grid-col-sm-1 {
    width: calc((100% - 11 * 0) / 12 * 1);
  }
  .gx-sm-none > .grid-col-sm-1,
  .g-sm-none > .grid-col-sm-1 {
    width: calc((100% - 11 * 0) / 12 * 1);
  }
  .gx-xs > .grid-col-sm-1,
  .g-xs > .grid-col-sm-1 {
    width: calc((100% - 11 * 4px) / 12 * 1);
  }
  .gx-sm-xs > .grid-col-sm-1,
  .g-sm-xs > .grid-col-sm-1 {
    width: calc((100% - 11 * 4px) / 12 * 1);
  }
  .gx-sm > .grid-col-sm-1,
  .g-sm > .grid-col-sm-1 {
    width: calc((100% - 11 * 8px) / 12 * 1);
  }
  .gx-sm-sm > .grid-col-sm-1,
  .g-sm-sm > .grid-col-sm-1 {
    width: calc((100% - 11 * 8px) / 12 * 1);
  }
  .gx-md > .grid-col-sm-1,
  .g-md > .grid-col-sm-1 {
    width: calc((100% - 11 * 16px) / 12 * 1);
  }
  .gx-sm-md > .grid-col-sm-1,
  .g-sm-md > .grid-col-sm-1 {
    width: calc((100% - 11 * 16px) / 12 * 1);
  }
  .gx-lg > .grid-col-sm-1,
  .g-lg > .grid-col-sm-1 {
    width: calc((100% - 11 * 24px) / 12 * 1);
  }
  .gx-sm-lg > .grid-col-sm-1,
  .g-sm-lg > .grid-col-sm-1 {
    width: calc((100% - 11 * 24px) / 12 * 1);
  }
  .gx-xl > .grid-col-sm-1,
  .g-xl > .grid-col-sm-1 {
    width: calc((100% - 11 * 32px) / 12 * 1);
  }
  .gx-sm-xl > .grid-col-sm-1,
  .g-sm-xl > .grid-col-sm-1 {
    width: calc((100% - 11 * 32px) / 12 * 1);
  }
  .gx-xxl > .grid-col-sm-1,
  .g-xxl > .grid-col-sm-1 {
    width: calc((100% - 11 * 48px) / 12 * 1);
  }
  .gx-sm-xxl > .grid-col-sm-1,
  .g-sm-xxl > .grid-col-sm-1 {
    width: calc((100% - 11 * 48px) / 12 * 1);
  }
  .gx-xxxl > .grid-col-sm-1,
  .g-xxxl > .grid-col-sm-1 {
    width: calc((100% - 11 * 64px) / 12 * 1);
  }
  .gx-sm-xxxl > .grid-col-sm-1,
  .g-sm-xxxl > .grid-col-sm-1 {
    width: calc((100% - 11 * 64px) / 12 * 1);
  }
  .grid-col-sm-2 {
    width: 16.6666666667%;
  }
  .gx-none > .grid-col-sm-2,
  .g-none > .grid-col-sm-2 {
    width: calc((100% - 5 * 0) / 12 * 2);
  }
  .gx-sm-none > .grid-col-sm-2,
  .g-sm-none > .grid-col-sm-2 {
    width: calc((100% - 5 * 0) / 12 * 2);
  }
  .gx-xs > .grid-col-sm-2,
  .g-xs > .grid-col-sm-2 {
    width: calc((100% - 5 * 4px) / 12 * 2);
  }
  .gx-sm-xs > .grid-col-sm-2,
  .g-sm-xs > .grid-col-sm-2 {
    width: calc((100% - 5 * 4px) / 12 * 2);
  }
  .gx-sm > .grid-col-sm-2,
  .g-sm > .grid-col-sm-2 {
    width: calc((100% - 5 * 8px) / 12 * 2);
  }
  .gx-sm-sm > .grid-col-sm-2,
  .g-sm-sm > .grid-col-sm-2 {
    width: calc((100% - 5 * 8px) / 12 * 2);
  }
  .gx-md > .grid-col-sm-2,
  .g-md > .grid-col-sm-2 {
    width: calc((100% - 5 * 16px) / 12 * 2);
  }
  .gx-sm-md > .grid-col-sm-2,
  .g-sm-md > .grid-col-sm-2 {
    width: calc((100% - 5 * 16px) / 12 * 2);
  }
  .gx-lg > .grid-col-sm-2,
  .g-lg > .grid-col-sm-2 {
    width: calc((100% - 5 * 24px) / 12 * 2);
  }
  .gx-sm-lg > .grid-col-sm-2,
  .g-sm-lg > .grid-col-sm-2 {
    width: calc((100% - 5 * 24px) / 12 * 2);
  }
  .gx-xl > .grid-col-sm-2,
  .g-xl > .grid-col-sm-2 {
    width: calc((100% - 5 * 32px) / 12 * 2);
  }
  .gx-sm-xl > .grid-col-sm-2,
  .g-sm-xl > .grid-col-sm-2 {
    width: calc((100% - 5 * 32px) / 12 * 2);
  }
  .gx-xxl > .grid-col-sm-2,
  .g-xxl > .grid-col-sm-2 {
    width: calc((100% - 5 * 48px) / 12 * 2);
  }
  .gx-sm-xxl > .grid-col-sm-2,
  .g-sm-xxl > .grid-col-sm-2 {
    width: calc((100% - 5 * 48px) / 12 * 2);
  }
  .gx-xxxl > .grid-col-sm-2,
  .g-xxxl > .grid-col-sm-2 {
    width: calc((100% - 5 * 64px) / 12 * 2);
  }
  .gx-sm-xxxl > .grid-col-sm-2,
  .g-sm-xxxl > .grid-col-sm-2 {
    width: calc((100% - 5 * 64px) / 12 * 2);
  }
  .grid-col-sm-3 {
    width: 25%;
  }
  .gx-none > .grid-col-sm-3,
  .g-none > .grid-col-sm-3 {
    width: calc((100% - 3 * 0) / 12 * 3);
  }
  .gx-sm-none > .grid-col-sm-3,
  .g-sm-none > .grid-col-sm-3 {
    width: calc((100% - 3 * 0) / 12 * 3);
  }
  .gx-xs > .grid-col-sm-3,
  .g-xs > .grid-col-sm-3 {
    width: calc((100% - 3 * 4px) / 12 * 3);
  }
  .gx-sm-xs > .grid-col-sm-3,
  .g-sm-xs > .grid-col-sm-3 {
    width: calc((100% - 3 * 4px) / 12 * 3);
  }
  .gx-sm > .grid-col-sm-3,
  .g-sm > .grid-col-sm-3 {
    width: calc((100% - 3 * 8px) / 12 * 3);
  }
  .gx-sm-sm > .grid-col-sm-3,
  .g-sm-sm > .grid-col-sm-3 {
    width: calc((100% - 3 * 8px) / 12 * 3);
  }
  .gx-md > .grid-col-sm-3,
  .g-md > .grid-col-sm-3 {
    width: calc((100% - 3 * 16px) / 12 * 3);
  }
  .gx-sm-md > .grid-col-sm-3,
  .g-sm-md > .grid-col-sm-3 {
    width: calc((100% - 3 * 16px) / 12 * 3);
  }
  .gx-lg > .grid-col-sm-3,
  .g-lg > .grid-col-sm-3 {
    width: calc((100% - 3 * 24px) / 12 * 3);
  }
  .gx-sm-lg > .grid-col-sm-3,
  .g-sm-lg > .grid-col-sm-3 {
    width: calc((100% - 3 * 24px) / 12 * 3);
  }
  .gx-xl > .grid-col-sm-3,
  .g-xl > .grid-col-sm-3 {
    width: calc((100% - 3 * 32px) / 12 * 3);
  }
  .gx-sm-xl > .grid-col-sm-3,
  .g-sm-xl > .grid-col-sm-3 {
    width: calc((100% - 3 * 32px) / 12 * 3);
  }
  .gx-xxl > .grid-col-sm-3,
  .g-xxl > .grid-col-sm-3 {
    width: calc((100% - 3 * 48px) / 12 * 3);
  }
  .gx-sm-xxl > .grid-col-sm-3,
  .g-sm-xxl > .grid-col-sm-3 {
    width: calc((100% - 3 * 48px) / 12 * 3);
  }
  .gx-xxxl > .grid-col-sm-3,
  .g-xxxl > .grid-col-sm-3 {
    width: calc((100% - 3 * 64px) / 12 * 3);
  }
  .gx-sm-xxxl > .grid-col-sm-3,
  .g-sm-xxxl > .grid-col-sm-3 {
    width: calc((100% - 3 * 64px) / 12 * 3);
  }
  .grid-col-sm-4 {
    width: 33.3333333333%;
  }
  .gx-none > .grid-col-sm-4,
  .g-none > .grid-col-sm-4 {
    width: calc((100% - 2 * 0) / 12 * 4);
  }
  .gx-sm-none > .grid-col-sm-4,
  .g-sm-none > .grid-col-sm-4 {
    width: calc((100% - 2 * 0) / 12 * 4);
  }
  .gx-xs > .grid-col-sm-4,
  .g-xs > .grid-col-sm-4 {
    width: calc((100% - 2 * 4px) / 12 * 4);
  }
  .gx-sm-xs > .grid-col-sm-4,
  .g-sm-xs > .grid-col-sm-4 {
    width: calc((100% - 2 * 4px) / 12 * 4);
  }
  .gx-sm > .grid-col-sm-4,
  .g-sm > .grid-col-sm-4 {
    width: calc((100% - 2 * 8px) / 12 * 4);
  }
  .gx-sm-sm > .grid-col-sm-4,
  .g-sm-sm > .grid-col-sm-4 {
    width: calc((100% - 2 * 8px) / 12 * 4);
  }
  .gx-md > .grid-col-sm-4,
  .g-md > .grid-col-sm-4 {
    width: calc((100% - 2 * 16px) / 12 * 4);
  }
  .gx-sm-md > .grid-col-sm-4,
  .g-sm-md > .grid-col-sm-4 {
    width: calc((100% - 2 * 16px) / 12 * 4);
  }
  .gx-lg > .grid-col-sm-4,
  .g-lg > .grid-col-sm-4 {
    width: calc((100% - 2 * 24px) / 12 * 4);
  }
  .gx-sm-lg > .grid-col-sm-4,
  .g-sm-lg > .grid-col-sm-4 {
    width: calc((100% - 2 * 24px) / 12 * 4);
  }
  .gx-xl > .grid-col-sm-4,
  .g-xl > .grid-col-sm-4 {
    width: calc((100% - 2 * 32px) / 12 * 4);
  }
  .gx-sm-xl > .grid-col-sm-4,
  .g-sm-xl > .grid-col-sm-4 {
    width: calc((100% - 2 * 32px) / 12 * 4);
  }
  .gx-xxl > .grid-col-sm-4,
  .g-xxl > .grid-col-sm-4 {
    width: calc((100% - 2 * 48px) / 12 * 4);
  }
  .gx-sm-xxl > .grid-col-sm-4,
  .g-sm-xxl > .grid-col-sm-4 {
    width: calc((100% - 2 * 48px) / 12 * 4);
  }
  .gx-xxxl > .grid-col-sm-4,
  .g-xxxl > .grid-col-sm-4 {
    width: calc((100% - 2 * 64px) / 12 * 4);
  }
  .gx-sm-xxxl > .grid-col-sm-4,
  .g-sm-xxxl > .grid-col-sm-4 {
    width: calc((100% - 2 * 64px) / 12 * 4);
  }
  .grid-col-sm-5 {
    width: 41.6666666667%;
  }
  .gx-none > .grid-col-sm-5,
  .g-none > .grid-col-sm-5 {
    width: calc((100% - 1 * 0) / 12 * 5);
  }
  .gx-sm-none > .grid-col-sm-5,
  .g-sm-none > .grid-col-sm-5 {
    width: calc((100% - 1 * 0) / 12 * 5);
  }
  .gx-xs > .grid-col-sm-5,
  .g-xs > .grid-col-sm-5 {
    width: calc((100% - 1 * 4px) / 12 * 5);
  }
  .gx-sm-xs > .grid-col-sm-5,
  .g-sm-xs > .grid-col-sm-5 {
    width: calc((100% - 1 * 4px) / 12 * 5);
  }
  .gx-sm > .grid-col-sm-5,
  .g-sm > .grid-col-sm-5 {
    width: calc((100% - 1 * 8px) / 12 * 5);
  }
  .gx-sm-sm > .grid-col-sm-5,
  .g-sm-sm > .grid-col-sm-5 {
    width: calc((100% - 1 * 8px) / 12 * 5);
  }
  .gx-md > .grid-col-sm-5,
  .g-md > .grid-col-sm-5 {
    width: calc((100% - 1 * 16px) / 12 * 5);
  }
  .gx-sm-md > .grid-col-sm-5,
  .g-sm-md > .grid-col-sm-5 {
    width: calc((100% - 1 * 16px) / 12 * 5);
  }
  .gx-lg > .grid-col-sm-5,
  .g-lg > .grid-col-sm-5 {
    width: calc((100% - 1 * 24px) / 12 * 5);
  }
  .gx-sm-lg > .grid-col-sm-5,
  .g-sm-lg > .grid-col-sm-5 {
    width: calc((100% - 1 * 24px) / 12 * 5);
  }
  .gx-xl > .grid-col-sm-5,
  .g-xl > .grid-col-sm-5 {
    width: calc((100% - 1 * 32px) / 12 * 5);
  }
  .gx-sm-xl > .grid-col-sm-5,
  .g-sm-xl > .grid-col-sm-5 {
    width: calc((100% - 1 * 32px) / 12 * 5);
  }
  .gx-xxl > .grid-col-sm-5,
  .g-xxl > .grid-col-sm-5 {
    width: calc((100% - 1 * 48px) / 12 * 5);
  }
  .gx-sm-xxl > .grid-col-sm-5,
  .g-sm-xxl > .grid-col-sm-5 {
    width: calc((100% - 1 * 48px) / 12 * 5);
  }
  .gx-xxxl > .grid-col-sm-5,
  .g-xxxl > .grid-col-sm-5 {
    width: calc((100% - 1 * 64px) / 12 * 5);
  }
  .gx-sm-xxxl > .grid-col-sm-5,
  .g-sm-xxxl > .grid-col-sm-5 {
    width: calc((100% - 1 * 64px) / 12 * 5);
  }
  .grid-col-sm-6 {
    width: 50%;
  }
  .gx-none > .grid-col-sm-6,
  .g-none > .grid-col-sm-6 {
    width: calc((100% - 1 * 0) / 12 * 6);
  }
  .gx-sm-none > .grid-col-sm-6,
  .g-sm-none > .grid-col-sm-6 {
    width: calc((100% - 1 * 0) / 12 * 6);
  }
  .gx-xs > .grid-col-sm-6,
  .g-xs > .grid-col-sm-6 {
    width: calc((100% - 1 * 4px) / 12 * 6);
  }
  .gx-sm-xs > .grid-col-sm-6,
  .g-sm-xs > .grid-col-sm-6 {
    width: calc((100% - 1 * 4px) / 12 * 6);
  }
  .gx-sm > .grid-col-sm-6,
  .g-sm > .grid-col-sm-6 {
    width: calc((100% - 1 * 8px) / 12 * 6);
  }
  .gx-sm-sm > .grid-col-sm-6,
  .g-sm-sm > .grid-col-sm-6 {
    width: calc((100% - 1 * 8px) / 12 * 6);
  }
  .gx-md > .grid-col-sm-6,
  .g-md > .grid-col-sm-6 {
    width: calc((100% - 1 * 16px) / 12 * 6);
  }
  .gx-sm-md > .grid-col-sm-6,
  .g-sm-md > .grid-col-sm-6 {
    width: calc((100% - 1 * 16px) / 12 * 6);
  }
  .gx-lg > .grid-col-sm-6,
  .g-lg > .grid-col-sm-6 {
    width: calc((100% - 1 * 24px) / 12 * 6);
  }
  .gx-sm-lg > .grid-col-sm-6,
  .g-sm-lg > .grid-col-sm-6 {
    width: calc((100% - 1 * 24px) / 12 * 6);
  }
  .gx-xl > .grid-col-sm-6,
  .g-xl > .grid-col-sm-6 {
    width: calc((100% - 1 * 32px) / 12 * 6);
  }
  .gx-sm-xl > .grid-col-sm-6,
  .g-sm-xl > .grid-col-sm-6 {
    width: calc((100% - 1 * 32px) / 12 * 6);
  }
  .gx-xxl > .grid-col-sm-6,
  .g-xxl > .grid-col-sm-6 {
    width: calc((100% - 1 * 48px) / 12 * 6);
  }
  .gx-sm-xxl > .grid-col-sm-6,
  .g-sm-xxl > .grid-col-sm-6 {
    width: calc((100% - 1 * 48px) / 12 * 6);
  }
  .gx-xxxl > .grid-col-sm-6,
  .g-xxxl > .grid-col-sm-6 {
    width: calc((100% - 1 * 64px) / 12 * 6);
  }
  .gx-sm-xxxl > .grid-col-sm-6,
  .g-sm-xxxl > .grid-col-sm-6 {
    width: calc((100% - 1 * 64px) / 12 * 6);
  }
  .grid-col-sm-7 {
    width: 58.3333333333%;
  }
  .gx-none > .grid-col-sm-7,
  .g-none > .grid-col-sm-7 {
    width: calc((100% - 0 * 0) / 12 * 7);
  }
  .gx-sm-none > .grid-col-sm-7,
  .g-sm-none > .grid-col-sm-7 {
    width: calc((100% - 0 * 0) / 12 * 7);
  }
  .gx-xs > .grid-col-sm-7,
  .g-xs > .grid-col-sm-7 {
    width: calc((100% - 0 * 4px) / 12 * 7);
  }
  .gx-sm-xs > .grid-col-sm-7,
  .g-sm-xs > .grid-col-sm-7 {
    width: calc((100% - 0 * 4px) / 12 * 7);
  }
  .gx-sm > .grid-col-sm-7,
  .g-sm > .grid-col-sm-7 {
    width: calc((100% - 0 * 8px) / 12 * 7);
  }
  .gx-sm-sm > .grid-col-sm-7,
  .g-sm-sm > .grid-col-sm-7 {
    width: calc((100% - 0 * 8px) / 12 * 7);
  }
  .gx-md > .grid-col-sm-7,
  .g-md > .grid-col-sm-7 {
    width: calc((100% - 0 * 16px) / 12 * 7);
  }
  .gx-sm-md > .grid-col-sm-7,
  .g-sm-md > .grid-col-sm-7 {
    width: calc((100% - 0 * 16px) / 12 * 7);
  }
  .gx-lg > .grid-col-sm-7,
  .g-lg > .grid-col-sm-7 {
    width: calc((100% - 0 * 24px) / 12 * 7);
  }
  .gx-sm-lg > .grid-col-sm-7,
  .g-sm-lg > .grid-col-sm-7 {
    width: calc((100% - 0 * 24px) / 12 * 7);
  }
  .gx-xl > .grid-col-sm-7,
  .g-xl > .grid-col-sm-7 {
    width: calc((100% - 0 * 32px) / 12 * 7);
  }
  .gx-sm-xl > .grid-col-sm-7,
  .g-sm-xl > .grid-col-sm-7 {
    width: calc((100% - 0 * 32px) / 12 * 7);
  }
  .gx-xxl > .grid-col-sm-7,
  .g-xxl > .grid-col-sm-7 {
    width: calc((100% - 0 * 48px) / 12 * 7);
  }
  .gx-sm-xxl > .grid-col-sm-7,
  .g-sm-xxl > .grid-col-sm-7 {
    width: calc((100% - 0 * 48px) / 12 * 7);
  }
  .gx-xxxl > .grid-col-sm-7,
  .g-xxxl > .grid-col-sm-7 {
    width: calc((100% - 0 * 64px) / 12 * 7);
  }
  .gx-sm-xxxl > .grid-col-sm-7,
  .g-sm-xxxl > .grid-col-sm-7 {
    width: calc((100% - 0 * 64px) / 12 * 7);
  }
  .grid-col-sm-8 {
    width: 66.6666666667%;
  }
  .gx-none > .grid-col-sm-8,
  .g-none > .grid-col-sm-8 {
    width: calc((100% - 0 * 0) / 12 * 8);
  }
  .gx-sm-none > .grid-col-sm-8,
  .g-sm-none > .grid-col-sm-8 {
    width: calc((100% - 0 * 0) / 12 * 8);
  }
  .gx-xs > .grid-col-sm-8,
  .g-xs > .grid-col-sm-8 {
    width: calc((100% - 0 * 4px) / 12 * 8);
  }
  .gx-sm-xs > .grid-col-sm-8,
  .g-sm-xs > .grid-col-sm-8 {
    width: calc((100% - 0 * 4px) / 12 * 8);
  }
  .gx-sm > .grid-col-sm-8,
  .g-sm > .grid-col-sm-8 {
    width: calc((100% - 0 * 8px) / 12 * 8);
  }
  .gx-sm-sm > .grid-col-sm-8,
  .g-sm-sm > .grid-col-sm-8 {
    width: calc((100% - 0 * 8px) / 12 * 8);
  }
  .gx-md > .grid-col-sm-8,
  .g-md > .grid-col-sm-8 {
    width: calc((100% - 0 * 16px) / 12 * 8);
  }
  .gx-sm-md > .grid-col-sm-8,
  .g-sm-md > .grid-col-sm-8 {
    width: calc((100% - 0 * 16px) / 12 * 8);
  }
  .gx-lg > .grid-col-sm-8,
  .g-lg > .grid-col-sm-8 {
    width: calc((100% - 0 * 24px) / 12 * 8);
  }
  .gx-sm-lg > .grid-col-sm-8,
  .g-sm-lg > .grid-col-sm-8 {
    width: calc((100% - 0 * 24px) / 12 * 8);
  }
  .gx-xl > .grid-col-sm-8,
  .g-xl > .grid-col-sm-8 {
    width: calc((100% - 0 * 32px) / 12 * 8);
  }
  .gx-sm-xl > .grid-col-sm-8,
  .g-sm-xl > .grid-col-sm-8 {
    width: calc((100% - 0 * 32px) / 12 * 8);
  }
  .gx-xxl > .grid-col-sm-8,
  .g-xxl > .grid-col-sm-8 {
    width: calc((100% - 0 * 48px) / 12 * 8);
  }
  .gx-sm-xxl > .grid-col-sm-8,
  .g-sm-xxl > .grid-col-sm-8 {
    width: calc((100% - 0 * 48px) / 12 * 8);
  }
  .gx-xxxl > .grid-col-sm-8,
  .g-xxxl > .grid-col-sm-8 {
    width: calc((100% - 0 * 64px) / 12 * 8);
  }
  .gx-sm-xxxl > .grid-col-sm-8,
  .g-sm-xxxl > .grid-col-sm-8 {
    width: calc((100% - 0 * 64px) / 12 * 8);
  }
  .grid-col-sm-9 {
    width: 75%;
  }
  .gx-none > .grid-col-sm-9,
  .g-none > .grid-col-sm-9 {
    width: calc((100% - 0 * 0) / 12 * 9);
  }
  .gx-sm-none > .grid-col-sm-9,
  .g-sm-none > .grid-col-sm-9 {
    width: calc((100% - 0 * 0) / 12 * 9);
  }
  .gx-xs > .grid-col-sm-9,
  .g-xs > .grid-col-sm-9 {
    width: calc((100% - 0 * 4px) / 12 * 9);
  }
  .gx-sm-xs > .grid-col-sm-9,
  .g-sm-xs > .grid-col-sm-9 {
    width: calc((100% - 0 * 4px) / 12 * 9);
  }
  .gx-sm > .grid-col-sm-9,
  .g-sm > .grid-col-sm-9 {
    width: calc((100% - 0 * 8px) / 12 * 9);
  }
  .gx-sm-sm > .grid-col-sm-9,
  .g-sm-sm > .grid-col-sm-9 {
    width: calc((100% - 0 * 8px) / 12 * 9);
  }
  .gx-md > .grid-col-sm-9,
  .g-md > .grid-col-sm-9 {
    width: calc((100% - 0 * 16px) / 12 * 9);
  }
  .gx-sm-md > .grid-col-sm-9,
  .g-sm-md > .grid-col-sm-9 {
    width: calc((100% - 0 * 16px) / 12 * 9);
  }
  .gx-lg > .grid-col-sm-9,
  .g-lg > .grid-col-sm-9 {
    width: calc((100% - 0 * 24px) / 12 * 9);
  }
  .gx-sm-lg > .grid-col-sm-9,
  .g-sm-lg > .grid-col-sm-9 {
    width: calc((100% - 0 * 24px) / 12 * 9);
  }
  .gx-xl > .grid-col-sm-9,
  .g-xl > .grid-col-sm-9 {
    width: calc((100% - 0 * 32px) / 12 * 9);
  }
  .gx-sm-xl > .grid-col-sm-9,
  .g-sm-xl > .grid-col-sm-9 {
    width: calc((100% - 0 * 32px) / 12 * 9);
  }
  .gx-xxl > .grid-col-sm-9,
  .g-xxl > .grid-col-sm-9 {
    width: calc((100% - 0 * 48px) / 12 * 9);
  }
  .gx-sm-xxl > .grid-col-sm-9,
  .g-sm-xxl > .grid-col-sm-9 {
    width: calc((100% - 0 * 48px) / 12 * 9);
  }
  .gx-xxxl > .grid-col-sm-9,
  .g-xxxl > .grid-col-sm-9 {
    width: calc((100% - 0 * 64px) / 12 * 9);
  }
  .gx-sm-xxxl > .grid-col-sm-9,
  .g-sm-xxxl > .grid-col-sm-9 {
    width: calc((100% - 0 * 64px) / 12 * 9);
  }
  .grid-col-sm-10 {
    width: 83.3333333333%;
  }
  .gx-none > .grid-col-sm-10,
  .g-none > .grid-col-sm-10 {
    width: calc((100% - 0 * 0) / 12 * 10);
  }
  .gx-sm-none > .grid-col-sm-10,
  .g-sm-none > .grid-col-sm-10 {
    width: calc((100% - 0 * 0) / 12 * 10);
  }
  .gx-xs > .grid-col-sm-10,
  .g-xs > .grid-col-sm-10 {
    width: calc((100% - 0 * 4px) / 12 * 10);
  }
  .gx-sm-xs > .grid-col-sm-10,
  .g-sm-xs > .grid-col-sm-10 {
    width: calc((100% - 0 * 4px) / 12 * 10);
  }
  .gx-sm > .grid-col-sm-10,
  .g-sm > .grid-col-sm-10 {
    width: calc((100% - 0 * 8px) / 12 * 10);
  }
  .gx-sm-sm > .grid-col-sm-10,
  .g-sm-sm > .grid-col-sm-10 {
    width: calc((100% - 0 * 8px) / 12 * 10);
  }
  .gx-md > .grid-col-sm-10,
  .g-md > .grid-col-sm-10 {
    width: calc((100% - 0 * 16px) / 12 * 10);
  }
  .gx-sm-md > .grid-col-sm-10,
  .g-sm-md > .grid-col-sm-10 {
    width: calc((100% - 0 * 16px) / 12 * 10);
  }
  .gx-lg > .grid-col-sm-10,
  .g-lg > .grid-col-sm-10 {
    width: calc((100% - 0 * 24px) / 12 * 10);
  }
  .gx-sm-lg > .grid-col-sm-10,
  .g-sm-lg > .grid-col-sm-10 {
    width: calc((100% - 0 * 24px) / 12 * 10);
  }
  .gx-xl > .grid-col-sm-10,
  .g-xl > .grid-col-sm-10 {
    width: calc((100% - 0 * 32px) / 12 * 10);
  }
  .gx-sm-xl > .grid-col-sm-10,
  .g-sm-xl > .grid-col-sm-10 {
    width: calc((100% - 0 * 32px) / 12 * 10);
  }
  .gx-xxl > .grid-col-sm-10,
  .g-xxl > .grid-col-sm-10 {
    width: calc((100% - 0 * 48px) / 12 * 10);
  }
  .gx-sm-xxl > .grid-col-sm-10,
  .g-sm-xxl > .grid-col-sm-10 {
    width: calc((100% - 0 * 48px) / 12 * 10);
  }
  .gx-xxxl > .grid-col-sm-10,
  .g-xxxl > .grid-col-sm-10 {
    width: calc((100% - 0 * 64px) / 12 * 10);
  }
  .gx-sm-xxxl > .grid-col-sm-10,
  .g-sm-xxxl > .grid-col-sm-10 {
    width: calc((100% - 0 * 64px) / 12 * 10);
  }
  .grid-col-sm-11 {
    width: 91.6666666667%;
  }
  .gx-none > .grid-col-sm-11,
  .g-none > .grid-col-sm-11 {
    width: calc((100% - 0 * 0) / 12 * 11);
  }
  .gx-sm-none > .grid-col-sm-11,
  .g-sm-none > .grid-col-sm-11 {
    width: calc((100% - 0 * 0) / 12 * 11);
  }
  .gx-xs > .grid-col-sm-11,
  .g-xs > .grid-col-sm-11 {
    width: calc((100% - 0 * 4px) / 12 * 11);
  }
  .gx-sm-xs > .grid-col-sm-11,
  .g-sm-xs > .grid-col-sm-11 {
    width: calc((100% - 0 * 4px) / 12 * 11);
  }
  .gx-sm > .grid-col-sm-11,
  .g-sm > .grid-col-sm-11 {
    width: calc((100% - 0 * 8px) / 12 * 11);
  }
  .gx-sm-sm > .grid-col-sm-11,
  .g-sm-sm > .grid-col-sm-11 {
    width: calc((100% - 0 * 8px) / 12 * 11);
  }
  .gx-md > .grid-col-sm-11,
  .g-md > .grid-col-sm-11 {
    width: calc((100% - 0 * 16px) / 12 * 11);
  }
  .gx-sm-md > .grid-col-sm-11,
  .g-sm-md > .grid-col-sm-11 {
    width: calc((100% - 0 * 16px) / 12 * 11);
  }
  .gx-lg > .grid-col-sm-11,
  .g-lg > .grid-col-sm-11 {
    width: calc((100% - 0 * 24px) / 12 * 11);
  }
  .gx-sm-lg > .grid-col-sm-11,
  .g-sm-lg > .grid-col-sm-11 {
    width: calc((100% - 0 * 24px) / 12 * 11);
  }
  .gx-xl > .grid-col-sm-11,
  .g-xl > .grid-col-sm-11 {
    width: calc((100% - 0 * 32px) / 12 * 11);
  }
  .gx-sm-xl > .grid-col-sm-11,
  .g-sm-xl > .grid-col-sm-11 {
    width: calc((100% - 0 * 32px) / 12 * 11);
  }
  .gx-xxl > .grid-col-sm-11,
  .g-xxl > .grid-col-sm-11 {
    width: calc((100% - 0 * 48px) / 12 * 11);
  }
  .gx-sm-xxl > .grid-col-sm-11,
  .g-sm-xxl > .grid-col-sm-11 {
    width: calc((100% - 0 * 48px) / 12 * 11);
  }
  .gx-xxxl > .grid-col-sm-11,
  .g-xxxl > .grid-col-sm-11 {
    width: calc((100% - 0 * 64px) / 12 * 11);
  }
  .gx-sm-xxxl > .grid-col-sm-11,
  .g-sm-xxxl > .grid-col-sm-11 {
    width: calc((100% - 0 * 64px) / 12 * 11);
  }
  .grid-col-sm-12 {
    width: 100%;
  }
  .gx-none > .grid-col-sm-12,
  .g-none > .grid-col-sm-12 {
    width: calc((100% - 0 * 0) / 12 * 12);
  }
  .gx-sm-none > .grid-col-sm-12,
  .g-sm-none > .grid-col-sm-12 {
    width: calc((100% - 0 * 0) / 12 * 12);
  }
  .gx-xs > .grid-col-sm-12,
  .g-xs > .grid-col-sm-12 {
    width: calc((100% - 0 * 4px) / 12 * 12);
  }
  .gx-sm-xs > .grid-col-sm-12,
  .g-sm-xs > .grid-col-sm-12 {
    width: calc((100% - 0 * 4px) / 12 * 12);
  }
  .gx-sm > .grid-col-sm-12,
  .g-sm > .grid-col-sm-12 {
    width: calc((100% - 0 * 8px) / 12 * 12);
  }
  .gx-sm-sm > .grid-col-sm-12,
  .g-sm-sm > .grid-col-sm-12 {
    width: calc((100% - 0 * 8px) / 12 * 12);
  }
  .gx-md > .grid-col-sm-12,
  .g-md > .grid-col-sm-12 {
    width: calc((100% - 0 * 16px) / 12 * 12);
  }
  .gx-sm-md > .grid-col-sm-12,
  .g-sm-md > .grid-col-sm-12 {
    width: calc((100% - 0 * 16px) / 12 * 12);
  }
  .gx-lg > .grid-col-sm-12,
  .g-lg > .grid-col-sm-12 {
    width: calc((100% - 0 * 24px) / 12 * 12);
  }
  .gx-sm-lg > .grid-col-sm-12,
  .g-sm-lg > .grid-col-sm-12 {
    width: calc((100% - 0 * 24px) / 12 * 12);
  }
  .gx-xl > .grid-col-sm-12,
  .g-xl > .grid-col-sm-12 {
    width: calc((100% - 0 * 32px) / 12 * 12);
  }
  .gx-sm-xl > .grid-col-sm-12,
  .g-sm-xl > .grid-col-sm-12 {
    width: calc((100% - 0 * 32px) / 12 * 12);
  }
  .gx-xxl > .grid-col-sm-12,
  .g-xxl > .grid-col-sm-12 {
    width: calc((100% - 0 * 48px) / 12 * 12);
  }
  .gx-sm-xxl > .grid-col-sm-12,
  .g-sm-xxl > .grid-col-sm-12 {
    width: calc((100% - 0 * 48px) / 12 * 12);
  }
  .gx-xxxl > .grid-col-sm-12,
  .g-xxxl > .grid-col-sm-12 {
    width: calc((100% - 0 * 64px) / 12 * 12);
  }
  .gx-sm-xxxl > .grid-col-sm-12,
  .g-sm-xxxl > .grid-col-sm-12 {
    width: calc((100% - 0 * 64px) / 12 * 12);
  }
  .grid-gap-sm-none {
    gap: 0 !important;
  }
  .grid-gap-x-sm-none {
    column-gap: 0 !important;
  }
  .grid-gap-y-sm-none {
    row-gap: 0 !important;
  }
  .grid-gap-sm-xs {
    gap: 4px !important;
  }
  .grid-gap-x-sm-xs {
    column-gap: 4px !important;
  }
  .grid-gap-y-sm-xs {
    row-gap: 4px !important;
  }
  .grid-gap-sm-sm {
    gap: 8px !important;
  }
  .grid-gap-x-sm-sm {
    column-gap: 8px !important;
  }
  .grid-gap-y-sm-sm {
    row-gap: 8px !important;
  }
  .grid-gap-sm-md {
    gap: 16px !important;
  }
  .grid-gap-x-sm-md {
    column-gap: 16px !important;
  }
  .grid-gap-y-sm-md {
    row-gap: 16px !important;
  }
  .grid-gap-sm-lg {
    gap: 24px !important;
  }
  .grid-gap-x-sm-lg {
    column-gap: 24px !important;
  }
  .grid-gap-y-sm-lg {
    row-gap: 24px !important;
  }
  .grid-gap-sm-xl {
    gap: 32px !important;
  }
  .grid-gap-x-sm-xl {
    column-gap: 32px !important;
  }
  .grid-gap-y-sm-xl {
    row-gap: 32px !important;
  }
  .grid-gap-sm-xxl {
    gap: 48px !important;
  }
  .grid-gap-x-sm-xxl {
    column-gap: 48px !important;
  }
  .grid-gap-y-sm-xxl {
    row-gap: 48px !important;
  }
  .grid-gap-sm-xxxl {
    gap: 64px !important;
  }
  .grid-gap-x-sm-xxxl {
    column-gap: 64px !important;
  }
  .grid-gap-y-sm-xxxl {
    row-gap: 64px !important;
  }
}
@media (min-width: 768px) {
  .grid-col-md {
    flex: 1 0 0%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .grid-col-md-1 {
    width: 8.3333333333%;
  }
  .gx-none > .grid-col-md-1,
  .g-none > .grid-col-md-1 {
    width: calc((100% - 11 * 0) / 12 * 1);
  }
  .gx-md-none > .grid-col-md-1,
  .g-md-none > .grid-col-md-1 {
    width: calc((100% - 11 * 0) / 12 * 1);
  }
  .gx-xs > .grid-col-md-1,
  .g-xs > .grid-col-md-1 {
    width: calc((100% - 11 * 4px) / 12 * 1);
  }
  .gx-md-xs > .grid-col-md-1,
  .g-md-xs > .grid-col-md-1 {
    width: calc((100% - 11 * 4px) / 12 * 1);
  }
  .gx-sm > .grid-col-md-1,
  .g-sm > .grid-col-md-1 {
    width: calc((100% - 11 * 8px) / 12 * 1);
  }
  .gx-md-sm > .grid-col-md-1,
  .g-md-sm > .grid-col-md-1 {
    width: calc((100% - 11 * 8px) / 12 * 1);
  }
  .gx-md > .grid-col-md-1,
  .g-md > .grid-col-md-1 {
    width: calc((100% - 11 * 16px) / 12 * 1);
  }
  .gx-md-md > .grid-col-md-1,
  .g-md-md > .grid-col-md-1 {
    width: calc((100% - 11 * 16px) / 12 * 1);
  }
  .gx-lg > .grid-col-md-1,
  .g-lg > .grid-col-md-1 {
    width: calc((100% - 11 * 24px) / 12 * 1);
  }
  .gx-md-lg > .grid-col-md-1,
  .g-md-lg > .grid-col-md-1 {
    width: calc((100% - 11 * 24px) / 12 * 1);
  }
  .gx-xl > .grid-col-md-1,
  .g-xl > .grid-col-md-1 {
    width: calc((100% - 11 * 32px) / 12 * 1);
  }
  .gx-md-xl > .grid-col-md-1,
  .g-md-xl > .grid-col-md-1 {
    width: calc((100% - 11 * 32px) / 12 * 1);
  }
  .gx-xxl > .grid-col-md-1,
  .g-xxl > .grid-col-md-1 {
    width: calc((100% - 11 * 48px) / 12 * 1);
  }
  .gx-md-xxl > .grid-col-md-1,
  .g-md-xxl > .grid-col-md-1 {
    width: calc((100% - 11 * 48px) / 12 * 1);
  }
  .gx-xxxl > .grid-col-md-1,
  .g-xxxl > .grid-col-md-1 {
    width: calc((100% - 11 * 64px) / 12 * 1);
  }
  .gx-md-xxxl > .grid-col-md-1,
  .g-md-xxxl > .grid-col-md-1 {
    width: calc((100% - 11 * 64px) / 12 * 1);
  }
  .grid-col-md-2 {
    width: 16.6666666667%;
  }
  .gx-none > .grid-col-md-2,
  .g-none > .grid-col-md-2 {
    width: calc((100% - 5 * 0) / 12 * 2);
  }
  .gx-md-none > .grid-col-md-2,
  .g-md-none > .grid-col-md-2 {
    width: calc((100% - 5 * 0) / 12 * 2);
  }
  .gx-xs > .grid-col-md-2,
  .g-xs > .grid-col-md-2 {
    width: calc((100% - 5 * 4px) / 12 * 2);
  }
  .gx-md-xs > .grid-col-md-2,
  .g-md-xs > .grid-col-md-2 {
    width: calc((100% - 5 * 4px) / 12 * 2);
  }
  .gx-sm > .grid-col-md-2,
  .g-sm > .grid-col-md-2 {
    width: calc((100% - 5 * 8px) / 12 * 2);
  }
  .gx-md-sm > .grid-col-md-2,
  .g-md-sm > .grid-col-md-2 {
    width: calc((100% - 5 * 8px) / 12 * 2);
  }
  .gx-md > .grid-col-md-2,
  .g-md > .grid-col-md-2 {
    width: calc((100% - 5 * 16px) / 12 * 2);
  }
  .gx-md-md > .grid-col-md-2,
  .g-md-md > .grid-col-md-2 {
    width: calc((100% - 5 * 16px) / 12 * 2);
  }
  .gx-lg > .grid-col-md-2,
  .g-lg > .grid-col-md-2 {
    width: calc((100% - 5 * 24px) / 12 * 2);
  }
  .gx-md-lg > .grid-col-md-2,
  .g-md-lg > .grid-col-md-2 {
    width: calc((100% - 5 * 24px) / 12 * 2);
  }
  .gx-xl > .grid-col-md-2,
  .g-xl > .grid-col-md-2 {
    width: calc((100% - 5 * 32px) / 12 * 2);
  }
  .gx-md-xl > .grid-col-md-2,
  .g-md-xl > .grid-col-md-2 {
    width: calc((100% - 5 * 32px) / 12 * 2);
  }
  .gx-xxl > .grid-col-md-2,
  .g-xxl > .grid-col-md-2 {
    width: calc((100% - 5 * 48px) / 12 * 2);
  }
  .gx-md-xxl > .grid-col-md-2,
  .g-md-xxl > .grid-col-md-2 {
    width: calc((100% - 5 * 48px) / 12 * 2);
  }
  .gx-xxxl > .grid-col-md-2,
  .g-xxxl > .grid-col-md-2 {
    width: calc((100% - 5 * 64px) / 12 * 2);
  }
  .gx-md-xxxl > .grid-col-md-2,
  .g-md-xxxl > .grid-col-md-2 {
    width: calc((100% - 5 * 64px) / 12 * 2);
  }
  .grid-col-md-3 {
    width: 25%;
  }
  .gx-none > .grid-col-md-3,
  .g-none > .grid-col-md-3 {
    width: calc((100% - 3 * 0) / 12 * 3);
  }
  .gx-md-none > .grid-col-md-3,
  .g-md-none > .grid-col-md-3 {
    width: calc((100% - 3 * 0) / 12 * 3);
  }
  .gx-xs > .grid-col-md-3,
  .g-xs > .grid-col-md-3 {
    width: calc((100% - 3 * 4px) / 12 * 3);
  }
  .gx-md-xs > .grid-col-md-3,
  .g-md-xs > .grid-col-md-3 {
    width: calc((100% - 3 * 4px) / 12 * 3);
  }
  .gx-sm > .grid-col-md-3,
  .g-sm > .grid-col-md-3 {
    width: calc((100% - 3 * 8px) / 12 * 3);
  }
  .gx-md-sm > .grid-col-md-3,
  .g-md-sm > .grid-col-md-3 {
    width: calc((100% - 3 * 8px) / 12 * 3);
  }
  .gx-md > .grid-col-md-3,
  .g-md > .grid-col-md-3 {
    width: calc((100% - 3 * 16px) / 12 * 3);
  }
  .gx-md-md > .grid-col-md-3,
  .g-md-md > .grid-col-md-3 {
    width: calc((100% - 3 * 16px) / 12 * 3);
  }
  .gx-lg > .grid-col-md-3,
  .g-lg > .grid-col-md-3 {
    width: calc((100% - 3 * 24px) / 12 * 3);
  }
  .gx-md-lg > .grid-col-md-3,
  .g-md-lg > .grid-col-md-3 {
    width: calc((100% - 3 * 24px) / 12 * 3);
  }
  .gx-xl > .grid-col-md-3,
  .g-xl > .grid-col-md-3 {
    width: calc((100% - 3 * 32px) / 12 * 3);
  }
  .gx-md-xl > .grid-col-md-3,
  .g-md-xl > .grid-col-md-3 {
    width: calc((100% - 3 * 32px) / 12 * 3);
  }
  .gx-xxl > .grid-col-md-3,
  .g-xxl > .grid-col-md-3 {
    width: calc((100% - 3 * 48px) / 12 * 3);
  }
  .gx-md-xxl > .grid-col-md-3,
  .g-md-xxl > .grid-col-md-3 {
    width: calc((100% - 3 * 48px) / 12 * 3);
  }
  .gx-xxxl > .grid-col-md-3,
  .g-xxxl > .grid-col-md-3 {
    width: calc((100% - 3 * 64px) / 12 * 3);
  }
  .gx-md-xxxl > .grid-col-md-3,
  .g-md-xxxl > .grid-col-md-3 {
    width: calc((100% - 3 * 64px) / 12 * 3);
  }
  .grid-col-md-4 {
    width: 33.3333333333%;
  }
  .gx-none > .grid-col-md-4,
  .g-none > .grid-col-md-4 {
    width: calc((100% - 2 * 0) / 12 * 4);
  }
  .gx-md-none > .grid-col-md-4,
  .g-md-none > .grid-col-md-4 {
    width: calc((100% - 2 * 0) / 12 * 4);
  }
  .gx-xs > .grid-col-md-4,
  .g-xs > .grid-col-md-4 {
    width: calc((100% - 2 * 4px) / 12 * 4);
  }
  .gx-md-xs > .grid-col-md-4,
  .g-md-xs > .grid-col-md-4 {
    width: calc((100% - 2 * 4px) / 12 * 4);
  }
  .gx-sm > .grid-col-md-4,
  .g-sm > .grid-col-md-4 {
    width: calc((100% - 2 * 8px) / 12 * 4);
  }
  .gx-md-sm > .grid-col-md-4,
  .g-md-sm > .grid-col-md-4 {
    width: calc((100% - 2 * 8px) / 12 * 4);
  }
  .gx-md > .grid-col-md-4,
  .g-md > .grid-col-md-4 {
    width: calc((100% - 2 * 16px) / 12 * 4);
  }
  .gx-md-md > .grid-col-md-4,
  .g-md-md > .grid-col-md-4 {
    width: calc((100% - 2 * 16px) / 12 * 4);
  }
  .gx-lg > .grid-col-md-4,
  .g-lg > .grid-col-md-4 {
    width: calc((100% - 2 * 24px) / 12 * 4);
  }
  .gx-md-lg > .grid-col-md-4,
  .g-md-lg > .grid-col-md-4 {
    width: calc((100% - 2 * 24px) / 12 * 4);
  }
  .gx-xl > .grid-col-md-4,
  .g-xl > .grid-col-md-4 {
    width: calc((100% - 2 * 32px) / 12 * 4);
  }
  .gx-md-xl > .grid-col-md-4,
  .g-md-xl > .grid-col-md-4 {
    width: calc((100% - 2 * 32px) / 12 * 4);
  }
  .gx-xxl > .grid-col-md-4,
  .g-xxl > .grid-col-md-4 {
    width: calc((100% - 2 * 48px) / 12 * 4);
  }
  .gx-md-xxl > .grid-col-md-4,
  .g-md-xxl > .grid-col-md-4 {
    width: calc((100% - 2 * 48px) / 12 * 4);
  }
  .gx-xxxl > .grid-col-md-4,
  .g-xxxl > .grid-col-md-4 {
    width: calc((100% - 2 * 64px) / 12 * 4);
  }
  .gx-md-xxxl > .grid-col-md-4,
  .g-md-xxxl > .grid-col-md-4 {
    width: calc((100% - 2 * 64px) / 12 * 4);
  }
  .grid-col-md-5 {
    width: 41.6666666667%;
  }
  .gx-none > .grid-col-md-5,
  .g-none > .grid-col-md-5 {
    width: calc((100% - 1 * 0) / 12 * 5);
  }
  .gx-md-none > .grid-col-md-5,
  .g-md-none > .grid-col-md-5 {
    width: calc((100% - 1 * 0) / 12 * 5);
  }
  .gx-xs > .grid-col-md-5,
  .g-xs > .grid-col-md-5 {
    width: calc((100% - 1 * 4px) / 12 * 5);
  }
  .gx-md-xs > .grid-col-md-5,
  .g-md-xs > .grid-col-md-5 {
    width: calc((100% - 1 * 4px) / 12 * 5);
  }
  .gx-sm > .grid-col-md-5,
  .g-sm > .grid-col-md-5 {
    width: calc((100% - 1 * 8px) / 12 * 5);
  }
  .gx-md-sm > .grid-col-md-5,
  .g-md-sm > .grid-col-md-5 {
    width: calc((100% - 1 * 8px) / 12 * 5);
  }
  .gx-md > .grid-col-md-5,
  .g-md > .grid-col-md-5 {
    width: calc((100% - 1 * 16px) / 12 * 5);
  }
  .gx-md-md > .grid-col-md-5,
  .g-md-md > .grid-col-md-5 {
    width: calc((100% - 1 * 16px) / 12 * 5);
  }
  .gx-lg > .grid-col-md-5,
  .g-lg > .grid-col-md-5 {
    width: calc((100% - 1 * 24px) / 12 * 5);
  }
  .gx-md-lg > .grid-col-md-5,
  .g-md-lg > .grid-col-md-5 {
    width: calc((100% - 1 * 24px) / 12 * 5);
  }
  .gx-xl > .grid-col-md-5,
  .g-xl > .grid-col-md-5 {
    width: calc((100% - 1 * 32px) / 12 * 5);
  }
  .gx-md-xl > .grid-col-md-5,
  .g-md-xl > .grid-col-md-5 {
    width: calc((100% - 1 * 32px) / 12 * 5);
  }
  .gx-xxl > .grid-col-md-5,
  .g-xxl > .grid-col-md-5 {
    width: calc((100% - 1 * 48px) / 12 * 5);
  }
  .gx-md-xxl > .grid-col-md-5,
  .g-md-xxl > .grid-col-md-5 {
    width: calc((100% - 1 * 48px) / 12 * 5);
  }
  .gx-xxxl > .grid-col-md-5,
  .g-xxxl > .grid-col-md-5 {
    width: calc((100% - 1 * 64px) / 12 * 5);
  }
  .gx-md-xxxl > .grid-col-md-5,
  .g-md-xxxl > .grid-col-md-5 {
    width: calc((100% - 1 * 64px) / 12 * 5);
  }
  .grid-col-md-6 {
    width: 50%;
  }
  .gx-none > .grid-col-md-6,
  .g-none > .grid-col-md-6 {
    width: calc((100% - 1 * 0) / 12 * 6);
  }
  .gx-md-none > .grid-col-md-6,
  .g-md-none > .grid-col-md-6 {
    width: calc((100% - 1 * 0) / 12 * 6);
  }
  .gx-xs > .grid-col-md-6,
  .g-xs > .grid-col-md-6 {
    width: calc((100% - 1 * 4px) / 12 * 6);
  }
  .gx-md-xs > .grid-col-md-6,
  .g-md-xs > .grid-col-md-6 {
    width: calc((100% - 1 * 4px) / 12 * 6);
  }
  .gx-sm > .grid-col-md-6,
  .g-sm > .grid-col-md-6 {
    width: calc((100% - 1 * 8px) / 12 * 6);
  }
  .gx-md-sm > .grid-col-md-6,
  .g-md-sm > .grid-col-md-6 {
    width: calc((100% - 1 * 8px) / 12 * 6);
  }
  .gx-md > .grid-col-md-6,
  .g-md > .grid-col-md-6 {
    width: calc((100% - 1 * 16px) / 12 * 6);
  }
  .gx-md-md > .grid-col-md-6,
  .g-md-md > .grid-col-md-6 {
    width: calc((100% - 1 * 16px) / 12 * 6);
  }
  .gx-lg > .grid-col-md-6,
  .g-lg > .grid-col-md-6 {
    width: calc((100% - 1 * 24px) / 12 * 6);
  }
  .gx-md-lg > .grid-col-md-6,
  .g-md-lg > .grid-col-md-6 {
    width: calc((100% - 1 * 24px) / 12 * 6);
  }
  .gx-xl > .grid-col-md-6,
  .g-xl > .grid-col-md-6 {
    width: calc((100% - 1 * 32px) / 12 * 6);
  }
  .gx-md-xl > .grid-col-md-6,
  .g-md-xl > .grid-col-md-6 {
    width: calc((100% - 1 * 32px) / 12 * 6);
  }
  .gx-xxl > .grid-col-md-6,
  .g-xxl > .grid-col-md-6 {
    width: calc((100% - 1 * 48px) / 12 * 6);
  }
  .gx-md-xxl > .grid-col-md-6,
  .g-md-xxl > .grid-col-md-6 {
    width: calc((100% - 1 * 48px) / 12 * 6);
  }
  .gx-xxxl > .grid-col-md-6,
  .g-xxxl > .grid-col-md-6 {
    width: calc((100% - 1 * 64px) / 12 * 6);
  }
  .gx-md-xxxl > .grid-col-md-6,
  .g-md-xxxl > .grid-col-md-6 {
    width: calc((100% - 1 * 64px) / 12 * 6);
  }
  .grid-col-md-7 {
    width: 58.3333333333%;
  }
  .gx-none > .grid-col-md-7,
  .g-none > .grid-col-md-7 {
    width: calc((100% - 0 * 0) / 12 * 7);
  }
  .gx-md-none > .grid-col-md-7,
  .g-md-none > .grid-col-md-7 {
    width: calc((100% - 0 * 0) / 12 * 7);
  }
  .gx-xs > .grid-col-md-7,
  .g-xs > .grid-col-md-7 {
    width: calc((100% - 0 * 4px) / 12 * 7);
  }
  .gx-md-xs > .grid-col-md-7,
  .g-md-xs > .grid-col-md-7 {
    width: calc((100% - 0 * 4px) / 12 * 7);
  }
  .gx-sm > .grid-col-md-7,
  .g-sm > .grid-col-md-7 {
    width: calc((100% - 0 * 8px) / 12 * 7);
  }
  .gx-md-sm > .grid-col-md-7,
  .g-md-sm > .grid-col-md-7 {
    width: calc((100% - 0 * 8px) / 12 * 7);
  }
  .gx-md > .grid-col-md-7,
  .g-md > .grid-col-md-7 {
    width: calc((100% - 0 * 16px) / 12 * 7);
  }
  .gx-md-md > .grid-col-md-7,
  .g-md-md > .grid-col-md-7 {
    width: calc((100% - 0 * 16px) / 12 * 7);
  }
  .gx-lg > .grid-col-md-7,
  .g-lg > .grid-col-md-7 {
    width: calc((100% - 0 * 24px) / 12 * 7);
  }
  .gx-md-lg > .grid-col-md-7,
  .g-md-lg > .grid-col-md-7 {
    width: calc((100% - 0 * 24px) / 12 * 7);
  }
  .gx-xl > .grid-col-md-7,
  .g-xl > .grid-col-md-7 {
    width: calc((100% - 0 * 32px) / 12 * 7);
  }
  .gx-md-xl > .grid-col-md-7,
  .g-md-xl > .grid-col-md-7 {
    width: calc((100% - 0 * 32px) / 12 * 7);
  }
  .gx-xxl > .grid-col-md-7,
  .g-xxl > .grid-col-md-7 {
    width: calc((100% - 0 * 48px) / 12 * 7);
  }
  .gx-md-xxl > .grid-col-md-7,
  .g-md-xxl > .grid-col-md-7 {
    width: calc((100% - 0 * 48px) / 12 * 7);
  }
  .gx-xxxl > .grid-col-md-7,
  .g-xxxl > .grid-col-md-7 {
    width: calc((100% - 0 * 64px) / 12 * 7);
  }
  .gx-md-xxxl > .grid-col-md-7,
  .g-md-xxxl > .grid-col-md-7 {
    width: calc((100% - 0 * 64px) / 12 * 7);
  }
  .grid-col-md-8 {
    width: 66.6666666667%;
  }
  .gx-none > .grid-col-md-8,
  .g-none > .grid-col-md-8 {
    width: calc((100% - 0 * 0) / 12 * 8);
  }
  .gx-md-none > .grid-col-md-8,
  .g-md-none > .grid-col-md-8 {
    width: calc((100% - 0 * 0) / 12 * 8);
  }
  .gx-xs > .grid-col-md-8,
  .g-xs > .grid-col-md-8 {
    width: calc((100% - 0 * 4px) / 12 * 8);
  }
  .gx-md-xs > .grid-col-md-8,
  .g-md-xs > .grid-col-md-8 {
    width: calc((100% - 0 * 4px) / 12 * 8);
  }
  .gx-sm > .grid-col-md-8,
  .g-sm > .grid-col-md-8 {
    width: calc((100% - 0 * 8px) / 12 * 8);
  }
  .gx-md-sm > .grid-col-md-8,
  .g-md-sm > .grid-col-md-8 {
    width: calc((100% - 0 * 8px) / 12 * 8);
  }
  .gx-md > .grid-col-md-8,
  .g-md > .grid-col-md-8 {
    width: calc((100% - 0 * 16px) / 12 * 8);
  }
  .gx-md-md > .grid-col-md-8,
  .g-md-md > .grid-col-md-8 {
    width: calc((100% - 0 * 16px) / 12 * 8);
  }
  .gx-lg > .grid-col-md-8,
  .g-lg > .grid-col-md-8 {
    width: calc((100% - 0 * 24px) / 12 * 8);
  }
  .gx-md-lg > .grid-col-md-8,
  .g-md-lg > .grid-col-md-8 {
    width: calc((100% - 0 * 24px) / 12 * 8);
  }
  .gx-xl > .grid-col-md-8,
  .g-xl > .grid-col-md-8 {
    width: calc((100% - 0 * 32px) / 12 * 8);
  }
  .gx-md-xl > .grid-col-md-8,
  .g-md-xl > .grid-col-md-8 {
    width: calc((100% - 0 * 32px) / 12 * 8);
  }
  .gx-xxl > .grid-col-md-8,
  .g-xxl > .grid-col-md-8 {
    width: calc((100% - 0 * 48px) / 12 * 8);
  }
  .gx-md-xxl > .grid-col-md-8,
  .g-md-xxl > .grid-col-md-8 {
    width: calc((100% - 0 * 48px) / 12 * 8);
  }
  .gx-xxxl > .grid-col-md-8,
  .g-xxxl > .grid-col-md-8 {
    width: calc((100% - 0 * 64px) / 12 * 8);
  }
  .gx-md-xxxl > .grid-col-md-8,
  .g-md-xxxl > .grid-col-md-8 {
    width: calc((100% - 0 * 64px) / 12 * 8);
  }
  .grid-col-md-9 {
    width: 75%;
  }
  .gx-none > .grid-col-md-9,
  .g-none > .grid-col-md-9 {
    width: calc((100% - 0 * 0) / 12 * 9);
  }
  .gx-md-none > .grid-col-md-9,
  .g-md-none > .grid-col-md-9 {
    width: calc((100% - 0 * 0) / 12 * 9);
  }
  .gx-xs > .grid-col-md-9,
  .g-xs > .grid-col-md-9 {
    width: calc((100% - 0 * 4px) / 12 * 9);
  }
  .gx-md-xs > .grid-col-md-9,
  .g-md-xs > .grid-col-md-9 {
    width: calc((100% - 0 * 4px) / 12 * 9);
  }
  .gx-sm > .grid-col-md-9,
  .g-sm > .grid-col-md-9 {
    width: calc((100% - 0 * 8px) / 12 * 9);
  }
  .gx-md-sm > .grid-col-md-9,
  .g-md-sm > .grid-col-md-9 {
    width: calc((100% - 0 * 8px) / 12 * 9);
  }
  .gx-md > .grid-col-md-9,
  .g-md > .grid-col-md-9 {
    width: calc((100% - 0 * 16px) / 12 * 9);
  }
  .gx-md-md > .grid-col-md-9,
  .g-md-md > .grid-col-md-9 {
    width: calc((100% - 0 * 16px) / 12 * 9);
  }
  .gx-lg > .grid-col-md-9,
  .g-lg > .grid-col-md-9 {
    width: calc((100% - 0 * 24px) / 12 * 9);
  }
  .gx-md-lg > .grid-col-md-9,
  .g-md-lg > .grid-col-md-9 {
    width: calc((100% - 0 * 24px) / 12 * 9);
  }
  .gx-xl > .grid-col-md-9,
  .g-xl > .grid-col-md-9 {
    width: calc((100% - 0 * 32px) / 12 * 9);
  }
  .gx-md-xl > .grid-col-md-9,
  .g-md-xl > .grid-col-md-9 {
    width: calc((100% - 0 * 32px) / 12 * 9);
  }
  .gx-xxl > .grid-col-md-9,
  .g-xxl > .grid-col-md-9 {
    width: calc((100% - 0 * 48px) / 12 * 9);
  }
  .gx-md-xxl > .grid-col-md-9,
  .g-md-xxl > .grid-col-md-9 {
    width: calc((100% - 0 * 48px) / 12 * 9);
  }
  .gx-xxxl > .grid-col-md-9,
  .g-xxxl > .grid-col-md-9 {
    width: calc((100% - 0 * 64px) / 12 * 9);
  }
  .gx-md-xxxl > .grid-col-md-9,
  .g-md-xxxl > .grid-col-md-9 {
    width: calc((100% - 0 * 64px) / 12 * 9);
  }
  .grid-col-md-10 {
    width: 83.3333333333%;
  }
  .gx-none > .grid-col-md-10,
  .g-none > .grid-col-md-10 {
    width: calc((100% - 0 * 0) / 12 * 10);
  }
  .gx-md-none > .grid-col-md-10,
  .g-md-none > .grid-col-md-10 {
    width: calc((100% - 0 * 0) / 12 * 10);
  }
  .gx-xs > .grid-col-md-10,
  .g-xs > .grid-col-md-10 {
    width: calc((100% - 0 * 4px) / 12 * 10);
  }
  .gx-md-xs > .grid-col-md-10,
  .g-md-xs > .grid-col-md-10 {
    width: calc((100% - 0 * 4px) / 12 * 10);
  }
  .gx-sm > .grid-col-md-10,
  .g-sm > .grid-col-md-10 {
    width: calc((100% - 0 * 8px) / 12 * 10);
  }
  .gx-md-sm > .grid-col-md-10,
  .g-md-sm > .grid-col-md-10 {
    width: calc((100% - 0 * 8px) / 12 * 10);
  }
  .gx-md > .grid-col-md-10,
  .g-md > .grid-col-md-10 {
    width: calc((100% - 0 * 16px) / 12 * 10);
  }
  .gx-md-md > .grid-col-md-10,
  .g-md-md > .grid-col-md-10 {
    width: calc((100% - 0 * 16px) / 12 * 10);
  }
  .gx-lg > .grid-col-md-10,
  .g-lg > .grid-col-md-10 {
    width: calc((100% - 0 * 24px) / 12 * 10);
  }
  .gx-md-lg > .grid-col-md-10,
  .g-md-lg > .grid-col-md-10 {
    width: calc((100% - 0 * 24px) / 12 * 10);
  }
  .gx-xl > .grid-col-md-10,
  .g-xl > .grid-col-md-10 {
    width: calc((100% - 0 * 32px) / 12 * 10);
  }
  .gx-md-xl > .grid-col-md-10,
  .g-md-xl > .grid-col-md-10 {
    width: calc((100% - 0 * 32px) / 12 * 10);
  }
  .gx-xxl > .grid-col-md-10,
  .g-xxl > .grid-col-md-10 {
    width: calc((100% - 0 * 48px) / 12 * 10);
  }
  .gx-md-xxl > .grid-col-md-10,
  .g-md-xxl > .grid-col-md-10 {
    width: calc((100% - 0 * 48px) / 12 * 10);
  }
  .gx-xxxl > .grid-col-md-10,
  .g-xxxl > .grid-col-md-10 {
    width: calc((100% - 0 * 64px) / 12 * 10);
  }
  .gx-md-xxxl > .grid-col-md-10,
  .g-md-xxxl > .grid-col-md-10 {
    width: calc((100% - 0 * 64px) / 12 * 10);
  }
  .grid-col-md-11 {
    width: 91.6666666667%;
  }
  .gx-none > .grid-col-md-11,
  .g-none > .grid-col-md-11 {
    width: calc((100% - 0 * 0) / 12 * 11);
  }
  .gx-md-none > .grid-col-md-11,
  .g-md-none > .grid-col-md-11 {
    width: calc((100% - 0 * 0) / 12 * 11);
  }
  .gx-xs > .grid-col-md-11,
  .g-xs > .grid-col-md-11 {
    width: calc((100% - 0 * 4px) / 12 * 11);
  }
  .gx-md-xs > .grid-col-md-11,
  .g-md-xs > .grid-col-md-11 {
    width: calc((100% - 0 * 4px) / 12 * 11);
  }
  .gx-sm > .grid-col-md-11,
  .g-sm > .grid-col-md-11 {
    width: calc((100% - 0 * 8px) / 12 * 11);
  }
  .gx-md-sm > .grid-col-md-11,
  .g-md-sm > .grid-col-md-11 {
    width: calc((100% - 0 * 8px) / 12 * 11);
  }
  .gx-md > .grid-col-md-11,
  .g-md > .grid-col-md-11 {
    width: calc((100% - 0 * 16px) / 12 * 11);
  }
  .gx-md-md > .grid-col-md-11,
  .g-md-md > .grid-col-md-11 {
    width: calc((100% - 0 * 16px) / 12 * 11);
  }
  .gx-lg > .grid-col-md-11,
  .g-lg > .grid-col-md-11 {
    width: calc((100% - 0 * 24px) / 12 * 11);
  }
  .gx-md-lg > .grid-col-md-11,
  .g-md-lg > .grid-col-md-11 {
    width: calc((100% - 0 * 24px) / 12 * 11);
  }
  .gx-xl > .grid-col-md-11,
  .g-xl > .grid-col-md-11 {
    width: calc((100% - 0 * 32px) / 12 * 11);
  }
  .gx-md-xl > .grid-col-md-11,
  .g-md-xl > .grid-col-md-11 {
    width: calc((100% - 0 * 32px) / 12 * 11);
  }
  .gx-xxl > .grid-col-md-11,
  .g-xxl > .grid-col-md-11 {
    width: calc((100% - 0 * 48px) / 12 * 11);
  }
  .gx-md-xxl > .grid-col-md-11,
  .g-md-xxl > .grid-col-md-11 {
    width: calc((100% - 0 * 48px) / 12 * 11);
  }
  .gx-xxxl > .grid-col-md-11,
  .g-xxxl > .grid-col-md-11 {
    width: calc((100% - 0 * 64px) / 12 * 11);
  }
  .gx-md-xxxl > .grid-col-md-11,
  .g-md-xxxl > .grid-col-md-11 {
    width: calc((100% - 0 * 64px) / 12 * 11);
  }
  .grid-col-md-12 {
    width: 100%;
  }
  .gx-none > .grid-col-md-12,
  .g-none > .grid-col-md-12 {
    width: calc((100% - 0 * 0) / 12 * 12);
  }
  .gx-md-none > .grid-col-md-12,
  .g-md-none > .grid-col-md-12 {
    width: calc((100% - 0 * 0) / 12 * 12);
  }
  .gx-xs > .grid-col-md-12,
  .g-xs > .grid-col-md-12 {
    width: calc((100% - 0 * 4px) / 12 * 12);
  }
  .gx-md-xs > .grid-col-md-12,
  .g-md-xs > .grid-col-md-12 {
    width: calc((100% - 0 * 4px) / 12 * 12);
  }
  .gx-sm > .grid-col-md-12,
  .g-sm > .grid-col-md-12 {
    width: calc((100% - 0 * 8px) / 12 * 12);
  }
  .gx-md-sm > .grid-col-md-12,
  .g-md-sm > .grid-col-md-12 {
    width: calc((100% - 0 * 8px) / 12 * 12);
  }
  .gx-md > .grid-col-md-12,
  .g-md > .grid-col-md-12 {
    width: calc((100% - 0 * 16px) / 12 * 12);
  }
  .gx-md-md > .grid-col-md-12,
  .g-md-md > .grid-col-md-12 {
    width: calc((100% - 0 * 16px) / 12 * 12);
  }
  .gx-lg > .grid-col-md-12,
  .g-lg > .grid-col-md-12 {
    width: calc((100% - 0 * 24px) / 12 * 12);
  }
  .gx-md-lg > .grid-col-md-12,
  .g-md-lg > .grid-col-md-12 {
    width: calc((100% - 0 * 24px) / 12 * 12);
  }
  .gx-xl > .grid-col-md-12,
  .g-xl > .grid-col-md-12 {
    width: calc((100% - 0 * 32px) / 12 * 12);
  }
  .gx-md-xl > .grid-col-md-12,
  .g-md-xl > .grid-col-md-12 {
    width: calc((100% - 0 * 32px) / 12 * 12);
  }
  .gx-xxl > .grid-col-md-12,
  .g-xxl > .grid-col-md-12 {
    width: calc((100% - 0 * 48px) / 12 * 12);
  }
  .gx-md-xxl > .grid-col-md-12,
  .g-md-xxl > .grid-col-md-12 {
    width: calc((100% - 0 * 48px) / 12 * 12);
  }
  .gx-xxxl > .grid-col-md-12,
  .g-xxxl > .grid-col-md-12 {
    width: calc((100% - 0 * 64px) / 12 * 12);
  }
  .gx-md-xxxl > .grid-col-md-12,
  .g-md-xxxl > .grid-col-md-12 {
    width: calc((100% - 0 * 64px) / 12 * 12);
  }
  .grid-gap-md-none {
    gap: 0 !important;
  }
  .grid-gap-x-md-none {
    column-gap: 0 !important;
  }
  .grid-gap-y-md-none {
    row-gap: 0 !important;
  }
  .grid-gap-md-xs {
    gap: 4px !important;
  }
  .grid-gap-x-md-xs {
    column-gap: 4px !important;
  }
  .grid-gap-y-md-xs {
    row-gap: 4px !important;
  }
  .grid-gap-md-sm {
    gap: 8px !important;
  }
  .grid-gap-x-md-sm {
    column-gap: 8px !important;
  }
  .grid-gap-y-md-sm {
    row-gap: 8px !important;
  }
  .grid-gap-md-md {
    gap: 16px !important;
  }
  .grid-gap-x-md-md {
    column-gap: 16px !important;
  }
  .grid-gap-y-md-md {
    row-gap: 16px !important;
  }
  .grid-gap-md-lg {
    gap: 24px !important;
  }
  .grid-gap-x-md-lg {
    column-gap: 24px !important;
  }
  .grid-gap-y-md-lg {
    row-gap: 24px !important;
  }
  .grid-gap-md-xl {
    gap: 32px !important;
  }
  .grid-gap-x-md-xl {
    column-gap: 32px !important;
  }
  .grid-gap-y-md-xl {
    row-gap: 32px !important;
  }
  .grid-gap-md-xxl {
    gap: 48px !important;
  }
  .grid-gap-x-md-xxl {
    column-gap: 48px !important;
  }
  .grid-gap-y-md-xxl {
    row-gap: 48px !important;
  }
  .grid-gap-md-xxxl {
    gap: 64px !important;
  }
  .grid-gap-x-md-xxxl {
    column-gap: 64px !important;
  }
  .grid-gap-y-md-xxxl {
    row-gap: 64px !important;
  }
}
@media (min-width: 992px) {
  .grid-col-lg {
    flex: 1 0 0%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .grid-col-lg-1 {
    width: 8.3333333333%;
  }
  .gx-none > .grid-col-lg-1,
  .g-none > .grid-col-lg-1 {
    width: calc((100% - 11 * 0) / 12 * 1);
  }
  .gx-lg-none > .grid-col-lg-1,
  .g-lg-none > .grid-col-lg-1 {
    width: calc((100% - 11 * 0) / 12 * 1);
  }
  .gx-xs > .grid-col-lg-1,
  .g-xs > .grid-col-lg-1 {
    width: calc((100% - 11 * 4px) / 12 * 1);
  }
  .gx-lg-xs > .grid-col-lg-1,
  .g-lg-xs > .grid-col-lg-1 {
    width: calc((100% - 11 * 4px) / 12 * 1);
  }
  .gx-sm > .grid-col-lg-1,
  .g-sm > .grid-col-lg-1 {
    width: calc((100% - 11 * 8px) / 12 * 1);
  }
  .gx-lg-sm > .grid-col-lg-1,
  .g-lg-sm > .grid-col-lg-1 {
    width: calc((100% - 11 * 8px) / 12 * 1);
  }
  .gx-md > .grid-col-lg-1,
  .g-md > .grid-col-lg-1 {
    width: calc((100% - 11 * 16px) / 12 * 1);
  }
  .gx-lg-md > .grid-col-lg-1,
  .g-lg-md > .grid-col-lg-1 {
    width: calc((100% - 11 * 16px) / 12 * 1);
  }
  .gx-lg > .grid-col-lg-1,
  .g-lg > .grid-col-lg-1 {
    width: calc((100% - 11 * 24px) / 12 * 1);
  }
  .gx-lg-lg > .grid-col-lg-1,
  .g-lg-lg > .grid-col-lg-1 {
    width: calc((100% - 11 * 24px) / 12 * 1);
  }
  .gx-xl > .grid-col-lg-1,
  .g-xl > .grid-col-lg-1 {
    width: calc((100% - 11 * 32px) / 12 * 1);
  }
  .gx-lg-xl > .grid-col-lg-1,
  .g-lg-xl > .grid-col-lg-1 {
    width: calc((100% - 11 * 32px) / 12 * 1);
  }
  .gx-xxl > .grid-col-lg-1,
  .g-xxl > .grid-col-lg-1 {
    width: calc((100% - 11 * 48px) / 12 * 1);
  }
  .gx-lg-xxl > .grid-col-lg-1,
  .g-lg-xxl > .grid-col-lg-1 {
    width: calc((100% - 11 * 48px) / 12 * 1);
  }
  .gx-xxxl > .grid-col-lg-1,
  .g-xxxl > .grid-col-lg-1 {
    width: calc((100% - 11 * 64px) / 12 * 1);
  }
  .gx-lg-xxxl > .grid-col-lg-1,
  .g-lg-xxxl > .grid-col-lg-1 {
    width: calc((100% - 11 * 64px) / 12 * 1);
  }
  .grid-col-lg-2 {
    width: 16.6666666667%;
  }
  .gx-none > .grid-col-lg-2,
  .g-none > .grid-col-lg-2 {
    width: calc((100% - 5 * 0) / 12 * 2);
  }
  .gx-lg-none > .grid-col-lg-2,
  .g-lg-none > .grid-col-lg-2 {
    width: calc((100% - 5 * 0) / 12 * 2);
  }
  .gx-xs > .grid-col-lg-2,
  .g-xs > .grid-col-lg-2 {
    width: calc((100% - 5 * 4px) / 12 * 2);
  }
  .gx-lg-xs > .grid-col-lg-2,
  .g-lg-xs > .grid-col-lg-2 {
    width: calc((100% - 5 * 4px) / 12 * 2);
  }
  .gx-sm > .grid-col-lg-2,
  .g-sm > .grid-col-lg-2 {
    width: calc((100% - 5 * 8px) / 12 * 2);
  }
  .gx-lg-sm > .grid-col-lg-2,
  .g-lg-sm > .grid-col-lg-2 {
    width: calc((100% - 5 * 8px) / 12 * 2);
  }
  .gx-md > .grid-col-lg-2,
  .g-md > .grid-col-lg-2 {
    width: calc((100% - 5 * 16px) / 12 * 2);
  }
  .gx-lg-md > .grid-col-lg-2,
  .g-lg-md > .grid-col-lg-2 {
    width: calc((100% - 5 * 16px) / 12 * 2);
  }
  .gx-lg > .grid-col-lg-2,
  .g-lg > .grid-col-lg-2 {
    width: calc((100% - 5 * 24px) / 12 * 2);
  }
  .gx-lg-lg > .grid-col-lg-2,
  .g-lg-lg > .grid-col-lg-2 {
    width: calc((100% - 5 * 24px) / 12 * 2);
  }
  .gx-xl > .grid-col-lg-2,
  .g-xl > .grid-col-lg-2 {
    width: calc((100% - 5 * 32px) / 12 * 2);
  }
  .gx-lg-xl > .grid-col-lg-2,
  .g-lg-xl > .grid-col-lg-2 {
    width: calc((100% - 5 * 32px) / 12 * 2);
  }
  .gx-xxl > .grid-col-lg-2,
  .g-xxl > .grid-col-lg-2 {
    width: calc((100% - 5 * 48px) / 12 * 2);
  }
  .gx-lg-xxl > .grid-col-lg-2,
  .g-lg-xxl > .grid-col-lg-2 {
    width: calc((100% - 5 * 48px) / 12 * 2);
  }
  .gx-xxxl > .grid-col-lg-2,
  .g-xxxl > .grid-col-lg-2 {
    width: calc((100% - 5 * 64px) / 12 * 2);
  }
  .gx-lg-xxxl > .grid-col-lg-2,
  .g-lg-xxxl > .grid-col-lg-2 {
    width: calc((100% - 5 * 64px) / 12 * 2);
  }
  .grid-col-lg-3 {
    width: 25%;
  }
  .gx-none > .grid-col-lg-3,
  .g-none > .grid-col-lg-3 {
    width: calc((100% - 3 * 0) / 12 * 3);
  }
  .gx-lg-none > .grid-col-lg-3,
  .g-lg-none > .grid-col-lg-3 {
    width: calc((100% - 3 * 0) / 12 * 3);
  }
  .gx-xs > .grid-col-lg-3,
  .g-xs > .grid-col-lg-3 {
    width: calc((100% - 3 * 4px) / 12 * 3);
  }
  .gx-lg-xs > .grid-col-lg-3,
  .g-lg-xs > .grid-col-lg-3 {
    width: calc((100% - 3 * 4px) / 12 * 3);
  }
  .gx-sm > .grid-col-lg-3,
  .g-sm > .grid-col-lg-3 {
    width: calc((100% - 3 * 8px) / 12 * 3);
  }
  .gx-lg-sm > .grid-col-lg-3,
  .g-lg-sm > .grid-col-lg-3 {
    width: calc((100% - 3 * 8px) / 12 * 3);
  }
  .gx-md > .grid-col-lg-3,
  .g-md > .grid-col-lg-3 {
    width: calc((100% - 3 * 16px) / 12 * 3);
  }
  .gx-lg-md > .grid-col-lg-3,
  .g-lg-md > .grid-col-lg-3 {
    width: calc((100% - 3 * 16px) / 12 * 3);
  }
  .gx-lg > .grid-col-lg-3,
  .g-lg > .grid-col-lg-3 {
    width: calc((100% - 3 * 24px) / 12 * 3);
  }
  .gx-lg-lg > .grid-col-lg-3,
  .g-lg-lg > .grid-col-lg-3 {
    width: calc((100% - 3 * 24px) / 12 * 3);
  }
  .gx-xl > .grid-col-lg-3,
  .g-xl > .grid-col-lg-3 {
    width: calc((100% - 3 * 32px) / 12 * 3);
  }
  .gx-lg-xl > .grid-col-lg-3,
  .g-lg-xl > .grid-col-lg-3 {
    width: calc((100% - 3 * 32px) / 12 * 3);
  }
  .gx-xxl > .grid-col-lg-3,
  .g-xxl > .grid-col-lg-3 {
    width: calc((100% - 3 * 48px) / 12 * 3);
  }
  .gx-lg-xxl > .grid-col-lg-3,
  .g-lg-xxl > .grid-col-lg-3 {
    width: calc((100% - 3 * 48px) / 12 * 3);
  }
  .gx-xxxl > .grid-col-lg-3,
  .g-xxxl > .grid-col-lg-3 {
    width: calc((100% - 3 * 64px) / 12 * 3);
  }
  .gx-lg-xxxl > .grid-col-lg-3,
  .g-lg-xxxl > .grid-col-lg-3 {
    width: calc((100% - 3 * 64px) / 12 * 3);
  }
  .grid-col-lg-4 {
    width: 33.3333333333%;
  }
  .gx-none > .grid-col-lg-4,
  .g-none > .grid-col-lg-4 {
    width: calc((100% - 2 * 0) / 12 * 4);
  }
  .gx-lg-none > .grid-col-lg-4,
  .g-lg-none > .grid-col-lg-4 {
    width: calc((100% - 2 * 0) / 12 * 4);
  }
  .gx-xs > .grid-col-lg-4,
  .g-xs > .grid-col-lg-4 {
    width: calc((100% - 2 * 4px) / 12 * 4);
  }
  .gx-lg-xs > .grid-col-lg-4,
  .g-lg-xs > .grid-col-lg-4 {
    width: calc((100% - 2 * 4px) / 12 * 4);
  }
  .gx-sm > .grid-col-lg-4,
  .g-sm > .grid-col-lg-4 {
    width: calc((100% - 2 * 8px) / 12 * 4);
  }
  .gx-lg-sm > .grid-col-lg-4,
  .g-lg-sm > .grid-col-lg-4 {
    width: calc((100% - 2 * 8px) / 12 * 4);
  }
  .gx-md > .grid-col-lg-4,
  .g-md > .grid-col-lg-4 {
    width: calc((100% - 2 * 16px) / 12 * 4);
  }
  .gx-lg-md > .grid-col-lg-4,
  .g-lg-md > .grid-col-lg-4 {
    width: calc((100% - 2 * 16px) / 12 * 4);
  }
  .gx-lg > .grid-col-lg-4,
  .g-lg > .grid-col-lg-4 {
    width: calc((100% - 2 * 24px) / 12 * 4);
  }
  .gx-lg-lg > .grid-col-lg-4,
  .g-lg-lg > .grid-col-lg-4 {
    width: calc((100% - 2 * 24px) / 12 * 4);
  }
  .gx-xl > .grid-col-lg-4,
  .g-xl > .grid-col-lg-4 {
    width: calc((100% - 2 * 32px) / 12 * 4);
  }
  .gx-lg-xl > .grid-col-lg-4,
  .g-lg-xl > .grid-col-lg-4 {
    width: calc((100% - 2 * 32px) / 12 * 4);
  }
  .gx-xxl > .grid-col-lg-4,
  .g-xxl > .grid-col-lg-4 {
    width: calc((100% - 2 * 48px) / 12 * 4);
  }
  .gx-lg-xxl > .grid-col-lg-4,
  .g-lg-xxl > .grid-col-lg-4 {
    width: calc((100% - 2 * 48px) / 12 * 4);
  }
  .gx-xxxl > .grid-col-lg-4,
  .g-xxxl > .grid-col-lg-4 {
    width: calc((100% - 2 * 64px) / 12 * 4);
  }
  .gx-lg-xxxl > .grid-col-lg-4,
  .g-lg-xxxl > .grid-col-lg-4 {
    width: calc((100% - 2 * 64px) / 12 * 4);
  }
  .grid-col-lg-5 {
    width: 41.6666666667%;
  }
  .gx-none > .grid-col-lg-5,
  .g-none > .grid-col-lg-5 {
    width: calc((100% - 1 * 0) / 12 * 5);
  }
  .gx-lg-none > .grid-col-lg-5,
  .g-lg-none > .grid-col-lg-5 {
    width: calc((100% - 1 * 0) / 12 * 5);
  }
  .gx-xs > .grid-col-lg-5,
  .g-xs > .grid-col-lg-5 {
    width: calc((100% - 1 * 4px) / 12 * 5);
  }
  .gx-lg-xs > .grid-col-lg-5,
  .g-lg-xs > .grid-col-lg-5 {
    width: calc((100% - 1 * 4px) / 12 * 5);
  }
  .gx-sm > .grid-col-lg-5,
  .g-sm > .grid-col-lg-5 {
    width: calc((100% - 1 * 8px) / 12 * 5);
  }
  .gx-lg-sm > .grid-col-lg-5,
  .g-lg-sm > .grid-col-lg-5 {
    width: calc((100% - 1 * 8px) / 12 * 5);
  }
  .gx-md > .grid-col-lg-5,
  .g-md > .grid-col-lg-5 {
    width: calc((100% - 1 * 16px) / 12 * 5);
  }
  .gx-lg-md > .grid-col-lg-5,
  .g-lg-md > .grid-col-lg-5 {
    width: calc((100% - 1 * 16px) / 12 * 5);
  }
  .gx-lg > .grid-col-lg-5,
  .g-lg > .grid-col-lg-5 {
    width: calc((100% - 1 * 24px) / 12 * 5);
  }
  .gx-lg-lg > .grid-col-lg-5,
  .g-lg-lg > .grid-col-lg-5 {
    width: calc((100% - 1 * 24px) / 12 * 5);
  }
  .gx-xl > .grid-col-lg-5,
  .g-xl > .grid-col-lg-5 {
    width: calc((100% - 1 * 32px) / 12 * 5);
  }
  .gx-lg-xl > .grid-col-lg-5,
  .g-lg-xl > .grid-col-lg-5 {
    width: calc((100% - 1 * 32px) / 12 * 5);
  }
  .gx-xxl > .grid-col-lg-5,
  .g-xxl > .grid-col-lg-5 {
    width: calc((100% - 1 * 48px) / 12 * 5);
  }
  .gx-lg-xxl > .grid-col-lg-5,
  .g-lg-xxl > .grid-col-lg-5 {
    width: calc((100% - 1 * 48px) / 12 * 5);
  }
  .gx-xxxl > .grid-col-lg-5,
  .g-xxxl > .grid-col-lg-5 {
    width: calc((100% - 1 * 64px) / 12 * 5);
  }
  .gx-lg-xxxl > .grid-col-lg-5,
  .g-lg-xxxl > .grid-col-lg-5 {
    width: calc((100% - 1 * 64px) / 12 * 5);
  }
  .grid-col-lg-6 {
    width: 50%;
  }
  .gx-none > .grid-col-lg-6,
  .g-none > .grid-col-lg-6 {
    width: calc((100% - 1 * 0) / 12 * 6);
  }
  .gx-lg-none > .grid-col-lg-6,
  .g-lg-none > .grid-col-lg-6 {
    width: calc((100% - 1 * 0) / 12 * 6);
  }
  .gx-xs > .grid-col-lg-6,
  .g-xs > .grid-col-lg-6 {
    width: calc((100% - 1 * 4px) / 12 * 6);
  }
  .gx-lg-xs > .grid-col-lg-6,
  .g-lg-xs > .grid-col-lg-6 {
    width: calc((100% - 1 * 4px) / 12 * 6);
  }
  .gx-sm > .grid-col-lg-6,
  .g-sm > .grid-col-lg-6 {
    width: calc((100% - 1 * 8px) / 12 * 6);
  }
  .gx-lg-sm > .grid-col-lg-6,
  .g-lg-sm > .grid-col-lg-6 {
    width: calc((100% - 1 * 8px) / 12 * 6);
  }
  .gx-md > .grid-col-lg-6,
  .g-md > .grid-col-lg-6 {
    width: calc((100% - 1 * 16px) / 12 * 6);
  }
  .gx-lg-md > .grid-col-lg-6,
  .g-lg-md > .grid-col-lg-6 {
    width: calc((100% - 1 * 16px) / 12 * 6);
  }
  .gx-lg > .grid-col-lg-6,
  .g-lg > .grid-col-lg-6 {
    width: calc((100% - 1 * 24px) / 12 * 6);
  }
  .gx-lg-lg > .grid-col-lg-6,
  .g-lg-lg > .grid-col-lg-6 {
    width: calc((100% - 1 * 24px) / 12 * 6);
  }
  .gx-xl > .grid-col-lg-6,
  .g-xl > .grid-col-lg-6 {
    width: calc((100% - 1 * 32px) / 12 * 6);
  }
  .gx-lg-xl > .grid-col-lg-6,
  .g-lg-xl > .grid-col-lg-6 {
    width: calc((100% - 1 * 32px) / 12 * 6);
  }
  .gx-xxl > .grid-col-lg-6,
  .g-xxl > .grid-col-lg-6 {
    width: calc((100% - 1 * 48px) / 12 * 6);
  }
  .gx-lg-xxl > .grid-col-lg-6,
  .g-lg-xxl > .grid-col-lg-6 {
    width: calc((100% - 1 * 48px) / 12 * 6);
  }
  .gx-xxxl > .grid-col-lg-6,
  .g-xxxl > .grid-col-lg-6 {
    width: calc((100% - 1 * 64px) / 12 * 6);
  }
  .gx-lg-xxxl > .grid-col-lg-6,
  .g-lg-xxxl > .grid-col-lg-6 {
    width: calc((100% - 1 * 64px) / 12 * 6);
  }
  .grid-col-lg-7 {
    width: 58.3333333333%;
  }
  .gx-none > .grid-col-lg-7,
  .g-none > .grid-col-lg-7 {
    width: calc((100% - 0 * 0) / 12 * 7);
  }
  .gx-lg-none > .grid-col-lg-7,
  .g-lg-none > .grid-col-lg-7 {
    width: calc((100% - 0 * 0) / 12 * 7);
  }
  .gx-xs > .grid-col-lg-7,
  .g-xs > .grid-col-lg-7 {
    width: calc((100% - 0 * 4px) / 12 * 7);
  }
  .gx-lg-xs > .grid-col-lg-7,
  .g-lg-xs > .grid-col-lg-7 {
    width: calc((100% - 0 * 4px) / 12 * 7);
  }
  .gx-sm > .grid-col-lg-7,
  .g-sm > .grid-col-lg-7 {
    width: calc((100% - 0 * 8px) / 12 * 7);
  }
  .gx-lg-sm > .grid-col-lg-7,
  .g-lg-sm > .grid-col-lg-7 {
    width: calc((100% - 0 * 8px) / 12 * 7);
  }
  .gx-md > .grid-col-lg-7,
  .g-md > .grid-col-lg-7 {
    width: calc((100% - 0 * 16px) / 12 * 7);
  }
  .gx-lg-md > .grid-col-lg-7,
  .g-lg-md > .grid-col-lg-7 {
    width: calc((100% - 0 * 16px) / 12 * 7);
  }
  .gx-lg > .grid-col-lg-7,
  .g-lg > .grid-col-lg-7 {
    width: calc((100% - 0 * 24px) / 12 * 7);
  }
  .gx-lg-lg > .grid-col-lg-7,
  .g-lg-lg > .grid-col-lg-7 {
    width: calc((100% - 0 * 24px) / 12 * 7);
  }
  .gx-xl > .grid-col-lg-7,
  .g-xl > .grid-col-lg-7 {
    width: calc((100% - 0 * 32px) / 12 * 7);
  }
  .gx-lg-xl > .grid-col-lg-7,
  .g-lg-xl > .grid-col-lg-7 {
    width: calc((100% - 0 * 32px) / 12 * 7);
  }
  .gx-xxl > .grid-col-lg-7,
  .g-xxl > .grid-col-lg-7 {
    width: calc((100% - 0 * 48px) / 12 * 7);
  }
  .gx-lg-xxl > .grid-col-lg-7,
  .g-lg-xxl > .grid-col-lg-7 {
    width: calc((100% - 0 * 48px) / 12 * 7);
  }
  .gx-xxxl > .grid-col-lg-7,
  .g-xxxl > .grid-col-lg-7 {
    width: calc((100% - 0 * 64px) / 12 * 7);
  }
  .gx-lg-xxxl > .grid-col-lg-7,
  .g-lg-xxxl > .grid-col-lg-7 {
    width: calc((100% - 0 * 64px) / 12 * 7);
  }
  .grid-col-lg-8 {
    width: 66.6666666667%;
  }
  .gx-none > .grid-col-lg-8,
  .g-none > .grid-col-lg-8 {
    width: calc((100% - 0 * 0) / 12 * 8);
  }
  .gx-lg-none > .grid-col-lg-8,
  .g-lg-none > .grid-col-lg-8 {
    width: calc((100% - 0 * 0) / 12 * 8);
  }
  .gx-xs > .grid-col-lg-8,
  .g-xs > .grid-col-lg-8 {
    width: calc((100% - 0 * 4px) / 12 * 8);
  }
  .gx-lg-xs > .grid-col-lg-8,
  .g-lg-xs > .grid-col-lg-8 {
    width: calc((100% - 0 * 4px) / 12 * 8);
  }
  .gx-sm > .grid-col-lg-8,
  .g-sm > .grid-col-lg-8 {
    width: calc((100% - 0 * 8px) / 12 * 8);
  }
  .gx-lg-sm > .grid-col-lg-8,
  .g-lg-sm > .grid-col-lg-8 {
    width: calc((100% - 0 * 8px) / 12 * 8);
  }
  .gx-md > .grid-col-lg-8,
  .g-md > .grid-col-lg-8 {
    width: calc((100% - 0 * 16px) / 12 * 8);
  }
  .gx-lg-md > .grid-col-lg-8,
  .g-lg-md > .grid-col-lg-8 {
    width: calc((100% - 0 * 16px) / 12 * 8);
  }
  .gx-lg > .grid-col-lg-8,
  .g-lg > .grid-col-lg-8 {
    width: calc((100% - 0 * 24px) / 12 * 8);
  }
  .gx-lg-lg > .grid-col-lg-8,
  .g-lg-lg > .grid-col-lg-8 {
    width: calc((100% - 0 * 24px) / 12 * 8);
  }
  .gx-xl > .grid-col-lg-8,
  .g-xl > .grid-col-lg-8 {
    width: calc((100% - 0 * 32px) / 12 * 8);
  }
  .gx-lg-xl > .grid-col-lg-8,
  .g-lg-xl > .grid-col-lg-8 {
    width: calc((100% - 0 * 32px) / 12 * 8);
  }
  .gx-xxl > .grid-col-lg-8,
  .g-xxl > .grid-col-lg-8 {
    width: calc((100% - 0 * 48px) / 12 * 8);
  }
  .gx-lg-xxl > .grid-col-lg-8,
  .g-lg-xxl > .grid-col-lg-8 {
    width: calc((100% - 0 * 48px) / 12 * 8);
  }
  .gx-xxxl > .grid-col-lg-8,
  .g-xxxl > .grid-col-lg-8 {
    width: calc((100% - 0 * 64px) / 12 * 8);
  }
  .gx-lg-xxxl > .grid-col-lg-8,
  .g-lg-xxxl > .grid-col-lg-8 {
    width: calc((100% - 0 * 64px) / 12 * 8);
  }
  .grid-col-lg-9 {
    width: 75%;
  }
  .gx-none > .grid-col-lg-9,
  .g-none > .grid-col-lg-9 {
    width: calc((100% - 0 * 0) / 12 * 9);
  }
  .gx-lg-none > .grid-col-lg-9,
  .g-lg-none > .grid-col-lg-9 {
    width: calc((100% - 0 * 0) / 12 * 9);
  }
  .gx-xs > .grid-col-lg-9,
  .g-xs > .grid-col-lg-9 {
    width: calc((100% - 0 * 4px) / 12 * 9);
  }
  .gx-lg-xs > .grid-col-lg-9,
  .g-lg-xs > .grid-col-lg-9 {
    width: calc((100% - 0 * 4px) / 12 * 9);
  }
  .gx-sm > .grid-col-lg-9,
  .g-sm > .grid-col-lg-9 {
    width: calc((100% - 0 * 8px) / 12 * 9);
  }
  .gx-lg-sm > .grid-col-lg-9,
  .g-lg-sm > .grid-col-lg-9 {
    width: calc((100% - 0 * 8px) / 12 * 9);
  }
  .gx-md > .grid-col-lg-9,
  .g-md > .grid-col-lg-9 {
    width: calc((100% - 0 * 16px) / 12 * 9);
  }
  .gx-lg-md > .grid-col-lg-9,
  .g-lg-md > .grid-col-lg-9 {
    width: calc((100% - 0 * 16px) / 12 * 9);
  }
  .gx-lg > .grid-col-lg-9,
  .g-lg > .grid-col-lg-9 {
    width: calc((100% - 0 * 24px) / 12 * 9);
  }
  .gx-lg-lg > .grid-col-lg-9,
  .g-lg-lg > .grid-col-lg-9 {
    width: calc((100% - 0 * 24px) / 12 * 9);
  }
  .gx-xl > .grid-col-lg-9,
  .g-xl > .grid-col-lg-9 {
    width: calc((100% - 0 * 32px) / 12 * 9);
  }
  .gx-lg-xl > .grid-col-lg-9,
  .g-lg-xl > .grid-col-lg-9 {
    width: calc((100% - 0 * 32px) / 12 * 9);
  }
  .gx-xxl > .grid-col-lg-9,
  .g-xxl > .grid-col-lg-9 {
    width: calc((100% - 0 * 48px) / 12 * 9);
  }
  .gx-lg-xxl > .grid-col-lg-9,
  .g-lg-xxl > .grid-col-lg-9 {
    width: calc((100% - 0 * 48px) / 12 * 9);
  }
  .gx-xxxl > .grid-col-lg-9,
  .g-xxxl > .grid-col-lg-9 {
    width: calc((100% - 0 * 64px) / 12 * 9);
  }
  .gx-lg-xxxl > .grid-col-lg-9,
  .g-lg-xxxl > .grid-col-lg-9 {
    width: calc((100% - 0 * 64px) / 12 * 9);
  }
  .grid-col-lg-10 {
    width: 83.3333333333%;
  }
  .gx-none > .grid-col-lg-10,
  .g-none > .grid-col-lg-10 {
    width: calc((100% - 0 * 0) / 12 * 10);
  }
  .gx-lg-none > .grid-col-lg-10,
  .g-lg-none > .grid-col-lg-10 {
    width: calc((100% - 0 * 0) / 12 * 10);
  }
  .gx-xs > .grid-col-lg-10,
  .g-xs > .grid-col-lg-10 {
    width: calc((100% - 0 * 4px) / 12 * 10);
  }
  .gx-lg-xs > .grid-col-lg-10,
  .g-lg-xs > .grid-col-lg-10 {
    width: calc((100% - 0 * 4px) / 12 * 10);
  }
  .gx-sm > .grid-col-lg-10,
  .g-sm > .grid-col-lg-10 {
    width: calc((100% - 0 * 8px) / 12 * 10);
  }
  .gx-lg-sm > .grid-col-lg-10,
  .g-lg-sm > .grid-col-lg-10 {
    width: calc((100% - 0 * 8px) / 12 * 10);
  }
  .gx-md > .grid-col-lg-10,
  .g-md > .grid-col-lg-10 {
    width: calc((100% - 0 * 16px) / 12 * 10);
  }
  .gx-lg-md > .grid-col-lg-10,
  .g-lg-md > .grid-col-lg-10 {
    width: calc((100% - 0 * 16px) / 12 * 10);
  }
  .gx-lg > .grid-col-lg-10,
  .g-lg > .grid-col-lg-10 {
    width: calc((100% - 0 * 24px) / 12 * 10);
  }
  .gx-lg-lg > .grid-col-lg-10,
  .g-lg-lg > .grid-col-lg-10 {
    width: calc((100% - 0 * 24px) / 12 * 10);
  }
  .gx-xl > .grid-col-lg-10,
  .g-xl > .grid-col-lg-10 {
    width: calc((100% - 0 * 32px) / 12 * 10);
  }
  .gx-lg-xl > .grid-col-lg-10,
  .g-lg-xl > .grid-col-lg-10 {
    width: calc((100% - 0 * 32px) / 12 * 10);
  }
  .gx-xxl > .grid-col-lg-10,
  .g-xxl > .grid-col-lg-10 {
    width: calc((100% - 0 * 48px) / 12 * 10);
  }
  .gx-lg-xxl > .grid-col-lg-10,
  .g-lg-xxl > .grid-col-lg-10 {
    width: calc((100% - 0 * 48px) / 12 * 10);
  }
  .gx-xxxl > .grid-col-lg-10,
  .g-xxxl > .grid-col-lg-10 {
    width: calc((100% - 0 * 64px) / 12 * 10);
  }
  .gx-lg-xxxl > .grid-col-lg-10,
  .g-lg-xxxl > .grid-col-lg-10 {
    width: calc((100% - 0 * 64px) / 12 * 10);
  }
  .grid-col-lg-11 {
    width: 91.6666666667%;
  }
  .gx-none > .grid-col-lg-11,
  .g-none > .grid-col-lg-11 {
    width: calc((100% - 0 * 0) / 12 * 11);
  }
  .gx-lg-none > .grid-col-lg-11,
  .g-lg-none > .grid-col-lg-11 {
    width: calc((100% - 0 * 0) / 12 * 11);
  }
  .gx-xs > .grid-col-lg-11,
  .g-xs > .grid-col-lg-11 {
    width: calc((100% - 0 * 4px) / 12 * 11);
  }
  .gx-lg-xs > .grid-col-lg-11,
  .g-lg-xs > .grid-col-lg-11 {
    width: calc((100% - 0 * 4px) / 12 * 11);
  }
  .gx-sm > .grid-col-lg-11,
  .g-sm > .grid-col-lg-11 {
    width: calc((100% - 0 * 8px) / 12 * 11);
  }
  .gx-lg-sm > .grid-col-lg-11,
  .g-lg-sm > .grid-col-lg-11 {
    width: calc((100% - 0 * 8px) / 12 * 11);
  }
  .gx-md > .grid-col-lg-11,
  .g-md > .grid-col-lg-11 {
    width: calc((100% - 0 * 16px) / 12 * 11);
  }
  .gx-lg-md > .grid-col-lg-11,
  .g-lg-md > .grid-col-lg-11 {
    width: calc((100% - 0 * 16px) / 12 * 11);
  }
  .gx-lg > .grid-col-lg-11,
  .g-lg > .grid-col-lg-11 {
    width: calc((100% - 0 * 24px) / 12 * 11);
  }
  .gx-lg-lg > .grid-col-lg-11,
  .g-lg-lg > .grid-col-lg-11 {
    width: calc((100% - 0 * 24px) / 12 * 11);
  }
  .gx-xl > .grid-col-lg-11,
  .g-xl > .grid-col-lg-11 {
    width: calc((100% - 0 * 32px) / 12 * 11);
  }
  .gx-lg-xl > .grid-col-lg-11,
  .g-lg-xl > .grid-col-lg-11 {
    width: calc((100% - 0 * 32px) / 12 * 11);
  }
  .gx-xxl > .grid-col-lg-11,
  .g-xxl > .grid-col-lg-11 {
    width: calc((100% - 0 * 48px) / 12 * 11);
  }
  .gx-lg-xxl > .grid-col-lg-11,
  .g-lg-xxl > .grid-col-lg-11 {
    width: calc((100% - 0 * 48px) / 12 * 11);
  }
  .gx-xxxl > .grid-col-lg-11,
  .g-xxxl > .grid-col-lg-11 {
    width: calc((100% - 0 * 64px) / 12 * 11);
  }
  .gx-lg-xxxl > .grid-col-lg-11,
  .g-lg-xxxl > .grid-col-lg-11 {
    width: calc((100% - 0 * 64px) / 12 * 11);
  }
  .grid-col-lg-12 {
    width: 100%;
  }
  .gx-none > .grid-col-lg-12,
  .g-none > .grid-col-lg-12 {
    width: calc((100% - 0 * 0) / 12 * 12);
  }
  .gx-lg-none > .grid-col-lg-12,
  .g-lg-none > .grid-col-lg-12 {
    width: calc((100% - 0 * 0) / 12 * 12);
  }
  .gx-xs > .grid-col-lg-12,
  .g-xs > .grid-col-lg-12 {
    width: calc((100% - 0 * 4px) / 12 * 12);
  }
  .gx-lg-xs > .grid-col-lg-12,
  .g-lg-xs > .grid-col-lg-12 {
    width: calc((100% - 0 * 4px) / 12 * 12);
  }
  .gx-sm > .grid-col-lg-12,
  .g-sm > .grid-col-lg-12 {
    width: calc((100% - 0 * 8px) / 12 * 12);
  }
  .gx-lg-sm > .grid-col-lg-12,
  .g-lg-sm > .grid-col-lg-12 {
    width: calc((100% - 0 * 8px) / 12 * 12);
  }
  .gx-md > .grid-col-lg-12,
  .g-md > .grid-col-lg-12 {
    width: calc((100% - 0 * 16px) / 12 * 12);
  }
  .gx-lg-md > .grid-col-lg-12,
  .g-lg-md > .grid-col-lg-12 {
    width: calc((100% - 0 * 16px) / 12 * 12);
  }
  .gx-lg > .grid-col-lg-12,
  .g-lg > .grid-col-lg-12 {
    width: calc((100% - 0 * 24px) / 12 * 12);
  }
  .gx-lg-lg > .grid-col-lg-12,
  .g-lg-lg > .grid-col-lg-12 {
    width: calc((100% - 0 * 24px) / 12 * 12);
  }
  .gx-xl > .grid-col-lg-12,
  .g-xl > .grid-col-lg-12 {
    width: calc((100% - 0 * 32px) / 12 * 12);
  }
  .gx-lg-xl > .grid-col-lg-12,
  .g-lg-xl > .grid-col-lg-12 {
    width: calc((100% - 0 * 32px) / 12 * 12);
  }
  .gx-xxl > .grid-col-lg-12,
  .g-xxl > .grid-col-lg-12 {
    width: calc((100% - 0 * 48px) / 12 * 12);
  }
  .gx-lg-xxl > .grid-col-lg-12,
  .g-lg-xxl > .grid-col-lg-12 {
    width: calc((100% - 0 * 48px) / 12 * 12);
  }
  .gx-xxxl > .grid-col-lg-12,
  .g-xxxl > .grid-col-lg-12 {
    width: calc((100% - 0 * 64px) / 12 * 12);
  }
  .gx-lg-xxxl > .grid-col-lg-12,
  .g-lg-xxxl > .grid-col-lg-12 {
    width: calc((100% - 0 * 64px) / 12 * 12);
  }
  .grid-gap-lg-none {
    gap: 0 !important;
  }
  .grid-gap-x-lg-none {
    column-gap: 0 !important;
  }
  .grid-gap-y-lg-none {
    row-gap: 0 !important;
  }
  .grid-gap-lg-xs {
    gap: 4px !important;
  }
  .grid-gap-x-lg-xs {
    column-gap: 4px !important;
  }
  .grid-gap-y-lg-xs {
    row-gap: 4px !important;
  }
  .grid-gap-lg-sm {
    gap: 8px !important;
  }
  .grid-gap-x-lg-sm {
    column-gap: 8px !important;
  }
  .grid-gap-y-lg-sm {
    row-gap: 8px !important;
  }
  .grid-gap-lg-md {
    gap: 16px !important;
  }
  .grid-gap-x-lg-md {
    column-gap: 16px !important;
  }
  .grid-gap-y-lg-md {
    row-gap: 16px !important;
  }
  .grid-gap-lg-lg {
    gap: 24px !important;
  }
  .grid-gap-x-lg-lg {
    column-gap: 24px !important;
  }
  .grid-gap-y-lg-lg {
    row-gap: 24px !important;
  }
  .grid-gap-lg-xl {
    gap: 32px !important;
  }
  .grid-gap-x-lg-xl {
    column-gap: 32px !important;
  }
  .grid-gap-y-lg-xl {
    row-gap: 32px !important;
  }
  .grid-gap-lg-xxl {
    gap: 48px !important;
  }
  .grid-gap-x-lg-xxl {
    column-gap: 48px !important;
  }
  .grid-gap-y-lg-xxl {
    row-gap: 48px !important;
  }
  .grid-gap-lg-xxxl {
    gap: 64px !important;
  }
  .grid-gap-x-lg-xxxl {
    column-gap: 64px !important;
  }
  .grid-gap-y-lg-xxxl {
    row-gap: 64px !important;
  }
}
@media (min-width: 1200px) {
  .grid-col-xl {
    flex: 1 0 0%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .grid-col-xl-1 {
    width: 8.3333333333%;
  }
  .gx-none > .grid-col-xl-1,
  .g-none > .grid-col-xl-1 {
    width: calc((100% - 11 * 0) / 12 * 1);
  }
  .gx-xl-none > .grid-col-xl-1,
  .g-xl-none > .grid-col-xl-1 {
    width: calc((100% - 11 * 0) / 12 * 1);
  }
  .gx-xs > .grid-col-xl-1,
  .g-xs > .grid-col-xl-1 {
    width: calc((100% - 11 * 4px) / 12 * 1);
  }
  .gx-xl-xs > .grid-col-xl-1,
  .g-xl-xs > .grid-col-xl-1 {
    width: calc((100% - 11 * 4px) / 12 * 1);
  }
  .gx-sm > .grid-col-xl-1,
  .g-sm > .grid-col-xl-1 {
    width: calc((100% - 11 * 8px) / 12 * 1);
  }
  .gx-xl-sm > .grid-col-xl-1,
  .g-xl-sm > .grid-col-xl-1 {
    width: calc((100% - 11 * 8px) / 12 * 1);
  }
  .gx-md > .grid-col-xl-1,
  .g-md > .grid-col-xl-1 {
    width: calc((100% - 11 * 16px) / 12 * 1);
  }
  .gx-xl-md > .grid-col-xl-1,
  .g-xl-md > .grid-col-xl-1 {
    width: calc((100% - 11 * 16px) / 12 * 1);
  }
  .gx-lg > .grid-col-xl-1,
  .g-lg > .grid-col-xl-1 {
    width: calc((100% - 11 * 24px) / 12 * 1);
  }
  .gx-xl-lg > .grid-col-xl-1,
  .g-xl-lg > .grid-col-xl-1 {
    width: calc((100% - 11 * 24px) / 12 * 1);
  }
  .gx-xl > .grid-col-xl-1,
  .g-xl > .grid-col-xl-1 {
    width: calc((100% - 11 * 32px) / 12 * 1);
  }
  .gx-xl-xl > .grid-col-xl-1,
  .g-xl-xl > .grid-col-xl-1 {
    width: calc((100% - 11 * 32px) / 12 * 1);
  }
  .gx-xxl > .grid-col-xl-1,
  .g-xxl > .grid-col-xl-1 {
    width: calc((100% - 11 * 48px) / 12 * 1);
  }
  .gx-xl-xxl > .grid-col-xl-1,
  .g-xl-xxl > .grid-col-xl-1 {
    width: calc((100% - 11 * 48px) / 12 * 1);
  }
  .gx-xxxl > .grid-col-xl-1,
  .g-xxxl > .grid-col-xl-1 {
    width: calc((100% - 11 * 64px) / 12 * 1);
  }
  .gx-xl-xxxl > .grid-col-xl-1,
  .g-xl-xxxl > .grid-col-xl-1 {
    width: calc((100% - 11 * 64px) / 12 * 1);
  }
  .grid-col-xl-2 {
    width: 16.6666666667%;
  }
  .gx-none > .grid-col-xl-2,
  .g-none > .grid-col-xl-2 {
    width: calc((100% - 5 * 0) / 12 * 2);
  }
  .gx-xl-none > .grid-col-xl-2,
  .g-xl-none > .grid-col-xl-2 {
    width: calc((100% - 5 * 0) / 12 * 2);
  }
  .gx-xs > .grid-col-xl-2,
  .g-xs > .grid-col-xl-2 {
    width: calc((100% - 5 * 4px) / 12 * 2);
  }
  .gx-xl-xs > .grid-col-xl-2,
  .g-xl-xs > .grid-col-xl-2 {
    width: calc((100% - 5 * 4px) / 12 * 2);
  }
  .gx-sm > .grid-col-xl-2,
  .g-sm > .grid-col-xl-2 {
    width: calc((100% - 5 * 8px) / 12 * 2);
  }
  .gx-xl-sm > .grid-col-xl-2,
  .g-xl-sm > .grid-col-xl-2 {
    width: calc((100% - 5 * 8px) / 12 * 2);
  }
  .gx-md > .grid-col-xl-2,
  .g-md > .grid-col-xl-2 {
    width: calc((100% - 5 * 16px) / 12 * 2);
  }
  .gx-xl-md > .grid-col-xl-2,
  .g-xl-md > .grid-col-xl-2 {
    width: calc((100% - 5 * 16px) / 12 * 2);
  }
  .gx-lg > .grid-col-xl-2,
  .g-lg > .grid-col-xl-2 {
    width: calc((100% - 5 * 24px) / 12 * 2);
  }
  .gx-xl-lg > .grid-col-xl-2,
  .g-xl-lg > .grid-col-xl-2 {
    width: calc((100% - 5 * 24px) / 12 * 2);
  }
  .gx-xl > .grid-col-xl-2,
  .g-xl > .grid-col-xl-2 {
    width: calc((100% - 5 * 32px) / 12 * 2);
  }
  .gx-xl-xl > .grid-col-xl-2,
  .g-xl-xl > .grid-col-xl-2 {
    width: calc((100% - 5 * 32px) / 12 * 2);
  }
  .gx-xxl > .grid-col-xl-2,
  .g-xxl > .grid-col-xl-2 {
    width: calc((100% - 5 * 48px) / 12 * 2);
  }
  .gx-xl-xxl > .grid-col-xl-2,
  .g-xl-xxl > .grid-col-xl-2 {
    width: calc((100% - 5 * 48px) / 12 * 2);
  }
  .gx-xxxl > .grid-col-xl-2,
  .g-xxxl > .grid-col-xl-2 {
    width: calc((100% - 5 * 64px) / 12 * 2);
  }
  .gx-xl-xxxl > .grid-col-xl-2,
  .g-xl-xxxl > .grid-col-xl-2 {
    width: calc((100% - 5 * 64px) / 12 * 2);
  }
  .grid-col-xl-3 {
    width: 25%;
  }
  .gx-none > .grid-col-xl-3,
  .g-none > .grid-col-xl-3 {
    width: calc((100% - 3 * 0) / 12 * 3);
  }
  .gx-xl-none > .grid-col-xl-3,
  .g-xl-none > .grid-col-xl-3 {
    width: calc((100% - 3 * 0) / 12 * 3);
  }
  .gx-xs > .grid-col-xl-3,
  .g-xs > .grid-col-xl-3 {
    width: calc((100% - 3 * 4px) / 12 * 3);
  }
  .gx-xl-xs > .grid-col-xl-3,
  .g-xl-xs > .grid-col-xl-3 {
    width: calc((100% - 3 * 4px) / 12 * 3);
  }
  .gx-sm > .grid-col-xl-3,
  .g-sm > .grid-col-xl-3 {
    width: calc((100% - 3 * 8px) / 12 * 3);
  }
  .gx-xl-sm > .grid-col-xl-3,
  .g-xl-sm > .grid-col-xl-3 {
    width: calc((100% - 3 * 8px) / 12 * 3);
  }
  .gx-md > .grid-col-xl-3,
  .g-md > .grid-col-xl-3 {
    width: calc((100% - 3 * 16px) / 12 * 3);
  }
  .gx-xl-md > .grid-col-xl-3,
  .g-xl-md > .grid-col-xl-3 {
    width: calc((100% - 3 * 16px) / 12 * 3);
  }
  .gx-lg > .grid-col-xl-3,
  .g-lg > .grid-col-xl-3 {
    width: calc((100% - 3 * 24px) / 12 * 3);
  }
  .gx-xl-lg > .grid-col-xl-3,
  .g-xl-lg > .grid-col-xl-3 {
    width: calc((100% - 3 * 24px) / 12 * 3);
  }
  .gx-xl > .grid-col-xl-3,
  .g-xl > .grid-col-xl-3 {
    width: calc((100% - 3 * 32px) / 12 * 3);
  }
  .gx-xl-xl > .grid-col-xl-3,
  .g-xl-xl > .grid-col-xl-3 {
    width: calc((100% - 3 * 32px) / 12 * 3);
  }
  .gx-xxl > .grid-col-xl-3,
  .g-xxl > .grid-col-xl-3 {
    width: calc((100% - 3 * 48px) / 12 * 3);
  }
  .gx-xl-xxl > .grid-col-xl-3,
  .g-xl-xxl > .grid-col-xl-3 {
    width: calc((100% - 3 * 48px) / 12 * 3);
  }
  .gx-xxxl > .grid-col-xl-3,
  .g-xxxl > .grid-col-xl-3 {
    width: calc((100% - 3 * 64px) / 12 * 3);
  }
  .gx-xl-xxxl > .grid-col-xl-3,
  .g-xl-xxxl > .grid-col-xl-3 {
    width: calc((100% - 3 * 64px) / 12 * 3);
  }
  .grid-col-xl-4 {
    width: 33.3333333333%;
  }
  .gx-none > .grid-col-xl-4,
  .g-none > .grid-col-xl-4 {
    width: calc((100% - 2 * 0) / 12 * 4);
  }
  .gx-xl-none > .grid-col-xl-4,
  .g-xl-none > .grid-col-xl-4 {
    width: calc((100% - 2 * 0) / 12 * 4);
  }
  .gx-xs > .grid-col-xl-4,
  .g-xs > .grid-col-xl-4 {
    width: calc((100% - 2 * 4px) / 12 * 4);
  }
  .gx-xl-xs > .grid-col-xl-4,
  .g-xl-xs > .grid-col-xl-4 {
    width: calc((100% - 2 * 4px) / 12 * 4);
  }
  .gx-sm > .grid-col-xl-4,
  .g-sm > .grid-col-xl-4 {
    width: calc((100% - 2 * 8px) / 12 * 4);
  }
  .gx-xl-sm > .grid-col-xl-4,
  .g-xl-sm > .grid-col-xl-4 {
    width: calc((100% - 2 * 8px) / 12 * 4);
  }
  .gx-md > .grid-col-xl-4,
  .g-md > .grid-col-xl-4 {
    width: calc((100% - 2 * 16px) / 12 * 4);
  }
  .gx-xl-md > .grid-col-xl-4,
  .g-xl-md > .grid-col-xl-4 {
    width: calc((100% - 2 * 16px) / 12 * 4);
  }
  .gx-lg > .grid-col-xl-4,
  .g-lg > .grid-col-xl-4 {
    width: calc((100% - 2 * 24px) / 12 * 4);
  }
  .gx-xl-lg > .grid-col-xl-4,
  .g-xl-lg > .grid-col-xl-4 {
    width: calc((100% - 2 * 24px) / 12 * 4);
  }
  .gx-xl > .grid-col-xl-4,
  .g-xl > .grid-col-xl-4 {
    width: calc((100% - 2 * 32px) / 12 * 4);
  }
  .gx-xl-xl > .grid-col-xl-4,
  .g-xl-xl > .grid-col-xl-4 {
    width: calc((100% - 2 * 32px) / 12 * 4);
  }
  .gx-xxl > .grid-col-xl-4,
  .g-xxl > .grid-col-xl-4 {
    width: calc((100% - 2 * 48px) / 12 * 4);
  }
  .gx-xl-xxl > .grid-col-xl-4,
  .g-xl-xxl > .grid-col-xl-4 {
    width: calc((100% - 2 * 48px) / 12 * 4);
  }
  .gx-xxxl > .grid-col-xl-4,
  .g-xxxl > .grid-col-xl-4 {
    width: calc((100% - 2 * 64px) / 12 * 4);
  }
  .gx-xl-xxxl > .grid-col-xl-4,
  .g-xl-xxxl > .grid-col-xl-4 {
    width: calc((100% - 2 * 64px) / 12 * 4);
  }
  .grid-col-xl-5 {
    width: 41.6666666667%;
  }
  .gx-none > .grid-col-xl-5,
  .g-none > .grid-col-xl-5 {
    width: calc((100% - 1 * 0) / 12 * 5);
  }
  .gx-xl-none > .grid-col-xl-5,
  .g-xl-none > .grid-col-xl-5 {
    width: calc((100% - 1 * 0) / 12 * 5);
  }
  .gx-xs > .grid-col-xl-5,
  .g-xs > .grid-col-xl-5 {
    width: calc((100% - 1 * 4px) / 12 * 5);
  }
  .gx-xl-xs > .grid-col-xl-5,
  .g-xl-xs > .grid-col-xl-5 {
    width: calc((100% - 1 * 4px) / 12 * 5);
  }
  .gx-sm > .grid-col-xl-5,
  .g-sm > .grid-col-xl-5 {
    width: calc((100% - 1 * 8px) / 12 * 5);
  }
  .gx-xl-sm > .grid-col-xl-5,
  .g-xl-sm > .grid-col-xl-5 {
    width: calc((100% - 1 * 8px) / 12 * 5);
  }
  .gx-md > .grid-col-xl-5,
  .g-md > .grid-col-xl-5 {
    width: calc((100% - 1 * 16px) / 12 * 5);
  }
  .gx-xl-md > .grid-col-xl-5,
  .g-xl-md > .grid-col-xl-5 {
    width: calc((100% - 1 * 16px) / 12 * 5);
  }
  .gx-lg > .grid-col-xl-5,
  .g-lg > .grid-col-xl-5 {
    width: calc((100% - 1 * 24px) / 12 * 5);
  }
  .gx-xl-lg > .grid-col-xl-5,
  .g-xl-lg > .grid-col-xl-5 {
    width: calc((100% - 1 * 24px) / 12 * 5);
  }
  .gx-xl > .grid-col-xl-5,
  .g-xl > .grid-col-xl-5 {
    width: calc((100% - 1 * 32px) / 12 * 5);
  }
  .gx-xl-xl > .grid-col-xl-5,
  .g-xl-xl > .grid-col-xl-5 {
    width: calc((100% - 1 * 32px) / 12 * 5);
  }
  .gx-xxl > .grid-col-xl-5,
  .g-xxl > .grid-col-xl-5 {
    width: calc((100% - 1 * 48px) / 12 * 5);
  }
  .gx-xl-xxl > .grid-col-xl-5,
  .g-xl-xxl > .grid-col-xl-5 {
    width: calc((100% - 1 * 48px) / 12 * 5);
  }
  .gx-xxxl > .grid-col-xl-5,
  .g-xxxl > .grid-col-xl-5 {
    width: calc((100% - 1 * 64px) / 12 * 5);
  }
  .gx-xl-xxxl > .grid-col-xl-5,
  .g-xl-xxxl > .grid-col-xl-5 {
    width: calc((100% - 1 * 64px) / 12 * 5);
  }
  .grid-col-xl-6 {
    width: 50%;
  }
  .gx-none > .grid-col-xl-6,
  .g-none > .grid-col-xl-6 {
    width: calc((100% - 1 * 0) / 12 * 6);
  }
  .gx-xl-none > .grid-col-xl-6,
  .g-xl-none > .grid-col-xl-6 {
    width: calc((100% - 1 * 0) / 12 * 6);
  }
  .gx-xs > .grid-col-xl-6,
  .g-xs > .grid-col-xl-6 {
    width: calc((100% - 1 * 4px) / 12 * 6);
  }
  .gx-xl-xs > .grid-col-xl-6,
  .g-xl-xs > .grid-col-xl-6 {
    width: calc((100% - 1 * 4px) / 12 * 6);
  }
  .gx-sm > .grid-col-xl-6,
  .g-sm > .grid-col-xl-6 {
    width: calc((100% - 1 * 8px) / 12 * 6);
  }
  .gx-xl-sm > .grid-col-xl-6,
  .g-xl-sm > .grid-col-xl-6 {
    width: calc((100% - 1 * 8px) / 12 * 6);
  }
  .gx-md > .grid-col-xl-6,
  .g-md > .grid-col-xl-6 {
    width: calc((100% - 1 * 16px) / 12 * 6);
  }
  .gx-xl-md > .grid-col-xl-6,
  .g-xl-md > .grid-col-xl-6 {
    width: calc((100% - 1 * 16px) / 12 * 6);
  }
  .gx-lg > .grid-col-xl-6,
  .g-lg > .grid-col-xl-6 {
    width: calc((100% - 1 * 24px) / 12 * 6);
  }
  .gx-xl-lg > .grid-col-xl-6,
  .g-xl-lg > .grid-col-xl-6 {
    width: calc((100% - 1 * 24px) / 12 * 6);
  }
  .gx-xl > .grid-col-xl-6,
  .g-xl > .grid-col-xl-6 {
    width: calc((100% - 1 * 32px) / 12 * 6);
  }
  .gx-xl-xl > .grid-col-xl-6,
  .g-xl-xl > .grid-col-xl-6 {
    width: calc((100% - 1 * 32px) / 12 * 6);
  }
  .gx-xxl > .grid-col-xl-6,
  .g-xxl > .grid-col-xl-6 {
    width: calc((100% - 1 * 48px) / 12 * 6);
  }
  .gx-xl-xxl > .grid-col-xl-6,
  .g-xl-xxl > .grid-col-xl-6 {
    width: calc((100% - 1 * 48px) / 12 * 6);
  }
  .gx-xxxl > .grid-col-xl-6,
  .g-xxxl > .grid-col-xl-6 {
    width: calc((100% - 1 * 64px) / 12 * 6);
  }
  .gx-xl-xxxl > .grid-col-xl-6,
  .g-xl-xxxl > .grid-col-xl-6 {
    width: calc((100% - 1 * 64px) / 12 * 6);
  }
  .grid-col-xl-7 {
    width: 58.3333333333%;
  }
  .gx-none > .grid-col-xl-7,
  .g-none > .grid-col-xl-7 {
    width: calc((100% - 0 * 0) / 12 * 7);
  }
  .gx-xl-none > .grid-col-xl-7,
  .g-xl-none > .grid-col-xl-7 {
    width: calc((100% - 0 * 0) / 12 * 7);
  }
  .gx-xs > .grid-col-xl-7,
  .g-xs > .grid-col-xl-7 {
    width: calc((100% - 0 * 4px) / 12 * 7);
  }
  .gx-xl-xs > .grid-col-xl-7,
  .g-xl-xs > .grid-col-xl-7 {
    width: calc((100% - 0 * 4px) / 12 * 7);
  }
  .gx-sm > .grid-col-xl-7,
  .g-sm > .grid-col-xl-7 {
    width: calc((100% - 0 * 8px) / 12 * 7);
  }
  .gx-xl-sm > .grid-col-xl-7,
  .g-xl-sm > .grid-col-xl-7 {
    width: calc((100% - 0 * 8px) / 12 * 7);
  }
  .gx-md > .grid-col-xl-7,
  .g-md > .grid-col-xl-7 {
    width: calc((100% - 0 * 16px) / 12 * 7);
  }
  .gx-xl-md > .grid-col-xl-7,
  .g-xl-md > .grid-col-xl-7 {
    width: calc((100% - 0 * 16px) / 12 * 7);
  }
  .gx-lg > .grid-col-xl-7,
  .g-lg > .grid-col-xl-7 {
    width: calc((100% - 0 * 24px) / 12 * 7);
  }
  .gx-xl-lg > .grid-col-xl-7,
  .g-xl-lg > .grid-col-xl-7 {
    width: calc((100% - 0 * 24px) / 12 * 7);
  }
  .gx-xl > .grid-col-xl-7,
  .g-xl > .grid-col-xl-7 {
    width: calc((100% - 0 * 32px) / 12 * 7);
  }
  .gx-xl-xl > .grid-col-xl-7,
  .g-xl-xl > .grid-col-xl-7 {
    width: calc((100% - 0 * 32px) / 12 * 7);
  }
  .gx-xxl > .grid-col-xl-7,
  .g-xxl > .grid-col-xl-7 {
    width: calc((100% - 0 * 48px) / 12 * 7);
  }
  .gx-xl-xxl > .grid-col-xl-7,
  .g-xl-xxl > .grid-col-xl-7 {
    width: calc((100% - 0 * 48px) / 12 * 7);
  }
  .gx-xxxl > .grid-col-xl-7,
  .g-xxxl > .grid-col-xl-7 {
    width: calc((100% - 0 * 64px) / 12 * 7);
  }
  .gx-xl-xxxl > .grid-col-xl-7,
  .g-xl-xxxl > .grid-col-xl-7 {
    width: calc((100% - 0 * 64px) / 12 * 7);
  }
  .grid-col-xl-8 {
    width: 66.6666666667%;
  }
  .gx-none > .grid-col-xl-8,
  .g-none > .grid-col-xl-8 {
    width: calc((100% - 0 * 0) / 12 * 8);
  }
  .gx-xl-none > .grid-col-xl-8,
  .g-xl-none > .grid-col-xl-8 {
    width: calc((100% - 0 * 0) / 12 * 8);
  }
  .gx-xs > .grid-col-xl-8,
  .g-xs > .grid-col-xl-8 {
    width: calc((100% - 0 * 4px) / 12 * 8);
  }
  .gx-xl-xs > .grid-col-xl-8,
  .g-xl-xs > .grid-col-xl-8 {
    width: calc((100% - 0 * 4px) / 12 * 8);
  }
  .gx-sm > .grid-col-xl-8,
  .g-sm > .grid-col-xl-8 {
    width: calc((100% - 0 * 8px) / 12 * 8);
  }
  .gx-xl-sm > .grid-col-xl-8,
  .g-xl-sm > .grid-col-xl-8 {
    width: calc((100% - 0 * 8px) / 12 * 8);
  }
  .gx-md > .grid-col-xl-8,
  .g-md > .grid-col-xl-8 {
    width: calc((100% - 0 * 16px) / 12 * 8);
  }
  .gx-xl-md > .grid-col-xl-8,
  .g-xl-md > .grid-col-xl-8 {
    width: calc((100% - 0 * 16px) / 12 * 8);
  }
  .gx-lg > .grid-col-xl-8,
  .g-lg > .grid-col-xl-8 {
    width: calc((100% - 0 * 24px) / 12 * 8);
  }
  .gx-xl-lg > .grid-col-xl-8,
  .g-xl-lg > .grid-col-xl-8 {
    width: calc((100% - 0 * 24px) / 12 * 8);
  }
  .gx-xl > .grid-col-xl-8,
  .g-xl > .grid-col-xl-8 {
    width: calc((100% - 0 * 32px) / 12 * 8);
  }
  .gx-xl-xl > .grid-col-xl-8,
  .g-xl-xl > .grid-col-xl-8 {
    width: calc((100% - 0 * 32px) / 12 * 8);
  }
  .gx-xxl > .grid-col-xl-8,
  .g-xxl > .grid-col-xl-8 {
    width: calc((100% - 0 * 48px) / 12 * 8);
  }
  .gx-xl-xxl > .grid-col-xl-8,
  .g-xl-xxl > .grid-col-xl-8 {
    width: calc((100% - 0 * 48px) / 12 * 8);
  }
  .gx-xxxl > .grid-col-xl-8,
  .g-xxxl > .grid-col-xl-8 {
    width: calc((100% - 0 * 64px) / 12 * 8);
  }
  .gx-xl-xxxl > .grid-col-xl-8,
  .g-xl-xxxl > .grid-col-xl-8 {
    width: calc((100% - 0 * 64px) / 12 * 8);
  }
  .grid-col-xl-9 {
    width: 75%;
  }
  .gx-none > .grid-col-xl-9,
  .g-none > .grid-col-xl-9 {
    width: calc((100% - 0 * 0) / 12 * 9);
  }
  .gx-xl-none > .grid-col-xl-9,
  .g-xl-none > .grid-col-xl-9 {
    width: calc((100% - 0 * 0) / 12 * 9);
  }
  .gx-xs > .grid-col-xl-9,
  .g-xs > .grid-col-xl-9 {
    width: calc((100% - 0 * 4px) / 12 * 9);
  }
  .gx-xl-xs > .grid-col-xl-9,
  .g-xl-xs > .grid-col-xl-9 {
    width: calc((100% - 0 * 4px) / 12 * 9);
  }
  .gx-sm > .grid-col-xl-9,
  .g-sm > .grid-col-xl-9 {
    width: calc((100% - 0 * 8px) / 12 * 9);
  }
  .gx-xl-sm > .grid-col-xl-9,
  .g-xl-sm > .grid-col-xl-9 {
    width: calc((100% - 0 * 8px) / 12 * 9);
  }
  .gx-md > .grid-col-xl-9,
  .g-md > .grid-col-xl-9 {
    width: calc((100% - 0 * 16px) / 12 * 9);
  }
  .gx-xl-md > .grid-col-xl-9,
  .g-xl-md > .grid-col-xl-9 {
    width: calc((100% - 0 * 16px) / 12 * 9);
  }
  .gx-lg > .grid-col-xl-9,
  .g-lg > .grid-col-xl-9 {
    width: calc((100% - 0 * 24px) / 12 * 9);
  }
  .gx-xl-lg > .grid-col-xl-9,
  .g-xl-lg > .grid-col-xl-9 {
    width: calc((100% - 0 * 24px) / 12 * 9);
  }
  .gx-xl > .grid-col-xl-9,
  .g-xl > .grid-col-xl-9 {
    width: calc((100% - 0 * 32px) / 12 * 9);
  }
  .gx-xl-xl > .grid-col-xl-9,
  .g-xl-xl > .grid-col-xl-9 {
    width: calc((100% - 0 * 32px) / 12 * 9);
  }
  .gx-xxl > .grid-col-xl-9,
  .g-xxl > .grid-col-xl-9 {
    width: calc((100% - 0 * 48px) / 12 * 9);
  }
  .gx-xl-xxl > .grid-col-xl-9,
  .g-xl-xxl > .grid-col-xl-9 {
    width: calc((100% - 0 * 48px) / 12 * 9);
  }
  .gx-xxxl > .grid-col-xl-9,
  .g-xxxl > .grid-col-xl-9 {
    width: calc((100% - 0 * 64px) / 12 * 9);
  }
  .gx-xl-xxxl > .grid-col-xl-9,
  .g-xl-xxxl > .grid-col-xl-9 {
    width: calc((100% - 0 * 64px) / 12 * 9);
  }
  .grid-col-xl-10 {
    width: 83.3333333333%;
  }
  .gx-none > .grid-col-xl-10,
  .g-none > .grid-col-xl-10 {
    width: calc((100% - 0 * 0) / 12 * 10);
  }
  .gx-xl-none > .grid-col-xl-10,
  .g-xl-none > .grid-col-xl-10 {
    width: calc((100% - 0 * 0) / 12 * 10);
  }
  .gx-xs > .grid-col-xl-10,
  .g-xs > .grid-col-xl-10 {
    width: calc((100% - 0 * 4px) / 12 * 10);
  }
  .gx-xl-xs > .grid-col-xl-10,
  .g-xl-xs > .grid-col-xl-10 {
    width: calc((100% - 0 * 4px) / 12 * 10);
  }
  .gx-sm > .grid-col-xl-10,
  .g-sm > .grid-col-xl-10 {
    width: calc((100% - 0 * 8px) / 12 * 10);
  }
  .gx-xl-sm > .grid-col-xl-10,
  .g-xl-sm > .grid-col-xl-10 {
    width: calc((100% - 0 * 8px) / 12 * 10);
  }
  .gx-md > .grid-col-xl-10,
  .g-md > .grid-col-xl-10 {
    width: calc((100% - 0 * 16px) / 12 * 10);
  }
  .gx-xl-md > .grid-col-xl-10,
  .g-xl-md > .grid-col-xl-10 {
    width: calc((100% - 0 * 16px) / 12 * 10);
  }
  .gx-lg > .grid-col-xl-10,
  .g-lg > .grid-col-xl-10 {
    width: calc((100% - 0 * 24px) / 12 * 10);
  }
  .gx-xl-lg > .grid-col-xl-10,
  .g-xl-lg > .grid-col-xl-10 {
    width: calc((100% - 0 * 24px) / 12 * 10);
  }
  .gx-xl > .grid-col-xl-10,
  .g-xl > .grid-col-xl-10 {
    width: calc((100% - 0 * 32px) / 12 * 10);
  }
  .gx-xl-xl > .grid-col-xl-10,
  .g-xl-xl > .grid-col-xl-10 {
    width: calc((100% - 0 * 32px) / 12 * 10);
  }
  .gx-xxl > .grid-col-xl-10,
  .g-xxl > .grid-col-xl-10 {
    width: calc((100% - 0 * 48px) / 12 * 10);
  }
  .gx-xl-xxl > .grid-col-xl-10,
  .g-xl-xxl > .grid-col-xl-10 {
    width: calc((100% - 0 * 48px) / 12 * 10);
  }
  .gx-xxxl > .grid-col-xl-10,
  .g-xxxl > .grid-col-xl-10 {
    width: calc((100% - 0 * 64px) / 12 * 10);
  }
  .gx-xl-xxxl > .grid-col-xl-10,
  .g-xl-xxxl > .grid-col-xl-10 {
    width: calc((100% - 0 * 64px) / 12 * 10);
  }
  .grid-col-xl-11 {
    width: 91.6666666667%;
  }
  .gx-none > .grid-col-xl-11,
  .g-none > .grid-col-xl-11 {
    width: calc((100% - 0 * 0) / 12 * 11);
  }
  .gx-xl-none > .grid-col-xl-11,
  .g-xl-none > .grid-col-xl-11 {
    width: calc((100% - 0 * 0) / 12 * 11);
  }
  .gx-xs > .grid-col-xl-11,
  .g-xs > .grid-col-xl-11 {
    width: calc((100% - 0 * 4px) / 12 * 11);
  }
  .gx-xl-xs > .grid-col-xl-11,
  .g-xl-xs > .grid-col-xl-11 {
    width: calc((100% - 0 * 4px) / 12 * 11);
  }
  .gx-sm > .grid-col-xl-11,
  .g-sm > .grid-col-xl-11 {
    width: calc((100% - 0 * 8px) / 12 * 11);
  }
  .gx-xl-sm > .grid-col-xl-11,
  .g-xl-sm > .grid-col-xl-11 {
    width: calc((100% - 0 * 8px) / 12 * 11);
  }
  .gx-md > .grid-col-xl-11,
  .g-md > .grid-col-xl-11 {
    width: calc((100% - 0 * 16px) / 12 * 11);
  }
  .gx-xl-md > .grid-col-xl-11,
  .g-xl-md > .grid-col-xl-11 {
    width: calc((100% - 0 * 16px) / 12 * 11);
  }
  .gx-lg > .grid-col-xl-11,
  .g-lg > .grid-col-xl-11 {
    width: calc((100% - 0 * 24px) / 12 * 11);
  }
  .gx-xl-lg > .grid-col-xl-11,
  .g-xl-lg > .grid-col-xl-11 {
    width: calc((100% - 0 * 24px) / 12 * 11);
  }
  .gx-xl > .grid-col-xl-11,
  .g-xl > .grid-col-xl-11 {
    width: calc((100% - 0 * 32px) / 12 * 11);
  }
  .gx-xl-xl > .grid-col-xl-11,
  .g-xl-xl > .grid-col-xl-11 {
    width: calc((100% - 0 * 32px) / 12 * 11);
  }
  .gx-xxl > .grid-col-xl-11,
  .g-xxl > .grid-col-xl-11 {
    width: calc((100% - 0 * 48px) / 12 * 11);
  }
  .gx-xl-xxl > .grid-col-xl-11,
  .g-xl-xxl > .grid-col-xl-11 {
    width: calc((100% - 0 * 48px) / 12 * 11);
  }
  .gx-xxxl > .grid-col-xl-11,
  .g-xxxl > .grid-col-xl-11 {
    width: calc((100% - 0 * 64px) / 12 * 11);
  }
  .gx-xl-xxxl > .grid-col-xl-11,
  .g-xl-xxxl > .grid-col-xl-11 {
    width: calc((100% - 0 * 64px) / 12 * 11);
  }
  .grid-col-xl-12 {
    width: 100%;
  }
  .gx-none > .grid-col-xl-12,
  .g-none > .grid-col-xl-12 {
    width: calc((100% - 0 * 0) / 12 * 12);
  }
  .gx-xl-none > .grid-col-xl-12,
  .g-xl-none > .grid-col-xl-12 {
    width: calc((100% - 0 * 0) / 12 * 12);
  }
  .gx-xs > .grid-col-xl-12,
  .g-xs > .grid-col-xl-12 {
    width: calc((100% - 0 * 4px) / 12 * 12);
  }
  .gx-xl-xs > .grid-col-xl-12,
  .g-xl-xs > .grid-col-xl-12 {
    width: calc((100% - 0 * 4px) / 12 * 12);
  }
  .gx-sm > .grid-col-xl-12,
  .g-sm > .grid-col-xl-12 {
    width: calc((100% - 0 * 8px) / 12 * 12);
  }
  .gx-xl-sm > .grid-col-xl-12,
  .g-xl-sm > .grid-col-xl-12 {
    width: calc((100% - 0 * 8px) / 12 * 12);
  }
  .gx-md > .grid-col-xl-12,
  .g-md > .grid-col-xl-12 {
    width: calc((100% - 0 * 16px) / 12 * 12);
  }
  .gx-xl-md > .grid-col-xl-12,
  .g-xl-md > .grid-col-xl-12 {
    width: calc((100% - 0 * 16px) / 12 * 12);
  }
  .gx-lg > .grid-col-xl-12,
  .g-lg > .grid-col-xl-12 {
    width: calc((100% - 0 * 24px) / 12 * 12);
  }
  .gx-xl-lg > .grid-col-xl-12,
  .g-xl-lg > .grid-col-xl-12 {
    width: calc((100% - 0 * 24px) / 12 * 12);
  }
  .gx-xl > .grid-col-xl-12,
  .g-xl > .grid-col-xl-12 {
    width: calc((100% - 0 * 32px) / 12 * 12);
  }
  .gx-xl-xl > .grid-col-xl-12,
  .g-xl-xl > .grid-col-xl-12 {
    width: calc((100% - 0 * 32px) / 12 * 12);
  }
  .gx-xxl > .grid-col-xl-12,
  .g-xxl > .grid-col-xl-12 {
    width: calc((100% - 0 * 48px) / 12 * 12);
  }
  .gx-xl-xxl > .grid-col-xl-12,
  .g-xl-xxl > .grid-col-xl-12 {
    width: calc((100% - 0 * 48px) / 12 * 12);
  }
  .gx-xxxl > .grid-col-xl-12,
  .g-xxxl > .grid-col-xl-12 {
    width: calc((100% - 0 * 64px) / 12 * 12);
  }
  .gx-xl-xxxl > .grid-col-xl-12,
  .g-xl-xxxl > .grid-col-xl-12 {
    width: calc((100% - 0 * 64px) / 12 * 12);
  }
  .grid-gap-xl-none {
    gap: 0 !important;
  }
  .grid-gap-x-xl-none {
    column-gap: 0 !important;
  }
  .grid-gap-y-xl-none {
    row-gap: 0 !important;
  }
  .grid-gap-xl-xs {
    gap: 4px !important;
  }
  .grid-gap-x-xl-xs {
    column-gap: 4px !important;
  }
  .grid-gap-y-xl-xs {
    row-gap: 4px !important;
  }
  .grid-gap-xl-sm {
    gap: 8px !important;
  }
  .grid-gap-x-xl-sm {
    column-gap: 8px !important;
  }
  .grid-gap-y-xl-sm {
    row-gap: 8px !important;
  }
  .grid-gap-xl-md {
    gap: 16px !important;
  }
  .grid-gap-x-xl-md {
    column-gap: 16px !important;
  }
  .grid-gap-y-xl-md {
    row-gap: 16px !important;
  }
  .grid-gap-xl-lg {
    gap: 24px !important;
  }
  .grid-gap-x-xl-lg {
    column-gap: 24px !important;
  }
  .grid-gap-y-xl-lg {
    row-gap: 24px !important;
  }
  .grid-gap-xl-xl {
    gap: 32px !important;
  }
  .grid-gap-x-xl-xl {
    column-gap: 32px !important;
  }
  .grid-gap-y-xl-xl {
    row-gap: 32px !important;
  }
  .grid-gap-xl-xxl {
    gap: 48px !important;
  }
  .grid-gap-x-xl-xxl {
    column-gap: 48px !important;
  }
  .grid-gap-y-xl-xxl {
    row-gap: 48px !important;
  }
  .grid-gap-xl-xxxl {
    gap: 64px !important;
  }
  .grid-gap-x-xl-xxxl {
    column-gap: 64px !important;
  }
  .grid-gap-y-xl-xxxl {
    row-gap: 64px !important;
  }
}
@media (min-width: 1400px) {
  .grid-col-xxl {
    flex: 1 0 0%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .grid-col-xxl-1 {
    width: 8.3333333333%;
  }
  .gx-none > .grid-col-xxl-1,
  .g-none > .grid-col-xxl-1 {
    width: calc((100% - 11 * 0) / 12 * 1);
  }
  .gx-xxl-none > .grid-col-xxl-1,
  .g-xxl-none > .grid-col-xxl-1 {
    width: calc((100% - 11 * 0) / 12 * 1);
  }
  .gx-xs > .grid-col-xxl-1,
  .g-xs > .grid-col-xxl-1 {
    width: calc((100% - 11 * 4px) / 12 * 1);
  }
  .gx-xxl-xs > .grid-col-xxl-1,
  .g-xxl-xs > .grid-col-xxl-1 {
    width: calc((100% - 11 * 4px) / 12 * 1);
  }
  .gx-sm > .grid-col-xxl-1,
  .g-sm > .grid-col-xxl-1 {
    width: calc((100% - 11 * 8px) / 12 * 1);
  }
  .gx-xxl-sm > .grid-col-xxl-1,
  .g-xxl-sm > .grid-col-xxl-1 {
    width: calc((100% - 11 * 8px) / 12 * 1);
  }
  .gx-md > .grid-col-xxl-1,
  .g-md > .grid-col-xxl-1 {
    width: calc((100% - 11 * 16px) / 12 * 1);
  }
  .gx-xxl-md > .grid-col-xxl-1,
  .g-xxl-md > .grid-col-xxl-1 {
    width: calc((100% - 11 * 16px) / 12 * 1);
  }
  .gx-lg > .grid-col-xxl-1,
  .g-lg > .grid-col-xxl-1 {
    width: calc((100% - 11 * 24px) / 12 * 1);
  }
  .gx-xxl-lg > .grid-col-xxl-1,
  .g-xxl-lg > .grid-col-xxl-1 {
    width: calc((100% - 11 * 24px) / 12 * 1);
  }
  .gx-xl > .grid-col-xxl-1,
  .g-xl > .grid-col-xxl-1 {
    width: calc((100% - 11 * 32px) / 12 * 1);
  }
  .gx-xxl-xl > .grid-col-xxl-1,
  .g-xxl-xl > .grid-col-xxl-1 {
    width: calc((100% - 11 * 32px) / 12 * 1);
  }
  .gx-xxl > .grid-col-xxl-1,
  .g-xxl > .grid-col-xxl-1 {
    width: calc((100% - 11 * 48px) / 12 * 1);
  }
  .gx-xxl-xxl > .grid-col-xxl-1,
  .g-xxl-xxl > .grid-col-xxl-1 {
    width: calc((100% - 11 * 48px) / 12 * 1);
  }
  .gx-xxxl > .grid-col-xxl-1,
  .g-xxxl > .grid-col-xxl-1 {
    width: calc((100% - 11 * 64px) / 12 * 1);
  }
  .gx-xxl-xxxl > .grid-col-xxl-1,
  .g-xxl-xxxl > .grid-col-xxl-1 {
    width: calc((100% - 11 * 64px) / 12 * 1);
  }
  .grid-col-xxl-2 {
    width: 16.6666666667%;
  }
  .gx-none > .grid-col-xxl-2,
  .g-none > .grid-col-xxl-2 {
    width: calc((100% - 5 * 0) / 12 * 2);
  }
  .gx-xxl-none > .grid-col-xxl-2,
  .g-xxl-none > .grid-col-xxl-2 {
    width: calc((100% - 5 * 0) / 12 * 2);
  }
  .gx-xs > .grid-col-xxl-2,
  .g-xs > .grid-col-xxl-2 {
    width: calc((100% - 5 * 4px) / 12 * 2);
  }
  .gx-xxl-xs > .grid-col-xxl-2,
  .g-xxl-xs > .grid-col-xxl-2 {
    width: calc((100% - 5 * 4px) / 12 * 2);
  }
  .gx-sm > .grid-col-xxl-2,
  .g-sm > .grid-col-xxl-2 {
    width: calc((100% - 5 * 8px) / 12 * 2);
  }
  .gx-xxl-sm > .grid-col-xxl-2,
  .g-xxl-sm > .grid-col-xxl-2 {
    width: calc((100% - 5 * 8px) / 12 * 2);
  }
  .gx-md > .grid-col-xxl-2,
  .g-md > .grid-col-xxl-2 {
    width: calc((100% - 5 * 16px) / 12 * 2);
  }
  .gx-xxl-md > .grid-col-xxl-2,
  .g-xxl-md > .grid-col-xxl-2 {
    width: calc((100% - 5 * 16px) / 12 * 2);
  }
  .gx-lg > .grid-col-xxl-2,
  .g-lg > .grid-col-xxl-2 {
    width: calc((100% - 5 * 24px) / 12 * 2);
  }
  .gx-xxl-lg > .grid-col-xxl-2,
  .g-xxl-lg > .grid-col-xxl-2 {
    width: calc((100% - 5 * 24px) / 12 * 2);
  }
  .gx-xl > .grid-col-xxl-2,
  .g-xl > .grid-col-xxl-2 {
    width: calc((100% - 5 * 32px) / 12 * 2);
  }
  .gx-xxl-xl > .grid-col-xxl-2,
  .g-xxl-xl > .grid-col-xxl-2 {
    width: calc((100% - 5 * 32px) / 12 * 2);
  }
  .gx-xxl > .grid-col-xxl-2,
  .g-xxl > .grid-col-xxl-2 {
    width: calc((100% - 5 * 48px) / 12 * 2);
  }
  .gx-xxl-xxl > .grid-col-xxl-2,
  .g-xxl-xxl > .grid-col-xxl-2 {
    width: calc((100% - 5 * 48px) / 12 * 2);
  }
  .gx-xxxl > .grid-col-xxl-2,
  .g-xxxl > .grid-col-xxl-2 {
    width: calc((100% - 5 * 64px) / 12 * 2);
  }
  .gx-xxl-xxxl > .grid-col-xxl-2,
  .g-xxl-xxxl > .grid-col-xxl-2 {
    width: calc((100% - 5 * 64px) / 12 * 2);
  }
  .grid-col-xxl-3 {
    width: 25%;
  }
  .gx-none > .grid-col-xxl-3,
  .g-none > .grid-col-xxl-3 {
    width: calc((100% - 3 * 0) / 12 * 3);
  }
  .gx-xxl-none > .grid-col-xxl-3,
  .g-xxl-none > .grid-col-xxl-3 {
    width: calc((100% - 3 * 0) / 12 * 3);
  }
  .gx-xs > .grid-col-xxl-3,
  .g-xs > .grid-col-xxl-3 {
    width: calc((100% - 3 * 4px) / 12 * 3);
  }
  .gx-xxl-xs > .grid-col-xxl-3,
  .g-xxl-xs > .grid-col-xxl-3 {
    width: calc((100% - 3 * 4px) / 12 * 3);
  }
  .gx-sm > .grid-col-xxl-3,
  .g-sm > .grid-col-xxl-3 {
    width: calc((100% - 3 * 8px) / 12 * 3);
  }
  .gx-xxl-sm > .grid-col-xxl-3,
  .g-xxl-sm > .grid-col-xxl-3 {
    width: calc((100% - 3 * 8px) / 12 * 3);
  }
  .gx-md > .grid-col-xxl-3,
  .g-md > .grid-col-xxl-3 {
    width: calc((100% - 3 * 16px) / 12 * 3);
  }
  .gx-xxl-md > .grid-col-xxl-3,
  .g-xxl-md > .grid-col-xxl-3 {
    width: calc((100% - 3 * 16px) / 12 * 3);
  }
  .gx-lg > .grid-col-xxl-3,
  .g-lg > .grid-col-xxl-3 {
    width: calc((100% - 3 * 24px) / 12 * 3);
  }
  .gx-xxl-lg > .grid-col-xxl-3,
  .g-xxl-lg > .grid-col-xxl-3 {
    width: calc((100% - 3 * 24px) / 12 * 3);
  }
  .gx-xl > .grid-col-xxl-3,
  .g-xl > .grid-col-xxl-3 {
    width: calc((100% - 3 * 32px) / 12 * 3);
  }
  .gx-xxl-xl > .grid-col-xxl-3,
  .g-xxl-xl > .grid-col-xxl-3 {
    width: calc((100% - 3 * 32px) / 12 * 3);
  }
  .gx-xxl > .grid-col-xxl-3,
  .g-xxl > .grid-col-xxl-3 {
    width: calc((100% - 3 * 48px) / 12 * 3);
  }
  .gx-xxl-xxl > .grid-col-xxl-3,
  .g-xxl-xxl > .grid-col-xxl-3 {
    width: calc((100% - 3 * 48px) / 12 * 3);
  }
  .gx-xxxl > .grid-col-xxl-3,
  .g-xxxl > .grid-col-xxl-3 {
    width: calc((100% - 3 * 64px) / 12 * 3);
  }
  .gx-xxl-xxxl > .grid-col-xxl-3,
  .g-xxl-xxxl > .grid-col-xxl-3 {
    width: calc((100% - 3 * 64px) / 12 * 3);
  }
  .grid-col-xxl-4 {
    width: 33.3333333333%;
  }
  .gx-none > .grid-col-xxl-4,
  .g-none > .grid-col-xxl-4 {
    width: calc((100% - 2 * 0) / 12 * 4);
  }
  .gx-xxl-none > .grid-col-xxl-4,
  .g-xxl-none > .grid-col-xxl-4 {
    width: calc((100% - 2 * 0) / 12 * 4);
  }
  .gx-xs > .grid-col-xxl-4,
  .g-xs > .grid-col-xxl-4 {
    width: calc((100% - 2 * 4px) / 12 * 4);
  }
  .gx-xxl-xs > .grid-col-xxl-4,
  .g-xxl-xs > .grid-col-xxl-4 {
    width: calc((100% - 2 * 4px) / 12 * 4);
  }
  .gx-sm > .grid-col-xxl-4,
  .g-sm > .grid-col-xxl-4 {
    width: calc((100% - 2 * 8px) / 12 * 4);
  }
  .gx-xxl-sm > .grid-col-xxl-4,
  .g-xxl-sm > .grid-col-xxl-4 {
    width: calc((100% - 2 * 8px) / 12 * 4);
  }
  .gx-md > .grid-col-xxl-4,
  .g-md > .grid-col-xxl-4 {
    width: calc((100% - 2 * 16px) / 12 * 4);
  }
  .gx-xxl-md > .grid-col-xxl-4,
  .g-xxl-md > .grid-col-xxl-4 {
    width: calc((100% - 2 * 16px) / 12 * 4);
  }
  .gx-lg > .grid-col-xxl-4,
  .g-lg > .grid-col-xxl-4 {
    width: calc((100% - 2 * 24px) / 12 * 4);
  }
  .gx-xxl-lg > .grid-col-xxl-4,
  .g-xxl-lg > .grid-col-xxl-4 {
    width: calc((100% - 2 * 24px) / 12 * 4);
  }
  .gx-xl > .grid-col-xxl-4,
  .g-xl > .grid-col-xxl-4 {
    width: calc((100% - 2 * 32px) / 12 * 4);
  }
  .gx-xxl-xl > .grid-col-xxl-4,
  .g-xxl-xl > .grid-col-xxl-4 {
    width: calc((100% - 2 * 32px) / 12 * 4);
  }
  .gx-xxl > .grid-col-xxl-4,
  .g-xxl > .grid-col-xxl-4 {
    width: calc((100% - 2 * 48px) / 12 * 4);
  }
  .gx-xxl-xxl > .grid-col-xxl-4,
  .g-xxl-xxl > .grid-col-xxl-4 {
    width: calc((100% - 2 * 48px) / 12 * 4);
  }
  .gx-xxxl > .grid-col-xxl-4,
  .g-xxxl > .grid-col-xxl-4 {
    width: calc((100% - 2 * 64px) / 12 * 4);
  }
  .gx-xxl-xxxl > .grid-col-xxl-4,
  .g-xxl-xxxl > .grid-col-xxl-4 {
    width: calc((100% - 2 * 64px) / 12 * 4);
  }
  .grid-col-xxl-5 {
    width: 41.6666666667%;
  }
  .gx-none > .grid-col-xxl-5,
  .g-none > .grid-col-xxl-5 {
    width: calc((100% - 1 * 0) / 12 * 5);
  }
  .gx-xxl-none > .grid-col-xxl-5,
  .g-xxl-none > .grid-col-xxl-5 {
    width: calc((100% - 1 * 0) / 12 * 5);
  }
  .gx-xs > .grid-col-xxl-5,
  .g-xs > .grid-col-xxl-5 {
    width: calc((100% - 1 * 4px) / 12 * 5);
  }
  .gx-xxl-xs > .grid-col-xxl-5,
  .g-xxl-xs > .grid-col-xxl-5 {
    width: calc((100% - 1 * 4px) / 12 * 5);
  }
  .gx-sm > .grid-col-xxl-5,
  .g-sm > .grid-col-xxl-5 {
    width: calc((100% - 1 * 8px) / 12 * 5);
  }
  .gx-xxl-sm > .grid-col-xxl-5,
  .g-xxl-sm > .grid-col-xxl-5 {
    width: calc((100% - 1 * 8px) / 12 * 5);
  }
  .gx-md > .grid-col-xxl-5,
  .g-md > .grid-col-xxl-5 {
    width: calc((100% - 1 * 16px) / 12 * 5);
  }
  .gx-xxl-md > .grid-col-xxl-5,
  .g-xxl-md > .grid-col-xxl-5 {
    width: calc((100% - 1 * 16px) / 12 * 5);
  }
  .gx-lg > .grid-col-xxl-5,
  .g-lg > .grid-col-xxl-5 {
    width: calc((100% - 1 * 24px) / 12 * 5);
  }
  .gx-xxl-lg > .grid-col-xxl-5,
  .g-xxl-lg > .grid-col-xxl-5 {
    width: calc((100% - 1 * 24px) / 12 * 5);
  }
  .gx-xl > .grid-col-xxl-5,
  .g-xl > .grid-col-xxl-5 {
    width: calc((100% - 1 * 32px) / 12 * 5);
  }
  .gx-xxl-xl > .grid-col-xxl-5,
  .g-xxl-xl > .grid-col-xxl-5 {
    width: calc((100% - 1 * 32px) / 12 * 5);
  }
  .gx-xxl > .grid-col-xxl-5,
  .g-xxl > .grid-col-xxl-5 {
    width: calc((100% - 1 * 48px) / 12 * 5);
  }
  .gx-xxl-xxl > .grid-col-xxl-5,
  .g-xxl-xxl > .grid-col-xxl-5 {
    width: calc((100% - 1 * 48px) / 12 * 5);
  }
  .gx-xxxl > .grid-col-xxl-5,
  .g-xxxl > .grid-col-xxl-5 {
    width: calc((100% - 1 * 64px) / 12 * 5);
  }
  .gx-xxl-xxxl > .grid-col-xxl-5,
  .g-xxl-xxxl > .grid-col-xxl-5 {
    width: calc((100% - 1 * 64px) / 12 * 5);
  }
  .grid-col-xxl-6 {
    width: 50%;
  }
  .gx-none > .grid-col-xxl-6,
  .g-none > .grid-col-xxl-6 {
    width: calc((100% - 1 * 0) / 12 * 6);
  }
  .gx-xxl-none > .grid-col-xxl-6,
  .g-xxl-none > .grid-col-xxl-6 {
    width: calc((100% - 1 * 0) / 12 * 6);
  }
  .gx-xs > .grid-col-xxl-6,
  .g-xs > .grid-col-xxl-6 {
    width: calc((100% - 1 * 4px) / 12 * 6);
  }
  .gx-xxl-xs > .grid-col-xxl-6,
  .g-xxl-xs > .grid-col-xxl-6 {
    width: calc((100% - 1 * 4px) / 12 * 6);
  }
  .gx-sm > .grid-col-xxl-6,
  .g-sm > .grid-col-xxl-6 {
    width: calc((100% - 1 * 8px) / 12 * 6);
  }
  .gx-xxl-sm > .grid-col-xxl-6,
  .g-xxl-sm > .grid-col-xxl-6 {
    width: calc((100% - 1 * 8px) / 12 * 6);
  }
  .gx-md > .grid-col-xxl-6,
  .g-md > .grid-col-xxl-6 {
    width: calc((100% - 1 * 16px) / 12 * 6);
  }
  .gx-xxl-md > .grid-col-xxl-6,
  .g-xxl-md > .grid-col-xxl-6 {
    width: calc((100% - 1 * 16px) / 12 * 6);
  }
  .gx-lg > .grid-col-xxl-6,
  .g-lg > .grid-col-xxl-6 {
    width: calc((100% - 1 * 24px) / 12 * 6);
  }
  .gx-xxl-lg > .grid-col-xxl-6,
  .g-xxl-lg > .grid-col-xxl-6 {
    width: calc((100% - 1 * 24px) / 12 * 6);
  }
  .gx-xl > .grid-col-xxl-6,
  .g-xl > .grid-col-xxl-6 {
    width: calc((100% - 1 * 32px) / 12 * 6);
  }
  .gx-xxl-xl > .grid-col-xxl-6,
  .g-xxl-xl > .grid-col-xxl-6 {
    width: calc((100% - 1 * 32px) / 12 * 6);
  }
  .gx-xxl > .grid-col-xxl-6,
  .g-xxl > .grid-col-xxl-6 {
    width: calc((100% - 1 * 48px) / 12 * 6);
  }
  .gx-xxl-xxl > .grid-col-xxl-6,
  .g-xxl-xxl > .grid-col-xxl-6 {
    width: calc((100% - 1 * 48px) / 12 * 6);
  }
  .gx-xxxl > .grid-col-xxl-6,
  .g-xxxl > .grid-col-xxl-6 {
    width: calc((100% - 1 * 64px) / 12 * 6);
  }
  .gx-xxl-xxxl > .grid-col-xxl-6,
  .g-xxl-xxxl > .grid-col-xxl-6 {
    width: calc((100% - 1 * 64px) / 12 * 6);
  }
  .grid-col-xxl-7 {
    width: 58.3333333333%;
  }
  .gx-none > .grid-col-xxl-7,
  .g-none > .grid-col-xxl-7 {
    width: calc((100% - 0 * 0) / 12 * 7);
  }
  .gx-xxl-none > .grid-col-xxl-7,
  .g-xxl-none > .grid-col-xxl-7 {
    width: calc((100% - 0 * 0) / 12 * 7);
  }
  .gx-xs > .grid-col-xxl-7,
  .g-xs > .grid-col-xxl-7 {
    width: calc((100% - 0 * 4px) / 12 * 7);
  }
  .gx-xxl-xs > .grid-col-xxl-7,
  .g-xxl-xs > .grid-col-xxl-7 {
    width: calc((100% - 0 * 4px) / 12 * 7);
  }
  .gx-sm > .grid-col-xxl-7,
  .g-sm > .grid-col-xxl-7 {
    width: calc((100% - 0 * 8px) / 12 * 7);
  }
  .gx-xxl-sm > .grid-col-xxl-7,
  .g-xxl-sm > .grid-col-xxl-7 {
    width: calc((100% - 0 * 8px) / 12 * 7);
  }
  .gx-md > .grid-col-xxl-7,
  .g-md > .grid-col-xxl-7 {
    width: calc((100% - 0 * 16px) / 12 * 7);
  }
  .gx-xxl-md > .grid-col-xxl-7,
  .g-xxl-md > .grid-col-xxl-7 {
    width: calc((100% - 0 * 16px) / 12 * 7);
  }
  .gx-lg > .grid-col-xxl-7,
  .g-lg > .grid-col-xxl-7 {
    width: calc((100% - 0 * 24px) / 12 * 7);
  }
  .gx-xxl-lg > .grid-col-xxl-7,
  .g-xxl-lg > .grid-col-xxl-7 {
    width: calc((100% - 0 * 24px) / 12 * 7);
  }
  .gx-xl > .grid-col-xxl-7,
  .g-xl > .grid-col-xxl-7 {
    width: calc((100% - 0 * 32px) / 12 * 7);
  }
  .gx-xxl-xl > .grid-col-xxl-7,
  .g-xxl-xl > .grid-col-xxl-7 {
    width: calc((100% - 0 * 32px) / 12 * 7);
  }
  .gx-xxl > .grid-col-xxl-7,
  .g-xxl > .grid-col-xxl-7 {
    width: calc((100% - 0 * 48px) / 12 * 7);
  }
  .gx-xxl-xxl > .grid-col-xxl-7,
  .g-xxl-xxl > .grid-col-xxl-7 {
    width: calc((100% - 0 * 48px) / 12 * 7);
  }
  .gx-xxxl > .grid-col-xxl-7,
  .g-xxxl > .grid-col-xxl-7 {
    width: calc((100% - 0 * 64px) / 12 * 7);
  }
  .gx-xxl-xxxl > .grid-col-xxl-7,
  .g-xxl-xxxl > .grid-col-xxl-7 {
    width: calc((100% - 0 * 64px) / 12 * 7);
  }
  .grid-col-xxl-8 {
    width: 66.6666666667%;
  }
  .gx-none > .grid-col-xxl-8,
  .g-none > .grid-col-xxl-8 {
    width: calc((100% - 0 * 0) / 12 * 8);
  }
  .gx-xxl-none > .grid-col-xxl-8,
  .g-xxl-none > .grid-col-xxl-8 {
    width: calc((100% - 0 * 0) / 12 * 8);
  }
  .gx-xs > .grid-col-xxl-8,
  .g-xs > .grid-col-xxl-8 {
    width: calc((100% - 0 * 4px) / 12 * 8);
  }
  .gx-xxl-xs > .grid-col-xxl-8,
  .g-xxl-xs > .grid-col-xxl-8 {
    width: calc((100% - 0 * 4px) / 12 * 8);
  }
  .gx-sm > .grid-col-xxl-8,
  .g-sm > .grid-col-xxl-8 {
    width: calc((100% - 0 * 8px) / 12 * 8);
  }
  .gx-xxl-sm > .grid-col-xxl-8,
  .g-xxl-sm > .grid-col-xxl-8 {
    width: calc((100% - 0 * 8px) / 12 * 8);
  }
  .gx-md > .grid-col-xxl-8,
  .g-md > .grid-col-xxl-8 {
    width: calc((100% - 0 * 16px) / 12 * 8);
  }
  .gx-xxl-md > .grid-col-xxl-8,
  .g-xxl-md > .grid-col-xxl-8 {
    width: calc((100% - 0 * 16px) / 12 * 8);
  }
  .gx-lg > .grid-col-xxl-8,
  .g-lg > .grid-col-xxl-8 {
    width: calc((100% - 0 * 24px) / 12 * 8);
  }
  .gx-xxl-lg > .grid-col-xxl-8,
  .g-xxl-lg > .grid-col-xxl-8 {
    width: calc((100% - 0 * 24px) / 12 * 8);
  }
  .gx-xl > .grid-col-xxl-8,
  .g-xl > .grid-col-xxl-8 {
    width: calc((100% - 0 * 32px) / 12 * 8);
  }
  .gx-xxl-xl > .grid-col-xxl-8,
  .g-xxl-xl > .grid-col-xxl-8 {
    width: calc((100% - 0 * 32px) / 12 * 8);
  }
  .gx-xxl > .grid-col-xxl-8,
  .g-xxl > .grid-col-xxl-8 {
    width: calc((100% - 0 * 48px) / 12 * 8);
  }
  .gx-xxl-xxl > .grid-col-xxl-8,
  .g-xxl-xxl > .grid-col-xxl-8 {
    width: calc((100% - 0 * 48px) / 12 * 8);
  }
  .gx-xxxl > .grid-col-xxl-8,
  .g-xxxl > .grid-col-xxl-8 {
    width: calc((100% - 0 * 64px) / 12 * 8);
  }
  .gx-xxl-xxxl > .grid-col-xxl-8,
  .g-xxl-xxxl > .grid-col-xxl-8 {
    width: calc((100% - 0 * 64px) / 12 * 8);
  }
  .grid-col-xxl-9 {
    width: 75%;
  }
  .gx-none > .grid-col-xxl-9,
  .g-none > .grid-col-xxl-9 {
    width: calc((100% - 0 * 0) / 12 * 9);
  }
  .gx-xxl-none > .grid-col-xxl-9,
  .g-xxl-none > .grid-col-xxl-9 {
    width: calc((100% - 0 * 0) / 12 * 9);
  }
  .gx-xs > .grid-col-xxl-9,
  .g-xs > .grid-col-xxl-9 {
    width: calc((100% - 0 * 4px) / 12 * 9);
  }
  .gx-xxl-xs > .grid-col-xxl-9,
  .g-xxl-xs > .grid-col-xxl-9 {
    width: calc((100% - 0 * 4px) / 12 * 9);
  }
  .gx-sm > .grid-col-xxl-9,
  .g-sm > .grid-col-xxl-9 {
    width: calc((100% - 0 * 8px) / 12 * 9);
  }
  .gx-xxl-sm > .grid-col-xxl-9,
  .g-xxl-sm > .grid-col-xxl-9 {
    width: calc((100% - 0 * 8px) / 12 * 9);
  }
  .gx-md > .grid-col-xxl-9,
  .g-md > .grid-col-xxl-9 {
    width: calc((100% - 0 * 16px) / 12 * 9);
  }
  .gx-xxl-md > .grid-col-xxl-9,
  .g-xxl-md > .grid-col-xxl-9 {
    width: calc((100% - 0 * 16px) / 12 * 9);
  }
  .gx-lg > .grid-col-xxl-9,
  .g-lg > .grid-col-xxl-9 {
    width: calc((100% - 0 * 24px) / 12 * 9);
  }
  .gx-xxl-lg > .grid-col-xxl-9,
  .g-xxl-lg > .grid-col-xxl-9 {
    width: calc((100% - 0 * 24px) / 12 * 9);
  }
  .gx-xl > .grid-col-xxl-9,
  .g-xl > .grid-col-xxl-9 {
    width: calc((100% - 0 * 32px) / 12 * 9);
  }
  .gx-xxl-xl > .grid-col-xxl-9,
  .g-xxl-xl > .grid-col-xxl-9 {
    width: calc((100% - 0 * 32px) / 12 * 9);
  }
  .gx-xxl > .grid-col-xxl-9,
  .g-xxl > .grid-col-xxl-9 {
    width: calc((100% - 0 * 48px) / 12 * 9);
  }
  .gx-xxl-xxl > .grid-col-xxl-9,
  .g-xxl-xxl > .grid-col-xxl-9 {
    width: calc((100% - 0 * 48px) / 12 * 9);
  }
  .gx-xxxl > .grid-col-xxl-9,
  .g-xxxl > .grid-col-xxl-9 {
    width: calc((100% - 0 * 64px) / 12 * 9);
  }
  .gx-xxl-xxxl > .grid-col-xxl-9,
  .g-xxl-xxxl > .grid-col-xxl-9 {
    width: calc((100% - 0 * 64px) / 12 * 9);
  }
  .grid-col-xxl-10 {
    width: 83.3333333333%;
  }
  .gx-none > .grid-col-xxl-10,
  .g-none > .grid-col-xxl-10 {
    width: calc((100% - 0 * 0) / 12 * 10);
  }
  .gx-xxl-none > .grid-col-xxl-10,
  .g-xxl-none > .grid-col-xxl-10 {
    width: calc((100% - 0 * 0) / 12 * 10);
  }
  .gx-xs > .grid-col-xxl-10,
  .g-xs > .grid-col-xxl-10 {
    width: calc((100% - 0 * 4px) / 12 * 10);
  }
  .gx-xxl-xs > .grid-col-xxl-10,
  .g-xxl-xs > .grid-col-xxl-10 {
    width: calc((100% - 0 * 4px) / 12 * 10);
  }
  .gx-sm > .grid-col-xxl-10,
  .g-sm > .grid-col-xxl-10 {
    width: calc((100% - 0 * 8px) / 12 * 10);
  }
  .gx-xxl-sm > .grid-col-xxl-10,
  .g-xxl-sm > .grid-col-xxl-10 {
    width: calc((100% - 0 * 8px) / 12 * 10);
  }
  .gx-md > .grid-col-xxl-10,
  .g-md > .grid-col-xxl-10 {
    width: calc((100% - 0 * 16px) / 12 * 10);
  }
  .gx-xxl-md > .grid-col-xxl-10,
  .g-xxl-md > .grid-col-xxl-10 {
    width: calc((100% - 0 * 16px) / 12 * 10);
  }
  .gx-lg > .grid-col-xxl-10,
  .g-lg > .grid-col-xxl-10 {
    width: calc((100% - 0 * 24px) / 12 * 10);
  }
  .gx-xxl-lg > .grid-col-xxl-10,
  .g-xxl-lg > .grid-col-xxl-10 {
    width: calc((100% - 0 * 24px) / 12 * 10);
  }
  .gx-xl > .grid-col-xxl-10,
  .g-xl > .grid-col-xxl-10 {
    width: calc((100% - 0 * 32px) / 12 * 10);
  }
  .gx-xxl-xl > .grid-col-xxl-10,
  .g-xxl-xl > .grid-col-xxl-10 {
    width: calc((100% - 0 * 32px) / 12 * 10);
  }
  .gx-xxl > .grid-col-xxl-10,
  .g-xxl > .grid-col-xxl-10 {
    width: calc((100% - 0 * 48px) / 12 * 10);
  }
  .gx-xxl-xxl > .grid-col-xxl-10,
  .g-xxl-xxl > .grid-col-xxl-10 {
    width: calc((100% - 0 * 48px) / 12 * 10);
  }
  .gx-xxxl > .grid-col-xxl-10,
  .g-xxxl > .grid-col-xxl-10 {
    width: calc((100% - 0 * 64px) / 12 * 10);
  }
  .gx-xxl-xxxl > .grid-col-xxl-10,
  .g-xxl-xxxl > .grid-col-xxl-10 {
    width: calc((100% - 0 * 64px) / 12 * 10);
  }
  .grid-col-xxl-11 {
    width: 91.6666666667%;
  }
  .gx-none > .grid-col-xxl-11,
  .g-none > .grid-col-xxl-11 {
    width: calc((100% - 0 * 0) / 12 * 11);
  }
  .gx-xxl-none > .grid-col-xxl-11,
  .g-xxl-none > .grid-col-xxl-11 {
    width: calc((100% - 0 * 0) / 12 * 11);
  }
  .gx-xs > .grid-col-xxl-11,
  .g-xs > .grid-col-xxl-11 {
    width: calc((100% - 0 * 4px) / 12 * 11);
  }
  .gx-xxl-xs > .grid-col-xxl-11,
  .g-xxl-xs > .grid-col-xxl-11 {
    width: calc((100% - 0 * 4px) / 12 * 11);
  }
  .gx-sm > .grid-col-xxl-11,
  .g-sm > .grid-col-xxl-11 {
    width: calc((100% - 0 * 8px) / 12 * 11);
  }
  .gx-xxl-sm > .grid-col-xxl-11,
  .g-xxl-sm > .grid-col-xxl-11 {
    width: calc((100% - 0 * 8px) / 12 * 11);
  }
  .gx-md > .grid-col-xxl-11,
  .g-md > .grid-col-xxl-11 {
    width: calc((100% - 0 * 16px) / 12 * 11);
  }
  .gx-xxl-md > .grid-col-xxl-11,
  .g-xxl-md > .grid-col-xxl-11 {
    width: calc((100% - 0 * 16px) / 12 * 11);
  }
  .gx-lg > .grid-col-xxl-11,
  .g-lg > .grid-col-xxl-11 {
    width: calc((100% - 0 * 24px) / 12 * 11);
  }
  .gx-xxl-lg > .grid-col-xxl-11,
  .g-xxl-lg > .grid-col-xxl-11 {
    width: calc((100% - 0 * 24px) / 12 * 11);
  }
  .gx-xl > .grid-col-xxl-11,
  .g-xl > .grid-col-xxl-11 {
    width: calc((100% - 0 * 32px) / 12 * 11);
  }
  .gx-xxl-xl > .grid-col-xxl-11,
  .g-xxl-xl > .grid-col-xxl-11 {
    width: calc((100% - 0 * 32px) / 12 * 11);
  }
  .gx-xxl > .grid-col-xxl-11,
  .g-xxl > .grid-col-xxl-11 {
    width: calc((100% - 0 * 48px) / 12 * 11);
  }
  .gx-xxl-xxl > .grid-col-xxl-11,
  .g-xxl-xxl > .grid-col-xxl-11 {
    width: calc((100% - 0 * 48px) / 12 * 11);
  }
  .gx-xxxl > .grid-col-xxl-11,
  .g-xxxl > .grid-col-xxl-11 {
    width: calc((100% - 0 * 64px) / 12 * 11);
  }
  .gx-xxl-xxxl > .grid-col-xxl-11,
  .g-xxl-xxxl > .grid-col-xxl-11 {
    width: calc((100% - 0 * 64px) / 12 * 11);
  }
  .grid-col-xxl-12 {
    width: 100%;
  }
  .gx-none > .grid-col-xxl-12,
  .g-none > .grid-col-xxl-12 {
    width: calc((100% - 0 * 0) / 12 * 12);
  }
  .gx-xxl-none > .grid-col-xxl-12,
  .g-xxl-none > .grid-col-xxl-12 {
    width: calc((100% - 0 * 0) / 12 * 12);
  }
  .gx-xs > .grid-col-xxl-12,
  .g-xs > .grid-col-xxl-12 {
    width: calc((100% - 0 * 4px) / 12 * 12);
  }
  .gx-xxl-xs > .grid-col-xxl-12,
  .g-xxl-xs > .grid-col-xxl-12 {
    width: calc((100% - 0 * 4px) / 12 * 12);
  }
  .gx-sm > .grid-col-xxl-12,
  .g-sm > .grid-col-xxl-12 {
    width: calc((100% - 0 * 8px) / 12 * 12);
  }
  .gx-xxl-sm > .grid-col-xxl-12,
  .g-xxl-sm > .grid-col-xxl-12 {
    width: calc((100% - 0 * 8px) / 12 * 12);
  }
  .gx-md > .grid-col-xxl-12,
  .g-md > .grid-col-xxl-12 {
    width: calc((100% - 0 * 16px) / 12 * 12);
  }
  .gx-xxl-md > .grid-col-xxl-12,
  .g-xxl-md > .grid-col-xxl-12 {
    width: calc((100% - 0 * 16px) / 12 * 12);
  }
  .gx-lg > .grid-col-xxl-12,
  .g-lg > .grid-col-xxl-12 {
    width: calc((100% - 0 * 24px) / 12 * 12);
  }
  .gx-xxl-lg > .grid-col-xxl-12,
  .g-xxl-lg > .grid-col-xxl-12 {
    width: calc((100% - 0 * 24px) / 12 * 12);
  }
  .gx-xl > .grid-col-xxl-12,
  .g-xl > .grid-col-xxl-12 {
    width: calc((100% - 0 * 32px) / 12 * 12);
  }
  .gx-xxl-xl > .grid-col-xxl-12,
  .g-xxl-xl > .grid-col-xxl-12 {
    width: calc((100% - 0 * 32px) / 12 * 12);
  }
  .gx-xxl > .grid-col-xxl-12,
  .g-xxl > .grid-col-xxl-12 {
    width: calc((100% - 0 * 48px) / 12 * 12);
  }
  .gx-xxl-xxl > .grid-col-xxl-12,
  .g-xxl-xxl > .grid-col-xxl-12 {
    width: calc((100% - 0 * 48px) / 12 * 12);
  }
  .gx-xxxl > .grid-col-xxl-12,
  .g-xxxl > .grid-col-xxl-12 {
    width: calc((100% - 0 * 64px) / 12 * 12);
  }
  .gx-xxl-xxxl > .grid-col-xxl-12,
  .g-xxl-xxxl > .grid-col-xxl-12 {
    width: calc((100% - 0 * 64px) / 12 * 12);
  }
  .grid-gap-xxl-none {
    gap: 0 !important;
  }
  .grid-gap-x-xxl-none {
    column-gap: 0 !important;
  }
  .grid-gap-y-xxl-none {
    row-gap: 0 !important;
  }
  .grid-gap-xxl-xs {
    gap: 4px !important;
  }
  .grid-gap-x-xxl-xs {
    column-gap: 4px !important;
  }
  .grid-gap-y-xxl-xs {
    row-gap: 4px !important;
  }
  .grid-gap-xxl-sm {
    gap: 8px !important;
  }
  .grid-gap-x-xxl-sm {
    column-gap: 8px !important;
  }
  .grid-gap-y-xxl-sm {
    row-gap: 8px !important;
  }
  .grid-gap-xxl-md {
    gap: 16px !important;
  }
  .grid-gap-x-xxl-md {
    column-gap: 16px !important;
  }
  .grid-gap-y-xxl-md {
    row-gap: 16px !important;
  }
  .grid-gap-xxl-lg {
    gap: 24px !important;
  }
  .grid-gap-x-xxl-lg {
    column-gap: 24px !important;
  }
  .grid-gap-y-xxl-lg {
    row-gap: 24px !important;
  }
  .grid-gap-xxl-xl {
    gap: 32px !important;
  }
  .grid-gap-x-xxl-xl {
    column-gap: 32px !important;
  }
  .grid-gap-y-xxl-xl {
    row-gap: 32px !important;
  }
  .grid-gap-xxl-xxl {
    gap: 48px !important;
  }
  .grid-gap-x-xxl-xxl {
    column-gap: 48px !important;
  }
  .grid-gap-y-xxl-xxl {
    row-gap: 48px !important;
  }
  .grid-gap-xxl-xxxl {
    gap: 64px !important;
  }
  .grid-gap-x-xxl-xxxl {
    column-gap: 64px !important;
  }
  .grid-gap-y-xxl-xxxl {
    row-gap: 64px !important;
  }
}
.grid-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.grid-no-gutters > .grid-col, .grid-no-gutters > [class*=grid-col-] {
  padding-right: 0;
  padding-left: 0;
}

.card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.card--auto-height {
  height: auto;
}
.card__header {
  padding: 16px 16px 8px;
}
.card__body {
  padding: 8px 16px;
}

.admin-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.admin-content-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #e5e5e5;
  gap: 16px;
}

.admin-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  color: #6e6e80;
  font-size: 1rem;
}

.admin-card {
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.admin-card__action {
  display: flex;
  align-self: flex-end;
  align-items: center;
  gap: 8px;
}
.admin-card--edit {
  box-shadow: unset;
  background-color: #fff8ed;
  border-radius: 8px;
  border: 1px solid #ffd18d;
}

/* Shared header styles used across different components */
.header {
  background-color: #ffffff;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.header-logo {
  height: 28px;
}

.header-logo-link:focus {
  outline: none;
}

.p-none {
  padding: 0 !important;
}

.p-xs {
  padding: 4px !important;
}

.p-sm {
  padding: 8px !important;
}

.p-md {
  padding: 16px !important;
}

.p-lg {
  padding: 24px !important;
}

.p-xl {
  padding: 32px !important;
}

.p-xxl {
  padding: 48px !important;
}

.p-xxxl {
  padding: 64px !important;
}

.px-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-xs {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.px-sm {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-md {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-lg {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-xl {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-xxl {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-xxxl {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.py-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-xs {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-sm {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-md {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-lg {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-xl {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-xxl {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-xxxl {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.pt-none {
  padding-top: 0 !important;
}

.pt-xs {
  padding-top: 4px !important;
}

.pt-sm {
  padding-top: 8px !important;
}

.pt-md {
  padding-top: 16px !important;
}

.pt-lg {
  padding-top: 24px !important;
}

.pt-xl {
  padding-top: 32px !important;
}

.pt-xxl {
  padding-top: 48px !important;
}

.pt-xxxl {
  padding-top: 64px !important;
}

.pr-none {
  padding-right: 0 !important;
}

.pr-xs {
  padding-right: 4px !important;
}

.pr-sm {
  padding-right: 8px !important;
}

.pr-md {
  padding-right: 16px !important;
}

.pr-lg {
  padding-right: 24px !important;
}

.pr-xl {
  padding-right: 32px !important;
}

.pr-xxl {
  padding-right: 48px !important;
}

.pr-xxxl {
  padding-right: 64px !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 4px !important;
}

.pb-sm {
  padding-bottom: 8px !important;
}

.pb-md {
  padding-bottom: 16px !important;
}

.pb-lg {
  padding-bottom: 24px !important;
}

.pb-xl {
  padding-bottom: 32px !important;
}

.pb-xxl {
  padding-bottom: 48px !important;
}

.pb-xxxl {
  padding-bottom: 64px !important;
}

.pl-none {
  padding-left: 0 !important;
}

.pl-xs {
  padding-left: 4px !important;
}

.pl-sm {
  padding-left: 8px !important;
}

.pl-md {
  padding-left: 16px !important;
}

.pl-lg {
  padding-left: 24px !important;
}

.pl-xl {
  padding-left: 32px !important;
}

.pl-xxl {
  padding-left: 48px !important;
}

.pl-xxxl {
  padding-left: 64px !important;
}

.m-none {
  margin: 0 !important;
}

.m-xs {
  margin: 4px !important;
}

.m-sm {
  margin: 8px !important;
}

.m-md {
  margin: 16px !important;
}

.m-lg {
  margin: 24px !important;
}

.m-xl {
  margin: 32px !important;
}

.m-xxl {
  margin: 48px !important;
}

.m-xxxl {
  margin: 64px !important;
}

.mx-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-xs {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mx-sm {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-md {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-lg {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-xl {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-xxl {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-xxxl {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.my-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-md {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-lg {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-xl {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-xxl {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-xxxl {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mt-none {
  margin-top: 0 !important;
}

.mt-xs {
  margin-top: 4px !important;
}

.mt-sm {
  margin-top: 8px !important;
}

.mt-md {
  margin-top: 16px !important;
}

.mt-lg {
  margin-top: 24px !important;
}

.mt-xl {
  margin-top: 32px !important;
}

.mt-xxl {
  margin-top: 48px !important;
}

.mt-xxxl {
  margin-top: 64px !important;
}

.mr-none {
  margin-right: 0 !important;
}

.mr-xs {
  margin-right: 4px !important;
}

.mr-sm {
  margin-right: 8px !important;
}

.mr-md {
  margin-right: 16px !important;
}

.mr-lg {
  margin-right: 24px !important;
}

.mr-xl {
  margin-right: 32px !important;
}

.mr-xxl {
  margin-right: 48px !important;
}

.mr-xxxl {
  margin-right: 64px !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.mb-xs {
  margin-bottom: 4px !important;
}

.mb-sm {
  margin-bottom: 8px !important;
}

.mb-md {
  margin-bottom: 16px !important;
}

.mb-lg {
  margin-bottom: 24px !important;
}

.mb-xl {
  margin-bottom: 32px !important;
}

.mb-xxl {
  margin-bottom: 48px !important;
}

.mb-xxxl {
  margin-bottom: 64px !important;
}

.ml-none {
  margin-left: 0 !important;
}

.ml-xs {
  margin-left: 4px !important;
}

.ml-sm {
  margin-left: 8px !important;
}

.ml-md {
  margin-left: 16px !important;
}

.ml-lg {
  margin-left: 24px !important;
}

.ml-xl {
  margin-left: 32px !important;
}

.ml-xxl {
  margin-left: 48px !important;
}

.ml-xxxl {
  margin-left: 64px !important;
}

@media (min-width: 576px) {
  .sm:p-none {
    padding: 0;
  }
  .sm:p-xs {
    padding: 4px;
  }
  .sm:p-sm {
    padding: 8px;
  }
  .sm:p-md {
    padding: 16px;
  }
  .sm:p-lg {
    padding: 24px;
  }
  .sm:p-xl {
    padding: 32px;
  }
  .sm:p-xxl {
    padding: 48px;
  }
  .sm:p-xxxl {
    padding: 64px;
  }
}
@media (min-width: 768px) {
  .md:p-none {
    padding: 0;
  }
  .md:p-xs {
    padding: 4px;
  }
  .md:p-sm {
    padding: 8px;
  }
  .md:p-md {
    padding: 16px;
  }
  .md:p-lg {
    padding: 24px;
  }
  .md:p-xl {
    padding: 32px;
  }
  .md:p-xxl {
    padding: 48px;
  }
  .md:p-xxxl {
    padding: 64px;
  }
}
@media (min-width: 992px) {
  .lg:p-none {
    padding: 0;
  }
  .lg:p-xs {
    padding: 4px;
  }
  .lg:p-sm {
    padding: 8px;
  }
  .lg:p-md {
    padding: 16px;
  }
  .lg:p-lg {
    padding: 24px;
  }
  .lg:p-xl {
    padding: 32px;
  }
  .lg:p-xxl {
    padding: 48px;
  }
  .lg:p-xxxl {
    padding: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:p-none {
    padding: 0;
  }
  .xl:p-xs {
    padding: 4px;
  }
  .xl:p-sm {
    padding: 8px;
  }
  .xl:p-md {
    padding: 16px;
  }
  .xl:p-lg {
    padding: 24px;
  }
  .xl:p-xl {
    padding: 32px;
  }
  .xl:p-xxl {
    padding: 48px;
  }
  .xl:p-xxxl {
    padding: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:p-none {
    padding: 0;
  }
  .xxl:p-xs {
    padding: 4px;
  }
  .xxl:p-sm {
    padding: 8px;
  }
  .xxl:p-md {
    padding: 16px;
  }
  .xxl:p-lg {
    padding: 24px;
  }
  .xxl:p-xl {
    padding: 32px;
  }
  .xxl:p-xxl {
    padding: 48px;
  }
  .xxl:p-xxxl {
    padding: 64px;
  }
}
@media (min-width: 576px) {
  .sm:px-none {
    padding-left: 0;
    padding-right: 0;
  }
  .sm:px-xs {
    padding-left: 4px;
    padding-right: 4px;
  }
  .sm:px-sm {
    padding-left: 8px;
    padding-right: 8px;
  }
  .sm:px-md {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sm:px-lg {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sm:px-xl {
    padding-left: 32px;
    padding-right: 32px;
  }
  .sm:px-xxl {
    padding-left: 48px;
    padding-right: 48px;
  }
  .sm:px-xxxl {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 768px) {
  .md:px-none {
    padding-left: 0;
    padding-right: 0;
  }
  .md:px-xs {
    padding-left: 4px;
    padding-right: 4px;
  }
  .md:px-sm {
    padding-left: 8px;
    padding-right: 8px;
  }
  .md:px-md {
    padding-left: 16px;
    padding-right: 16px;
  }
  .md:px-lg {
    padding-left: 24px;
    padding-right: 24px;
  }
  .md:px-xl {
    padding-left: 32px;
    padding-right: 32px;
  }
  .md:px-xxl {
    padding-left: 48px;
    padding-right: 48px;
  }
  .md:px-xxxl {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 992px) {
  .lg:px-none {
    padding-left: 0;
    padding-right: 0;
  }
  .lg:px-xs {
    padding-left: 4px;
    padding-right: 4px;
  }
  .lg:px-sm {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg:px-md {
    padding-left: 16px;
    padding-right: 16px;
  }
  .lg:px-lg {
    padding-left: 24px;
    padding-right: 24px;
  }
  .lg:px-xl {
    padding-left: 32px;
    padding-right: 32px;
  }
  .lg:px-xxl {
    padding-left: 48px;
    padding-right: 48px;
  }
  .lg:px-xxxl {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:px-none {
    padding-left: 0;
    padding-right: 0;
  }
  .xl:px-xs {
    padding-left: 4px;
    padding-right: 4px;
  }
  .xl:px-sm {
    padding-left: 8px;
    padding-right: 8px;
  }
  .xl:px-md {
    padding-left: 16px;
    padding-right: 16px;
  }
  .xl:px-lg {
    padding-left: 24px;
    padding-right: 24px;
  }
  .xl:px-xl {
    padding-left: 32px;
    padding-right: 32px;
  }
  .xl:px-xxl {
    padding-left: 48px;
    padding-right: 48px;
  }
  .xl:px-xxxl {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:px-none {
    padding-left: 0;
    padding-right: 0;
  }
  .xxl:px-xs {
    padding-left: 4px;
    padding-right: 4px;
  }
  .xxl:px-sm {
    padding-left: 8px;
    padding-right: 8px;
  }
  .xxl:px-md {
    padding-left: 16px;
    padding-right: 16px;
  }
  .xxl:px-lg {
    padding-left: 24px;
    padding-right: 24px;
  }
  .xxl:px-xl {
    padding-left: 32px;
    padding-right: 32px;
  }
  .xxl:px-xxl {
    padding-left: 48px;
    padding-right: 48px;
  }
  .xxl:px-xxxl {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 576px) {
  .sm:py-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm:py-xs {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .sm:py-sm {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .sm:py-md {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .sm:py-lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .sm:py-xl {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .sm:py-xxl {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .sm:py-xxxl {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .md:py-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md:py-xs {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .md:py-sm {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .md:py-md {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .md:py-lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .md:py-xl {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .md:py-xxl {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .md:py-xxxl {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .lg:py-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg:py-xs {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .lg:py-sm {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .lg:py-md {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .lg:py-lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .lg:py-xl {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .lg:py-xxl {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .lg:py-xxxl {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:py-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xl:py-xs {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .xl:py-sm {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .xl:py-md {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .xl:py-lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .xl:py-xl {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .xl:py-xxl {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .xl:py-xxxl {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:py-none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xxl:py-xs {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .xxl:py-sm {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .xxl:py-md {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .xxl:py-lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .xxl:py-xl {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .xxl:py-xxl {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .xxl:py-xxxl {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 576px) {
  .sm:pt-none {
    padding-top: 0;
  }
  .sm:pt-xs {
    padding-top: 4px;
  }
  .sm:pt-sm {
    padding-top: 8px;
  }
  .sm:pt-md {
    padding-top: 16px;
  }
  .sm:pt-lg {
    padding-top: 24px;
  }
  .sm:pt-xl {
    padding-top: 32px;
  }
  .sm:pt-xxl {
    padding-top: 48px;
  }
  .sm:pt-xxxl {
    padding-top: 64px;
  }
}
@media (min-width: 768px) {
  .md:pt-none {
    padding-top: 0;
  }
  .md:pt-xs {
    padding-top: 4px;
  }
  .md:pt-sm {
    padding-top: 8px;
  }
  .md:pt-md {
    padding-top: 16px;
  }
  .md:pt-lg {
    padding-top: 24px;
  }
  .md:pt-xl {
    padding-top: 32px;
  }
  .md:pt-xxl {
    padding-top: 48px;
  }
  .md:pt-xxxl {
    padding-top: 64px;
  }
}
@media (min-width: 992px) {
  .lg:pt-none {
    padding-top: 0;
  }
  .lg:pt-xs {
    padding-top: 4px;
  }
  .lg:pt-sm {
    padding-top: 8px;
  }
  .lg:pt-md {
    padding-top: 16px;
  }
  .lg:pt-lg {
    padding-top: 24px;
  }
  .lg:pt-xl {
    padding-top: 32px;
  }
  .lg:pt-xxl {
    padding-top: 48px;
  }
  .lg:pt-xxxl {
    padding-top: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:pt-none {
    padding-top: 0;
  }
  .xl:pt-xs {
    padding-top: 4px;
  }
  .xl:pt-sm {
    padding-top: 8px;
  }
  .xl:pt-md {
    padding-top: 16px;
  }
  .xl:pt-lg {
    padding-top: 24px;
  }
  .xl:pt-xl {
    padding-top: 32px;
  }
  .xl:pt-xxl {
    padding-top: 48px;
  }
  .xl:pt-xxxl {
    padding-top: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:pt-none {
    padding-top: 0;
  }
  .xxl:pt-xs {
    padding-top: 4px;
  }
  .xxl:pt-sm {
    padding-top: 8px;
  }
  .xxl:pt-md {
    padding-top: 16px;
  }
  .xxl:pt-lg {
    padding-top: 24px;
  }
  .xxl:pt-xl {
    padding-top: 32px;
  }
  .xxl:pt-xxl {
    padding-top: 48px;
  }
  .xxl:pt-xxxl {
    padding-top: 64px;
  }
}
@media (min-width: 576px) {
  .sm:pr-none {
    padding-right: 0;
  }
  .sm:pr-xs {
    padding-right: 4px;
  }
  .sm:pr-sm {
    padding-right: 8px;
  }
  .sm:pr-md {
    padding-right: 16px;
  }
  .sm:pr-lg {
    padding-right: 24px;
  }
  .sm:pr-xl {
    padding-right: 32px;
  }
  .sm:pr-xxl {
    padding-right: 48px;
  }
  .sm:pr-xxxl {
    padding-right: 64px;
  }
}
@media (min-width: 768px) {
  .md:pr-none {
    padding-right: 0;
  }
  .md:pr-xs {
    padding-right: 4px;
  }
  .md:pr-sm {
    padding-right: 8px;
  }
  .md:pr-md {
    padding-right: 16px;
  }
  .md:pr-lg {
    padding-right: 24px;
  }
  .md:pr-xl {
    padding-right: 32px;
  }
  .md:pr-xxl {
    padding-right: 48px;
  }
  .md:pr-xxxl {
    padding-right: 64px;
  }
}
@media (min-width: 992px) {
  .lg:pr-none {
    padding-right: 0;
  }
  .lg:pr-xs {
    padding-right: 4px;
  }
  .lg:pr-sm {
    padding-right: 8px;
  }
  .lg:pr-md {
    padding-right: 16px;
  }
  .lg:pr-lg {
    padding-right: 24px;
  }
  .lg:pr-xl {
    padding-right: 32px;
  }
  .lg:pr-xxl {
    padding-right: 48px;
  }
  .lg:pr-xxxl {
    padding-right: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:pr-none {
    padding-right: 0;
  }
  .xl:pr-xs {
    padding-right: 4px;
  }
  .xl:pr-sm {
    padding-right: 8px;
  }
  .xl:pr-md {
    padding-right: 16px;
  }
  .xl:pr-lg {
    padding-right: 24px;
  }
  .xl:pr-xl {
    padding-right: 32px;
  }
  .xl:pr-xxl {
    padding-right: 48px;
  }
  .xl:pr-xxxl {
    padding-right: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:pr-none {
    padding-right: 0;
  }
  .xxl:pr-xs {
    padding-right: 4px;
  }
  .xxl:pr-sm {
    padding-right: 8px;
  }
  .xxl:pr-md {
    padding-right: 16px;
  }
  .xxl:pr-lg {
    padding-right: 24px;
  }
  .xxl:pr-xl {
    padding-right: 32px;
  }
  .xxl:pr-xxl {
    padding-right: 48px;
  }
  .xxl:pr-xxxl {
    padding-right: 64px;
  }
}
@media (min-width: 576px) {
  .sm:pb-none {
    padding-bottom: 0;
  }
  .sm:pb-xs {
    padding-bottom: 4px;
  }
  .sm:pb-sm {
    padding-bottom: 8px;
  }
  .sm:pb-md {
    padding-bottom: 16px;
  }
  .sm:pb-lg {
    padding-bottom: 24px;
  }
  .sm:pb-xl {
    padding-bottom: 32px;
  }
  .sm:pb-xxl {
    padding-bottom: 48px;
  }
  .sm:pb-xxxl {
    padding-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .md:pb-none {
    padding-bottom: 0;
  }
  .md:pb-xs {
    padding-bottom: 4px;
  }
  .md:pb-sm {
    padding-bottom: 8px;
  }
  .md:pb-md {
    padding-bottom: 16px;
  }
  .md:pb-lg {
    padding-bottom: 24px;
  }
  .md:pb-xl {
    padding-bottom: 32px;
  }
  .md:pb-xxl {
    padding-bottom: 48px;
  }
  .md:pb-xxxl {
    padding-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .lg:pb-none {
    padding-bottom: 0;
  }
  .lg:pb-xs {
    padding-bottom: 4px;
  }
  .lg:pb-sm {
    padding-bottom: 8px;
  }
  .lg:pb-md {
    padding-bottom: 16px;
  }
  .lg:pb-lg {
    padding-bottom: 24px;
  }
  .lg:pb-xl {
    padding-bottom: 32px;
  }
  .lg:pb-xxl {
    padding-bottom: 48px;
  }
  .lg:pb-xxxl {
    padding-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:pb-none {
    padding-bottom: 0;
  }
  .xl:pb-xs {
    padding-bottom: 4px;
  }
  .xl:pb-sm {
    padding-bottom: 8px;
  }
  .xl:pb-md {
    padding-bottom: 16px;
  }
  .xl:pb-lg {
    padding-bottom: 24px;
  }
  .xl:pb-xl {
    padding-bottom: 32px;
  }
  .xl:pb-xxl {
    padding-bottom: 48px;
  }
  .xl:pb-xxxl {
    padding-bottom: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:pb-none {
    padding-bottom: 0;
  }
  .xxl:pb-xs {
    padding-bottom: 4px;
  }
  .xxl:pb-sm {
    padding-bottom: 8px;
  }
  .xxl:pb-md {
    padding-bottom: 16px;
  }
  .xxl:pb-lg {
    padding-bottom: 24px;
  }
  .xxl:pb-xl {
    padding-bottom: 32px;
  }
  .xxl:pb-xxl {
    padding-bottom: 48px;
  }
  .xxl:pb-xxxl {
    padding-bottom: 64px;
  }
}
@media (min-width: 576px) {
  .sm:pl-none {
    padding-left: 0;
  }
  .sm:pl-xs {
    padding-left: 4px;
  }
  .sm:pl-sm {
    padding-left: 8px;
  }
  .sm:pl-md {
    padding-left: 16px;
  }
  .sm:pl-lg {
    padding-left: 24px;
  }
  .sm:pl-xl {
    padding-left: 32px;
  }
  .sm:pl-xxl {
    padding-left: 48px;
  }
  .sm:pl-xxxl {
    padding-left: 64px;
  }
}
@media (min-width: 768px) {
  .md:pl-none {
    padding-left: 0;
  }
  .md:pl-xs {
    padding-left: 4px;
  }
  .md:pl-sm {
    padding-left: 8px;
  }
  .md:pl-md {
    padding-left: 16px;
  }
  .md:pl-lg {
    padding-left: 24px;
  }
  .md:pl-xl {
    padding-left: 32px;
  }
  .md:pl-xxl {
    padding-left: 48px;
  }
  .md:pl-xxxl {
    padding-left: 64px;
  }
}
@media (min-width: 992px) {
  .lg:pl-none {
    padding-left: 0;
  }
  .lg:pl-xs {
    padding-left: 4px;
  }
  .lg:pl-sm {
    padding-left: 8px;
  }
  .lg:pl-md {
    padding-left: 16px;
  }
  .lg:pl-lg {
    padding-left: 24px;
  }
  .lg:pl-xl {
    padding-left: 32px;
  }
  .lg:pl-xxl {
    padding-left: 48px;
  }
  .lg:pl-xxxl {
    padding-left: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:pl-none {
    padding-left: 0;
  }
  .xl:pl-xs {
    padding-left: 4px;
  }
  .xl:pl-sm {
    padding-left: 8px;
  }
  .xl:pl-md {
    padding-left: 16px;
  }
  .xl:pl-lg {
    padding-left: 24px;
  }
  .xl:pl-xl {
    padding-left: 32px;
  }
  .xl:pl-xxl {
    padding-left: 48px;
  }
  .xl:pl-xxxl {
    padding-left: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:pl-none {
    padding-left: 0;
  }
  .xxl:pl-xs {
    padding-left: 4px;
  }
  .xxl:pl-sm {
    padding-left: 8px;
  }
  .xxl:pl-md {
    padding-left: 16px;
  }
  .xxl:pl-lg {
    padding-left: 24px;
  }
  .xxl:pl-xl {
    padding-left: 32px;
  }
  .xxl:pl-xxl {
    padding-left: 48px;
  }
  .xxl:pl-xxxl {
    padding-left: 64px;
  }
}
@media (min-width: 576px) {
  .sm:m-none {
    margin: 0;
  }
  .sm:m-xs {
    margin: 4px;
  }
  .sm:m-sm {
    margin: 8px;
  }
  .sm:m-md {
    margin: 16px;
  }
  .sm:m-lg {
    margin: 24px;
  }
  .sm:m-xl {
    margin: 32px;
  }
  .sm:m-xxl {
    margin: 48px;
  }
  .sm:m-xxxl {
    margin: 64px;
  }
}
@media (min-width: 768px) {
  .md:m-none {
    margin: 0;
  }
  .md:m-xs {
    margin: 4px;
  }
  .md:m-sm {
    margin: 8px;
  }
  .md:m-md {
    margin: 16px;
  }
  .md:m-lg {
    margin: 24px;
  }
  .md:m-xl {
    margin: 32px;
  }
  .md:m-xxl {
    margin: 48px;
  }
  .md:m-xxxl {
    margin: 64px;
  }
}
@media (min-width: 992px) {
  .lg:m-none {
    margin: 0;
  }
  .lg:m-xs {
    margin: 4px;
  }
  .lg:m-sm {
    margin: 8px;
  }
  .lg:m-md {
    margin: 16px;
  }
  .lg:m-lg {
    margin: 24px;
  }
  .lg:m-xl {
    margin: 32px;
  }
  .lg:m-xxl {
    margin: 48px;
  }
  .lg:m-xxxl {
    margin: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:m-none {
    margin: 0;
  }
  .xl:m-xs {
    margin: 4px;
  }
  .xl:m-sm {
    margin: 8px;
  }
  .xl:m-md {
    margin: 16px;
  }
  .xl:m-lg {
    margin: 24px;
  }
  .xl:m-xl {
    margin: 32px;
  }
  .xl:m-xxl {
    margin: 48px;
  }
  .xl:m-xxxl {
    margin: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:m-none {
    margin: 0;
  }
  .xxl:m-xs {
    margin: 4px;
  }
  .xxl:m-sm {
    margin: 8px;
  }
  .xxl:m-md {
    margin: 16px;
  }
  .xxl:m-lg {
    margin: 24px;
  }
  .xxl:m-xl {
    margin: 32px;
  }
  .xxl:m-xxl {
    margin: 48px;
  }
  .xxl:m-xxxl {
    margin: 64px;
  }
}
@media (min-width: 576px) {
  .sm:mx-none {
    margin-left: 0;
    margin-right: 0;
  }
  .sm:mx-xs {
    margin-left: 4px;
    margin-right: 4px;
  }
  .sm:mx-sm {
    margin-left: 8px;
    margin-right: 8px;
  }
  .sm:mx-md {
    margin-left: 16px;
    margin-right: 16px;
  }
  .sm:mx-lg {
    margin-left: 24px;
    margin-right: 24px;
  }
  .sm:mx-xl {
    margin-left: 32px;
    margin-right: 32px;
  }
  .sm:mx-xxl {
    margin-left: 48px;
    margin-right: 48px;
  }
  .sm:mx-xxxl {
    margin-left: 64px;
    margin-right: 64px;
  }
}
@media (min-width: 768px) {
  .md:mx-none {
    margin-left: 0;
    margin-right: 0;
  }
  .md:mx-xs {
    margin-left: 4px;
    margin-right: 4px;
  }
  .md:mx-sm {
    margin-left: 8px;
    margin-right: 8px;
  }
  .md:mx-md {
    margin-left: 16px;
    margin-right: 16px;
  }
  .md:mx-lg {
    margin-left: 24px;
    margin-right: 24px;
  }
  .md:mx-xl {
    margin-left: 32px;
    margin-right: 32px;
  }
  .md:mx-xxl {
    margin-left: 48px;
    margin-right: 48px;
  }
  .md:mx-xxxl {
    margin-left: 64px;
    margin-right: 64px;
  }
}
@media (min-width: 992px) {
  .lg:mx-none {
    margin-left: 0;
    margin-right: 0;
  }
  .lg:mx-xs {
    margin-left: 4px;
    margin-right: 4px;
  }
  .lg:mx-sm {
    margin-left: 8px;
    margin-right: 8px;
  }
  .lg:mx-md {
    margin-left: 16px;
    margin-right: 16px;
  }
  .lg:mx-lg {
    margin-left: 24px;
    margin-right: 24px;
  }
  .lg:mx-xl {
    margin-left: 32px;
    margin-right: 32px;
  }
  .lg:mx-xxl {
    margin-left: 48px;
    margin-right: 48px;
  }
  .lg:mx-xxxl {
    margin-left: 64px;
    margin-right: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:mx-none {
    margin-left: 0;
    margin-right: 0;
  }
  .xl:mx-xs {
    margin-left: 4px;
    margin-right: 4px;
  }
  .xl:mx-sm {
    margin-left: 8px;
    margin-right: 8px;
  }
  .xl:mx-md {
    margin-left: 16px;
    margin-right: 16px;
  }
  .xl:mx-lg {
    margin-left: 24px;
    margin-right: 24px;
  }
  .xl:mx-xl {
    margin-left: 32px;
    margin-right: 32px;
  }
  .xl:mx-xxl {
    margin-left: 48px;
    margin-right: 48px;
  }
  .xl:mx-xxxl {
    margin-left: 64px;
    margin-right: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:mx-none {
    margin-left: 0;
    margin-right: 0;
  }
  .xxl:mx-xs {
    margin-left: 4px;
    margin-right: 4px;
  }
  .xxl:mx-sm {
    margin-left: 8px;
    margin-right: 8px;
  }
  .xxl:mx-md {
    margin-left: 16px;
    margin-right: 16px;
  }
  .xxl:mx-lg {
    margin-left: 24px;
    margin-right: 24px;
  }
  .xxl:mx-xl {
    margin-left: 32px;
    margin-right: 32px;
  }
  .xxl:mx-xxl {
    margin-left: 48px;
    margin-right: 48px;
  }
  .xxl:mx-xxxl {
    margin-left: 64px;
    margin-right: 64px;
  }
}
@media (min-width: 576px) {
  .sm:my-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm:my-xs {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .sm:my-sm {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .sm:my-md {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .sm:my-lg {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .sm:my-xl {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .sm:my-xxl {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .sm:my-xxxl {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .md:my-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md:my-xs {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .md:my-sm {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .md:my-md {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .md:my-lg {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .md:my-xl {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .md:my-xxl {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .md:my-xxxl {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .lg:my-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg:my-xs {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .lg:my-sm {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .lg:my-md {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .lg:my-lg {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .lg:my-xl {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .lg:my-xxl {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .lg:my-xxxl {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:my-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl:my-xs {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .xl:my-sm {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .xl:my-md {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .xl:my-lg {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .xl:my-xl {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .xl:my-xxl {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .xl:my-xxxl {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:my-none {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xxl:my-xs {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .xxl:my-sm {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .xxl:my-md {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .xxl:my-lg {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .xxl:my-xl {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .xxl:my-xxl {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .xxl:my-xxxl {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (min-width: 576px) {
  .sm:mt-none {
    margin-top: 0;
  }
  .sm:mt-xs {
    margin-top: 4px;
  }
  .sm:mt-sm {
    margin-top: 8px;
  }
  .sm:mt-md {
    margin-top: 16px;
  }
  .sm:mt-lg {
    margin-top: 24px;
  }
  .sm:mt-xl {
    margin-top: 32px;
  }
  .sm:mt-xxl {
    margin-top: 48px;
  }
  .sm:mt-xxxl {
    margin-top: 64px;
  }
}
@media (min-width: 768px) {
  .md:mt-none {
    margin-top: 0;
  }
  .md:mt-xs {
    margin-top: 4px;
  }
  .md:mt-sm {
    margin-top: 8px;
  }
  .md:mt-md {
    margin-top: 16px;
  }
  .md:mt-lg {
    margin-top: 24px;
  }
  .md:mt-xl {
    margin-top: 32px;
  }
  .md:mt-xxl {
    margin-top: 48px;
  }
  .md:mt-xxxl {
    margin-top: 64px;
  }
}
@media (min-width: 992px) {
  .lg:mt-none {
    margin-top: 0;
  }
  .lg:mt-xs {
    margin-top: 4px;
  }
  .lg:mt-sm {
    margin-top: 8px;
  }
  .lg:mt-md {
    margin-top: 16px;
  }
  .lg:mt-lg {
    margin-top: 24px;
  }
  .lg:mt-xl {
    margin-top: 32px;
  }
  .lg:mt-xxl {
    margin-top: 48px;
  }
  .lg:mt-xxxl {
    margin-top: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:mt-none {
    margin-top: 0;
  }
  .xl:mt-xs {
    margin-top: 4px;
  }
  .xl:mt-sm {
    margin-top: 8px;
  }
  .xl:mt-md {
    margin-top: 16px;
  }
  .xl:mt-lg {
    margin-top: 24px;
  }
  .xl:mt-xl {
    margin-top: 32px;
  }
  .xl:mt-xxl {
    margin-top: 48px;
  }
  .xl:mt-xxxl {
    margin-top: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:mt-none {
    margin-top: 0;
  }
  .xxl:mt-xs {
    margin-top: 4px;
  }
  .xxl:mt-sm {
    margin-top: 8px;
  }
  .xxl:mt-md {
    margin-top: 16px;
  }
  .xxl:mt-lg {
    margin-top: 24px;
  }
  .xxl:mt-xl {
    margin-top: 32px;
  }
  .xxl:mt-xxl {
    margin-top: 48px;
  }
  .xxl:mt-xxxl {
    margin-top: 64px;
  }
}
@media (min-width: 576px) {
  .sm:mr-none {
    margin-right: 0;
  }
  .sm:mr-xs {
    margin-right: 4px;
  }
  .sm:mr-sm {
    margin-right: 8px;
  }
  .sm:mr-md {
    margin-right: 16px;
  }
  .sm:mr-lg {
    margin-right: 24px;
  }
  .sm:mr-xl {
    margin-right: 32px;
  }
  .sm:mr-xxl {
    margin-right: 48px;
  }
  .sm:mr-xxxl {
    margin-right: 64px;
  }
}
@media (min-width: 768px) {
  .md:mr-none {
    margin-right: 0;
  }
  .md:mr-xs {
    margin-right: 4px;
  }
  .md:mr-sm {
    margin-right: 8px;
  }
  .md:mr-md {
    margin-right: 16px;
  }
  .md:mr-lg {
    margin-right: 24px;
  }
  .md:mr-xl {
    margin-right: 32px;
  }
  .md:mr-xxl {
    margin-right: 48px;
  }
  .md:mr-xxxl {
    margin-right: 64px;
  }
}
@media (min-width: 992px) {
  .lg:mr-none {
    margin-right: 0;
  }
  .lg:mr-xs {
    margin-right: 4px;
  }
  .lg:mr-sm {
    margin-right: 8px;
  }
  .lg:mr-md {
    margin-right: 16px;
  }
  .lg:mr-lg {
    margin-right: 24px;
  }
  .lg:mr-xl {
    margin-right: 32px;
  }
  .lg:mr-xxl {
    margin-right: 48px;
  }
  .lg:mr-xxxl {
    margin-right: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:mr-none {
    margin-right: 0;
  }
  .xl:mr-xs {
    margin-right: 4px;
  }
  .xl:mr-sm {
    margin-right: 8px;
  }
  .xl:mr-md {
    margin-right: 16px;
  }
  .xl:mr-lg {
    margin-right: 24px;
  }
  .xl:mr-xl {
    margin-right: 32px;
  }
  .xl:mr-xxl {
    margin-right: 48px;
  }
  .xl:mr-xxxl {
    margin-right: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:mr-none {
    margin-right: 0;
  }
  .xxl:mr-xs {
    margin-right: 4px;
  }
  .xxl:mr-sm {
    margin-right: 8px;
  }
  .xxl:mr-md {
    margin-right: 16px;
  }
  .xxl:mr-lg {
    margin-right: 24px;
  }
  .xxl:mr-xl {
    margin-right: 32px;
  }
  .xxl:mr-xxl {
    margin-right: 48px;
  }
  .xxl:mr-xxxl {
    margin-right: 64px;
  }
}
@media (min-width: 576px) {
  .sm:mb-none {
    margin-bottom: 0;
  }
  .sm:mb-xs {
    margin-bottom: 4px;
  }
  .sm:mb-sm {
    margin-bottom: 8px;
  }
  .sm:mb-md {
    margin-bottom: 16px;
  }
  .sm:mb-lg {
    margin-bottom: 24px;
  }
  .sm:mb-xl {
    margin-bottom: 32px;
  }
  .sm:mb-xxl {
    margin-bottom: 48px;
  }
  .sm:mb-xxxl {
    margin-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .md:mb-none {
    margin-bottom: 0;
  }
  .md:mb-xs {
    margin-bottom: 4px;
  }
  .md:mb-sm {
    margin-bottom: 8px;
  }
  .md:mb-md {
    margin-bottom: 16px;
  }
  .md:mb-lg {
    margin-bottom: 24px;
  }
  .md:mb-xl {
    margin-bottom: 32px;
  }
  .md:mb-xxl {
    margin-bottom: 48px;
  }
  .md:mb-xxxl {
    margin-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .lg:mb-none {
    margin-bottom: 0;
  }
  .lg:mb-xs {
    margin-bottom: 4px;
  }
  .lg:mb-sm {
    margin-bottom: 8px;
  }
  .lg:mb-md {
    margin-bottom: 16px;
  }
  .lg:mb-lg {
    margin-bottom: 24px;
  }
  .lg:mb-xl {
    margin-bottom: 32px;
  }
  .lg:mb-xxl {
    margin-bottom: 48px;
  }
  .lg:mb-xxxl {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:mb-none {
    margin-bottom: 0;
  }
  .xl:mb-xs {
    margin-bottom: 4px;
  }
  .xl:mb-sm {
    margin-bottom: 8px;
  }
  .xl:mb-md {
    margin-bottom: 16px;
  }
  .xl:mb-lg {
    margin-bottom: 24px;
  }
  .xl:mb-xl {
    margin-bottom: 32px;
  }
  .xl:mb-xxl {
    margin-bottom: 48px;
  }
  .xl:mb-xxxl {
    margin-bottom: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:mb-none {
    margin-bottom: 0;
  }
  .xxl:mb-xs {
    margin-bottom: 4px;
  }
  .xxl:mb-sm {
    margin-bottom: 8px;
  }
  .xxl:mb-md {
    margin-bottom: 16px;
  }
  .xxl:mb-lg {
    margin-bottom: 24px;
  }
  .xxl:mb-xl {
    margin-bottom: 32px;
  }
  .xxl:mb-xxl {
    margin-bottom: 48px;
  }
  .xxl:mb-xxxl {
    margin-bottom: 64px;
  }
}
@media (min-width: 576px) {
  .sm:ml-none {
    margin-left: 0;
  }
  .sm:ml-xs {
    margin-left: 4px;
  }
  .sm:ml-sm {
    margin-left: 8px;
  }
  .sm:ml-md {
    margin-left: 16px;
  }
  .sm:ml-lg {
    margin-left: 24px;
  }
  .sm:ml-xl {
    margin-left: 32px;
  }
  .sm:ml-xxl {
    margin-left: 48px;
  }
  .sm:ml-xxxl {
    margin-left: 64px;
  }
}
@media (min-width: 768px) {
  .md:ml-none {
    margin-left: 0;
  }
  .md:ml-xs {
    margin-left: 4px;
  }
  .md:ml-sm {
    margin-left: 8px;
  }
  .md:ml-md {
    margin-left: 16px;
  }
  .md:ml-lg {
    margin-left: 24px;
  }
  .md:ml-xl {
    margin-left: 32px;
  }
  .md:ml-xxl {
    margin-left: 48px;
  }
  .md:ml-xxxl {
    margin-left: 64px;
  }
}
@media (min-width: 992px) {
  .lg:ml-none {
    margin-left: 0;
  }
  .lg:ml-xs {
    margin-left: 4px;
  }
  .lg:ml-sm {
    margin-left: 8px;
  }
  .lg:ml-md {
    margin-left: 16px;
  }
  .lg:ml-lg {
    margin-left: 24px;
  }
  .lg:ml-xl {
    margin-left: 32px;
  }
  .lg:ml-xxl {
    margin-left: 48px;
  }
  .lg:ml-xxxl {
    margin-left: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:ml-none {
    margin-left: 0;
  }
  .xl:ml-xs {
    margin-left: 4px;
  }
  .xl:ml-sm {
    margin-left: 8px;
  }
  .xl:ml-md {
    margin-left: 16px;
  }
  .xl:ml-lg {
    margin-left: 24px;
  }
  .xl:ml-xl {
    margin-left: 32px;
  }
  .xl:ml-xxl {
    margin-left: 48px;
  }
  .xl:ml-xxxl {
    margin-left: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:ml-none {
    margin-left: 0;
  }
  .xxl:ml-xs {
    margin-left: 4px;
  }
  .xxl:ml-sm {
    margin-left: 8px;
  }
  .xxl:ml-md {
    margin-left: 16px;
  }
  .xxl:ml-lg {
    margin-left: 24px;
  }
  .xxl:ml-xl {
    margin-left: 32px;
  }
  .xxl:ml-xxl {
    margin-left: 48px;
  }
  .xxl:ml-xxxl {
    margin-left: 64px;
  }
}
.g-none {
  gap: 0;
}

.gx-none {
  column-gap: 0;
}

.gy-none {
  row-gap: 0;
}

.g-xs {
  gap: 4px;
}

.gx-xs {
  column-gap: 4px;
}

.gy-xs {
  row-gap: 4px;
}

.g-sm {
  gap: 8px;
}

.gx-sm {
  column-gap: 8px;
}

.gy-sm {
  row-gap: 8px;
}

.g-md {
  gap: 16px;
}

.gx-md {
  column-gap: 16px;
}

.gy-md {
  row-gap: 16px;
}

.g-lg {
  gap: 24px;
}

.gx-lg {
  column-gap: 24px;
}

.gy-lg {
  row-gap: 24px;
}

.g-xl {
  gap: 32px;
}

.gx-xl {
  column-gap: 32px;
}

.gy-xl {
  row-gap: 32px;
}

.g-xxl {
  gap: 48px;
}

.gx-xxl {
  column-gap: 48px;
}

.gy-xxl {
  row-gap: 48px;
}

.g-xxxl {
  gap: 64px;
}

.gx-xxxl {
  column-gap: 64px;
}

.gy-xxxl {
  row-gap: 64px;
}

@media (min-width: 576px) {
  .sm:g-none {
    gap: 0;
  }
  .sm:gx-none {
    column-gap: 0;
  }
  .sm:gy-none {
    row-gap: 0;
  }
  .sm:g-xs {
    gap: 4px;
  }
  .sm:gx-xs {
    column-gap: 4px;
  }
  .sm:gy-xs {
    row-gap: 4px;
  }
  .sm:g-sm {
    gap: 8px;
  }
  .sm:gx-sm {
    column-gap: 8px;
  }
  .sm:gy-sm {
    row-gap: 8px;
  }
  .sm:g-md {
    gap: 16px;
  }
  .sm:gx-md {
    column-gap: 16px;
  }
  .sm:gy-md {
    row-gap: 16px;
  }
  .sm:g-lg {
    gap: 24px;
  }
  .sm:gx-lg {
    column-gap: 24px;
  }
  .sm:gy-lg {
    row-gap: 24px;
  }
  .sm:g-xl {
    gap: 32px;
  }
  .sm:gx-xl {
    column-gap: 32px;
  }
  .sm:gy-xl {
    row-gap: 32px;
  }
  .sm:g-xxl {
    gap: 48px;
  }
  .sm:gx-xxl {
    column-gap: 48px;
  }
  .sm:gy-xxl {
    row-gap: 48px;
  }
  .sm:g-xxxl {
    gap: 64px;
  }
  .sm:gx-xxxl {
    column-gap: 64px;
  }
  .sm:gy-xxxl {
    row-gap: 64px;
  }
}
@media (min-width: 768px) {
  .md:g-none {
    gap: 0;
  }
  .md:gx-none {
    column-gap: 0;
  }
  .md:gy-none {
    row-gap: 0;
  }
  .md:g-xs {
    gap: 4px;
  }
  .md:gx-xs {
    column-gap: 4px;
  }
  .md:gy-xs {
    row-gap: 4px;
  }
  .md:g-sm {
    gap: 8px;
  }
  .md:gx-sm {
    column-gap: 8px;
  }
  .md:gy-sm {
    row-gap: 8px;
  }
  .md:g-md {
    gap: 16px;
  }
  .md:gx-md {
    column-gap: 16px;
  }
  .md:gy-md {
    row-gap: 16px;
  }
  .md:g-lg {
    gap: 24px;
  }
  .md:gx-lg {
    column-gap: 24px;
  }
  .md:gy-lg {
    row-gap: 24px;
  }
  .md:g-xl {
    gap: 32px;
  }
  .md:gx-xl {
    column-gap: 32px;
  }
  .md:gy-xl {
    row-gap: 32px;
  }
  .md:g-xxl {
    gap: 48px;
  }
  .md:gx-xxl {
    column-gap: 48px;
  }
  .md:gy-xxl {
    row-gap: 48px;
  }
  .md:g-xxxl {
    gap: 64px;
  }
  .md:gx-xxxl {
    column-gap: 64px;
  }
  .md:gy-xxxl {
    row-gap: 64px;
  }
}
@media (min-width: 992px) {
  .lg:g-none {
    gap: 0;
  }
  .lg:gx-none {
    column-gap: 0;
  }
  .lg:gy-none {
    row-gap: 0;
  }
  .lg:g-xs {
    gap: 4px;
  }
  .lg:gx-xs {
    column-gap: 4px;
  }
  .lg:gy-xs {
    row-gap: 4px;
  }
  .lg:g-sm {
    gap: 8px;
  }
  .lg:gx-sm {
    column-gap: 8px;
  }
  .lg:gy-sm {
    row-gap: 8px;
  }
  .lg:g-md {
    gap: 16px;
  }
  .lg:gx-md {
    column-gap: 16px;
  }
  .lg:gy-md {
    row-gap: 16px;
  }
  .lg:g-lg {
    gap: 24px;
  }
  .lg:gx-lg {
    column-gap: 24px;
  }
  .lg:gy-lg {
    row-gap: 24px;
  }
  .lg:g-xl {
    gap: 32px;
  }
  .lg:gx-xl {
    column-gap: 32px;
  }
  .lg:gy-xl {
    row-gap: 32px;
  }
  .lg:g-xxl {
    gap: 48px;
  }
  .lg:gx-xxl {
    column-gap: 48px;
  }
  .lg:gy-xxl {
    row-gap: 48px;
  }
  .lg:g-xxxl {
    gap: 64px;
  }
  .lg:gx-xxxl {
    column-gap: 64px;
  }
  .lg:gy-xxxl {
    row-gap: 64px;
  }
}
@media (min-width: 1200px) {
  .xl:g-none {
    gap: 0;
  }
  .xl:gx-none {
    column-gap: 0;
  }
  .xl:gy-none {
    row-gap: 0;
  }
  .xl:g-xs {
    gap: 4px;
  }
  .xl:gx-xs {
    column-gap: 4px;
  }
  .xl:gy-xs {
    row-gap: 4px;
  }
  .xl:g-sm {
    gap: 8px;
  }
  .xl:gx-sm {
    column-gap: 8px;
  }
  .xl:gy-sm {
    row-gap: 8px;
  }
  .xl:g-md {
    gap: 16px;
  }
  .xl:gx-md {
    column-gap: 16px;
  }
  .xl:gy-md {
    row-gap: 16px;
  }
  .xl:g-lg {
    gap: 24px;
  }
  .xl:gx-lg {
    column-gap: 24px;
  }
  .xl:gy-lg {
    row-gap: 24px;
  }
  .xl:g-xl {
    gap: 32px;
  }
  .xl:gx-xl {
    column-gap: 32px;
  }
  .xl:gy-xl {
    row-gap: 32px;
  }
  .xl:g-xxl {
    gap: 48px;
  }
  .xl:gx-xxl {
    column-gap: 48px;
  }
  .xl:gy-xxl {
    row-gap: 48px;
  }
  .xl:g-xxxl {
    gap: 64px;
  }
  .xl:gx-xxxl {
    column-gap: 64px;
  }
  .xl:gy-xxxl {
    row-gap: 64px;
  }
}
@media (min-width: 1400px) {
  .xxl:g-none {
    gap: 0;
  }
  .xxl:gx-none {
    column-gap: 0;
  }
  .xxl:gy-none {
    row-gap: 0;
  }
  .xxl:g-xs {
    gap: 4px;
  }
  .xxl:gx-xs {
    column-gap: 4px;
  }
  .xxl:gy-xs {
    row-gap: 4px;
  }
  .xxl:g-sm {
    gap: 8px;
  }
  .xxl:gx-sm {
    column-gap: 8px;
  }
  .xxl:gy-sm {
    row-gap: 8px;
  }
  .xxl:g-md {
    gap: 16px;
  }
  .xxl:gx-md {
    column-gap: 16px;
  }
  .xxl:gy-md {
    row-gap: 16px;
  }
  .xxl:g-lg {
    gap: 24px;
  }
  .xxl:gx-lg {
    column-gap: 24px;
  }
  .xxl:gy-lg {
    row-gap: 24px;
  }
  .xxl:g-xl {
    gap: 32px;
  }
  .xxl:gx-xl {
    column-gap: 32px;
  }
  .xxl:gy-xl {
    row-gap: 32px;
  }
  .xxl:g-xxl {
    gap: 48px;
  }
  .xxl:gx-xxl {
    column-gap: 48px;
  }
  .xxl:gy-xxl {
    row-gap: 48px;
  }
  .xxl:g-xxxl {
    gap: 64px;
  }
  .xxl:gx-xxxl {
    column-gap: 64px;
  }
  .xxl:gy-xxxl {
    row-gap: 64px;
  }
}
.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

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

@media (min-width: 576px) {
  .sm:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .md:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .lg:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .xl:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .xxl:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-container {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  max-width: 600px;
  width: min(600px, 100vw - 32px);
  max-height: 90dvh;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  overflow: auto;
  animation: slide-up 0.5s ease-out;
}
.modal-container--sm {
  max-width: 500px;
  width: min(500px, 100vw - 32px);
}
.modal-container--lg {
  max-width: 768px;
  width: min(768px, 100vw - 32px);
}
.modal-container--no-padding {
  padding: 0;
}
.modal-container--fix-header {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.modal-container--fix-header .modal-body {
  overflow: auto;
}
.modal-container p {
  color: #6e6e80;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  user-select: none;
  cursor: pointer;
  color: #6e6e80;
  font-size: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.modal-close-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding: 16px 24px;
  border-top: 1px solid #e5e5e5;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  gap: 8px;
  color: #007852;
  padding: 8px 16px;
}
.btn:hover {
  background-color: #f0f0f0;
}
.btn--sm {
  font-size: 0.875em;
  padding: 4px 8px;
}
.btn--primary {
  color: #007852;
}
.btn--primary:hover {
  color: #ffffff;
  background-color: #007852;
}
.btn--info {
  color: #ffffff;
  background-color: #4285F4;
}
.btn--info:hover {
  background-color: #3367D6;
}
.btn--cancel {
  color: #DB4437;
}
.btn--cancel:hover {
  color: #ffffff;
  background-color: #f38686;
}
.btn-flat--primary {
  background-color: #007852;
  color: #ffffff;
}
.btn-flat--primary:hover {
  background-color: #005a3e;
}
.btn-flat--info {
  background-color: #4285F4;
  color: #ffffff;
}
.btn-flat--info:hover {
  background-color: #3367D6;
}
.btn-flat--error, .btn-flat--cancel {
  background-color: #DB4437;
  color: #ffffff;
}
.btn-flat--error:hover, .btn-flat--cancel:hover {
  background-color: #B72D29;
}
.btn-outline {
  border: 1px solid #e5e5e5;
  color: #343541;
}
.btn-outline:hover {
  background-color: #f7f7f8;
}
.btn-outline--primary {
  border-color: #007852;
  color: #007852;
}
.btn-outline--primary:hover {
  background-color: #007852;
  color: #ffffff;
}
.btn-outline--info {
  border-color: #4285F4;
  color: #4285F4;
}
.btn-outline--info:hover {
  background-color: #4285F4;
  color: #ffffff;
}
.btn-outline--error, .btn-outline--cancel {
  border-color: #DB4437;
  color: #DB4437;
}
.btn-outline--error:hover, .btn-outline--cancel:hover {
  background-color: #DB4437;
  color: #ffffff;
}
.btn__icon {
  font-size: 0.8em;
}

.icon-btn {
  position: relative;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  transition: all 0.2s;
  transform: scale(1);
  padding: 4px;
}
.icon-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 166%;
  height: 166%;
  left: -33%;
  top: -33%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: opacity, transform 0.2s ease-in-out;
  opacity: 0;
  transform: scale(0);
  cursor: pointer;
}
.icon-btn:hover:after {
  opacity: 1;
  transform: scale(1);
}
.icon-btn--lg {
  width: 36px;
  height: 36px;
}
.icon-btn--primary {
  color: #007852;
}
.icon-btn--primary:after {
  background: rgba(0, 120, 82, 0.2);
}
.icon-btn--grey {
  color: #6e6e80;
}
.icon-btn--grey:after {
  background: rgba(110, 110, 128, 0.2);
}
.icon-btn--error {
  color: #DB4437;
}
.icon-btn--error:after {
  background: rgba(219, 68, 55, 0.2);
}
.icon-btn-outline {
  overflow: hidden;
  border: 1px solid currentColor;
}
.icon-btn svg {
  vertical-align: middle;
}

.pair-btn {
  display: inline-flex;
  border: #007852 1px solid;
  border-radius: 4px;
  overflow: hidden;
}
.pair-btn > .btn {
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-field {
  margin-bottom: 16px;
}
.form-field__label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #343541;
  font-size: 1em;
}
.form-field__optional {
  font-size: 0.875em;
  font-weight: 400;
  color: #6e6e80;
}
.form-field__input {
  width: 100%;
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 14px;
  color: #007852;
  background-color: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-field__input:focus {
  outline: none;
  border-color: #007852;
  box-shadow: 0 0 0 2px rgba(0, 120, 82, 0.1);
}
.form-field__input:disabled {
  background-color: #f0f0f0;
  color: #6e6e80;
  cursor: not-allowed;
}
.form-field__input::placeholder {
  color: #6e6e80;
}
.form-field__hint {
  margin-top: 4px;
  font-size: 12px;
  color: #6e6e80;
  line-height: 1.4;
}
.form-field__error-message {
  margin-top: 4px;
  font-size: 12px;
  color: #DB4437;
  line-height: 1.4;
}
.form-field--error .form-field__input {
  border-color: #DB4437;
}
.form-field--error .form-field__input:focus {
  border-color: #DB4437;
  box-shadow: 0 0 0 2px rgba(219, 68, 55, 0.1);
}
.form-field.free-size > textarea.form-field__input {
  field-sizing: content;
}

textarea.form-field__input {
  resize: vertical;
  min-height: 80px;
}

select.form-field__input {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
  appearance: none;
}

textarea.form-field__input.free-size {
  field-sizing: content;
}

.snackbar-btn--primary {
  color: #ffffff;
}
.snackbar-btn--primary:hover {
  background-color: #005a3e;
}
.snackbar-btn--error {
  color: white;
}
.snackbar-btn--error:hover {
  background-color: #B72D29;
}

.form-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 36px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.form-switch[aria-checked=true] .form-switch__track {
  background-color: #007852;
}
.form-switch[aria-checked=true] .form-switch__thumb {
  left: 18px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.form-switch--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.form-switch:focus-visible {
  outline: none;
}
.form-switch:focus-visible .form-switch__track {
  box-shadow: 0 0 0 2px rgba(0, 120, 82, 0.2);
}
.form-switch__track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background-color: #f0f0f0;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
}
.form-switch__thumb {
  position: absolute;
  top: 3px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: left 0.2s ease-out, background-color 0.2s ease-out, box-shadow 0.2s ease-out;
}
.form-switch-container {
  display: flex;
  align-items: center;
}

.table-container {
  position: relative;
  display: flex;
  overflow: auto;
  min-height: 0;
  flex: 1 1 0;
  flex-direction: column;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.9rem;
}
.custom-table th,
.custom-table td {
  padding: 8px;
  border-bottom: 1px solid #e5e5e5;
  white-space: normal;
  word-break: break-word;
}
.custom-table th {
  font-weight: 600;
  color: #6e6e80;
  background: #f9f9f9;
  position: sticky;
  top: 0;
  z-index: 1;
  vertical-align: middle;
}
.custom-table td {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.custom-table tr {
  height: 40px;
}
.custom-table tr:hover {
  background: #f5f5f5;
}

.table-placeholder {
  position: sticky;
  inset: 0 auto 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  gap: 16px;
  padding: 24px;
}
.table-placeholder .table-placeholder__icon {
  font-size: 48px;
  color: #6e6e80;
}
.table-placeholder__description {
  margin-top: 16px;
  opacity: 0.75;
}
.table-placeholder--waiting .table-placeholder__description {
  transform: translateX(0.5em);
}
.table-placeholder--error .table-placeholder__icon {
  color: #f38686;
}
.table-placeholder--error .table-placeholder__description {
  color: #B72D29;
}

.number-range-picker {
  width: 100%;
}
.number-range-picker__sliders {
  position: relative;
  margin-bottom: 16px;
  padding: 8px 0;
}
.number-range-picker__track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: #e5e5e5;
  border-radius: 2px;
  transform: translateY(-50%);
  z-index: 1;
}
.number-range-picker__range {
  position: absolute;
  top: 0;
  height: 100%;
  background: #007852;
  border-radius: 2px;
  z-index: 2;
}
.number-range-picker__slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  outline: none;
  z-index: 3;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.number-range-picker__slider::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #007852;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out;
}
.number-range-picker__slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}
.number-range-picker__slider::-webkit-slider-thumb:active {
  transform: scale(1.2);
}
.number-range-picker__slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #007852;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out;
}
.number-range-picker__slider::-moz-range-thumb:hover {
  transform: scale(1.1);
}
.number-range-picker__slider::-moz-range-thumb:active {
  transform: scale(1.2);
}
.number-range-picker__slider::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}
.number-range-picker__slider::-moz-range-track {
  height: 4px;
  background: transparent;
}
.number-range-picker__slider:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.number-range-picker__slider:disabled::-webkit-slider-thumb {
  background: #acacbe;
  cursor: not-allowed;
}
.number-range-picker__slider:disabled::-moz-range-thumb {
  background: #acacbe;
  cursor: not-allowed;
}
.number-range-picker__inputs {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.number-range-picker__input-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.number-range-picker__input-label {
  font-size: 0.875em;
  color: #343541;
  font-weight: 500;
}
.number-range-picker__input {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 1em;
  color: #343541;
  background: #ffffff;
  transition: border-color 0.2s ease-in-out;
}
.number-range-picker__input:focus {
  outline: none;
  border-color: #007852;
}
.number-range-picker__input:disabled {
  background: #6e6e80;
  color: #acacbe;
  cursor: not-allowed;
}
.number-range-picker__input::-webkit-inner-spin-button, .number-range-picker__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-range-picker__input[type=number] {
  -moz-appearance: textfield;
}

.loader {
  text-align: center;
}
.loader__title {
  color: #007852;
  margin-top: 24px;
  margin-bottom: 16px;
}
.loader__description {
  color: #6e6e80;
  margin-bottom: 24px;
  font-size: 1em;
}
.loader__loading-bar {
  height: 8px;
  background-color: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
}
.loader__progress {
  height: 100%;
  background-color: #007852;
  border-radius: 4px;
  width: 30%;
  position: absolute;
  top: 0;
  left: -30%;
  animation: moveRightToLeft 2s infinite linear;
}
.loader__tip {
  background-color: #f7f7f8;
  padding: 16px;
  border-radius: 8px;
  border-left: 4px solid #007852;
  text-align: left;
}

@keyframes moveRightToLeft {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}
.placeholder-hint {
  width: fit-content;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6e6e80;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 8px 16px;
  margin: 24px auto 16px;
}

.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 {
  margin-bottom: 8px;
}
.markdown p {
  margin-bottom: 8px;
}
.markdown ul, .markdown li, .markdown ol {
  list-style: unset;
}
.markdown ul, .markdown ol {
  margin-bottom: 16px;
  padding-left: 16px;
}
.markdown li {
  margin-bottom: 8px;
}
.markdown th {
  background-color: #f5f9f7;
}
.markdown th, .markdown td {
  border: 1px solid #e5e5e5;
  padding: 4px 8px;
}
.markdown hr {
  margin: 16px 0;
}

.filter-panel {
  position: absolute;
  z-index: 1000;
  min-width: min(360px, 100dvw - 16px);
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 8px;
}
.filter-panel__header {
  padding: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.filter-panel__title {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  color: #343541;
}
.filter-panel__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: min(500px, 100dvh - 264px);
  overflow-y: auto;
}
.filter-panel__footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px;
  border-top: 1px solid #e5e5e5;
}
.filter-panel__button {
  padding: 8px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background-color: #ffffff;
  color: #343541;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-panel__button:hover {
  background-color: #d2ecd9;
}
.filter-panel__button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 120, 82, 0.2);
}
.filter-panel__button--primary {
  background-color: #007852;
  color: #ffffff;
  border-color: #007852;
}
.filter-panel__button--primary:hover {
  background-color: #005a3e;
}

.filter-panel__content > .form-field {
  display: flex;
  flex-direction: column;
}
.filter-panel__content > .form-field .form-field__label {
  font-size: 0.875em;
  color: #6e6e80;
  width: 8em;
  flex-shrink: 0;
  margin-top: calc(8px + 0.25ex);
  margin-right: 8px;
}
.filter-panel__content > .form-field .form-field__input {
  padding: 8px;
}
.filter-panel__content > .form-field .number-range-picker {
  padding-top: calc(8px + 0.5ex);
}

.filter-tags {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px;
  flex-wrap: wrap;
}
.filter-tags__list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.filter-tags__tag {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background-color: #f0f0f0;
  border-radius: 8px;
  font-size: 0.875em;
}
.filter-tags__tag-label {
  color: #343541;
}
.filter-tags__tag-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
  color: #6e6e80;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.filter-tags__tag-remove:hover {
  background-color: #acacbe;
  color: #343541;
}
.filter-tags__tag-remove:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 120, 82, 0.2);
}
.filter-tags__tag-remove i {
  font-size: 10px;
}
.filter-tags__clear-all {
  padding: 4px 8px;
  border: none;
  background-color: transparent;
  color: #007852;
  font-size: 0.875em;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.filter-tags__clear-all:hover {
  color: #005a3e;
}
.filter-tags__clear-all:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 120, 82, 0.2);
}

@media (min-width: 768px) {
  .filter-panel {
    width: 400px;
  }
  .filter-panel__content > .form-field {
    flex-direction: row;
  }
}
.bg-white {
  background-color: #ffffff;
}

.bg-light {
  background-color: #f7f7f8;
}

.bg-grey {
  background-color: #f0f0f0;
}

.bg-primary {
  background-color: #f5f9f7;
}

.clickable {
  cursor: pointer;
}

.scrollable {
  overflow: auto !important;
}

.w-100 {
  width: 100% !important;
}

.width-fit-content {
  width: fit-content !important;
}

@media (min-width: 576px) {
  .mobile-show {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .mobile-hide {
    display: none !important;
  }
}
.app-container {
  position: absolute;
  inset: 0;
}