body {
  color: #2A2A2A;
  font-family: "Lato", sans-serif;
}

a, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover, a:focus, .btn:hover, .btn:focus {
  outline: none;
}

a {
  cursor: pointer;
}

.main {
  overflow: hidden;
  position: relative;
}
.main--visible {
  padding-bottom: 40px;
  margin-bottom: -40px;
}
@media screen and (min-width: 1500px) {
  .main--visible {
    margin-bottom: -50px;
  }
}

section {
  padding: 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  section {
    padding: 60px 0;
  }
}

.container {
  position: relative;
  z-index: 5;
}

.section-title {
  margin-bottom: 64px;
}
.section-title h3 {
  color: #74308C;
  font-weight: 900;
  font-size: 44px;
  line-height: 53px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .section-title h3 {
    font-size: 33px;
    line-height: 46px;
  }
}
.section-title h4 {
  color: #74308C;
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}

ul.brand {
  padding: 0;
  margin: 0;
}
ul.brand li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
ul.brand li::before {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("../img/icons/brand-24.svg");
  background-size: 24px 24px;
  margin-top: 2px;
}
ul.brand li + li {
  margin-top: 9px;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 1.2;
  }
}

h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 45px;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}

h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}

h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.alert {
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
}
.alert p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.alert-outline {
  border: 1px solid #74308C;
}
.alert-outline p {
  color: #74308C;
}

