.product-gate .container .top-row .back-button, .product-gate .container .options .option .link button {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  border-radius: 60px;
  text-decoration: none;
  padding: 12px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid transparent;
}
.product-gate .container .top-row .back-button svg, .product-gate .container .options .option .link button svg {
  margin-right: 10px;
}
.product-gate .container .top-row .back-button:disabled, .product-gate .container .options .option .link button:disabled {
  opacity: 0.5;
}
.product-gate .container .top-row .back-button:disabled:hover, .product-gate .container .options .option .link button:disabled:hover {
  cursor: not-allowed;
}

.product-gate .container .options .option .link button {
  background-color: #88BC23;
  color: #061D41;
}
.product-gate .container .options .option .link button:hover:not(:disabled) {
  background-color: #fff !important;
  border: 1px solid #88BC23;
}

.product-gate .container .top-row .back-button {
  border: 2px solid #88BC23;
}
.product-gate .container .top-row .back-button svg {
  color: #88BC23;
}

.product-gate {
  padding-bottom: 200px;
}
@media screen and (max-width: 950px) {
  .product-gate {
    margin-top: 25px !important;
    padding: 0 20px;
  }
}
.product-gate .container {
  max-width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .product-gate .container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}
.product-gate .container .top-row {
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: center;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 950px) {
  .product-gate .container .top-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.product-gate .container .top-row .back-button {
  padding: 10px 30px;
  position: absolute;
  left: 0;
  height: 44px;
}
@media screen and (max-width: 950px) {
  .product-gate .container .top-row .back-button {
    order: 2;
    width: 128px;
    height: 44px;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
  }
}
.product-gate .container .top-row .outer-title {
  height: 44px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 950px) {
  .product-gate .container .top-row .outer-title {
    order: 1;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
  }
  .product-gate .container .top-row .outer-title h4 {
    font-size: 26px;
  }
}
.product-gate .container .options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 975px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .product-gate .container .options {
    order: 3;
  }
}
.product-gate .container .options .option {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(6, 29, 65, 0.0509803922);
  padding: 35px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(33% - 11px);
}
@media screen and (max-width: 950px) {
  .product-gate .container .options .option {
    width: 100%;
  }
}
.product-gate .container .options .option .textarea {
  flex: 1;
  min-height: 80px;
}
.product-gate .container .options .option .textarea p {
  font-size: 15px;
  letter-spacing: 0;
  color: #061D41;
}
.product-gate .container .options .option .link {
  display: flex;
  justify-content: center;
}
.product-gate .container .options .option .link button {
  font-size: 15px;
  border-radius: 60px;
  font-weight: 700;
  width: 116px;
  height: 44px;
  padding: 0;
}

/*# sourceMappingURL=product-gate.css.map */
