:root {
  --color--background: var(--base-color-brand--white);
  --color--text: var(--base-color-brand--black);
  --text-color--text-primary: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-neutral--black);
  --border-color--border-primary: var(--base-color-neutral--black);
  --color--button-background: var(--primary);
  --color--button-text: var(--base-color-brand--white);
  --base-color-neutral--black: #3f3d3e;
  --base-color-neutral--white: #faf9fa;
  --base-color-brand--black: #3f3d3e;
  --base-color-brand--white: #faf9fa;
  --color: rgba(255, 255, 255, 0.95);
  --primary: #1F66FF;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(
    --base-color-neutral--neutral-lightest
  );
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-primary: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(
    --base-color-neutral--neutral-light
  );
  --background-color--background-alternate: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(
    --base-color-system--success-green-light
  );
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(
    --base-color-system--error-red-light
  );
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eef0f2;
  --light-grey-archive\<deleted\|variable-150a737e\>: #f4f4f4;
  --white-archive\<deleted\|variable-1766b841\>: white;
  --base-color-neutral--neutral-light: #aaa;
  --color--toggle-offset: 0rem;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  --dark--background: var(--base-color-brand--black);
  --dark--text: var(--base-color-brand--white);
  --dark--button-background: var(--primary-dark);
  --dark--button-text: var(--base-color-brand--black);
  --dark--toggle-offset: 1rem;
  --primary-dark: #6673e7;
}

#vue_strategy_lab {
  font-family: Arial, sans-serif;
  margin: 0 auto;
  padding: 0 1rem;
}

.header_lab {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 1rem;
  margin-bottom: 1rem;
}

.main_lab {
  display: flex;
  gap: 0.8rem;
}

.sidebar,
.right-sidebar {
  background-color: #f9f9f9;
  border-radius: 4px;
}

.right-sidebar {
  padding: 0 0.5rem;
  width: 100%;
  padding-bottom: 0rem;
}

.sidebar {
  padding: 0.5rem;
  display: flex;
  min-width: 388px;
  background-color: #eef0f2;
  border-radius: 12px;
}

.sidebar-nav {
  padding: 1.2rem 0rem;
}

.sidebar-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.3rem;
  flex-direction: column;
  border-radius: 8px;
  margin: 4px 4px;
  padding: 13px 8px 11px 8px;
  cursor: pointer;
  transition: all 0.1s;
  text-wrap-mode: nowrap;
}

.blue-background {
  
}

