@charset "UTF-8";
@font-face {
  font-family: "Unbounded-Regular";
  src: url("../fonts/unbounded/Unbounded-Regular.ttf");
}
@font-face {
  font-family: "Unbounded-Medium";
  src: url("../fonts/unbounded/Unbounded-Medium.ttf");
}
@font-face {
  font-family: "Unbounded-SemiBold";
  src: url("../fonts/unbounded/Unbounded-SemiBold.ttf");
}
@font-face {
  font-family: "Unbounded-Bold";
  src: url("../fonts/unbounded/Unbounded-Bold.ttf");
}
@font-face {
  font-family: "Unbounded-Light";
  src: url("../fonts/unbounded/Unbounded-Light.ttf");
}
@font-face {
  font-family: "Unbounded-ExtraBold";
  src: url("../fonts/unbounded/Unbounded-ExtraBold.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Unbounded-Light";
  font-size: 1rem;
  color: #151D54;
  background-color: rgb(255, 255, 250);
  line-height: 1.4;
}
@media (max-width: 1200px) {
  html, body {
    font-size: 0.95rem;
  }
}
html:has(.promotion-bar) #custom-navbar.fixed-top, body:has(.promotion-bar) #custom-navbar.fixed-top {
  top: 50px;
}
@media (max-width: 576px) {
  html:has(.promotion-bar) #custom-navbar.fixed-top, body:has(.promotion-bar) #custom-navbar.fixed-top {
    top: 65px;
  }
}
@media (max-width: 576px) {
  html:has(.promotion-bar) #header, body:has(.promotion-bar) #header {
    padding-top: 8rem;
  }
}

a {
  color: inherit;
}
a:hover {
  cursor: pointer;
  text-decoration: unset;
  color: inherit;
}

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

@media (max-width: 576px) {
  .pc {
    display: none !important;
  }
}

.mb {
  display: none !important;
}
@media (max-width: 576px) {
  .mb {
    display: block !important;
  }
}

button:focus {
  outline: 0;
}

.btn-icon {
  border: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-container {
  margin-bottom: 1rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.title-container .title-icon {
  width: 40px;
  margin-right: 0.75rem;
}
@media (max-width: 1300px) {
  .title-container .title-icon {
    width: 36px;
  }
}
@media (max-width: 1100px) {
  .title-container .title-icon {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .title-container .title-icon {
    margin-right: 1rem;
  }
}
.title-container .title-text {
  text-transform: uppercase;
  color: #0F153C;
  font-family: "Unbounded-SemiBold";
  font-size: 2rem;
}
@media (max-width: 1300px) {
  .title-container .title-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 1100px) {
  .title-container .title-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 500px) {
  .title-container .title-text {
    font-size: 1.35rem;
  }
}
@media (max-width: 400px) {
  .title-container .title-text {
    font-size: 1.25rem;
  }
}
.page-container {
  padding: 0 12%;
}
@media (max-width: 1400px) {
  .page-container {
    padding: 0 10%;
  }
}
@media (max-width: 1100px) {
  .page-container {
    padding: 0 8%;
  }
}
@media (max-width: 500px) {
  .page-container {
    padding: 0 5%;
  }
}
@media (max-width: 440px) {
  .page-container {
    padding: 0 15px;
  }
}

#custom-navbar {
  padding: 12px 10% 5px;
}
@media (max-width: 1024px) {
  #custom-navbar {
    padding: 12px 8% 5px;
  }
}
@media (max-width: 768px) {
  #custom-navbar {
    padding: 0.5rem 5% 0.5rem 8%;
  }
}
@media (max-width: 440px) {
  #custom-navbar {
    padding: 0.5rem 5% 0.5rem 5%;
  }
}
#custom-navbar a:hover {
  text-decoration: unset;
}
#custom-navbar .navbar-container {
  position: relative;
}
#custom-navbar .navbar-header {
  margin-right: 0.5rem;
}
@media (max-width: 576px) {
  #custom-navbar .navbar-header {
    display: inline-flex;
    align-items: center;
  }
}
#custom-navbar .navbar-header .navbar-brand .logo-img {
  width: unset;
  max-width: unset;
  height: 34px;
}
@media (max-width: 1200px) {
  #custom-navbar .navbar-header .navbar-brand .logo-img {
    height: 30px;
  }
}
#custom-navbar .navbar-header .navbar-brand .logo-img.logo-black {
  display: none;
}
@media (max-width: 576px) {
  #custom-navbar .navbar-header .navbar-brand {
    margin-right: 0;
  }
  #custom-navbar .navbar-header .navbar-brand .logo-img {
    margin-right: 0.25rem;
  }
}
@media (max-width: 440px) {
  #custom-navbar .navbar-header .navbar-brand .logo-img {
    height: 28px;
  }
}
@media (max-width: 380px) {
  #custom-navbar .navbar-header .navbar-brand .logo-img {
    height: 26px;
  }
}
@media (max-width: 360px) {
  #custom-navbar .navbar-header .navbar-brand .logo-img {
    height: 25px;
  }
}
#custom-navbar .navbar-toggler {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 8px;
  /* Icon Hamburger */
}
@media (max-width: 576px) {
  #custom-navbar .navbar-toggler {
    top: 11px;
  }
}
#custom-navbar .navbar-toggler #nav-icon {
  width: 33px;
  height: 28px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  cursor: pointer;
}
#custom-navbar .navbar-toggler #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
#custom-navbar .navbar-toggler #nav-icon span:nth-child(1) {
  top: 0px;
}
#custom-navbar .navbar-toggler #nav-icon span:nth-child(2) {
  top: 11px;
}
#custom-navbar .navbar-toggler #nav-icon span:nth-child(3) {
  top: 22px;
}
@media (max-width: 576px) {
  #custom-navbar .navbar-toggler #nav-icon {
    width: 27px;
    height: 23px;
  }
  #custom-navbar .navbar-toggler #nav-icon span {
    height: 2.5px;
  }
  #custom-navbar .navbar-toggler #nav-icon span:nth-child(2) {
    top: 8px;
  }
  #custom-navbar .navbar-toggler #nav-icon span:nth-child(3) {
    top: 16px;
  }
}
#custom-navbar .navbar-toggler[aria-expanded=true] #nav-icon span {
  background-color: #0F153C;
}
#custom-navbar .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
#custom-navbar .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#custom-navbar .navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
#custom-navbar .navbar-collapse {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  #custom-navbar .navbar-collapse {
    padding-right: 0;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  #custom-navbar .navbar-collapse.show {
    padding-top: 1.5rem;
  }
}
#custom-navbar .navbar-nav {
  align-items: center;
}
@media (max-width: 768px) {
  #custom-navbar .navbar-nav {
    align-items: end;
  }
}
#custom-navbar .navbar-nav .nav-item:last-child {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  #custom-navbar .navbar-nav .nav-item {
    margin-bottom: 1rem;
  }
}
#custom-navbar .navbar-nav .nav-link {
  position: relative;
  font-family: "Unbounded-Regular";
  padding: 0.35rem 1rem;
  font-size: 0.9rem;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (max-width: 1024px) {
  #custom-navbar .navbar-nav .nav-link {
    padding: 0.3rem 0.75rem;
  }
}
@media (max-width: 768px) {
  #custom-navbar .navbar-nav .nav-link {
    color: #151D54;
  }
}
#custom-navbar .navbar-nav .nav-link:not(:last-child) {
  margin-right: 0.5rem;
}
#custom-navbar .navbar-nav .nav-link::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 3px);
  -webkit-transform: translate(-50%, 3px);
  -moz-transform: translate(-50%, 3px);
  -ms-transform: translate(-50%, 3px);
  -o-transform: translate(-50%, 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 768px) {
  #custom-navbar .navbar-nav .nav-link::after {
    bottom: 50%;
    left: -1rem;
    transform: translate(5px, 50%);
    -webkit-transform: translate(5px, 50%);
    -moz-transform: translate(5px, 50%);
    -ms-transform: translate(5px, 50%);
    -o-transform: translate(5px, 50%);
  }
}
#custom-navbar .navbar-nav .nav-link.active {
  font-family: "Unbounded-SemiBold";
}
#custom-navbar .navbar-nav .nav-link:hover::after {
  background-color: white;
}
@media (max-width: 576px) {
  #custom-navbar .navbar-nav .nav-link {
    font-size: 1rem;
  }
}
#custom-navbar .blog-back-home {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 80%;
  font-family: "Unbounded-Regular";
  color: rgb(44, 44, 44);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
#custom-navbar .blog-back-home span {
  margin-left: 10px;
}
#custom-navbar .blog-back-home img {
  width: 18px;
}
@media (max-width: 768px) {
  #custom-navbar .blog-back-home {
    display: none;
  }
}
#custom-navbar .menu-login {
  background-color: rgb(255, 255, 255);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 1px solid rgb(21, 29, 84);
  color: rgb(21, 29, 84);
  padding: 0.3rem 1rem;
  font-size: 90%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#custom-navbar .menu-login:hover {
  font-family: "Unbounded-SemiBold";
}
#custom-navbar .navbar-action {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#custom-navbar .navbar-action .action-btn {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 0.5rem 0.7rem;
  background-color: #fff;
  color: #151D54;
  font-size: 0.8rem;
  font-family: "Unbounded-Regular";
}
#custom-navbar .navbar-action .action-btn:not(:last-child) {
  margin-right: 0.5rem;
}
#custom-navbar .navbar-action .action-btn:hover {
  text-decoration: none;
}
#custom-navbar .navbar-action .view-draw-template {
  background-color: rgb(15, 21, 60);
  border: 1px solid rgb(68, 74, 118);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 10px 16px;
  font-family: "Unbounded-Regular";
  color: #fff;
  font-size: 0.8rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
#custom-navbar .navbar-action .view-draw-template img {
  width: 18px;
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  #custom-navbar .navbar-action .view-draw-template {
    padding: 8px 14px;
  }
}
@media (max-width: 576px) {
  #custom-navbar .navbar-action .view-draw-template {
    padding: 5px 10px;
  }
  #custom-navbar .navbar-action .view-draw-template img {
    width: 15px;
  }
}
@media (max-width: 576px) {
  #custom-navbar .navbar-action {
    top: 0.5rem;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    right: 3rem;
  }
  #custom-navbar .navbar-action .action-btn.signup {
    display: none;
  }
}
@media (max-width: 360px) {
  #custom-navbar .navbar-action .action-btn {
    padding: 0.6rem;
    font-size: 0.8rem;
  }
}
#custom-navbar .user-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 992px) {
  #custom-navbar .user-menu {
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
#custom-navbar .user-menu .user-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
#custom-navbar .user-menu .turn-remaining-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 1.8rem;
  position: relative;
}
#custom-navbar .user-menu .turn-remaining-container::after {
  content: "";
  position: absolute;
  right: -0.9rem;
  top: 10%;
  width: 1px;
  height: 80%;
  background-color: rgb(213, 213, 213);
}
#custom-navbar .user-menu .turn-remaining-container .turn-remaining-label {
  font-family: "Unbounded-Light";
  color: #fff;
  font-size: 80%;
}
#custom-navbar .user-menu .turn-remaining-container .turn-remaining-number {
  position: relative;
  margin-left: 5px;
}
#custom-navbar .user-menu .turn-remaining-container .turn-remaining-number img {
  width: 36px;
}
#custom-navbar .user-menu .turn-remaining-container .turn-remaining-number span {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-family: "Unbounded-Medium";
  font-size: 0.9rem;
}
#custom-navbar .user-menu .user-information-container .user-avatar {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
#custom-navbar .user-menu .user-information-container .avatar-icon {
  width: 36px;
}
@media (max-width: 390px) {
  #custom-navbar .user-menu .user-information-container .avatar-icon {
    width: 32px;
  }
}
@media (max-width: 360px) {
  #custom-navbar .user-menu .user-information-container .avatar-icon {
    width: 30px;
  }
}
#custom-navbar .user-menu .dropdown .dropdown-toggle {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
}
#custom-navbar .user-menu .dropdown .dropdown-toggle::after {
  display: none;
}
#custom-navbar .user-menu .dropdown .dropdown-menu {
  min-width: 14rem;
}
#custom-navbar .user-menu .dropdown .dropdown-menu.show {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 0;
  padding: 0.5rem;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
}
#custom-navbar .user-menu .dropdown .dropdown-menu .dropdown-item {
  color: rgb(21, 29, 84);
  font-family: "Unbounded-Light";
  font-size: 80%;
  padding: 0.25rem;
}
@media (max-width: 576px) {
  #custom-navbar .user-menu .dropdown .dropdown-menu .dropdown-item {
    margin-bottom: 1rem;
  }
}
#custom-navbar .user-menu .dropdown .dropdown-menu .dropdown-item.logout {
  color: rgb(195, 19, 30);
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem;
}
#custom-navbar .user-menu .dropdown .dropdown-menu .dropdown-icon {
  width: 15px;
  margin-right: 5px;
}
#custom-navbar .user-menu .dropdown .dropdown-menu .dropdown-divider {
  width: 100%;
}
@media (max-width: 576px) {
  #custom-navbar .user-menu .dropdown .dropdown-menu {
    width: 81vw;
  }
}
#custom-navbar .user-menu .dropdown-content-top .user-name-container {
  position: relative;
  line-height: 1.2;
  text-align: left;
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  margin: 0.25rem 0;
  color: rgb(15, 21, 60);
}
@media (max-width: 576px) {
  #custom-navbar .user-menu .dropdown-content-top .user-name-container {
    margin-bottom: 0.75rem;
  }
}
#custom-navbar .user-menu .dropdown-content-top .user-name-container .current-username {
  font-family: "Unbounded-Medium";
  font-size: 90%;
  text-transform: capitalize;
  margin-bottom: 0.4rem;
}
#custom-navbar .user-menu .dropdown-content-top .user-name-container .text-viewmore {
  color: rgb(98, 104, 140);
  font-size: 70%;
  white-space: nowrap;
  font-family: "Unbounded-Light";
}
#custom-navbar .user-menu .dropdown-content-top .user-name-container .arrow-icon {
  position: absolute;
  right: -15px;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#custom-navbar .user-menu .dropdown-content-top .btn-view-more-information {
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
}
@media (max-width: 576px) {
  #custom-navbar .user-menu .dropdown-content-top .btn-view-more-information {
    margin-bottom: 1rem;
  }
}
@media (max-width: 540px) {
  #custom-navbar .user-menu .dropdown-content-top .btn-view-more-information {
    margin-bottom: 0.5rem;
  }
}
#custom-navbar .user-menu .dropdown-content-top .btn-buy {
  display: block;
  margin-bottom: 1rem;
  font-family: "Unbounded-Regular";
  width: fit-content;
  padding: 0.5rem 1rem;
  background: rgb(15, 21, 60);
  font-size: 0.8rem;
  color: #fff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgb(68, 74, 118);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
#custom-navbar .user-menu .dropdown-content-top .btn-buy span {
  margin-right: 0.5rem;
}
#custom-navbar .user-menu .dropdown-content-top .btn-buy:hover {
  color: #fff;
  text-decoration: unset;
}
#custom-navbar.is-login .navbar-collapse {
  justify-content: start;
}
#custom-navbar.is-login .navbar-collapse .nav.navbar-nav {
  display: none;
}
#custom-navbar.is-login .navbar-toggler {
  display: none;
}
#custom-navbar.is-login .navbar-action {
  display: none !important;
}
#custom-navbar.is-login .user-menu {
  display: block;
}
#custom-navbar.scrolled {
  background-color: rgb(255, 255, 250);
  border-bottom: 1px solid rgb(230, 230, 230);
}
#custom-navbar.scrolled .navbar-toggler #nav-icon span {
  background: #0F153C;
}
#custom-navbar.scrolled .navbar-toggler[aria-expanded=true] {
  right: 5px;
}
#custom-navbar.scrolled .navbar-brand .logo-img.logo-black {
  display: block;
}
#custom-navbar.scrolled .navbar-brand .logo-img.logo-white {
  display: none;
}
#custom-navbar.scrolled .navbar-nav .nav-link {
  color: #151D54;
}
#custom-navbar.scrolled .navbar-nav .nav-link.active {
  color: #6A0DAD;
}
#custom-navbar.scrolled .navbar-nav .nav-link.active::after {
  background-color: #6A0DAD;
}
@media (max-width: 768px) {
  #custom-navbar.scrolled .navbar-nav .nav-link {
    color: #151D54;
  }
}
#custom-navbar.light .navbar-brand .logo-img.logo-black {
  display: block;
}
#custom-navbar.light .navbar-brand .logo-img.logo-white {
  display: none;
}
#custom-navbar.light .navbar-toggler #nav-icon span {
  background: #0F153C;
}
#custom-navbar.light .navbar-toggler[aria-expanded=true] {
  right: 5px;
}
#custom-navbar.light .user-menu .turn-remaining-container .turn-remaining-label {
  color: #0F153C;
}
#custom-navbar.navbar-scrolling, #custom-navbar:has(.navbar-collapse.collapse.show) {
  background-color: rgba(12, 16, 35, 0.7607843137);
}
@media (max-width: 768px) {
  #custom-navbar.navbar-scrolling, #custom-navbar:has(.navbar-collapse.collapse.show) {
    background-color: #fff;
    padding: 12px 3% 15px 8%;
  }
}
#custom-navbar.navbar-scrolling .navbar-toggler, #custom-navbar:has(.navbar-collapse.collapse.show) .navbar-toggler {
  right: 5px;
}
#custom-navbar.navbar-scrolling .navbar-action, #custom-navbar:has(.navbar-collapse.collapse.show) .navbar-action {
  display: none !important;
}
@media (max-width: 768px) {
  #custom-navbar.navbar-scrolling .navbar-header .navbar-brand .logo-img.logo-white, #custom-navbar:has(.navbar-collapse.collapse.show) .navbar-header .navbar-brand .logo-img.logo-white {
    display: none;
  }
  #custom-navbar.navbar-scrolling .navbar-header .navbar-brand .logo-img.logo-black, #custom-navbar:has(.navbar-collapse.collapse.show) .navbar-header .navbar-brand .logo-img.logo-black {
    display: block;
  }
}

#header {
  position: relative;
  background: linear-gradient(180deg, #6A0DAD 0%, #140F15 67.18%);
  padding: 5rem 0;
}
@media (max-width: 1200px) {
  #header {
    padding: 5rem 0 3rem;
  }
}
@media (max-width: 576px) {
  #header {
    overflow-x: hidden;
  }
}
#header .header-container {
  padding: 0 12%;
  color: #fff;
}
@media (max-width: 1400px) {
  #header .header-container {
    padding: 0 10%;
  }
}
@media (max-width: 576px) {
  #header .header-container {
    padding: 0 5%;
  }
}
@media (max-width: 440px) {
  #header .header-container {
    padding: 0 15px;
  }
}
#header .header-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header .header-right {
  width: 50%;
}
@media (max-width: 1400px) {
  #header .header-right {
    width: 47%;
  }
}
@media (max-width: 768px) {
  #header .header-right {
    width: 100%;
    text-align: center;
  }
}
#header .header-right .header-thumbnail {
  width: 110%;
  max-width: unset;
}
@media (max-width: 1440px) {
  #header .header-right .header-thumbnail {
    width: 120%;
  }
}
@media (max-width: 768px) {
  #header .header-right .header-thumbnail {
    width: 80%;
  }
}
@media (max-width: 576px) {
  #header .header-right .header-thumbnail {
    width: 100%;
    transform: scale(1.125);
    -webkit-transform: scale(1.125);
    -moz-transform: scale(1.125);
    -ms-transform: scale(1.125);
    -o-transform: scale(1.125);
  }
}
#header .header-left {
  width: 50%;
  padding: 8% 0 0;
}
@media (max-width: 1400px) {
  #header .header-left {
    width: 53%;
  }
}
@media (max-width: 768px) {
  #header .header-left {
    width: 100%;
  }
}
#header .header-label {
  margin-bottom: 1.5rem;
}
#header .header-label .header-label-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
#header .header-label .header-label-item {
  padding: 0.5rem 1.25rem;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  #header .header-label .header-label-item {
    font-size: 90%;
  }
}
@media (max-width: 370px) {
  #header .header-label .header-label-item {
    font-size: 82%;
  }
}
#header .header-label .header-label-item:first-child {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 2px;
  background-color: rgb(218, 167, 0);
  z-index: 3;
}
@media (max-width: 576px) {
  #header .header-label .header-label-item:first-child {
    border-top-left-radius: 41px;
  }
}
#header .header-label .header-label-item:nth-child(2) {
  padding-left: 4rem;
  background-color: rgb(186, 142, 0);
  transform: translateX(-3rem);
  -webkit-transform: translateX(-3rem);
  -moz-transform: translateX(-3rem);
  -ms-transform: translateX(-3rem);
  -o-transform: translateX(-3rem);
  z-index: 2;
}
#header .header-label .header-label-item:nth-child(3) {
  padding-left: 5rem;
  background-color: rgb(160, 123, 0);
  transform: translateX(-7rem);
  -webkit-transform: translateX(-7rem);
  -moz-transform: translateX(-7rem);
  -ms-transform: translateX(-7rem);
  -o-transform: translateX(-7rem);
  z-index: 1;
}
@media (max-width: 576px) {
  #header .header-label .header-label-item:nth-child(3) {
    border-top-right-radius: 41px;
    border-bottom-right-radius: 2px;
  }
}
#header .header-title {
  white-space: nowrap;
  font-family: "Unbounded-Medium";
  font-size: 2.65rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  #header .header-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 1024px) {
  #header .header-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  #header .header-title {
    font-size: 5.6vw;
    margin-bottom: 2rem;
  }
}
@media (max-width: 440px) {
  #header .header-title {
    font-size: 6vw;
    text-align: center;
  }
}
#header .header-description {
  font-family: "Unbounded-Light";
  margin-bottom: 4rem;
}
@media (max-width: 1300px) {
  #header .header-description {
    margin-bottom: 3rem;
    font-size: 90%;
  }
}
@media (max-width: 1024px) {
  #header .header-description {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  #header .header-description {
    font-size: 100%;
    text-align: center;
  }
}
#header .header-cta {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  #header .header-cta {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 576px) {
  #header .header-cta {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  #header .header-feedback {
    margin-bottom: 2rem;
  }
}
#header .header-feedback .header-feedback--top {
  margin-bottom: 1rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
