.text-content-news h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #212121;
}
.text-content-news h3 {
  font-size: 15px;
  font-weight: 700;
  color: #757575;
  margin-bottom: 27px;
}
.text-content-news h4 {
  font-size: 22px;
  font-weight: 700;
  color: #002e66;
  margin-bottom: 18px;
}
.text-content-news h5 {
  font-size: 18px;
}
.text-content-news p {
  font-size: 15px;
  text-align: justify;
  margin-bottom: 35px;
  color: #212121;
}
.text-content-news a {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.title-regis h3 {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
}
.title-regis h2 {
  margin-bottom: 35px;
  font-size: 49px;
  line-height: 1.2;
  font-weight: 300;
  color: #3b82f6;
}
.title-regis h5 {
  font-weight: 600;
  font-size: 18px;
  color: #515151;
  margin-bottom: 13px;
}
.title-regis button {
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-width: 2px;
  border-style: solid;
  border-color: #9ca3af;
  font-size: 20px;
  font-weight: 700;
}
.title-regis p {
  font-size: 18px;
  text-align: justify;
  margin-bottom: 35px;
  color: #212121;
}
.title-regis hr {
  border-top: 1px solid #000000;
  margin-bottom: 17px;
}
.title-regis ul {
  margin-top: 8px;
  margin-bottom: 8px;
}
.title-regis ul li {
  font-size: 18px;
  display: flex;
  justify-content: start;
}
.title-regis ul svg {
  width: 20px;
  height: 20px;
  color: #3689c5;
  margin-top: 4px;
  margin-right: 8px;
}

.text-content-custom h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #324975;
}
.text-content-custom h2 {
  font-size: 30px;
}
.text-content-custom h3 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 50px;
}
.text-content-custom h5 {
  font-weight: 600;
  font-size: 18px;
  color: #515151;
  margin-bottom: 26px;
}
.text-content-custom p {
  font-size: 16px;
  color: #324975;
  margin-bottom: 24px;
}
.text-content-custom span {
  font-weight: 600;
}
.text-content-custom button {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #1e3a8a;
  border-radius: 2px;
  color: #1e3a8a;
}
.text-content-custom button:hover {
  color: white;
  background-color: #1e3a8a;
}

.title-article h2 {
  font-size: 30px;
  margin-bottom: 36px;
  font-weight: 700;
  color: #324975;
  text-align: center;
}

.container-xxl {
  max-width: 1536px;
  margin-inline: auto;
}
.container-xl {
  max-width: 1280px;
  margin-inline: auto;
}
.container-large {
  max-width: 1244px;
  margin-inline: auto;
}
.container-medium {
  max-width: 1024px;
  margin-inline: auto;
}
.container-small {
  max-width: 664px;
  margin-inline: auto;
}

.card-news {
  width: 100%;
}
.card-title-one h3 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 19px;
  font-weight: 700;
}
.card-title-one p {
  text-align: justify;
  font-size: 15px;
  line-height: 1.2;
  color: #4b5563;
}
.card-title-one-icon-img {
  width: 64px;
  height: 64px;
}
.card-article h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #324975;
  font-weight: 700;
}
.card-article p {
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
}
.card-article a {
  color: #3b82f6;
}
.card-article button {
  padding: 16px;
  border-radius: 2px;
  border: 2px solid #324975;
  color: #324975;
  width: 256px;
  font-weight: 500;
}
.card-article button:hover {
  background-color: #324975;
  color: white;
}
.card-img {
  width: 100%;
  height: 192px;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-claim {
  background-color: #eab308;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 4px;
}

.logo {
  width: 128px;
}

.form-title h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.form-title h2 {
  color: #4b5563;
}
.form-title span {
  color: #eab308;
}
.form-num {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background-color: #eab308;
  color: white;
}
.form-num-black {
  width: 32px;
  height: 32px;
  background-color: #1f2937;
  color: white;
  border-radius: 9999px;
}
.form-num-gray {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background-color: #d1d5db;
  color: #1f2937;
}
.form-line {
  width: 64px;
  height: 1px;
  background-color: #d1d5db;
}
.form label {
  display: block;
  color: #374151;
  font-weight: 100;
  margin-bottom: 2px;
}
.form input {
  width: 100%;
  padding-inline: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
}
.form p {
  color: #ef4444;
  font-size: 14px;
  line-height: 1.2;
  display: none;
  margin-top: 4px;
}
.form button {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-inline: 24px;
  background-color: #1f2937;
  color: white;
  border-radius: 8px;
}
.form button:hover {
  background-color: #374151;
}
.form select {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 8px;
  margin-top: 4px;
}
.form textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 8px;
  margin-top: 4px;
}

