:root {
  --pink-color: #ff7f9a;
}

.hero-tk {
  margin-top: 1.875293014533521em;
  margin-bottom: 7em;
}

.hero-tk__wrap {
  border-radius: 1.0315em;
  background-color: var(--pink-color);
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
  padding: 2.85em;
}

.hero-tk__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2em;
}

.hero-tk__logo svg {
  max-width: 12em;
}

.hero-tk__content--text h1 {
  font-size: 4.2em;
  margin-bottom: 0.3em;
  max-width: 11em;
}

.hero-tk__content--text h6 {
  max-width: 27em;
  line-height: 1.2;
  margin-bottom: 0.63em;
}

.hero-tk__content--text p {
  font-weight: 600;
  max-width: 31em;
}

.hero-tk__content--text > * {
  color: var(--color-warm-white);
}

.hero-tk__form {
  width: 33.5%;
  position: relative;
}

.hero-tk__form {
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 1.0315em;
  background-color: #8b1920;
  padding: 3.3em 2em;
}

.form-toolkit-title {
  text-align: center;
  margin-bottom: 1.65em;
}

.form-toolkit-title > * {
  color: var(--color-warm-white);
}

.form-toolkit-title h5 {
  margin-bottom: 0.43em;
}

.form-toolkit-title p {
  font-weight: 600;
}

.input-box {
  margin-bottom: 1em;
  width: 100%;
}

.input-box label {
  margin-bottom: 8px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  font-family: "Ranchers", sans-serif;
  color: var(--color-warm-white);
  font-size: 0.9376465072667605em;
}

.input-wrap input {
  width: 100%;
  padding: 0.1875293014533521em 1em;
  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: var(--color-dark);
  border: 0;
  background-color: var(--color-warm-white);
  border: 1px solid var(--color-warm-white);
  font-size: 0.9376465072667605em;
  line-height: 1.1251758087201127em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0.46883em;
  height: 3.1879981247069855em;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  outline: none;
  color: var(--color-dark);
  font-family: "Ranchers", sans-serif;
}

.input-wrap input:hover,
.input-wrap input:focus {
  border-color: var(--pink-color);
}

.wpcf7-not-valid-tip {
  color: var(--pink-color);
}

.input-btn {
  position: relative;
  margin-top: 0.5em;
  display: inline-block;
  width: 100%;
}

.input-btn button {
  width: 100%;
  outline: none;
  border: 0;
  font-weight: 600;
  background-color: var(--pink-color);
  color: var(--color-warm-white);
}

.input-btn button .m-btn-text {
  padding: 0;
}

.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-btn .s-btn {
  width: 100%;
  outline: none;
  border: 0;
}

.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0.46883em;
  padding: 1.2em 1em !important;
  text-align: center;
  font-weight: 600;
}

.input-wrapper {
  display: flex;
  gap: 1.5em;
}

.input-wrap input::-webkit-input-placeholder,
.input-wrap textarea::-webkit-input-placeholder {
  color: rgba(18, 18, 15, 0.5);
}

.input-wrap input::-moz-placeholder,
.input-wrap textarea::-moz-placeholder {
  color: rgba(18, 18, 15, 0.5);
}

.input-wrap input:-ms-input-placeholder,
.input-wrap textarea:-ms-input-placeholder {
  color: rgba(18, 18, 15, 0.5);
}

.input-wrap input::-ms-input-placeholder,
.input-wrap textarea::-ms-input-placeholder {
  color: rgba(18, 18, 15, 0.5);
}

.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
  color: rgba(18, 18, 15, 0.5);
}

.input-wrap-radio,
.input-wrap-radio .wpcf7-form-control-wrap,
.input-wrap-radio .wpcf7-radio {
  width: 100%;
}

.input-wrap-radio .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.input-wrap-radio .wpcf7-radio .wpcf7-list-item {
  width: calc(50% - 1em / 2);
  margin: 0;
}