#header .header-feedback .header-feedback--top .header-rating-star {
  height: 25px;
  margin-right: 1rem;
}
@media (max-width: 576px) {
  #header .header-feedback .header-feedback--top .header-rating-star {
    height: 60px;
  }
}
@media (max-width: 440px) {
  #header .header-feedback .header-feedback--top .header-rating-star {
    margin-right: 0.5rem;
  }
}
#header .header-feedback .header-feedback--top .header-rating-star-number {
  font-family: "Unbounded-SemiBold";
  font-size: 1.25rem;
  color: #FFD700;
  margin-right: 1rem;
}
@media (max-width: 1024px) {
  #header .header-feedback .header-feedback--top .header-rating-star-number {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #header .header-feedback .header-feedback--top .header-rating-star-number {
    font-size: 1.25rem;
  }
}
@media (max-width: 440px) {
  #header .header-feedback .header-feedback--top .header-rating-star-number {
    margin-right: 0.5rem;
  }
}
#header .header-feedback .header-feedback--top .header-rating-star-text {
  font-size: 96%;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  #header .header-feedback .header-feedback--top .header-rating-star-text {
    font-size: 88%;
  }
}
@media (max-width: 576px) {
  #header .header-feedback .header-feedback--top .header-rating-star-text {
    font-size: 3vw;
  }
}
#header .header-feedback .header-feedback--msg {
  margin-bottom: 1rem;
  font-size: 90%;
}
#header .header-feedback .header-feedback--bottom {
  text-align: right;
  font-size: 90%;
}
@media (max-width: 1200px) {
  #header .header-feedback .header-feedback--bottom {
    font-size: 80%;
  }
}

@-webkit-keyframes move-arrow-top-right {
  0% {
    transform: translate(-3px, 3px);
  }
  100% {
    transform: translate(3px, -3px);
  }
}
@-moz-keyframes move-arrow-top-right {
  0% {
    transform: translate(-3px, 3px);
  }
  100% {
    transform: translate(3px, -3px);
  }
}
@-ms-keyframes move-arrow-top-right {
  0% {
    transform: translate(-3px, 3px);
  }
  100% {
    transform: translate(3px, -3px);
  }
}
@keyframes move-arrow-top-right {
  0% {
    transform: translate(-3px, 3px);
  }
  100% {
    transform: translate(3px, -3px);
  }
}
.btn-try-ai {
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: "Unbounded-ExBold";
  font-size: 0.9rem;
  background: linear-gradient(140deg, #FFFA8C 0%, #923ED4 49%, #3BC5D8 100%);
  color: #fff;
  outline: 2px solid rgba(255, 255, 255, 0.15);
  width: max-content;
}
.btn-try-ai .btn-ai-icon {
  margin-right: 6px;
  width: 16px;
}
.btn-try-ai:hover {
  text-decoration: unset;
  color: #fff;
}

#not-found {
  background-color: rgb(255, 255, 250);
  padding: 10% 0 8%;
}
@media (max-width: 992px) {
  #not-found {
    padding: 18% 0 16%;
  }
}
@media (max-width: 768px) {
  #not-found {
    padding: 20% 0 15%;
  }
}
@media (max-width: 500px) {
  #not-found {
    padding: 25vh 0 8vh;
  }
}
#not-found .nf-content {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}
@media (max-width: 1300px) {
  #not-found .nf-content {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  #not-found .nf-content {
    width: 100%;
  }
}
#not-found .nf-thumbnail {
  width: 64%;
  max-width: 50vw;
  margin: 0 auto 1rem;
}
#not-found .nf-thumbnail img {
  width: 100%;
}
@media (max-width: 576px) {
  #not-found .nf-thumbnail {
    max-width: 80vw;
    width: 80%;
  }
}
#not-found .nf-text {
  color: rgb(112, 102, 102);
  margin-bottom: 2rem;
}
@media (max-width: 440px) {
  #not-found .nf-text {
    font-size: 90%;
  }
}
@media (max-width: 400px) {
  #not-found .nf-text {
    font-size: 3.5vw;
  }
}
#not-found .nf-action .btn-back-home img {
  height: 50px;
  width: unset;
}
#not-found .nf-action .btn-back-home:hover {
  text-decoration: unset;
}

select option {
  background-color: rgb(80, 80, 80);
}

.toast-container {
  z-index: 9999;
  right: 1rem;
  top: 1rem;
}
@media (max-width: 420px) {
  .toast-container {
    top: 1.5rem;
  }
}
@media (max-width: 440px) {
  .toast-container {
    right: 5vw;
  }
}

.toast {
  overflow: hidden;
  min-height: 65px;
  position: relative;
  background-color: #242C32;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.04), 0px 2px 15px -3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.04), 0px 2px 15px -3px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.04), 0px 2px 15px -3px rgba(0, 0, 0, 0.07);
  padding: 0.5rem 0.25rem 0.5rem 0.5rem;
}
.toast.show {
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 99999;
}
.toast.hide {
  display: none !important;
}
@media (max-width: 440px) {
  .toast {
    max-width: 100%;
    width: 90vw;
  }
}
.toast .toast-header {
  padding: 0.25rem 0 0 0.25rem;
  font-family: "Unbounded-Medium";
  background-color: transparent;
  font-size: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
  color: inherit;
}
.toast .toast-body {
  padding: 0 0.25rem 0 0.25rem;
  font-family: "Unbounded-Light";
  font-size: 0.8rem;
}
.toast .toast-icon {
  display: none;
  width: 20px;
  margin-right: 0.5rem;
}
.toast.success {
  background: rgb(229, 255, 230);
  color: rgb(8, 127, 10);
}
.toast.success .toast-icon.success-icon {
  display: block;
}
.toast.error {
  background-color: rgb(217, 129, 74);
  color: rgb(184, 72, 0);
}
.toast.error .toast-icon.error-icon {
  display: block;
}
.toast.warn {
  background-color: rgba(207, 189, 117, 0.8);
  background-color: rgb(255, 212, 38);
}
.toast.warn .toast-icon.warn-icon {
  display: block;
}

.cta-action {
  position: fixed;
  z-index: 99;
  left: 2.5%;
  bottom: 80px;
  height: 46px;
}
@media (max-width: 576px) {
  .cta-action {
    bottom: 115px;
  }
}
.cta-action .form-check-input {
  display: none;
  margin: 0;
  padding: 0;
}
.cta-action .form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}
.cta-action .form-check-label .cta-icon {
  width: 46px;
}
.cta-action .form-check-label .cta-icon.close {
  display: none;
}
.cta-action .cta-container {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 0px;
  overflow: hidden;
  transition: height 0.5s ease-in;
  -webkit-transition: height 0.5s ease-in;
  -moz-transition: height 0.5s ease-in;
  -ms-transition: height 0.5s ease-in;
  -o-transition: height 0.5s ease-in;
}
.cta-action .cta-container .cta-contact-item {
  display: block;
}
.cta-action .cta-container .cta-contact-item:not(:first-child) {
  margin-top: 0.75rem;
}
.cta-action .cta-container .cta-contact-item .cta-icon {
  width: auto;
  height: 0;
  max-width: unset;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
.cta-action .form-check-input:checked ~ .form-check-label .cta-icon {
  width: 46px;
}
.cta-action .form-check-input:checked ~ .form-check-label .cta-icon.close {
  display: block;
}
.cta-action .form-check-input:checked ~ .form-check-label .cta-icon.open {
  display: none;
}
.cta-action .form-check-input:checked ~ .cta-container {
  height: 168px;
  bottom: 50px;
}
.cta-action .form-check-input:checked ~ .cta-container .cta-contact-item .cta-icon {
  height: 32px;
}

.promotion-bar {
  background-color: #28FFD8;
  position: fixed;
  top: 0;
  left: 0;
  color: #0F153C;
  width: 100%;
  height: 50px;
  z-index: 99;
  padding: 0 1rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0.8vw;
}
@media (max-width: 1300px) {
  .promotion-bar {
    font-size: 1vw;
  }
}
@media (max-width: 992px) {
  .promotion-bar {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .promotion-bar {
    font-size: 0.8rem;
  }
}
@media (max-width: 576px) {
  .promotion-bar {
    height: 65px;
  }
}
.promotion-bar .promotion-bar-content {
  text-align: center;
  font-family: "Unbounded-Light";
  line-height: 1.2;
}
.promotion-bar .promotion-bar-content span {
  font-family: "Unbounded-Regular";
  margin-right: 5px;
}
.promotion-bar .promotion-bar-content a {
  display: inline-block;
  font-family: "Unbounded-Medium";
  color: #0F153C;
  text-transform: uppercase;
  margin-left: 8px;
  text-decoration: underline;
}

.btn-show-feedback {
  position: fixed;
  z-index: 99;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 576px) {
  .btn-show-feedback {
    bottom: 5%;
  }
}
.btn-show-feedback .btn-content {
  padding: 3px 15px;
  background: rgb(219, 221, 208);
  border: 1px solid rgb(154, 154, 154);
  color: rgb(10, 51, 97);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.btn-show-feedback .btn-content .btn-feedback-icon {
  width: 12px;
  margin-right: 10px;
}
.btn-show-feedback .btn-content span {
  font-family: "Unbounded-Bold";
  font-size: 80%;
}
.btn-show-feedback:hover {
  color: rgb(10, 51, 97);
  text-decoration: unset;
}
.btn-show-feedback:hover .btn-content {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.action-backtop {
  display: none;
  position: fixed;
  z-index: 999;
  right: 3%;
  bottom: 4%;
  width: 40px;
  height: 40px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  cursor: pointer;
}
.action-backtop #cta {
  width: 100%;
  cursor: pointer;
}
.action-backtop .arrow {
  left: 30%;
}
.action-backtop .arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 15px;
}
.action-backtop .segunda {
  margin-left: 8px;
}
.action-backtop .next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}
.action-backtop .arrow.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.action-backtop .arrow.primera.bounceAlpha {
  animation-delay: 0.2s;
}
.action-backtop:hover .arrow {
  -webkit-animation: bounceAlpha 1.4s infinite linear;
  -moz-animation: bounceAlpha 1.4s infinite linear;
  -ms-animation: bounceAlpha 1.4s infinite linear;
  -o-animation: bounceAlpha 1.4s infinite linear;
  animation: bounceAlpha 1.4s infinite linear;
}
.action-backtop:hover .arrow.primera {
  -webkit-animation: bounceAlpha 1.4s infinite linear;
  -moz-animation: bounceAlpha 1.4s infinite linear;
  -ms-animation: bounceAlpha 1.4s infinite linear;
  -o-animation: bounceAlpha 1.4s infinite linear;
  animation: bounceAlpha 1.4s infinite linear;
  animation-delay: 0.2s;
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
.btn-cta-template {
  display: inline-block;
  color: #fff;
  padding: 0.65rem 1.75rem;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: linear-gradient(177.2deg, #6A0DAD 2.33%, #755C87 110.19%);
  border: 1px solid rgb(56, 38, 55);
  white-space: nowrap;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 4px rgb(94, 50, 125);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 4px rgb(94, 50, 125);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 4px rgb(94, 50, 125);
}
@media (max-width: 1440px) {
  .btn-cta-template {
    padding: 0.5rem 1.5rem;
    font-size: 96%;
  }
}
@media (max-width: 1100px) {
  .btn-cta-template {
    font-size: 90%;
  }
}
@media (max-width: 576px) {
  .btn-cta-template {
    font-size: 100%;
  }
}
.btn-cta-template span {
  font-family: "Unbounded-Regular";
}
.btn-cta-template .btn-cta-icon {
  width: 20px;
}
.btn-cta-template .btn-cta-icon.left {
  margin-right: 1rem;
}
@media (max-width: 1440px) {
  .btn-cta-template .btn-cta-icon.left {
    margin-right: 0.5rem;
  }
}
@media (max-width: 1100px) {
  .btn-cta-template .btn-cta-icon.left {
    margin-right: 0.25rem;
  }
}
.btn-cta-template .btn-cta-icon.right {
  margin-left: 1rem;
}
@media (max-width: 1440px) {
  .btn-cta-template .btn-cta-icon.right {
    margin-left: 0.5rem;
  }
}
@media (max-width: 1100px) {
  .btn-cta-template .btn-cta-icon.right {
    margin-left: 0.25rem;
  }
}
.btn-cta-template:hover {
  color: #fff;
}
.btn-cta-template:hover .btn-cta-icon.left {
  -webkit-animation: slideLeft 1s ease-in-out infinite;
  -moz-animation: slideLeft 1s ease-in-out infinite;
  -ms-animation: slideLeft 1s ease-in-out infinite;
  -o-animation: slideLeft 1s ease-in-out infinite;
  animation: slideLeft 1s ease-in-out infinite;
}
.btn-cta-template:hover .btn-cta-icon.right {
  -webkit-animation: slideRight 1s ease-in-out infinite;
  -moz-animation: slideRight 1s ease-in-out infinite;
  -ms-animation: slideRight 1s ease-in-out infinite;
  -o-animation: slideRight 1s ease-in-out infinite;
  animation: slideRight 1s ease-in-out infinite;
}

@keyframes slideRight {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
@keyframes slideLeft {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 0);
  }
}
.btt-container {
  display: none;
  position: fixed;
  left: 0;
  bottom: 10%;
}
@media (max-width: 440px) {
  .btt-container {
    left: -1px;
  }
}
.btt-container .btt-wrapper {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  color: #fff;
  height: 38px;
}
@media (max-width: 440px) {
  .btt-container .btt-wrapper {
    height: 32px;
  }
}
.btt-container .btt-left, .btt-container .btt-right {
  background-color: #00AEF9;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.btt-container .btt-left {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 0;
  opacity: 0;
  font-family: "Unbounded-ExBold";
  border: 1px solid #00AEF9;
  font-size: 80%;
  border-left: 0;
}
.btt-container .btt-right {
  padding: 0.25rem 0.5rem;
  border: 1px solid #D8D8D8;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-left: 0;
}
.btt-container .btt-right .btt-arrow-icon {
  width: 25px;
  -webkit-animation: moveArrowBtt 1s infinite ease;
  -moz-animation: moveArrowBtt 1s infinite ease;
  -ms-animation: moveArrowBtt 1s infinite ease;
  -o-animation: moveArrowBtt 1s infinite ease;
  animation: moveArrowBtt 1s infinite ease;
}
@media (max-width: 440px) {
  .btt-container .btt-right .btt-arrow-icon {
    width: 22px;
  }
}
@media (max-width: 440px) {
  .btt-container .btt-right {
    padding: 0.15rem 0.35rem;
  }
  .btt-container .btt-right .btt-arrow-icon {
    width: 20px;
  }
}
.btt-container:hover .btt-wrapper .btt-left {
  opacity: 1;
  width: 55px;
  border-color: #D8D8D8;
}
@media (max-width: 440px) {
  .btt-container:hover .btt-wrapper .btt-left {
    width: 45px;
  }
}

@keyframes moveArrowBtt {
  0%, 100% {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
  }
  50% {
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
    -moz-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    -o-transform: translateX(-1px);
  }
}
.popover {
  background-color: transparent;
}

.popover.popover-custom {
  background-image: url("../images/bg-popover.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.popover.popover-custom .arrow {
  display: none;
}
.popover.popover-custom .popover-header {
  text-align: center;
  background-color: transparent;
  border: 0 !important;
  font-family: "Unbounded-ExBold";
  font-size: 1.25rem;
  padding-bottom: 0;
}
.popover.popover-custom .popover-header span {
  font-size: 60%;
  font-family: "Unbounded-Regular";
}
.popover.popover-custom .popover-body {
  text-align: center;
  background-color: transparent;
  border: 0 !important;
  color: #fff;
  font-family: "Unbounded-SemiBold";
}
.popover.popover-custom .popover-body > div {
  text-align: left;
}
.popover.popover-custom .popover-body span {
  font-family: "Unbounded-ExBold";
}
.popover.popover-custom .popover-body span.good {
  color: #38B866;
}
.popover.popover-custom .popover-body span.great {
  color: #37C2A9;
}
.popover.popover-custom .popover-body span.normal {
  color: #CCCCCC;
}
.popover.popover-custom .popover-body span.bad {
  color: #F0B978;
}
.popover.popover-custom .popover-body span.order {
  color: #E346B2;
}
.popover.popover-custom .popover-body .popover-btn-order {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-family: "Unbounded-ExBold";
  background-color: #AF3689;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 0.35rem 0.75rem;
  font-size: 80%;
  margin: 0.5rem auto 0.25rem;
}
.popover.popover-custom .popover-body .popover-btn-order:hover {
  text-decoration: unset;
}

.popover.popover-custom-img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: rgb(20, 15, 21);
  border: 1px solid rgb(47, 47, 47);
  padding: 0.5rem 1rem;
  position: fixed !important;
  /* Center horizontally */
  left: 50% !important;
  top: unset !important;
  transform: translateX(-50%) !important;
  bottom: 20px;
}
.popover.popover-custom-img .arrow {
  display: none;
}
.popover.popover-custom-img .popover-body img {
  width: 40vw;
}

.scroll-to-top {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 10%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.scroll-to-top .scroll-top-content {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #FAAEEA 0%, #FFFFFF 100%);
  backdrop-filter: blur(5px);
}
.scroll-to-top .scroll-top-content img {
  width: 20px;
}
.scroll-to-top .scroll-top-content:hover {
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #F8F4E9 50.72%, #661BC2 72.16%, #AB36C2 100%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  background: radial-gradient(50% 50% at 50% 50%, #FAAEEA 0%, #FFFFFF 100%);
  backdrop-filter: blur(0);
}

.cta-action {
  position: fixed;
  z-index: 99;
  left: 2.5%;
  bottom: 10%;
  height: 46px;
}
.cta-action .form-check-input {
  display: none;
  margin: 0;
  padding: 0;
}
.cta-action .form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}
.cta-action .form-check-label .cta-icon {
  width: 46px;
}
.cta-action .form-check-label .cta-icon.close {
  display: none;
}
.cta-action .cta-container {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 0px;
  overflow: hidden;
  transition: height 0.5s ease-in;
  -webkit-transition: height 0.5s ease-in;
  -moz-transition: height 0.5s ease-in;
  -ms-transition: height 0.5s ease-in;
  -o-transition: height 0.5s ease-in;
}
.cta-action .cta-container .cta-contact-item {
  display: block;
}
.cta-action .cta-container .cta-contact-item:not(:first-child) {
  margin-top: 0.75rem;
}
.cta-action .cta-container .cta-contact-item .cta-icon {
  width: auto;
  height: 0;
  max-width: unset;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
.cta-action .form-check-input:checked ~ .form-check-label .cta-icon {
  width: 46px;
}
.cta-action .form-check-input:checked ~ .form-check-label .cta-icon.close {
  display: block;
}
.cta-action .form-check-input:checked ~ .form-check-label .cta-icon.open {
  display: none;
}
.cta-action .form-check-input:checked ~ .cta-container {
  height: 168px;
  bottom: 24px;
}
.cta-action .form-check-input:checked ~ .cta-container .cta-contact-item .cta-icon {
  height: 27px;
}

.btn-show-feedback {
  position: fixed;
  z-index: 99;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 576px) {
  .btn-show-feedback {
    bottom: 5%;
  }
}
.btn-show-feedback .btn-content {
  padding: 3px 15px;
  background: rgb(219, 221, 208);
  border: 1px solid rgb(154, 154, 154);
  color: rgb(10, 51, 97);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.btn-show-feedback .btn-content .btn-feedback-icon {
  width: 12px;
  margin-right: 10px;
}
.btn-show-feedback .btn-content span {
  font-family: "Unbounded-Bold";
  font-size: 80%;
}
.btn-show-feedback:hover {
  color: rgb(10, 51, 97);
  text-decoration: unset;
}
.btn-show-feedback:hover .btn-content {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

#purpose {
  overflow-x: hidden;
  position: relative;
}
#purpose .purpose-header {
  padding: 4rem 0 6rem;
  position: relative;
  background: rgb(22, 25, 26);
}
@media (max-width: 576px) {
  #purpose .purpose-header {
    overflow: hidden;
  }
}
#purpose .purpose-header .purpose-header-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#purpose .purpose-header .purpose-header-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#purpose .purpose-header .purpose-header-item {
  position: relative;
  width: 24%;
  text-align: center;
  color: #fff;
}
@media (max-width: 1440px) {
  #purpose .purpose-header .purpose-header-item {
    font-size: 90%;
  }
}
@media (max-width: 768px) {
  #purpose .purpose-header .purpose-header-item {
    width: 48%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  #purpose .purpose-header .purpose-header-item {
    width: 100%;
  }
}
#purpose .purpose-header .purpose-header-item .purpose-item-thumbnail {
  width: 80%;
}
#purpose .purpose-header .purpose-header-item .purpose-item--title {
  font-family: "Unbounded-SemiBold";
  margin-bottom: 1.5rem;
  margin-top: -20%;
}
#purpose .purpose-header .ribbon-light {
  position: absolute;
  bottom: 0;
  width: 25%;
  bottom: -40%;
}
@media (max-width: 576px) {
  #purpose .purpose-header .ribbon-light {
    width: 90%;
    bottom: -14%;
  }
}
#purpose .purpose-header .ribbon-light.rb-light-left {
  left: 0;
  transform: rotateZ(-19deg);
  -webkit-transform: rotateZ(-19deg);
  -moz-transform: rotateZ(-19deg);
  -ms-transform: rotateZ(-19deg);
  -o-transform: rotateZ(-19deg);
}
@media (max-width: 576px) {
  #purpose .purpose-header .ribbon-light.rb-light-left {
    left: -10%;
  }
}
#purpose .purpose-header .ribbon-light.rb-light-right {
  right: 0;
  transform: rotateZ(19deg);
  -webkit-transform: rotateZ(19deg);
  -moz-transform: rotateZ(19deg);
  -ms-transform: rotateZ(19deg);
  -o-transform: rotateZ(19deg);
}
@media (max-width: 576px) {
  #purpose .purpose-header .ribbon-light.rb-light-right {
    right: -10%;
  }
}
#purpose .reason {
  position: relative;
  padding: 8rem 0;
  background-color: rgb(255, 255, 250);
}
@media (max-width: 1100px) {
  #purpose .reason {
    padding: 6rem 0;
  }
}
@media (max-width: 576px) {
  #purpose .reason {
    overflow: hidden;
  }
}
#purpose .reason .title-container {
  margin-bottom: 2rem;
}
#purpose .reason .title-container .title-text {
  color: #0F153C;
}
#purpose .reason .purpose-content {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  #purpose .reason .purpose-content {
    margin-bottom: 2rem;
  }
}
#purpose .reason .purpose-content .purpose-text {
  margin-bottom: 1.5rem;
}
#purpose .reason .purpose-content .purpose-text span {
  text-transform: uppercase;
  font-family: "Unbounded-SemiBold";
}
#purpose .purpose-tab-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#purpose .purpose-tab-content .purpose-tab-left {
  width: 28%;
}
@media (max-width: 768px) {
  #purpose .purpose-tab-content .purpose-tab-left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#purpose .purpose-tab-content .purpose-tab-left .nav-tabs {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-bottom: 0;
}
#purpose .purpose-tab-content .purpose-tab-left .nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 380px) {
  #purpose .purpose-tab-content .purpose-tab-left .nav-tabs .nav-item {
    margin-bottom: 0.5rem;
  }
}
#purpose .purpose-tab-content .purpose-tab-left .nav-tabs .nav-item .nav-link {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  font-size: 1.25rem;
  padding: 0.75rem 0;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  color: #9397B0;
  background-color: transparent;
  border-color: transparent transparent #9397B0 transparent;
}
@media (max-width: 1200px) {
  #purpose .purpose-tab-content .purpose-tab-left .nav-tabs .nav-item .nav-link {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  #purpose .purpose-tab-content .purpose-tab-left .nav-tabs .nav-item .nav-link {
    font-size: 1rem;
  }
}
#purpose .purpose-tab-content .purpose-tab-left .nav-tabs .nav-item .nav-link .tab-title-icon {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  width: 0;
  margin-right: 0;
}
#purpose .purpose-tab-content .purpose-tab-left .nav-tabs .nav-item .nav-link.active {
  color: #6A0DAD;
  font-family: "Unbounded-Medium";
  border-bottom-color: #6A0DAD;
  border-bottom-width: 2.5px;
}
#purpose .purpose-tab-content .purpose-tab-left .nav-tabs .nav-item .nav-link.active .tab-title-icon {
  width: 20px;
  margin-right: 0.5rem;
}
#purpose .purpose-tab-content .purpose-tab-right {
  width: 53%;
}
@media (max-width: 1440px) {
  #purpose .purpose-tab-content .purpose-tab-right {
    width: 55%;
  }
}
@media (max-width: 768px) {
  #purpose .purpose-tab-content .purpose-tab-right {
    width: 100%;
  }
}
#purpose .purpose-tab-content .purpose-tab-right .tab-content-wrapper {
  position: relative;
}
#purpose .purpose-tab-content .purpose-tab-right .tab-content-wrapper .tab-content-ribbon {
  position: absolute;
  top: -21%;
  left: -14%;
  width: 30%;
}
@media (max-width: 576px) {
  #purpose .purpose-tab-content .purpose-tab-right .tab-content-wrapper .tab-content-ribbon {
    top: -35%;
    left: -19%;
    width: 40%;
  }
}
@media (max-width: 450px) {
  #purpose .purpose-tab-content .purpose-tab-right .tab-content-wrapper .tab-content-ribbon {
    top: -20%;
    left: -17%;
    width: 37%;
  }
}
#purpose .purpose-tab-content .purpose-tab-right .tab-content-wrapper .tab-content-bg {
  width: 100%;
}
#purpose .purpose-tab-content .purpose-tab-right .tab-content-wrapper .tab-content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#purpose .purpose-tab-content .purpose-tab-right .tab-content-wrapper .tab-content-detail {
  padding: 3.5rem 4rem;
  color: #fff;
  font-size: 1.25rem;
  text-align: justify;
}
@media (max-width: 1440px) {
  #purpose .purpose-tab-content .purpose-tab-right .tab-content-wrapper .tab-content-detail {
    padding: 2.5rem 3rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 1200px) {
  #purpose .purpose-tab-content .purpose-tab-right .tab-content-wrapper .tab-content-detail {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  #purpose .purpose-tab-content .purpose-tab-right .tab-content-wrapper .tab-content-detail {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  #purpose .purpose-tab-content .purpose-tab-right .tab-content-wrapper .tab-content-detail {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #purpose .purpose-tab-content .purpose-tab-right .tab-content-wrapper .tab-content-detail {
    padding: 2rem 2.5rem;
  }
}
@media (max-width: 370px) {
  #purpose .purpose-tab-content .purpose-tab-right .tab-content-wrapper .tab-content-detail {
    padding: 1.5rem;
    font-size: 0.88rem;
  }
}