.form-hub ol {
  display: inline-flex;
  align-items: center;
  margin-inline: 8px;
}
.form-hub ol li {
  display: inline-flex;
  align-items: center;
}
.form-hub ol li a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.form-hub ol li a:hover {
  color: #2563eb;
}
.form-hub ol li svg {
  width: 12px;
  height: 12px;
  color: #9ca3af;
  margin-inline: 4px;
}
.form-hub ol li span {
  margin-inline-start: 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #6b7280;
}
.form-hub h1 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.form-hub h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #3b82f6;
}
.form-hub h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1e3a8a;
}
.form-hub h5 {
  font-size: 16px;
  color: #4b5563;
}
.form-hub label {
  font-weight: 600;
}
.form-hub input {
  width: 100%;
}
.form-hub textarea {
  width: 100%;
  padding-inline: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  resize: vertical;
  max-height: 208px;
  min-height: 128px;
}
.form-hub button {
  padding-inline: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px;
  background-color: #1e3a8a;
  width: 128px;
  text-align: center;
  margin-top: 16px;
}
.form-hub button span {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

.text-content-belanja h1 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
.text-content-belanja h2 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}
.text-content-belanja h3 {
  text-align: center;
  color: #2563eb;
  font-size: 24px;
  margin-bottom: 80px;
  line-height: 1.6;
}
.text-content-belanja p {
  font-size: 16px;
  color: #374151;
  font-weight: 500;
}

.text-about h1 {
  font-size: 24px;
  font-weight: 600;
}
.text-about h4 {
  font-size: 30px;
  color: #3b82f6;
}
.text-about h5 {
  font-size: 30px;
}
.text-about p {
  font-size: 16px;
  line-height: 1.2;
  color: #4b5563;
}
.text-about span {
  color: white;
}
.text-about ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.text-about ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.text-about ul span {
  font-size: 14px;
  font-weight: 200;
}
.text-about .p-about p {
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: left;
  color: white;
}

.content-klaim .logo-spinno {
  width: 176px;
  margin-inline: auto;
}
.content-klaim h1 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
.content-klaim p {
  font-size: 36px;
  color: #6b7280;
  text-align: center;
  margin-bottom: 8px;
}
.content-klaim button {
  background-color: #1e3a8a;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-inline: 16px;
  border-radius: 8px;
}
.content-klaim button:hover {
  background-color: #f97316;
}
.content-klaim hr {
  border-color: #eab308;
  margin-bottom: 16px;
}
.content-klaim span {
  font-size: 20px;
}
.content-klaim .p-brands p {
  text-align: center;
  color: #374151;
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 700;
}

.content-linktree span {
  font-weight: 600;
}
.content-linktree .logo-spinno {
  margin-inline: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}
.content-linktree p {
  font-size: 20px;
  font-weight: 700;
  color: #1e40af;
}
.content-linktree .a-shoppe {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f97316;
  color: white;
}
.content-linktree .a-tokped {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #22c55e;
  color: white;
}
.content-linktree .a-blibli {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  border-radius: 9999px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #1e40af;
  color: white;
}

