.rhd-container {
  max-width: 1960px;
  margin: 0 auto;
  font-weight: 500;
}

.rhd-row {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.tool-title {
  font-size: 48px;
  font-weight: 600;
  padding: 0;
}

.tool-text {
  font-size: 32px;
  line-height: 1.3;
}

.tool-p {
  font-size: 14px;
  line-height: 1.2;
}

.tool-btn {
  position: relative;
  font-family: "Gotham";
  cursor: pointer;
  display: table;
  font-size: 20px;
  color: #FFF;
  line-height: 1;
  border-radius: 80px;
  padding: 16px 48px 16px 16px;
  background: #e6007e;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s linear;
}
.tool-btn:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: url("../images/arrow.svg") no-repeat center;
  background-size: contain;
  z-index: 2;
  transition: all 0.3s linear;
}
.tool-btn:hover {
  color: #FFF;
  background: #B0005E;
}
.tool-btn:hover:after {
  background: url("../images/arrow.svg") no-repeat center;
  background-size: contain;
}
.tool-btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.3;
}

.tool-btn-2 {
  position: relative;
  font-family: "Gotham";
  cursor: pointer;
  display: table;
  font-size: 20px;
  color: #D60072;
  line-height: 1;
  border-radius: 80px;
  padding: 14px 46px 14px 14px;
  background: #FFF;
  border: 2px solid #D60072;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s linear;
}
.tool-btn-2:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D60072;
  z-index: -1;
  transition: all 0.3s linear;
}
.tool-btn-2:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: url("../images/arrow-2.svg") no-repeat center;
  background-size: contain;
  z-index: 2;
  transition: all 0.3s linear;
}
.tool-btn-2:hover {
  color: #FFF;
}
.tool-btn-2:hover:before {
  width: 100%;
}
.tool-btn-2:hover:after {
  background: url("../images/arrow.svg") no-repeat center;
  background-size: contain;
}

.tool-btn-3 {
  position: relative;
  font-family: "Gotham";
  cursor: pointer;
  display: table;
  font-size: 20px;
  color: #D60072;
  line-height: 1;
  border-radius: 80px;
  padding: 12px 14px;
  background: #FFF;
  border: 2px solid #D60072;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s linear;
}
.tool-btn-3:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D60072;
  z-index: -1;
  transition: all 0.3s linear;
}
.tool-btn-3.selected, .tool-btn-3:hover {
  color: #FFF;
}
.tool-btn-3.selected:before, .tool-btn-3:hover:before {
  width: 100%;
}

.tool-btn-4 {
  position: relative;
  font-family: "Gotham";
  cursor: pointer;
  display: table;
  font-size: 20px;
  color: #D60072;
  line-height: 1;
  border-radius: 80px;
  padding: 116px 90px 32px;
  background: #FFF;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s linear;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
}
.tool-btn-4:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D60072;
  z-index: -1;
  transition: all 0.3s linear;
}
.tool-btn-4:after {
  content: "";
  position: absolute;
  top: 32px;
  height: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: contain;
  z-index: 2;
}
.tool-btn-4.selected, .tool-btn-4:hover {
  color: #FFF;
}
.tool-btn-4.selected:before, .tool-btn-4:hover:before {
  width: 100%;
}
.tool-btn-4.option-overnight:after {
  width: 70px;
  background: url("../images/overnight-icon.svg") no-repeat center;
}
.tool-btn-4.option-overnight.selected:after, .tool-btn-4.option-overnight:hover:after, .tool-btn-4.option-overnight.disabled:after {
  background: url("../images/overnight-icon-2.svg") no-repeat center;
}
.tool-btn-4.option-3-days:after {
  width: 226px;
  background: url("../images/3days-icon.svg") no-repeat center;
}
.tool-btn-4.option-3-days.selected:after, .tool-btn-4.option-3-days:hover:after, .tool-btn-4.option-3-days.disabled:after {
  background: url("../images/3days-icon-2.svg") no-repeat center;
}
.tool-btn-4.disabled {
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(100%);
  background-color: #CCC;
  color: #FFF;
}