.form-analysis {
  position: relative;
  background-color: #140F15;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .form-analysis {
    padding: 6rem 0 8rem;
  }
}
.form-analysis .form-title {
  margin-bottom: 2rem;
}
.form-analysis .form-title .title-container .title-text {
  color: #fff;
}
.form-analysis .form-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-analysis .form-left {
  width: 58%;
}
@media (max-width: 768px) {
  .form-analysis .form-left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 450px) {
  .form-analysis .form-left {
    margin-bottom: 0;
  }
}
.form-analysis .form-left .form-description {
  font-family: "Unbounded-Regular";
  margin-bottom: 4rem;
  color: #fff;
  font-size: 1.125rem;
}
@media (max-width: 1200px) {
  .form-analysis .form-left .form-description {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .form-analysis .form-left .form-description {
    margin-bottom: 1.5rem;
  }
}
.form-analysis .form-left .form-group-inline {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.form-analysis .form-left .form-group-inline label {
  padding: 0 0.5rem;
  font-size: 0.9rem;
  border: 0 !important;
  outline: 0 !important;
  color: #fff;
  position: absolute;
  margin: 0;
  left: 1rem;
}
.form-analysis .form-left .form-group-inline label span {
  margin-left: 3px;
  color: rgb(255, 0, 16);
}
.form-analysis .form-left .form-group-inline .form-floating {
  position: relative;
  width: 49%;
}
@media (max-width: 576px) {
  .form-analysis .form-left .form-group-inline .form-floating {
    width: 100%;
  }
  .form-analysis .form-left .form-group-inline .form-floating:first-child {
    margin-bottom: 1.5rem;
  }
}
.form-analysis .form-left .form-group-inline .form-floating > label {
  top: 30%;
  pointer-events: none;
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.form-analysis .form-left .form-group-inline .form-floating .form-control {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  background: rgb(30, 30, 30);
  border: 1px solid rgb(74, 74, 74);
  color: #fff;
  font-family: "Unbounded-Medium";
  padding: 1.25rem;
  height: max-content;
}
.form-analysis .form-left .form-group-inline .form-floating .form-control::-webkit-input-placeholder {
  /* Edge */
  font-family: "Unbounded-Light";
  font-size: 0.9rem;
  color: transparent;
  text-align: left;
}
.form-analysis .form-left .form-group-inline .form-floating .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "Unbounded-Light";
  font-size: 0.9rem;
  color: transparent;
  text-align: left;
}
.form-analysis .form-left .form-group-inline .form-floating .form-control::placeholder {
  font-family: "Unbounded-Light";
  font-size: 0.9rem;
  color: transparent;
  text-align: left;
}
.form-analysis .form-left .form-group-inline .form-floating .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-analysis .form-left .form-group-inline .form-floating .form-control:focus ~ label, .form-analysis .form-left .form-group-inline .form-floating .form-control:not(:placeholder-shown) ~ label {
  border: 0;
  background: rgb(30, 30, 30);
  background-image: linear-gradient(#140F15, #140F15);
  background-size: 100% 50%;
  background-repeat: no-repeat;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
}
.form-analysis .form-left .form-group-inline .form-select {
  width: 33.3333%;
  padding: 1.25rem;
  height: max-content;
  background-color: #140F15;
  border: 1px solid rgb(74, 74, 74);
}
.form-analysis .form-left .form-group-inline.group-date {
  position: relative;
}
.form-analysis .form-left .form-group-inline.group-date label {
  position: absolute;
  left: 1.25rem;
  top: -10px;
  color: #fff;
  background: #140F15;
}
.form-analysis .form-left .form-group-inline.group-date select:required:invalid {
  font-family: "Unbounded-Light";
  color: rgba(255, 255, 255, 0.6);
}
.form-analysis .form-left .form-group-inline.group-date select.form-control {
  font-family: "Unbounded-Medium";
  color: #fff;
}
.form-analysis .form-left .form-group-inline.group-date select.form-control:focus, .form-analysis .form-left .form-group-inline.group-date select.form-control:focus-visible, .form-analysis .form-left .form-group-inline.group-date select.form-control:focus-visible {
  outline: none;
  box-shadow: none;
}
.form-analysis .form-left .form-group-inline.group-date select.form-control:nth-of-type(1) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form-analysis .form-left .form-group-inline.group-date select.form-control:nth-of-type(2) {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.form-analysis .form-left .form-group-inline.group-date select.form-control:nth-of-type(3) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 768px) {
  .form-analysis .form-action {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
.form-analysis .form-right {
  width: 36%;
}
@media (max-width: 768px) {
  .form-analysis .form-right {
    width: 100%;
  }
}
.form-analysis .choose-sex-note {
  position: absolute;
  left: 2.5rem;
  bottom: 3rem;
  width: 90%;
  z-index: 3;
}
.form-analysis .choose-sex-note .note-content {
  color: #fff;
  font-family: "Unbounded-Regular";
  font-size: 0.8rem;
}
.form-analysis .choose-sex-note .note-content .current-sex-select {
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.44);
  margin-bottom: 0.5rem;
}
.form-analysis .choose-sex-note .note-content .current-sex-select span {
  margin-left: 0.25rem;
  font-family: "Unbounded-Medium";
}
.form-analysis .choose-sex-note .note-content .current-sex-select span img {
  width: 21px;
  margin-right: 0.25rem;
}
.form-analysis .choose-sex-note .note-content .sex-type {
  white-space: nowrap;
}
.form-analysis .choose-sex-note .note-content .sex-type span {
  margin-left: 0.1rem;
  font-family: "Unbounded-SemiBold";
}
.form-analysis .choose-sex-note .note-content.male .current-sex-select span {
  color: rgb(0, 122, 255);
}
.form-analysis .choose-sex-note .note-content.female .current-sex-select span {
  color: rgb(255, 45, 85);
}
.form-analysis .choose-sex {
  z-index: 2;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  padding: 0.2rem 0.15rem;
  background-color: rgb(30, 30, 30);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  width: max-content;
}
.form-analysis .choose-sex .form-check.form-check-inline {
  margin-right: 0;
}
.form-analysis .choose-sex .form-check.form-check-inline:first-child {
  margin-right: 0.15rem;
}
.form-analysis .choose-sex .form-check .form-check-input {
  display: none;
}
.form-analysis .choose-sex .form-check .form-check-label {
  font-size: 0.9rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: "Unbounded-Medium";
  padding: 0.35rem 0.5rem;
  margin-right: 0;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  width: max-content;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.form-analysis .choose-sex .form-check .form-check-label .icon-sex {
  width: 21px;
  margin-right: 0.45rem;
}
.form-analysis .choose-sex .form-check .form-check-label .icon-sex.select {
  display: none;
}
.form-analysis .choose-sex .form-check .form-check-input:checked ~ label .icon-sex.not-select {
  display: none;
}
.form-analysis .choose-sex .form-check .form-check-input:checked ~ label .icon-sex.select {
  display: block;
}
.form-analysis .choose-sex .form-check .form-check-input:checked[value=male] ~ label {
  background-color: rgb(0, 122, 255);
}
.form-analysis .choose-sex .form-check .form-check-input:checked[value=female] ~ label {
  background-color: rgb(255, 45, 85);
}
.form-analysis .form-upload-image {
  position: relative;
  padding: 0;
}
.form-analysis .form-upload-image:has(.form-check-input:checked[value=male]) .choose-sex-note .note-content.male {
  display: block;
}
.form-analysis .form-upload-image:has(.form-check-input:checked[value=male]) .choose-sex-note .note-content.female {
  display: none;
}
.form-analysis .form-upload-image:has(.form-check-input:checked[value=female]) .choose-sex-note .note-content.male {
  display: none;
}
.form-analysis .form-upload-image:has(.form-check-input:checked[value=female]) .choose-sex-note .note-content.female {
  display: block;
}
.form-analysis .form-upload-image .content-preview {
  display: none;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
}
.form-analysis .form-upload-image .content-preview .trash-img {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  cursor: pointer;
  width: 40px;
}
@media (max-width: 440px) {
  .form-analysis .form-upload-image .content-preview .trash-img {
    width: 36px;
  }
}
.form-analysis .form-upload-image .upload-thumb-img {
  cursor: pointer;
  width: 100%;
  margin-bottom: 0.5rem;
}
.form-analysis .form-upload-image label {
  position: relative;
}
.form-analysis .form-upload-image.has-img .choose-sex-note {
  display: none;
}
.form-analysis .form-upload-image.has-img .content-preview {
  display: block;
  background-image: radial-gradient(rgba(51, 51, 48, 0.3137254902), #252C2A, #091410);
}
.form-analysis .form-upload-image.has-img .content-preview #preview-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.form-analysis .form-upload-image.has-img .upload-thumb-img {
  opacity: 0;
}

.significance {
  position: relative;
  background-color: rgb(255, 255, 250);
  padding: 6rem 0;
}
@media (max-width: 1200px) {
  .significance {
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .significance {
    padding: 3rem 0;
  }
}
.significance .title-container {
  margin-bottom: 2rem;
}
.significance .description {
  margin-bottom: 4rem;
  color: rgb(21, 29, 84);
  font-family: "Unbounded-Regular";
}
.significance .significance-tab {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.significance .significance-tab-label {
  width: 25%;
  position: relative;
}
@media (max-width: 1100px) {
  .significance .significance-tab-label {
    width: 27%;
  }
}
@media (max-width: 768px) {
  .significance .significance-tab-label {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.significance .significance-tab-label .nav-tabs {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-bottom: 0;
}
.significance .significance-tab-label .nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .significance .significance-tab-label .nav-tabs .nav-item {
    margin-bottom: 0.5rem;
  }
}
.significance .significance-tab-label .nav-tabs .nav-item .nav-link {
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  padding: 0.5rem;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  color: #9397B0;
  background-color: transparent;
  border-color: transparent transparent #9397B0 transparent;
}
.significance .significance-tab-label .nav-tabs .nav-item .nav-link .important-icon {
  position: absolute;
  width: 20px;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.significance .significance-tab-label .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #6A0DAD;
  font-family: "Unbounded-Regular";
  border-bottom-color: transparent;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.significance .significance-tab-label .nav-tabs .nav-item .nav-link.active .tab-title-icon {
  width: 20px;
  margin-right: 0.5rem;
}
.significance .significance-action {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .significance .significance-action {
    display: none;
  }
}
.significance .significance-action .btn-significance {
  background: linear-gradient(177.2deg, #6A0DAD 2.33%, #755C87 110.19%);
  border: 1px solid rgb(56, 38, 55);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}
.significance .significance-tab-content {
  width: 70%;
}
@media (max-width: 1100px) {
  .significance .significance-tab-content {
    width: 68%;
  }
}
@media (max-width: 768px) {
  .significance .significance-tab-content {
    width: 100%;
  }
}
.significance .significance-tab-content .tab-content-wrapper {
  position: relative;
  padding-top: 1rem;
}
.significance .significance-tab-content .tab-content-mark {
  position: absolute;
  right: 5px;
  top: 0;
  text-transform: uppercase;
  background: rgb(255, 215, 0);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 4px;
  font-size: 0.6rem;
  font-family: "Unbounded-Regular";
}
.significance .significance-tab-content .tab-content-mark .important-icon {
  margin-right: 3px;
  width: 12px;
}
.significance .significance-tab-content .tab-content-mark span {
  color: rgb(68, 74, 118);
}
@media (max-width: 768px) {
  .significance .significance-tab-content .tab-content-mark {
    position: relative;
    width: fit-content;
    margin: -23px auto 1.5rem;
    right: unset;
    top: unset;
  }
}
.significance .significance-tab-content .tab-content-thumbnail {
  text-align: center;
  margin-bottom: 1.5rem;
}
.significance .significance-tab-content .tab-content-thumbnail .tab-content--thumbnail {
  max-width: 100%;
  max-height: 260px;
}
@media (max-width: 1100px) {
  .significance .significance-tab-content .tab-content-thumbnail .tab-content--thumbnail {
    max-height: 210px;
  }
}
.significance .significance-tab-content .tab-content-detail p {
  margin-bottom: 0.25rem;
}
.significance .significance-tab-content .tab-content-detail p span {
  text-transform: uppercase;
  font-family: "Unbounded-SemiBold";
}

.introduce {
  position: relative;
  background-color: rgb(255, 255, 250);
  padding: 6rem 0;
}
@media (max-width: 1200px) {
  .introduce {
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .introduce {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .introduce {
    margin-top: -1px;
  }
}
.introduce .title-container {
  margin-bottom: 2rem;
}
.introduce .description {
  margin-bottom: 4rem;
  color: rgb(21, 29, 84);
  font-family: "Unbounded-Regular";
}
@media (max-width: 576px) {
  .introduce .description {
    margin-bottom: 2rem;
  }
}
.introduce .package-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.introduce .packages {
  width: 32%;
  position: relative;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 2rem 0.75rem 1rem;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
@media (max-width: 576px) {
  .introduce .packages {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.introduce .packages .packages-name {
  color: rgb(15, 21, 60);
  font-family: "Unbounded-SemiBold";
  font-size: 0.88rem;
  margin-bottom: 3rem;
}
@media (max-width: 500px) {
  .introduce .packages .packages-name {
    margin-bottom: 2rem;
  }
}
.introduce .packages .packages-price {
  margin-bottom: 1.25rem;
}
.introduce .packages .packages-price span {
  color: rgb(184, 85, 255);
}
.introduce .packages .packages-price span.unit {
  font-family: "Unbounded-Regular";
  text-decoration: underline;
  margin-right: 0.5rem;
}
.introduce .packages .packages-price span.price {
  font-size: 200%;
  font-family: "Unbounded-Regular";
  margin-right: 0.5rem;
}
.introduce .packages .packages-views {
  margin-bottom: 2rem;
  color: rgb(21, 29, 84);
  font-size: 0.8rem;
}
.introduce .packages .packages-action {
  margin-bottom: 1rem;
  background: rgb(239, 239, 239);
  border: 1px solid rgb(185, 185, 185);
  text-align: center;
  color: rgb(15, 21, 60);
  padding: 0.5rem;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  font-size: 0.9rem;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}
.introduce .packages .packages-note {
  text-align: center;
  font-size: 0.75rem;
  color: rgb(147, 151, 176);
}
.introduce .packages .packages-note.has-promotion {
  color: rgb(8, 127, 10);
}
.introduce .packages .packages-note.has-promotion span.promotion-value {
  font-family: "Unbounded-Regular";
}

#blog {
  position: relative;
  background-color: rgb(255, 255, 250);
  padding: 6rem;
}
@media (max-width: 1200px) {
  #blog {
    padding: 5rem 0;
  }
}
@media (max-width: 992px) {
  #blog {
    padding: 2rem 0;
  }
}
#blog.blog-page, #blog.blog-page-detail {
  padding: 8rem 0 5rem;
}
@media (max-width: 576px) {
  #blog.blog-page, #blog.blog-page-detail {
    padding: 6rem 0 3rem;
  }
}
#blog .title-container {
  margin-bottom: 2rem;
}
#blog .description {
  margin-bottom: 3rem;
}
#blog .blog-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
#blog .blog-highlight-left {
  width: 58%;
}
@media (max-width: 992px) {
  #blog .blog-highlight-left {
    width: 55%;
  }
}
@media (max-width: 768px) {
  #blog .blog-highlight-left {
    width: 100%;
  }
}
#blog .blog-highlight-left .blog-line {
  width: 100%;
}
@media (max-width: 768px) {
  #blog .blog-highlight-left .blog-line {
    display: none;
  }
}
#blog .blog-highlight {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #blog .blog-highlight {
    margin-bottom: 1rem;
  }
}
#blog .blog-highlight .blog-thumbnail {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#blog .blog-highlight .blog-content {
  position: absolute;
  width: 90%;
  bottom: 5%;
  left: 3%;
}
@media (max-width: 768px) {
  #blog .blog-highlight .blog-content {
    position: relative;
    width: 100%;
    left: 0;
  }
}
#blog .blog-highlight .blog-content .blog-title {
  color: #fff;
  font-family: "Unbounded-Medium";
  line-height: 1.2;
}
@media (max-width: 768px) {
  #blog .blog-highlight .blog-content .blog-title {
    color: rgb(44, 44, 44);
    font-family: "Unbounded-Regular";
  }
}
#blog .blog-highlight .blog-content .blog-date {
  color: rgb(222, 222, 222);
  font-size: 90%;
}
@media (max-width: 768px) {
  #blog .blog-highlight .blog-content .blog-date {
    color: rgb(112, 102, 102);
  }
}
#blog .blog-tag-container {
  position: absolute;
  left: 3%;
  top: 5%;
  width: 90%;
}
#blog .blog-tag-container .tag {
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: rgba(66, 66, 66, 0.6);
  color: #fff;
  font-size: 80%;
  margin-right: 4px;
}
#blog .blog-list {
  width: 40%;
}
@media (max-width: 992px) {
  #blog .blog-list {
    width: 43%;
  }
}
@media (max-width: 768px) {
  #blog .blog-list {
    width: 100%;
  }
}
#blog .blog-list .blog-item {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  #blog .blog-list .blog-item {
    margin-bottom: 1rem;
  }
}
#blog .blog-list .blog-item .blog-item--thumbnail {
  position: relative;
  width: 50%;
}
#blog .blog-list .blog-item .blog-item--thumbnail img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  #blog .blog-list .blog-item .blog-item--thumbnail {
    width: 100%;
  }
}
#blog .blog-list .blog-item .blog-item-content {
  width: 45%;
}
@media (max-width: 768px) {
  #blog .blog-list .blog-item .blog-item-content {
    width: 100%;
  }
}
#blog .blog-list .blog-item .blog-item-content .blog-item--title {
  color: rgb(44, 44, 44);
  font-family: "Unbounded-Regular";
  margin-bottom: 0.25rem;
  line-height: 1.2;
}
@media (max-width: 992px) {
  #blog .blog-list .blog-item .blog-item-content .blog-item--title {
    font-size: 80%;
  }
}
@media (max-width: 576px) {
  #blog .blog-list .blog-item .blog-item-content .blog-item--title {
    font-size: 100%;
  }
}
#blog .blog-list .blog-item .blog-item-content .blog-item--date {
  color: rgb(112, 102, 102);
  font-size: 65%;
}
#blog .blog-action {
  text-align: center;
}
#blog .blog-action .blog-view-more {
  color: rgb(44, 44, 44);
  font-size: 86%;
}
#blog .blog-action .blog-view-more span {
  margin-right: 5px;
  text-decoration: underline;
}
#blog a:hover {
  text-decoration: unset;
}
#blog .blog-container {
  padding: 0 12%;
}
@media (max-width: 1200px) {
  #blog .blog-container {
    padding: 0 10%;
  }
}
@media (max-width: 576px) {
  #blog .blog-container {
    padding: 0 5%;
  }
}
@media (max-width: 440px) {
  #blog .blog-container {
    padding: 0 15px;
  }
}
#blog .blog-list-action {
  text-align: center;
}
#blog .blog-list-action .blog-action-btn {
  margin: 0.5rem auto;
  color: rgb(21, 29, 84);
  font-size: 0.8rem;
  text-decoration: underline;
}
#blog .title-container {
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 440px) {
  #blog .title-container {
    margin-bottom: 0.5rem;
  }
}
#blog .title-container .blog-title .title {
  font-family: "Unbounded-Regular";
  text-transform: uppercase;
  color: rgb(44, 44, 44);
  font-size: 1.75rem;
  display: inline;
  margin-right: 15px;
}
@media (max-width: 400px) {
  #blog .title-container .blog-title .title {
    font-size: 1.5rem;
  }
}
#blog .blog-category {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  #blog .blog-category {
    display: block;
  }
}
#blog .blog-category .blog-category-name {
  width: 13%;
}
@media (max-width: 992px) {
  #blog .blog-category .blog-category-name {
    width: 100%;
    margin-bottom: 0;
  }
}
#blog .blog-category .blog-category-name .blog-category-label {
  background-color: rgb(242, 242, 242);
  width: 100%;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 0.5rem 1rem;
  font-family: "Unbounded-Medium";
  color: rgb(21, 29, 84);
  font-size: 0.9rem;
}
@media (max-width: 992px) {
  #blog .blog-category .blog-category-name .blog-category-label {
    width: fit-content;
    margin-bottom: 1rem;
    padding: 0.5rem 3rem 0.5rem 1rem;
  }
}
#blog .blog-category .blog-category-slide {
  width: 85%;
  position: relative;
}
@media (max-width: 992px) {
  #blog .blog-category .blog-category-slide {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#blog .blog-category .swiper-button-next, #blog .blog-category .swiper-button-prev {
  z-index: 9;
  background-image: unset;
  opacity: 1;
  top: 0;
  width: 70px;
  height: 100%;
  margin-top: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#blog .blog-category .swiper-button-next .swiper-arrow-img, #blog .blog-category .swiper-button-prev .swiper-arrow-img {
  width: 40px;
}
#blog .blog-category .swiper-button-next.swiper-button-disabled, #blog .blog-category .swiper-button-prev.swiper-button-disabled {
  display: none;
}
#blog .blog-category .swiper-button-next {
  background: linear-gradient(270deg, #FFFFFA 10.26%, rgba(255, 255, 250, 0) 100%);
  right: 0;
}
#blog .blog-category .swiper-button-prev {
  background: linear-gradient(270deg, rgba(255, 255, 250, 0) 0%, #FFFFFA 89.74%);
  left: 0;
}
#blog .blog-item {
  color: rgb(44, 44, 44);
  display: block;
}
#blog .blog-item:hover {
  text-decoration: unset;
}
#blog .blog-item .blog--thumbnail {
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
#blog .blog-item .blog--thumbnail img {
  width: 100%;
}
@media (max-width: 1024px) {
  #blog .blog-item .blog-content {
    font-size: 90%;
  }
}
@media (max-width: 576px) {
  #blog .blog-item .blog-content {
    font-size: 100%;
  }
}
#blog .blog-item .blog--title {
  color: rgb(21, 29, 84);
  font-family: "Unbounded-Regular";
  line-height: 1.1;
  margin-bottom: 0.2rem;
  font-size: 80%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blog .blog-item .blog--date {
  font-family: "Unbounded-Light";
  font-size: 60%;
  color: rgb(98, 104, 140);
}
#blog .blog-content-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#blog .blog-content-wrapper .blog-content {
  width: 70%;
}
@media (max-width: 992px) {
  #blog .blog-content-wrapper .blog-content {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
#blog .blog-content-wrapper .blog-content .blog-content--title {
  font-family: "Unbounded-Medium";
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  #blog .blog-content-wrapper .blog-content .blog-content--title {
    font-size: 1.25rem;
  }
}
#blog .blog-content-wrapper .blog-content .blog-content--thumbnail {
  margin-bottom: 1rem;
}
#blog .blog-content-wrapper .blog-content .blog-content--thumbnail img {
  width: 100%;
}
#blog .blog-content-wrapper .blog-content .blog-content--detail {
  font-size: 90%;
}
#blog .blog-content-wrapper .blog-content .blog-content--detail .title {
  font-family: "Unbounded-Medium";
}
#blog .blog-content-wrapper .content-summary-container {
  width: 27%;
}
@media (max-width: 992px) {
  #blog .blog-content-wrapper .content-summary-container {
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#blog .blog-content-wrapper .content-summary-container .content-summary {
  color: rgb(44, 44, 44);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 1rem;
  background: linear-gradient(180deg, #FFFFFF 58.52%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 1.5rem;
  margin-top: 22%;
}
@media (max-width: 992px) {
  #blog .blog-content-wrapper .content-summary-container .content-summary {
    margin-top: 0;
    width: 55%;
  }
}
@media (max-width: 576px) {
  #blog .blog-content-wrapper .content-summary-container .content-summary {
    width: 100%;
    display: none;
  }
}
#blog .blog-content-wrapper .content-summary-container .content-summary .summary-title {
  font-family: "Unbounded-Medium";
  font-family: 105%;
  margin-bottom: 1rem;
}
#blog .blog-content-wrapper .content-summary-container .content-summary .summary-item {
  font-size: 90%;
  margin-bottom: 0.5rem;
}
#blog .blog-content-wrapper .content-summary-container .summary-action {
  position: relative;
  background-image: url("../images/summary-blog-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1.5rem 1rem;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 1200px) {
  #blog .blog-content-wrapper .content-summary-container .summary-action {
    padding: 1rem 0.75rem;
  }
}
@media (max-width: 992px) {
  #blog .blog-content-wrapper .content-summary-container .summary-action {
    width: 42%;
  }
}
@media (max-width: 576px) {
  #blog .blog-content-wrapper .content-summary-container .summary-action {
    width: 100%;
    display: none;
  }
}
#blog .blog-content-wrapper .content-summary-container .summary-action .summary-action-title {
  color: #fff;
  font-family: "Unbounded-Medium";
  font-size: 100%;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 1200px) {
  #blog .blog-content-wrapper .content-summary-container .summary-action .summary-action-title {
    margin-bottom: 1rem;
  }
}
#blog .blog-content-wrapper .content-summary-container .summary-action .banner-btn {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  transform: translateY(26px);
  -webkit-transform: translateY(26px);
  -moz-transform: translateY(26px);
  -ms-transform: translateY(26px);
  -o-transform: translateY(26px);
}
#blog .blog-content-wrapper .content-summary-container .summary-action .banner-btn-bg {
  margin: 0 auto;
  padding: 0.4rem 1rem;
  position: relative;
  z-index: 1;
  font-size: 90%;
  color: #fff;
  background: linear-gradient(177.2deg, #6A0DAD 2.33%, #755C87 110.19%);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 4px rgb(94, 50, 125);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 4px rgb(94, 50, 125);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 4px rgb(94, 50, 125);
}
#blog .blog-content-wrapper .content-summary-container .summary-action .banner-pattern {
  position: absolute;
  bottom: -15%;
  width: 100%;
  left: 0;
  opacity: 0.5;
}
@media (max-width: 576px) {
  #blog .blog-content-wrapper .content-summary-container .summary-action .banner-pattern {
    bottom: -65%;
  }
}
@media (max-width: 440px) {
  #blog .blog-content-wrapper .content-summary-container .summary-action .banner-pattern {
    bottom: -40%;
  }
}
@media (max-width: 400px) {
  #blog .blog-content-wrapper .content-summary-container .summary-action .banner-pattern {
    bottom: -27%;
  }
}

