* {
  box-sizing: border-box;
}

#pc1-partner {
  position: relative;
  padding: 150px 0;
}
#pc1-partner .wave-bg {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}
#pc1-partner .inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 40px;
}
#pc1-partner .left {
  flex: 1;
}
#pc1-partner .section-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
}
#pc1-partner .section-title {
  font-size: clamp(32px, 3.5vw, 60px);
  font-weight: 400;
  color: #000;
  line-height: 1.25;
  letter-spacing: -0.5px;
  font-family: StarShines;
}
#pc1-partner .right {
  flex: 1;
  text-align: center;
}
#pc1-partner .bag-img {
  max-width: 480px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.star-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

#pc1-faq > .inner {
  padding-top: 150px;
  padding-bottom: 150px;
}
#pc1-faq .faq-title-star {
  text-align: center;
  margin-bottom: 80px;
}
#pc1-faq .faq-title-star img {
  width: 140px;
}
#pc1-faq .faq-title {
  font-size: clamp(28px, 3.5vw, 60px);
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 56px;
}
#pc1-faq .faq-wrap {
  max-width: 900px;
  margin: 0 auto;
}
#pc1-faq .faq-item {
  border-bottom: 1.5px solid #000;
}
#pc1-faq .faq-item:first-child {
  border-top: 1.5px solid #000;
}
#pc1-faq .faq-item.open .faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
#pc1-faq .faq-question {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#pc1-faq .faq-toggle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
}
#pc1-faq .faq-toggle::before, #pc1-faq .faq-toggle::after {
  content: "";
  position: absolute;
  background-color: #000;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  top: 50%;
  left: 50%;
}
#pc1-faq .faq-toggle::before {
  width: 18px;
  height: 3px;
  transform: translate(-50%, -50%);
}
#pc1-faq .faq-toggle::after {
  width: 3px;
  height: 18px;
  transform: translate(-50%, -50%);
}
#pc1-faq .faq-question-text {
  font-size: 19px;
  font-weight: 800;
  color: #000;
  flex: 1;
  line-height: 1.4;
}
#pc1-faq .faq-answer {
  display: none;
  padding: 0 0 20px 52px;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}
#pc1-faq .faq-cta-row {
  padding: 20px 0;
}
#pc1-faq .faq-cta-row .faq-question-text {
  font-size: 19px;
  font-weight: 800;
  color: #000;
  margin-bottom: 16px;
}
#pc1-faq .faq-cta-buttons {
  display: flex;
  gap: 16px;
}
#pc1-faq .faq-cta-buttons button {
  flex: 1;
}
#pc1-faq .btn-yes {
  background-color: #e07a2a;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  padding: 14px 70px;
  border-radius: 10px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}
#pc1-faq .btn-yes:hover {
  opacity: 0.85;
}
#pc1-faq .btn-no {
  background-color: #d3fbd2;
  color: #000;
  font-weight: 800;
  font-size: 18px;
  padding: 14px 70px;
  border-radius: 10px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}
#pc1-faq .btn-no:hover {
  opacity: 0.75;
}
#pc1-faq .btn-ask {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #699d36;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 24px 16px 16px;
  border-radius: 10px;
  border: none;
  margin-top: 0;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.25s;
  width: 100%;
}
#pc1-faq .btn-ask:hover {
  opacity: 0.88;
  color: #fff;
}
#pc1-faq .btn-ask i {
  font-size: 30px;
  line-height: 1;
}

.back-to-top-wrap {
  text-align: center;
  margin-top: 100px;
}

.btn-back-top {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 3px solid #699d36;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 5px 5px 24px;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  transition: background 0.25s;
}
.btn-back-top:hover {
  background: rgba(105, 157, 54, 0.08);
  color: #699d36;
}
.btn-back-top i {
  font-size: 40px;
  line-height: 1;
  color: #699d36;
}

#pc1-footer {
  padding-top: 30px;
  color: #fff;
  background-position: top;
  background-repeat: repeat-x;
}

