@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local("Raleway SemiBold"), local("Raleway-Medium"), url("../fonts/Raleway/Raleway-SemiBold.ttf") format("truetype");
}
/* line 11, ../sass/login.scss */
.e-login-pg .e-loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #FF2052;
}
/* line 20, ../sass/login.scss */
.e-login-pg .epic-btn {
  border-radius: 0 !important;
  font-family: "Raleway" !important;
  font-weight: 700 !important;
  padding: 5px 18px;
  letter-spacing: .5px !important;
}
/* line 27, ../sass/login.scss */
.e-login-pg .e-bg-holder {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  min-height: 675px;
  min-width: 1280px;
  width: 100vw;
  z-index: -2;
}
/* line 37, ../sass/login.scss */
.e-login-pg .e-bg-holder .e-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 44, ../sass/login.scss */
.e-login-pg .e-bg-holder .e-bg-image:nth-child(1) {
  background: url("../img/login_bg_food.jpg") center center/cover no-repeat #333;
}
/* line 47, ../sass/login.scss */
.e-login-pg .e-bg-holder .e-bg-image:nth-child(2) {
  background: url("../img/login_bg_fitness.jpg") center center/cover no-repeat #333;
  display: none;
}
/* line 51, ../sass/login.scss */
.e-login-pg .e-bg-holder .e-bg-image:nth-child(3) {
  background: url("../img/login_bg_corporate.jpg") center center/cover no-repeat #333;
  display: none;
}
/* line 55, ../sass/login.scss */
.e-login-pg .e-bg-holder .e-bg-image:nth-child(4) {
  background: url("../img/login_bg_fashion.jpg") center center/cover no-repeat #333;
  display: none;
}
/* line 59, ../sass/login.scss */
.e-login-pg .e-bg-holder .e-bg-image:nth-child(5) {
  background: url("../img/login_bg_personalwealth.jpg") center center/cover no-repeat #333;
  display: none;
}
/* line 64, ../sass/login.scss */
.e-login-pg .e-bg-holder .e-bg-img-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
}
/* line 74, ../sass/login.scss */
.e-login-pg .e-bg-holder.e-gray-images .e-bg-image:nth-child(1) {
  background: url("../img/login_bg_food_gray.jpg") center center/cover no-repeat #333;
}
/* line 77, ../sass/login.scss */
.e-login-pg .e-bg-holder.e-gray-images .e-bg-image:nth-child(2) {
  background: url("../img/login_bg_fitness_gray.jpg") center center/cover no-repeat #333;
  display: none;
}
/* line 81, ../sass/login.scss */
.e-login-pg .e-bg-holder.e-gray-images .e-bg-image:nth-child(3) {
  background: url("../img/login_bg_corporate_gray.jpg") center center/cover no-repeat #333;
  display: none;
}
/* line 85, ../sass/login.scss */
.e-login-pg .e-bg-holder.e-gray-images .e-bg-image:nth-child(4) {
  background: url("../img/login_bg_fashion_gray.jpg") center center/cover no-repeat #333;
  display: none;
}
/* line 90, ../sass/login.scss */
.e-login-pg .e-bg-holder.e-gray-images .e-bg-image:nth-child(5) {
  background: url("../img/login_bg_personalwealth_gray.jpg") center center/cover no-repeat #333;
  display: none;
}
/* line 96, ../sass/login.scss */
.e-login-pg .e-bg-holder.e-gray-images .e-bg-img-layer {
  display: none !important;
}
/* line 101, ../sass/login.scss */
.e-login-pg .e-brand-logo-c {
  padding: 1vh 0 5vh;
  margin-left: -7px;
}
@media (max-width: 1900px) {
  /* line 101, ../sass/login.scss */
  .e-login-pg .e-brand-logo-c {
    margin-left: 0 !important;
  }
}
/* line 109, ../sass/login.scss */
.e-login-pg .e-brand-logo-c img {
  width: 300px;
}
@media (max-width: 430px) {
  /* line 109, ../sass/login.scss */
  .e-login-pg .e-brand-logo-c img {
    width: 200px;
  }
}
/* line 118, ../sass/login.scss */
.e-login-pg .e-brand-logo-c.e-only-logo img {
  width: 60px;
}
/* line 122, ../sass/login.scss */
.e-login-pg .e-brand-logo-c span.e-logo-text {
  font-family: "Raleway";
  font-weight: 800;
  color: white;
  font-size: 26px;
  vertical-align: middle;
}