#faq {
  position: relative;
  background-color: rgb(255, 255, 250);
  padding: 6rem 0 10rem;
}
@media (max-width: 768px) {
  #faq {
    padding: 5rem 0;
  }
}
@media (max-width: 440px) {
  #faq {
    padding: 4rem 0;
    margin-top: -1px;
  }
}
#faq .title-container {
  margin-bottom: 2rem;
}
#faq .description {
  margin-bottom: 3rem;
}
@media (max-width: 450px) {
  #faq .description {
    margin-bottom: 2rem;
  }
}
#faq .accordion .card-header:after {
  cursor: pointer;
  position: absolute;
  color: #2c2c2c;
  top: 10px;
  right: 5%;
  font-family: "Unbounded-Medium";
  content: "−";
  transform: translateX(2rem);
  -webkit-transform: translateX(2rem);
  -moz-transform: translateX(2rem);
  -ms-transform: translateX(2rem);
  -o-transform: translateX(2rem);
}
@media (max-width: 490px) {
  #faq .accordion .card-header:after {
    float: unset;
    font-size: 1.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
@media (max-width: 576px) {
  #faq .accordion .card-header:after {
    right: 7%;
    top: 12px;
  }
}
@media (max-width: 440px) {
  #faq .accordion .card-header:after {
    right: 3%;
    top: 21px;
  }
}
#faq .accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "+";
}
#faq .faq-list-question {
  margin-top: 0.15rem;
}
#faq .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}
#faq #accordion-faq .card {
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
  margin-bottom: 1rem;
}
#faq #accordion-faq .card .card-header {
  border: 0;
  padding-left: 0;
  padding-right: 2rem;
  background-color: transparent;
  border-bottom: 1px solid rgb(147, 151, 176);
  margin-bottom: 1px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 490px) {
  #faq #accordion-faq .card .card-header {
    position: relative;
  }
}
#faq #accordion-faq .card .card-header .card-title {
  cursor: pointer;
  font-size: 110%;
  font-family: "Unbounded-Medium";
  color: rgb(21, 29, 84);
  padding-left: 0;
}
@media (max-width: 1200px) {
  #faq #accordion-faq .card .card-header .card-title {
    font-size: 100%;
  }
}
#faq #accordion-faq .card .card-header .card-title:hover {
  text-decoration: none;
  color: rgb(106, 13, 173);
}
@media (max-width: 1024px) {
  #faq #accordion-faq .card .card-header .card-title {
    font-size: 100%;
  }
}
@media (max-width: 490px) {
  #faq #accordion-faq .card .card-header .card-title {
    font-size: 100%;
  }
}
#faq #accordion-faq .card .card-header[aria-expanded=true] {
  border-bottom: 0;
}
#faq #accordion-faq .card .card-header[aria-expanded=true] .card-title {
  color: rgb(106, 13, 173);
}
#faq #accordion-faq .card .card-body {
  position: relative;
  font-size: 90%;
  color: #2c2c2c;
  font-family: "Unbounded-Light";
  padding: 0;
}
#faq #accordion-faq .card .card-body > div {
  padding: 0.5rem 3rem 1rem 0;
}
@media (max-width: 440px) {
  #faq #accordion-faq .card .card-body > div {
    padding: 0.5rem 0.5rem 1rem 0;
  }
}
@media (max-width: 440px) {
  #faq #accordion-faq .card .card-body {
    font-size: 98%;
  }
}
@media (max-width: 360px) {
  #faq #accordion-faq .card .card-body {
    font-size: 96%;
  }
}

#detail-header {
  position: relative;
  padding: 8rem 0 5em;
}
@media (max-width: 576px) {
  #detail-header {
    padding: 7rem 0 4rem;
  }
}
#detail-header .title {
  text-align: center;
  font-family: "Unbounded-SemiBold";
  text-transform: uppercase;
  font-size: 1.75rem;
  margin-bottom: 3rem;
}
@media (max-width: 1440px) {
  #detail-header .title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  #detail-header .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 490px) {
  #detail-header .title {
    font-size: 4.6vw;
  }
}
#detail-header .detail-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#detail-header .detail-thumbnail {
  width: 30%;
  position: relative;
}
@media (max-width: 1300px) {
  #detail-header .detail-thumbnail {
    width: 33%;
  }
}
@media (max-width: 992px) {
  #detail-header .detail-thumbnail {
    width: 35%;
  }
}
@media (max-width: 576px) {
  #detail-header .detail-thumbnail {
    width: 100%;
    margin-bottom: 2.5rem;
    text-align: center;
  }
  #detail-header .detail-thumbnail img {
    width: 50%;
  }
}
@media (max-width: 440px) {
  #detail-header .detail-thumbnail img {
    width: 60%;
  }
}
@media (max-width: 400px) {
  #detail-header .detail-thumbnail img {
    width: 72%;
  }
}
#detail-header .detail-thumbnail .buy-status {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 8px 16px;
  color: #fff;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgb(184, 72, 0);
  width: max-content;
}
@media (max-width: 992px) {
  #detail-header .detail-thumbnail .buy-status {
    padding: 6px 14px;
  }
}
#detail-header .detail-thumbnail .buy-status .buy-status-icon {
  width: 15px;
  margin-right: 8px;
}
@media (max-width: 992px) {
  #detail-header .detail-thumbnail .buy-status .buy-status-icon {
    width: 13px;
  }
}
#detail-header .detail-thumbnail .buy-status .buy-status-icon.done {
  display: none;
}
#detail-header .detail-thumbnail .buy-status span {
  font-family: "Unbounded-Regular";
  font-size: 0.8rem;
}
@media (max-width: 992px) {
  #detail-header .detail-thumbnail .buy-status span {
    font-size: 0.7rem;
  }
}
#detail-header .detail-thumbnail .buy-status span.done {
  display: none;
}
#detail-header .detail-thumbnail .buy-status.done {
  background-color: rgb(56, 184, 102);
}
#detail-header .detail-thumbnail .buy-status.done .buy-status-icon.done {
  display: block;
}
#detail-header .detail-thumbnail .buy-status.done .buy-status-icon.not-yet {
  display: none;
}
#detail-header .detail-thumbnail .buy-status.done span.done {
  display: block;
}
#detail-header .detail-thumbnail .buy-status.done span.not-yet {
  display: none;
}
#detail-header .detail-content {
  width: 60%;
  position: relative;
}
@media (max-width: 576px) {
  #detail-header .detail-content {
    width: 100%;
  }
}
#detail-header .detail-content .user-information {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#detail-header .detail-content .user-information .user-information-item {
  width: 50%;
  margin-bottom: 2.5rem;
}
@media (max-width: 1440px) {
  #detail-header .detail-content .user-information .user-information-item {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1024px) {
  #detail-header .detail-content .user-information .user-information-item {
    margin-bottom: 1rem;
  }
}
#detail-header .detail-content .user-information .user-information-item.max-width {
  width: 100%;
}
#detail-header .detail-content .user-information .user-information-item .user-information--label {
  font-size: 0.9rem;
  font-family: "Unbounded-Light";
  color: rgb(98, 104, 140);
  margin-bottom: 0.5rem;
}
@media (max-width: 1440px) {
  #detail-header .detail-content .user-information .user-information-item .user-information--label {
    margin-bottom: 0.25rem;
  }
}
#detail-header .detail-content .user-information .user-information-item .user-information--value {
  font-family: "Unbounded-Regular";
  color: rgb(21, 29, 84);
}
#detail-header .detail-content .fate-block {
  max-width: 80%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 16px;
}
@media (max-width: 992px) {
  #detail-header .detail-content .fate-block {
    padding: 12px 16px;
  }
}
@media (max-width: 576px) {
  #detail-header .detail-content .fate-block {
    max-width: 100%;
  }
}
#detail-header .detail-content .fate-block .fate-detail .fate-shortname {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  font-family: "Unbounded-Regular";
}
#detail-header .detail-content .fate-block .fate-detail .fate-shortname .fate-shortname-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
#detail-header .detail-content .fate-block .fate-detail .fate-fullname {
  font-family: "Unbounded-SemiBold";
  font-size: 1.5rem;
}
@media (max-width: 1300px) {
  #detail-header .detail-content .fate-block .fate-detail .fate-fullname {
    font-size: 1.25rem;
  }
}
@media (max-width: 992px) {
  #detail-header .detail-content .fate-block .fate-detail .fate-fullname {
    font-size: 1.125rem;
  }
}
#detail-header .detail-content .fate-block .fate-thumbnail img {
  width: 80px;
  display: none;
}
@media (max-width: 1300px) {
  #detail-header .detail-content .fate-block .fate-thumbnail img {
    width: 68px;
  }
}
@media (max-width: 992px) {
  #detail-header .detail-content .fate-block .fate-thumbnail img {
    width: 64px;
  }
}
#detail-header .detail-content .fate-block.kim {
  background-color: rgb(153, 153, 153);
}
#detail-header .detail-content .fate-block.kim .fate-detail .fate-shortname {
  color: rgba(255, 255, 255, 0.78);
}
#detail-header .detail-content .fate-block.kim .fate-detail .fate-fullname {
  color: #fff;
}
#detail-header .detail-content .fate-block.kim .fate-thumbnail img.kim {
  display: block;
}
#detail-header .detail-content .fate-block.moc {
  background-color: rgb(238, 229, 204);
}
#detail-header .detail-content .fate-block.moc .fate-detail .fate-shortname {
  color: rgba(0, 145, 48, 0.78);
}
#detail-header .detail-content .fate-block.moc .fate-detail .fate-fullname {
  color: rgb(0, 145, 48);
}
#detail-header .detail-content .fate-block.moc .fate-thumbnail img.moc {
  display: block;
}
#detail-header .detail-content .fate-block.thuy {
  background-color: rgb(219, 221, 208);
}
#detail-header .detail-content .fate-block.thuy .fate-detail .fate-shortname {
  color: rgba(45, 66, 220, 0.78);
}
#detail-header .detail-content .fate-block.thuy .fate-detail .fate-fullname {
  color: rgb(45, 66, 220);
}
#detail-header .detail-content .fate-block.thuy .fate-thumbnail img.thuy {
  display: block;
}
#detail-header .detail-content .fate-block.hoa {
  background-color: rgb(240, 185, 120);
}
#detail-header .detail-content .fate-block.hoa .fate-detail .fate-shortname {
  color: rgba(195, 19, 30, 0.78);
}
#detail-header .detail-content .fate-block.hoa .fate-detail .fate-fullname {
  color: rgb(195, 19, 30);
}
#detail-header .detail-content .fate-block.hoa .fate-thumbnail img.hoa {
  display: block;
}
#detail-header .detail-content .fate-block.tho {
  background-color: rgb(210, 180, 140);
}
#detail-header .detail-content .fate-block.tho .fate-detail .fate-shortname {
  color: rgba(137, 81, 41, 0.78);
}
#detail-header .detail-content .fate-block.tho .fate-detail .fate-fullname {
  color: rgb(137, 81, 41);
}
#detail-header .detail-content .fate-block.tho .fate-thumbnail img.tho {
  display: block;
}
#detail-header .detail-content .btn-detail {
  margin-top: 2.5rem;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  #detail-header .detail-content .btn-detail {
    margin-top: 1.5rem;
  }
}
@media (max-width: 440px) {
  #detail-header .detail-content .btn-detail {
    width: 100%;
    text-align: center;
  }
}
#detail-header .detail-content .scroll-down-container {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  color: rgb(147, 151, 176);
  font-size: 0.8rem;
  font-size: "Unbounded-Regular";
}
@media (max-width: 800px) {
  #detail-header .detail-content .scroll-down-container {
    bottom: -10%;
  }
}
@media (max-width: 576px) {
  #detail-header .detail-content .scroll-down-container {
    display: none;
  }
}
#detail-header .detail-content .scroll-down-container img {
  width: 10px;
  margin-right: 0.5rem;
}

