:root {
  --neutral-01: #1A1253;
  --neutral-02: #867F8D;
  --neutral-03: #B3ABB9;
  --neutral-04: #F3F1F9;
  --neutral-05: #fff;
  --secondary-01: #402FBB;
  --primary-01: #402FBB;
  --primary-04: #BBADDD;
}

body {
  background-image: url('/images/banner.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
  font-family: Nunito;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 10px;
  padding-right: 10px
}

.download-now {
  background-color: white;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03), -1px 0px 20px 0px rgba(0, 0, 0, 0.06), 0px -1px 20px 0px rgba(0, 0, 0, 0.06), 1px 0px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 8px;
  padding-right: 10px;
  border-radius: 12px;
  text-decoration: none;
  margin-top: 4px;
  color: black;
  display: inline-block;
  align-items: center;
  justify-content: center;
}

.download-now-cta {
  font-weight: 800;
  color: var(--primary-01)
}

.header-section {
  height: 80px;
}

.header_nav li {
  display: block;
}

.header_nav a {
  text-decoration: none;
  color: var(--neutral-04);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.header_nav a:hover,
.header_nav a[aria-expanded="true"] {
  color: var(--neutral-03);
}

#info-section {
  background-color: rgb(243, 241, 255);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03), -1px 0px 20px 0px rgba(0, 0, 0, 0.06), 0px -1px 20px 0px rgba(0, 0, 0, 0.06), 1px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.watch-card {
  margin-top: 44px;
  padding: 24px;
  border-radius: 12px;
  background-color: var(--neutral-05);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03), -1px 0px 20px 0px rgba(0, 0, 0, 0.06), 0px -1px 20px 0px rgba(0, 0, 0, 0.06), 1px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.watch-card {
  width: 100%;
}

.watch-card .title {
  color: var(--neutral-01);
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.watch-card a {
  color: var(--neutral-01);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
}

.watch-card a:hover,
.watch-card a[aria-expanded="true"] {
  cursor: pointer;
  color: var(--neutral-02);
}

.watch-card label {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: var(--neutral-01)
}

.watch-card input {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--primary-04);
  color: var(--neutral-01);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.watch-card input:focus {
  color: var(--neutral-01);
  border: 1px solid var(--primary-01);
}

.btn-outline-watch-card {
  color: var(--neutral-01);
  border-radius: 12px;
  border: 1px solid var(--primary-04);
}

.advanced-content {
  display: none;
}

.advanced-content-title {
  color: var(--neutral-01);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.advanced-content-subtitle {
  color: var(--neutral-03);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.advanced-content .remove-request {
  right: 2px;
}

.advanced-content .add-request {
  color: var(--primary-01);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.advanced-content .add-request a {
  color: var(--primary-01);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.watch-card .watch-button {
  margin-top: 40px;
  width: 100%;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 0px;
  font-size: 16px;
  font-weight: 700;
  color: var(--neutral-02);
}

#origin-referer-input-box .submit-button {
  width: 100%;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 0px;
  font-size: 16px;
  font-weight: 700;
  color: var(--neutral-02);
}

.section-title h3 {
  color: var(--neutral-01);
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.section-title h6 {
  color: var(--neutral-02);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-title .info-item {
  color: var(--neutral-01);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.section-title .checkmark-done {
  display: inline;
  padding: 4px 5px;
  border-radius: 50%;
  background-color: var(--primary-01);
}

.info-card {
  padding: 16px;
  border-radius: 12px;
  background-color: var(--neutral-05);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.01), -1px 0px 20px 0px rgba(0, 0, 0, 0.01), 0px -1px 20px 0px rgba(0, 0, 0, 0.01), 1px 0px 20px 0px rgba(0, 0, 0, 0.01);
}

.info-card .logo {
  font-size: 28px;
  color: var(--primary-01);
}

.info-card .title {
  color: var(--neutral-01);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.info-card .description {
  color: var(--neutral-02);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.section-feature {
  background: url('/images/adv-banner.png') no-repeat center center;
  background-size: cover;
  height: 800px;
}


.review-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .review-img img {
    max-width: 95%;
  }
}

.review-title h3 {
  color: var(--neutral-01);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.review-title .name {
  color: var(--primary-01);
}

.review-title .quotes {
  margin-top: 16px;
}

@media (max-width: 1199px) {
  .review-title h3 {
    text-align: center;
  }

  .review-title p {
    text-align: center;
  }

  .review-title .quotes {
    margin-left: 24px;
  }
}

.review-title p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: var(--neutral-01);
}

.recommend-button-container {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;

}

.recommend-button {
  background-color: #F6F4FF;
  border: 1px solid #402FBB;
  color: #402FBB;
  border-radius: 8px;
  padding: 6px 8px 6px 8px;
}

.recommend-button-active {
  background-color: #402FBB;
  border: 1px solid #402FBB;
  color: #F6F4FF;
}

.close-recommend-button {
  z-index: 99;
  position: absolute;
  top: -10px;
  right: -10px;
  background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}