/* line 131, ../sass/login.scss */
.e-login-page-content {
  max-width: 1000px;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 625px;
}
@media (max-width: 767px) {
  /* line 131, ../sass/login.scss */
  .e-login-page-content {
    position: relative;
  }
}

/* line 146, ../sass/login.scss */
.e-acc-not-activated-msg {
  display: none;
  color: #FF2052;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding-top: 15px;
}
/* line 154, ../sass/login.scss */
.e-acc-not-activated-msg .e-link {
  color: #FF2052;
  text-decoration: underline !important;
}

/* line 159, ../sass/login.scss */
.e-login-modal {
  max-width: 500px;
  font-family: "Raleway";
  margin: 0 auto;
}
/* line 164, ../sass/login.scss */
.e-login-modal .e-modal-content {
  background: #fff;
  padding: 25px;
}
@media (max-width: 430px) {
  /* line 164, ../sass/login.scss */
  .e-login-modal .e-modal-content {
    padding: 25px 15px;
  }
}
/* line 172, ../sass/login.scss */
.e-login-modal .e-modal-header {
  position: relative;
  color: #404040;
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 20px;
  padding-right: 25px;
  text-transform: uppercase;
}
/* line 181, ../sass/login.scss */
.e-login-modal .e-modal-header p {
  font-size: 12px;
  font-weight: 600;
  margin: 2px 0px 0px;
  letter-spacing: .3px;
  text-transform: none;
}
/* line 189, ../sass/login.scss */
.e-login-modal .e-modal-header .fa-stack {
  position: absolute;
  top: -18px;
  right: -14px;
  color: #cccccc;
  font-size: 16px;
  cursor: pointer;
}
/* line 197, ../sass/login.scss */
.e-login-modal .e-modal-header .fa-chevron-left {
  margin-left: -2px;
  margin-top: 1px;
}
/* line 204, ../sass/login.scss */
.e-login-modal .e-login-options-holder.e-active .e-option {
  background: #666;
  color: #fff;
  font-weight: 600;
}
/* line 209, ../sass/login.scss */
.e-login-modal .e-login-options-holder.e-active .e-option .fa {
  color: #fff;
}
/* line 212, ../sass/login.scss */
.e-login-modal .e-login-options-holder.e-active .e-option .fa-twitter,
.e-login-modal .e-login-options-holder.e-active .e-option .fa-linkedin-square {
  font-size: 21px;
  vertical-align: middle;
}
/* line 220, ../sass/login.scss */
.e-login-modal .e-option {
  background: #e6e6e6;
  padding: 5px 18px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  cursor: pointer;
}
/* line 229, ../sass/login.scss */
.e-login-modal .e-option .fa {
  margin-right: 10px;
  font-size: 18px;
  color: #666;
}
/* line 234, ../sass/login.scss */
.e-login-modal .e-option .fa-twitter,
.e-login-modal .e-option .fa-linkedin-square {
  font-size: 21px;
  vertical-align: middle;
}
/* line 240, ../sass/login.scss */
.e-login-modal .e-option:hover {
  background: #FF2052 !important;
  font-weight: 600;
  color: #fff;
}
/* line 245, ../sass/login.scss */
.e-login-modal .e-option:hover .fa {
  color: #fff;
}
/* line 251, ../sass/login.scss */
.e-login-modal .e-modal-footer, .e-login-modal .e-modal-footer a {
  font-size: 10px;
  color: #ccc;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 10px 0;
}
/* line 259, ../sass/login.scss */
.e-login-modal .e-highlight-text {
  color: #FF2052;
}
/* line 262, ../sass/login.scss */
.e-login-modal .e-sign-in-footer,
.e-login-modal .e-sign-up-footer,
.e-login-modal .e-login-options-footer {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .3px;
  padding: 25px 0 0;
}
/* line 270, ../sass/login.scss */
.e-login-modal .e-sign-in-footer .e-link,
.e-login-modal .e-sign-up-footer .e-link,
.e-login-modal .e-login-options-footer .e-link {
  border: 1px solid #FF2052;
  color: #FF2052;
  padding: 2px 7px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.8px;
  margin-left: 5px;
}
/* line 279, ../sass/login.scss */
.e-login-modal .e-sign-in-footer .e-link:hover,
.e-login-modal .e-sign-up-footer .e-link:hover,
.e-login-modal .e-login-options-footer .e-link:hover {
  background: #FF2052;
  color: #fff;
  font-weight: 800;
}
/* line 286, ../sass/login.scss */
.e-login-modal .e-label {
  font-family: "Raleway";
  letter-spacing: 0.5px;
  font-size: 15px;
}
/* line 291, ../sass/login.scss */
.e-login-modal .e-privacy-text-c {
  position: relative;
  margin-bottom: 20px;
}
/* line 295, ../sass/login.scss */
.e-login-modal .e-privacy-text-c input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  z-index: 9;
  cursor: pointer;
  width: 20px;
}
/* line 307, ../sass/login.scss */
.e-login-modal .e-privacy-text-c input[type="checkbox"]:focus + .e-checkbox-ic {
  box-shadow: inset 0 0 6px #FF2052;
}
/* line 311, ../sass/login.scss */
.e-login-modal .e-privacy-text-c .e-checkbox-ic {
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #ccc;
  display: inline-block;
  text-align: center;
}
/* line 321, ../sass/login.scss */
.e-login-modal .e-privacy-text-c .e-checkbox-ic .e-checked {
  color: #999;
  font-size: 12px;
  line-height: 1;
  vertical-align: top;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .12s ease;
}
/* line 332, ../sass/login.scss */
.e-login-modal .e-privacy-text-c input[type="checkbox"]:checked + .e-checkbox-ic {
  box-shadow: none !important;
}
/* line 335, ../sass/login.scss */
.e-login-modal .e-privacy-text-c input[type="checkbox"]:checked + .e-checkbox-ic > .e-checked {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 340, ../sass/login.scss */
.e-login-modal .e-privacy-text-c p {
  display: inline-block;
  letter-spacing: 0.5px;
  margin: 0 0 0 24px;
  font-weight: 500;
  line-height: 1.25;
  font-size: 10.5px;
  color: #666;
}
/* line 349, ../sass/login.scss */
.e-login-modal .e-privacy-text-c p a {
  color: #FF2052 !important;
}
/* line 353, ../sass/login.scss */
.e-login-modal .e-privacy-text-c .e-error-box {
  left: -10px;
  top: 32px;
}
/* line 358, ../sass/login.scss */
.e-login-modal .e-error-text-msg {
  font-size: 15px;
  color: #f30;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 1.2;
  margin-bottom: 35px;
}
/* line 366, ../sass/login.scss */
.e-login-modal .e-custom-input {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Raleway";
  border-width: 0 0 1px;
  border-radius: 0 !important;
  border-color: #ccc;
  margin-bottom: 20px;
  padding: 3px 0;
}
/* line 377, ../sass/login.scss */
.e-login-modal .e-custom-input.e-error {
  border-color: #F30;
  color: #F30;
}
/* line 382, ../sass/login.scss */
.e-login-modal .e-input-field-c {
  position: relative;
}
/* line 385, ../sass/login.scss */
.e-login-modal .e-error-box {
  position: absolute;
  display: inline-block;
  background: #F30;
  font-size: 11px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.5px;
  padding: 3px 5px;
  left: 0;
  top: 46px;
  visibility: hidden;
}
/* line 398, ../sass/login.scss */
.e-login-modal .e-error-box:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 12px;
  height: 0px;
  width: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #F30;
}
/* line 410, ../sass/login.scss */
.e-login-modal .e-email-auth {
  display: none;
}
/* line 413, ../sass/login.scss */
.e-login-modal .e-email-auth .e-link {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #FF2052;
  cursor: pointer;
}
/* line 419, ../sass/login.scss */
.e-login-modal .e-email-auth .e-error-text-msg {
  margin: -15px 0 0;
}
/* line 422, ../sass/login.scss */
.e-login-modal .e-email-auth .e-button-c {
  padding: 15px 0;
}
/* line 425, ../sass/login.scss */
.e-login-modal .e-email-auth .e-email-auth-footer {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .3px;
  padding: 25px 0 0;
}
/* line 431, ../sass/login.scss */
.e-login-modal .e-email-auth .e-sign-up-link {
  border: 1px solid #FF2052;
  color: #FF2052;
  padding: 2px 7px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.8px;
  margin-left: 5px;
}
/* line 440, ../sass/login.scss */
.e-login-modal .e-email-auth .e-sign-up-link:hover {
  background: #FF2052;
  color: #fff;
  font-weight: 800;
}
/* line 448, ../sass/login.scss */
.e-login-modal .e-sign-up .e-email-sign-up-footer {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .3px;
  padding: 25px 0 0;
}
/* line 454, ../sass/login.scss */
.e-login-modal .e-sign-up .e-link {
  color: #FF2052;
  cursor: pointer;
}
/* line 464, ../sass/login.scss */
.e-login-modal .e-email-confirmation .e-body-text,
.e-login-modal .e-account-activation .e-body-text,
.e-login-modal .e-account-activation-error .e-body-text {
  font-weight: 500;
  color: #777;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: .5px;
  min-height: 60px;
}
/* line 472, ../sass/login.scss */
.e-login-modal .e-email-confirmation .e-email,
.e-login-modal .e-account-activation .e-email,
.e-login-modal .e-account-activation-error .e-email {
  color: #FF2052;
}
/* line 475, ../sass/login.scss */
.e-login-modal .e-email-confirmation .e-link,
.e-login-modal .e-account-activation .e-link,
.e-login-modal .e-account-activation-error .e-link {
  color: #FF2052;
}
/* line 479, ../sass/login.scss */
.e-login-modal .e-sign-up,
.e-login-modal .e-provide-email,
.e-login-modal .e-forgot-password-c,
.e-login-modal .e-set-new-password,
.e-login-modal .e-password-reset-msg-c,
.e-login-modal .e-email-confirmation {
  display: none;
}
/* line 488, ../sass/login.scss */
.e-login-modal .e-password-reset-msg-c p {
  margin-top: 20px;
  margin-bottom: 30px;
}