.project-strategies {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.project-disc {
  margin-top: 0.33rem;
  font-size: 0.9em;
  color: #666;
}

.strategy-logic, .strategy-tag{
  display: inline-block;
  background: rgba(31, 102, 255, 0.08);
  color: var(--primary);
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 4px;
  font-size: 0.9em;
}

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

.sidebar-item:hover {
  background: rgba(31, 102, 255, 0.08);
}

.sidebar-item.active {
  background: rgba(31, 102, 255, 0.08);
}

.sidebar-item i {
  font-size: larger;
}

.sidebar-item span {
  font-size: small;
}

.sidebar-content {
  flex-grow: 1;
  padding: 1.1rem 0.8rem 0rem 0.8rem;
  border-radius: 4px;
  flex-direction: column;
}

.search-bar {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.search-bar input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.project-name-header {
  width: 100%;
  cursor: pointer;
  margin-bottom: 1rem;
  border-radius: 4px;
}

.project-name-header:hover {
  background-color: rgba(0, 0, 0, 0.03);
  transition: background-color 0.2s ease;
}

.project-name-header .project-name-input {
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
  padding: 4px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.project-name-header .project-name-input:focus {
  outline: none;
  border-color: #1f66ff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.strategy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  max-height: 533px;
  overflow-y: auto;
  padding-right: 0.3rem;
  padding-bottom: 0.3rem;
}

.strategy-item,
.dropped-strategy {
  background-color: #faf9fa;
  /*border: 1px solid #aaa;*/
  border-radius: 1rem;
  padding: 1.1rem 0.5rem;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

/* Fix scroll button positioning */
.toolbox-tab-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  background: rgba(255, 255, 255, 0.8);
  color: var(--primary);
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  opacity: 0.7;
  height: 100%;
  font-size: 0.9rem;
}

.scroll-arrow.left {
  left: -7%;
}

.scroll-arrow.right {
  right: -7%;
}

.scroll-arrow:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
}

.strategy-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.strategy-item i {
  font-size: 22px;
  margin-bottom: 8px;
  display: block;
}
.drop-zone {
  height: 30px;
  margin-bottom: 10px;
  border: 2px dashed rgba(31, 102, 255, 0.7);
  /* Initially invisible border */
  background-color: rgba(31, 102, 255, 0.1);
  /* Initially transparent */
  border-radius: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.drop-target {
  background-color: rgba(31, 102, 255, 0.3);
  /* Highlight when hovered */
  border-color: rgba(31, 102, 255, 1);
  /* Highlight border */
}

.delete-button {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  /* Red color for the delete button */
  cursor: pointer;
}

.delete-button i {
  font-size: 14px !important;
}
.delete-button:hover {
  color: #c0392b;
  /* Darker red on hover */
}

.dropped-strategies {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  max-height: 533px;
  overflow-y: auto;
}

.dropped-strategy {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 1rem;
}

.empty-state i {
  font-size: 40px;
}

.parameter-settings {
  padding: 1rem;
  width: 100%;
}

.parameters-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
}

.form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.prompt-section {
  margin-bottom: 20px;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 4px;
  white-space: pre-wrap;
}

.prompt-section h5 {
  margin-top: 0;
  color: #666;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  text-transform: capitalize;
}

.form-group input {
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.strategy-parameters {
  font-size: 0.8rem;
  color: #666;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}

.dropped-strategy i {
  font-size: 24px;
  margin-bottom: 5px;
}

.right-sidebar input {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.strategy-header {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.action-buttons {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.action-buttons button {
  flex-grow: 1;
}

.lab-button {
  border: none;
  cursor: pointer;
  padding: 0.5rem 0.7rem;
  border-radius: 4px;
  background-color: #4a4a4a;
  color: white;
  white-space: nowrap;
  min-width: fit-content;
}

.strategy-details {
  height: 550px;
  background-color: #eef0f2;
  border-radius: 12px;
  position: relative;
  padding: 0.8rem;
  overflow: auto;
  max-height: calc(100vh - 200px);
}

.strategy-item.active {
  background-color: rgba(31, 102, 255, 0.04);
  border-left: 3px solid var(--primary);
}

.copy-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.layout-box {
  display: flex;
}

.layout-left-box {
  flex: 1;
  width: 0;
  order: 0;
}

.layout-right-box {
  flex-shrink: 0;
  width: 28%;
  height: 100vh;
  order: 1;
  position: relative;
}

.section__hero_article{
  margin-top: 8rem;
  margin-bottom: -3rem;
}


.scrollable::-webkit-scrollbar {
  display: none !important;
}

.feature_tabs-menu2::-webkit-scrollbar {
  width: 8px;
  /* 滾動條的寬度 */
  height: 5px;
  /* 水平滾動條的高度 */
}

/* 滾動條的背景 */
.feature_tabs-menu2::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 淡色背景 */
  border-radius: 10px;
  /* 圓角效果 */
}
/* 滾動條滑塊 */
.feature_tabs-menu2::-webkit-scrollbar-thumb {
  background: rgba(31, 102, 255, 0.35);
  /* 淡黑色的滑塊，透明度較低 */
  border-radius: 10px;
  /* 滑塊圓角 */
}

/* 滾動條滑塊在懸停時的效果 */
.feature_tabs-menu2::-webkit-scrollbar-thumb:hover {
  background: rgba(31, 102, 255, 0.55);
  /* 懸停時顏色稍微深一點 */
}

.scrollable {
  overflow-y: auto;
  height: 100%;
}

.show-tablet {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .show-tablet {
    display: flex !important;
    flex: 1 1 0%;
    max-width: none;
    min-width: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  .show-tablet .navbar13_link {
    width: 100%;
    text-align: center;
    padding: 0.2rem 0 0.1rem 0;
    box-sizing: border-box;
  }
  .show-tablet img.image-2 {
    display: block;
    margin: 0 auto 0.1rem auto;
  }
}

.side_layout_container {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  width: inherit;
  border-left: 1px solid rgba(170, 170, 170, 0.3);
}

.side_navbar {
  position: relative;
  width: 48px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-left: 1px solid rgba(170, 170, 170, 0.3);
  background-color: #faf9fa;
  order: 1;
  box-sizing: border-box;
  z-index: 101;
}

.module_list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 991px) {
  .module_list {
    flex-direction: row;
  }
}
.module_list::-webkit-scrollbar {
  display: none;
}
.module_item {
  flex: 0 0 auto;
}

.module_list .module_item {
  position: relative;
  display: flex;
  display: -webkit-flex;
  padding: 8px;
  cursor: pointer;
  width: 2.5rem;
}

.module_list .module_item .module_active_icon {
  height: 26px;
}

.tradingview-widget-container {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--color--background);
  color: var(--color--text);
  font-family: Noto Sans TC, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  zoom: 0.9;
}

h1 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
}

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

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

blockquote {
  border-left: 0.1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.hide {
  display: none;
}

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

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

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

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

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

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

.container-large.larger {
  max-width: 90rem;
}

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

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

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

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

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

.form-message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: 0.25rem;
}

.margin-xxsmall {
  margin: 0.5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}
.padding-xxhuge {
  padding: 10rem;
}
.margin-top,
.margin-top.margin-custom1,
.margin-top.margin-huge,
.margin-top.margin-small,
.margin-top.margin-tiny,
.margin-top.margin-custom3,
.margin-top.margin-medium,
.margin-top.margin-xxsmall,
.margin-top.margin-xxhuge,
.margin-top.margin-custom2,
.margin-top.margin-xsmall,
.margin-top.margin-large,
.margin-top.margin-xxlarge,
.margin-top.margin-xlarge,
.margin-top.margin-0,
.margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.margin-bottom,
.margin-bottom.margin-xxlarge,
.margin-bottom.margin-medium,
.margin-bottom.margin-custom3,
.margin-bottom.margin-custom1,
.margin-bottom.margin-tiny,
.margin-bottom.margin-small,
.margin-bottom.margin-large,
.margin-bottom.margin-0,
.margin-bottom.margin-xlarge,
.margin-bottom.margin-xhuge,
.margin-bottom.margin-xxhuge,
.margin-bottom.margin-huge,
.margin-bottom.margin-xxsmall,
.margin-bottom.margin-custom2,
.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.margin-left,
.margin-left.margin-tiny,
.margin-left.margin-xxlarge,
.margin-left.margin-0,
.margin-left.margin-small,
.margin-left.margin-xsmall,
.margin-left.margin-large,
.margin-left.margin-huge,
.margin-left.margin-xlarge,
.margin-left.margin-custom3,
.margin-left.margin-xxsmall,
.margin-left.margin-custom1,
.margin-left.margin-custom2,
.margin-left.margin-xhuge,
.margin-left.margin-xxhuge,
.margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right,
.margin-right.margin-huge,
.margin-right.margin-xsmall,
.margin-right.margin-xxhuge,
.margin-right.margin-small,
.margin-right.margin-medium,
.margin-right.margin-xlarge,
.margin-right.margin-custom3,
.margin-right.margin-custom2,
.margin-right.margin-xxsmall,
.margin-right.margin-xhuge,
.margin-right.margin-custom1,
.margin-right.margin-large,
.margin-right.margin-0,
.margin-right.margin-xxlarge,
.margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical,
.margin-vertical.margin-medium,
.margin-vertical.margin-xlarge,
.margin-vertical.margin-xxsmall,
.margin-vertical.margin-xxlarge,
.margin-vertical.margin-huge,
.margin-vertical.margin-0,
.margin-vertical.margin-xxhuge,
.margin-vertical.margin-tiny,
.margin-vertical.margin-xsmall,
.margin-vertical.margin-custom1,
.margin-vertical.margin-small,
.margin-vertical.margin-large,
.margin-vertical.margin-xhuge,
.margin-vertical.margin-custom2,
.margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal,
.margin-horizontal.margin-medium,
.margin-horizontal.margin-tiny,
.margin-horizontal.margin-custom3,
.margin-horizontal.margin-0,
.margin-horizontal.margin-xxlarge,
.margin-horizontal.margin-xhuge,
.margin-horizontal.margin-huge,
.margin-horizontal.margin-xlarge,
.margin-horizontal.margin-custom1,
.margin-horizontal.margin-xxsmall,
.margin-horizontal.margin-xsmall,
.margin-horizontal.margin-large,
.margin-horizontal.margin-custom2,
.margin-horizontal.margin-small,
.margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top,
.padding-top.padding-xhuge,
.padding-top.padding-xxhuge,
.padding-top.padding-0,
.padding-top.padding-large,
.padding-top.padding-custom2,
.padding-top.padding-xlarge,
.padding-top.padding-huge,
.padding-top.padding-xxsmall,
.padding-top.padding-custom3,
.padding-top.padding-tiny,
.padding-top.padding-medium,
.padding-top.padding-xxlarge,
.padding-top.padding-small,
.padding-top.padding-xsmall,
.padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom,
.padding-bottom.padding-xlarge,
.padding-bottom.padding-small,
.padding-bottom.padding-xxhuge,
.padding-bottom.padding-large,
.padding-bottom.padding-xhuge,
.padding-bottom.padding-custom2,
.padding-bottom.padding-xxsmall {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxsmall.child-grow {
  flex: 1;
}

.padding-bottom.padding-xxlarge,
.padding-bottom.padding-custom3,
.padding-bottom.padding-custom1,
.padding-bottom.padding-xsmall,
.padding-bottom.padding-huge,
.padding-bottom.padding-tiny,
.padding-bottom.padding-medium,
.padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left,
.padding-left.padding-xhuge,
.padding-left.padding-xlarge,
.padding-left.padding-0,
.padding-left.padding-small,
.padding-left.padding-xsmall,
.padding-left.padding-medium,
.padding-left.padding-xxhuge,
.padding-left.padding-huge,
.padding-left.padding-custom1,
.padding-left.padding-tiny,
.padding-left.padding-xxsmall,
.padding-left.padding-custom3,
.padding-left.padding-custom2,
.padding-left.padding-xxlarge,
.padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right,
.padding-right.padding-xxhuge,
.padding-right.padding-custom2,
.padding-right.padding-large,
.padding-right.padding-xlarge,
.padding-right.padding-tiny,
.padding-right.padding-custom3,
.padding-right.padding-custom1,
.padding-right.padding-xsmall,
.padding-right.padding-xxlarge,
.padding-right.padding-xxsmall,
.padding-right.padding-medium,
.padding-right.padding-xhuge,
.padding-right.padding-huge,
.padding-right.padding-0,
.padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical,
.padding-vertical.padding-0,
.padding-vertical.padding-xxhuge,
.padding-vertical.padding-large,
.padding-vertical.padding-custom3,
.padding-vertical.padding-medium,
.padding-vertical.padding-tiny,
.padding-vertical.padding-xxlarge,
.padding-vertical.padding-custom1,
.padding-vertical.padding-xsmall,
.padding-vertical.padding-xhuge,
.padding-vertical.padding-xlarge,
.padding-vertical.padding-custom2,
.padding-vertical.padding-xxsmall,
.padding-vertical.padding-huge,
.padding-vertical.padding-small,
.padding-vertical.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal,
.padding-horizontal.padding-xxsmall,
.padding-horizontal.padding-0,
.padding-horizontal.padding-custom3,
.padding-horizontal.padding-huge,
.padding-horizontal.padding-xsmall,
.padding-horizontal.padding-medium,
.padding-horizontal.padding-xxlarge,
.padding-horizontal.padding-large,
.padding-horizontal.padding-xhuge,
.padding-horizontal.padding-custom1,
.padding-horizontal.padding-tiny,
.padding-horizontal.padding-custom2,
.padding-horizontal.padding-xxhuge,
.padding-horizontal.padding-small,
.padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: 0.1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(
      135deg,
      rgba(255, 116, 72, 0.15),
      rgba(255, 72, 72, 0.15) 50%,
      rgba(98, 72, 255, 0.15)
    ),
    linear-gradient(#fff, #fff);
  border-radius: 0.6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

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

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, 0.14);
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

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

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

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

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

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  transition: all 0.2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.form_field-label {
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.button {
  background-color: var(--color--button-background);
  color: var(--color--button-text);
  text-align: center;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}

.button:hover,
.button-14:hover,
.button-15:hover {
  background-color: rgba(31, 102, 255, 0.9);
}


.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.button.is-icon {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  border: 1px solid var(--base-color-brand--black);
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}
.button.is-secondary:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: rgba(255, 255, 255, 0.03);
}
.button.is-secondary.is-alternate:hover {
  background-color: rgba(255, 255, 255, 0.07);
}

.button.is-secondary.is-small-copy {
  border-radius: 20px;
  padding: 0.25rem 1rem;
}

.button.is-small {
  border-radius: 8px;
  padding: 0.5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-brand--black);
  color: var(--base-color-brand--white);
}

.button.is-tertiary {
  background-color: var(--base-color-brand--black);
  color: var(--base-color-brand--white);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-icon-only {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.text-weight-normal {
  font-weight: 400;
}
.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.18);
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: rgba(190, 74, 165, 0.1);
}

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

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

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

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

.form_input {
  background-color: var(--color);
  color: var(--text-color--text-primary);
  border-radius: 12px;
  height: auto;
  min-height: 45px;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border: 1px solid var(--primary);
}

.form_input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.form_input.is-icon-left {
  padding-left: 2.75rem;
}

.form_input.is-icon-right {
  padding-right: 2.75rem;
}

.form_input.is-date-input {
  border: 1px solid #ccc;
  width: 100%;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

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

.button-group.is-center {
  justify-content: center;
}

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

.background-color-white {
  background-color: var(--base-color-neutral--white);
}

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

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

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

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

.icon-embed-large {
  background-color: var(--primary);
  color: var(--base-color-brand--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.icon-embed-large.shadow-xxlarge {
  height: 3rem;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

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

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

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

.background-color-black {
  background-color: var(--base-color-neutral--black);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: 0.5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: 0.75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  font-size: 0.875rem;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

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

.form_field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, 0.08),
    0 8px 8px -4px rgba(0, 0, 0, 0.03);
}

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

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

.icon-1x1-small.smaller {
  height: 1.7rem;
}

.class-label-row {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2,
.text-rich-text h3,
.text-rich-text h4 {
  line-height: 1.4;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}

.text-rich-text h2 {
  font-size: 2rem;
}

.text-rich-text h3 {
  font-size: 1.5rem;
}
.text-rich-text h4 {
  font-size: 1.25rem;
}

.text-rich-text h5,
.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}
.text-rich-text p {
  font-size: 1.2rem;
  line-height: 1.9;
  margin-bottom: 1rem;
}

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

.text-rich-text table th {
  text-align: left;
  padding: 0.5rem 1rem;
  border: 1px solid #737373;
}

.text-rich-text table td {
  padding: 0.5rem 1rem;
  border: 1px solid #737373;
}
.text-rich-text table p {
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 1.1rem;
}

.text-rich-text img {
  max-width: 100%;
  height: auto;
}

.search-input{
  padding: 8px 16px;
  padding-right: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  width: 200px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #f5f5f5;
}
.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

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

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.06);
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08),
    0 4px 6px -2px rgba(0, 0, 0, 0.03);
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

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

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

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

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

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

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #161616;
  border-radius: 0.75rem;
  margin-top: 1rem;
  padding: 0.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: var(--link-color--link-primary);
  background-color: #fff;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

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

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

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url("../images/Webflow-Background.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shell2_wrapper {
  min-height: 100vh;
  display: flex;
}

.sidebar1_component {
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  align-content: flex-start;
  width: 19.5rem;
  min-width: 19.5rem;
  height: 100vh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sidebar1_container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.sidebar1_logo-link {
  align-self: flex-start;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}

.sidebar1_logo {
  height: 3.8rem;
}

.sidebar1_menu {
  height: 100%;
}

.sidebar1_menu-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.sidebar1_logo-wrapper-tablet,
.sidebar1_logo-link-tablet {
  display: none;
}

.sidebar1_close-mobile {
  cursor: pointer;
  display: none;
}

.section__blog-post-header {
  margin-top: 2rem;
}

.sidebar1_menu-button {
  padding: 0;
}

.sidebar1_form-block {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.form_icon-wrapper {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 12px;
  right: auto;
}

.sidebar1_menu-top {
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: auto;
}

.sidebar1_link {
  grid-column-gap: 0.5rem;
  text-align: center;
  align-items: center;
  padding: 0.5rem;
  text-decoration: none;
  display: none;
}

.sidebar1_link.w--current {
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--base-color-neutral--black);
}

.sidebar1_link.is-indent {
  padding-left: 2.75rem;
}

.sidebar1_link.is-show {
  display: flex;
}

.sidebar1_link-wrapper {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  width: 100%;
  display: flex;
}
.sidebar1_badge {
  border: 1px solid var(--border-color--border-primary);
  border-radius: 5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.sidebar1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.sidebar1_accordion-icon {
  width: 1rem;
  height: 1rem;
  display: flex;
}

.sidebar1_accordion-list {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.sidebar1_menu-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}
.line-divider {
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

.sidebar1_link-list {
  flex-direction: column;
  display: flex;
}

.sidebar1_account {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.sidebar1_avatar {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sidebar1_avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
}

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

.sidebar1_dropdown-toggle {
  padding: 0;
}

.sidebar1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  padding: 0.5rem;
  top: auto;
  bottom: 100%;
  left: auto;
  right: 0%;
}

.sidebar1_dropdown-link {
  padding: 0.5rem 1rem;
}

.sidebar1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.sidebar1_dropdown-divider {
  background-color: var(--base-color-neutral--black);
  height: 1px;
  margin: 0.5rem;
}

.sidebar1_background-layer {
  display: none;
}

.sidebar-type-label-delete-this {
  z-index: 999999;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--neutral-lightest);
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  align-items: center;
  height: 1.5rem;
  padding-left: 0.25rem;
  padding-right: 0.6rem;
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0;
  right: 1.5rem;
}

.sidebar-type-label-delete-this.is-level3 {
  color: #6248ff;
  background-color: #e7e4ff;
  border-color: rgba(98, 72, 255, 0.25);
}

.shell2_main-wrapper {
  background-color: var(--base-color-neutral--neutral-lightest);
  flex: 1;
  position: relative;
}

.shell-header-text-replace-this {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-bottom: 2px dashed #d3d3d3;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.shell-content-text-replace-this {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  border: 2px dashed #d3d3d3;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.topbar1_component {
  z-index: 999;
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.topbar1_container {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.topbar1_menu-button {
  padding: 0;
}

.topbar1_menu {
  flex: 1;
  align-items: center;
  margin-left: 1.5rem;
  position: static;
}

.topbar1_link {
  padding: 0.5rem 1rem;
}

.topbar1_link.w--current {
  color: var(--base-color-neutral--black);
}

.topbar1_menu-dropdown {
  z-index: 1;
}

.topbar1_dropdown-link-toggle {
  grid-column-gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 1rem;
  display: flex;
}

.dropdown-chevron {
  color: var(--text-color--text-primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.topbar1_dropdown-link-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  padding: 0.5rem;
}

.topbar1_dropdown-link {
  padding: 0.5rem 1rem;
}

.topbar1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.topbar1_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.topbar1_form-block {
  margin-bottom: 0;
}

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

.topbar1_search-button-tablet {
  padding: 0.5rem;
  display: none;
}

.topbar1_dropdown-toggle {
  padding: 0;
}

.topbar1_bell-dot {
  background-color: var(--base-color-neutral--black);
  outline-color: var(--base-color-neutral--white);
  outline-offset: 0px;
  border-radius: 100%;
  outline-width: 3px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.5rem;
  bottom: auto;
  left: auto;
  right: 0.5rem;
}

.topbar1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.topbar1_dropdown-content {
  flex-direction: column;
  display: flex;
}

.topbar1_notification-header {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  display: flex;
}

.topbar1_dropdown-divider {
  background-color: var(--base-color-neutral--black);
  height: 1px;
  margin: 0.5rem 1rem;
}

.topbar1_notification-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  max-height: 14rem;
  padding: 0.25rem 0.5rem;
  overflow: auto;
}

.topbar1_notification {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  min-width: 18rem;
  padding: 0.25rem 0.5rem;
  display: grid;
}

.topbar1_notification-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  display: flex;
}

.topbar1_avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
}

.topbar1_search-tablet {
  z-index: 6;
  display: none;
}

.topbar1_search-wrapper {
  z-index: 2;
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  top: 4.5rem;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.topbar1_close-icon {
  margin-left: 1rem;
}

.topbar1_search-overlay {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.topbar-type-label-delete-this {
  z-index: 999999;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--neutral-lightest);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  align-items: center;
  height: 1.5rem;
  padding-left: 0.25rem;
  padding-right: 0.6rem;
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 3rem;
  right: 2rem;
}

.topbar-type-label-delete-this.is-level3 {
  color: #6248ff;
  background-color: #e7e4ff;
  border-color: rgba(98, 72, 255, 0.25);
}

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

.navbar13_component {
  background-color: var(--base-color-brand--white);
  justify-content: center;
  align-items: center;
  width: 72%;
  display: flex;
  position: fixed;
  top: 0%;
}

.navbar13_component.delete-this-class {
  display: block;
  position: relative;
}

.navbar-13-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  width: 100%;
  padding: 2rem;
}

.navbar13_instructions-list {
  padding-left: 1.25rem;
}

.navbar13_instructions-list-item {
  padding-left: 0.5rem;
}

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar13_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: flex;
  background-color: var(--base-color-brand--white);
}

.navbar13_logo-link {
  padding-left: 0;
}

.navbar13_menu {
  background-color: rgba(200, 200, 200, 0);
  align-items: center;
  position: static;
}

.navbar13_menu-link-wrapper {
  display: flex;
}

.show-tablet {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .show-tablet {
    display: flex !important;
    flex: 1 1 0%;
    max-width: none;
    min-width: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  .show-tablet .navbar13_link {
    width: 100%;
    text-align: center;
    padding: 0.2rem 0 0.1rem 0;
    box-sizing: border-box;
  }
  .show-tablet img.image-2 {
    display: block;
    margin: 0 auto 0.1rem auto;
  }
}

.navbar13_link {
  color: var(--link-color--link-primary);
  padding: 0.5rem 1rem;
}
.navbar13_link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar13_dropdwn-toggle {
  grid-column-gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 1rem;
  display: flex;
}
.navbar13_dropdown-list.w--open {
  background-color: var(--color);
  border-radius: 16px;
  padding: 0.5rem;
  position: absolute;
}

.navbar13_dropdown-list.shadow-small.w--open {
  top: 2.5rem;
  right: 0;
}

.button-14:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.navbar13_dropdown-link {
  padding: 0.5rem 1rem;
}

.section__1_header {
  padding-top: 4rem;
}

.navbar13_dropdown-link:hover {
  background-color: rgba(0, 0, 0, 0.01);
}

.navbar13_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar13_dropdown-link.center {
  text-align: center;
  border-top: 1px solid #ddd;
}
.navbar13_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar13_menu-button {
  padding: 0;
}

._1_hero-header_image-wrapper {
  width: 100%;
}

._1_hero-header_image {
  width: 100%;
  height: 100%;
}

.section__2_benefits {
  background-color: var(--base-color-neutral--neutral-lightest);
}

._2_benefits_component {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._2_benefits_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-right: -2.5rem;
  padding-bottom: 30px;
  display: flex;
}

._2_benefits_item {
  background-color: var(--color);
  text-align: center;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
  display: flex;
}

.section__3_blog-list {
  /*background-color: #ececec;*/
}

._3_blog-list_component {
  grid-column-gap: 3%;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 69% 28%;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

._3_blog-list_content {
  /*margin-left: 5vw;
  margin-right: 5rem;*/
}

._3_blog-list_slider {
  background-color: var(--base-color-neutral--neutral-lightest);
  width: 100%;
  min-height: 30vh;
  max-height: 60rem;
}

._3_blog-list_slide-wrapper {
  flex-direction: row;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

._3_blog-list_slide-image-wrapper {
  background-image: linear-gradient(
      rgba(31, 102, 255, 0.1),
      rgba(31, 102, 255, 0.1)
    ),
    url("../images/hqdefault-15-2.jpg");
  background-position: /*0 0, */ 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  position: relative;
}

._3_blog-list_slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}

._3_blog-list_slide-content {
  background-color: var(--base-color-neutral--neutral-lightest);
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem 1.5rem;
  position: relative;
  width: 40%;
}

._3_blog-list_slide-content-wrapper {
  width: 100%;
  max-width: 48rem;
}

._3_blog-list_arrow {
  display: none!important;
  border: 1px solid var(--border-color--border-primary);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 2rem;
}

._3_blog-list_arrow.is-left {
  right: 5.5rem;
}

.product-header7_arrow-icon-copy {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

._3_blog-list_slide-nav {
  display: none;
  height: 1.75rem;
  font-size: 0.5rem;
  top: auto;
  bottom: 2.625rem;
  left: 2rem;
  right: auto;
}

._4_benefits_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._4_benefits_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3.5rem;
  background-color: var(--base-color-neutral--neutral-lightest);
  border-radius: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-top: 2.25rem;
  padding: 3.5rem 2.5rem;
  display: flex;
}

._4_benefits_item {
  width: 100%;
  display: flex;
}

._4_benefits_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.section__5_cta {
  position: relative;
  /*margin-top: 3rem;*/
}

.article-ranking {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ranking-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .ranking-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ranking-section {
  margin-bottom: 20px;
}

.ranking-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

.ranking-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ranking-item {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s;
  gap: 12px;
}

.ranking-item:hover {
  background-color: #f5f5f5;
  border-radius: 4px;
}

.ranking-image {
  width: 80px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}

.ranking-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ranking-number {
  font-size: 1.2rem;
  font-weight: bold;
  color: #666;
  min-width: 30px;
  text-align: center;
  margin-right: 4px;
}

.ranking-content {
  flex: 1;
}

.ranking-article-title {
  font-size: 1rem;
  margin: 0 0 4px 0;
  color: #333;
  line-height: 1.4;
}

.ranking-meta {
  font-size: 0.875rem;
  color: #666;
}

._5_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  border-radius: 1rem;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  border-radius: 1rem;
}

.banner-logo{
  height: 52px;
}

.strategy-details pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

.lab-button.delete {
  background-color: #dc3545;
  color: white;
}

.lab-button.delete:hover {
  background-color: #c82333;
}

.empty-projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: #666;
  text-align: center;
}

.empty-projects i {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.empty-projects button {
  margin-top: 1rem;
}

.fa-spinner {
  margin-right: 0.5rem;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(90, 90, 90, 0.85);
  border-radius: 1rem;
  z-index: 1;
}

._5_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  border-radius: 1rem;
}

.footer11_component {
  background-color: var(--base-color-neutral--neutral-lightest);
}

.footer11_top-wrapper {
  grid-column-gap: 4vw;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.5fr;
  align-items: start;
  padding-bottom: 3rem;
}

.footer11_logo-link {
  float: none;
  padding-left: 0;
}

.footer11_social-list {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer11_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer11_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
.footer11_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer11_link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.footer11_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer11_credit-text {
  font-size: 0.875rem;
}
.footer11_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}
.footer11_legal-link {
  font-size: 0.875rem;
  text-decoration: underline;
}

.section__header {
  position: relative;
}

.header_component {
  flex-direction: column;
  height: 300vh;
  display: flex;
  position: relative;
}
.header_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.header_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.header_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #faf9fa;
  background-image: url("../images/hqdefault-4.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  width: 100%;
  padding-top: 56%;
}

.header_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.how-it-works_component {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.how-it-works_tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  margin-bottom: 4rem;
  display: flex;
  overflow: scroll;
}

.how-it-works_tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  flex: none;
  padding: 0.5rem 0;
}

.how-it-works_tab-link.w--current {
  border-bottom-color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

.how-it-works_tab-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.div_tutorial {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.div_tutorial.is-hide {
  display: none;
}

.backtest_wrapper {
  grid-column-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-item-header_title-wrapper {
  flex-direction: column;
  display: flex;
}

.event-item-header_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.breadcrumb-link {
  color: var(--base-color-neutral--black);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-link.is-active {
  font-weight: 500;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
}

.event-item-header_metatag-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  display: flex;
}

.event-item-header_metatag-list_metatag-item {
  align-items: center;
  display: flex;
}

.event-item-header_metatag-icon {
  flex: none;
  align-self: flex-start;
  margin-right: 0.5rem;
}

.backtest-input-none {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 0;
  display: none;
}

.backtest-input_form {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  background-color: var(--base-color-brand--white);
  border-radius: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: flex;
}

.form_field-2col {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: 1.5rem;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: 0.875rem 1rem;
}

.error-text {
  color: #e23939;
}

.section__feature {
  display: none;
}

.feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.feature_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature_tabs-menu {
  z-index: 1;
  grid-column-gap: 0.25rem;
  background-color: var(--base-color-neutral--neutral-lightest);
  border-radius: 12px;
  align-items: center;
  padding: 0.25rem;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.feature_tab-link {
  color: var(--base-color-neutral--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  flex: none;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
}

.feature_tab-link.w--current {
  background-color: var(--primary);
  color: var(--base-color-brand--white);
  border-radius: 12px;
  text-decoration: none;
}

.feature_tab-link.button {
  background-color: var(--base-color-brand--white);
}

.feature_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.feature_mobile-image-wrapper {
  display: none;
}

.feature_mobile-image {
  width: 100%;
  position: absolute;
}

.feature_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.feature_image {
  width: 100%;
  position: absolute;
}

.section__pricing {
  background-color: var(--base-color-neutral--white);
}

.pricing_component {
  width: 100%;
}

.pricing_top-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: var(--base-color-neutral--white);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.pricing_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.pricing_top-row-price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing_heading-row {
  margin-top: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pricing_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing_feature {
  padding: 1rem 1.5rem;
}

.pricing_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.pricing_bottom-row {
  display: none;
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: var(--base-color-neutral--white);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.pricing_bottom-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.section__1_header {
  position: relative;
}

._1_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._1_header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section__2_feature {
  background-color: var(--base-color-neutral--neutral-lightest);
}

._2_feature_component {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._2_feature_tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  display: flex;
}

._2_feature_tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  flex: none;
  padding: 0.5rem 0;
}
._2_feature_tab-link.w--current {
  border-bottom-color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

._2_feature_tabs-content {
  width: 100%;
}
._2_feature_tab-pane {
  padding: 1rem 0;
}

._2_feature_tab-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

._2_feature_image {
  width: 100%;
  height: 100%;
}
.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}
._3_table_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

._3_table_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}
._3_table_button-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

._3_table_content {
  flex-direction: column;
  overflow: auto;
}

._3_table_header-row {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  padding-left: 1rem;
  display: flex;
}
._3_table_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 4rem;
  padding: 1rem 1.5rem;
  display: flex;
}

._3_table_column.is-header-column {
  min-height: auto;
}

._3_table_column.is-width-large {
  min-width: 12rem;
  max-width: 16rem;
}

._3_table_column.is-width-small {
  min-width: 6rem;
  max-width: 8rem;
}

._3_table_column.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

._3_table_header-link {
  align-items: center;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

._3_table_header-link:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
}

._3_table_column-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 6rem;
  margin-left: auto;
  padding: 1rem;
  display: flex;
}

._3_table_accordion {
  overflow: hidden;
}

._3_table_group-header-row {
  border-bottom: 1px solid var(--black-archive\<rewritten\|variable-dccb7db6\>);
  background-color: var(--light-grey-archive\<rewritten\|variable-150a737e\>);
  cursor: pointer;
}

._3_table_group-column {
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem 1rem 3.5rem;
  display: flex;
}

._3_table_icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -2.5rem;
  margin-right: 1rem;
}

._3_table_item {
  border-top: 1px solid #ddd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  padding-left: 1rem;
  display: flex;
}

._3_table_link {
  font-weight: 600;
  text-decoration: none;
}

._8_event-item-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

._8_event-item-header_title-wrapper {
  flex-direction: column;
  display: flex;
}

._8_event-item-header_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

._8_event-item-header_metatag-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  display: flex;
}

._8_event-item-header_metatag-list_metatag-item {
  align-items: center;
  display: flex;
}

._8_event-item-header_metatag-icon {
  flex: none;
  align-self: flex-start;
  margin-right: 0.5rem;
}

._8_event-item-header_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

._8_event-item-header_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

._6_testimonial_component {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

._6_testimonial_slide {
  margin-right: 5rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

._6_testimonial_content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

._6_testimonial_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

._6_testimonial_lightbox-image {
  object-fit: cover;
}

._6_testimonial_content-right {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._6_testimonial_rating-wrapper {
  display: flex;
}

._6_testimonial_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
  display: flex;
}

._6_testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

._6_testimonial_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

._6_testimonial_logo {
  max-height: 3rem;
}

._6_testimonial_arrow {
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 13%;
  right: 0%;
}

._6_testimonial_arrow.is-left {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 14%;
}

._6_testimonial_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

._6_testimonial_slide-nav {
  height: 1.75rem;
  font-size: 0.5rem;
  top: auto;
  bottom: 1.3%;
  left: 0%;
  right: 0%;
}

.header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.benefits_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.benefits_image {
  width: 100%;
  height: 100%;
}

.how-it-works_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial_component {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.testimonial_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial_logo {
  max-height: 3.5rem;
}

.testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.testimonial_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.testimonial_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial_slide-nav {
  height: 1.75rem;
  font-size: 0.5rem;
}

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

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

.blog_item {
  border: 1px solid var(--border-color--border-primary);
}

.blog_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog_image-wrapper {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.blog_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog_category {
  background-color: var(--base-color-neutral--neutral-lightest);
  margin-right: 1rem;
  padding: 0.25rem 0.5rem;
  display: flex;
}
.blog_title-wrapper {
  margin-bottom: 0.5rem;
}
.blog_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.blog-post-header_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.blog-post-header_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}
.blog-post-header_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blog-post-header_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post-header_author-image-wrapper {
  margin-right: 1rem;
}
.blog-post-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post-header_date-wrapper {
  margin-top: 0.25rem;
  display: flex;
}

.blog-post-header_text-divider {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.blog-post-header_share {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post-header_social-link {
  background-color: var(--base-color-neutral--neutral-lightest);
  border-radius: 20px;
  padding: 0.25rem;
}

.blog-post-header_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post-header_image {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-27-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
  display: block;
}

.blog-post-body_instructions-list {
  padding-left: 1.25rem;
}

.blog-post-body_instructions-list-item {
  padding-left: 0.5rem;
}

.rl-styleguide_label_green {
  color: var(--base-color-neutral--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #038547;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  display: inline-block;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: rgba(131, 116, 116, 0.15);
  border-radius: 4px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: none;
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.blog-post-body_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.blog-post-body_sidebar {
  flex-direction: column;
  width: 100%;
  margin-right: 12rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.blog-post-body_sidebar-heading {
  font-size: 1.5rem;
}

.blog-post-body_sidebar-heading-text {
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

.blog-post-body_accordion-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: none;
}

.blog-post-body_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-body_link-wrapper {
  overflow: hidden;
}

.blog-post-body_link-wrapper.is-h3,
.blog-post-body_link-wrapper.is-h4,
.blog-post-body_link-wrapper.is-h5,
.blog-post-body_link-wrapper.is-h6 {
  padding-left: 1rem;
}

.blog-post-body_link {
  width: 100%;
  padding: 0.6rem 0.6rem;
  text-decoration: none;
}

.blog-post-body_link.w--current {
  background-color: var(--base-color-neutral--neutral-lightest);
  font-weight: 600;
}

.blog-post-body_link.current,
.blog-post-body_link.current.w--current {
  background-color: var(--base-color-neutral--neutral-lightest);
  border-style: none;
  font-weight: 600;
}

.blog-post-body_link.is-h3.w--current,
.blog-post-body_link.is-h4.w--current,
.blog-post-body_link.is-h5,
.blog-post-body_link.is-h6.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.blog-post-body_h-trigger {
  display: none;
}

.section__featured-blog-list-header {
  background-color: var(--base-color-neutral--neutral-lightest);
}

.featured-blog-list-header_featured-list-wrapper {
  display: none;
}

.featured-blog-list-header_featured-item {
  border: 1px solid var(--border-color--border-primary);
  margin-bottom: 4rem;
  display: flex;
}

.featured-blog-list-header_item-link {
  width: 100%;
  text-decoration: none;
}

.featured-blog-list-header_featured-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.featured-blog-list-header_featured-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.featured-blog-list-header_featured-image {
  aspect-ratio: 8 / 6;
  object-fit: cover;
  width: 100%;
}

.featured-blog-list-header_featured-item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.featured-blog-list-header_category-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  margin-bottom: 0.5rem;
  display: flex;
}

.featured-blog-list-header_featured-title-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.featured-blog-list-header_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.featured-blog-list-header_author-image-wrapper {
  margin-right: 1rem;
}

.featured-blog-list-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.featured-blog-list-header_date-wrapper {
  align-items: center;
  display: flex;
}

.featured-blog-list-header_text-divider {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.featured-blog-list-header_category-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  font-weight: 600;
  font-size: 1.1rem;
}

.no-scrollbar {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.featured-blog-list-header_menu-link {
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0);
  flex: none;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.featured-blog-list-header_menu-link.w--current {
  border: 1px solid var(--border-color--border-primary);
}

.featured-blog-list-header_menu-link.current,
.featured-blog-list-header_menu-link.current.w--current {
  background-color: var(--primary);
  color: #fff;
  border-style: none;
  font-weight: 600;
  border-radius: 8px;
}

.featured-blog-list-header_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  display: grid;
}

.featured-blog-list-header_item {
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.featured-blog-list-header_item:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.featured-blog-list-header_image-wrapper {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.featured-blog-list-header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  transition: transform 0.3s ease;
}

.featured-blog-list-header_item:hover .featured-blog-list-header_image {
  transform: scale(1.05);
}

.featured-blog-list-header_item-content {
  background-color: var(--base-color-brand--white);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.featured-blog-list-header_item-content-top {
  min-height: 165px;
}

.featured-blog-list-header_title-wrapper {
  margin-bottom: 0.5rem;
}

.section__cta {
  position: relative;
}

.cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._1_header_image-wrapper {
  z-index: -1;
  width: 100%;
  height: 15rem;
  margin-bottom: -2.5rem;
  position: relative;
}

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

._1_header_component {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

._1_header_avatar-image-wrapper {
  outline-color: var(--base-color-neutral--white);
  outline-offset: 0px;
  border-radius: 100%;
  outline-width: 4px;
  outline-style: solid;
}

._1_header_avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
}

._1_header_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

._1_header_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._1_header_avatar-text-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

._1_header_content-right {
  align-items: center;
  display: flex;
}

._1_header_form-block {
  margin-bottom: 0;
  margin-right: 1rem;
}
._1_header_search {
  align-items: center;
  display: flex;
  position: relative;
}

.section-header1_component {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}
.section-header1_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}
.section-header1_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.dropdown1_component {
  margin-left: 0;
  margin-right: 0;
}
.dropdown1_toggle {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.dropdown1_dropdown-list.is-right {
  right: 0;
}

.dropdown1_dropdown-list.is-right.w--open {
  border-radius: 8px;
}
.dropdown1_dropdown-link {
  padding: 0.5rem 1rem;
}

.dropdown1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.stat1_list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.stat1_item {
  background-color: var(--base-color-neutral--white);
  border-radius: 8px;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.stat1_item-content-top,
.stat1_item-content-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.stat1_item-badge {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  border: 1px solid var(--border-color--border-primary);
  border-radius: 5rem;
  align-items: center;
  padding: 0.125rem 0.5rem;
  display: flex;
}

.section_modal_sign-up-modal {
  position: relative;
}

.modal_sign-up-modal_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_sign-up-modal_content-wrapper {
  background-color: var(--base-color-neutral--white);
  width: 100%;
  max-width: 30rem;
  height: auto;
  max-height: 80vh;
  padding: 3rem;
  overflow: scroll;
}

.modal_sign-up-modal_tabs {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.modal_sign-up-modal_tabs-menu {
  align-self: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.modal_sign-up-modal_tab-link {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  width: 50%;
  padding: 0.75rem 1.5rem;
}

.modal_sign-up-modal_tab-link.w--current {
  border-bottom-style: solid;
  border-bottom-color: var(--base-color-neutral--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  width: 50%;
}

.modal_sign-up-modal_signup-form-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

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

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

.modal_sign-up-modal_login-form-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.modal_sign-up-modal_login-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label-wrapper {
  justify-content: space-between;
  display: flex;
}

.modal_sign-up-modal_close-button {
  color: var(--base-color-neutral--white);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.modal_sign-up-modal_background-overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.log-in_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.log-in_navbar {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.log-in_form-wrapper {
  border: 1px solid var(--border-color--border-primary);
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
}

.log-in_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.log-in_footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._1_table_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5rem;
  display: block;
  position: relative;
}

._1_table_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--black-archive\<rewritten\|variable-dccb7db6\>);
  border-right: 1px solid var(--black-archive\<rewritten\|variable-dccb7db6\>);
  border-left: 1px solid var(--black-archive\<rewritten\|variable-dccb7db6\>);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

._1_table_button-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

._1_table_content {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--black-archive\<rewritten\|variable-dccb7db6\>);
  flex-direction: column;
  overflow: auto;
}

._1_table_header-row {
  border-bottom: 1px solid var(--black-archive\<rewritten\|variable-dccb7db6\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

._1_table_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 3.5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

._1_table_header-link {
  align-items: center;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

._1_table_header-link:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
}

._1_table_column-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 5rem;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

._1_table_item {
  border-bottom: 1px solid var(--black-archive\<rewritten\|variable-dccb7db6\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

._1_table_status-wrapper {
  background-color: var(--light-grey-archive\<rewritten\|variable-150a737e\>);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0.125rem 0.75rem;
  display: flex;
}

._1_table_dropdown {
  justify-content: flex-end;
  position: static;
}

._1_table_dropdown-toggle {
  grid-column-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

._1_table_dots-wrapper {
  grid-column-gap: 0.25rem;
  display: flex;
}

._1_table_dot {
  background-color: var(--black-archive\<rewritten\|variable-dccb7db6\>);
  border-radius: 0.25rem;
  width: 4px;
  height: 4px;
}

._1_table_dropdown-list.w--open {
  background-color: var(--white-archive\<rewritten\|variable-1766b841\>);
  border: 1px solid #000;
  min-width: 9.5rem;
  padding: 0.5rem;
  right: 0;
}

._1_table_dropdown-link {
  padding: 0.5rem 1rem;
}

._1_table_dropdown-link.w--current {
  color: var(--black-archive\<rewritten\|variable-dccb7db6\>);
}

._1_table_pagination {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._1_table_button {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border: 1px solid var(--black-archive\<rewritten\|variable-dccb7db6\>);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  min-height: 2.5rem;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

._1_table_button.is-previous {
  justify-content: flex-start;
  margin-right: auto;
}

._1_table_button.is-next {
  justify-content: flex-end;
  margin-left: auto;
}

._1_table_pagination-page-button-wrapper {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

._1_table_page-button {
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1rem;
  display: flex;
}

._1_table_page-button.w--current {
  border-color: var(--black-archive\<rewritten\|variable-dccb7db6\>);
}
.form2_component {
  display: none;
}

.form2_block {
  margin-bottom: 0;
}
.form2_form {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.form2_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
}
.form2_header-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}
.form2_field-wrapper {
  grid-column-gap: 3rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.form2_file-upload {
  align-items: center;
  display: flex;
}

.form2_avatar-wrapper {
  margin-right: 1.5rem;
}
.form2_avatar {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
}

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

.form2_input-text-wrapper {
  border-top: 1px solid var(--border-color--border-primary);
  border-bottom: 1px solid var(--border-color--border-primary);
  border-left: 1px solid var(--border-color--border-primary);
  align-self: stretch;
  padding: 0.5rem 0.75rem;
}

.form-icon-left {
  position: absolute;
  left: 0.75rem;
}

.field-caption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

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

.form-icon-right {
  position: absolute;
  right: 0.75rem;
}

._3_table_column-content {
  align-items: center;
  display: flex;
}

._3_table_image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-right: 0.75rem;
}

._3_table_dropdown {
  justify-content: flex-end;
  position: static;
}

._3_table_dropdown-toggle {
  grid-column-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

._3_table_dots-wrapper {
  grid-column-gap: 0.25rem;
  display: flex;
}

._3_table_dot {
  background-color: var(--black-archive\<rewritten\|variable-dccb7db6\>);
  border-radius: 0.25rem;
  width: 4px;
  height: 4px;
}

._3_table_dropdown-list.w--open {
  background-color: var(--white-archive\<rewritten\|variable-1766b841\>);
  border: 1px solid #000;
  min-width: 9.5rem;
  padding: 0.5rem;
  right: 0;
}

._3_table_dropdown-link {
  padding: 0.5rem 1rem;
}

._3_table_dropdown-link.w--current {
  color: var(--black-archive\<rewritten\|variable-dccb7db6\>);
}

._3_table_pagination {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

._3_table_button {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border: 1px solid var(--black-archive\<rewritten\|variable-dccb7db6\>);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

._3_table_button.is-previous {
  justify-content: flex-start;
}

._3_table_button.is-next {
  justify-content: flex-end;
}

._3_table_pagination-page-button-wrapper {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
}

._3_table_page-button {
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1rem;
  display: flex;
}

._3_table_page-button.w--current {
  border-color: var(--black-archive\<rewritten\|variable-dccb7db6\>);
}

.section_header30 {
  position: relative;
}

.header30_content {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  padding-top: 2rem;
  display: flex;
}

.header30_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header30_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image.display-none {
  display: none;
}

.image.logo {
  opacity: 0;
  position: absolute;
  top: 5px;
}

._3_blog-list_slide-image {
  background-image: url("../images/hqdefault-15-2.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section__trading-test {
  background-color: var(--base-color-neutral--neutral-lightest);
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_component {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  padding: 0.5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 1rem;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  padding: 0.5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar1_dropdown-link {
  padding: 0.5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.button-2 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-small {
  padding: 0.5rem 1.25rem;
}

.button-2.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
}

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

.dropdown-chevron-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar12_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.backtest-output_bottom {
  /*grid-column-gap: 1.5rem;*/
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.stat-card {
  grid-column-gap: 16px;
  background-color: #fff;
  border: 1px solid #36212a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 24px;
  display: flex;
}

.container {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-bottom {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #36212a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-2 {
  color: #36212a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  position: absolute;
  top: -17px;
  left: -8px;
}

.backtest-output {
  grid-column-gap: 16px;
  background-color: var(--base-color-brand--white);
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2.54rem 1rem;
}

.backtest-output.shadow-xsmall {
  width: 50%;
}

.container-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #36212a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.stat-card-3 {
  grid-column-gap: 16px;
  background-color: #fff;
  border: 1px solid #36212a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 24px;
  display: flex;
}
.text-4 {
  color: #36212a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  position: absolute;
  top: -17px;
  left: -8px;
}
.container-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.text-5 {
  color: #36212a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.image-2 {
  display: none;
}

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

.paragraph {
  text-align: left;
}
.icon-embed-large-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

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

.header13_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: none;
}

.header13_lightbox-wrapper {
  flex: 1;
  margin-top: 5%;
  position: relative;
}

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

.header13_lightbox-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-overlay-layer-2 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section__fullscore {
  background-color: #fff;
}

.cta1_image {
  width: 100%;
  height: 100%;
}

.cta1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.tradingview-widget {
  z-index: 100;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 32px);
}

.cta {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.placeholder-image {
  object-fit: cover;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #36212a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-6 {
  color: #36212a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-3 {
  grid-column-gap: 8px;
  background-color: #36212a;
  border: 1px solid #36212a;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.header {
  grid-row-gap: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 342px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.short-heading-here {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.error-67d60917-35ea-48e0-eb19-8e51dcc03dd4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.feature_tabs-menu2 {
  z-index: 100;
  grid-column-gap: 0.25rem;
  background-color: #faf9fa;
  /*border-radius: 12px;*/
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.68rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0rem;
  overflow: auto;
  margin: 0 -7%;
}

.feature_tab-link-copy {
  color: var(--base-color-neutral--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  flex: none;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
}

.feature_tab-link-copy.w--current {
  border-bottom-color: var(--primary);
  background-color: var(--primary);
  color: var(--base-color-brand--white);
  border-radius: 12px;
  text-decoration: none;
}

.text-block-2 {
  color: var(--base-color-neutral--black);
  font-weight: 800;
}

.backtest-output_top {
  justify-content: space-around;
  align-items: center;
  width: 50%;
  display: flex;
}

.backtest-output_desc {
  grid-column-gap: 0.9rem;
  grid-row-gap: 0.9rem;
  flex-flow: column;
  min-width: 160px;
  display: flex;
}

.backtest-output_desc.child-first {
  min-width: 160px;
}

.event-item-header_form-copy {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  background-color: var(--base-color-brand--white);
  border-radius: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: flex;
}

.event-item-header_form-copy {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  background-color: var(--base-color-brand--white);
  border-radius: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: block;
}

.event-item-header_form-copy.shadow-small {
  background-color: var(--base-color-brand--white);
}

.html-embed-3,
.html-embed-4 {
  width: 100%;
}

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

.button-5 {
  grid-column-gap: 8px;
  border: 1px solid #36212a;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-5:hover{
  background-color: rgba(54, 33, 42, 0.05);
  transition: background-color 0.3s;
}

.button-6 {
  color: #36212a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.btn_product-list {
  width: 9.3%;
  height: 3.4%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.btn_product-list:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.btn_time-list {
  width: 3%;
  height: 3.4%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 9.3%;
  right: auto;
}

.btn_time-list:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.modal_product {
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_product.is-hide {
  display: none;
}

.img_product {
  background-color: #000;
  background-image: url("../images/US30_PC_H1.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 45.7%;
}

.img_tutorail {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div_product {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.div_product.is-hide {
  display: none;
}
.img_tutorial {
  background-color: #000;
  background-image: url("../images/img_tip1_PC.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 45.7%;
}
.table-tutorial {
  background-color: #1f212c;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 466px;
  text-decoration: none;
  display: flex;
}
.card-header {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}
.column-2 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #d3d6df;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.button-7 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.table-container {
  border: 0 solid #434550;
  border-top-width: 1px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
}

.table-container:hover {
  background-color: #2b2d39;
}

.table-container.default {
  background-color: #3862f6;
}

.table-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 53px;
  text-decoration: none;
  display: flex;
}

.table-cell {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.full-name {
  color: #d3d6df;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.name-relume-io {
  color: #878995;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.full-name-2 {
  color: #d3d6df;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.name-relume-io-2 {
  color: #878995;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

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

.xtvcbtc-1 {
  background-color: #2b2d39;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-9 {
  color: #626470;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-8-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.modal_time {
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_time.is-hide {
  display: none;
}

.tooltip {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 48.3%;
  left: 0%;
  right: 0%;
}

.tooltip_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tooltip_content {
  grid-row-gap: 0.8rem;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 430px;
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.text-10 {
  color: #36212a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-11 {
  color: #36212a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.checkbox {
  grid-column-gap: 0.8rem;
  grid-row-gap: 0.8rem;
  border: 1px dashed var(--primary);
  border-radius: 5px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.8rem;
  text-decoration: none;
  display: flex;
}

.selected-true {
  grid-column-gap: 8px;
  background-color: #36212a;
  border: 1px solid #36212a;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.button-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.selected-false {
  grid-column-gap: 8px;
  border: 1px solid #36212a;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.button-9 {
  color: #36212a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.button-10 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

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

.button-11 {
  background-color: var(--primary);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.vectors-wrapper-7 {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 6px;
  position: absolute;
  top: auto;
  bottom: -6px;
}

.backtest-input {
  grid-row-gap: 0.8rem;
  background-color: #faf9fa;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.inputs {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.first-name {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.input-2 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}
.input-2.result {
  background-color: var(--base-color-neutral--neutral-lightest);
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}
.search {
  color: var(--base-color-neutral--neutral-light);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.text-input {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 48px;
  display: flex;
}
.select {
  grid-column-gap: 4px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}
.text-13 {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-input-2 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-left: -1px;
  margin-right: -1px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.error-6bdc7965-e744-87a5-a25a-49746989794d {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.select-2 {
  grid-column-gap: 4px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.select-3 {
  grid-column-gap: 4px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.select-4 {
  grid-column-gap: 4px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.frame-341 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 48px;
  display: flex;
}

.input-tab {
  display: flex;
  padding: 0.25rem;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 0.5rem;
  background: var(--Color-Neutral-neutral-lightest, #eee);
}

.input-tab-left {
  display: flex;
  padding: 0.5rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 1rem 1rem 0rem 0rem;
  background: #faf9fa;
}

.input-tab-right {
  display: flex;
  width: 6.5rem;
  padding: 0.3rem 0.3rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 0.5rem;
  margin: 2px 0px 0px 3px;
}

.checkbox-2 {
  grid-column-gap: 8px;
  background-color: #505050;
  border: 1px solid #666;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.button-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.checkbox-3 {
  grid-column-gap: 8px;
  border: 1px solid #aaa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.button-13 {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.inputs-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.select-5 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-right: -1px;
  padding: 8px 4px;
  text-decoration: none;
  display: flex;
}

.select-6 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 8px 4px;
  text-decoration: none;
  display: flex;
}

.frame-78 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.button-14 {
  grid-column-gap: 8px;
  background-color: var(--primary);
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-header-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  padding-top: 4px;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.row {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

/* 隱藏數字輸入框的上下箭頭 */
.no-spin-buttons::-webkit-outer-spin-button,
.no-spin-buttons::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-spin-buttons {
  -moz-appearance: textfield;
}

.button-15 {
  grid-column-gap: 8px;
  background-color: var(--primary);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  width: 100%;
  min-width: 200px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
  flex-wrap: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease;
}

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

.button-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

.input-3 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #36212a;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.fullscore-wrapper {
  background-color: #faf9fa;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.fullscore-header {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: none;
}

.fullscore-header.is-show {
  display: flex;
}

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

.text-15 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

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

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

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

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 6px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 11px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 14px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 17px;
  text-decoration: none;
  display: flex;
}
.label {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.toggle {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.switch {
  background-color: var(--base-color-neutral--neutral-light);
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40px;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18 {
  margin-left: var(--color--toggle-offset);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.fullscore-table {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: none;
}

.fullscore-table.is-show {
  display: block;
}

.table-column-2 {
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-343 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.table-group {
  grid-column-gap: 24px;
  background-color: #f3f3f5;
  border: 0 solid #eee;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 3rem;
  text-decoration: none;
  display: flex;
}

.group-2 {
  min-width: 62px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.table-cell-2 {
  grid-column-gap: 24px;
  border: 0 solid #eee;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 3rem;
  text-decoration: none;
  display: flex;
}

.frame-330 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

.table-cell-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
}

.frame-342 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.table-cell-4 {
  grid-column-gap: 24px;
  border: 0 solid #eee;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 3rem;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

.vectors-wrapper-29,
.vectors-wrapper-30 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

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

.table-3 {
  background-color: #faf9fa;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

.text-16 {
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.output-initial {
  background-color: #faf9fa;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  text-decoration: none;
  display: flex;
}

.output-initial.is-hide {
  display: none;
}

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

.text-17 {
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.output-processing {
  background-color: #faf9fa;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 710px;
  text-decoration: none;
  display: none;
}

.loading-animation {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 110px;
  text-decoration: none;
  display: flex;
}

.progress {
  background-color: rgba(31, 102, 255, 0.2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.content-3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.percentage {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.table-6 {
  background-color: #faf9fa;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

.content-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.text-19 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.table-7 {
  background-color: #faf9fa;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 140px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 204px;
  left: 195px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.1);
}
.table-container-3 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.table-column-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 140px;
  height: 48px;
  text-decoration: none;
  display: flex;
}
.table-cell-5 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}
.text-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.table-container-4 {
  border: 0 solid #eee;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.table-container-5 {
  border: 0 solid #eee;
  border-top-width: 1px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.full-name-0 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.full-name-1 {
  color: rgba(0, 0, 0, 0.2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.table-8 {
  background-color: #faf9fa;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 140px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 204px;
  left: 195px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table-container-6 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.table-column-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 140px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.table-cell-6 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-21 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.table-container-7 {
  border: 0 solid #eee;
  border-top-width: 1px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.full-name-5 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.full-name-6 {
  color: rgba(0, 0, 0, 0.2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.table-9 {
  background-color: #faf9fa;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table-container-8 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.table-column-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.table-cell-7 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.table-container-9 {
  border: 0 solid #eee;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.full-name-8 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.full-name-9 {
  color: rgba(0, 0, 0, 0.2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.table-10 {
  z-index: 1;
  background-color: #faf9fa;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 78px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table-10.is-hide {
  display: none;
}

.table-container-10 {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.table-cell-8 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.table-cell-8:hover {
  background-color: #ededed;
}

.text-23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.table-container-11 {
  border: 0 solid #eee;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.full-name-11 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.full-name-12 {
  color: rgba(0, 0, 0, 0.3);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.backtest-output-result {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
}

.div-block-4 {
  flex-flow: column;
  display: flex;
}

.div-block-5 {
  display: flex;
}

.div-block-6 {
  /*grid-column-gap: .5rem;*/
  grid-row-gap: 0.5rem;
  display: flex;
}

.div-block-7 {
  flex: 1;
}

.navbar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  text-decoration: none;
  display: flex;
}

.forexify-admin {
  object-fit: cover;
}

.forexify-admin-0 {
  color: #161616;
  text-transform: undefined;
  object-fit: cover;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
  text-decoration: none;
}

.forexify-admin-1 {
  color: #161616;
  text-transform: undefined;
  object-fit: cover;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.form-content {
  grid-row-gap: 32px;
  background-color: #f9f9f9;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding: 48px 48px 56px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.frame-357 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  display: flex;
}

.section-title {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.log-in {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.form {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-358 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.type-default {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.buttons {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-17 {
  grid-column-gap: 8px;
  background-color: var(--primary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.button-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.email-0 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.email-1 {
  color: #b42318;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-25 {
  color: #161616;
  text-transform: undefined;
  object-fit: cover;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 150%;
  text-decoration: none;
}

.text-26 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.form-content-2 {
  grid-row-gap: 32px;
  background-color: #f9f9f9;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding: 48px 48px 56px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.frame-359 {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.dont-have-an-account {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.frame-360 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-5 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.type-default-2 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.row-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-19 {
  grid-column-gap: 8px;
  background-color: var(--primary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.button-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.email-3 {
  color: #b42318;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.member-icon {
  grid-column-gap: 0.5rem;
  background-color: var(--primary);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: flex;
}

.member-icon:hover {
  background-color: rgba(31, 102, 255, 0.9);
}

.text-block-3 {
  color: var(--base-color-brand--white);
}

.navbar13_dropdown-list-copy.w--open {
  background-color: var(--color);
  border-radius: 16px;
  padding: 0.5rem;
  position: absolute;
}

.navbar13_dropdown-list-copy.shadow-small.w--open {
  top: 3rem;
  right: 0;
}

.div-block-8,
.div-block-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.padding-section-small-copy {
  background-color: var(--color);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.switch-2 {
  background-color: var(--primary);
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

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

.image-3 {
  width: 22px;
}

.input-3-copy {
  grid-column-gap: 8px;
  border: 1px solid var(--base-color-neutral--neutral-light);
  background-color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  padding: 8px 16px 8px 24px;
  text-decoration: none;
  display: flex;
}

.div-block-10 {
  background-color: var(--base-color-brand--white);
  border-radius: 16px;
}

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

._3_table_component-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.output-lock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #faf9fa;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 16rem;
  text-decoration: none;
  display: flex;
}

.output-lock.is-hide {
  display: none;
}

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

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

._3_table_pagination-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
  display: flex;
}

.calculator {
  grid-row-gap: 24px;
  background-color: #faf9fa;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%; /*31.3%;*/
  padding: 32px 40px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.calculator_wrapper {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.input-copy {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.div-block-13 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-78-copy {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.video-overlay-layer-5 {
  z-index: 1;
  background-color: #faf9fa;
  background-image: url("../images/截圖-2024-05-21-晚上11.39.18.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  width: 100%;
  padding-top: 56%;
}

.backtest-input-copy {
  grid-row-gap: 24px;
  background-color: #faf9fa;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.paragraph-2 {
  line-height: 2;
}
.input-copy2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-78-copy-copy {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 160px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.video-overlay-layer-copy2 {
  z-index: 1;
  background-color: #faf9fa;
  background-image: url("../images/hqdefault-8.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  width: 100%;
  padding-top: 56%;
}
.video-overlay-layer-3 {
  z-index: 1;
  background-color: #faf9fa;
  background-image: url("../images/hqdefault-5.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  width: 100%;
  padding-top: 56%;
}
.video-overlay-layer-4 {
  z-index: 1;
  background-color: #faf9fa;
  background-image: url("../images/趨勢交易者該做的功課｜實盤外匯交易體驗｜Forexify-外匯交易系統｜手把手挖掘屬於自己的外匯滿分盤.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  width: 100%;
  padding-top: 56%;
}

.video-overlay-layer-0 {
  z-index: 1;
  background-color: #faf9fa;
  background-image: url("../images/趨勢交易者該做的功課｜實盤外匯交易體驗｜Forexify-外匯交易系統｜手把手挖掘屬於自己的外匯滿分盤.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 56%;
}

.style-1-direction-right {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.tooltip-2 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  left: 60px;
  margin-right: 8px;
}

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

.content-6 {
  grid-row-gap: 4px;
  background-color: #36212a;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.div-block-14 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.highcharts-figure {
  min-width: 250px;
  max-width: 800px;
  margin: 0 auto;
}

.highcharts-credits {
  display: none;
}

.highcharts-figure2 {
  min-width: 160px;
  max-width: 210px;
  margin: 0 auto;
}

.highcharts-figure1,
.highcharts-data-table table {
  min-width: 160px;
  max-width: 300px;
  margin: 0rem auto;
}

#chart_win_rate {
  margin-top: -1rem;
}

#chart_mdd_rate {
  margin-top: -0.5rem;
}
.signal-bar {
  width: 0.3125rem;
  border-radius: 0.09375rem;
  margin-bottom: 0.125rem;
  /* Space between bars */
}
@media screen and (max-width: 1360px) {
  .div-block-6 {
    flex-flow: column;
    grid-row-gap: 2rem;
  }

  .backtest-output_desc.child-first {
    order: -1;
  }

  .html-embed-4 {
    width: 50%;
  }

  .backtest-output_top,
  .backtest-output_bottom {
    width: 100%;
  }

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

@media screen and (max-width: 991px) {
  .layout-right-box {
    display: none;
  }

  .layout-left-box {
    margin-top: 11rem;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

  .margin-bottom.margin-small.z {
    z-index: 10;
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-global.padding-none {
    padding-left: 0%;
    padding-right: 0%;
  }

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

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

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

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

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .shell2_wrapper {
    flex-direction: column;
  }

  .sidebar1_component {
    border-bottom: 1px solid var(--border-color--border-primary);
    border-right-style: none;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: 4.5rem;
    padding: 0 2rem;
  }

  .sidebar1_container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .sidebar1_logo-link {
    justify-content: flex-start;
    align-self: center;
    margin-bottom: 0;
    margin-left: 0;
  }

  .sidebar1_menu {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 19.5rem;
    height: 100dvh;
  }

  .sidebar1_menu-wrapper {
    border-right: 1px solid var(--border-color--border-primary);
    background-color: var(--base-color-neutral--white);
    height: 100dvh;
    padding-bottom: 1.5rem;
  }

  .strategy-details {
    height: 300px;
  }

  .section__5_cta {
    margin-top: 4.5rem;
  }

  .sidebar1_logo-wrapper-tablet {
    justify-content: space-between;
    align-items: center;
    min-height: 4.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .sidebar1_logo-link-tablet {
    display: flex;
  }

  .sidebar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }
  .sidebar1_form-block {
    z-index: 999;
    margin-bottom: 1rem;
  }

  .output-lock {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sidebar1_accordion-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .sidebar1_menu-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sidebar1_dropdown-toggle {
    align-items: center;
    display: flex;
  }

  .sidebar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .sidebar1_dropdown-list.w--open {
    position: absolute;
  }
  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
  .menu-icon.is-left {
    margin-left: -0.5rem;
    margin-right: 0;
  }

  .menu-icon_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .section__blog-post-header {
    margin-top: 6rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sidebar1_background-layer {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sidebar-type-label-delete-this {
    left: 2rem;
    right: auto;
  }

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

  .topbar1_content-left {
    align-items: center;
    display: flex;
  }

  .topbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .topbar1_logo-link {
    margin-left: 1rem;
  }

  .topbar1_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--base-color-neutral--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-left: 0;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .topbar1_link {
    width: auto;
    padding: 0.75rem 0;
  }

  .topbar1_menu-dropdown {
    width: 100%;
  }

  .topbar1_dropdown-link-toggle {
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    display: flex;
  }

  .dropdown-chevron {
    width: 0.8rem;
    height: 0.8rem;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .topbar1_dropdown-link-list {
    position: static;
    overflow: hidden;
  }

  .topbar1_dropdown-link-list.w--open {
    border-style: none;
    padding: 0;
  }

  .topbar1_search-desktop {
    display: none;
  }

  .topbar1_form-block {
    z-index: 999;
    width: 100%;
  }

  .topbar1_search-button-tablet {
    cursor: pointer;
    display: block;
  }

  .topbar1_close-icon {
    cursor: pointer;
  }

  .navbar13_component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
  }

  .navbar13_container {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    top: 0;
    transition: top 0.3s ease;
  }

  .logo-bar-visible {
    top: 0;
  }

  .logo-bar-hidden {
    top: -64px;
  }

  .navbar13_menu {
    /*opacity: 0;*/
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    display: block;
    position: absolute;
    top: 64px;
    bottom: auto;
    left: 0%;
    right: 0%;
    /*transform: translate(0, -127px);*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }

  .navbar13_menu-link-wrapper {
    background-color: var(--base-color-neutral--white);
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 2rem 0;
  }

  .navbar13_link {
    text-align: center;
    font-size: 0.8rem;
  }

  .navbar13_dropdown-link.active {
    background-color: var(--primary);
    color: var(--base-color-brand--white);
    border-radius: 12px;
    text-decoration: none;
  }

  .navbar13_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.125rem;
    display: flex;
    width: 100vw;
    margin: 0 -150px;
    z-index: 0;
  }

  .navbar13_dropdwn-toggle {
    grid-column-gap: 0.2rem;
    flex-flow: column;
    align-items: center;
    padding-top: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    display: flex;
  }

  .navbar13_dropdwn-toggle.w--open {
    padding-right: 0.3rem;
  }

  .navbar13_dropdown-list {
    background-color: rgba(255, 255, 255, 0);
    position: static;
    overflow: hidden;
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
  }

  .navbar13_dropdown-list.mobile-show {
    display: flex !important;
    padding: 0.5rem;
    border-top: 0.9px solid var(--base-color-neutral--neutral-lighter);
  }

  /*.navbar13_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }*/

  .navbar13_dropdown-link {
    width: 50%;
    text-align: center;
    width: auto;
    font-size: 0.8rem;
  }

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

  .navbar13_menu-button {
    padding: 0;
  }

  .navbar13_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-top {
    background-color: var(--base-color-brand--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    background-color: var(--base-color-brand--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: var(--base-color-brand--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._2_benefits_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-left: -6%;
    margin-right: -1.5rem;
    padding-left: 6%;
    overflow: scroll;
  }

  ._2_benefits_item.shadow-medium {
    min-width: 14rem;
  }

  .section__1_header {
    padding-top: 8rem;
  }

  ._3_blog-list_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    /*padding-top: 6rem;*/
  }

  ._3_blog-list_content {
    /*margin-left: 5%;
    margin-right: 5%;*/
  }

  ._3_blog-list_slider {
    /*width: 100vw;*/
    max-width: 100%;
    min-height: 60vh;
  }

  ._3_blog-list_slide-wrapper {
    flex-direction: column;
    grid-template-rows: 60% 40%;
  }

  ._3_blog-list_arrow.is-left {
    margin-left: -0.5rem;
    margin-right: 0;
  }

  ._4_benefits_list {
    grid-column-gap: 2rem;
  }

  .footer11_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .header_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header_content-bottom {
    justify-content: center;
    top: 0;
  }

  .header_lightbox-image {
    max-height: 35rem;
  }

  .how-it-works_tab-wrapper {
    grid-template-columns: 1fr;
  }

  .backtest_wrapper {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
  }

  .backtest-input-none {
    width: 100%;
  }

  .backtest-input_form {
    grid-row-gap: 1.5rem;
  }

  .feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .pricing_top-row-price {
    font-size: 2.25rem;
  }

  ._2_feature_tab-wrapper {
    grid-template-columns: 1fr;
  }

  ._3_table_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  ._3_table_accordion,
  ._3_table_group-header-row {
    min-width: 72rem;
  }

  ._8_event-item-header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  ._8_event-item-header_form {
    grid-row-gap: 1.5rem;
  }

  ._6_testimonial_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  ._6_testimonial_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  ._6_testimonial_arrow {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 12%;
  }

  ._6_testimonial_arrow.is-left {
    margin-left: -0.5rem;
    margin-right: 0;
    top: auto;
    bottom: 0%;
    left: 12%;
    right: auto;
  }

  .content_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .blog_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-header_title-wrapper {
    margin-bottom: 4rem;
  }

  .blog-post-body_component {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-post-body_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }
  .blog-post-body_sidebar-heading {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    border: 1px solid var(--border-color--border-primary);
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    display: flex;
  }
  .blog-post-body_sidebar-heading-text {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .blog-post-body_accordion-icon {
    display: flex;
  }

  .featured-blog-list-header_featured-item-content {
    padding: 2rem;
  }

  .featured-blog-list-header_list {
    grid-template-columns: 1fr 1fr;
  }

  ._1_header_image-wrapper {
    margin-bottom: -4rem;
  }

  ._1_header_component {
    grid-template-columns: 1fr max-content;
  }

  ._1_header_avatar-image {
    width: 8rem;
    height: 8rem;
  }

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

  ._1_header_form-block {
    z-index: 999;
  }

  .feature_tabs-menu {
    display: flex;
  }

  .dropdown1_toggle {
    align-items: center;
    display: flex;
  }

  .dropdown1_dropdown-list {
    overflow: hidden;
  }

  .stat1_list-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .stat1_item.shadow-small {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .modal_sign-up-modal_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .log-in_component {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  ._1_table_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  ._1_table_header-row,
  ._1_table_item {
    min-width: 72rem;
  }

  ._1_table_dropdown-list.w--open {
    right: 0;
  }

  .form2_field-wrapper {
    grid-template-columns: 0.5fr 1fr;
  }

  ._3_table_dropdown-list.w--open {
    right: 0;
  }

  .menu-icon1_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: 0.75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: 0.75rem 0 0.75rem 5%;
  }

  #section_strategy_lab {
    display: none;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--base-color-neutral--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height 0.5s;
  }

  .section__hero_article {
    display: none;
  }

  .menu-icon1_line-middle {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block {
    font-size: 0.8rem;
  }

  .dropdown-chevron-2 {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .backtest-output_bottom {
    width: 100%;
  }

  .backtest-output {
    width: 80%;
  }

  .div-block {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image-2 {
    width: 1.6rem;
    margin-bottom: -0.3rem;
    display: block;
  }

  .div-block-2 {
    padding-top: 0.5rem;
  }

  .header13_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .header13_lightbox-wrapper {
    margin-top: 8%;
  }

  .cta1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .feature_tabs-menu2 {
    top: 8rem;
    padding: 0.5rem 1rem;
    position: fixed;
    transition: top 0.3s ease;
  }

  .scroll-arrow {
      display: none;
  }

  .tab-bar-visible {
    top: 8rem;
  }

  .tab-bar-hidden {
    top: 4rem;
  }

  .backtest-output_top {
    width: 100%;
  }

  .backtest-output_desc.child-first {
    order: -1;
  }

  .event-item-header_form-copy {
    grid-row-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .table-tutorial {
    max-width: 420px;
  }

  .backtest-input {
    max-width: 80%;
  }

  .table-column-2 {
    flex-flow: column;
  }

  .table-group {
    justify-content: flex-start;
    align-items: center;
  }

  .backtest-output-result {
    align-items: center;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .member-icon {
    grid-column-gap: 0.2rem;
    flex-flow: column;
    align-items: center;
    padding-top: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .member-icon.w--open {
    padding-right: 0.3rem;
  }

  .navbar13_dropdown-list-copy {
    background-color: rgba(255, 255, 255, 0);
    position: static;
    overflow: hidden;
  }

  .navbar13_dropdown-list-copy.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar13_dropdown-list-copy.shadow-small.w--open {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 0.8rem;
  }

  ._3_table_component-copy {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  ._3_blog-list_slide-content {
    width: 100%;
  }

  .calculator {
    width: 100%;
    max-width: 80%;
  }

  .banner-logo {
    height: 40px;
  }

  .calculator_wrapper {
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
  }

  .backtest-input-copy {
    max-width: 80%;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: none !important;
  }

  @media screen and (max-width: 991px) {
    .show-tablet {
      display: flex !important;
    }
  }
}
@media screen and (max-width: 767px) {
  body {
    zoom: normal;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-rich-text h2,
  .text-rich-text h3,
  .text-rich-text h4 {
    line-height: 1.4;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .text-rich-text h2 {
    font-size: 1.6rem;
  }

  .text-rich-text h3 {
    font-size: 1.4rem;
  }

  .text-rich-text h4 {
    font-size: 1.2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .margin-xsmall {
    margin: 0.75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: 0.75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .heading-style-h3 {
    font-size: 2rem;
  }

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

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

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

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

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

  .spacer-xsmall {
    padding-top: 0.75rem;
  }

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

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

  .spacer-large {
    padding-top: 2rem;
  }

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

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

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

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sidebar1_component {
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sidebar1_menu {
    width: 80vw;
    max-width: none;
  }

  .sidebar1_menu-wrapper {
    border-right-style: none;
    padding-top: 0;
  }

  .sidebar1_logo-wrapper-tablet {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    min-height: 4rem;
    margin-bottom: 0;
  }

  .sidebar1_close-mobile {
    display: flex;
  }

  .sidebar1_menu-button.w--open {
    color: var(--base-color-neutral--black);
  }

  .sidebar1_form-block {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sidebar-type-label-delete-this {
    left: 1rem;
  }

  .topbar1_component {
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .topbar1_logo-link {
    padding-left: 0;
  }

  .topbar1_content-right {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .topbar1_search-wrapper {
    min-height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 4rem;
  }

  .topbar-type-label-delete-this {
    top: 2.5rem;
    right: 1rem;
  }

  .navbar13_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section__2_benefits {
    overflow: hidden;
  }

  ._2_benefits_list {
    grid-template-columns: 1fr;
    overflow: scroll;
  }

  ._3_blog-list_component {
    /*padding-top: 4rem;*/
  }

  ._3_blog-list_slider {
    min-height: 55vh;
  }

  ._3_blog-list_slide-wrapper {
    grid-template-rows: 70% 30%;
  }

  ._4_benefits_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  ._4_benefits_list.shadow-medium {
    padding-left: 2rem;
    padding-right: 2.5rem;
  }

  .footer11_top-wrapper {
    grid-row-gap: 3rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer11_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer11_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer11_credit-text {
    margin-top: 2rem;
  }

  .footer11_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .header_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header_lightbox-image {
    max-height: 27rem;
  }

  .how-it-works_tabs-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .how-it-works_tabs-menu.no-scrollbar {
    justify-content: flex-start;
  }

  .banner-logo {
    height: 38px;
  }

  .div_tutorial {
    display: flex;
  }

  .how-it-works_image.show-mobile-landscape {
    width: 100%;
  }

  .blog-post-body_link-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  .blog-post-body_link-content.is-open {
    max-height: 1000px;
    /* 調整為合適的最大高度 */
    transition: max-height 0.5s ease-in;
  }

  .blog-post-body_accordion-icon {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }

  .blog-post-body_accordion-icon.is-open {
    transform: rotate(180deg);
  }
  
  .backtest_wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .event-item-header_metatag-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }
  .feature_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .feature_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
  }

  .feature_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .feature_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .feature_mobile-image {
    position: static;
  }

  .feature_desktop-image-wrapper {
    display: none;
  }

  .pricing_top-row {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing_empty-space {
    display: none;
  }

  .pricing_top-row-price {
    font-size: 2rem;
  }

  .pricing_row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing_feature,
  .pricing_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing_feature {
    grid-column: span 3;
  }

  .pricing_bottom-row {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._2_feature_tabs-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  ._2_feature_tabs-menu.no-scrollbar {
    justify-content: flex-start;
  }

  ._3_table_component {
    grid-row-gap: 3rem;
  }

  ._3_table_column {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._3_table_column-button-wrapper {
    width: 4rem;
  }

  ._8_event-item-header_component {
    grid-row-gap: 3rem;
  }

  ._8_event-item-header_metatag-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  ._6_testimonial_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  ._6_testimonial_client {
    align-items: center;
    width: 100%;
  }

  .testimonial_component {
    padding-bottom: 3rem;
  }

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

  .content_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

.featured-blog-list-header_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.featured-blog-list-header_item {
  width: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
}

.featured-blog-list-header_item:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.featured-blog-list-header_item:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.featured-blog-list-header_item-link {
  display: flex !important;
}

.featured-blog-list-header_image-wrapper {
  width: 210px;
  min-width: 150px;
  height: 110px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 0px;
}

.featured-blog-list-header_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 0px;
  transition: transform 0.3s ease;
}

.featured-blog-list-header_item:hover .featured-blog-list-header_image {
  transform: scale(1.05);
}

.featured-blog-list-header_item-content {
  padding: 12px 12px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 16px;
}

.featured-blog-list-header_item-content-top {
  min-height: auto;
}

.featured-blog-list-header_author-wrapper {
  display: none !important;
}

.featured-blog-list-header_category-wrapper {
  display: none !important;
}

.featured-blog-list-header_title-wrapper .heading-style-h5 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.featured-blog-list-header_title-wrapper{
  margin-bottom: 0;
}

.featured-blog-list-header_item-content .text-size-regular {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-blog-list-header_category-wrapper {
  margin-bottom: 4px;
}

.tag {
  font-size: 12px;
  padding: 2px 6px;
}

  .blog_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-post-header_title-wrapper {
    margin-bottom: 3rem;
  }

  .blog-post-body_sidebar-heading-text {
    font-size: 1rem;
  }

  .featured-blog-list-header_featured-item {
    margin-bottom: 3.5rem;
  }

  .featured-blog-list-header_featured-item-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .featured-blog-list-header_featured-item-content {
    padding: 1.5rem;
  }

  .featured-blog-list-header_category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: scroll;
  }

  .featured-blog-list-header_category-menu.no-scrollbar {
    justify-content: flex-start;
  }

  .featured-blog-list-header_menu-link.last-link {
    margin-right: 2rem;
  }

  ._1_header_image-wrapper {
    margin-bottom: -3rem;
  }

  ._1_header_avatar-image {
    width: 6rem;
    height: 6rem;
  }

  ._1_header_main-content {
    flex-direction: column;
    align-items: flex-start;
  }

  ._1_header_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  ._1_header_content-right {
    flex-direction: column;
    align-items: stretch;
  }

  ._1_header_form-block {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .section-header1_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .section-header1_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-header1_content-right {
    justify-content: space-between;
  }

  .stat1_list-wrapper {
    grid-auto-flow: row;
  }

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

  .stat1_item.shadow-small {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_sign-up-modal_component {
    align-items: flex-start;
  }

  .modal_sign-up-modal_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape {
    display: block;
  }

  .log-in_navbar {
    height: 4rem;
  }

  .log-in_form-wrapper {
    padding: 2rem;
  }

  .log-in_footer {
    height: 4rem;
  }

  ._1_table_component {
    grid-row-gap: 3rem;
  }

  ._1_table_pagination-page-button-wrapper {
    display: none;
  }

  .form2_field-wrapper {
    grid-template-columns: 1fr;
  }

  ._3_table_pagination-page-button-wrapper {
    display: none;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .backtest-output_bottom {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .backtest-output {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .backtest-output.shadow-xsmall {
    max-width: none;
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .header13_component {
    height: auto;
  }

  .header13_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .header13_lightbox-wrapper {
    margin-top: 9%;
  }

  .cta1_component {
    grid-row-gap: 3rem;
  }

  .tradingview-widget {
    display: none;
  }

  .feature_tab-link-copy {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
  }

  .backtest-output_desc {
    min-width: 160px;
  }

  .backtest-output_desc.child-first {
    min-width: 150px;
    margin-right: -1rem;
  }

  .div-block-3 {
    width: 50%;
  }

  .btn_product-list {
    width: 29%;
    height: 7%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .btn_time-list {
    width: 18%;
    height: 7%;
    top: auto;
    bottom: 0%;
    left: 29%;
    right: auto;
  }

  .modal_product {
    top: auto;
    bottom: 7%;
    right: auto;
  }

  .img_product {
    background-image: url("../images/US30_Moblie_H1.jpg");
    padding-top: 183%;
  }

  .div_product {
    display: flex;
  }

  .img_tutorial {
    background-image: url("../images/img_tip1_M.jpg");
    padding-top: 183%;
  }

  .modal_time {
    top: auto;
    bottom: 7%;
    left: 29%;
    right: auto;
  }

  .tooltip {
    bottom: 23%;
  }

  .backtest-input {
    max-width: 100%;
  }

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

  ._3_table_component-copy {
    grid-row-gap: 3rem;
  }

  .code-embed {
    display: none;
  }

  .calculator {
    max-width: 100%;
  }

  .calculator_wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }
  .input-copy {
    max-width: none;
  }
  .backtest-input-copy {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.max-width-full.is-_pricing-button {
    padding: 0.25rem 1rem;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  ._2_benefits_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  ._3_blog-list_component {
    overflow: hidden;
  }

  ._3_blog-list_slide-wrapper {
    grid-template-rows: auto auto;
  }

  ._3_blog-list_slide-content {
    align-content: flex-end;
    width: 100%;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  ._3_blog-list_slide-content-wrapper {
    flex-direction: column;
  }

  ._4_benefits_list {
    grid-template-columns: 1fr;
  }

  .footer11_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .header_lightbox-image {
    max-height: 20rem;
  }

  .how-it-works_tabs-menu {
    flex-wrap: wrap;
  }

  .backtest_wrapper {
    grid-template-columns: 1fr;
  }

  .event-item-header_metatag-list {
    grid-template-rows: auto auto;
  }

  .backtest-input_form {
    grid-row-gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .feature_component {
    grid-template-columns: 1fr;
  }

  .feature_content {
    height: auto;
  }

  .pricing_top-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pricing_top-row-price {
    font-size: 1.5rem;
  }

  .search-input {
    width: 40px;
    padding-left: 30px;
    cursor: pointer;
  }
  
  .search-input:focus {
    width: 200px;
    background: #fff;
    padding-left: 16px;
  }

  ._2_feature_tabs-menu {
    overflow: auto;
  }

  ._3_table_component {
    grid-template-columns: 1fr;
  }

  ._3_table_header {
    flex-direction: column;
    align-items: flex-start;
  }

  ._8_event-item-header_component {
    grid-template-columns: 1fr;
  }

  ._8_event-item-header_metatag-list {
    grid-template-rows: auto auto;
  }

  ._8_event-item-header_form {
    grid-row-gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  ._6_testimonial_content {
    grid-template-columns: 1fr;
  }

  ._6_testimonial_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .blog_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog-post-header_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post-header_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post-body_sidebar-heading,
  .blog-post-body_sidebar-heading-text {
    align-self: auto;
  }

  .log-in_form-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  ._1_table_component {
    grid-template-columns: 1fr;
  }

  ._1_table_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .form2_header-wrapper {
    grid-template-columns: 1fr;
    justify-items: end;
  }

  .header13_content-wrapper {
    grid-template-columns: 1fr;
  }

  .header13_lightbox-wrapper {
    margin-top: 12%;
  }

  .cta1_component {
    grid-template-columns: 1fr;
  }

  .event-item-header_form-copy {
    grid-row-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .table-tutorial {
    max-width: 420px;
  }

  .tooltip_content {
    width: 350px;
  }

  .checkbox {
    width: 190px;
  }

  .backtest-input {
    padding-left: 24px;
    padding-right: 24px;
  }

  .search,
  .button-16 {
    min-width: 66px;
  }

  .table-group,
  .table-cell-2,
  .table-cell-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form-content,
  .form-content-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  ._3_table_component-copy {
    grid-template-columns: 1fr;
  }

  .calculator {
    padding-left: 24px;
    padding-right: 24px;
  }

  .calculator_wrapper {
    grid-template-columns: 1fr;
  }

  .backtest-input-copy {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#w-node-dcd9e997-298c-2e4b-6e64-37455feb150a-76ded30b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-dcd9e997-298c-2e4b-6e64-37455feb154e-76ded30b,
#w-node-dcd9e997-298c-2e4b-6e64-37455feb1559-76ded30b,
#w-node-dcd9e997-298c-2e4b-6e64-37455feb1564-76ded30b {
  align-self: start;
}

#w-node-dcd9e997-298c-2e4b-6e64-37455feb1516-76ded30b,
#w-node-d673a0dc-4338-5010-28a4-52aaa9a58ae1-76ded30b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-befd4e61-3401-c562-3dca-c52a43998726-43998722 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-76ded327 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-76ded327 {
  justify-self: start;
}
#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-76ded327 {
  justify-self: start;
}
#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-76ded327 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-76ded327,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-76ded327,
#w-node-_5260568a-938d-ea68-0c74-308a8209edce-76ded327,
#w-node-_5260568a-938d-ea68-0c74-308a8209edd1-76ded327,
#w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-76ded327,
#w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-76ded327,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-76ded327,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-76ded327,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-76ded327,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-76ded327,
#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86393-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-76ded327 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-76ded327 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-76ded327 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863be-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863de-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-76ded327,
#w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-76ded327,
#w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-76ded327 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-76ded327,
#w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-76ded327,
#w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-76ded327 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86402-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86410-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86418-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86419-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86423-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86424-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86454-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86455-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86461-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86462-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-76ded327 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-76ded327,
#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-76ded327,
#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-76ded327 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-76ded327,
#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-76ded327,
#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-76ded327 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-76ded327,
#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-76ded327,
#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-76ded327 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-76ded327,
#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-76ded327,
#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-76ded327 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-76ded327,
#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-76ded327,
#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-76ded327 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-76ded327,
#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-76ded327,
#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-76ded327 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-76ded327,
#w-node-_40872103-aff7-c010-da67-704a8f3f1108-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-76ded327 {
  justify-self: start;
}
#w-node-_40872103-aff7-c010-da67-704a8f3f110f-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86490-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86491-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-76ded327 {
  justify-self: start;
}
#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86497-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-76ded327 {
  justify-self: start;
}
#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-76ded327,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-76ded327,
#w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-76ded327,
#w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-76ded327,
#w-node-dcc5fc80-562f-447f-055c-339db14678d8-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-76ded327,
#w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-76ded327,
#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-76ded327 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-76ded327,
#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-76ded327,
#w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-76ded327 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-76ded327,
#w-node-_16994295-7a31-57da-1001-8ec0ea846a22-76ded327,
#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-76ded327 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-76ded327,
#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-76ded327,
#w-node-f28919c2-e180-d075-d1c2-81b601b8a964-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-76ded327 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-76ded327,
#w-node-f28919c2-e180-d075-d1c2-81b601b8a968-76ded327,
#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-76ded327 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-76ded327,
#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-76ded327,
#w-node-ee961e8d-845a-edc3-3307-509470022457-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-76ded327 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-76ded327,
#w-node-ee961e8d-845a-edc3-3307-50947002245b-76ded327,
#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-76ded327 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-76ded327,
#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-76ded327,
#w-node-_626bd165-37fe-b21e-713f-accb16c57414-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-76ded327 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-76ded327,
#w-node-_626bd165-37fe-b21e-713f-accb16c57418-76ded327,
#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-76ded327 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-76ded327,
#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-76ded327,
#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-76ded327 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-76ded327,
#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-76ded327,
#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-76ded327 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-76ded327,
#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-76ded327,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-76ded327 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-76ded327 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-76ded327 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-76ded327 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-76ded327 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-76ded327 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-76ded327 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-76ded327 {
  justify-self: start;
}

#w-node-a35e1ed6-3315-ac98-164e-fc0056dd8190-9c9f4a16,
#w-node-eca1b1bd-c546-9f91-53b8-499578f2cf74-5965dab0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eca1b1bd-c546-9f91-53b8-499578f2cf8b-5965dab0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a0d4dfa6-feb8-a6ca-aaa5-9d6fc86311e4-c420b2e4,
#w-node-a0d4dfa6-feb8-a6ca-aaa5-9d6fc8631207-c420b2e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0d4dfa6-feb8-a6ca-aaa5-9d6fc8631365-c420b2e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a0d4dfa6-feb8-a6ca-aaa5-9d6fc8631398-c420b2e4,
#w-node-a767180f-6f8f-03f2-37ab-bea389d7e373-c420b2e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dcd9e997-298c-2e4b-6e64-37455feb150a-76ded30b {
    justify-self: stretch;
  }

  #w-node-eca1b1bd-c546-9f91-53b8-499578f2cf8b-5965dab0 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dcd9e997-298c-2e4b-6e64-37455feb1516-76ded30b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a35e1ed6-3315-ac98-164e-fc0056dd822c-9c9f4a16,
  #w-node-a35e1ed6-3315-ac98-164e-fc0056dd8239-9c9f4a16,
  #w-node-a35e1ed6-3315-ac98-164e-fc0056dd8243-9c9f4a16,
  #w-node-a35e1ed6-3315-ac98-164e-fc0056dd8261-9c9f4a16,
  #w-node-a35e1ed6-3315-ac98-164e-fc0056dd8270-9c9f4a16,
  #w-node-a35e1ed6-3315-ac98-164e-fc0056dd827a-9c9f4a16,
  #w-node-a35e1ed6-3315-ac98-164e-fc0056dd8284-9c9f4a16,
  #w-node-a35e1ed6-3315-ac98-164e-fc0056dd828d-9c9f4a16 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a0d4dfa6-feb8-a6ca-aaa5-9d6fc8631351-c420b2e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dcd9e997-298c-2e4b-6e64-37455feb1516-76ded30b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
/* 相關係數光譜組件樣式 */
.correlation-spectrum-container {
  width: 100%;
  margin: 20px 0;
}

.spectrum-wrapper {
  position: relative;
  width: 100%;
}
.spectrum-background {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  position: relative;
  border: 2px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.spectrum-marker {
  position: absolute;
  top: -5px;
  width: 10px;
  height: 50px;
  border-radius: 5px;
  border: 2px solid #333;
  transform: translateX(-50%);
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  transition: left 0.3s ease;
}
.spectrum-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

.risk-level-display {
  text-align: center;
  margin-top: 15px;
}
.risk-level-text {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/* 響應式設計 */
@media screen and (max-width: 768px) {
  .spectrum-labels {
    font-size: 10px;
  }
  
  .risk-level-text {
    font-size: 14px;
    padding: 6px 12px;
  }
  
  .spectrum-background {
    height: 30px;
  }
  
  .spectrum-marker {
    height: 40px;
  }
}

/* 分頁樣式 */
.pagination-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e0e0e0;
  background: white;
  color: #333;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  gap: 0.5rem;
}

.pagination-btn:hover:not(:disabled) {
  background: #f8f9fa;
  border-color: #1F66FF;
  color: #1F66FF;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(31, 102, 255, 0.15);
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f5f5f5;
  color: #999;
}

.pagination-btn.active {
  background: #1F66FF;
  color: white;
  border-color: #1F66FF;
  font-weight: 600;
}

.pagination-btn.active:hover {
  background: #0056cc;
  border-color: #0056cc;
}

.page-numbers {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.pagination-info {
  text-align: center;
  color: #666;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

/* 分頁響應式設計 */
@media screen and (max-width: 768px) {
  .pagination-wrapper {
    gap: 0.25rem;
  }
  
  .pagination-btn {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    font-size: 0.8rem;
  }
  
  .pagination-info {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .pagination-wrapper {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  
  .pagination-btn {
    min-width: 32px;
    height: 32px;
    padding: 0 6px;
    font-size: 0.75rem;
  }
  
  .page-numbers {
    order: 2;
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }
  
  .prev-btn {
    order: 1;
  }
  
  .next-btn {
    order: 3;
  }
}

/* 首頁文章卡片樣式 */
.articles-home-container {
  width: 100%;
  margin-top: 1rem;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 1rem;
}

.article-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  position: relative;
}

.article-card:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  border-color: #1F66FF;
}

.article-card .article-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.article-card .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article-card:hover .article-image img {
  transform: scale(1.05);
}

.article-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(31, 102, 255, 0.9) 0%, rgba(31, 102, 255, 0.7) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.article-card:hover .article-overlay {
  opacity: 1;
}

.article-category {
  background: rgba(255, 255, 255, 0.9);
  color: #1F66FF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
  border-radius: 12px;
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-read-time {
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
  align-self: flex-end;
}

.article-card .article-content {
  padding: 1.5rem;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.article-tag {
  background: rgba(31, 102, 255, 0.1);
  color: #1F66FF;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-card .article-title {
  color: #2c3e50;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-card .article-subtitle {
  color: #666;
  font-size: 0.9rem;
  margin: 0 0 0.8rem 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-card .article-excerpt {
  color: #888;
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  color: #666;
}

.article-author {
  font-weight: 600;
  color: #555;
}

.article-date {
  color: #999;
}

.article-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #f0f0f0;
}

.read-more {
  color: #1F66FF;
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

.article-card:hover .read-more {
  color: #0056cc;
}

.article-footer i {
  color: #1F66FF;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.article-card:hover .article-footer i {
  transform: translateX(4px);
}

/* 首頁文章卡片響應式設計 */
@media screen and (max-width: 1024px) {
  .articles-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .article-card .article-content {
    padding: 1rem;
  }
  
  .article-card .article-title {
    font-size: 1.1rem;
  }
  
  .article-card .article-excerpt {
    -webkit-line-clamp: 2;
  }
  
  .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 480px) {
  .article-card .article-image {
    height: 160px;
  }
  
  .article-card .article-content {
    padding: 0.8rem;
  }
  
  .article-card .article-title {
    font-size: 1rem;
  }
  
  .article-card .article-subtitle {
    font-size: 0.8rem;
  }
  
  .article-card .article-excerpt {
    font-size: 0.8rem;
    -webkit-line-clamp: 2;
  }
}

/* 文章載入狀態樣式 */
.articles-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  min-height: 300px;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #1F66FF;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

.loading-text {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 手機版滑動卡片樣式 */
.articles-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
}

.articles-slider {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.article-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  will-change: transform;
}

.article-card-mobile {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.article-card-mobile:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

.article-image-mobile {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.article-image-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article-card-mobile:hover .article-image-mobile img {
  transform: scale(1.05);
}

.article-overlay-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(31, 102, 255, 0.9) 0%, rgba(31, 102, 255, 0.7) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.article-card-mobile:hover .article-overlay-mobile {
  opacity: 1;
}

.article-category-mobile {
  background: rgba(255, 255, 255, 0.9);
  color: #1F66FF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
  border-radius: 12px;
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-read-time-mobile {
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
  align-self: flex-end;
}

.article-content-mobile {
  padding: 1.5rem;
  height: calc(100% - 200px);
  display: flex;
  flex-direction: column;
}

.article-tags-mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.article-tag-mobile {
  background: rgba(31, 102, 255, 0.1);
  color: #1F66FF;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-title-mobile {
  color: #2c3e50;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-subtitle-mobile {
  color: #666;
  font-size: 0.9rem;
  margin: 0 0 0.8rem 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-excerpt-mobile {
  color: #888;
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.article-meta-mobile {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  color: #666;
}

.article-author-mobile {
  font-weight: 600;
  color: #555;
}

.article-date-mobile {
  color: #999;
}

.article-footer-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #f0f0f0;
  margin-top: auto;
}

.read-more-mobile {
  color: #1F66FF;
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

.article-card-mobile:hover .read-more-mobile {
  color: #0056cc;
}

.article-footer-mobile i {
  color: #1F66FF;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.article-card-mobile:hover .article-footer-mobile i {
  transform: translateX(4px);
}

/* 滑動提示 */
.swipe-hint {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 10;
  animation: fadeInOut 2s ease-in-out infinite;
}

.swipe-hint i {
  font-size: 1rem;
}

@keyframes fadeInOut {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

/* 指示器 */
.slider-indicators {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #1F66FF;
  transform: scale(1.2);
}

/* 手機版滑動卡片響應式設計 */
@media screen and (max-width: 480px) {
  .articles-slider {
    height: 450px;
  }
  
  .article-image-mobile {
    height: 180px;
  }
  
  .article-content-mobile {
    padding: 1rem;
    height: calc(100% - 180px);
  }
  
  .article-title-mobile {
    font-size: 1.1rem;
  }
  
  .article-subtitle-mobile {
    font-size: 0.8rem;
  }
  
  .article-excerpt-mobile {
    font-size: 0.8rem;
    -webkit-line-clamp: 2;
  }
  
  .article-meta-mobile {
    font-size: 0.75rem;
  }
  
  .swipe-hint {
    right: 0.5rem;
    padding: 0.4rem 0.8rem;
    font-size: 0.7rem;
  }
}

/* 指標卡片網格 */
.indicators-grid-container {
  padding: 2rem 0;
}

.indicators-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.indicator-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #e1e5e9;
}

.indicator-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.indicator-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.indicator-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.indicator-card:hover .indicator-image img {
  transform: scale(1.05);
}

.indicator-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}

.indicator-category {
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.indicator-content {
  padding: 1.5rem;
}

.indicator-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}

.indicator-description {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indicator-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #f0f0f0;
}

.view-details {
  color: #007bff;
  font-weight: 600;
  font-size: 0.9rem;
}

.indicator-footer i {
  color: #007bff;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.indicator-card:hover .indicator-footer i {
  transform: translateX(4px);
}

/* 指標卡片響應式設計 */
@media (max-width: 768px) {
  .indicators-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
    padding: 0 1rem;
    max-width: 100%;
  }
  
  .indicators-grid-container {
    padding: 1rem 0;
  }
  
  .indicator-card {
    margin-bottom: 1rem;
    min-height: auto;
  }
  
  .indicator-image {
    height: 150px;
  }
  
  .indicator-content {
    padding: 1rem;
  }
  
  .indicator-title {
    font-size: 1.1rem;
  }
  
  .indicator-description {
    font-size: 0.85rem;
  }
  
  .view-details {
    font-size: 0.85rem;
  }
}

/* 手機版策略指標庫頁面特定樣式 */
@media (max-width: 768px) {
  .main-wrapper .indicators-grid-container {
    padding: 1rem;
  }
  
  .main-wrapper .indicators-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
    padding: 0;
    display: grid !important;
  }
  
  .main-wrapper .indicator-card {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex !important;
    flex-direction: column !important;
  }
  
  .main-wrapper .indicator-image {
    height: 120px;
    display: block !important;
  }
  
  .main-wrapper .indicator-content {
    padding: 0.8rem;
    display: flex !important;
    flex-direction: column !important;
    flex: 1;
  }
  
  .main-wrapper .indicator-title {
    font-size: 1rem;
    margin-bottom: 0.3rem;
    display: block !important;
  }
  
  .main-wrapper .indicator-description {
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
    display: block !important;
  }
  
  .main-wrapper .indicator-footer {
    padding-top: 0.6rem;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: auto;
  }
  
  .main-wrapper .view-details {
    font-size: 0.8rem;
    display: inline-block !important;
  }
  
  .main-wrapper .fa-arrow-right {
    display: inline-block !important;
  }
}

/* 策略回測系統樣式 */
.backtest-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem 0;
}

.backtest-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}

.backtest-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.backtest-control-panel {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
}

.control-section {
  max-width: 800px;
  margin: 0 auto;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.form-select,
.form-input {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background: #fff;
}

.form-select:focus,
.form-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.backtest-button {
  width: 100%;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.backtest-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

.backtest-button:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.backtest-results {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-top: 2rem;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.result-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #e1e5e9;
}

.result-value {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.result-value.positive {
  color: #28a745;
}

.result-value.negative {
  color: #dc3545;
}

.result-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}

.trades-section {
  margin-top: 2rem;
}

.subsection-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.trades-table {
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid #e1e5e9;
}

.trades-table table {
  width: 100%;
  border-collapse: collapse;
}

.trades-table th,
.trades-table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #e1e5e9;
}

.trades-table th {
  background: #f8f9fa;
  font-weight: 600;
  color: #333;
  font-size: 0.9rem;
}

.trades-table td {
  font-size: 0.9rem;
}

.trades-table .BUY {
  color: #28a745;
  font-weight: 600;
}

.trades-table .SELL {
  color: #dc3545;
  font-weight: 600;
}

.trades-table .WIN {
  color: #28a745;
  font-weight: 600;
}

.trades-table .LOSS {
  color: #dc3545;
  font-weight: 600;
}

.equity-chart-section {
  margin-top: 2rem;
}

.chart-container {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #e1e5e9;
  overflow-x: auto;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: white;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 策略回測系統響應式設計 */
@media (max-width: 768px) {
  .backtest-title {
    font-size: 2rem;
  }
  
  .backtest-control-panel {
    padding: 1.5rem;
    margin: 0 1rem 1.5rem 1rem;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .results-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .result-card {
    padding: 1rem;
  }
  
  .result-value {
    font-size: 1.4rem;
  }
  
  .trades-table {
    font-size: 0.8rem;
  }
  
  .trades-table th,
  .trades-table td {
    padding: 0.5rem;
  }
  
  .backtest-results {
    margin: 0 1rem;
    padding: 1.5rem;
  }
}

/* 手機版滑動卡片樣式 */
.mobile-swipe-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mobile-swipe-container::-webkit-scrollbar {
  display: none;
}

.mobile-swipe-wrapper {
  display: flex;
  gap: 1rem;
  padding: 0 1rem;
  min-width: max-content;
  align-items: stretch;
}

.mobile-swipe-wrapper .featured-blog-list-header_item {
  flex: 0 0 280px;
  min-width: 280px;
}

/* 滑動提示動畫 */
.mobile-swipe-hint {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  animation: swipeHint 2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes swipeHint {
  0%, 100% { opacity: 0.7; transform: translateY(-50%) translateX(0); }
  50% { opacity: 1; transform: translateY(-50%) translateX(-10px); }
}

/* 工具箱指標卡片樣式 */
#vue_toolbox .indicators-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 1.5rem;
  padding: 1rem;
}

#vue_toolbox .indicators-grid .indicator-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #e1e5e9;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 200px;
}

#vue_toolbox .indicators-grid .indicator-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

#vue_toolbox .indicators-grid .indicator-card:hover .indicator-image img {
  transform: scale(1.05);
}

#vue_toolbox .indicators-grid .indicator-card:hover .fa-arrow-right {
  transform: translateX(4px);
}

#vue_toolbox .indicators-grid .indicator-image {
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
}

#vue_toolbox .indicators-grid .indicator-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

#vue_toolbox .indicators-grid .indicator-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0.8rem;
}

#vue_toolbox .indicators-grid .indicator-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  gap: 0.5rem;
}

#vue_toolbox .indicators-grid .indicator-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

#vue_toolbox .indicators-grid .indicator-description {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}

#vue_toolbox .indicators-grid .indicator-category {
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 600;
  display: inline-block;
}

#vue_toolbox .indicators-grid .indicator-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.8rem;
  border-top: 1px solid #f0f0f0;
}

#vue_toolbox .indicators-grid .view-details {
  color: #1F66FF;
  font-weight: 600;
  font-size: 0.9rem;
}

#vue_toolbox .indicators-grid .fa-arrow-right {
  color: #1F66FF;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

/* 工具箱指標卡片響應式設計 */
@media (max-width: 768px) {
  #vue_toolbox .indicators-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
    padding: 0.8rem;
  }
  
  #vue_toolbox .indicators-grid .indicator-card {
    min-height: 180px;
  }
  
  #vue_toolbox .indicators-grid .indicator-image {
    height: 100px;
  }
  
  #vue_toolbox .indicators-grid .indicator-content {
    padding: 1rem;
  }
  
  #vue_toolbox .indicators-grid .indicator-title {
    font-size: 1rem;
  }
  
  #vue_toolbox .indicators-grid .indicator-description {
    font-size: 0.85rem;
  }
}

/* 工具箱任務牆樣式 */
#vue_toolbox .section-header1_component {
  margin-bottom: 1.5rem;
}

#vue_toolbox .stat1_list-wrapper {
  margin-top: 1rem;
}

/* 頁腳底部 Logo 樣式 */
.footer11_logo-bottom {
  text-align: center;
  padding: 1rem 0;
  border-top: 1px solid #e1e5e9;
}

.footer11_logo-bottom .footer11_logo-link {
  display: inline-block;
  background-color: #000;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.footer11_logo-bottom .footer11_logo-link:hover {
  background-color: #333;
  transform: translateY(-2px);
}

.footer11_logo-bottom .footer11_logo-link img {
  filter: brightness(0) invert(1);
}

/* 強制調整頁腳 Logo 間距 */
.footer11_left-wrapper .footer11_logo-link {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  display: block !important;
}

.footer11_left-wrapper .footer11_logo-link img {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  display: block !important;
}

.footer11_left-wrapper .footer11_details-wrapper {
  margin-top: 0.1rem !important;
  padding-top: 0 !important;
}

/* 強制覆蓋所有可能的間距 */
.footer11_left-wrapper > div:first-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.footer11_left-wrapper > div:first-child > a {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
}

.footer11_left-wrapper > div:first-child > a > img {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
  vertical-align: top !important;
}

.footer11_left-wrapper > div:nth-child(2) {
  margin-top: 0.05rem !important;
  padding-top: 0 !important;
}

/* Discord 卡片黑色框樣式 */
.discord-card {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 2px solid #333;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.discord-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

.discord-card .blog_item-content {
  background: transparent;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.discord-card .blog_category .text-size-small {
  color: #7289da;
  font-weight: 600;
}

.discord-card .blog_title-wrapper h3 {
  color: #ffffff;
}

.discord-card .text-size-regular {
  color: #b9bbbe;
}

.discord-card .blog_button-wrapper .text-weight-semibold {
  color: #43b581;
}

.discord-card .button.is-link.is-icon {
  background-color: #7289da;
  color: #ffffff;
  border: none;
  transition: all 0.3s ease;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.discord-card .button.is-link.is-icon:hover {
  background-color: #5b6eae;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(114, 137, 218, 0.4);
}

/* Discord 卡片按鈕文字調整 */
.discord-card .button.is-link.is-icon > div:first-child {
  margin-right: 0.3rem;
  white-space: nowrap;
}

.discord-card:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  border-color: #7289da;
}

.discord-card .blog_image-wrapper {
  position: relative;
  overflow: hidden;
}

.discord-card .blog_image {
  transition: transform 0.3s ease;
}

.discord-card:hover .blog_image {
  transform: scale(1.05);
}

/* 指標頁面毛玻璃效果 */
.glassmorphism-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glassmorphism-content {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 3rem 4rem;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: 2rem;
}

.glassmorphism-icon {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  color: #667eea;
  animation: pulse 2s ease-in-out infinite;
}

.glassmorphism-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}

.glassmorphism-message {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.glassmorphism-progress {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.glassmorphism-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 3px;
  animation: progress 3s ease-in-out infinite;
  width: 60%;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

@keyframes progress {
  0% { width: 0%; }
  50% { width: 60%; }
  100% { width: 0%; }
}

/* 響應式設計 */
@media (max-width: 768px) {
  .glassmorphism-content {
    padding: 2rem;
    margin: 1rem;
  }
  
  .glassmorphism-title {
    font-size: 1.5rem;
  }
  
  .glassmorphism-message {
    font-size: 1rem;
  }
}

/* Discord 卡片寬度調整 */
.discord-card {
  flex: 1 1 400px;
  min-width: 400px;
  max-width: 600px;
}

/* 確保其他卡片保持原有寬度 */
.mobile-swipe-wrapper .featured-blog-list-header_item:not(.discord-card) {
  flex: 0 0 280px;
  min-width: 280px;
  max-width: 280px;
}

/* 響應式設計 */
@media (max-width: 1200px) {
  .discord-card {
    flex: 1 1 350px;
    min-width: 350px;
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .discord-card {
    flex: 0 0 280px;
    min-width: 280px;
    max-width: 280px;
  }
  
  .mobile-swipe-wrapper .featured-blog-list-header_item:not(.discord-card) {
    flex: 0 0 280px;
    min-width: 280px;
    max-width: 280px;
  }
}