.tool-btn-back {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 40px;
  left: 0;
  background: url("../images/arrow-2.svg") no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
}

.tool-option {
  cursor: pointer;
  position: relative;
  font-family: "Gotham";
  font-size: 20px;
  color: #D60072;
  line-height: 1.2;
  padding: 30px 30px 30px 98px;
  border-radius: 6px;
  border-bottom: 2px solid #D60072;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  text-align: left;
  background-color: #FFF;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s linear;
}
.tool-option span {
  display: block;
  font-size: 16px;
  color: #808182;
  transition: all 0.3s linear;
}
.tool-option:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D60072;
  z-index: -1;
  transition: all 0.3s linear;
}
.tool-option:after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  background: url("../images/option.svg") no-repeat center;
  background-size: contain;
  z-index: 2;
  transition: all 0.3s linear;
}
.tool-option.selected, .tool-option:hover {
  color: #FFF;
}
.tool-option.selected span, .tool-option:hover span {
  color: #FFF;
}
.tool-option.selected:before, .tool-option:hover:before {
  width: 100%;
}
.tool-option.selected:after, .tool-option:hover:after {
  background: url("../images/option-2.svg") no-repeat center;
  background-size: contain;
}
.tool-option.with-icon {
  padding-right: 140px;
}
.tool-option.with-icon img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.tool-option.unselect:before, .tool-option.unselect:hover:before {
  background-color: #B0005E;
}

.tool-label {
  font-family: "Gotham";
  font-size: 16px;
  font-weight: bold;
  color: #808182;
}

.tool-remark {
  font-family: "Gotham";
  font-size: 14px;
  font-weight: bold;
  color: #808182;
}
.tool-remark strong {
  font-weight: bold;
}

