.signup_popup {
  position: fixed;
  bottom: 22px;
  left: 22px;
  width: 497px;
  background-color: #22314E;
  padding: 34px 67px 34px 67px;
  border-radius: 4px;
  -webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
  transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 767px) {
  .signup_popup {
    padding: 12px 15px 23px 15px;
    width: -webkit-calc(100% - 44px);
    width: -moz-calc(100% - 44px);
    width: calc(100% - 44px);
    height: initial;
  }
}
.signup_popup.active {
  opacity: 1;
  visibility: visible;
}
.signup_popup.enabled {
  display: block;
}
.signup_popup .signup_popup__form {
  margin-top: 24px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out, margin 0.3s ease-out;
  -o-transition: height 0.3s ease-out, margin 0.3s ease-out;
  -moz-transition: height 0.3s ease-out, margin 0.3s ease-out;
  transition: height 0.3s ease-out, margin 0.3s ease-out;
}
.signup_popup .signup_popup__form .thank_you_message {
  color: white;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .signup_popup .signup_popup__form {
    height: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .signup_popup.expanted .signup_popup__form {
    height: 152px;
    margin-top: 24px;
  }
}
.signup_popup .signup_popup__close {
  position: absolute;
  right: 17px;
  top: 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .signup_popup .signup_popup__close {
    right: 9px;
    top: 8px;
  }
}
.signup_popup .signup_popup__title {
  font-family: Canela, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  color: white;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .signup_popup .signup_popup__title {
    font-size: 20px;
    line-height: 36px;
  }
}
.signup_popup .signup_popup__subtitle {
  font-family: "europa", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #A2AAAD;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .signup_popup .signup_popup__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.signup_popup .footer_title {
  margin-bottom: 24px;
}
.signup_popup form {
  position: relative;
  width: 360px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .signup_popup form {
    width: 100%;
  }
}
.signup_popup form[data-status=submitting] button svg {
  display: none;
}
.signup_popup form[data-status=submitting] .loader {
  display: block;
}
.signup_popup input[type=email],
.signup_popup input[type=text] {
  border: 1px solid white;
  width: 360px;
  max-width: 100%;
  height: 44px;
  background-color: transparent;
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  padding: 0 24px;
  padding-right: 24px;
  color: #FFFFFF;
}
.signup_popup input[type=email]::-webkit-input-placeholder,
.signup_popup input[type=text]::-webkit-input-placeholder {
  opacity: 1;
  color: #5B6D8F;
}
.signup_popup input[type=email]::-moz-placeholder,
.signup_popup input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #5B6D8F;
}
.signup_popup input[type=email]:-moz-placeholder,
.signup_popup input[type=text]:-moz-placeholder {
  opacity: 1;
  color: #5B6D8F;
}
.signup_popup input[type=email]:-ms-input-placeholder,
.signup_popup input[type=text]:-ms-input-placeholder {
  opacity: 1;
  color: #5B6D8F;
}
@media screen and (max-width: 767px) {
  .signup_popup input[type=email],
  .signup_popup input[type=text] {
    width: 100%;
  }
}
.signup_popup input[type=email].wpcf7-not-valid,
.signup_popup input[type=text].wpcf7-not-valid {
  border: 1px solid #dc3232;
}
.signup_popup input:-webkit-autofill {
  -webkit-text-fill-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0px 1000px #22314E inset !important;
  color: #FFFFFF !important;
}
.signup_popup input[type=email] {
  padding-right: 130px;
}
.signup_popup .btn_wrap {
  position: absolute;
  display: inline-block;
  right: 20px;
  bottom: 13px;
}
.signup_popup button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin-top: 7px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-right: 37px;
}
.signup_popup button svg {
  overflow: visible;
  position: absolute;
  right: 0px;
  width: 27px;
  -webkit-transform: translateY(1px);
     -moz-transform: translateY(1px);
      -ms-transform: translateY(1px);
       -o-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.signup_popup button svg path {
  stroke: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.signup_popup button svg rect {
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (min-width: 1025px) {
  .signup_popup button:hover {
    color: #A2AAAD;
  }
  .signup_popup button:hover svg {
    -webkit-transform: translateY(1px);
       -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
         -o-transform: translateY(1px);
            transform: translateY(1px);
  }
  .signup_popup button:hover svg path {
    stroke: #A2AAAD;
    -webkit-transform: translate(5px);
       -moz-transform: translate(5px);
        -ms-transform: translate(5px);
         -o-transform: translate(5px);
            transform: translate(5px);
  }
  .signup_popup button:hover svg rect {
    stroke: #A2AAAD;
    -webkit-transform: translateY(-2px) scale(1.16);
       -moz-transform: translateY(-2px) scale(1.16);
        -ms-transform: translateY(-2px) scale(1.16);
         -o-transform: translateY(-2px) scale(1.16);
            transform: translateY(-2px) scale(1.16);
  }
}
.signup_popup .thank_you_message {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}
.signup_popup .loader {
  position: absolute;
  right: 0px;
  width: 26px;
  top: 4px;
  display: none;
}
.signup_popup .wpcf7-response-output,
.signup_popup .wpcf7-not-valid-tip {
  display: none;
}
.signup_popup .submit_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.signup_popup_menu {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .signup_popup_menu {
    width: 396px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .signup_popup_menu {
    width: 100%;
  }
}
.signup_popup_menu form {
  position: relative;
  width: 396px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .signup_popup_menu form {
    width: 100%;
  }
}
.signup_popup_menu form[data-status=submitting] button svg {
  display: none;
}
.signup_popup_menu form[data-status=submitting] .loader {
  display: block;
}
.signup_popup_menu .signup_popup_menu__title {
  font-family: Canela, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  color: white;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .signup_popup_menu .signup_popup_menu__title {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  }
}
.signup_popup_menu .signup_popup_menu__subtitle {
  font-family: "europa", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #A2AAAD;
  margin-top: 8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .signup_popup_menu .signup_popup_menu__subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.signup_popup_menu .signup_popup_menu__form .thank_you_message {
  color: white;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  .signup_popup_menu .signup_popup_menu__form .thank_you_message {
    white-space: nowrap;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .signup_popup_menu .signup_popup_menu__form .thank_you_message {
    white-space: initial;
  }
}
.signup_popup_menu input[type=email],
.signup_popup_menu input[type=text] {
  border: 1px solid #22314E;
  width: 396px;
  max-width: 100%;
  height: 44px;
  background-color: transparent;
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  padding: 0 24px;
  padding-right: 130px;
  color: #FFFFFF;
}
.signup_popup_menu input[type=email]::-webkit-input-placeholder,
.signup_popup_menu input[type=text]::-webkit-input-placeholder {
  opacity: 1;
  color: #5B6D8F;
}
.signup_popup_menu input[type=email]::-moz-placeholder,
.signup_popup_menu input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #5B6D8F;
}
.signup_popup_menu input[type=email]:-moz-placeholder,
.signup_popup_menu input[type=text]:-moz-placeholder {
  opacity: 1;
  color: #5B6D8F;
}
.signup_popup_menu input[type=email]:-ms-input-placeholder,
.signup_popup_menu input[type=text]:-ms-input-placeholder {
  opacity: 1;
  color: #5B6D8F;
}
@media screen and (max-width: 767px) {
  .signup_popup_menu input[type=email],
  .signup_popup_menu input[type=text] {
    width: 100%;
  }
}
.signup_popup_menu input[type=email].wpcf7-not-valid,
.signup_popup_menu input[type=text].wpcf7-not-valid {
  border: 1px solid #dc3232;
}
.signup_popup_menu input[type=email] {
  padding-right: 130px;
}
.signup_popup_menu .btn_wrap {
  position: absolute;
  display: inline-block;
  top: unset;
  bottom: 13px;
  right: 20px;
}
.signup_popup_menu button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin-top: 7px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-right: 37px;
}
.signup_popup_menu button svg {
  position: absolute;
  right: 0px;
  width: 27px;
  margin-top: 3px;
}
.signup_popup_menu button svg path {
  stroke: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .signup_popup_menu button:hover {
    color: #A2AAAD;
  }
  .signup_popup_menu button:hover svg path {
    stroke: #A2AAAD;
  }
}
.signup_popup_menu .thank_you_message {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}
.signup_popup_menu .loader {
  position: absolute;
  right: 0px;
  width: 26px;
  top: 4px;
  display: none;
}
.signup_popup_menu .wpcf7-response-output,
.signup_popup_menu .wpcf7-not-valid-tip {
  display: none;
}
.signup_popup_menu .submit_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.signup_popup .email_footer > span,
.signup_popup_menu .email_footer > span {
  display: block;
  margin-bottom: 10px;
}
.signup_popup .email_footer > span:last-child,
.signup_popup_menu .email_footer > span:last-child {
  margin-bottom: 0;
}
.signup_popup .email_footer .email_btn_wrap,
.signup_popup_menu .email_footer .email_btn_wrap {
  position: relative;
}/*# sourceMappingURL=signup_popup.css.map */