.input-wrap-radio .wpcf7-radio .wpcf7-list-item label {
  margin-bottom: 0;
  font-family: "Ranchers", sans-serif;
  width: 100%;
  padding: 0.1875293014533521em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  border: 0;
  background-color: var(--color-warm-dark);
  border: 1px solid var(--color-warm-dark);
  font-size: 0.9376465072667605em;
  line-height: 1.1251758087201127em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0.46883em;
  height: 3.1879981247069855em;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  outline: none;
  color: rgba(18, 18, 15, 0.5);
  font-family: "Ranchers", sans-serif;
  position: relative;
  border: 1px solid var(--color-warm-dark);
}

.input-wrap-radio .wpcf7-radio .wpcf7-list-item input {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--color-warm-white);
  border-radius: 50%;
}

.input-wrap-radio .wpcf7-radio .wpcf7-list-item input::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: var(--color-warm-dark);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-out;
}

.input-wrap-radio .wpcf7-radio .wpcf7-list-item input:checked::before {
  background-color: var(--color-red-dark);
}

.input-wrap-radio .wpcf7-radio .wpcf7-list-item label:has(input:checked) {
  border-color: var(--color-red-dark);
  color: var(--color-red-dark);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--color-warm-dark) inset;
}

.hero-tk__form .wpcf7 {
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  color: var(--color-warm-white);
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4em);
  background-color: #8b1920;
  font-size: 0.7em;
  line-height: 1.2;
  border-radius: 1.0315em;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .hero-tk__wrap {
    flex-direction: column;
    padding: 2.8em 2em;
  }

  .hero-tk__content,
  .hero-tk__form {
    width: 100%;
  }

  .form-toolkit-title {
    text-align: left;
  }

  .wpcf7-not-valid-tip {
    position: relative;
  }

  .hero-tk__form {
    padding: 3em 2em;
  }

  .wpcf7 form .wpcf7-response-output {
    position: relative;
    bottom: -1.5em;
    width: calc(100%);
  }
}

@media only screen and (max-width: 767px) {
  .hero-tk__content--text h1 {
    font-size: 3.8em;
  }
}

@media only screen and (max-width: 575px) {
  .hero-tk__wrap {
    padding: 2.8em 12px;
  }
  .hero-tk__form {
    padding: 3em 12px;
  }

  .hero-tk__content--text h1 {
    font-size: 3.1em;
  }
}

/*7 Days*/
.days {
  margin-bottom: 7em;
  overflow: hidden;
}

.days__title {
  text-align: center;
  max-width: 40em;
  margin: 0 auto;
}

.days__title :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 0.3em;
}

.days__title p {
  font-weight: 600;
}

.days__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4em;
}

.days__column {
  width: 37.88%;
  display: flex;
  flex-direction: column;
  gap: 1.8em;
  justify-content: center;
}

.days__box {
  border-radius: 1.0315em;
  background-color: var(--color-warm-dark);
  min-height: 9.4em;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2em;
  text-align: center;
}

.days__box h6 {
  font-size: 1.2em;
  color: var(--color-warm-white);
  border-radius: 0.5em;
  padding: 0.7em 2.3em;
  background-color: var(--color-warm-dark);
}

.days__box p {
  font-weight: 600;
}

.days__progress-w {
  padding: 3.28126em 0;
}
.days__progress {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  height: 100%;
  position: relative;
}

.days__progress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 100%;
  border-radius: 0.5em;
  background-color: var(--color-warm-dark);
  z-index: 1;
}

.days__progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: var(--progress-days, 0%);
  border-radius: 0.5em;
  background-color: var(--pink-color);
  z-index: 2;
}

.days__count {
  font-family: "Ranchers", sans-serif;
  font-weight: 600;
  border-radius: 0.5em;
  width: 2.344em;
  height: 2.344em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-warm-white);
  font-size: 1.2em;
  position: relative;
  z-index: 3;
}

.days__box-w {
  position: relative;
}

.days__box-line-r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 72%);
  height: 5px;
  display: flex;
  justify-content: left;
  gap: 5px;
  left: calc(100%);
}

.days__box-line-r span {
  background-color: var(--color-warm-dark);
  width: 10px;
  height: 5px;
  border-radius: 1px;
}

.days__box-line-l {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 72%);
  height: 5px;
  display: flex;
  gap: 5px;
  right: calc(100%);
  justify-content: right;
}

.days__box-line-l span {
  background-color: var(--color-warm-dark);
  width: 10px;
  height: 5px;
  border-radius: 1px;
}