.footer-inner {
  background-color: #699d36;
  padding: 100px 60px;
}
.footer-inner > .container {
  align-items: flex-start;
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}

.footer-content {
  flex: 1;
  text-align: center;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 100px;
}
.footer-brand img {
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  margin-bottom: 8px;
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  margin: 4px 0;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.footer-social img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(10);
}

.footer-email {
  min-width: 280px;
  max-width: 500px;
  margin-left: auto;
}
.footer-email form {
  display: flex;
  border: 3px solid #e07a2a;
  border-radius: 30px;
  overflow: hidden;
}
.footer-email input[type=email] {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 22px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  outline: none;
}
.footer-email input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.footer-email input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.footer-email .btn-enter {
  background-color: #e07a2a;
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-weight: 800;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  border-radius: 26px;
  white-space: nowrap;
}

.footer-nav-group {
  margin-top: 32px;
  min-width: 220px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: flex-end;
}
.footer-nav a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}
.footer-nav a:hover {
  text-decoration: underline;
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.modal-overlay.active {
  display: flex;
}

.modal-box {
  background: #fff;
  border-radius: 30px;
  width: 856px;
  max-width: calc(100vw - 32px);
  padding: 56px 113px;
  position: relative;
  animation: modalIn 0.25s ease;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
}
.modal-close:hover {
  background: #f0f0f0;
  color: #333;
}

.modal-title {
  font-family: "Courier New", monospace;
  font-weight: 700;
  font-size: 32px;
  color: #e07a2a;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 36px;
  letter-spacing: 0.5px;
}

.modal-section-label {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.modal-field {
  width: 100%;
  height: 63px;
  border-radius: 30px;
  border: 1.5px solid #e07a2a;
  padding: 0 24px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #333;
  outline: none;
  margin-bottom: 14px;
  transition: border-color 0.2s;
}
.modal-field:focus {
  border-color: #699d36;
}
.modal-field.first-field {
  border-color: #54ab47;
}
.modal-field::-moz-placeholder {
  color: #999;
}
.modal-field::placeholder {
  color: #999;
}

.modal-note {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 28px;
}

.modal-error {
  color: #c0392b;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  text-align: center;
}
.modal-error:empty {
  display: none;
}

.modal-submit {
  display: block;
  margin: 0 auto;
  background-color: #e07a2a;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 30px;
  padding: 16px 50px;
  cursor: pointer;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.modal-submit:hover {
  opacity: 0.85;
}

.modal-checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 28px;
}
.modal-checkbox-row input[type=checkbox] {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  accent-color: #e07a2a;
  margin-top: 2px;
  cursor: pointer;
}
.modal-checkbox-row label {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  cursor: pointer;
}

.thanks-box {
  background: #fff;
  border-radius: 10px;
  width: 851px;
  max-width: 100%;
  margin: auto;
  position: relative;
  animation: modalIn 0.25s ease;
  font-family: "Montserrat", sans-serif;
}

.thanks-star {
  position: absolute;
  left: 4.82%;
  bottom: 100%;
  width: 19.3%;
  transform: translateY(35.24%);
  pointer-events: none;
}

.modal-overlay.dialog-thanks {
  align-items: flex-start;
  overflow-y: auto;
  padding: 120px 16px 40px;
}

.thanks-content {
  padding: 12.57% 1.53% 9.75% 9.87%;
}

.thanks-text {
  width: 48.28%;
  color: #000;
  text-align: justify;
}

.thanks-title {
  font-size: calc(min(851px, 100vw - 32px) * 0.02938);
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 4.95%;
}

.thanks-lead {
  font-size: calc(min(851px, 100vw - 32px) * 0.02115);
  line-height: 1.8;
  margin: 0 0 4.67%;
}

.thanks-divider {
  display: flex;
  align-items: center;
  gap: 5.77%;
  margin: 0 0 3.3%;
}

.thanks-divider-line {
  flex: 1 1 auto;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #699d36 0 2px, transparent 2px 4px);
}

.thanks-divider-star {
  flex: 0 0 auto;
  width: 2.75%;
  height: auto;
}

.thanks-note {
  font-size: calc(min(851px, 100vw - 32px) * 0.0188);
  line-height: 1.8;
  margin: 0 0 3.3%;
}

.thanks-emoji {
  font-size: calc(min(851px, 100vw - 32px) * 0.02115);
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
  text-align: left;
}

.thanks-art {
  position: absolute;
  top: 0;
  left: 57.11%;
  width: 41.36%;
  transform: translateY(21.65%);
  pointer-events: none;
}
.thanks-art img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  #pc1-partner .inner {
    flex-direction: column;
  }
  #pc1-partner .right {
    width: 100%;
  }
  #pc1-footer {
    background-color: var(--color-green);
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .footer-inner > .container {
    padding: 0;
    row-gap: 50px;
  }
  .footer-nav {
    justify-content: flex-start;
  }
  .star-deco {
    display: none;
  }
  .modal-overlay:not(.dialog-thanks) .modal-box {
    padding: 50px 20px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding-top: 60px;
  }
  .modal-overlay:not(.dialog-thanks) .modal-box .modal-field {
    height: 50px;
  }
  .modal-overlay:not(.dialog-thanks) .modal-box .modal-title {
    font-size: 28px;
    letter-spacing: 0;
  }
  .modal-overlay:not(.dialog-thanks) .modal-box .modal-close {
    top: 5px;
    right: 5px;
    font-size: 50px;
    width: 50px;
    height: 50px;
  }
  .thanks-box {
    width: 100%;
    max-width: 520px;
  }
  .thanks-star {
    width: 110px;
  }
  .thanks-content {
    display: flex;
    flex-direction: column-reverse;
    padding: 60px 20px 20px 20px;
  }
  .thanks-text {
    width: 100%;
  }
  .thanks-art {
    order: -1;
    position: static;
    width: 62%;
    max-width: 260px;
    margin: 0 auto 12px;
    transform: none;
  }
  .thanks-title {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .thanks-lead {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .thanks-divider {
    gap: 16px;
    margin-bottom: 12px;
  }
  .thanks-divider-star {
    width: 10px;
  }
  .thanks-note {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .thanks-emoji {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  #pc1-partner {
    padding: 60px 30px 100px;
  }
  #pc1-partner .wave-bg {
    width: 100%;
    transform: scale(1.4);
  }
  #pc1-partner .inner {
    gap: 10px;
    padding: 0;
  }
  #pc1-faq {
    padding: 60px 16px;
  }
  #pc1-faq .faq-title-star {
    margin-bottom: 40px;
  }
  #pc1-faq .faq-title-star img {
    height: 90px;
  }
  #pc1-faq .faq-title {
    margin-bottom: 40px;
  }
  #pc1-faq .faq-question-text {
    font-size: 14px;
  }
  #pc1-faq .faq-cta-row .faq-question-text {
    font-size: 14px;
  }
  #pc1-faq .btn-yes,
  #pc1-faq .btn-no {
    padding: 14px 0;
  }
  #pc1-faq .btn-ask {
    font-size: 14px;
  }
  #pc1-footer {
    padding: 40px 24px;
  }
  #pc1-footer .footer-email input[type=email] {
    font-size: 14px;
  }
  #pc1-footer .footer-email .btn-enter {
    border-radius: 20px;
    padding: 12px 16px;
    font-size: 12px;
  }
  .modal-overlay:not(.dialog-thanks) .modal-box .modal-title {
    font-size: 24px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #pc1-faq .faq-title-star {
    margin-bottom: 40px;
  }
  .footer-nav-group {
    margin-bottom: 32px;
  }
  .footer-email {
    max-width: unset;
  }
  .footer-nav {
    justify-content: space-between;
    max-width: unset;
  }
}/*# sourceMappingURL=bottom.css.map */