#detailed-explanation {
  position: relative;
  background-color: rgb(20, 15, 21);
  padding: 5rem 0;
}
@media (max-width: 576px) {
  #detailed-explanation {
    padding: 3rem 0 2rem;
  }
}
#detailed-explanation .title-container {
  margin-bottom: 1rem;
}
#detailed-explanation .title-container .title-text {
  color: #fff;
}
#detailed-explanation .description {
  color: #fff;
  margin-bottom: 2rem;
}
#detailed-explanation .explanation-overview {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media (max-width: 576px) {
  #detailed-explanation .explanation-overview {
    margin-bottom: 4rem;
  }
}
#detailed-explanation .explanation-overview .explanation-overview-block {
  width: 48%;
  background: rgb(35, 31, 36);
  border: 1px solid rgb(47, 47, 47);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  padding: 16px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1300px) {
  #detailed-explanation .explanation-overview .explanation-overview-block {
    width: 49%;
  }
}
@media (max-width: 576px) {
  #detailed-explanation .explanation-overview .explanation-overview-block {
    width: 100%;
  }
}
@media (max-width: 400px) {
  #detailed-explanation .explanation-overview .explanation-overview-block {
    padding: 10px;
  }
}
#detailed-explanation .explanation-overview .explanation-overview-block:nth-child(n+3) {
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  #detailed-explanation .explanation-overview .explanation-overview-block:nth-child(n+3) {
    margin-top: 1rem;
  }
}
#detailed-explanation .explanation-overview .explanation-overview-block .explanation-overview-block--title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Unbounded-Medium";
  margin-bottom: 1rem;
}
#detailed-explanation .explanation-overview .explanation-overview-block .explanation-overview-block--title .icon {
  width: 30px;
  margin-right: 8px;
}
#detailed-explanation .explanation-overview .explanation-overview-block .explanation-overview-block--content .list-item {
  padding-left: 1.25rem;
  font-family: "Unbounded-Light";
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
#detailed-explanation .explanation-overview .explanation-overview-block .explanation-overview-block--content .list-item span {
  font-family: "Unbounded-Regular";
}
#detailed-explanation .explanation-overview .explanation-overview-block .block-mix {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
#detailed-explanation .explanation-overview .explanation-overview-block .block-mix .block-mix--thumbnail {
  width: 80px;
}
@media (max-width: 576px) {
  #detailed-explanation .explanation-overview .explanation-overview-block .block-mix .block-mix--thumbnail {
    width: 75px;
  }
}
#detailed-explanation .explanation-overview .explanation-overview-block .block-mix .list-item {
  width: calc(100% - 92px);
}
@media (max-width: 576px) {
  #detailed-explanation .explanation-overview .explanation-overview-block .block-mix .list-item {
    width: calc(100% - 75px);
  }
}
#detailed-explanation .explanation-overview .four-elements {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#detailed-explanation .explanation-overview .four-elements-block {
  width: 47%;
  font-size: 0.9rem;
}
#detailed-explanation .explanation-overview .four-elements-block:nth-child(n+3) {
  margin-top: 1.5rem;
}
@media (max-width: 576px) {
  #detailed-explanation .explanation-overview .four-elements-block:nth-child(n+3) {
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  #detailed-explanation .explanation-overview .four-elements-block {
    width: 100%;
    margin-top: 1rem;
  }
}
#detailed-explanation .explanation-overview .four-elements-block .four-elements-block--title {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Unbounded-Medium";
}
#detailed-explanation .explanation-overview .four-elements-block .four-elements-block--title .icon {
  width: 20px;
  margin-right: 0.5rem;
}
#detailed-explanation .explanation-overview .four-elements-block .four-elements-block--detail {
  font-family: "Unbounded-Light";
  font-size: 0.9rem;
}
#detailed-explanation .explanation-overview .four-elements-block.health .four-elements-block--title {
  color: rgb(148, 255, 171);
}
#detailed-explanation .explanation-overview .four-elements-block.emotional .four-elements-block--title {
  color: rgb(255, 96, 127);
}
#detailed-explanation .explanation-overview .four-elements-block.career .four-elements-block--title {
  color: rgb(255, 228, 148);
}
#detailed-explanation .explanation-overview .four-elements-block.thinking .four-elements-block--title {
  color: rgb(148, 173, 255);
}
#detailed-explanation .explanation-detail .explanation-detail-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#detailed-explanation .explanation-detail .palmistry-thumbnail {
  position: relative;
  width: 40%;
  text-align: center;
  padding: 15% 8% 0;
}
@media (max-width: 576px) {
  #detailed-explanation .explanation-detail .palmistry-thumbnail {
    display: none;
  }
}
#detailed-explanation .explanation-detail .palmistry-thumbnail .view-thumbnail {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 8%;
}
#detailed-explanation .explanation-detail .palmistry-thumbnail .palmistry-img {
  margin-bottom: 4rem;
  width: 80%;
  display: none;
}
#detailed-explanation .explanation-detail .palmistry-thumbnail .palmistry-img.default {
  display: block;
}
#detailed-explanation .explanation-detail .palmistry-thumbnail .palmistry-thumbnail-note {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}
#detailed-explanation .explanation-detail .palmistry-list {
  width: 50%;
}
@media (max-width: 576px) {
  #detailed-explanation .explanation-detail .palmistry-list {
    width: 100%;
  }
}
#detailed-explanation .explanation-detail .palmistry-block {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border: 1px solid rgb(47, 47, 47);
  background: rgb(24, 19, 26);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#detailed-explanation .explanation-detail .palmistry-block:hover, #detailed-explanation .explanation-detail .palmistry-block.active {
  border: 1.5px solid rgb(191, 191, 191);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.28);
  -moz-box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.28);
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.28);
}
#detailed-explanation .explanation-detail .palmistry-block .palmistry-block--header {
  position: relative;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-family: "Unbounded-Medium";
  color: #fff;
}
#detailed-explanation .explanation-detail .palmistry-block .palmistry-block--header img {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 20px;
}
#detailed-explanation .explanation-detail .palmistry-block .palmistry-block--body {
  padding: 1rem;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  background-color: rgb(35, 31, 36);
  color: #fff;
}
@media (max-width: 400px) {
  #detailed-explanation .explanation-detail .palmistry-block .palmistry-block--body {
    padding: 10px;
  }
}
#detailed-explanation .explanation-detail .palmistry-block .palmistry-block--body .palmistry-block--subtitle {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  font-family: "Unbounded-Medium";
}
#detailed-explanation .explanation-detail .palmistry-block .palmistry-block--body .palmistry-block--subtitle.bad {
  color: #989898;
}
#detailed-explanation .explanation-detail .palmistry-block .palmistry-block--body .palmistry-block--content {
  padding-left: 1rem;
  font-size: 0.88rem;
  margin-bottom: 0.5rem;
}
#detailed-explanation .explanation-detail .palmistry-block.lock {
  filter: blur(4px);
  -ms-filter: blur(4px);
  -webkit-filter: blur(4px);
}

#explanation-summary {
  padding: 6rem 0 4rem;
  background-color: rgb(255, 255, 250);
}
@media (max-width: 576px) {
  #explanation-summary {
    padding: 3rem 0;
  }
}
#explanation-summary .description {
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  #explanation-summary .description {
    margin-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  #explanation-summary .description {
    margin-bottom: 2rem;
  }
}
#explanation-summary .summary-block-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 440px) {
  #explanation-summary .summary-block-list {
    margin-bottom: 1rem;
  }
}
#explanation-summary .summary-block-list .summary-block {
  width: 48%;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 16px;
}
@media (max-width: 1300px) {
  #explanation-summary .summary-block-list .summary-block {
    width: 49%;
  }
}
@media (max-width: 576px) {
  #explanation-summary .summary-block-list .summary-block {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
#explanation-summary .summary-block-list .summary-block.pink-shadow {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 22px 0px rgba(255, 0, 0, 0.16) inset;
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 22px 0px rgba(255, 0, 0, 0.16) inset;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 22px 0px rgba(255, 0, 0, 0.16) inset;
}
#explanation-summary .summary-block-list .summary-block .summary-block--title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Unbounded-Medium";
  color: rgb(15, 21, 60);
  margin-bottom: 1rem;
}
#explanation-summary .summary-block-list .summary-block .summary-block--title img {
  width: 20px;
  margin-right: 7px;
}
#explanation-summary .summary-block-list .summary-block .summary-block--content {
  color: rgb(21, 29, 84);
}
#explanation-summary .summary-block-list .summary-block .summary-block--content .list-item {
  padding-left: 1rem;
  font-size: 0.86rem;
}
#explanation-summary .summary-of-advice {
  margin-bottom: 6rem;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: end;
}
@media (max-width: 1024px) {
  #explanation-summary .summary-of-advice {
    margin-bottom: 4rem;
  }
}
@media (max-width: 440px) {
  #explanation-summary .summary-of-advice {
    margin-bottom: 2rem;
  }
}
#explanation-summary .summary-of-advice .summary-of-advice--title {
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgb(255, 255, 255);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  width: 30%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
@media (max-width: 576px) {
  #explanation-summary .summary-of-advice .summary-of-advice--title {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
  }
}
#explanation-summary .summary-of-advice .summary-of-advice--title img {
  width: 60px;
}
@media (max-width: 992px) {
  #explanation-summary .summary-of-advice .summary-of-advice--title img {
    width: 50px;
  }
}
@media (max-width: 576px) {
  #explanation-summary .summary-of-advice .summary-of-advice--title img {
    width: 70px;
  }
}
#explanation-summary .summary-of-advice .summary-of-advice--title .summary-of-advice--title-text {
  white-space: nowrap;
  width: calc(100% - 70px);
  font-size: 1.75rem;
  color: rgb(15, 21, 60);
  text-transform: uppercase;
  font-family: "Unbounded-Medium";
}
@media (max-width: 1300px) {
  #explanation-summary .summary-of-advice .summary-of-advice--title .summary-of-advice--title-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  #explanation-summary .summary-of-advice .summary-of-advice--title .summary-of-advice--title-text {
    font-size: 1.35rem;
  }
}
@media (max-width: 992px) {
  #explanation-summary .summary-of-advice .summary-of-advice--title .summary-of-advice--title-text {
    font-size: 1.25rem;
    width: calc(100% - 55px);
  }
}
@media (max-width: 576px) {
  #explanation-summary .summary-of-advice .summary-of-advice--title .summary-of-advice--title-text {
    width: calc(100% - 75px);
  }
}
#explanation-summary .summary-of-advice .summary-of-advice--content {
  background: rgb(255, 255, 255);
  font-family: "Unbounded-Regular";
  width: 72%;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 16px 16px 16px 64px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  font-size: 0.9rem;
}
@media (max-width: 576px) {
  #explanation-summary .summary-of-advice .summary-of-advice--content {
    width: 100%;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    padding: 1rem;
  }
}
#explanation-summary .summary-of-advice .summary-of-advice--content ul {
  padding-left: 1rem;
}
#explanation-summary .feedback-container {
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  #explanation-summary .feedback-container {
    margin-bottom: 4rem;
  }
}
@media (max-width: 440px) {
  #explanation-summary .feedback-container {
    margin-bottom: 2rem;
  }
}
#explanation-summary .feedback-container .feedback-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  #explanation-summary .feedback-container .feedback-wrapper {
    width: 100%;
  }
}
#explanation-summary .feedback-container .feedback-content {
  background-color: rgb(209, 232, 242);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 24px;
}
@media (max-width: 400px) {
  #explanation-summary .feedback-container .feedback-content {
    padding: 16px;
  }
}
#explanation-summary .feedback-container .feedback-title {
  color: rgb(21, 29, 84);
  font-family: "Unbounded-Regular";
  margin-bottom: 0.5rem;
}
#explanation-summary .feedback-container .feedback-subtitle {
  font-size: 0.8rem;
  margin-bottom: 1.25rem;
}
#explanation-summary .feedback-container .feedback-star {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#explanation-summary .feedback-container .feedback-star .white-star-icon {
  width: 20px;
  margin: 0 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#explanation-summary .feedback-container .feedback-star .white-star-icon:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#explanation-summary .social-block-container {
  background-image: url("../images/social-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 2rem 2rem;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
@media (max-width: 576px) {
  #explanation-summary .social-block-container {
    padding: 2rem 1rem 1rem;
  }
}
#explanation-summary .social-block-container .social-block--title {
  font-family: "Unbounded-Regular";
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1.25rem;
  width: 80%;
  margin-left: 0.5rem;
}
@media (max-width: 576px) {
  #explanation-summary .social-block-container .social-block--title {
    width: 100%;
    font-size: 1rem;
  }
}
#explanation-summary .social-block-container .social-block--detail {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
#explanation-summary .social-block-container .social-block--detail .btn-copy-link {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-right: 0.5rem;
}
#explanation-summary .social-block-container .social-block--detail .btn-copy-link img {
  width: auto;
  height: 55px;
}
@media (max-width: 400px) {
  #explanation-summary .social-block-container .social-block--detail .btn-copy-link img {
    height: 70px;
  }
}
@media (max-width: 576px) {
  #explanation-summary .social-block-container .social-block--detail .btn-copy-link {
    display: block;
    width: 100%;
  }
}
#explanation-summary .social-block-container .social-block--detail span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
  margin-right: 1rem;
}
@media (max-width: 576px) {
  #explanation-summary .social-block-container .social-block--detail span {
    margin-bottom: 1rem;
    padding-left: 1rem;
    font-size: 0.8rem;
  }
}
#explanation-summary .social-block-container .social-block--detail .list-social {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 576px) {
  #explanation-summary .social-block-container .social-block--detail .list-social {
    width: 100%;
  }
}
#explanation-summary .social-block-container .social-block--detail .btn-social-link {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-right: 0.15rem;
}
#explanation-summary .social-block-container .social-block--detail .btn-social-link img {
  width: auto;
  height: 50px;
}
@media (max-width: 576px) {
  #explanation-summary .social-block-container .social-block--detail .btn-social-link img {
    height: 45px;
  }
}
#explanation-summary .social-block-container .social-block--detail .btn-social-link:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#explanation-summary .lock {
  filter: blur(4px);
  -ms-filter: blur(4px);
  -webkit-filter: blur(4px);
}

#payment {
  padding: 8% 0 5%;
}
@media (max-width: 768px) {
  #payment {
    padding: 15% 0 6%;
  }
}
@media (max-width: 440px) {
  #payment {
    padding: 22% 0 6%;
  }
}
#payment .payment-container {
  padding: 0 12%;
}
@media (max-width: 992px) {
  #payment .payment-container {
    padding: 0 6%;
  }
}
@media (max-width: 440px) {
  #payment .payment-container {
    padding: 0 15px;
  }
}
#payment .payment-header {
  position: relative;
  text-align: center;
  color: rgb(15, 21, 60);
  margin-bottom: 3rem;
}
@media (max-width: 576px) {
  #payment .payment-header {
    margin-bottom: 1.5rem;
  }
}
#payment .payment-header .payment-header-action {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: max-content;
  color: rgb(15, 21, 60);
}
#payment .payment-header .payment-header-action img {
  width: 35px;
  margin-right: 0.5rem;
}
#payment .payment-header .payment-header-action:hover {
  color: rgb(15, 21, 60);
}
@media (max-width: 768px) {
  #payment .payment-header .payment-header-action {
    position: relative;
  }
}
#payment .payment-title {
  text-transform: uppercase;
  font-size: 1.75rem;
  font-family: "Unbounded-Medium";
  color: rgb(15, 21, 60);
}
@media (max-width: 480px) {
  #payment .payment-title {
    font-size: 5vw;
  }
}
#payment .payment-title .success-icon {
  max-width: 80px;
}
@media (max-width: 576px) {
  #payment.payment-success .payment-header {
    margin-bottom: 0;
  }
}
#payment.payment-success .payment-title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  text-transform: inherit;
}
@media (max-width: 576px) {
  #payment.payment-success .payment-title {
    display: block;
    text-align: center;
  }
  #payment.payment-success .payment-title .success-icon {
    margin-bottom: -10px;
  }
}
#payment .payment-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #payment .payment-content {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#payment .payment-content .payment-info, #payment .payment-content .payment-guide-wrapper {
  width: 49%;
}
@media (max-width: 768px) {
  #payment .payment-content .payment-info, #payment .payment-content .payment-guide-wrapper {
    width: 100%;
  }
}
#payment .payment-content .payment-guide, #payment .payment-content .payment-info {
  color: rgb(15, 21, 60);
  padding: 1rem 1.5rem;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
