body.join .toast-outer,
body.discount .toast-outer {
  cursor: pointer !important;
}
#divi-is-for-everyone.card {
  margin-top: 60px;
  margin-bottom: 60px;
}
#divi-is-for-everyone.card:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 440px;
  height: 440px;
  border-radius: 2000px;
  background: #FFAD00;
  right: -100px;
  bottom: -80px;
}
#divi-is-for-everyone.card:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 32px;
  height: 32px;
  border-radius: 2000px;
  background: #FF4A9E;
  top: -16px;
  left: 64px;
}
#pricing-top-card {
  margin-top: 70px;
  margin-bottom: 0;
  box-shadow: 0 -28px 40px 0 rgba(103, 151, 255, 0.11);
}
@media only screen and (max-width: 768px) {
  #pricing-top-card {
    margin-top: 4vw;
  }
}
#pricing-top-card a:hover {
  text-decoration: underline;
}
#pricing-top-card #pointing {
  position: relative;
  flex: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
  margin-left: -3%;
}
@media only screen and (max-width: 768px) {
  #pricing-top-card #pointing {
    display: none;
  }
}
#pricing-top-card #pointing #portrait {
  margin: 0;
  margin-top: -40px;
  align-self: flex-start;
}
@media only screen and (max-width: 768px) {
  #pricing-top-card #pointing #portrait {
    width: 30%;
  }
}
#pricing-top-card #pointing #play-button {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(40px) translateY(20px);
}
#pricing-top-card #pointing #play-button:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  #pricing-top-card #pointing #play-button {
    left: 25%;
    width: 15%;
    transform: translateY(0);
  }
}
#pricing-top-card #pointing #play-button-arrow {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(80px) translateY(-25px);
}
@media only screen and (max-width: 768px) {
  #pricing-top-card #pointing #play-button-arrow {
    display: none;
  }
}
#pricing-top-card #pointing span.learn-more {
  font-size: 16px;
  font-weight: 600;
  text-wrap: nowrap;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(190px) translateY(-60px);
}
@media only screen and (max-width: 768px) {
  #pricing-top-card #pointing span.learn-more {
    top: 3vw;
    left: 45%;
    transform: translateX(0) translateY(0);
    width: 55%;
    font-size: 3.5vw;
    text-wrap: wrap;
  }
}
#pricing-top-card #pro-button-arrow {
  position: absolute;
  right: 5vw;
  top: 40px;
  max-width: initial;
}
@media only screen and (max-width: 768px) {
  #pricing-top-card #pro-button-arrow {
    display: none;
  }
}
#pricing-top-card .column-container:last-child {
  margin: 0;
}
#pricing-top-card .column-container:last-child .column {
  padding: 40px;
}
#lifetime-switcher {
  position: relative;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.discount #lifetime-switcher {
  margin-bottom: 16px;
}
#lifetime-switcher .switch-option h5 {
  margin-bottom: -4px;
}
#lifetime-switcher .switch-option:first-of-type {
  text-align: right;
}
#lifetime-switcher .switch {
  background: #FFAD00;
  display: flex;
  padding: 4px;
  border-radius: 100px;
  width: 72px;
  cursor: pointer;
}
#lifetime-switcher .switch .switch-handle {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 100px;
  transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
}
#lifetime-switcher .switch.switch-right .switch-handle {
  transform: translateX(32px);
}
#pricing-table-top.pricing-table-overlap {
  margin-top: -120px;
}
.package.et-highlighted .trustpilot-widget,
#package-lifetime .trustpilot-widget {
  transform: scale(0.901);
}
.package {
  position: relative;
  transition: all 500ms ease-in-out;
  border: 0px solid transparent;
}
.package .divi-pro-badge {
  cursor: help;
}
.package .divi-pro-badge .tooltip_hover {
  bottom: 50px;
  width: 360px;
}
.package li {
  position: relative;
}
.package *:not(.bundle-product) li {
  cursor: help;
}
.package .guarantee img {
  display: inline;
  margin-right: 4px;
  vertical-align: sub;
}
.package.et-highlighted {
  transform: scale(1.11);
  border: 4px solid #8F42EC;
}
.package.et-highlighted.accent-orange {
  border-color: #FF7B2B;
}
.package .billing-term {
  color: #20292f;
  font-weight: 700;
}
.package .billing-term span {
  -webkit-text-decoration: line-through solid rgba(109, 124, 144, 0.8);
          text-decoration: line-through solid rgba(109, 124, 144, 0.8);
}
.package .discount-label {
  color: #34dd87;
  border: 2px solid #34dd87;
  background: rgba(52, 221, 135, 0.1);
  width: 50%;
  padding: 3px 10px;
  font-weight: 700;
  border-radius: 100px;
  margin: 0 0 20px;
  display: inline-block;
}
.package .package-logo {
  display: block;
  overflow: hidden;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.package.pricing-recommended {
  transform: scale(1.11);
}
.package .package_price {
  display: flex;
  color: rgba(109, 124, 144, 0.5);
  margin-bottom: 40px;
  justify-content: center;
}
#package-yearly.package .package_price {
  margin-right: -32px;
}
.package .package_price.price-discount {
  margin-bottom: 16px;
  margin-right: 0 !important;
  margin-left: 50%;
  transform: translatex(-50%);
}
#package-lifetime.package .package_price {
  margin-right: -48px;
}
.package .package_price .price {
  font-weight: 700;
  font-size: 72px;
  line-height: 1em;
  color: #20292f;
}
.package .package_price .price.price-discount {
  font-size: 36px;
  color: #FF4C00 !important;
  -webkit-text-decoration: line-through solid rgba(109, 124, 144, 0.5);
          text-decoration: line-through solid rgba(109, 124, 144, 0.5);
}
.package .package_price span:last-child {
  align-self: flex-end;
}
.package .package_price_save {
  margin: 0;
}
.package .package-price-wrap {
  margin-bottom: 0;
}
.package .not-included {
  text-decoration: line-through;
  color: rgba(109, 124, 144, 0.4);
}
.package .button {
  position: relative;
  margin-bottom: 0;
}
.package .trustpilot-widget {
  margin-bottom: 0 !important;
}
.package .tooltip_hover {
  line-height: 1.4em;
}
.package .card-inset-container {
  margin-top: 15px;
}
.package .package-lifetime-info {
  position: relative;
  padding: 16px;
  border: 2px solid rgba(109, 124, 144, 0.12);
  border-radius: 8px;
  margin-bottom: 8px;
}
.package .package-lifetime-info h6 {
  display: flex;
  margin: -26px auto -5px;
  background: white;
  -webkit-text-fill-color: initial;
  align-items: center;
  width: auto;
  padding: 0 8px;
  gap: 4px;
}
.divi-pro-upsell {
  margin: 40px auto 0;
  color: #6d7c90 !important;
  width: -moz-max-content;
  width: max-content;
}
.divi-pro-upsell:hover {
  background: #eaecef;
}
.divi-pro-upsell .icon-badge {
  margin: 0 0 0 5px;
  position: relative;
}
.divi-pro-upsell .divi-pro-badge {
  display: inline-block;
  position: relative;
  cursor: help;
}
.package_price .price {
  color: #293038 !important;
  background-image: none !important;
  -webkit-background-clip: none !important;
  -webkit-text-fill-color: initial !important;
}
.pricing-button-callout {
  position: absolute;
  padding: 0px 8px;
  font-size: 12px;
  background: #34dd87;
  border-radius: 20px;
  top: -14px;
  right: 20px;
  animation: bounce-in 7s ease-in-out infinite;
}
.gray-border-container {
  padding: 10px 16px;
  border: 2px solid #F9FAFB;
  border-radius: 8px;
}
.gray-container {
  padding: 10px 16px;
  background: #F9FAFB;
  border-radius: 8px;
}
.package-lifetime-info .gray-container:last-of-type {
  margin-bottom: 0;
}
.bundle-product {
  position: relative;
}
.bundle-product ul,
.bundle-product li,
.bundle-product h5 {
  margin: 0;
}
.bundle-product li {
  cursor: help;
}
.bundle-product li img {
  display: inline;
}
.bundle-product ul {
  line-height: 0.7rem;
}
.bundle-product .subhead {
  text-transform: none;
  letter-spacing: 0;
  font-size: 17px;
}
.bundle-product + ul {
  margin-top: 8px;
}
.bundle-product .with-ai {
  background: linear-gradient(120deg, #00c9ff, #5200ff) !important;
  background-color: #00e3e6 !important;
  padding: 4px 8px 4px 6px;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  margin-left: 2px;
}
.bundle-product .with-ai svg {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 2px;
  fill: #fff;
  margin-bottom: -1px;
}
.learn-more-button {
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  padding: 4px 8px;
  font-weight: 800;
  position: absolute !important;
  top: 8px;
  left: 8px;
  transition: all 200ms ease-in-out;
}
.bundle-product:hover .learn-more-button {
  opacity: 1;
  visibility: visible;
}
.row:not(.checkout) .column-container:last-of-type .learn-more-button {
  left: auto;
  right: 8px;
}
.button-toggle:hover .tooltip_hover,
.payment-duration:hover .tooltip_hover,
#lifetime-switcher:hover .tooltip_hover {
  transform: scale(1) translateX(-50%);
}
.button-toggle {
  background-color: #f2f4f5;
  padding: 8px;
  border-radius: 100px;
  width: auto;
  align-self: center;
  position: relative;
}
.button-toggle .button {
  margin: 0;
  padding: 8px 16px;
}
.button-toggle .button img {
  height: 20px;
  margin-right: 8px;
}
.payment-duration {
  position: relative;
  cursor: help;
}
.payment-duration .tooltip_hover {
  width: 300px;
  font-size: 17px;
  line-height: 1.4em;
}
.payment-duration h6 {
  margin-top: 0;
}
.payment-duration-plus {
  margin: 0 20px 0 -33px;
}
.payment-duration-services {
  color: #6d7c90;
}
.pricing-arrows {
  margin-bottom: -2%;
}
.pricing-arrows .row {
  margin-top: 0;
  margin-bottom: 1%;
}
.pricing-arrows .subhead {
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0;
  width: auto;
}
.pricing-arrows .accent-blue-pink {
  background-image: linear-gradient(120deg, #3776FF 0%, #FF4A9E 100%);
}
.pricing-info-button,
.pricing-info-message {
  background-color: #ffe6ad !important;
  color: #907842 !important;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 14px;
}
.pricing-info-button img,
.pricing-info-message img {
  width: 20px;
  margin-right: 8px;
  margin-left: -2px;
}
.pricing-info-button-annual {
  background-color: #f2f4f5 !important;
  color: #6d7c90 !important;
}
.pricing-info-button-savings {
  background-color: #d8f6e7 !important;
  color: #20965a !important;
}
.pricing-info-message {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 100px;
}
.guarantee-card .button {
  margin-right: 16px;
}
.guarantee-container {
  background-color: #f1f2f4;
  box-shadow: none;
}
.guarantee-container img {
  position: absolute;
  top: -70px;
  right: 50px;
}
@media only screen and (max-width: 768px) {
  .guarantee-container img {
    top: -40px;
    width: 80px;
  }
}
.guarantee-callout {
  background-color: #f1f2f4;
  border-radius: 8px;
  padding: 8px 16px;
}
.guarantee-callout > img {
  display: inline;
  vertical-align: text-bottom;
  margin-right: 4px;
}
.line-through {
  text-decoration: line-through;
  text-decoration-color: rgba(109, 124, 144, 0.6);
}
.saving {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 80px;
  height: 80px;
  right: 20px;
  top: -30px;
  background: #34dd87;
  color: #fff;
  border-radius: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  line-height: 1.2em;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.opacity-0 {
  opacity: 0;
}
.m-0 {
  margin: 0px;
}
.w-full {
  width: 100%;
}
.basis-full {
  flex-basis: 100%;
}
.gray-border-container {
  padding: 8px 16px;
  border: 2px solid #F1F3F5;
  border-radius: 8px;
}
.gray-container {
  padding: 8px 16px;
  background: #F1F3F5;
  border-radius: 8px;
  margin-bottom: 8px;
}
.product-card {
  position: relative;
}
.countdown-arrow {
  animation: bounce 2s ease-in-out;
  transform-origin: center bottom;
  animation-iteration-count: infinite;
  margin: 20px auto -60px;
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, 30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, 15px, 0) scaleY(1.05);
    filter: hue-rotate(27deg) saturate(10) brightness(0.9);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 4px, 0) scaleY(1.02);
  }
}
@keyframes bounce-in {
  0% {
    transform: scale(1);
  }
  3% {
    transform: scale(0.7);
  }
  6% {
    transform: scale(1.05);
  }
  9% {
    transform: scale(0.9);
  }
  12% {
    transform: scale(1);
  }
  47% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
}
@media only screen and (max-width: 670px) {
  .countdown-arrow {
    display: none;
  }
}
[x-cloak] {
  display: none !important;
}
#card-element {
  padding: 12px;
  min-height: 47px;
}
.et_manage_input .et_card_number {
  width: 72%;
  border-color: rgba(109, 124, 144, 0.1);
  background: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.et_manage_input .et_card_number span {
  color: #6d7c90;
  text-transform: uppercase;
}
.et_manage_input .et_card_number span span {
  color: #3776FF;
}
.et_manage_input .et-stripe-cancel-card-change {
  opacity: 1;
  color: #3776FF;
  right: 28%;
  left: auto;
  pointer-events: initial;
}
.et_manage_input .et-stripe-cancel-card-change + label {
  opacity: 1;
}
.et_manage_input .et-stripe-cancel-card-change.without-save-button {
  right: 0;
}
.et_manage_input #card-element {
  width: 72%;
}
.et_manage_input #card-element.without-save-button {
  width: 100%;
}
.et_manage_input .et_card_button {
  width: 25%;
  margin: 16px 0 16px 3%;
  padding: 9px 20px;
  text-align: center;
  border-radius: 5px;
  color: #6d7c90 !important;
}
.et_manage_input .et_card_button.et_update_billing_save_button {
  color: #fff !important;
}
.et_manage_input .et_card_button + label {
  opacity: 1;
}
.et_update_billing_page_container .et_update_billing {
  margin-top: 16px;
}
.et_stripe_card_exists #et-stripe-elements {
  display: none;
  padding-top: 20px;
}
#checkout-form .et_update_billing {
  margin-bottom: 16px;
}
#card-element.StripeElement--focus {
  border: 2px solid #3776FF;
  background: rgba(109, 124, 144, 0);
}
#card-element:hover {
  border: 2px solid #3776FF;
}
.et_checkout_form {
  margin-top: 16px;
}
.align-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.align-middle section {
  max-width: 100%;
}
#checkout-cards .opacity-0 {
  display: none;
}
#checkout-cards .package {
  max-width: 451px;
  width: 100%;
}
#checkout-cards .column-container:first-of-type {
  flex: 0.75;
}
#checkout-form,
.pricing-details {
  min-height: 100vh;
  height: 100%;
  padding: 6vw;
}
.pricing-details {
  background: #f0f5ff;
}
.et_marketplace_disclaimer {
  margin-bottom: 32px;
}
.checkout-form-inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.et_manage_input_wrap {
  display: flex;
  flex-wrap: wrap;
}
.et_manage_input_wrap .et_manage_input {
  display: flex;
  flex-direction: column;
}
.et_manage_input_wrap .et_manage_input:first-child {
  padding-right: 16px;
}
.et_manage_input_wrap .et_manage_input:last-child {
  padding-left: 16px;
}
.et_manage_input_wrap .et_manage_input:last-child label {
  left: 16px;
}
#card-errors {
  font-weight: 700;
  font-size: 14px;
  color: #ff4c00;
}
.et_correct.et_manage_input input,
.et_correct.et_manage_input input:focus,
#card-element.StripeElement--complete,
#card-element.StripeElement--complete.StripeElement--focus {
  border: 2px solid #46E097 !important;
  background: transparent;
}
.et_correct.et_manage_input label,
.et_correct.et_manage_input:focus label,
#card-element label,
#card-element.StripeElement--focus label {
  color: #46E097 !important;
}
.et_validation_error.et_manage_input input,
.et_validation_error.et_manage_input input:focus,
#card-element.StripeElement--invalid,
#card-element.StripeElement--invalid.StripeElement--focus {
  border: 2px solid #FF4C00 !important;
  background: transparent;
}
.et_validation_error.et_manage_input label {
  color: #FF4C00;
}
.et_validation_error.et_manage_input input::-moz-placeholder {
  color: rgba(231, 43, 74, 0.5);
  opacity: 1;
}
.et_validation_error.et_manage_input input::placeholder {
  color: rgba(231, 43, 74, 0.5);
  opacity: 1;
}
.et_validation_error.et_manage_input input:-ms-input-placeholder {
  color: rgba(231, 43, 74, 0.5);
}
.et_validation_error.et_manage_input input::-ms-input-placeholder {
  color: rgba(231, 43, 74, 0.5);
}
section.checkout,
.row-container.checkout,
.row.checkout {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}
.row.checkout .column-container {
  padding: 0;
}
.row.checkout > div {
  flex: 1;
  width: 100%;
  max-width: 100%;
}
.row.checkout .button {
  margin-bottom: 0;
}
.button.primary-button.paypal-submit-button {
  background: linear-gradient(120deg, rgba(52, 221, 135, 0) 0%, #fca53a 100%) !important;
  background-color: #ffc439 !important;
  color: #0a2365 !important;
}
.paypal-submit-button img {
  margin-right: 10px;
}
.et_payment_settings .et_filled.et_manage_input label,
.payment-cycle-buttons .payment-cycle-button-active.et_manage_input label {
  opacity: 1;
  top: -2px;
  color: #3776ff;
}
.payment-cycle-buttons .et_manage_input label {
  opacity: 1;
}
#payment_type span,
.payment-cycle-button > span {
  background: #f5f6f7;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin: 16px 0 32px;
}
#payment_type span {
  border: 2px solid #f5f6f7;
  height: 44px;
  padding: 7px;
}
.et_cards_wallets_payment img {
  max-width: 200px;
}
.payment-cycle-button .payment-cycle-button-card {
  padding: 16px;
  text-align: center;
  border: 2px solid transparent;
  transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
}
.payment-cycle-button:hover .payment-cycle-button-card {
  border-color: #3776ff;
}
.payment-cycle-button-price {
  display: flex;
  justify-content: center;
}
.payment-cycle-button-price span:last-child {
  align-self: flex-end;
}
.payment-cycle-button-price-number {
  font-weight: 700;
  font-size: 2.8em;
  line-height: 1em;
}
.payment-cycle-button-subheading {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.payment-cycle-button.payment-cycle-button-active .payment-cycle-button-card {
  background: linear-gradient(120deg, rgba(55, 118, 255, 0) 0%, #1e65ff 100%);
  background-color: #374eff;
}
.payment-cycle-button.payment-cycle-button-active {
  color: rgba(255, 255, 255, 0.8);
}
.payment-cycle-button.payment-cycle-button-active .payment-cycle-button-price-number,
.payment-cycle-button.payment-cycle-button-active .payment-cycle-button-subheading {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.et_one_payment {
  display: none !important;
}
.et_divi_cloud_total {
  border: 2px solid #f1f4f5;
  padding: 8px 12px;
  border-radius: 5px;
  display: none;
  font-size: 0.9em;
  margin-bottom: 32px;
}
.et_divi_cloud_total strong {
  color: #20292f;
}
#payment_type .et_active_payment_type span {
  border: 2px solid #3776ff;
}
.checkout-image {
  border-radius: 5px;
  margin-bottom: 32px;
}
.checkout .trustpilot-widget > iframe ~ iframe {
  height: calc(100vh - 420px) !important;
}
.lifetime-checkout-wrapper .package .package_price {
  color: rgb(132 109 2.88%);
}
.package .order-summary table tr {
  border-top: 1px solid rgba(162, 176, 193, 0.25);
}
.package .order-summary table tr.discount {
  color: #34dd87;
  font-weight: 700;
}
.package .order-summary table tr.total {
  color: #20292f;
  font-weight: 700;
  font-size: 18px;
}
.package .order-summary table tr td {
  padding: 5px 2px;
}
/* Legacy CSSS */
.et_validation_error {
  border-color: red;
  border-style: double;
}
.et_validation_error {
  border-color: #ffd9df;
}
.et_validation_error label {
  color: #FF4C00 !important;
}
.price-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}
.row.checkout .et_failed_message_description {
  margin-bottom: 24px;
}
.row.checkout .et_failed_message .button {
  margin-bottom: 16px;
}
.row.checkout .et_failed_message .button:last-of-type {
  margin-bottom: 0;
}
.et_vat_mismatch {
  margin-bottom: 3px;
}
#business_logos {
  text-align: center;
  margin: 30px 0 0;
}
.et_subscription_settings {
  margin: 32px 0;
}
.et_checkout_checkbox {
  margin-bottom: 10px;
}
.et_checkout_checkbox_wrapper {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 5px;
  float: left;
  margin-right: 20px;
  background: rgba(109, 124, 144, 0.1);
}
.et_checkout_checkbox > span {
  position: relative;
}
.et_checkout_checkbox_wrapper label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.et_checkout_checkbox_wrapper label:after {
  content: '';
  width: 19px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 6px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="16" viewBox="0 0 14 11" style="fill:%2346E097"><path d="M12.2.2c-.3-.3-.7-.3-1 0L5.5 6.1 2.7 3.2c-.3-.3-.7-.3-1 0L.2 4.7c-.3.3-.3.7 0 1l4.8 5c.3.3.7.3 1 0l7.7-7.9c.3-.3.3-.7 0-1L12.2.2z"/></svg>') no-repeat center center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.et_checkout_checkbox_wrapper label:hover::after {
  opacity: 0.3;
}
.et_checkout_checkbox_wrapper input[type=checkbox],
.et_checkout_checkbox_wrapper input[type=radio] {
  visibility: hidden;
}
.et_checkout_checkbox_wrapper input[type=checkbox]:checked + label:after,
.et_checkout_checkbox_wrapper input[type=radio]:checked + label:after {
  opacity: 1;
  animation-name: bounceIn;
  animation-duration: 0.5s;
}
.et_checkout_select {
  overflow: hidden;
  height: 100%;
}
.et_renew_checkout_select,
.et_checkout_subscription_type {
  width: 90%;
}
.et_checkout_subscription_type ~ .et_payment_settings {
  border-top: 2px solid #e9eff5;
}
.et_checkout_subscription_type.et_correct:before {
  display: none;
}
.et_checkout_subscription_type.et_correct .et_checkout_select:after {
  display: initial;
}
.et_manage_input.et_checkout_vat_number {
  display: none;
  border-bottom: none;
  animation-name: fadeInUp;
  animation-duration: 1s;
}
.et_checkout_help {
  content: '';
  position: absolute;
  top: 31px;
  right: 16px;
  background-image: url(/img/help.png);
  background-size: 8px 11px;
  background-position: 6px 4px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #2c93f9;
  cursor: pointer;
}
.et_checkout_vat_details {
  display: block;
  margin: -30px 0 40px !important;
  width: 100%;
  text-align: center;
}
.price-savings {
  text-decoration: none !important;
}
.et_correct .et_checkout_help {
  display: none;
}
.et_checkout_tooltip {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 2em;
  font-size: 12px;
  background: #fff;
  font-weight: 600;
  width: 300px;
  padding: 20px;
  position: absolute;
  right: -35px;
  top: -142px;
  box-shadow: 0px 10px 50px #d6dee4;
  display: none;
}
.et_checkout_show_tooltip {
  display: block;
  animation-name: bounceIn;
  animation-duration: 0.5s;
}
.et_checkout_hide_tooltip {
  animation-name: bounceOut;
  animation-duration: 0.5s;
}
.et_checkout_tooltip:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 230px;
  width: 0;
  height: 0;
  border-color: #fff transparent;
  border-width: 10px 10px 0 10px;
  border-style: solid;
}
.et_checkout_tooltip p {
  padding-bottom: 0;
}
.et_show_vat_number .et_checkout_vat_number {
  display: flex;
}
.et_show_vat_number #payment_credit_card {
  border: none;
}
.et_checkout_success_message {
  text-align: center;
  padding: 55px 45px 0;
}
.et_checkout_success_message > h2 {
  font-size: 18px;
  margin-bottom: 9px;
}
.et_checkout_success_message > p {
  color: #71818c;
  font-size: 14px;
  line-height: 19px;
}
.checkout-trustpilot {
  margin-top: 64px;
  margin-bottom: 0 !important;
}
.checkout-icons {
  margin-top: 2vw;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceIn {
  from,
  50%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.et_preloader_active {
  overflow-y: hidden;
}
.et-fb-loader-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 5px 30px rgba(43, 135, 218, 0.15);
  margin: -50px auto auto -50px;
  animation: et-fb-loader-wrapper ease infinite 1.5s;
  display: none;
  z-index: 100;
}
.et_preloader_active .et-fb-loader-wrapper {
  display: block;
}
.et-fb-loader {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  box-shadow: 0 -17px #7E3BD0, 17px 0 #7E3BD0, 0 17px #7E3BD0, -17px 0 #7E3BD0;
  margin: -6px auto auto -6px;
  animation: et-fb-loader ease infinite 3s;
}
.post-checkout .pricing-details {
  background-color: #FFFFFF;
}
.post-checkout .saving {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 80px;
  height: 80px;
  right: 20px;
  top: -30px;
  background: #FF4C00;
  color: #fff;
  border-radius: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  line-height: 1.2em;
}
.post-checkout .offer-card {
  border: 2px solid #E1E4E8;
}
.post-checkout .offer-expiry span {
  background-color: #FF4C00;
  font-size: 13.6px;
}
.post-checkout .contact-support-button {
  margin-top: 0 !important;
}
.upsell-wrap {
  position: relative;
  overflow: hidden;
}
.upsell-wrap .upsell-dialog-backdrop {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  content: " ";
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.upsell-wrap .upsell-dialog {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  max-width: 920px;
}
.upsell-wrap .upsell-dialog .close-button {
  position: absolute;
  right: -40px;
  top: -40px;
}
.upsell-wrap .upsell-dialog .close-button g {
  cursor: pointer;
}
.upsell-wrap .upsell-dialog > .card.gradient-background {
  margin-top: 0;
  padding: 24px;
}
.upsell-wrap .upsell-dialog > .card.gradient-background h3 {
  margin-bottom: 0.2em;
}
.upsell-wrap .upsell-dialog > .card.gradient-background p {
  margin-bottom: 0.5em;
}
.upsell-wrap .upsell-dialog > .card.gradient-background p + p {
  margin-top: 0;
  margin-bottom: 0;
}
.upsell-wrap .upsell-dialog .upsell-services {
  max-height: calc(90vh - 300px);
}
.upsell-wrap .upsell-dialog .upsell-services::-webkit-scrollbar {
  width: 16px;
  background-color: transparent;
}
.upsell-wrap .upsell-dialog .upsell-services::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-right: 4px solid #20292f;
}
.upsell-wrap .upsell-dialog .upsell-service {
  line-height: 1.3em;
  width: 400px;
  min-width: 270px;
  position: relative;
  padding: 16px;
  border-radius: 8px;
  border: 2px solid rgba(109, 124, 144, 0.2);
}
.upsell-wrap .upsell-dialog .upsell-service h3:first-of-type {
  margin-top: 0;
  line-height: 0.7em;
  margin-bottom: 0.8em;
}
.upsell-wrap .upsell-dialog .upsell-service .saving {
  width: 70px;
  height: 70px;
  font-size: 0.9em;
  right: 15px;
}
.upsell-wrap .upsell-dialog .upsell-service .package_price {
  display: flex;
  align-items: center;
  color: rgba(109, 124, 144, 0.5);
}
.upsell-wrap .upsell-dialog .upsell-service .package_price span:first-child {
  font-weight: bold;
  font-size: 32px;
}
.upsell-wrap .upsell-dialog .upsell-service .package_price span:last-child {
  align-self: flex-end;
}
.upsell-wrap .upsell-dialog .upsell-service .package_price sup {
  vertical-align: super;
  font-size: smaller;
  align-self: flex-start;
}
.upsell-wrap .upsell-dialog .upsell-service .package_price .price {
  font-weight: 700;
  font-size: 42px;
  line-height: 1em;
  color: #20292f;
}
.upsell-wrap .upsell-dialog .upsell-service .package_price_save {
  color: #34dd87;
  font-weight: bold;
  margin-top: 0;
  font-weight: 900;
}
.upsell-wrap .upsell-dialog .upsell-service .package_price_save span {
  font-size: 20px;
  font-weight: 600;
}
.upsell-wrap .upsell-dialog .quantity-input {
  align-items: center;
  gap: 8px;
}
.upsell-wrap .upsell-dialog .quantity-input input {
  width: 90px;
  flex: none;
  text-align: center;
  margin: 0;
}
.upsell-wrap .upsell-dialog .quantity-input button {
  border: 0px none;
  border-radius: 50%;
  background: transparent;
  color: black;
  padding: 0;
  height: 24px;
}
.upsell-wrap .upsell-dialog .quantity-input button svg {
  fill: #20292f;
  width: 28px;
  height: 28px;
}
.upsell-wrap .upsell-dialog .quantity-input .et_teams_button_disabled {
  color: #c4cad2;
}
.upsell-wrap .upsell-dialog .quantity-input .et_teams_button_disabled svg {
  fill: #c4cad2;
}
.upsell-info-icon {
  display: inline-block;
  float: left;
  margin-right: 8px;
  width: 20px;
}
.gradient-background .upsell-info-icon {
  margin: -8px;
}
.upsell-info-tooltip {
  color: #fff;
  font-weight: 400;
  width: 90%;
  padding: 16px;
  background: #20292f;
  border-radius: 8px;
  z-index: 10000;
  box-shadow: 0 8px 60px 0 rgba(103, 151, 255, 0.11), 0 12px 90px 0 rgba(103, 151, 255, 0.11);
  transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
  left: 5%;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
.gradient-background .upsell-info-tooltip {
  top: 80px;
  width: 60%;
  left: 22px;
}
.upsell-info-tooltip strong {
  color: #fff;
}
.upsell-info-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 30px;
  height: 30px;
  border-radius: 2000px;
  border-radius: 6px;
  background: #20292f;
  top: -6px;
  transform: rotate(45deg);
  left: 22px;
}
.upsell-info-icon:hover + .upsell-info-tooltip {
  opacity: 1;
  visibility: visible;
}
#payment-element {
  width: 100%;
}
#et_stripe_link {
  display: flex;
}
#et_stripe_link img {
  height: 25px;
  margin-right: 10px;
}
#et_stripe_link span {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.5px;
  text-transform: inherit;
}
@keyframes et-fb-loader {
  0% {
    box-shadow: 0 -17px #7E3BD0, 17px 0 #29C4A9, 0 17px #7E3BD0, -17px 0 #29C4A9;
  }
  25% {
    box-shadow: 17px 0 #2B87DA, 0 17px #29C4A9, -17px 0 #2B87DA, 0 -17px #29C4A9;
  }
  50% {
    box-shadow: 0 17px #2B87DA, -17px 0 #FF9232, 0 -17px #2B87DA, 17px 0 #FF9232;
  }
  75% {
    box-shadow: -17px 0 #7E3BD0, 0 -17px #FF9232, 17px 0 #7E3BD0, 0 17px #FF9232;
  }
  100% {
    box-shadow: 0 -17px #7E3BD0, 17px 0 #29C4A9, 0 17px #7E3BD0, -17px 0 #29C4A9;
  }
}
@keyframes et-fb-loader-wrapper {
  0%,
  100% {
    width: 100px;
    height: 100px;
    box-shadow: 0 5px 30px rgba(43, 135, 218, 0.15);
    margin: -50px auto auto -50px;
  }
  50% {
    width: 70px;
    height: 70px;
    box-shadow: 0 5px 15px rgba(43, 135, 218, 0.3);
    margin: -35px auto auto -35px;
  }
}
@media only screen and (max-width: 769px) {
  #checkout-form {
    min-height: initial;
  }
  .row.checkout .column-container:first-of-type {
    max-width: 100%;
    min-width: 100%;
  }
  .row.checkout .column-container:last-of-type {
    margin: 0;
    max-width: 100%;
    min-width: 100%;
  }
  #checkout-form,
  .pricing-details {
    min-height: initial;
  }
  #checkout-cards .column-container:first-of-type {
    flex: 1;
  }
  .checkout-icons {
    margin-top: 32px;
  }
  .et_divi_cloud_total.et_divi_cloud_should_show {
    display: block;
    margin: -20px 0 20px;
  }
  .post-checkout .offer-expiry {
    padding-right: 70px;
  }
  .upsell-wrap .upsell-dialog-backdrop {
    position: fixed;
  }
}
@media only screen and (max-width: 500px) {
  .nudgify-toaster,
  .upsell-dialog .gradient-background p:first-of-type {
    display: none !important;
  }
  .upsell-wrap .upsell-dialog {
    padding: 16px;
  }
  .upsell-wrap .upsell-dialog .upsell-services {
    max-height: calc(90vh - 160px);
    padding-top: 2.2rem;
  }
  .upsell-wrap .upsell-dialog > .card.gradient-background {
    padding: 16px;
  }
}
@media only screen and (max-width: 424px) {
  .et_payment_settings {
    padding-top: 20px;
  }
  .et_payment_settings .et_filled.et_manage_input label {
    margin-top: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .align-middle {
    display: block;
  }
  .column.centered,
  .column .centered {
    align-items: stretch !important;
  }
}