.buttons {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .rhd-row {
    padding: 0 40px;
  }

  .tool-title {
    font-size: 20px;
  }

  .tool-text {
    font-size: 16px;
  }

  .tool-btn, .tool-btn-2 {
    font-size: 14px;
  }

  .tool-btn-3 {
    font-size: 14px;
    padding: 10px 14px;
  }

  .tool-btn-4 {
    font-size: 14px;
    padding: 72px 64px 16px;
  }
  .tool-btn-4:after {
    top: 16px;
    height: 35px;
    background-size: contain !important;
  }
  .tool-btn-4.option-overnight:after {
    width: 35px;
  }
  .tool-btn-4.option-3-days:after {
    width: 110px;
  }

  .tool-btn-back {
    width: 32px;
    height: 32px;
    top: 8px;
    left: 8px;
  }

  .tool-option {
    font-size: 16px;
    padding: 28px 20px 28px 60px;
  }
  .tool-option span {
    font-size: 14px;
  }
  .tool-option:after {
    content: "";
    width: 20px;
    height: 20px;
    left: 20px;
  }
  .tool-option.with-icon {
    padding-right: 70px;
  }
  .tool-option.with-icon img {
    right: 20px;
    width: 50px;
  }

  .tool-remark {
    font-size: 12px;
  }
}
@media screen and (max-width: 540px) {
  .tool-btn-4 {
    padding: 72px 40px 16px;
  }
}
.tool-landing {
  display: flex;
  flex-wrap: wrap;
}
.tool-landing .image, .tool-landing .content {
  width: 50%;
}
.tool-landing .image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.tool-landing .content {
  padding: 64px 64px 40px 64px;
}
.tool-landing .title {
  font-size: 56px;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 24px;
}
.tool-landing .subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 24px;
}
.tool-landing .subtitle strong {
  font-family: "Baloo-Regular";
  font-weight: bold;
}
.tool-landing .text {
  font-size: 18px;
  line-height: 1.5;
  color: #808182;
  margin-bottom: 40px;
}
.tool-landing .text p:not(:last-of-type) {
  margin-bottom: 1em;
}
.tool-landing .get-started {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .tool-landing {
    display: block;
  }
  .tool-landing .image, .tool-landing .content {
    width: 100%;
  }
  .tool-landing .image img {
    width: 100%;
    height: auto;
    object-fit: inherit;
  }
  .tool-landing .content {
    padding: 45px 40px;
  }
  .tool-landing .title {
    font-size: 24px;
  }
  .tool-landing .subtitle {
    font-size: 16px;
  }
  .tool-landing .text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.tool-quiz {
  display: none;
  text-align: center;
}
.tool-quiz .rhd-row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.tool-quiz .quiz-number {
  width: 40px;
  margin: 0 auto;
}
.tool-quiz .tool-title {
  font-size: 24px;
  max-width: 900px;
  margin: 48px auto 40px;
}
.tool-quiz .quiz-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 56px;
}
.tool-quiz .quiz-steps span {
  width: 120px;
  height: 12px;
  background-color: #E9E9E9;
  display: block;
  border-radius: 70px;
}
.tool-quiz .quiz-steps span.active {
  background-color: #D60072;
}
.tool-quiz .quiz-options {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.tool-quiz .tool-option {
  margin-bottom: 20px;
}
.tool-quiz .quiz-remark {
  font-size: 18px;
  color: #808182;
  line-height: 1.5;
  max-width: 560px;
  margin: 40px auto;
}
.tool-quiz .quiz-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
}
.tool-quiz .tool-remark {
  margin-top: 32px;
  margin-bottom: 32px;
}
.tool-quiz .quiz-wrap {
  display: none;
}
.tool-quiz .quiz-wrap[data-step="1"] {
  display: block;
}
.tool-quiz .quiz-wrap[data-step="3"] .quiz-options,
.tool-quiz .quiz-wrap[data-step="4"] .quiz-options {
  max-width: 650px;
}
@media screen and (max-width: 960px) {
  .tool-quiz .rhd-row {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .tool-quiz .tool-title {
    margin: 32px auto 40px;
  }
  .tool-quiz .quiz-number {
    width: 38px;
    margin: 0 auto;
  }
  .tool-quiz .quiz-steps {
    gap: 6px;
    margin-bottom: 40px;
  }
  .tool-quiz .quiz-steps span {
    width: 65px;
    height: 6px;
    border-radius: 39px;
  }
  .tool-quiz .tool-option {
    margin-bottom: 8px;
  }
  .tool-quiz .quiz-remark {
    font-size: 14px;
  }
  .tool-quiz .quiz-buttons {
    gap: 16px;
  }
}

.tool-result {
  display: none;
}
.tool-result .no-constipation, .tool-result .constipation {
  display: none;
}
.tool-result .top {
  text-align: center;
}
.tool-result .top .rhd-row {
  padding-top: 120px;
  padding-bottom: 180px;
}
.tool-result .top .tool-text {
  max-width: 900px;
  margin: 40px auto 0;
}
.tool-result .bottom {
  position: relative;
}
.tool-result .bottom .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
}
.tool-result .bottom .background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}
.tool-result .bottom .content {
  position: relative;
  top: -72px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.02);
  width: 70%;
  max-width: 750px;
  padding: 40px;
  background-color: #FFF;
}
.tool-result .bottom .text ul, .tool-result .bottom .text ol {
  margin: 32px 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}