/* line 495, ../sass/login.scss */
.e-pricing-page-content {
  max-width: 1200px;
  margin: auto;
  padding-top: 15px;
}
/* line 501, ../sass/login.scss */
.e-pricing-page-content .e-header-rt {
  margin: 27px -12px 0;
}
@media (max-width: 1900px) {
  /* line 501, ../sass/login.scss */
  .e-pricing-page-content .e-header-rt {
    margin-right: 0 !important;
  }
}
/* line 508, ../sass/login.scss */
.e-pricing-page-content .e-header-rt > li {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1;
  padding: 0 12px;
  margin-left: -5px;
  border-left: 1px solid #888;
}
/* line 518, ../sass/login.scss */
.e-pricing-page-content .e-header-rt > li:first-child {
  border-left: 0;
}
/* line 522, ../sass/login.scss */
.e-pricing-page-content .e-header-rt .epic-btn {
  padding: 3px 10px;
  font-size: 13px;
}
/* line 528, ../sass/login.scss */
.e-pricing-page-content .e-epicsuit-box {
  background: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 15px 20px;
  margin: 10px 0;
  letter-spacing: 0.3px;
}
/* line 535, ../sass/login.scss */
.e-pricing-page-content .e-epicsuit-box p {
  margin-bottom: 0;
}
/* line 538, ../sass/login.scss */
.e-pricing-page-content .e-epicsuit-box .e-title {
  font-size: 17px;
  font-weight: 500;
}
/* line 542, ../sass/login.scss */
.e-pricing-page-content .e-epicsuit-box .e-shortline {
  font-size: 14px;
}
/* line 545, ../sass/login.scss */
.e-pricing-page-content .e-epicsuit-box a {
  color: #FF2052;
}
/* line 550, ../sass/login.scss */
.e-pricing-page-content .e-footer-c {
  color: #ccc;
  font-size: 13px;
  padding: 5px 10px;
}
/* line 555, ../sass/login.scss */
.e-pricing-page-content .e-footer-c.e-hide-card {
  padding-left: 15%;
}