@media (max-width: 400px) {
  #payment .payment-content .payment-guide, #payment .payment-content .payment-info {
    padding: 1rem 0.5rem;
  }
}
#payment .payment-content .payment-guide .title, #payment .payment-content .payment-info .title {
  font-family: "Unbounded-Medium";
  font-size: 1rem;
  margin-bottom: 2rem;
}
#payment .payment-content .payment-guide ul, #payment .payment-content .payment-info ul {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}
#payment .payment-content .payment-guide ul.type-number, #payment .payment-content .payment-info ul.type-number {
  list-style-type: decimal;
}
#payment .payment-content .payment-guide {
  margin-bottom: 1.25rem;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
}
#payment .payment-content .payment-guide .payment-guide-group {
  margin-top: 1.5rem;
  font-size: 90%;
}
#payment .payment-content .payment-guide .payment-guide-group .payment-guide-subtitle {
  font-family: "Unbounded-Medium";
}
#payment .payment-content .payment-guide .payment-guide-text span {
  color: rgb(15, 21, 60);
  font-family: "Unbounded-Medium";
  font-size: 0.9rem;
}
#payment .payment-content .payment-guide-video .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#payment .payment-content .payment-guide-video .video-container .video-poster {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/Youtube.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#payment .payment-content .payment-guide-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#payment .payment-content .payment-info {
  padding: 1rem;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 576px) {
  #payment .payment-content .payment-info {
    margin-bottom: 1.5rem;
  }
}
#payment .payment-content .payment-info .payment-process {
  width: 70%;
  margin-left: 15%;
  text-align: center;
}
@media (max-width: 1200px) {
  #payment .payment-content .payment-info .payment-process {
    width: 90%;
    margin-left: 5%;
  }
}
@media (max-width: 440px) {
  #payment .payment-content .payment-info .payment-process {
    width: 100%;
    margin-left: 0;
  }
}
#payment .payment-content .payment-info .payment-action-group {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 1.5rem;
  font-size: 90%;
}
#payment .payment-content .payment-info .payment-action-group .btn-download-qr {
  font-family: "Unbounded-Regular";
  font-size: 90%;
  color: rgb(15, 21, 60);
  background: rgb(239, 239, 239);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  display: block;
  width: fit-content;
  padding: 0.4rem 1rem;
  border: 1px solid rgb(185, 185, 185);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}
#payment .payment-content .payment-info .payment-status {
  width: max-content;
  min-height: 55px;
  margin: 0 auto 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 576px) {
  #payment .payment-content .payment-info .payment-status {
    width: 100%;
    text-align: left;
    justify-content: space-between;
  }
}
#payment .payment-content .payment-info .payment-status .loading-content {
  width: 60px;
  height: 40px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#payment .payment-content .payment-info .payment-status .check-icon {
  width: 20px;
  margin-right: 0.35rem;
}
@media (max-width: 576px) {
  #payment .payment-content .payment-info .payment-status .check-icon {
    margin-right: 0.5rem;
  }
}
#payment .payment-content .payment-info .payment-status span {
  font-size: 80%;
  font-family: "Unbounded-Medium";
}
@media (max-width: 576px) {
  #payment .payment-content .payment-info .payment-status span {
    width: 85%;
  }
}
#payment .payment-content .payment-info .payment-status.success {
  background: linear-gradient(90deg, rgba(199, 255, 219, 0) 0%, #C7FFDB 50%, rgba(199, 255, 219, 0) 100%);
}
#payment .payment-content .payment-info .payment-status.success .waiting {
  display: none;
}
#payment .payment-content .payment-info .payment-status.success span {
  color: rgb(56, 184, 102);
}
#payment .payment-content .payment-info .payment-status.waiting {
  background: linear-gradient(90deg, rgba(255, 237, 223, 0) 0%, #FFEDDF 50%, rgba(255, 237, 223, 0) 100%);
}
#payment .payment-content .payment-info .payment-status.waiting .success {
  display: none;
}
#payment .payment-content .payment-info .payment-status.waiting span {
  color: rgb(184, 72, 0);
}
#payment .payment-content .payment-info .loader {
  width: 60px;
  aspect-ratio: 4;
  --c:rgba(184, 72, 0, 1) 90%,#0000;
  background: radial-gradient(circle closest-side at left 4px top 50%, var(--c)), radial-gradient(circle closest-side, var(--c)), radial-gradient(circle closest-side at right 4px top 50%, var(--c));
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-animation: three-dot 1.2s infinite alternate;
  -moz-animation: three-dot 1.2s infinite alternate;
  -ms-animation: three-dot 1.2s infinite alternate;
  -o-animation: three-dot 1.2s infinite alternate;
  animation: three-dot 1.2s infinite alternate;
  margin-right: 0.5rem;
}
@keyframes dot-spin {
  to {
    background-position: 150%;
  }
}
@keyframes three-dot {
  to {
    width: 20px;
    aspect-ratio: 1;
  }
}
#payment .payment-content .payment-info .qr-code {
  margin-bottom: 0.5rem;
}
#payment .payment-content .payment-info .qr-code .qr-code-img {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 400px) {
  #payment .payment-content .payment-info .qr-code .qr-code-img {
    width: 60%;
  }
}
#payment .payment-content .payment-detail {
  background: rgb(247, 247, 247);
  border: 1.5px dashed rgb(247, 238, 238);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0.75rem;
}
@media (max-width: 400px) {
  #payment .payment-content .payment-detail {
    padding: 0.5rem;
  }
}
#payment .payment-content .payment-detail .payment-detail-title {
  font-family: "Unbounded-Regular";
  margin-bottom: 0.75rem;
  font-size: 80%;
}
#payment .payment-content .table-payment-detail {
  width: 100%;
  font-size: 80%;
}
#payment .payment-content .table-payment-detail td {
  padding: 0.3rem 0;
}
@media (max-width: 1440px) {
  #payment .payment-content .table-payment-detail td {
    padding: 0.2rem 0;
  }
}
@media (max-width: 400px) {
  #payment .payment-content .table-payment-detail {
    font-size: 84%;
  }
}
@media (max-width: 360px) {
  #payment .payment-content .table-payment-detail {
    font-size: 80%;
  }
}
#payment .payment-content .table-payment-detail .text-label {
  text-align: left;
  color: rgb(21, 29, 84);
  font-family: "Unbounded-Light";
}
#payment .payment-content .table-payment-detail .text-value {
  text-align: right;
  font-family: "Unbounded-Regular";
}
#payment .payment-content .table-payment-detail .copy-icon {
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
#payment .btn-black {
  display: block;
  margin: 0 auto 2rem;
  width: fit-content;
  padding: 0.4rem 1rem;
  background: rgb(44, 44, 44);
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid rgb(84, 84, 84);
  box-shadow: 0px 4px 0px 0px rgba(24, 24, 24, 0.8);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(24, 24, 24, 0.24), 0px 8px 8px 0px rgba(24, 24, 24, 0.27), 3px 3px 12px 0px rgba(255, 255, 255, 0.4) inset, -3px -3px 16px 0px rgba(255, 255, 255, 0.08) inset;
  -moz-box-shadow: 0px 6px 0px 0px rgba(24, 24, 24, 0.24), 0px 8px 8px 0px rgba(24, 24, 24, 0.27), 3px 3px 12px 0px rgba(255, 255, 255, 0.4) inset, -3px -3px 16px 0px rgba(255, 255, 255, 0.08) inset;
  box-shadow: 0px 6px 0px 0px rgba(24, 24, 24, 0.24), 0px 8px 8px 0px rgba(24, 24, 24, 0.27), 3px 3px 12px 0px rgba(255, 255, 255, 0.4) inset, -3px -3px 16px 0px rgba(255, 255, 255, 0.08) inset;
  text-decoration: unset;
  font-size: 90%;
  font-family: "Unbounded-Light";
}
#payment .btn-black:hover {
  text-decoration: unset;
}
#payment .payment-success-content {
  padding: 1rem 26%;
  text-align: center;
}
@media (max-width: 1600px) {
  #payment .payment-success-content {
    padding: 1rem 25%;
  }
}
@media (max-width: 1300px) {
  #payment .payment-success-content {
    padding: 1rem 20%;
  }
}
@media (max-width: 1200px) {
  #payment .payment-success-content {
    padding: 1rem 18%;
  }
}
@media (max-width: 1100px) {
  #payment .payment-success-content {
    padding: 1rem 14%;
  }
}
@media (max-width: 992px) {
  #payment .payment-success-content {
    padding: 1rem 17%;
  }
}
@media (max-width: 768px) {
  #payment .payment-success-content {
    padding: 1rem 0;
  }
}
#payment .payment-success-content .payment-description {
  font-size: 0.9rem;
  font-family: "Unbounded-Light";
  color: rgb(98, 104, 140);
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
  #payment .payment-success-content .payment-description {
    white-space: normal;
    text-align: left;
  }
}
#payment .payment-success-content .payment-link-input {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  border: 1px solid rgb(15, 21, 60);
  background: rgb(238, 238, 238);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media (max-width: 576px) {
  #payment .payment-success-content .payment-link-input {
    flex-wrap: wrap;
  }
}
#payment .payment-success-content .payment-link-input .input-link-copy {
  text-align: left;
  width: 78%;
  padding: 0.5rem;
  background-color: transparent;
  border: 0;
  font-family: "Unbounded-Medium";
  font-size: 80%;
}
@media (max-width: 576px) {
  #payment .payment-success-content .payment-link-input .input-link-copy {
    width: 80%;
    margin-bottom: 0;
    padding: 0.8rem;
  }
}
#payment .payment-success-content .payment-link-input .btn-link-copy {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  width: 20%;
  cursor: pointer;
}
@media (max-width: 576px) {
  #payment .payment-success-content .payment-link-input .btn-link-copy {
    width: 10%;
    justify-content: flex-end;
  }
}
#payment .payment-success-content .payment-link-input .btn-link-copy img {
  width: 18px;
  margin-right: 5px;
}
#payment .payment-success-content .payment-link-input .btn-link-copy span {
  font-size: 80%;
  white-space: nowrap;
  font-family: "Unbounded-Light";
  text-decoration: underline;
}
@media (max-width: 576px) {
  #payment .payment-success-content .payment-link-input .btn-link-copy span {
    display: none;
  }
}
#payment .payment-success-content .btn-view-result {
  display: inline-block;
  margin: 0 auto 2rem;
}
#payment .payment-success-content .btn-view-result img {
  width: 165px;
}
#payment .get-info-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media (max-width: 576px) {
  #payment .get-info-form {
    margin-top: 1rem;
  }
}
#payment .get-info-form .info-form-group {
  width: 48.5%;
}
@media (max-width: 576px) {
  #payment .get-info-form .info-form-group {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
#payment .get-info-form .form-group {
  position: relative;
}
#payment .get-info-form .form-group label {
  background-color: rgb(255, 255, 250);
  position: absolute;
  padding: 0.1rem 0.25rem;
  left: 1rem;
  top: -11px;
  font-family: "Unbounded-Regular";
  font-size: 90%;
  color: rgb(15, 21, 60);
}
#payment .get-info-form .form-group label span {
  color: rgb(255, 0, 16);
}
#payment .get-info-form .form-group .form-control {
  color: rgb(21, 29, 84);
  background: transparent;
  padding: 2rem 1rem 1.5rem;
  border: 1px solid rgb(232, 232, 238);
}
#payment .get-info-form .form-group .form-control::-webkit-input-placeholder {
  /* Edge */
  font-family: "Unbounded-Light";
  font-size: 0.9rem;
  color: rgba(21, 29, 84, 0.48);
  text-align: left;
}
#payment .get-info-form .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "Unbounded-Light";
  font-size: 0.9rem;
  color: rgba(21, 29, 84, 0.48);
  text-align: left;
}
#payment .get-info-form .form-group .form-control::placeholder {
  font-family: "Unbounded-Light";
  font-size: 0.9rem;
  color: rgba(21, 29, 84, 0.48);
  text-align: left;
}
#payment .btn-get-info {
  padding: 0.6rem 1.5rem;
  font-size: 0.8rem;
  font-family: "Unbounded-Regular";
  color: #fff;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border: 1px solid rgb(68, 74, 118);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  background: rgb(15, 21, 60);
}
#payment .input-promotion-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
#payment .input-promotion-container .input-promotion-code {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 78%;
  background-color: transparent;
  color: rgb(44, 44, 44);
  border: 1px solid rgb(232, 232, 238);
  color: rgb(15, 21, 60);
  padding: 0.4rem 0 0.4rem 1rem;
}
#payment .input-promotion-container .input-promotion-code::-webkit-input-placeholder {
  /* Edge */
  font-family: "Unbounded-Light";
  font-size: 0.9rem;
  color: rgba(21, 29, 84, 0.48);
  text-align: left;
}
#payment .input-promotion-container .input-promotion-code:-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "Unbounded-Light";
  font-size: 0.9rem;
  color: rgba(21, 29, 84, 0.48);
  text-align: left;
}
#payment .input-promotion-container .input-promotion-code::placeholder {
  font-family: "Unbounded-Light";
  font-size: 0.9rem;
  color: rgba(21, 29, 84, 0.48);
  text-align: left;
}
#payment .input-promotion-container .input-promotion-code:focus-visible {
  outline: 0;
}
@media (max-width: 992px) {
  #payment .input-promotion-container .input-promotion-code {
    width: 70%;
  }
}
#payment .input-promotion-container .btn-apply {
  white-space: nowrap;
  padding: 0.4rem;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: rgb(15, 21, 60);
  border: 1px solid rgb(68, 74, 118);
  margin: 0;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}
#payment a:hover {
  text-decoration: unset;
}

.btn-green {
  display: block;
  font-family: "Unbounded-Regular";
  width: fit-content;
  padding: 0.4rem 1rem;
  color: #fff;
  background: rgb(56, 184, 102);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 1px solid rgb(20, 93, 46);
  font-size: 90%;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}
.btn-green:hover {
  color: #fff;
}

#history {
  position: relative;
  padding: 8rem 0 3rem;
}
@media (max-width: 576px) {
  #history {
    padding: 6rem 0 3rem;
  }
}
@media (max-width: 576px) {
  #history.is-empty {
    padding: 3rem 0 0;
  }
}
#history .history-container {
  padding: 0 15%;
}
@media (max-width: 1440px) {
  #history .history-container {
    padding: 0 10%;
  }
}
@media (max-width: 1200px) {
  #history .history-container {
    padding: 0 8%;
  }
}
@media (max-width: 992px) {
  #history .history-container {
    padding: 0 5%;
  }
}
@media (max-width: 576px) {
  #history .history-container {
    padding: 0 10px;
  }
}
@media (max-width: 440px) {
  #history .history-container {
    padding: 0;
  }
}
#history .history-content {
  min-height: 80vh;
}
@media (max-width: 576px) {
  #history .history-content {
    min-height: unset;
  }
}
#history .history-header {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #history .history-header {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
  }
}
#history .history-header .history-title {
  font-size: 160%;
  color: rgb(15, 21, 60);
  font-family: "Unbounded-Medium";
}
@media (max-width: 768px) {
  #history .history-header .history-title {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 150%;
  }
}
@media (max-width: 768px) {
  #history .history-header .history-pagination {
    text-align: center;
    width: 100%;
  }
  #history .history-header .history-pagination .pagination {
    justify-content: center;
    font-size: 120%;
  }
}
@media (max-width: 375px) {
  #history .history-header .history-pagination .pagination {
    font-size: 100%;
  }
}
#history .history-deduce table tr th:nth-child(1), #history .history-deduce table tr td:nth-child(1) {
  width: 12%;
}
#history .history-deduce table tr th:nth-child(2), #history .history-deduce table tr td:nth-child(2) {
  width: 17%;
}
#history .history-deduce table tr th:nth-child(3), #history .history-deduce table tr td:nth-child(3) {
  width: 21%;
}
#history .history-deduce table tr th:nth-child(4), #history .history-deduce table tr td:nth-child(4) {
  width: 10%;
}
#history .history-deduce table tr th:nth-child(5), #history .history-deduce table tr td:nth-child(5) {
  width: 12%;
}
#history .history-deduce table tr th:nth-child(6), #history .history-deduce table tr td:nth-child(6) {
  width: 10%;
}
#history .history-deduce table tr th:nth-child(7), #history .history-deduce table tr td:nth-child(7) {
  width: 13%;
}
#history .history-deposit table tr th:nth-child(1), #history .history-deposit table tr td:nth-child(1) {
  width: 12%;
}
#history .history-deposit table tr th:nth-child(2), #history .history-deposit table tr td:nth-child(2) {
  width: 12%;
}
#history .history-deposit table tr th:nth-child(3), #history .history-deposit table tr td:nth-child(3) {
  width: 23%;
}
#history .history-deposit table tr th:nth-child(4), #history .history-deposit table tr td:nth-child(4) {
  width: 10%;
}
#history .history-deposit table tr th:nth-child(5), #history .history-deposit table tr td:nth-child(5) {
  width: 15%;
}
#history .history-deposit table tr th:nth-child(6), #history .history-deposit table tr td:nth-child(6) {
  width: 13%;
}
#history .history-deposit table tr th:nth-child(7), #history .history-deposit table tr td:nth-child(7) {
  width: 15%;
}
@media (max-width: 768px) {
  #history .history-table {
    display: none;
  }
}
#history .history-table .empty-history-container {
  display: none;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#history .history-table .empty-history-container .empty-img {
  width: 50%;
  max-width: 188px;
  margin-bottom: 0.5rem;
}
#history .history-table .empty-history-container .empty-text {
  font-family: "Unbounded-Regular";
  font-size: 70%;
  color: rgb(21, 29, 84);
}
#history .history-table .wrapper-table-content {
  position: relative;
  background-color: rgb(255, 255, 255);
  min-height: 66vh;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1200px) {
  #history .history-table .wrapper-table-content {
    min-height: 60vh;
  }
}
#history .history-table .table {
  margin-bottom: 0;
  font-size: 86%;
}
@media (max-width: 1200px) {
  #history .history-table .table {
    font-size: 85%;
  }
}
@media (max-width: 992px) {
  #history .history-table .table {
    font-size: 80%;
  }
}
#history .history-table .table.table-header-history {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}
#history .history-table .table thead {
  background-color: rgb(15, 21, 60);
  color: #fff;
  font-family: "Unbounded-Regular";
}
#history .history-table .table thead th {
  border-bottom-width: 0 !important;
  border-color: rgb(15, 21, 60);
  white-space: nowrap;
}
#history .history-table .table tbody {
  font-family: "Unbounded-Regular";
  color: rgb(15, 21, 60);
}
#history .history-table .table tbody th, #history .history-table .table tbody td {
  vertical-align: middle;
}
#history .history-table .avatar-icon {
  width: 40px;
  margin-right: 5px;
}
#history .history-table .history-info {
  font-size: 86%;
}
#history .history-table .history-info .col-text-info {
  color: rgb(147, 151, 176);
  white-space: nowrap;
}
#history .history-table .history-info span {
  font-family: "Unbounded-Regular";
  color: rgb(15, 21, 60);
}
#history .history-table span.pkg-name {
  color: rgb(147, 151, 176);
}
#history .history-table .history-time .time-hour {
  font-size: 86%;
  font-family: "Unbounded-Light";
}
#history .history-table .history-type {
  font-size: 86%;
}
#history .history-table .history-type.free {
  color: rgb(184, 72, 0);
}
#history .history-table .history-type.buy {
  color: rgb(56, 184, 102);
}
#history .history-table .history-type.success {
  color: rgb(56, 184, 102);
}
#history .history-table .history-type.waiting {
  color: rgb(184, 72, 0);
}
#history .history-table .btn-history {
  background-color: transparent;
  padding: 0.45rem 1rem;
  color: #fff;
  font-size: 90%;
  border: 0;
  box-shadow: 0;
  min-width: 80px;
  max-width: 120px;
}
@media (max-width: 992px) {
  #history .history-table .btn-history {
    font-size: 80%;
    max-width: 90px;
  }
}
#history .history-table .btn-history.free {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: rgb(184, 72, 0);
  border: 1px solid rgb(74, 29, 0);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}
