<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.classic-dark .layout {
  background-color: transparent;
}
body.classic-dark {
  background-color: #09090b;
}
.app {
  margin: 0 auto;
  max-width: 1200px;
  letter-spacing: 0.025em;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-24 {
  margin-bottom: 24px;
}
.coming_soon_tip {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: var(--color-text-3);
  margin: 0 8px;
}
.hero-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 65px;
  margin-bottom: 95px;
}
.hero-section__content {
  flex: 1;
}
.hero-section__title {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-brand-1);
}
.hero-section__subtitle {
  font-size: 54px;
  font-weight: 600;
  line-height: 65px;
  color: var(--color-text-1);
}
.hero-section__video-container {
  width: 500px;
  height: 500px;
}
.hero-section__try-btn {
  height: 52px;
  min-width: 240px;
  border-radius: 26px;
  background: var(--color-brand-1);
  color: var(--color-text-6);
  font-weight: 600;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.hero-section__list {
  margin-top: 28px;
  margin-bottom: 40px;
}
.hero-section__list li {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: var(--color-text-2);
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
html[lang='ar'] .hero-section__list li {
  margin-right: 20px;
}
html[lang='ar'] .hero-section__list li:before {
  right: -20px;
  margin-right: 0;
}
.hero-section__list li:last-child {
  margin-bottom: 0;
}
.hero-section__list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--color-brand-1);
  border-radius: 50%;
  margin-right: 10px;
}
.hero-section &gt; .hero-section__try-btn {
  display: none;
}
.strength-section {
  margin-bottom: 100px;
}
.strength-section__title {
  text-align: center;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.5;
  color: var(--color-text-1);
  margin-bottom: 40px;
}
.strength-section__body {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: space-between;
}
.strength-section__body img {
  width: 480px;
  height: 302px;
  display: block;
}
.strength-section__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.strength-section__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.strength-section__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-text-1);
}
.strength-section__item-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text-3);
}
.mode-section {
  margin-bottom: 100px;
}
.mode-section__title {
  text-align: center;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.5;
  color: var(--color-text-1);
  margin-bottom: 32px;
}
.mode-section__list {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: space-between;
}
.mode-section__item {
  flex: 1;
  border-radius: 20px;
  border: 1px solid var(--color-divider-2);
  padding: 50px 24px 40px 24px;
  position: relative;
}
.mode-section__item-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-text-1);
  min-height: 60px;
}
.mode-section__item__tag {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  background-color: #A7F757;
  padding: 4px 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0 20px 0 20px;
}
.mode-section__item__list {
  min-height: 122px;
}
.mode-section__item__list.top {
  min-height: 174px;
}
.mode-section__item__list-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: var(--color-text-3);
  margin-bottom: 8px;
}
.mode-section__item__list-item {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: var(--color-text-2);
  position: relative;
  padding-left: 12px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.mode-section__item__list-item .tooltips-container {
  position: relative;
  display: flex;
  align-items: center;
}
.mode-section__item__list-item .tooltips-container .tooltips {
  display: none;
  position: absolute;
  width: 120px;
  bottom: 20px;
  left: 59%;
  transform: translateX(-50%);
  color: var(--color-text-6);
  background-color: var(--color-cmpt-6);
  padding: 4px 8px;
  border-radius: 4px;
}
.mode-section__item__list-item .tooltips-container .tooltips::after {
  position: absolute;
  border-top: 6px solid var(--color-cmpt-6);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
}
.mode-section__item__list-item svg {
  cursor: pointer;
  fill: var(--color-text-4);
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
html[lang='ar'] .mode-section__item__list-item {
  padding-left: 0;
  padding-right: 12px;
}
html[lang='ar'] .mode-section__item__list-item:before {
  right: 0;
}
.mode-section__item__list-item:last-child {
  margin-bottom: 0;
}
.mode-section__item__list-item:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--color-brand-1);
  border-radius: 50%;
}
.risk-section {
  margin-bottom: 100px;
}
.risk-section__title {
  text-align: center;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.5;
  color: var(--color-text-1);
  margin-bottom: 32px;
}
.risk-section__body {
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.risk-section__item {
  flex: 1;
  padding: 24px 32px;
}
.risk-section__item__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--color-text-1);
  margin-bottom: 12px;
}
.risk-section__item__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-2);
}
.risk-section__item img {
  width: 400px;
  height: 240px;
  display: block;
  margin: 0 auto;
}
.video-section {
  margin-bottom: 100px;
  padding-top: 32px;
  display: flex;
  flex-direction: row;
  gap: 72px;
}
.video-section__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.video-section__item video {
  width: 506px;
  height: 285px;
}
.video-section__item__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-text-1);
  margin-bottom: 8px;
}
.video-section__item__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-2);
  margin-bottom: 32px;
}
.video-section__item__try-btn {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  background: var(--color-brand-1);
  color: var(--color-text-6);
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.video-section &gt; .video-section__try-btn {
  display: none;
}
.faq-section {
  padding-bottom: 120px;
}
.faq-section__title {
  text-align: center;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.5;
  color: var(--color-text-1);
  margin-bottom: 32px;
}
.faq-section li {
  margin-bottom: 24px;
}
.faq-section li:after {
  background-color: none;
}
.faq-section li:last-child {
  margin-bottom: 0;
}
.faq-section__link {
  color: var(--color-brand-1);
}
.faq-section__answer {
  padding-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-2);
  display: none;
}
.faq-section__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-section__question h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: var(--color-text-1);
  padding: 14px 0;
}
.faq-section__question .arrowicon {
  width: 20px;
  height: 20px;
  fill: var(--color-icon-3);
}
#FAQ_LIST li.toggle_show .faq-section__answer {
  display: block;
}
#FAQ_LIST li.toggle_show .arrowicon {
  transform: rotate(180deg);
  fill: var(--color-icon-1);
}
@media screen and (max-width: 768px) {
  .app {
    width: 100%;
  }
  .hero-section {
    flex-direction: column;
    align-items: center;
    padding-top: 16px;
    margin: 0 0 72px 0;
  }
  .hero-section__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 8px;
    text-align: center;
  }
  .hero-section__subtitle {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .hero-section__content {
    padding: 0 24px;
  }
  .hero-section__video-container {
    width: 300px;
    height: 300px;
  }
  .hero-section__content &gt; .hero-section__try-btn {
    display: none;
  }
  .hero-section__list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hero-section__list li {
    font-weight: 500;
    font-size: 14px;
    padding-left: 16px;
    margin-bottom: 8px;
  }
  .hero-section__list li:last-child {
    margin-bottom: 0;
  }
  .hero-section__list li:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  .hero-section &gt; .hero-section__try-btn {
    display: block;
    width: calc(100% - 24px);
    box-sizing: border-box;
    margin: 18px 12px 0 12px;
  }
  .strength-section {
    padding: 0 12px;
    margin-bottom: 64px;
  }
  .strength-section__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .strength-section__body {
    flex-direction: column;
    gap: 24px;
  }
  .strength-section__body img {
    width: 100%;
    height: auto;
  }
  .strength-section__list {
    gap: 32px;
  }
  .strength-section__item-title {
    font-size: 16px;
    text-align: center;
  }
  .strength-section__item-desc {
    font-size: 16px;
    text-align: center;
  }
  .mode-section {
    margin-bottom: 64px;
    padding: 0 12px;
  }
  .mode-section__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .mode-section__item-title {
    min-height: auto;
    margin-bottom: 12px;
  }
  .mode-section__item__list {
    min-height: auto;
  }
  .mode-section__item__list.top {
    min-height: auto;
    margin-bottom: 24px;
  }
  .mode-section__list {
    flex-direction: column;
    gap: 20px;
  }
  .risk-section {
    margin-bottom: 64px;
    padding: 0 12px;
  }
  .risk-section__title {
    font-size: 24px;
  }
  .risk-section__body {
    flex-direction: column;
    gap: 24px;
  }
  .risk-section__item {
    flex: 1;
    padding: 0;
  }
  .risk-section__item img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .video-section {
    margin-bottom: 64px;
    flex-direction: column;
    padding: 0 12px;
    gap: 24px;
  }
  .video-section__item video {
    width: 100%;
    height: calc(100vw * 285 / 506);
  }
  .video-section__item__title {
    text-align: center;
    font-size: 24px;
  }
  .video-section__item__desc {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }
  .video-section__item__try-btn {
    display: none;
  }
  .video-section &gt; .video-section__try-btn {
    display: block;
    height: 40px;
    border-radius: 20px;
    background: var(--color-brand-1);
    color: var(--color-text-6);
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  .faq-section {
    padding: 0 12px;
  }
  .faq-section__title {
    font-size: 24px;
  }
  .faq-section .faq-section__answer {
    font-size: 14px;
  }
  .faq-section .faq-section__question {
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }
  .faq-section .faq-section__question h3 {
    font-size: 16px;
  }
  .faq-section .faq-section__question .arrowicon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .app {
    padding: 0 24px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .hero-section__title {
    font-size: 44px;
  }
  .hero-section__subtitle {
    font-size: 44px;
  }
  .hero-section__list li {
    font-size: 16px;
  }
  .strength-section__title {
    font-size: 32px;
  }
  .mode-section__title {
    font-size: 32px;
  }
  .mode-section__item-title {
    font-size: 16px;
  }
  .mode-section__item__tag {
    font-size: 11px;
  }
  .risk-section__title {
    font-size: 32px;
  }
  .video-section__item__title {
    font-size: 28px;
  }
  .faq-section__title {
    font-size: 32px;
  }
  .faq-section__question h3 {
    font-size: 20px;
  }
}
</pre></body></html>