body {
  background-color: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.page-body {
  padding-bottom: 0px;
}

.homepage-header {
  background-color: #ffffff;
}

.homepage-header .homepage-navbar .large-nav .nav-options {
  color: #6c6c6c;
}

.homepage-header .homepage-navbar .small-nav .nav-options {
  color: #6c6c6c;
}

.homepage-header .homepage-navbar .large-nav .nav-btns .btn-signup {
  color: #6c6c6c;
  border-color: #6c6c6c;
}

.homepage-header .homepage-navbar .small-nav .nav-ann .ann-item i {
  color: #6c6c6c;
}

.homepage-header .homepage-navbar .small-nav .nav-ann .ann-item .ann-title {
  color: #6c6c6c;
}

.homepage-header .homepage-navbar .small-nav .nav-ann .ann-item .ann-date {
  color: #6c6c6c;
}

.homepage-header .homepage-navbar .large-nav .nav-logo svg path.st0 {
  fill: #272727;
  stroke: #272727;
}

.homepage-header .homepage-navbar .large-nav .nav-logo svg path.st2 {
  fill: #1f1f1f;
}

.homepage-header .homepage-navbar .large-nav .nav-logo svg g:not(:first-child) path {
  fill: #1f1f1f !important;
}

.homepage-header .homepage-navbar .small-nav .nav-options .nav-item a i {
  color: #6c6c6c;
}

.homepage-header.down {
  background-color: rgba(72, 72, 86, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.homepage-header.down .homepage-navbar .small-nav {
  border-bottom: transparent;
}

.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item .ann-title {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item .ann-date {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item i {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .small-nav .nav-options {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .small-nav .nav-options .nav-item a i {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .large-nav .nav-options {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .large-nav .nav-logo svg path.st3 {
  fill: #ffffff;
}

.homepage-header.down .homepage-navbar .large-nav .nav-btns .btn-signup {
  color: #ffffff;
  border-color: #ffffff;
}

.homepage-header.down .homepage-navbar .large-nav .nav-logo svg path.st0 {
  fill: #ffffff;
  stroke: #ffffff;
}

.homepage-header.down .homepage-navbar .large-nav .nav-logo svg path.st2 {
  fill: #1f1f1f;
}

.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item:hover,
.homepage-header.top .homepage-navbar .small-nav .nav-ann .ann-item:focus {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .large-nav .nav-logo svg g:not(:first-child) path {
  fill: #ffffff !important;
}

.footer,
.footer .f-register {
  background-color: #272727;
}

.footer .f-register .f-register-btn .btn-register {
  color: #5a5a5a;
}

.footer .f-copyright .f-copyright-menu .f-copyright-menu-group {
  color: #ffffff;
}

.footer .f-copyright .f-copyright-menu .f-copyright-menu-group .f-copyright-text a {
  color: #e6e6e6;
}

.footer .f-copyright .f-copyright-bottom .f-copyright-text {
  color: #e2e2e2;
}

.footer .f-copyright {
  background-color: #1b1b1b;
}

.footer .f-copyright .f-copyright-bottom {
  border-top: 1px solid #505050;
}

.banner {
  background-image: url(../../images/banner/hong-kong-victoria.jpg);
  background-size: cover;
  background-position: bottom;
  position: relative;
  height: 600px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#hkg_upgrade .upgrade {
  position: relative;
  display: flex;
  flex-direction: column;
}

.upgrade_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}

.upgrade_bigtitle {
  font-size: 50px;
  font-weight: 700;
  color: #181818;
}

.upgrade_desc {
  font-size: 25px;
  color: #3c3c3c;
  font-weight: 700;
  line-height: 1.2;
}

.upgrade_group {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 20px;
}

.upgrade_item_box {
  display: flex;
  flex-direction: column;
  padding: 80px;
  border-radius: 10px;
  background-color: #f9f9f9;
  width: 100%;
  margin-top: 20px;
}

.upgrade_group .full_width {
  grid-column: 1 / span 2;
}

.upgrade_item_smalltitle {
  font-size: 15px;
  font-weight: 700;
  color: #181818;
  text-transform: uppercase;
}

.upgrade_item_title {
  font-size: 40px;
  font-weight: 700;
  color: #181818;
  text-transform: uppercase;
}

.upgrade_item_title span {
  text-transform: lowercase;
}

.upgrade_item_desc {
  margin-top: 20px;
  font-size: 20px;
  color: #3c3c3c;
  font-weight: 600;
  line-height: 1.2;
  max-width: 400px;
}

.upgrade_item_tips {
  margin-top: 30px;
  font-size: 12px;
  color: #b7b7b7;
  font-weight: 400;
  line-height: 1.2;
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.offer_end_box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  background-color: #f9f4f1;
  border: 1px solid #f4e8db;
  width: 100%;
  margin-top: 60px;
}

.offer_end_box .item_end {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.billing_selector_group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-weight: 500;
}

.billing_selector_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 15px;
  background-color: #ededed;
  color: #181818;
  font-size: 12px;
  cursor: pointer;
  margin-right: 10px;
  font-weight: 600;
  transition: all 0.3s;
}

.billing_selector_item:hover {
  background-color: #e1e1e1;
}

.billing_selector_item.active {
  background-color: #2791e7;
  color: #ffffff;
}

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

.alpha_test_title {
  font-size: 15px;
  font-weight: 700;
  color: #181818;
  text-transform: uppercase;
}

.alpha_test_desc_group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}

.alpha_test_desc {
  font-size: 12px;
  color: #3c3c3c;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
}

.alpha_test_desc.strong {
  font-weight: 700;
}

.alpha_test_desc span {
  font-weight: 700;
  text-decoration: underline;
  color: #ab0000;
}

.discount_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  border-radius: 15px;
}

.discount_code {
  width: 100%;
  color: #565656;
  text-decoration: underline;
  font-weight: 600;
  padding: 10px 0;
  font-size: 14px;
}

.discount_tips {
  margin-top: 20px;
  font-size: 12px;
  color: #b7b7b7;
  font-weight: 400;
  line-height: 1.2;
}

.view_plans {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
}

.view_plans_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 40px;
  border-radius: 25px;
  background-color: #2791e7;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  border: 1px solid #2791e7;
  transition: all 0.3s;
}

.view_plans_btn:hover {
  background-color: #1f7ecc;
}

.plans {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  width: 100%;
}

.plans_top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  text-align: left;
}

.plans_smalltitle {
  font-size: 30px;
  font-weight: 700;
  color: #292929;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
}

.plans_title {
  font-size: 60px;
  font-weight: 700;
  color: #181818;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 40px;
}

.t1_product_group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-top: 15px;
  width: 100%;
}

.product_special {
  background-color: #f9f9f9;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  padding: 80px;
  border-radius: 10px;
}

.t1_product {
  background-color: #f9f9f9;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-radius: 10px;
}

.t1_product_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #181818;
}

.t1_product_body {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}

.t1_product_config_group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.t1_product_config_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.t1_product_config_icon svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: #232323;
}

.t1_product_config_text {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.t1_product_config_text_group {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
  line-height: 1;
  position: relative;
}

.t1_product_config_text_new {
  font-size: 16px;
  font-weight: 600;
  color: #1d8eea;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.t1_product_config_text_new svg {
  width: 16px;
  height: 16px;
  color: #1d8eea;
  margin-left: 5px;
}

.t1_product_config_text_old {
  font-size: 12px;
  font-weight: 600;
  color: #797979;
  text-decoration: line-through;
  position: absolute;
  bottom: -15px;
}

.t1_product_bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.t1_product_bottom .t1_product_cycle_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.t1_product_bottom .t1_product_cycle_group .t1_product_cycle_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid #dcdcdc;
  border-style: dashed;
  color: #2b2b2b;
  padding: 10px 15px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.t1_product_discounted_price {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.t1_product_discounted_price .old_pricing {
  font-size: 10px;
  font-weight: 600;
  text-decoration: line-through;
  color: #a4a4a4;
}

.t1_product_cycle_title {
  font-size: 12px;
  font-weight: 600;
}

.t1_product_pricing {
  font-size: 10px;
  font-weight: 600;
  text-decoration: line-through;
  color: #a4a4a4;
}

.t1_product_cycle_item svg {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  color: #2b2b2b;
}

.t1_product_order {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ededed;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  height: 66px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #181818;
  height: 100%;
}

.t1_product_order:hover, .t1_product_order:focus {
  background-color: #e4e4e4;
  text-decoration: none;
  color: #181818;
}

.t1_product_tips {
  margin-top: 20px;
  font-size: 14px;
  color: #d4d4d4;
  font-weight: 600;
}

.rules {
  padding: 20px 0px;
  border-top: 1px dashed #d9d9d9;
}

.rules .rule-title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
}

.rules .rule-item {
  font-size: 15px;
  color: #7f7f7f;
  margin-bottom: 10px;
}

.rules .rule-item:last-child {
  margin-bottom: 0px;
}

@media (max-width: 1298px) {
  .t1_product_body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 998px) {
  .upgrade_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .upgrade_group {
    grid-template-columns: 1fr;
  }

  .upgrade_item_box {
    grid-column: 1;
    padding: 40px;
  }

  .t1_product_config_group {
    grid-template-columns: 1fr 1fr;
  }

  .upgrade_group .full_width {
    grid-column: 1;
  }

  .product_special {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .t1_product_config_group {
    grid-template-columns: 1fr;
  }

  .t1_product_bottom {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .t1_product_bottom {
    flex-direction: column;
    width: 100%;
  }

  .t1_product_bottom .t1_product_cycle_group {
    flex-direction: column;
    align-items: initial;
    width: 100%;
  }

  .t1_product_order {
    margin-top: 10px;
  }

  .t1_product_bottom .t1_product_cycle_group .t1_product_cycle_item {
    margin-bottom: 10px;
    margin-right: 0px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .t1_product_discounted_price {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .t1_product_cycle_item svg {
    top: 12px;
    left: 50px;
    right: initial;
  }

  .t1_product_cycle_item.en svg {
    top: 12px;
    left: 80px;
    right: initial;
  }

  .t1_product_order {
    align-items: initial;
    width: 100%;
  }
}