/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "SFProDisplay-Bold";
  src: url("../fonts/referral/SanFranciscoDisplay-Bold.otf") format("opentype");
}
@font-face {
  font-family: "SFProDisplay-Regular";
  src: url("../fonts/referral/SanFranciscoText-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Alata";
  src: url("../fonts/referral/Alata-Regular.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  cursor: pointer;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #FFFFFF;
}

::placeholder {
  color: #999999;
  font-size: 14px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-size: 14px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
  font-size: 14px;
}

input {
  border: none;
  outline: none;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #d3dfe8;
}

.formContainer, .formContainerHappy, .formContainerSad {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .formContainer, .formContainerHappy, .formContainerSad {
    padding: 20px;
  }
}
.formContainer .title, .formContainerHappy .title, .formContainerSad .title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin-bottom: 8px;
  font-family: SFProDisplay-Bold;
}
@media (max-width: 768px) {
  .formContainer .title, .formContainerHappy .title, .formContainerSad .title {
    font-size: 20px;
  }
}
.formContainer .description, .formContainerHappy .description, .formContainerSad .description {
  font-size: 14px;
  text-align: center;
  color: #999999;
  margin-bottom: 40px;
  font-family: SFProDisplay-Regular;
}
@media (max-width: 768px) {
  .formContainer .description, .formContainerHappy .description, .formContainerSad .description {
    font-size: 12px;
    margin-bottom: 24px;
  }
}

.formContainerHappy, .formContainerSad {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.formContainerHappy .btnHappy, .formContainerHappy .btnSad, .formContainerSad .btnHappy, .formContainerSad .btnSad {
  padding: 0;
  margin: 0 0 16px;
}
.formContainerHappy .title, .formContainerSad .title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin-bottom: 8px;
  font-family: SFProDisplay-Bold;
}
@media (max-width: 768px) {
  .formContainerHappy .title, .formContainerSad .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.formContainerHappy .description, .formContainerSad .description {
  font-size: 14px;
  text-align: center;
  color: #999999;
  margin-bottom: 15px;
  font-family: SFProDisplay-Regular;
}
@media (max-width: 768px) {
  .formContainerHappy .description, .formContainerSad .description {
    margin-bottom: 24px;
  }
}
.formContainerHappy .happyBanner, .formContainerSad .happyBanner {
  width: 100%;
  object-fit: contain;
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .formContainerHappy .happyBanner, .formContainerSad .happyBanner {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.formContainerHappy .cifPhoneLabel, .formContainerHappy .shareLinkLabel, .formContainerSad .cifPhoneLabel, .formContainerSad .shareLinkLabel {
  font-family: SFProDisplay-Regular;
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
  width: 435px;
  text-align: left;
}
@media (max-width: 768px) {
  .formContainerHappy .cifPhoneLabel, .formContainerHappy .shareLinkLabel, .formContainerSad .cifPhoneLabel, .formContainerSad .shareLinkLabel {
    width: 100%;
  }
}
.formContainerHappy .cifPhoneInputContainer, .formContainerHappy .shareLinkInputContainer, .formContainerSad .cifPhoneInputContainer, .formContainerSad .shareLinkInputContainer {
  width: 435px;
  height: 48px;
  margin-bottom: 16px;
  padding: 2px;
  border-radius: 20px;
  border: solid 1px #d3dfe8;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .formContainerHappy .cifPhoneInputContainer, .formContainerHappy .shareLinkInputContainer, .formContainerSad .cifPhoneInputContainer, .formContainerSad .shareLinkInputContainer {
    width: 100%;
  }
}
.formContainerHappy .cifPhoneInputContainer .cifPhoneInput, .formContainerHappy .cifPhoneInputContainer .shareLinkInput, .formContainerHappy .shareLinkInputContainer .cifPhoneInput, .formContainerHappy .shareLinkInputContainer .shareLinkInput, .formContainerSad .cifPhoneInputContainer .cifPhoneInput, .formContainerSad .cifPhoneInputContainer .shareLinkInput, .formContainerSad .shareLinkInputContainer .cifPhoneInput, .formContainerSad .shareLinkInputContainer .shareLinkInput {
  font-family: SFProDisplay-Regular;
  font-size: 16px;
  color: #124a72;
  padding: 0 10px;
  width: 338px;
}
@media (max-width: 768px) {
  .formContainerHappy .cifPhoneInputContainer .cifPhoneInput, .formContainerHappy .cifPhoneInputContainer .shareLinkInput, .formContainerHappy .shareLinkInputContainer .cifPhoneInput, .formContainerHappy .shareLinkInputContainer .shareLinkInput, .formContainerSad .cifPhoneInputContainer .cifPhoneInput, .formContainerSad .cifPhoneInputContainer .shareLinkInput, .formContainerSad .shareLinkInputContainer .cifPhoneInput, .formContainerSad .shareLinkInputContainer .shareLinkInput {
    width: 100%;
  }
}
.formContainerHappy .cifPhoneInputContainer .cifPhoneButton, .formContainerHappy .cifPhoneInputContainer .shareLinkButton, .formContainerHappy .shareLinkInputContainer .cifPhoneButton, .formContainerHappy .shareLinkInputContainer .shareLinkButton, .formContainerSad .cifPhoneInputContainer .cifPhoneButton, .formContainerSad .cifPhoneInputContainer .shareLinkButton, .formContainerSad .shareLinkInputContainer .cifPhoneButton, .formContainerSad .shareLinkInputContainer .shareLinkButton {
  width: 120px;
  height: 42px;
  border-radius: 17px;
  background-color: #cadbe7;
  font-weight: bold;
  font-family: SFProDisplay-Bold;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.formContainerHappy .cifPhoneInputContainer .activeButton, .formContainerHappy .shareLinkInputContainer .activeButton, .formContainerSad .cifPhoneInputContainer .activeButton, .formContainerSad .shareLinkInputContainer .activeButton {
  background-color: #124a72;
}
.formContainerHappy .shareLinkInput, .formContainerSad .shareLinkInput {
  background-color: #f5f5f5;
}
.formContainerHappy .shareLinkInputContainer, .formContainerSad .shareLinkInputContainer {
  margin-bottom: 32px;
  background-color: #f5f5f5;
}
.formContainerHappy .welcomeToPinetree, .formContainerSad .welcomeToPinetree {
  font-family: SFProDisplay-Bold;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #666666;
  max-width: 338px;
}

.buttonContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.buttonContainer .sadText {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #d75858;
  font-family: SFProDisplay-Bold;
}
.buttonContainer .happyText {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #33a95e;
  font-family: SFProDisplay-Bold;
}

.btnHappy, .btnSad {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  cursor: pointer;
  margin: 0 24px;
}
@media (max-width: 768px) {
  .btnHappy, .btnSad {
    margin: 0 12px;
  }
}
.btnHappy img, .btnHappy p, .btnSad img, .btnSad p {
  pointer-events: none;
}

.happyIcon {
  width: 140px;
  height: 140px;
  padding: 13px 14px 15px 13px;
  border-radius: 20px;
  background-color: #e4f4e9;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .happyIcon {
    width: 100px;
    height: 100px;
  }
}

.sadIcon {
  width: 140px;
  height: 140px;
  padding: 14px 15px 15px 14px;
  border-radius: 20px;
  background-color: #ffe7e7;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .sadIcon {
    width: 100px;
    height: 100px;
  }
}

.surveyButton {
  width: 356px;
  height: 56px;
  border-radius: 20px;
  background-color: #124a72;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SFProDisplay-Bold;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .surveyButton {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/*
.grecaptcha-badge {
  visibility: hidden;
  max-width: 1px;
  max-height: 1px;
}
*/
.boxContent, .boxContentHappy, .boxContentSad {
  width: 100%;
  margin-top: 47px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 20px 10px #e2eef5;
  border: solid 1px #d3dfe8;
  background-color: #ffffff;
  display: none;
}
@media (max-width: 768px) {
  .boxContent, .boxContentHappy, .boxContentSad {
    margin-top: 24px;
    padding: 0;
  }
}

.boxContent {
  display: block;
}

.boxContentHappy, .boxContentSad {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .boxContentHappy, .boxContentSad {
    margin-top: 70px;
  }
}

.formContainerHappy, .formContainerSad {
  padding: 48px;
  margin-top: -120px;
}
@media (max-width: 768px) {
  .formContainerHappy, .formContainerSad {
    margin-top: -70px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .formContainerHappy .divider, .formContainerSad .divider {
    margin-bottom: 24px;
  }
}

.formContainer {
  padding: 56px 80px 80px 70px;
}
@media (max-width: 768px) {
  .formContainer {
    padding: 20px;
  }
}

.bodyBackground {
  background-image: linear-gradient(to bottom, #fafdff, #f0f9ff);
}

.pageContainer {
  width: 680px;
  margin: 0 auto;
  min-height: calc(100vh);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pageContainer {
    padding: 20px;
    width: 100%;
  }
}

.content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.content .headerBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .content .headerBar {
    padding-top: 0;
    justify-content: center;
  }
}
.content .headerBar .headerLogo {
  width: 135px;
  height: 51px;
  object-fit: contain;
}

.headerActions, .footerActions {
  display: none;
  align-items: center;
}
.headerActions a, .footerActions a {
  padding: 5px;
  margin: 5px;
}
.headerActions .hotlineContainer, .footerActions .hotlineContainer {
  display: flex;
  align-items: center;
  padding: 2px 12px 2px 2px;
  border-radius: 100px;
  border: solid 1px #d3dfe8;
}
.headerActions .hotlineContainer .hotlineIconContainer, .footerActions .hotlineContainer .hotlineIconContainer {
  width: 28px;
  height: 28px;
  margin: 0 5px 0 0;
  background-color: #124a72;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerActions .hotlineContainer .hotlineText, .footerActions .hotlineContainer .hotlineText {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #124a72;
  font-family: SFProDisplay-Bold;
}
@media (max-width: 768px) {
  .headerActions .hotlineContainer .hotlineText, .footerActions .hotlineContainer .hotlineText {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .footerActions {
    display: flex;
    margin-top: 30px;
  }
}

@media (min-width: 769px) {
  .headerActions {
    display: flex;
  }
}

.footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
}
.footer .copyright, .footer .googleCopyright {
  font-family: Alata;
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .footer .copyright, .footer .googleCopyright {
    font-size: 12px;
  }
}
.footer .googleCopyright {
  display: none;
}

/*# sourceMappingURL=referral-desktop-1.css.map */