.header-top {
  height: 20px;
  background-color: #74308C;
}
@media screen and (max-width: 1119px) {
  .header-top {
    height: 8px;
  }
}
.header .navbar {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
  background-color: #fff;
  --bs-navbar-padding-y: 19px;
  height: 68px;
}
@media screen and (max-width: 1119px) {
  .header .navbar {
    --bs-navbar-padding-y: 9px;
    height: auto;
  }
}
.header .navbar-brand {
  padding: 0;
}
.header .navbar-brand img {
  height: 23px;
  width: auto;
}
@media screen and (max-width: 1119px) {
  .header .navbar-brand img {
    height: 15px;
  }
}
.header .navbar-toggler {
  padding: 0;
  border: none;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1119px) {
  .header .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.header .navbar-toggler img {
  height: 12px;
  width: auto;
}
.header .navbar-toggler img.logo {
  height: 18px;
}
.header .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1119px) {
  .header .navbar-nav {
    background-color: #F8D146;
    position: absolute;
    left: 0px;
    top: 39px;
    width: 100%;
    padding: 20px 16px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.header .navbar-nav .nav-item {
  margin-left: 32px;
}
@media screen and (max-width: 1119px) {
  .header .navbar-nav .nav-item {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.header .navbar-nav .nav-link {
  color: #74308C;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1119px) {
  .header .navbar-nav .nav-link {
    display: inline-block;
    padding-bottom: 5px;
  }
}
.header .navbar-nav .nav-link img {
  height: 24px;
  width: auto;
}
.header .navbar-nav .nav-link::after {
  height: 4px;
  width: 0%;
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #74308C;
}
@media screen and (max-width: 1119px) {
  .header .navbar-nav .nav-link::after {
    bottom: 0;
  }
}
.header .navbar-nav .nav-link:hover, .header .navbar-nav .nav-link.active {
  color: #74308C;
}
.header .navbar-nav .nav-link:hover::after, .header .navbar-nav .nav-link.active::after {
  width: 100%;
  opacity: 1;
}
.header .navbar-nav .nav-search {
  position: relative;
}
@media screen and (max-width: 1119px) {
  .header .navbar-nav .nav-search {
    margin-top: 10px;
  }
}
.header .navbar-nav .nav-search .btn {
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  min-width: unset;
}
.header .navbar-nav .nav-search .btn img {
  height: 23px;
  width: auto;
}
.header .navbar-nav .nav-search .btn[data-toggle=submit] {
  display: none;
}
@media screen and (max-width: 1119px) {
  .header .navbar-nav .nav-search .btn[data-toggle=submit] {
    display: block;
  }
}
@media screen and (max-width: 1119px) {
  .header .navbar-nav .nav-search .btn[data-toggle=search] {
    display: none;
  }
}
.header .navbar-nav .nav-search .form-control {
  padding: 0;
  width: 39px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
@media screen and (max-width: 1119px) {
  .header .navbar-nav .nav-search .form-control {
    opacity: 1;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 8px 16px;
    padding-right: 42px;
    border: none;
  }
}
.header .navbar-nav .nav-search--expanded .btn[data-toggle=submit] {
  display: block;
}
.header .navbar-nav .nav-search--expanded .btn[data-toggle=search] {
  display: none;
}
.header .navbar-nav .nav-search--expanded .form-control {
  width: 180px;
  opacity: 1;
  padding: 8px 16px;
  padding-right: 42px;
}
.header .navbar-nav .dropdown-menu {
  border: none;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  position: absolute !important;
}
@media screen and (max-width: 1024px) {
  .header .navbar-nav .dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header .navbar-nav .dropdown-item {
  text-align: center;
  color: #141414;
  font-weight: 600;
}
.header .navbar-nav .dropdown-item:hover {
  color: #74308C;
}
.header .navbar-nav .dropdown-item.active {
  background-color: #74308C;
  color: #fff;
}

.accordion-item {
  border-color: #74308C;
}
.accordion-item:last-child {
  border-bottom: 1px solid #74308C !important;
}
.accordion-header {
  font-size: 18px;
  line-height: 29px;
  font-weight: 900;
  color: #2A2A2A;
}
.accordion-button {
  padding: 20px 0;
  font-size: 18px;
  line-height: 29px;
  font-weight: 900;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #2A2A2A;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-button::after {
  background: none;
  content: "+";
  font-size: 18px;
  line-height: 29px;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5px;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #2A2A2A;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  -webkit-transform: none;
          transform: none;
  background: none;
  content: "-";
}
.accordion-body {
  padding: 20px 0;
  padding-top: 0;
  font-size: 14px;
  line-height: 23px;
  color: #2a2a2a;
}
.accordion-body p {
  font-size: 14px;
  line-height: 23px;
  color: #2a2a2a;
}

.btn {
  font-size: 14px;
  line-height: 23px;
  border-radius: 4px;
  padding: 15px 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 260px;
  position: relative;
  font-weight: 900;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .btn {
    min-width: unset;
  }
}
.btn span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
}
.btn-primary {
  background-color: #74308C;
  border-color: #74308C;
}
.btn-primary span {
  background-color: #74308C;
  border-color: #74308C;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #74308C;
  border-color: #74308C;
}
.btn-primary:hover span, .btn-primary:focus span {
  background-color: #74308C;
  border-color: #74308C;
}
.btn-secondary {
  background-color: #FBC64C;
  color: #74308C;
  border-color: #FBC64C;
}
.btn-secondary span {
  background-color: #FBC64C;
  color: #74308C;
  border-color: #FBC64C;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: rgba(251, 198, 76, 0.8) !important;
  color: #74308C !important;
  border-color: #FBC64C !important;
}
.btn-secondary:hover span, .btn-secondary:focus span {
  background-color: #FBC64C !important;
  color: #74308C !important;
  border-color: #FBC64C !important;
}
.btn-white {
  background-color: #fff;
  color: #74308C;
  border-color: #fff;
}
.btn-white span {
  background-color: #fff;
  color: #74308C;
  border-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #74308C !important;
  border-color: #fff !important;
}
.btn-white:hover span, .btn-white:focus span {
  background-color: #fff !important;
  color: #74308C !important;
  border-color: #fff !important;
}
.btn-dropdown {
  background-color: #fff;
  border: 1px solid #FBC64C;
  color: #2a2a2a;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-dropdown:hover, .btn-dropdown:focus, .btn-dropdown.show {
  background-color: #fff !important;
  border-color: #FBC64C !important;
  color: #2a2a2a !important;
}
.btn-dropdown + .dropdown-menu {
  border-color: #FBC64C;
  width: 100%;
}
.btn-dropdown + .dropdown-item:focus, .btn-dropdown + .dropdown-item:active {
  background-color: #74308C;
}
.btn.btn-shadow {
  -webkit-box-shadow: 8px 8px 0px 0px rgba(255, 217, 130, 0.3);
          box-shadow: 8px 8px 0px 0px rgba(255, 217, 130, 0.3);
}
.btn.btn-shadow span {
  display: block;
  position: relative;
  z-index: 2;
}
.btn.btn-shadow--primary {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.btn.btn-shadow--primary span {
  padding: 15px 32px;
}
.btn.btn-shadow--primary::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 4px;
  left: 4px;
  background: transparent linear-gradient(240deg, #74308C 0%, #74308C 57%, #DCA3F1 100%) 0% 0% no-repeat padding-box;
  opacity: 0.3;
  border-radius: 4px;
}
.btn.btn-border {
  border: 4px solid #FFF;
}
.btn.btn-arrow::after {
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  background-size: 18px 18px;
  background-image: url("../img/icons/chevron-right.svg");
  margin-left: 16px;
}
.btn.btn-arrow--down::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn-more::after {
  content: "Tampilkan lebih banyak";
}
.btn-more[aria-expanded=true]::after {
  content: "Tampilkan lebih sedikit";
}

.breadcrumb {
  margin-bottom: 0;
  padding: 16px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb-item {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  color: #2A2A2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
.breadcrumb-item a {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  color: #2A2A2A;
}
.breadcrumb-item a img {
  height: 20px;
  width: auto;
}
.breadcrumb-item a:hover {
  color: #74308C;
}
.breadcrumb-item + .breadcrumb-item::before {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../img/icons/breadcrumb-divider.svg");
  background-size: 20px 20px;
  padding-right: 0px;
  margin-right: 10px;
}

.nav-breadcrumb {
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  top: 0;
}
.nav-breadcrumb .breadcrumb-item {
  color: #74308C;
}
.nav-breadcrumb .breadcrumb-item a {
  color: #74308C;
}

.card {
  border: none;
  --bs-card-border-radius: 0px;
  margin-bottom: 32px;
}
.card--article {
  -webkit-box-shadow: 6px 8px 27px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 6px 8px 27px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .card--article {
    margin-bottom: 45px;
  }
}
.card--article:hover .card-img__src img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.card--product {
  background-image: url("../img/products/bg-product.png");
  background-size: cover;
  background-position: center left;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  border: none;
}
.card--ecommerce {
  background-image: url("../img/store/bg-ecommerce.svg");
  background-size: cover;
  background-position: center left;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  border: none;
  margin-bottom: 80px;
}
.card--article .card-img__src {
  width: 100%;
  height: 0;
  padding-bottom: 56.5%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.card--article .card-img__src img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card--product .card-img {
  margin-bottom: 24px;
}
.card--product .card-img img {
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.card--ecommerce .card-img img {
  max-width: 240px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  .card--ecommerce .card-img img {
    max-width: 100%;
  }
}
.card-body {
  padding: 16px;
}
.card--article .card-body h4 {
  font-size: 18px;
  font-weight: 900;
  line-height: 29px;
  color: #000000;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 58px;
}
.card--article .card-body h4:hover {
  color: #74308C;
}
.card--article .card-body p {
  color: #B4B3B4;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 45px;
}
.card--product .card-body {
  padding: 45px 24px;
  padding-bottom: 24px;
}
.card--ecommerce .card-body {
  padding: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 180px;
}
.card--product .card-title {
  font-size: 18px;
  line-height: 29px;
  font-weight: 900;
  color: #FBC64C;
  margin-bottom: 24px;
}
.card--product .card-title a {
  color: #FBC64C;
}
.card-text p {
  font-size: 14px;
  line-height: 23px;
}
.card-text p:last-child {
  margin-bottom: 0;
}
.card--article .card-action {
  text-align: right;
}
.card--article .card-action p {
  margin-bottom: 0;
  color: rgba(20, 20, 20, 0.5);
}
.card--article .card-action p i {
  color: #74308C;
  margin-right: 10px;
}
.card--article .card-action h6 {
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
  color: #74308C;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card--article .card-action h6 i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 15px;
}
.card--article .card-action h6:hover {
  color: #552366;
}
.card--article .card-action h6:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.card--product .card-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-bottom: -20px;
}
.card--product .card-action .btn {
  min-width: unset;
  width: 155px;
  font-size: 15px;
}
.card--product .card-action .btn span {
  padding: 10px;
}
.card--ecommerce .card-action {
  margin-bottom: -20px;
}
.card--ecommerce .card-action .btn {
  min-width: unset;
  width: 90%;
  font-size: 15px;
}
.card--ecommerce .card-action .btn span {
  padding: 10px;
}

.footer {
  position: relative;
  z-index: 10;
}
.footer .img-full {
  position: relative;
  vertical-align: bottom;
}
.footer-top {
  background-color: #FBC64C;
  padding: 32px 0;
  color: #000;
}
.footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-top ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  font-size: 14px;
  line-height: 23px;
}
.footer-top ul li img {
  width: 14px;
  height: auto;
}
.footer-top ul li a {
  color: #74308C;
  font-weight: 900;
}
.footer-top ul li + li {
  margin-top: 12px;
}
.footer-top__right {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .footer-top__right {
    margin-top: 40px;
  }
}
.footer-top__right img {
  margin-bottom: 14px;
  height: 58px;
  width: auto;
}
.footer-top__right p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 16px;
  font-weight: 900;
}
.footer-top__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.footer-top__right ul li {
  margin: 0 !important;
}
.footer-top__right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer-top__right ul li a img {
  width: 12px;
  height: auto;
  margin: 0;
}
.footer-top__right ul li:nth-child(2) a {
  color: #1D9BF0;
}
.footer-bottom {
  text-align: center;
  padding: 20px 0;
  text-align: center;
  background-color: #74308C;
  color: #fff;
}
.footer-bottom p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
}
.footer h4 {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .footer h4 {
    text-align: center;
  }
}
.footer-brand {
  padding-right: 10px;
}
.footer-brand img {
  height: 53px;
  width: auto;
}
.footer-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .footer-social a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-social a img {
  height: 24px;
  width: auto;
  margin-right: 8px;
}

.form-control {
  border-radius: 4px;
}
.form-control:active, .form-control:focus {
  border-color: #74308C;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.pagination {
  --bs-pagination-padding-x: 0;
  --bs-pagination-padding-y: 0;
  --bs-pagination-font-size: 16px;
  --bs-pagination-color: #74308C;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #FBC64C;
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: #74308C;
  --bs-pagination-hover-bg: #FBC64C;
  --bs-pagination-hover-border-color: #FBC64C;
  --bs-pagination-focus-color: #74308C;
  --bs-pagination-focus-bg: #FBC64C;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #74308C;
  --bs-pagination-active-bg: #FBC64C;
  --bs-pagination-active-border-color: #FBC64C;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: #FBC64C;
  --bs-pagination-disabled-border-color: #FBC64C;
}
.pagination .page-item {
  margin: 0 5px;
  font-weight: 900;
  position: relative;
}
.pagination .page-item::before {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  content: "";
  top: 3px;
  left: 3px;
  position: absolute;
  background: transparent linear-gradient(247deg, #FFD982 0%, #F2DC78 57%, #FFE8BA 100%) 0% 0% no-repeat padding-box;
  opacity: 0.3;
}
.pagination .page-link {
  position: relative;
  width: 42px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px !important;
}

.table {
  --bs-table-border-color: #b7b7b7;
  margin-bottom: 20px;
}
.table tbody th, .table tbody td {
  padding: 16px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
}
.table-striped tbody tr:nth-of-type(even) > * {
  --bs-table-bg-type: #FFF8EE;
}
.table-striped tbody tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #fff;
}

.swiper {
  --swiper-pagination-bullet-width: 13px;
  --swiper-pagination-bullet-height: 13px;
  --swiper-theme-color: #74308C;
}
.swiper-button-prev img, .swiper-button-next img {
  height: 33px;
  width: auto;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-product .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
}
.swiper-product .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-product-thumb .swiper-slide {
  opacity: 0.6;
  border-radius: 4px;
  cursor: pointer;
  min-width: 48px;
}
.swiper-product-thumb .swiper-slide__img {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 4px;
  border: 1px solid #fff;
}
.swiper-product-thumb .swiper-slide__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.swiper-product-thumb .swiper-slide-thumb-active {
  opacity: 1;
  background-color: #fff;
}

.page-home__banner {
  position: relative;
}
.page-home__banner .swiper-button-prev, .page-home__banner .swiper-button-next {
  font-size: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-home__banner .swiper-slide {
  height: 46vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  .page-home__banner .swiper-slide {
    height: 375px;
  }
}
.page-home__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home__product {
  min-height: 745px;
}
@media screen and (max-width: 991px) {
  .page-home__product {
    min-height: unset;
  }
  .page-home__product::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 15%;
    left: 0;
    height: 100% !important;
    background: none !important;
    background-color: #f8d147 !important;
  }
}
.page-home__product-video {
  position: relative;
  overflow: hidden;
}
.page-home__product-video img {
  width: 100%;
  height: auto;
}
.page-home__product-video a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-home__product-video a img {
  height: 67px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-home__product-video a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .page-home__product-caption {
    margin-top: 30px;
    text-align: center;
  }
}
.page-home__product-caption h3 {
  color: #74308C;
  font-weight: 900;
  font-size: 44px;
  line-height: 53px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .page-home__product-caption h3 {
    font-size: 33px;
    line-height: 46px;
    padding: 0 60px;
  }
}
.page-home__product-caption h4 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .page-home__product-caption h4 {
    font-size: 18px;
    line-height: 29px;
  }
}
.page-home__product-caption p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 23px;
}
.page-home__product-feature {
  position: absolute;
  bottom: -55%;
  left: -5%;
  width: 280px;
  height: auto;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .page-home__product-feature {
    width: 130px;
    left: 0px;
    bottom: unset;
    top: 25%;
  }
}
.page-home__product-benefit {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .page-home__product-benefit {
    margin-top: 80px;
  }
}
.page-home__benefits {
  padding-bottom: 0;
  z-index: 2;
}
.page-home__benefits::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 40%;
  background-color: #f8d147;
}
@media screen and (max-width: 991px) {
  .page-home__benefits::before {
    height: 90%;
  }
}
.page-home__benefits-title {
  width: 780px;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .page-home__benefits-title {
    width: 100%;
  }
}
.page-home__benefits-title-caption {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 6;
}
.page-home__benefits-title-caption h4 {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  color: #74308C;
}
@media screen and (max-width: 991px) {
  .page-home__benefits-title-caption h4 {
    font-size: 14px;
    line-height: 23px;
  }
}
.page-home__benefits-why {
  margin-bottom: -15%;
  position: relative;
  z-index: 6;
}
.page-home__benefits-item {
  margin-bottom: 40px;
  max-width: 140px;
}
@media screen and (max-width: 991px) {
  .page-home__benefits-item {
    max-width: unset;
  }
}
.page-home__benefits-item img {
  height: 57px;
  width: auto;
}
.page-home__benefits-item h6 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 900;
  margin-bottom: 5px;
}
.page-home__benefits-item p {
  margin-bottom: 0;
  margin-top: 22px;
  font-size: 11px;
  line-height: 18px;
}
.page-home__benefits-item p strong {
  font-weight: 700;
  color: #74308C;
}
.page-home__benefits .img-full {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .page-home__articles .section-title {
    margin-bottom: 24px;
  }
}
.page-home__articles .swiper {
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .page-home__articles .swiper-slide {
    width: 85%;
  }
}
.page-home__articles .swiper-slide .card {
  margin-bottom: 0;
}
.page-home__articles .swiper-button-next, .page-home__articles .swiper-button-prev {
  width: 29px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 50%;
  background-color: #74308C;
  top: 30%;
}
.page-home__articles .swiper-button-next {
  right: 60px;
}
.page-home__articles .swiper-button-next.swiper-button-disabled {
  display: none;
}
.page-home__articles-cta {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .page-home__articles-cta .btn {
    width: 90%;
  }
}

.page-ecommerce__list h4 {
  margin-bottom: 40px;
  color: #000;
  font-size: 33px;
  line-height: 46px;
}
@media screen and (max-width: 991px) {
  .page-ecommerce__list h4 {
    font-size: 18px;
    line-height: 29px;
  }
}

.ecom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .ecom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.ecom > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  padding: 32px 60px;
  text-align: center;
}
.ecom > div p {
  font-size: 1.6rem;
}
.ecom > div p b {
  color: #74308C;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .ecom > div {
    max-width: 100%;
    padding: 32px 16px;
  }
}
.ecom > div:first-child {
  border-right: solid 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .ecom > div:first-child {
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
}
.ecom__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .ecom__icon {
    gap: 16px;
  }
}
.ecom__icon a {
  min-width: 28%;
  max-width: 40%;
  background: url(../img/store/bg-ecommerce.png) left top no-repeat;
  background-size: 100% 100%;
  padding: 12px 16px;
  border-radius: 12px;
}
.ecom__icon a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ecom__icon img {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  height: 40px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .ecom__icon img {
    height: 32px;
  }
}