@media only screen and (max-width: 991px) {
  .days__box-line-r {
    height: 3px;
  }

  .days__box-line-r span {
    width: 8px;
    height: 3px;
  }

  .days__box-line-l {
    height: 3px;
  }

  .days__box-line-l span {
    width: 8px;
    height: 3px;
  }

  .days__progress::before {
    width: 3px;
  }

  .days__progress::after {
    width: 3px;
  }
}

@media only screen and (max-width: 479px) {
  .days__count,
  .days__box h6 {
    font-size: 0.9em;
  }

  .days__box-line-r {
    height: 3px;
    gap: 3px;
  }

  .days__box-line-r span {
    width: 3px;
    height: 3px;
  }

  .days__box-line-l {
    height: 3px;
    gap: 3px;
  }

  .days__box-line-l span {
    width: 3px;
    height: 3px;
  }

  .days__progress::before {
    width: 3px;
  }

  .days__progress::after {
    width: 3px;
  }

  .days__box p {
    font-size: 0.8em;
  }
  .days__box {
    gap: 1em;
  }

  .days__box-line-r span:nth-child(1),
  .days__box-line-r span:nth-child(2),
  .days__box-line-r span:nth-child(3),
  .days__box-line-r span:nth-child(4),
  .days__box-line-r span:nth-child(5),
  .days__box-line-r span:nth-child(6) {
    display: none;
  }
  .days__box-line-l span:nth-child(1),
  .days__box-line-l span:nth-child(2),
  .days__box-line-l span:nth-child(3),
  .days__box-line-l span:nth-child(4),
  .days__box-line-l span:nth-child(5),
  .days__box-line-l span:nth-child(6) {
    display: none;
  }
  .days__progress-w {
    padding: 3.55em 0;
  }

  .days__progress::before {
    top: 0;
    height: 100%;
  }
}

/*Note*/

.note {
  margin-bottom: 7em;
}

.note__title {
  text-align: center;
  margin-bottom: 3.5em;
}

.note__title :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 0.3em;
}

.note__title p {
  font-weight: 600;
}

.note__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}

.note__box {
  width: calc(50% - 2em / 2);
  padding: 0 1em;

  position: relative;
  border-top: 0.234375em dashed var(--color-warm-dark);
  border-bottom: 0.234375em dashed var(--color-warm-dark);
}

.note__box-inside {
  padding: 2.5em 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.4em;
  border-left: 0.234375em dashed var(--color-warm-dark);
  border-right: 0.234375em dashed var(--color-warm-dark);
  height: calc(100% + 2em);
  margin-top: -1em;
}

.note__box-img {
  margin-bottom: 1em;
}

.note__box-img img {
  max-width: 7.5em;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}

.note__box p {
  font-weight: 600;
}

.note__box-info-name h6 {
  font-size: 1em;
  margin-bottom: 0.3em;
}

.note__box-info-name p {
  font-size: 0.85em;
}

@media only screen and (max-width: 575px) {
  .note__wrap {
    flex-direction: column;
  }

  .note__box {
    width: 100%;
    padding: 0;
  }

  .note__box-inside {
    margin-top: 0;
  }
}

/*CTA*/

.toolkit {
  margin-bottom: 7em;
}

.toolkit__wrap {
  border-radius: 1.0315em;
  overflow: hidden;
  background-color: var(--color-warm-dark);
}

.m-btn--pink {
  background-color: var(--pink-color);
  color: var(--color-warm-white);
}

.toolkit__wrap {
  display: flex;
  align-items: center;
}

.toolkit__img {
  width: 40%;
}

.toolkit__img img {
  width: 100%;
  height: 100%;
  display: flex;
}

.toolkit__text {
  width: 60%;
  display: flex;
  align-items: center;
  padding: 2em 3em;
  flex-direction: column;
}

.toolkit__content {
  width: 23em;
}

.toolkit__content :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 0.3em;
}

.toolkit__content p {
  font-weight: 600;
}

.toolkit__button {
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  .toolkit__wrap {
    flex-direction: column;
  }

  .toolkit__text,
  .toolkit__img,
  .toolkit__content {
    width: 100%;
  }

  .toolkit__text {
    padding: 3em 12px;
    text-align: center;
  }
}