#history .history-table .btn-history.buy {
  display: -webkit-inline-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-inline-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-inline-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-inline-flex;
  /* NEW - Chrome */
  display: inline-flex;
  align-items: center;
  color: rgb(56, 184, 102);
}
#history .history-table .btn-history.buy .download-icon {
  width: 15px;
  margin-right: 7px;
}
#history .history-table .btn-history.buy span {
  text-decoration: underline;
}
#history .history-table .btn-deposit {
  margin: 0 auto;
  font-size: 80%;
  border: 0;
  color: #fff;
  padding: 0.3rem 0.5rem;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: rgb(184, 72, 0);
  border: 1px solid rgb(74, 29, 0);
  -webkit-box-shadow: 0px 4px 0px 0px rgba(53, 21, 0, 0.8), 0px 6px 0px 0px rgba(53, 21, 0, 0.24), 0px 8px 8px 0px rgba(53, 21, 0, 0.27), 3px 3px 12px 0px rgba(255, 255, 255, 0.4) inset, -3px -3px 16px 0px rgba(255, 255, 255, 0.08) inset;
  -moz-box-shadow: 0px 4px 0px 0px rgba(53, 21, 0, 0.8), 0px 6px 0px 0px rgba(53, 21, 0, 0.24), 0px 8px 8px 0px rgba(53, 21, 0, 0.27), 3px 3px 12px 0px rgba(255, 255, 255, 0.4) inset, -3px -3px 16px 0px rgba(255, 255, 255, 0.08) inset;
  box-shadow: 0px 4px 0px 0px rgba(53, 21, 0, 0.8), 0px 6px 0px 0px rgba(53, 21, 0, 0.24), 0px 8px 8px 0px rgba(53, 21, 0, 0.27), 3px 3px 12px 0px rgba(255, 255, 255, 0.4) inset, -3px -3px 16px 0px rgba(255, 255, 255, 0.08) inset;
}
#history .history-table .btn-deposit:hover {
  text-decoration: unset;
}
#history .history-table.is-empty .wrapper-table-content {
  background: linear-gradient(180deg, #FFFFFF 58.52%, rgba(255, 255, 255, 0) 100%);
}
#history .history-table.is-empty .table-content-history {
  display: none;
}
#history .history-table.is-empty .empty-history-container {
  display: block;
}
#history .history-mb-block-container {
  display: none;
  min-height: 60vh;
  background: linear-gradient(180deg, #FFFFFF 58.52%, rgba(255, 255, 255, 0) 100%);
  border-width: 1px, 0px, 1px, 0px;
  border-style: solid;
  border-color: rgb(241, 241, 241);
}
@media (max-width: 768px) {
  #history .history-mb-block-container {
    display: block;
  }
}
#history .history-mb-block-container .history-block-mb {
  padding: 1.5rem 1.25rem;
}
#history .history-mb-block-container .history-block-mb:not(:last-child) {
  border-bottom: 1.5px solid #F1F1F1;
}
@media (max-width: 440px) {
  #history .history-mb-block-container .history-block-mb {
    font-size: 90%;
    padding: 1rem 0.75rem;
  }
}
@media (max-width: 400px) {
  #history .history-mb-block-container .history-block-mb {
    font-size: 80%;
  }
}
#history .history-mb-block-container .history-block-mb .avatar-icon {
  width: 50px;
}
#history .history-mb-block-container .history-block-mb .history-block-detail {
  margin-bottom: 1.5rem;
}
#history .history-mb-block-container .history-block-mb .history-block-detail .history-block-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.75rem;
  font-family: "Unbounded-Medium";
  color: rgb(21, 29, 84);
}
#history .history-mb-block-container .history-block-mb .history-block-detail .history-block-row .history-text__label {
  width: 35%;
}
#history .history-mb-block-container .history-block-mb .history-block-detail .history-block-row .history-text__value {
  width: 65%;
}
#history .history-mb-block-container .history-block-mb .history-block-detail .history-block-row .history-text__value span.pkg-name {
  color: rgb(21, 29, 84);
}
#history .history-mb-block-container .history-block-mb .history-block-detail .history-block-row .history-text__value span {
  font-family: "Unbounded-Light";
}
#history .history-mb-block-container .history-block-mb .history-block-detail .history-block-row .history-text__value .time-hour {
  font-family: "Unbounded-Light";
}
#history .history-mb-block-container .history-block-mb .history-block-detail .history-block-row .history-text__value.free, #history .history-mb-block-container .history-block-mb .history-block-detail .history-block-row .history-text__value.stt-done {
  color: rgb(56, 184, 102);
}
#history .history-mb-block-container .history-block-mb .history-block-detail .history-block-row .history-text__value.buy, #history .history-mb-block-container .history-block-mb .history-block-detail .history-block-row .history-text__value.stt-waiting {
  color: rgb(184, 72, 0);
}
#history .history-mb-block-container .history-block-mb .history-block-detail .btn-deposit {
  width: 100%;
  text-align: center;
  font-family: "Unbounded-Medium";
  color: #fff;
  font-size: 90%;
  padding: 4px 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: rgb(184, 72, 0);
  border: 1px solid rgb(74, 29, 0);
  -webkit-box-shadow: 0px 4px 0px 0px rgba(53, 21, 0, 0.8), 0px 6px 0px 0px rgba(53, 21, 0, 0.24), 0px 8px 8px 0px rgba(53, 21, 0, 0.27), 3px 3px 12px 0px rgba(255, 255, 255, 0.4) inset, -3px -3px 16px 0px rgba(255, 255, 255, 0.08) inset;
  -moz-box-shadow: 0px 4px 0px 0px rgba(53, 21, 0, 0.8), 0px 6px 0px 0px rgba(53, 21, 0, 0.24), 0px 8px 8px 0px rgba(53, 21, 0, 0.27), 3px 3px 12px 0px rgba(255, 255, 255, 0.4) inset, -3px -3px 16px 0px rgba(255, 255, 255, 0.08) inset;
  box-shadow: 0px 4px 0px 0px rgba(53, 21, 0, 0.8), 0px 6px 0px 0px rgba(53, 21, 0, 0.24), 0px 8px 8px 0px rgba(53, 21, 0, 0.27), 3px 3px 12px 0px rgba(255, 255, 255, 0.4) inset, -3px -3px 16px 0px rgba(255, 255, 255, 0.08) inset;
}
#history .history-mb-block-container .history-block-mb .history-block-detail .history-info .col-text-info {
  white-space: nowrap;
  font-family: "Unbounded-Light";
  color: rgb(147, 151, 176);
}
#history .history-mb-block-container .history-block-mb .history-block-detail .history-info .col-text-info span {
  font-family: "Unbounded-Medium";
  color: rgb(21, 29, 84);
}
#history .history-mb-block-container .history-block-mb .history-block-action {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#history .history-mb-block-container .history-block-mb .history-block-action .btn-history-block {
  width: 48%;
  text-align: center;
  padding: 0.5rem 1rem;
  font-family: "Unbounded-Light";
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: transparent;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
#history .history-mb-block-container .history-block-mb .history-block-action .btn-history-block.order-btn {
  color: #fff;
  background: rgb(184, 72, 0);
  border: 1px solid rgb(74, 29, 0);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}
#history .history-mb-block-container .history-block-mb .history-block-action .btn-history-block.download-btn {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: rgb(56, 184, 102);
}
#history .history-mb-block-container .history-block-mb .history-block-action .btn-history-block.download-btn img {
  width: 15px;
  margin-right: 10px;
}
#history .history-mb-block-container .history-block-mb .history-block-action .btn-history-block.download-btn span {
  text-decoration: underline;
}
#history .history-mb-block-container .history-block-mb .history-block-action .btn-history-block.btn-detail {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(219, 209, 180);
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.02) inset, -3px -3px 16px 0px rgba(0, 0, 0, 0.08) inset;
  -moz-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.02) inset, -3px -3px 16px 0px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.02) inset, -3px -3px 16px 0px rgba(0, 0, 0, 0.08) inset;
  color: rgb(44, 44, 44);
}
#history .history-mb-block-container .history-mb-empty-container {
  display: none;
  text-align: center;
}
#history .history-mb-block-container .history-mb-empty-container .empty-img {
  width: 50%;
  margin-bottom: 1rem;
}
#history .history-mb-block-container .history-mb-empty-container .empty-text {
  width: 80%;
  margin: 0 auto;
  font-family: "Unbounded-Light";
  color: #183761;
  font-size: 80%;
}
#history .history-mb-block-container.deposit {
  min-height: 66vh;
}
#history .history-mb-block-container.deposit .history-block-mb .history-block-detail {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  #history .history-mb-block-container.is-empty {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
#history .history-mb-block-container.is-empty .history-block-mb {
  display: none;
}
#history .history-mb-block-container.is-empty .history-mb-empty-container {
  display: block;
}

#user-information {
  position: relative;
  padding: 8rem 0 4rem;
}
#user-information .information-container {
  padding: 0 15%;
}
@media (max-width: 1440px) {
  #user-information .information-container {
    padding: 0 10%;
  }
}
@media (max-width: 1200px) {
  #user-information .information-container {
    padding: 0 5%;
  }
}
@media (max-width: 992px) {
  #user-information .information-container {
    padding: 0 10%;
  }
}
@media (max-width: 768px) {
  #user-information .information-container {
    padding: 0 5%;
  }
}
@media (max-width: 576px) {
  #user-information .information-container {
    padding: 0 5%;
  }
}
@media (max-width: 440px) {
  #user-information .information-container {
    padding: 0;
  }
}
#user-information .information-header {
  margin-bottom: 1rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#user-information .information-header .information-title {
  font-size: 1.75rem;
  color: rgb(44, 44, 44);
  font-family: "Unbounded-Medium";
}
@media (max-width: 576px) {
  #user-information .information-header {
    margin-bottom: 1.5rem;
    margin-left: 0.5rem;
  }
  #user-information .information-header .information-title {
    font-size: 7vw;
  }
}
@media (max-width: 440px) {
  #user-information .information-header {
    margin-left: 0.5rem;
  }
}

.information-content {
  position: relative;
  padding: 2rem 2rem 1rem;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media (max-width: 576px) {
  .information-content {
    padding: 1rem 1rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 360px) {
  .information-content {
    padding: 0.5rem 0.5rem 1rem;
    margin-bottom: 2rem;
  }
}
.information-content .information-avatar {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 30px;
}
.information-content .information-avatar img {
  width: 100px;
}
@media (max-width: 576px) {
  .information-content .information-avatar {
    margin-right: 20px;
  }
  .information-content .information-avatar img {
    width: 60px;
    margin: 0 auto;
  }
}
.information-content .information-overview {
  width: 48%;
}
@media (max-width: 992px) {
  .information-content .information-overview {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.information-content .information-overview .information-top {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .information-content .information-overview .information-top {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .information-content .information-overview .information-top {
    margin-bottom: 1rem;
  }
}
.information-content .information-overview .information-top .information-username {
  margin-bottom: 0.75rem;
}
.information-content .information-overview .information-top .username {
  font-family: "Unbounded-Medium";
  color: rgb(21, 29, 84);
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .information-content .information-overview .information-top .username {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
}
.information-content .information-overview .information-top .action-update-info {
  margin-left: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 1px solid rgb(185, 185, 185);
  background: rgb(239, 239, 239);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  padding: 0.4rem 1rem;
  color: rgb(15, 21, 60);
  font-family: "Unbounded-Light";
  font-size: 70%;
}
.information-content .information-overview .information-top .action-update-info:hover {
  text-decoration: unset;
}
@media (max-width: 576px) {
  .information-content .information-overview .information-top .action-update-info {
    margin: 0.5rem auto;
  }
}
.information-content .information-overview .information-detail {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.information-content .information-overview .information-detail .information-block {
  position: relative;
  width: 50%;
  font-size: 80%;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .information-content .information-overview .information-detail .information-block {
    width: 48%;
    margin-bottom: 1rem;
  }
}
.information-content .information-overview .information-detail .information-block .information-block--label {
  color: rgb(98, 104, 140);
  margin-bottom: 0.35rem;
}
@media (max-width: 576px) {
  .information-content .information-overview .information-detail .information-block .information-block--label {
    margin-bottom: 0;
  }
}
.information-content .information-overview .information-detail .information-block .information-block--value {
  font-family: "Unbounded-Regular";
  white-space: nowrap;
}
@media (max-width: 576px) {
  .information-content .information-overview .information-detail .information-block .information-block--value {
    white-space: normal;
  }
}
.information-content .information-overview .information-detail .copy-icon {
  margin-left: 5px;
  cursor: pointer;
  width: 22px;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.information-content .extend-information-list {
  width: 30%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .information-content .extend-information-list {
    width: 68%;
  }
}
@media (max-width: 576px) {
  .information-content .extend-information-list {
    width: 100%;
  }
}
.information-content .extend-information-block {
  width: 100%;
  position: relative;
  padding: 1rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: rgb(247, 247, 247);
  height: 46%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .information-content .extend-information-block {
    min-height: 110px;
  }
  .information-content .extend-information-block:first-child {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .information-content .extend-information-block {
    margin-bottom: 1rem;
    height: auto;
    min-height: unset;
  }
}
.information-content .extend-information-block .extend-information-label {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  color: rgb(21, 29, 84);
  font-size: 70%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .information-content .extend-information-block .extend-information-label {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .information-content .extend-information-block .extend-information-label {
    margin-bottom: 1rem;
  }
}
.information-content .extend-information-block .extend-information-value {
  font-family: "Unbounded-Regular";
  font-size: 1.125rem;
  color: rgb(21, 29, 84);
  line-height: 1.2;
}
.information-content .extend-information-block .extend-information-value span {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .information-content .extend-information-block .extend-information-value {
    font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  .information-content .extend-information-block .extend-information-value {
    width: 100%;
  }
}
.information-content .extend-information-view {
  width: 19%;
}
@media (max-width: 992px) {
  .information-content .extend-information-view {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .information-content .extend-information-view {
    width: 100%;
  }
}
.information-content .extend-information-view .extend-information-block {
  height: 100%;
}
@media (max-width: 576px) {
  .information-content .extend-information-view .extend-information-block {
    height: unset;
  }
}
.information-content .extend-information-view .extend-information-block .extend-information-add {
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.information-content .extend-information-view .extend-information-block .extend-information-add img {
  width: 50px;
}
.information-content .extend-information-view .extend-information-block .extend-information-add:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.information-content .extend-information-view .extend-information-block .extend-information-value {
  font-size: 2rem;
  font-family: "Unbounded-Medium";
}

.commission-overview {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.commission-overview .commission-overview-block {
  width: 48.5%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0.5rem 1rem;
  font-size: 80%;
}
@media (max-width: 576px) {
  .commission-overview .commission-overview-block {
    font-size: 100%;
    width: 100%;
  }
  .commission-overview .commission-overview-block:first-child {
    margin-bottom: 1rem;
  }
}
.commission-overview .commission-overview-block .commission-overview-value {
  color: rgba(255, 255, 255, 0.7803921569);
  font-family: "Unbounded-Regular";
  margin-bottom: 0.35rem;
  white-space: nowrap;
}
.commission-overview .commission-overview-block .commission-overview-text {
  font-family: "Unbounded-Medium";
  color: #fff;
  font-size: 160%;
}
.commission-overview .commission-overview-block .commission-overview-text span {
  text-decoration: underline;
  font-size: 70%;
  margin-right: 0.2rem;
}

.pagination-custom .arrow-img {
  max-width: 16px;
  max-height: 16px;
}
.pagination-custom .page-item {
  margin: 0 2px;
}
.pagination-custom .page-item .page-link {
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
  color: rgb(15, 21, 60);
  font-size: 80%;
  padding: 0.35rem 0.5rem;
}
.pagination-custom .page-item .page-link span {
  font-size: 120%;
  line-height: 1;
}
.pagination-custom .page-item.active .page-link {
  background: rgb(240, 240, 240);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-family: "Unbounded-Medium";
}

.commission-container {
  position: relative;
}
.commission-container .pagination-custom {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 576px) {
  .commission-container .pagination-custom {
    position: relative;
  }
  .commission-container .pagination-custom .pagination {
    justify-content: center;
  }
}
.commission-container .commission-title {
  font-size: 1.5rem;
  color: rgb(15, 21, 60);
  font-family: "Unbounded-Medium";
  margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
  .commission-container .commission-title {
    font-size: 120%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 440px) {
  .commission-container .commission-title {
    margin-left: 0.5rem;
  }
}
.commission-container .commission-history-wrapper {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.commission-container .table-commission-history {
  overflow: hidden;
  font-size: 80%;
  border-bottom-left-radius: 24x;
  border-bottom-right-radius: 24px;
  /* Just common table stuff. Really. */
}
@media (max-width: 576px) {
  .commission-container .table-commission-history {
    font-size: 100%;
  }
}
.commission-container .table-commission-history thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 8px;
  color: #fff;
  background: rgb(15, 21, 60);
  text-align: center;
  font-family: "Unbounded-Regular";
}
@media (max-width: 440px) {
  .commission-container .table-commission-history thead th:last-child {
    display: none;
  }
}
.commission-container .table-commission-history tbody {
  background: linear-gradient(180deg, #FFFFFF 58.52%, rgb(255, 255, 255) 100%);
}
.commission-container .table-commission-history tbody td {
  border-bottom: 1px solid rgb(241, 241, 241);
  text-align: center;
  padding: 10px 5px;
  color: rgb(15, 21, 60);
  vertical-align: middle;
  font-size: 90%;
}
@media (max-width: 440px) {
  .commission-container .table-commission-history tbody td {
    padding: 0.5rem 0.5rem;
  }
  .commission-container .table-commission-history tbody td:last-child {
    display: none;
  }
}
.commission-container .table-commission-history tbody td .date-text {
  font-family: "Unbounded-Regular";
}
.commission-container .table-commission-history tbody td span {
  font-family: "Unbounded-Light";
}
.commission-container .table-commission-history tbody td.text-green {
  color: #38B866;
}
.commission-container .table-commission-history table {
  border-collapse: collapse;
  width: 100%;
}
.commission-container .table-commission-history th {
  background: #333545;
}

.list-commission {
  background: linear-gradient(180deg, #FFFFFF 58.52%, rgba(255, 255, 255, 0) 100%);
}
.list-commission .list-commission-item {
  padding: 1.25rem 1rem 0.5rem;
  border-width: 1px, 0px, 1px, 0px;
  border-style: solid;
  border-color: rgb(241, 241, 241);
}
.list-commission .commission-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.list-commission .commission-item .commission-item--label {
  font-family: "Unbounded-Medium";
  color: rgb(21, 29, 84);
  font-size: 90%;
  width: 35%;
}
@media (max-width: 380px) {
  .list-commission .commission-item .commission-item--label {
    font-size: 76%;
  }
}
.list-commission .commission-item .commission-item--value {
  font-family: "Unbounded-Regular";
  color: rgb(15, 21, 60);
  width: 65%;
  font-size: 95%;
  line-height: 1.2;
}
@media (max-width: 380px) {
  .list-commission .commission-item .commission-item--value {
    font-size: 80%;
  }
}
.list-commission .commission-item .commission-item--value.text-green {
  color: rgb(56, 184, 102);
}
.list-commission .commission-item .commission-item--value span {
  font-family: "Unbounded-Light";
  font-size: 90%;
}
@media (max-width: 380px) {
  .list-commission .commission-item .commission-item--value span {
    font-size: 80%;
  }
}

#footer {
  background-color: rgb(246, 242, 250);
  padding: 5rem 12% 2rem;
}
@media (max-width: 1100px) {
  #footer {
    padding: 2.5rem 8% 1rem;
  }
}
@media (max-width: 992px) {
  #footer {
    padding: 2.5rem 5% 1rem;
  }
}
@media (max-width: 490px) {
  #footer {
    padding: 2rem 1rem;
  }
}
#footer .footer-container {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer__logo {
  width: 60%;
}
@media (max-width: 768px) {
  #footer .footer__logo {
    width: 100%;
  }
}
#footer .footer__logo .footer-logo {
  display: block;
  margin-bottom: 2rem;
}
#footer .footer__logo .footer-logo .ft-logo-img {
  width: 150px;
}
@media (max-width: 576px) {
  #footer .footer__contact {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#footer .footer__contact .contact-item {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: flex-start;
  color: rgb(15, 21, 60);
  font-family: "Unbounded-Light";
}
#footer .footer__contact .contact-item.address {
  font-size: 120%;
  font-family: "Unbounded-Medium";
}
#footer .footer__contact .contact-item:hover {
  text-decoration: none;
}
#footer .footer__contact .contact-item span {
  font-size: 90%;
}
@media (max-width: 576px) {
  #footer .footer__contact .contact-item {
    margin-bottom: 0.75rem;
  }
}
#footer .footer__privacy {
  width: 40%;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  #footer .footer__privacy {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #footer .footer__privacy {
    width: 100%;
  }
}
#footer .footer__social {
  text-align: center;
}
@media (max-width: 992px) {
  #footer .footer__social {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #footer .footer__social {
    width: 100%;
  }
}
#footer .link-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  #footer .link-container {
    margin-bottom: 2rem;
  }
}
#footer .link-container .link-footer {
  text-align: right;
  width: 50%;
  white-space: nowrap;
  margin-bottom: 1.5rem;
  font-family: "Unbounded-Regular";
  font-size: 80%;
  color: rgb(21, 29, 84);
  text-decoration: unset;
}
@media (max-width: 768px) {
  #footer .link-container .link-footer {
    text-align: left;
  }
}
#footer .link-container .link-footer:hover {
  color: #2C2C2C;
}
#footer .footer-copyright {
  width: 100%;
  margin: 0 0 0 auto;
  color: rgb(21, 29, 84);
  text-align: center;
}
@media (max-width: 992px) {
  #footer .footer-copyright {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
#footer .footer-copyright .text-copyright {
  font-size: 90%;
  font-family: "Unbounded-Light";
}
#footer .social-list {
  margin-bottom: 1.5rem;
  text-align: right;
}
@media (max-width: 992px) {
  #footer .social-list {
    text-align: center;
  }
}
#footer .social-list a.social-item {
  display: inline-block;
  margin-right: 0.5rem;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