.page-article .page-home__banner {
  min-height: 80px;
}
.page-article__list::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 40%;
  background-color: #f8d147;
}
@media screen and (max-width: 991px) {
  .page-article__list::before {
    height: 8%;
  }
}
.page-article__list-bg {
  position: absolute;
  width: 100%;
  height: auto;
  top: 10%;
  left: 0;
}
@media screen and (max-width: 991px) {
  .page-article__list-bg {
    top: 5%;
  }
}
.page-article__detail-img {
  margin-bottom: 40px;
  height: 33vw;
  width: 100%;
  position: relative;
}
.page-article__detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .page-article__detail-img {
    height: auto;
  }
  .page-article__detail-img img {
    position: relative;
    -o-object-fit: unset;
       object-fit: unset;
    width: 100%;
    height: auto;
  }
}
.page-article__detail-title {
  text-align: center;
  font-size: 44px;
  font-weight: 900;
  line-height: 53px;
  color: #74308C;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .page-article__detail-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.page-article__detail-content {
  color: #141414;
}
.page-article__detail-content h1, .page-article__detail-content h2, .page-article__detail-content h3, .page-article__detail-content h4, .page-article__detail-content h5, .page-article__detail-content h6 {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .page-article__detail-content h1, .page-article__detail-content h2, .page-article__detail-content h3, .page-article__detail-content h4, .page-article__detail-content h5, .page-article__detail-content h6 {
    margin-bottom: 20px;
  }
}
.page-article__detail-content p, .page-article__detail-content li {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 24px;
  word-break: break-word;
}
.page-article__detail-content strong {
  font-weight: 900;
}
.page-article__detail-content a {
  font-weight: 900;
  text-decoration: underline;
  color: #74308C;
}
.page-article__detail-content ul, .page-article__detail-content ol {
  padding-left: 1rem;
}
.page-article__detail-content li {
  margin-bottom: 16px;
}
.page-article__detail-content a {
  color: #141414;
  text-decoration: underline;
}
.page-article__detail-meta {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .page-article__detail-meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-article__detail-meta h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #B4B3B4;
}
.page-article__detail-meta h5:first-child {
  padding-right: 16px;
  border-right: 2px solid #B4B3B4;
}
.page-article__detail-share {
  padding: 40px 0;
  margin: 40px 0;
  border-top: 1px solid #FBC64C;
  border-bottom: 1px solid #FBC64C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .page-article__detail-share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-article__detail-share p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  color: #74308C;
  margin-bottom: 0;
}
.page-article__detail-share a {
  display: block;
  font-size: 24px;
  color: #74308C !important;
}
.page-article .page-home__articles {
  overflow: hidden;
}