.tool-result .bottom .text ul li {
  position: relative;
  padding-left: 24px;
}
.tool-result .bottom .text ul li:not(:last-of-type) {
  margin-bottom: 24px;
}
.tool-result .bottom .text ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #D60072;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}
.tool-result .bottom .text ol li {
  color: #D60072;
  position: relative;
  padding-left: 38px;
}
.tool-result .bottom .text ol li:not(:last-of-type) {
  margin-bottom: 24px;
}
.tool-result .bottom .text ol li:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/tick.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -3px;
  left: 0;
}
.tool-result .bottom .sm-logo {
  display: block;
  width: 150px;
  margin-bottom: 32px;
}
.tool-result .bottom .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 32px 0;
}
.tool-result .bottom .tool-p {
  margin: 32px 0;
}
.tool-result .constipation .background {
  background-color: #EAEAEA;
}
.tool-result .constipation .background img {
  object-position: left bottom;
}
.tool-result .constipation .content {
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .tool-result .top .rhd-row {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .tool-result .top .tool-text {
    margin: 24px auto 0;
  }
  .tool-result .bottom .background {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    height: auto;
  }
  .tool-result .bottom .background img {
    width: 100%;
    height: auto;
    object-fit: inherit;
  }
  .tool-result .bottom .content {
    top: -120px;
    width: 100%;
    max-width: 100%;
    padding: 16px;
    margin-bottom: -80px;
  }
  .tool-result .bottom .text {
    font-size: 14px;
  }
  .tool-result .bottom .text ul, .tool-result .bottom .text ol {
    margin: 24px 0;
  }
  .tool-result .bottom .text ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .tool-result .bottom .text ul li:before {
    width: 8px;
    height: 8px;
    top: 2px;
  }
  .tool-result .bottom .text ol li {
    padding-left: 24px;
  }
  .tool-result .bottom .text ol li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .tool-result .bottom .text ol li:before {
    width: 16px;
    height: 16px;
    top: 0;
  }
  .tool-result .bottom .sm-logo {
    width: 80px;
    margin-bottom: 20px;
  }
  .tool-result .bottom .buttons {
    gap: 8px;
    margin: 24px 0;
  }
  .tool-result .bottom .tool-p {
    margin: 24px 0;
  }
  .tool-result .constipation .background img {
    object-position: initial;
  }
  .tool-result .constipation .content {
    margin-left: 0;
  }
}

.tool-prefer-treatment {
  display: none;
}
.tool-prefer-treatment .rhd-row {
  padding-top: 120px;
  padding-bottom: 40px;
  background: url("../images/prefer-treatment.png") no-repeat right bottom;
  background-size: 800px auto;
}
.tool-prefer-treatment .tool-title {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto 80px;
}
.tool-prefer-treatment .row {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.tool-prefer-treatment .tool-label {
  margin-bottom: 24px;
}
.tool-prefer-treatment .pregnancy-remark {
  display: none;
  margin-bottom: 16px;
  margin-top: 48px;
  font-size: 16px;
  max-width: 550px;
  color: #808182;
  line-height: 1.2;
}
.tool-prefer-treatment .options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tool-prefer-treatment .options.second {
  gap: 20px;
  margin: 90px 0 40px;
}
.tool-prefer-treatment .tool-remark {
  margin-top: 120px;
  max-width: 420px;
}
@media screen and (max-width: 1440px) {
  .tool-prefer-treatment .rhd-row {
    background-position: calc(100% + 120px) bottom;
  }
}
@media screen and (max-width: 960px) {
  .tool-prefer-treatment .rhd-row {
    padding-top: 60px;
    background: url("../images/prefer-treatment-2.png") no-repeat right bottom;
    background-size: auto 100%;
  }
  .tool-prefer-treatment .tool-title {
    margin: 0 auto 24px;
  }
  .tool-prefer-treatment .tool-label {
    text-align: center;
  }
  .tool-prefer-treatment .pregnancy-remark {
    margin-top: 24px;
    text-align: center;
    font-weight: bold;
  }
  .tool-prefer-treatment .options {
    gap: 16px;
    justify-content: center;
  }
  .tool-prefer-treatment .options.second {
    gap: 16px;
    margin: 32px auto 28px;
  }
  .tool-prefer-treatment .prefer-treatment-btn-submit {
    margin: 0 auto;
  }
  .tool-prefer-treatment .tool-remark {
    margin-top: 40px;
    max-width: 70%;
    min-width: 260px;
  }
}

.tool-treatment {
  display: none;
}
.tool-treatment .overnight, .tool-treatment .three-days {
  display: none;
}
.tool-treatment .top {
  text-align: center;
}
.tool-treatment .top .rhd-row {
  padding-top: 120px;
  padding-bottom: 0;
}
.tool-treatment .top .tool-title {
  max-width: 890px;
  margin: 0 auto;
}
.tool-treatment .top .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 48px;
}
.tool-treatment .top .image {
  width: 600px;
  position: relative;
}
.tool-treatment .top .image img {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.tool-treatment .top .text-wrap {
  flex: 1;
  padding: 80px 0 64px;
  text-align: left;
}
.tool-treatment .top .text-wrap img {
  display: block;
  width: 160px;
  margin-bottom: 40px;
}
.tool-treatment .top .text-wrap .text {
  font-size: 18px;
  color: #808182;
  line-height: 1.5;
}
.tool-treatment .top .text-wrap .text p:last-of-type {
  margin-bottom: 0;
}
.tool-treatment .bottom {
  display: flex;
  flex-wrap: wrap;
  background-color: #F8E6F1;
}
.tool-treatment .bottom .product {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.tool-treatment .bottom .product .p-1, .tool-treatment .bottom .product .p-2 {
  width: 50%;
  position: relative;
}
.tool-treatment .bottom .product .p-1 img, .tool-treatment .bottom .product .p-2 img {
  display: block;
  width: 90%;
  max-width: 320px;
  margin: 120px auto 0;
  padding-bottom: 80px;
}
.tool-treatment .bottom .product .p-1 .tool-btn-2, .tool-treatment .bottom .product .p-2 .tool-btn-2 {
  position: absolute;
  bottom: 200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tool-treatment .bottom .product .p-1 {
  background-color: #FBEFE0;
}
.tool-treatment .bottom .product .p-2 {
  background-color: #F0F7E4;
}
.tool-treatment .bottom .product .p {
  width: 100%;
}
.tool-treatment .bottom .product .p img {
  display: block;
  width: 90%;
  max-width: 320px;
  margin: 120px auto;
}
.tool-treatment .bottom .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.tool-treatment .bottom .text {
  position: relative;
  width: 50%;
  max-width: 640px;
  padding: 64px 48px 200px;
}
.tool-treatment .bottom .product-title {
  font-family: "Gotham";
  font-size: 30px;
  font-weight: normal;
  padding: 0;
}
.tool-treatment .bottom .product-text {
  margin: 24px 0 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}
.tool-treatment .bottom .tool-remark {
  position: absolute;
  left: 64px;
  bottom: 32px;
  max-width: 400px;
}
@media screen and (max-width: 1120px) {
  .tool-treatment .top .image {
    width: 520px;
    margin-left: -80px;
  }
}
@media screen and (max-width: 960px) {
  .tool-treatment .top .rhd-row {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tool-treatment .top .tool-title {
    margin: 0 auto 40px;
  }
  .tool-treatment .top .row {
    display: block;
  }
  .tool-treatment .top .image {
    display: none;
  }
  .tool-treatment .top .text-wrap {
    padding: 0;
    text-align: center;
  }
  .tool-treatment .top .text-wrap img {
    width: 140px;
    margin: 0 auto 40px;
  }
  .tool-treatment .top .text-wrap .text {
    font-size: 14px;
  }
  .tool-treatment .bottom {
    display: block;
  }
  .tool-treatment .bottom .product {
    width: 100%;
  }
  .tool-treatment .bottom .product .p-1, .tool-treatment .bottom .product .p-2 {
    padding-bottom: 32px;
  }
  .tool-treatment .bottom .product .p-1 img, .tool-treatment .bottom .product .p-2 img {
    margin: 32px auto 16px;
    padding-bottom: 0;
  }
  .tool-treatment .bottom .product .p-1 .tool-btn-2, .tool-treatment .bottom .product .p-2 .tool-btn-2 {
    position: relative;
    bottom: inherit;
  }
  .tool-treatment .bottom .product .p {
    width: 100%;
  }
  .tool-treatment .bottom .product .p img {
    margin: 48px auto 8px;
  }
  .tool-treatment .bottom .buttons {
    display: block;
  }
  .tool-treatment .bottom .buttons a {
    margin-bottom: 16px;
  }
  .tool-treatment .bottom .text {
    width: 100%;
    max-width: 100%;
    padding: 40px;
  }
  .tool-treatment .bottom .product-title {
    font-size: 18px;
  }
  .tool-treatment .bottom .product-text {
    margin: 24px 0;
    font-size: 14px;
  }
  .tool-treatment .bottom .tool-remark {
    position: relative;
    left: initial;
    bottom: initial;
  }
}

.tool-thank-you {
  display: none;
}
.tool-thank-you .top {
  text-align: center;
}
.tool-thank-you .top .rhd-row {
  padding-top: 120px;
  padding-bottom: 120px;
}
.tool-thank-you .top .tool-text {
  max-width: 900px;
  margin: 40px auto 0;
}
.tool-thank-you .bottom {
  position: relative;
}
.tool-thank-you .bottom .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
}
.tool-thank-you .bottom .background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.tool-thank-you .bottom .content {
  position: relative;
  width: 505px;
  padding-top: 140px;
  padding-bottom: 60px;
  margin-left: auto;
  z-index: 1;
}
.tool-thank-you .bottom .btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #D60072;
  border-radius: 6px;
  padding: 45px 96px 45px 40px;
  background-color: #FFF;
  font-family: "Gotham";
  font-size: 28px;
  line-height: 1.2;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s linear;
}
.tool-thank-you .bottom .btn:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D60072;
  z-index: -1;
  transition: all 0.3s linear;
}
.tool-thank-you .bottom .btn:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background: url("../images/arrow-2.svg") no-repeat center;
  background-size: contain;
  z-index: 2;
  transition: all 0.3s linear;
}
.tool-thank-you .bottom .btn:hover {
  color: #FFF;
}
.tool-thank-you .bottom .btn:hover:before {
  width: 100%;
}
.tool-thank-you .bottom .btn:hover:after {
  background: url("../images/arrow.svg") no-repeat center;
  background-size: contain;
}
.tool-thank-you .bottom .tool-remark {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .tool-thank-you .top .rhd-row {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .tool-thank-you .bottom {
    position: relative;
  }
  .tool-thank-you .bottom .background {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    height: auto;
    background-color: #FFF;
  }
  .tool-thank-you .bottom .background img {
    width: 100%;
    height: auto;
    object-fit: initial;
    object-position: initial;
  }
  .tool-thank-you .bottom .content {
    position: relative;
    width: 100%;
    padding: 0;
    margin-left: auto;
    top: -120px;
    margin-bottom: -80px;
  }
  .tool-thank-you .bottom .btn {
    margin: 0 auto 16px;
    padding: 26px 40px;
    font-size: 16px;
  }
  .tool-thank-you .bottom .btn:after {
    width: 24px;
    height: 24px;
  }
  .tool-thank-you .bottom .tool-remark {
    margin-top: 45px;
    text-align: center;
  }
}

#section__rhd_tool {
  background-color: #F6F6F6;
  padding: 0 !important;
}
#section__rhd_tool .et_pb_row {
  padding: 0 !important;
}
#section__rhd_tool .tool-widget {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-end;
}
#section__rhd_tool .image {
  flex: 1;
}
#section__rhd_tool .image img {
  display: block;
}
#section__rhd_tool .content {
  width: 45%;
  margin-left: auto;
  padding: 150px 0;
}
#section__rhd_tool .title {
  font-size: 56px;
  margin: 0 0 40px;
  padding: 0;
}
#section__rhd_tool .text {
  font-size: 18px;
  line-height: 1.3;
  color: #D60072;
  font-weight: 600;
  margin: 0 0 40px;
}
#section__rhd_tool .text strong {
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #section__rhd_tool .tool-widget {
    gap: 0;
    flex-direction: column-reverse;
  }
  #section__rhd_tool .image {
    width: 100%;
  }
  #section__rhd_tool .image img {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
  }
  #section__rhd_tool .content {
    width: 100%;
    padding: 40px 40px 0;
  }
  #section__rhd_tool .title {
    font-size: 28px;
    margin: 0 0 20px;
  }
  #section__rhd_tool .text {
    font-size: 14px;
    margin: 0 0 24px;
  }
}

/*# sourceMappingURL=rhd-tool.css.map */