.content-subproduct h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 36px;
  text-align: center;
}
.content-subproduct h2 {
  color: #324975;
  font-weight: 700;
  font-size: 20px;
}
.content-subproduct h4 {
  font-weight: 500;
}
.content-subproduct p {
  color: white;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.content-subproduct a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-subproduct button {
  padding: 16px;
  border: 1px solid white;
  font-weight: 600;
  color: white;
}
.content-subproduct button:hover {
  color: black;
  background-color: white;
}

.content-product-detail h1 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 48px;
}
.content-product-detail h2 {
  font-size: 30px;
  color: #3b82f6;
  margin-bottom: 24px;
  font-weight: 300;
}
.content-product-detail h3 {
  font-size: 16px;
  font-weight: 700;
  color: black;
  margin-bottom: 14px;
}
.content-product-detail .h4-blue {
  font-size: 18px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 16px;
}
.content-product-detail .title-fitur {
  font-weight: 700;
  font-size: 16px;
}
.content-product-detail h4 {
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.2;
}
.content-product-detail a {
  display: flex;
  align-items: center;
  gap: 8px;
  border-width: 1px;
  border-color: #1e3a8a;
  color: #1e3a8a;
  border-radius: 6px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: -moz-max-content;
  width: max-content;
}
.content-product-detail a span {
  font-weight: 600;
}
.content-product-detail a span:hover {
  color: white;
}
.content-product-detail a:hover {
  color: white;
  background-color: #1e3a8a;
  cursor: pointer;
}
.content-product-detail p {
  font-size: 16px;
  font-weight: 400;
}
.content-product-detail .p-fitur p {
  font-size: 14px;
  color: #6b7280;
}
.content-product-detail span {
  font-weight: 500;
  font-size: 18px;
  color: #1e3a8a;
}
.content-product-detail .span-black span {
  font-size: 18px;
  line-height: 1.2;
  color: black;
}
.content-product-detail ol {
  list-style-position: inside;
  list-style-type: disc;
  font-size: 14px;
}
.content-product-detail ul li span {
  color: #60a5fa;
  font-size: 36px;
  font-weight: 500;
  justify-content: center;
  display: flex;
}
.content-product-detail ul li .logo-label {
  width: 56px;
  align-items: center;
}
.content-product-detail ul li:last-of-type {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
}
.content-product-detail .produk-img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-produk-lainnya h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 67px;
}
.content-produk-lainnya h3 {
  max-width: 1280px;
  font-size: 30px;
  color: white;
  font-weight: 600;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 8px;
}
.content-produk-lainnya h2 {
  color: #324975;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.content-produk-lainnya h4 {
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.2;
}
.content-produk-lainnya h5 {
  font-size: 14px;
  font-weight: 500;
}
.content-produk-lainnya h6 {
  color: #3b82f6;
  font-weight: 600;
  font-size: 18px;
}
.content-produk-lainnya a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-produk-lainnya p {
  color: white;
  font-size: 14px;
  line-height: 1.2;
  width: 75%;
  margin-inline: auto;
  margin-bottom: 16px;
}

.content-lokasi h1 {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
}
.content-lokasi h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #06b6d4;
  margin-top: 8px;
}
.content-lokasi select {
  border: 1px solid #d1d5db;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.content-lokasi p {
  margin-top: 8px;
  color: #4b5563;
}
.content-lokasi button {
  background-color: #1f2937;
  color: white;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.content-lokasi a {
  color: #1f2937;
  text-decoration-line: underline;
}
.content-lokasi-bawah h3 {
  font: size 20px;
}
.content-lokasi-bawah p {
  font-size: 14px;
}

.content-produk h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 36px;
}
.content-produk h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
}