/* line 561, ../sass/login.scss */
.e-pricing-cards {
  margin-right: -5px;
  margin-left: -5px;
  max-width: 1035px;
}
/* line 566, ../sass/login.scss */
.e-pricing-cards .e-box {
  width: 45%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 572, ../sass/login.scss */
.e-pricing-cards .e-box:nth-child(2) {
  width: 55%;
}
/* line 576, ../sass/login.scss */
.e-pricing-cards .e-box-lg {
  width: 55%;
}
/* line 579, ../sass/login.scss */
.e-pricing-cards .e-hide-card {
  visibility: hidden;
  width: 15% !important;
  height: 100px;
}
/* line 584, ../sass/login.scss */
.e-pricing-cards .e-hide-card > div {
  display: none;
}
/* line 588, ../sass/login.scss */
.e-pricing-cards.e-show-offer-band .e-offer-band {
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  /* line 561, ../sass/login.scss */
  .e-pricing-cards {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 596, ../sass/login.scss */
  .e-pricing-cards .e-box {
    width: 50%;
    margin-bottom: 20px;
  }
  /* line 600, ../sass/login.scss */
  .e-pricing-cards .e-box:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 607, ../sass/login.scss */
  .e-pricing-cards .e-box {
    width: 100%;
  }
  /* line 610, ../sass/login.scss */
  .e-pricing-cards .e-box:nth-child(3) {
    width: 100%;
  }
}

/* line 617, ../sass/login.scss */
.e-price-plan {
  font-family: "Raleway";
}
/* line 620, ../sass/login.scss */
.e-price-plan b {
  font-weight: 900 !important;
  font-family: "Roboto";
  letter-spacing: 0;
}
/* line 625, ../sass/login.scss */
.e-price-plan .e-number {
  font-family: sans-serif;
}
/* line 628, ../sass/login.scss */
.e-price-plan .e-offer-band {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .8px;
  background-color: #ff2052;
  margin-bottom: -30px;
  height: 30px;
  opacity: 0;
  -webkit-transition: margin-bottom .3s ease-out;
  -moz-transition: margin-bottom .3s ease-out;
  -o-transition: margin-bottom .3s ease-out;
  transition: margin-bottom .3s ease-out;
}
/* line 645, ../sass/login.scss */
.e-price-plan .e-plan-highlight {
  background-color: #fff;
  padding: 20px;
  min-height: 238px;
}
/* line 650, ../sass/login.scss */
.e-price-plan .e-title {
  font-size: 18px;
  color: #ff2052;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin: 0 0 4px;
}
/* line 657, ../sass/login.scss */
.e-price-plan .e-title .small {
  color: inherit;
  font-weight: inherit;
}
/* line 662, ../sass/login.scss */
.e-price-plan .e-sub-title {
  font-size: 12px;
  font-weight: 600;
  color: #555555;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
  line-height: 1.1;
  height: 27px;
}
/* line 672, ../sass/login.scss */
.e-price-plan .e-price {
  font-size: 30px;
  height: 75px;
  line-height: 1;
}
/* line 677, ../sass/login.scss */
.e-price-plan .e-price .e-number {
  font-size: 39px;
  font-weight: 300;
}
/* line 682, ../sass/login.scss */
.e-price-plan .e-price .e-price-desc {
  display: block;
  color: #666;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-top: 2px;
}
/* line 690, ../sass/login.scss */
.e-price-plan .e-current-plan-text {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 26px;
  color: #FF2052;
  margin: 0;
  display: none;
}
/* line 699, ../sass/login.scss */
.e-price-plan .e-enterprise-price-text .e-price-desc {
  line-height: 1.2;
}
/* line 703, ../sass/login.scss */
.e-price-plan .e-free-trial-info {
  display: block;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #777777;
  margin: 10px 0 0;
  min-height: 16px;
}
/* line 712, ../sass/login.scss */
.e-price-plan .e-features-list {
  position: relative;
  background-color: #f0f0f0;
  padding: 30px 20px;
  min-height: 260px;
  border-top: 1px solid #ddd;
}
/* line 719, ../sass/login.scss */
.e-price-plan .e-features-list:before, .e-price-plan .e-features-list:after {
  position: absolute;
  content: '';
  top: -1px;
  height: 0;
  width: 0;
}
/* line 728, ../sass/login.scss */
.e-price-plan .e-features-list:before {
  left: 24px;
  border-top: 14px solid #ccc;
  border-bottom: 14px solid transparent;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
/* line 736, ../sass/login.scss */
.e-price-plan .e-features-list:after {
  left: 25px;
  border-top: 13px solid #fff;
  border-bottom: 13px solid transparent;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}
/* line 744, ../sass/login.scss */
.e-price-plan .e-features-list .e-feature {
  padding-bottom: 9px;
  font-size: 14.2px;
  letter-spacing: .3px;
  font-weight: 500;
}
/* line 750, ../sass/login.scss */
.e-price-plan .e-features-list .e-addon {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
/* line 760, ../sass/login.scss */
.e-price-plan .e-features-list .e-addon a {
  display: inline-block;
  border: 1px solid #ff2052;
  color: #ff2052;
  padding: 4px 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.8px;
}
/* line 769, ../sass/login.scss */
.e-price-plan .e-features-list .e-addon a:hover {
  color: #fff;
  background: #ff2052;
}
@media (max-width: 767px) {
  /* line 750, ../sass/login.scss */
  .e-price-plan .e-features-list .e-addon {
    position: static;
    padding: 20px 0;
  }
}
/* line 781, ../sass/login.scss */
.e-price-plan .e-feature-list-title {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 18px;
}
/* line 788, ../sass/login.scss */
.e-price-plan .e-new-price {
  font-size: 28px;
  line-height: 1;
}
/* line 792, ../sass/login.scss */
.e-price-plan .e-new-price .e-number {
  font-size: 34px;
  font-weight: 300;
}
/* line 797, ../sass/login.scss */
.e-price-plan .e-new-price .e-price-desc {
  display: block;
  color: #666;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-top: -5px;
  line-height: 1.2;
}
/* line 806, ../sass/login.scss */
.e-price-plan .e-old-price {
  text-decoration: line-through;
  font-size: 20px;
  color: #bbb;
  line-height: 1;
  margin: 2px 0 3px -4px;
}
/* line 813, ../sass/login.scss */
.e-price-plan .e-percnt-off {
  color: #ff2052;
  font-size: 15px;
}
/* line 817, ../sass/login.scss */
.e-price-plan .e-percnt-off .e-number {
  font-size: 16px;
}
/* line 821, ../sass/login.scss */
.e-price-plan .e-special-price-c {
  height: 75px;
}

/* line 827, ../sass/login.scss */
.e-price-plan.e-special-plan .e-plan-highlight {
  background-color: #fffff0;
}
/* line 830, ../sass/login.scss */
.e-price-plan.e-special-plan .e-features-list {
  background-color: #fefed1;
  border-top-color: #fae2ba;
}
/* line 834, ../sass/login.scss */
.e-price-plan.e-special-plan .e-features-list:before {
  border-top-color: #fae2ba;
}
/* line 838, ../sass/login.scss */
.e-price-plan.e-special-plan .e-features-list:after {
  border-top-color: #fffff0;
}
/* line 842, ../sass/login.scss */
.e-price-plan.e-special-plan .e-offer-band {
  opacity: 1 !important;
}

/* line 848, ../sass/login.scss */
.e-ty-modal .e-hightlight-text {
  color: #FF2052;
}
/* line 851, ../sass/login.scss */
.e-ty-modal .e-ty-modal-header {
  text-align: center;
  padding: 30px 15px 20px;
  background: #fff;
  color: #666;
}
/* line 857, ../sass/login.scss */
.e-ty-modal .e-ty-modal-header .fa {
  color: #FF2052;
}
/* line 860, ../sass/login.scss */
.e-ty-modal .e-ty-modal-header .e-title {
  font-size: 28px;
  font-weight: 100;
  margin: 5px 0px 0px !important;
}
/* line 866, ../sass/login.scss */
.e-ty-modal .e-modal-content {
  text-align: center;
  padding-top: 10px;
}
/* line 870, ../sass/login.scss */
.e-ty-modal .e-modal-content p {
  font-size: 16px;
}
/* line 873, ../sass/login.scss */
.e-ty-modal .e-modal-content .e-link {
  font-size: 13px;
}
/* line 877, ../sass/login.scss */
.e-ty-modal .e-number {
  font-family: "Roboto";
  font-weight: 300;
}
/* line 881, ../sass/login.scss */
.e-ty-modal .e-ty-footer {
  background: #f6f6f6;
  border-top: 4px solid #f0f0f0;
  padding: 20px 50px;
}
/* line 886, ../sass/login.scss */
.e-ty-modal .e-ty-footer b {
  font-weight: 500 !important;
}
/* line 889, ../sass/login.scss */
.e-ty-modal .e-ty-footer .e-ft-top {
  font-size: 14px;
  margin-bottom: 30px;
}
/* line 893, ../sass/login.scss */
.e-ty-modal .e-ty-footer .e-ft-top b {
  display: block;
  margin-bottom: 3px;
}
/* line 898, ../sass/login.scss */
.e-ty-modal .e-ty-footer .e-ft-bottom {
  font-size: 13px;
  margin-bottom: 0;
}

/* line 905, ../sass/login.scss */
.e-credit-card-detail-page {
  max-width: 900px;
  margin: auto;
  padding: 15px 0;
}
/* line 911, ../sass/login.scss */
.e-credit-card-detail-page .e-login-modal {
  max-width: 100%;
}
/* line 914, ../sass/login.scss */
.e-credit-card-detail-page .e-number {
  font-family: sans-serif;
}
/* line 917, ../sass/login.scss */
.e-credit-card-detail-page .e-modal-header {
  font-weight: 700;
  font-size: 17px;
  color: #ff2052;
  padding-bottom: 15px;
  letter-spacing: 1px;
}
/* line 924, ../sass/login.scss */
.e-credit-card-detail-page .e-modal-header b {
  font-weight: 600 !important;
}
/* line 928, ../sass/login.scss */
.e-credit-card-detail-page .e-modal-header p {
  color: #666;
  margin: 0;
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: .5px;
  font-size: 13px;
}
/* line 938, ../sass/login.scss */
.e-credit-card-detail-page .e-login-modal .e-field-error {
  position: absolute;
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #F30;
  letter-spacing: 0.5px;
  padding: 1px 0;
  left: 0;
  top: 25px;
}
/* line 949, ../sass/login.scss */
.e-credit-card-detail-page .e-login-modal .e-field-error:before {
  top: -4px;
}
/* line 954, ../sass/login.scss */
.e-credit-card-detail-page .e-label {
  font-size: 13px;
  font-weight: 600;
}
/* line 959, ../sass/login.scss */
.e-credit-card-detail-page .box.alert {
  background: transparent none repeat scroll 0% 0%;
  border: 0px none;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #ff3300;
  letter-spacing: 0.5px;
  margin: 0px 0px 20px;
  line-height: 1.5;
}
/* line 971, ../sass/login.scss */
.e-credit-card-detail-page .e-custom-input {
  border-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
  color: #666 !important;
  border-radius: 1px !important;
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 400;
}
/* line 982, ../sass/login.scss */
.e-credit-card-detail-page .e-custom-input.e-number {
  font-family: "Roboto";
  font-weight: 400;
}
/* line 987, ../sass/login.scss */
.e-credit-card-detail-page .e-sub-title {
  background: #f6f6f6;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #555;
  padding: 8px 10px;
  margin: 10px 0 15px;
}
/* line 998, ../sass/login.scss */
.e-credit-card-detail-page .recurly-hosted-field {
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 1px !important;
  margin-bottom: 20px;
  padding: 2px 5px;
}
/* line 1007, ../sass/login.scss */
.e-credit-card-detail-page .e-billing-cycle-btn-c li {
  vertical-align: top;
}
@media (max-width: 767px) {
  /* line 1012, ../sass/login.scss */
  .e-credit-card-detail-page .e-billing-cycle-btn-c li:first-child {
    margin-bottom: 15px;
  }
}
/* line 1017, ../sass/login.scss */
.e-credit-card-detail-page .e-billing-cycle-btn-c .e-billing-btn {
  border: 2px solid #cccccc;
  background: #f0f0f0;
  padding: 12px 18px;
  min-width: 150px;
  font-family: "Roboto";
  color: #666666;
  letter-spacing: 0.8px;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.15;
}
/* line 1029, ../sass/login.scss */
.e-credit-card-detail-page .e-billing-cycle-btn-c .e-billing-btn span {
  display: block;
}
/* line 1032, ../sass/login.scss */
.e-credit-card-detail-page .e-billing-cycle-btn-c .e-billing-btn .e-plan-title {
  font-size: 12px;
  margin-bottom: 5px;
}
/* line 1036, ../sass/login.scss */
.e-credit-card-detail-page .e-billing-cycle-btn-c .e-billing-btn .e-plan-price {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .2px;
}
/* line 1043, ../sass/login.scss */
.e-credit-card-detail-page .e-billing-cycle-btn-c .e-billing-btn.e-enterprise-btn .e-plan-title {
  height: 30px;
}
/* line 1048, ../sass/login.scss */
.e-credit-card-detail-page .e-billing-cycle-btn-c .e-billing-btn.e-selected {
  border-color: rgba(0, 0, 0, 0.2) !important;
  cursor: default !important;
  background-color: #ff2052;
  color: #fff;
}
/* line 1055, ../sass/login.scss */
.e-credit-card-detail-page .e-billing-cycle-btn-c .e-billing-btn:hover {
  border-color: #ff2052;
}
/* line 1060, ../sass/login.scss */
.e-credit-card-detail-page .e-billing-cycle-btn-c .e-plan-btn-footnote {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #666;
}
/* line 1066, ../sass/login.scss */
.e-credit-card-detail-page .e-billing-cycle-btn-c .e-plan-btn-footnote .e-star {
  font-size: 24px;
  vertical-align: top;
}
/* line 1070, ../sass/login.scss */
.e-credit-card-detail-page .e-billing-cycle-btn-c .e-plan-btn-footnote .e-number {
  color: #777;
  font-weight: 600;
  font-size: 11.5px;
}
/* line 1078, ../sass/login.scss */
.e-credit-card-detail-page .e-plan-msg-band {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-weight: 500;
  color: #777;
  margin: 20px 0 15px;
}
/* line 1086, ../sass/login.scss */
.e-credit-card-detail-page .e-expire-date-c {
  width: 120px;
  float: left;
}
/* line 1090, ../sass/login.scss */
.e-credit-card-detail-page .e-expire-date-c ul {
  margin-bottom: 0;
}
/* line 1093, ../sass/login.scss */
.e-credit-card-detail-page .e-expire-date-c ul li {
  width: 50%;
  float: left;
  padding: 0 3px;
  text-align: center;
}
/* line 1101, ../sass/login.scss */
.e-credit-card-detail-page .e-cvv-c {
  max-width: 100px;
  float: left;
}
/* line 1105, ../sass/login.scss */
.e-credit-card-detail-page .e-cvv-help {
  position: absolute;
  top: 0;
  right: -22px;
  font-weight: 500;
  color: #888;
  cursor: default !important;
  font-size: 14px;
  padding: 3px;
}
/* line 1115, ../sass/login.scss */
.e-credit-card-detail-page .e-cvv-help:hover .e-cvv-tootltip {
  display: block !important;
}
/* line 1119, ../sass/login.scss */
.e-credit-card-detail-page .e-cvv-tootltip {
  display: none;
  position: absolute;
  top: 100%;
  width: 320px;
  z-index: 9;
  background: white;
  padding: 13px;
  border: 1px solid #cccccc;
  left: 50%;
  font-size: 13px;
  color: #555;
  margin-left: -160px;
  margin-top: 7px;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
/* line 1136, ../sass/login.scss */
.e-credit-card-detail-page .e-cvv-tootltip:before, .e-credit-card-detail-page .e-cvv-tootltip:after {
  content: '';
  position: absolute;
  left: 48%;
}
/* line 1142, ../sass/login.scss */
.e-credit-card-detail-page .e-cvv-tootltip:before {
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-right: 7px solid transparent;
  top: -14px;
}
/* line 1149, ../sass/login.scss */
.e-credit-card-detail-page .e-cvv-tootltip:after {
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-right: 6px solid transparent;
  margin-left: 1px;
  top: -12px;
}
/* line 1158, ../sass/login.scss */
.e-credit-card-detail-page .e-supported-credit-cards {
  max-width: 220px;
  float: left;
}
/* line 1162, ../sass/login.scss */
.e-credit-card-detail-page .e-supported-credit-cards img {
  max-height: 28px;
  border-left: 1px solid #cccccc;
  padding-left: 18px;
  margin-top: -1px;
  max-width: 100%;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  /* line 1162, ../sass/login.scss */
  .e-credit-card-detail-page .e-supported-credit-cards img {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
/* line 1178, ../sass/login.scss */
.e-credit-card-detail-page .e-model-legal-notice {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  letter-spacing: 0.3px;
  margin-top: 20px;
}
/* line 1185, ../sass/login.scss */
.e-credit-card-detail-page .e-model-legal-notice a {
  color: #FF2052;
}
/* line 1189, ../sass/login.scss */
.e-credit-card-detail-page .e-select-dropdown {
  outline: medium none !important;
  width: 100%;
  color: #777;
  border: 1px solid #cccccc;
  background: white url("../icons/arrow.png") no-repeat scroll right center/12px auto;
  background-size: 12px;
  background-position: center right;
  font-size: 13px;
  padding: 2px;
  font-weight: 500;
  letter-spacing: 0.5px;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* line 1209, ../sass/login.scss */
.e-coupon-c .epic-btn {
  padding: 2.5px 10px;
  font-size: 13px;
  margin-left: -15px;
}
@media (max-width: 767px) {
  /* line 1209, ../sass/login.scss */
  .e-coupon-c .epic-btn {
    margin-left: 0;
  }
}
/* line 1218, ../sass/login.scss */
.e-coupon-c .e-response-data {
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #555;
}
@media (max-width: 767px) {
  /* line 1225, ../sass/login.scss */
  .e-coupon-c .row > div:first-child {
    min-width: 200px;
  }
  /* line 1229, ../sass/login.scss */
  .e-coupon-c .row > div {
    float: left;
  }
}