.page-product__detail {
  text-align: center;
  background-image: url("../img/products/detail/bg.png");
  background-size: cover;
  background-position: bottom left;
  background-attachment: fixed;
  padding-bottom: 400px;
}
@media screen and (max-width: 991px) {
  .page-product__detail {
    padding-bottom: 150px;
  }
}
.page-product__detail::after {
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 0;
  left: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, #FFFFFF), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 25%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  content: "";
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .page-product__detail::after {
    height: 150px;
  }
}
.page-product__detail h1 {
  font-size: 52px;
  line-height: 62px;
  margin-bottom: 0;
  font-weight: 900;
  color: #74308C;
}
@media screen and (max-width: 991px) {
  .page-product__detail h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
.page-product__detail h2 {
  font-size: 33px;
  line-height: 46px;
  font-weight: 900;
  color: #74308C;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .page-product__detail h2 {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 40px;
  }
}
.page-product__detail p {
  font-size: 14px;
  line-height: 23px;
}
.page-product__detail .page-home__benefits-item {
  max-width: unset;
}
.page-product__detail .page-home__benefits-item h6 {
  margin-top: 16px;
}
.page-product__detail .page-home__benefits-item p {
  font-size: 14px;
  line-height: 23px;
  margin-top: 0;
}
.page-product__detail-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 16px;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 40px;
  width: 304px;
}
.page-product__detail-thumb .swiper-thumb-prev, .page-product__detail-thumb .swiper-thumb-next {
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.page-product__detail-gallery {
  position: fixed;
  left: 2%;
  z-index: 8;
  width: 45%;
  top: 24%;
}
@media screen and (max-width: 991px) {
  .page-product__detail-gallery {
    position: relative;
    left: unset;
    width: 100%;
    top: unset;
  }
}
.page-product__info-desc {
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #74308C;
}
.page-product__info-desc h4 {
  font-weight: 900;
  color: #74308C;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 991px) {
  .page-product__info-desc h4 {
    font-size: 18px;
    line-height: 29px;
  }
}
.page-product__info-desc p {
  font-size: 18px;
  line-height: 29px;
}
@media screen and (max-width: 991px) {
  .page-product__info-desc p {
    font-size: 14px;
    line-height: 23px;
  }
}
.page-product__info-desc p strong {
  font-weight: 900;
}
.page-product__info-suitable {
  text-align: center;
}
.page-product__info-suitable .col-md-4 {
  margin-bottom: 40px;
}
.page-product__info-suitable .col-md-4 img {
  width: 80px;
  height: 80px;
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-product__info-suitable .col-md-4 h6 {
  font-weight: 900;
  text-transform: uppercase;
}
.page-product__info-cta {
  text-align: center;
  padding-top: 40px;
}
.page-product__info-cta img {
  max-width: 455px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .page-product__info-cta img {
    max-width: unset;
    width: 100%;
  }
}
.page-product__info-cta .btn {
  min-width: 345px;
}
.page-product__faq {
  z-index: 10;
  background-color: #fff;
}
.page-product__faq h4 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 900;
  color: #74308C;
}
.page-product__slider .swiper-button-prev, .page-product__slider .swiper-button-next {
  font-size: 40px;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
.page-product__slider .swiper-slide {
  position: relative;
}
.page-product__slider .swiper-pagination {
  bottom: 25px !important;
}

.text-primary {
  color: #74308C !important;
}
.text-shadow {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.bg-primary {
  background-color: #74308C !important;
}
.bg-yellow {
  background-color: #f8d147 !important;
}
.bg-element::before {
  position: absolute;
  bottom: -6%;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("../img/bg-element.svg");
  background-position: left;
  content: "";
}
@media screen and (max-width: 991px) {
  .bg-element::before {
    height: 260px;
    background-position: center;
  }
}
.bg-element--full::before {
  bottom: 0;
  background-position: left bottom;
}
.bg-shadow::before {
  width: 100%;
  height: 40px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(rgba(245, 245, 245, 0)));
  background: linear-gradient(180deg, #E1E1E1 0%, rgba(245, 245, 245, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.bg-hero {
  background-image: url("../img/bg-hero.svg");
  background-position: bottom center;
}
@media screen and (max-width: 991px) {
  .bg-hero {
    background-image: url("../img/bg-hero-m.svg");
  }
}

.font-18 {
  font-size: 18px;
  line-height: 24px;
}

.img-full {
  width: 100%;
  height: auto;
}

.list-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 22px;
}
.list-icon li::before {
  content: "";
  background-image: url("../img/icons/brand.svg");
  background-size: 31px 31px;
  width: 31px;
  height: 31px;
  margin-right: 16px;
}
@media screen and (max-width: 991px) {
  .list-icon li::before {
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
  }
}
.list-icon li a {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #74308C;
}
@media screen and (max-width: 991px) {
  .list-icon li a {
    font-size: 20px;
  }
}
.list-icon li a:hover {
  color: #552366;
}