.text-filter h4 {
  font-size: 18px;
  margin-bottom: 0px;
  text-align: left;
}
.text-filter h5 {
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.text-filter span {
  font-weight: 700;
}

@media (max-width: 1366px) {
  .content-produk-lainnya h2 {
    font-size: 15px;
    text-align: center;
  }
  .content-produk-lainnya h3 {
    font-size: 30px;
  }
  .content-produk-lainnya h5 {
    font-size: 13px;
  }
  .content-produk-lainnya h6 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .content-produk-lainnya h2 {
    font-size: 15px;
    text-align: center;
  }
  .content-produk-lainnya h3 {
    font-size: 30px;
  }
  .content-produk-lainnya h5 {
    font-size: 13px;
  }
  .content-produk-lainnya h6 {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .content-produk-lainnya h2 {
    font-size: 15px;
    text-align: center;
  }
  .content-produk-lainnya h3 {
    font-size: 30px;
  }
  .content-produk-lainnya h5 {
    font-size: 13px;
  }
  .content-produk-lainnya h6 {
    font-size: 15px;
  }
}
@media (max-width: 980px) {
  .content-produk-lainnya h2 {
    font-size: 15px;
    text-align: center;
  }
  .content-produk-lainnya h3 {
    font-size: 30px;
  }
  .content-produk-lainnya h5 {
    font-size: 13px;
  }
  .content-produk-lainnya h6 {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .content-subproduct h1 {
    font-size: 23px;
  }
  .text-filter h5 {
    display: none;
  }
  .text-filter h4 {
    font-size: 12px;
    text-align: center;
  }
  .content-lokasi h1 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
  }
  .content-lokasi h2 {
    font-size: 18px;
    line-height: 1.2;
    color: #06b6d4;
    margin-top: 8px;
  }
  .content-lokasi h3 {
    font-size: 24px;
  }
  .content-lokasi select {
    border: 1px solid #d1d5db;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .content-lokasi p {
    margin-top: 8px;
    color: #4b5563;
  }
  .content-lokasi button {
    background-color: #1f2937;
    color: white;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .content-lokasi a {
    color: #1f2937;
    text-decoration-line: underline;
    margin-bottom: 120px;
  }
  .content-lokasi-bawah h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .content-lokasi-bawah p {
    font-size: 12px;
  }
  .container-xl h2 {
    font-size: 20px;
    margin-top: 20px;
  }
  .container-xl h3 {
    font-size: 15px;
    margin-bottom: 32px;
  }
  .container-medium h1 {
    font-size: 22px;
  }
  .container-medium h4 {
    font-size: 18px;
  }
  .container-medium .text-about p {
    font-size: 16px;
  }
  .container-large h3 {
    font-size: 12px;
    font-weight: 700;
  }
  .container-large h2 {
    font-size: 20px;
  }
  .container-large p {
    font-size: 14px;
    text-align: center;
  }
  .container-large .container-small h5 {
    font-weight: 700;
  }
  .container-large .container-small h2 {
    font-size: 10px;
    color: red;
  }
  .container-large .title-regis {
    text-align: center;
  }
  .container-large .title-regis h3 {
    font-size: 24px;
    font-weight: 700;
  }
  .container-large .title-regis h2 {
    font-size: 32px;
  }
  .container-large .title-regis p {
    font-size: 16px;
  }
  .container-large .title-regis h5 {
    font-size: 20px;
    font-weight: 700;
  }
  .container-xl h2 {
    text-align: center;
  }
  .container-xl .card-article h4 {
    font-size: 20px;
    font-weight: 700;
  }
  .container-xl .card-article p {
    font-size: 16px;
  }
  .container-xl .card-article .title-article h2 {
    text-align: center;
  }
  .container-xl .card-article .title-article h4 {
    font-size: 20px;
    font-weight: 700;
  }
  .container-xl .card-article .title-article p {
    font-size: 16px;
  }
  .content-linktree p {
    font-size: 16px;
    text-align: center;
  }
  .content-produk-lainnya h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .content-produk-lainnya h2 {
    font-size: 13px;
    text-align: center;
  }
  .content-produk-lainnya h3 {
    font-size: 17px;
  }
  .content-produk-lainnya h5 {
    font-size: 13px;
  }
  .content-produk-lainnya h6 {
    font-size: 15px;
  }
  .content-product-detail h3 {
    height: 10px;
  }
  .content-product-detail ul li:last-of-type {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
  }
}/*# sourceMappingURL=main.css.map */