#footer .social-list a.social-item img {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  width: 24px;
}
#footer .social-list a.social-item:hover {
  text-decoration: none;
}
#footer .social-list a.social-item:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
@media (max-width: 576px) {
  #footer .social-list a.social-item img {
    width: 28px;
  }
  #footer .social-list a.social-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

#login {
  padding: 3% 0 2%;
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 992px) {
  #login {
    padding: 6% 0;
  }
}
@media (max-width: 768px) {
  #login {
    padding: 10% 0 3%;
    display: block;
  }
}
#login .login-container {
  padding: 0 15%;
}
@media (max-width: 1440px) {
  #login .login-container {
    padding: 0 12%;
  }
}
@media (max-width: 1300px) {
  #login .login-container {
    padding: 0 10%;
  }
}
@media (max-width: 992px) {
  #login .login-container {
    padding: 0 5%;
  }
}
#login .login-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1100px) {
  #login .login-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  #login .login-wrapper {
    padding: 0 5%;
  }
}
@media (max-width: 576px) {
  #login .login-wrapper {
    padding: 0;
  }
}
#login .login-logo {
  margin-bottom: 1.5rem;
}
#login .login-logo img {
  max-height: 35px;
}
@media (max-width: 768px) {
  #login .login-logo {
    margin-bottom: 2.5rem;
  }
}
#login .login-banner-container {
  width: 45%;
  max-width: 600px;
  margin-right: 2rem;
}
@media (max-width: 1200px) {
  #login .login-banner-container {
    margin-right: 2rem;
  }
}
@media (max-width: 1100px) {
  #login .login-banner-container {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #login .login-banner-container {
    display: none;
  }
}
#login .login-banner-container img {
  width: 100%;
}
#login .login-text-header {
  text-align: center;
}
#login .login-text-header .login-text-title {
  color: rgb(15, 21, 60);
  font-size: 1.5rem;
  font-family: "Unbounded-Medium";
  margin-bottom: 0.5rem;
}
#login .login-text-header .login-text-subtitle {
  color: rgb(112, 102, 102);
  margin-bottom: 2rem;
}
@media (max-width: 1100px) {
  #login .login-text-header .login-text-subtitle {
    font-size: 86%;
  }
}
@media (max-width: 576px) {
  #login .login-text-header .login-text-subtitle {
    font-size: 90%;
  }
}
#login .form-forgot-pwd {
  margin: 0.5rem 0 1.25rem;
  font-family: "Unbounded-Regular";
  text-align: center;
  font-size: 90%;
}
@media (max-width: 400px) {
  #login .form-forgot-pwd {
    font-size: 80%;
  }
}
#login .form-forgot-pwd a.action-forgot-pwd {
  color: rgb(51, 106, 234);
}
#login .login-text-new-account {
  color: rgb(68, 74, 118);
  font-size: 90%;
  font-family: "Unbounded-Light";
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 400px) {
  #login .login-text-new-account {
    font-size: 80%;
  }
}
#login .login-text-new-account a.btn-new-account {
  font-family: "Unbounded-Regular";
  margin-left: 5px;
  color: rgb(51, 106, 234);
}
#login .login-form-container {
  width: 50%;
  max-width: 600px;
}
@media (max-width: 768px) {
  #login .login-form-container {
    width: 100%;
    max-width: 100%;
  }
}

form {
  font-size: 90%;
}
@media (max-width: 576px) {
  form {
    margin-bottom: 1rem;
  }
}
form .form-group-inline {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
form .form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
form .form-group label {
  position: absolute;
  left: 1rem;
  top: -10px;
  background: rgb(255, 255, 250);
  margin-bottom: 0;
  padding: 0.1rem 0.25rem;
  color: rgb(15, 21, 60);
}
form .form-group label span {
  margin-left: 0.2rem;
  color: rgb(255, 0, 16);
}
form .form-group label.select-label {
  background: linear-gradient(180deg, #FFFFFA 0%, #FFFFFA 50%, #EEEEEE 50%, #EEEEEE 100%);
}
form .form-group .pwd-icon {
  cursor: pointer;
  display: none;
  position: absolute;
  width: 18px;
  right: 5px;
  top: 35%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
form .form-control {
  height: auto;
  border: 1px solid rgb(232, 232, 238);
  color: rgb(21, 29, 84);
  font-size: 100%;
  padding: 1rem 1rem 0.65rem;
  font-family: "Unbounded-Regular";
}
form .form-control::-webkit-input-placeholder {
  /* Edge */
  font-family: "Unbounded-Light";
  font-size: 100%;
  color: rgba(21, 29, 84, 0.48);
  text-align: left;
}
form .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "Unbounded-Light";
  font-size: 100%;
  color: rgba(21, 29, 84, 0.48);
  text-align: left;
}
form .form-control::placeholder {
  font-family: "Unbounded-Light";
  font-size: 100%;
  color: rgba(21, 29, 84, 0.48);
  text-align: left;
}
form .form-control:not(:placeholder-shown) {
  background: rgb(238, 238, 238);
  border: 1px solid rgb(15, 21, 60);
}
form .form-control:focus, form .form-control:focus-visible {
  outline: none;
  box-shadow: none;
}
form select.form-control {
  background: rgb(238, 238, 238);
  border: 1px solid rgb(15, 21, 60);
}
form .password-input[type=password] ~ .type-pwd {
  display: block;
}
form .password-input[type=text] ~ .type-text {
  display: block;
}
form .btn-login {
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: "Unbounded-Regular";
  text-transform: uppercase;
  font-size: 0.9rem;
  background: linear-gradient(177.2deg, #6A0DAD 2.33%, #755C87 110.19%);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 4px rgb(94, 50, 125);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 4px rgb(94, 50, 125);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 4px rgb(94, 50, 125);
}
@media (max-width: 576px) {
  form .btn-login {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}
form .btn-register {
  margin-top: 2rem;
  padding: 0.5rem 4.5rem;
}
@media (max-width: 576px) {
  form .form-check {
    margin-bottom: 1.5rem;
  }
}
form .form-check .form-check-label {
  font-size: 90%;
  margin-top: 1px;
  color: rgb(44, 44, 44);
}
form .form-check .form-check-label a {
  color: rgb(44, 44, 44);
}
form .form-check input[type=checkbox] {
  accent-color: #AB36C2;
}

.modal-phone-verify a:hover {
  text-decoration: unset;
}
.modal-phone-verify .modal-dialog {
  max-width: 450px;
}
@media (max-width: 576px) {
  .modal-phone-verify .modal-dialog {
    width: 96%;
    margin: auto;
  }
}
.modal-phone-verify .modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  padding: 0;
  color: rgb(15, 21, 60);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.modal-phone-verify .modal-verify-content {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 1.5rem;
}
@media (max-width: 440px) {
  .modal-phone-verify .modal-verify-content {
    padding: 1rem;
  }
}
@media (max-width: 360px) {
  .modal-phone-verify .modal-verify-content {
    padding: 1.25rem 0.5rem;
  }
}
.modal-phone-verify .modal-verify-header {
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
  font-family: "Unbounded-Medium";
  font-size: 1.125rem;
  text-align: left;
}
.modal-phone-verify .modal-verify-header.header-reset-pwd {
  margin-bottom: 2.5rem;
}
@media (max-width: 440px) {
  .modal-phone-verify .modal-verify-header {
    font-size: 5vw;
    margin-bottom: 12%;
  }
}
.modal-phone-verify .icon-close-modal {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 23px;
  cursor: pointer;
  z-index: 11;
}
.modal-phone-verify .modal-verify-form .form-verify-label {
  margin-bottom: 2rem;
  font-family: "Unbounded-Light";
  font-size: 86%;
  color: rgb(98, 104, 140);
}
@media (max-width: 440px) {
  .modal-phone-verify .modal-verify-form .form-verify-label {
    font-size: 3.5vw;
    margin-bottom: 2rem;
  }
}
.modal-phone-verify .modal-verify-form .form-verify-label span {
  display: block;
  font-family: "Unbounded-Medium";
  color: rgb(21, 29, 84);
}
.modal-phone-verify .form-verify-group {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgb(232, 232, 238);
}
.modal-phone-verify .form-verify-group .form-control-code {
  position: relative;
  text-align: center;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  width: 16%;
  aspect-ratio: 1/1;
  color: rgb(21, 29, 84);
  font-family: "Unbounded-Regular";
  padding: 0;
  font-size: 2rem;
}
.modal-phone-verify .form-verify-group .form-control-code::placeholder {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  color: rgb(21, 29, 84);
}
.modal-phone-verify .form-verify-group .form-control-code:not(:placeholder-shown) {
  background: transparent;
}
.modal-phone-verify .form-verify-group .form-control-code:focus::placeholder {
  color: transparent;
}
.modal-phone-verify .time-remaining-container {
  text-align: center;
  font-size: 0.6rem;
  font-family: "Unbounded-Regular";
  color: rgb(21, 29, 84);
  margin: 0.5rem auto 1.5rem;
}
.modal-phone-verify .time-remaining-container .time-remaining-text {
  margin: 0 auto;
  letter-spacing: 1px;
}
.modal-phone-verify .modal-verify-action .btn-confirm {
  display: block;
  background: linear-gradient(177.2deg, #6A0DAD 2.33%, #755C87 110.19%);
  padding: 0.65rem 1rem;
  color: #fff;
  font-family: "Unbounded-Regular";
  text-transform: uppercase;
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 4px rgb(94, 50, 125);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 4px rgb(94, 50, 125);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 4px rgb(94, 50, 125);
}
.modal-phone-verify .modal-verify-action.action-reset-pwd {
  margin-top: 2.5rem;
}
.modal-phone-verify .btn-close-modal {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 380px) {
  .modal-phone-verify .btn-close-modal {
    bottom: -15%;
  }
}
.modal-phone-verify .btn-close-modal .icon-close {
  width: 30px;
}
.modal-phone-verify .btn-close-modal:hover {
  text-decoration: unset;
}

.modal-update-template form .form-group {
  margin-bottom: 0.75rem;
}
@media (max-width: 576px) {
  .modal-update-template form .form-group {
    margin-bottom: 1.25rem;
  }
}
.modal-update-template form .form-group label {
  font-size: 80%;
  color: rgb(15, 21, 60);
}
.modal-update-template form .form-group label span {
  color: rgb(255, 0, 16);
}
.modal-update-template form .form-group .form-control {
  color: rgb(15, 21, 60);
  font-size: 90%;
  font-family: "Unbounded-Regular";
}
.modal-update-template form .form-group .form-control::-webkit-input-placeholder {
  /* Edge */
  font-family: "Unbounded-Light";
  font-size: 100%;
  color: rgba(15, 21, 60, 0.56);
  text-align: left;
}
.modal-update-template form .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "Unbounded-Light";
  font-size: 100%;
  color: rgba(15, 21, 60, 0.56);
  text-align: left;
}
.modal-update-template form .form-group .form-control::placeholder {
  font-family: "Unbounded-Light";
  font-size: 100%;
  color: rgba(15, 21, 60, 0.56);
  text-align: left;
}
@media (max-width: 440px) {
  .modal-update-template form .form-group .form-control {
    height: unset;
    padding: 0.6rem 1rem;
  }
}
.modal-update-template .btn-back-modal {
  position: absolute;
  top: 18px;
  left: -8%;
}
.modal-update-template .btn-back-modal .btn-back-icon {
  width: 30px;
}
@media (max-width: 576px) {
  .modal-update-template .btn-back-modal {
    top: -40px;
    left: 0.5rem;
  }
}
.modal-update-template .btn-update {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
}
.modal-update-template a:hover {
  text-decoration: unset;
}
.modal-update-template .modal-dialog {
  max-width: 555px;
}
@media (max-width: 576px) {
  .modal-update-template .modal-dialog {
    width: 70%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .modal-update-template .modal-dialog {
    width: 96%;
    margin: auto;
  }
}
.modal-update-template .modal-content {
  position: relative;
  background-color: rgb(255, 255, 255);
  border: 0;
  padding: 0;
  color: rgb(15, 21, 60);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.modal-update-template .close-modal-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
}
.modal-update-template .close-modal-btn img {
  width: 25px;
}
.modal-update-template .modal-update-content {
  padding: 1.5rem;
}
@media (max-width: 480px) {
  .modal-update-template .modal-update-content {
    padding: 1rem;
  }
}
@media (max-width: 400px) {
  .modal-update-template .modal-update-content {
    padding: 0.75rem 15px;
  }
}
.modal-update-template .modal-update-subtitle {
  font-size: 80%;
  margin-bottom: 2rem;
}
.modal-update-template .modal-update-header {
  text-align: left;
  margin-bottom: 1rem;
  font-family: "Unbounded-Medium";
  font-size: 1.25rem;
}
@media (max-width: 440px) {
  .modal-update-template .modal-update-header {
    font-size: 5vw;
  }
}
.modal-update-template .btn-update {
  background: linear-gradient(177.2deg, #6A0DAD 2.33%, #755C87 110.19%);
  width: 100%;
  border: 1px solid rgb(56, 38, 55);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  padding: 0.8rem 1rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Unbounded-Regular";
  font-size: 86%;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.modal-update-template .btn-close-modal {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: -15%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 576px) {
  .modal-update-template .btn-close-modal {
    bottom: -7%;
  }
}
@media (max-width: 380px) {
  .modal-update-template .btn-close-modal {
    bottom: -15%;
  }
}
.modal-update-template .btn-close-modal .icon-close {
  width: 30px;
}
.modal-update-template .btn-close-modal:hover {
  text-decoration: unset;
}

#modal-update-success.modal-update-template .btn-close-modal {
  bottom: -13%;
}
@media (max-width: 540px) {
  #modal-update-success.modal-update-template .modal-dialog {
    width: 84%;
  }
}
@media (max-width: 450px) {
  #modal-update-success.modal-update-template .modal-dialog {
    width: 96%;
  }
}
@media (max-width: 450px) {
  #modal-update-success.modal-update-template .modal-update-header {
    margin-top: 0;
    margin-bottom: 5%;
  }
}

#modal-select-update .card-type-update {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgb(247, 247, 247);
  padding: 0.75rem 1rem;
}
#modal-select-update .card-type-update .card-type-icon {
  width: 20px;
  margin-right: 1rem;
}
#modal-select-update .card-type-update .card-type-content {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#modal-select-update .card-type-update .card-type-content .card-type-name {
  color: rgb(21, 29, 84);
  font-family: "Unbounded-Medium";
}
#modal-select-update .card-type-update .arrow-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 25px;
}

.form-update-basic-information .form-group-inline {
  border: 1px solid rgb(15, 21, 60);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
}
.form-update-basic-information .custom-select-birthday {
  width: 33.3333333333%;
  border: 0 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.form-update-basic-information .custom-country-code {
  width: 36%;
  border: 0 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@media (max-width: 440px) {
  .form-update-basic-information .custom-country-code {
    width: 53%;
  }
}
.form-update-basic-information .custom-phone {
  width: 64%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: inherit;
}
.form-update-basic-information .custom-phone:not(:placeholder-shown) {
  border: 0 !important;
}
@media (max-width: 440px) {
  .form-update-basic-information .custom-phone {
    width: 47%;
  }
}

.form-update-email {
  margin-top: 2rem;
}
.form-update-password {
  margin-top: 2rem;
}
@media (max-width: 576px) {
  .form-update-password {
    margin-top: 2rem;
  }
}
.update-success .update-success-text {
  color: rgb(98, 104, 140);
  font-family: "Unbounded-Regular";
  font-size: 80%;
}
@media (max-width: 400px) {
  .update-success .update-success-text {
    font-size: 3.3vw;
  }
}
.update-success .update-success-text span {
  color: rgb(21, 29, 84);
  font-family: "Unbounded-Regular";
}
.update-success .update-success-text:not(:last-child) {
  margin-bottom: 1rem;
}

.modal-feedback .modal-dialog {
  max-width: 777px;
}
.modal-feedback .modal-content {
  background: rgb(255, 255, 255);
  padding: 1rem;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 360px) {
  .modal-feedback .modal-content {
    padding: 0.5rem;
  }
}
.modal-feedback .modal-wrapper {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.5rem;
}
.modal-feedback .feedback-rating-star {
  width: 49%;
}
@media (max-width: 576px) {
  .modal-feedback .feedback-rating-star {
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.modal-feedback .feedback-rating-star .modal-title-container {
  margin-bottom: 1.5rem;
  color: rgb(15, 21, 60);
}
.modal-feedback .feedback-rating-star .title {
  margin-bottom: 0.75rem;
  font-family: "Unbounded-Medium";
}
.modal-feedback .feedback-rating-star .subtitle {
  font-size: 80%;
  font-family: "Unbounded-Light";
}
.modal-feedback .feedback-rating-star .rating-star-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.modal-feedback .feedback-rating-star .rating-label-text {
  font-family: "Unbounded-Regular";
  color: rgb(15, 21, 60);
  font-size: 1rem;
  opacity: 0;
  text-align: left;
}
.modal-feedback .feedback-rating-star .rating-label-text span {
  margin-left: 5px;
}
.modal-feedback .feedback-rating-star .custom-radio {
  margin-right: 0.75rem;
  padding-left: 0;
}
.modal-feedback .feedback-rating-star .custom-radio .custom-control-rating {
  cursor: pointer;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}
.modal-feedback .feedback-rating-star .custom-radio .custom-control-rating span {
  line-height: 1;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  font-size: 115%;
}
.modal-feedback .feedback-rating-star .custom-radio .custom-rating-input {
  display: none;
}
.modal-feedback .feedback-rating-star .custom-radio .custom-rating-input:checked ~ .custom-control-rating {
  background: radial-gradient(50% 50% at 50% 50%, #AF3689 0%, #461044 100%);
}
.modal-feedback .feedback-input-content {
  width: 49%;
}
@media (max-width: 576px) {
  .modal-feedback .feedback-input-content {
    width: 100%;
  }
}
.modal-feedback .feedback-input-content .form-group {
  position: relative;
  margin-bottom: 1rem;
}
.modal-feedback .feedback-input-content .form-group label {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 50%, #EEEEEE 50%, #EEEEEE 100%);
  padding: 0.1rem 0.2rem;
  position: absolute;
  top: -10px;
  left: 1rem;
  font-size: 80%;
  margin-bottom: 0;
  color: rgb(15, 21, 60);
  font-family: "Unbounded-Light";
}
.modal-feedback .feedback-input-content .form-group label span {
  color: rgb(255, 0, 16);
}
.modal-feedback .feedback-input-content .form-group label.label-textarea {
  background: #FFFFFF;
}
.modal-feedback .feedback-input-content .form-group-inline {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.modal-feedback .feedback-input-content .form-group-inline .form-group {
  width: 48%;
  position: relative;
}
@media (max-width: 576px) {
  .modal-feedback .feedback-input-content .form-group-inline .form-group {
    width: 100%;
  }
}
.modal-feedback .feedback-input-content .form-control {
  font-size: 0.9rem;
  padding: 12px 20px;
  color: rgb(21, 29, 84);
  background: rgb(238, 238, 238);
  border: 1px solid rgb(15, 21, 60);
  border-radius: 5;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  -ms-border-radius: 5;
  -o-border-radius: 5;
  height: auto;
}
.modal-feedback .feedback-input-content .form-control::-webkit-input-placeholder {
  /* Edge */
  font-family: "Unbounded-Light";
  font-size: 80%;
  color: rgba(21, 29, 84, 0.48);
  text-align: left;
}
.modal-feedback .feedback-input-content .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "Unbounded-Light";
  font-size: 80%;
  color: rgba(21, 29, 84, 0.48);
  text-align: left;
}
.modal-feedback .feedback-input-content .form-control::placeholder {
  font-family: "Unbounded-Light";
  font-size: 80%;
  color: rgba(21, 29, 84, 0.48);
  text-align: left;
}
.modal-feedback .feedback-input-content textarea.form-control {
  border: 1px solid rgb(232, 232, 238);
  background-color: transparent;
}
.modal-feedback .feedback-input-content .btn-submit-feedback {
  width: 100%;
  margin-top: 1.25rem;
  background: linear-gradient(177.2deg, #6A0DAD 2.33%, #755C87 110.19%);
  font-family: "Unbounded-Medium";
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  font-size: 0.7rem;
  outline: 0;
  border: 1px solid rgb(56, 38, 55);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
}
@media (max-width: 440px) {
  .modal-feedback .feedback-input-content .btn-submit-feedback {
    width: 100%;
    text-align: center;
  }
}
.modal-feedback .close-modal-icon {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 440px) {
  .modal-feedback .close-modal-icon {
    bottom: -35px;
  }
}
.modal-feedback .close-modal-icon .close-icon {
  width: 30px;
}
@media (max-width: 440px) {
  .modal-feedback .close-modal-icon .close-icon {
    width: 25px;
  }
}
#detail-header .detail-thumbnail {
  min-height: 600px;
}
/*# sourceMappingURL=styles.css.map */
