@import url(https://fonts.googleapis.com/css?family=Mulish);
@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap);
.contentbox {
  border: 5px solid #fff;
  border-radius: 6px;
  box-shadow: 0px 1px 11px 0px #3f3f4426;
}

.sessionEnded {
  padding: 60px;
}

.allstate-landing {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #ffffff;
}
.pembridge-landing {
  box-sizing: border-box;
  max-width: 980px;
  min-width: 980px;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 24px 35px 30px 35px;
  padding: 20px 24px 30px 19px;
}
.pafco-landing {
  box-sizing: border-box;
  max-width: 980px;
  min-width: 980px;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 24px 35px 30px 35px;
  padding: 20px 24px 30px 19px;
}
.library-samples {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 0 0 rgba(63, 63, 68, 0.16),
    0 1px 11px 0 rgba(63, 63, 68, 0.15);
  padding: 10px;
}
.deActivate {
  display: none;
}
.change-payment-plan-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

.alignCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.payment-heading {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding: 16px;
  background-color: white;
  color: var(--text-heading);
  margin-left: -1rem;
  margin-right: -1rem;
  border: 0.8px solid var(--border-grey);
  border-left: none;
  border-right: none;
}

.payment-subtitle {
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: left;
  color: var(--text-heading);
  padding: 0.5rem;
  margin: 10px 0px 25px;
}

.card-logo-container {
  flex: 0 0 33%;
}

.text-container {
  flex: 0 0 67%;
}

.cardHolderNumber {
  font-weight: 700;
  padding-left: 0.5rem;
}

.card-wrapper {
  display: flex;
  flex-direction: row;
  background-color: var(--white);
  padding: 30px 20px 20px 20px;
  border-radius: 6px;
  color: var(--text-heading);
  margin-bottom: 20px;
}

.content-wrapper p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.img-wrapper {
  margin-right: 20px;
}

.text-bold {
  font-weight: 700;
}

.margin-bottom-8px {
  margin-bottom: 8px;
}

.default-card {
  border: 1px solid var(--border-card);
}

.default-card-pem {
  border: 1px solid var(--pem-branding);
}

.payOptionWrapper {
  display: flex;
  flex-direction: column;
}

.flex-payplan-box {
  display: flex;
  justify-content: center;
}

.flex-vertical-center {
  flex-direction: column;
  align-items: center;
}

.pay-option-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.change-payment-plan .existing-back-btn,
.change-payment-plan .existing-back-btn:hover {
  width: 147px;
}

.change-payment-plan .existing-continue-btn,
.change-payment-plan .existing-continue-btn:hover {
  width: 147px;
  margin-left: 18px;
}

.change-payment-plan .existing-back-variant {
  border: 1px solid #dbdee3;
}

.payOptionWrapper-new .payment-icons {
  margin-top: 0px;
}

.payOptionWrapper-new .current-plan-blank {
  height: 34px;
}

.newCard-container {
  display: flex;
  align-items: center;
  margin: 8px 0px 0px 40px;
}

.plus-button {
  width: 50px;
  height: 32.71px;
  border: 1px dashed #999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.plus-button::before {
  content: "+";
  font-size: 24px;
  color: #4a4a4a;
  margin-bottom: 5px;
}

.addCard {
  margin-left: 16px;
  font-weight: bold;
  font-size: 12px;
}

.addCard.gwbc,
.addCard.gwpc {
  color: #00749e;
}

.addCard.gwpe {
  color: #472468;
}

.flex-button.btn-cancel-box {
  padding: 40px 0 0 40px;
  display: flex;
}

.flex-button.btn-cancel-box.gwbc,
.flex-button.btn-cancel-box.gwpc {
  color: #00739d;
}
.flex-button.btn-cancel-box.gwpe {
  color: #472468;
}

.flex-button.btn-cancel-box .cta-btn {
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 14px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-button.btn-cancel-box .cancel-btn {
  min-width: 75px;
}

.flex-button.btn-cancel-box .make-a-payment-btn {
  min-width: 207px;
  color: #fff;
}

.flex-button.btn-cancel-box .cancel-btn.gwbc,
.flex-button.btn-cancel-box .cancel-btn.gwpc {
  border: 1px solid #00739d;
  color: #00739d;
}

.flex-button.btn-cancel-box .cancel-btn.gwpe,
.flex-button.btn-cancel-box .cancel-btn.pembridgemap,
.flex-button.btn-cancel-box .cancel-btn.pembridge,
.flex-button.btn-cancel-box .cancel-btn.pempremiumph {
  border: 1px solid #472468;
  color: #472468;
}

.flex-button.btn-cancel-box .make-a-payment-btn.gwpe,
.flex-button.btn-cancel-box .Continue-btn.gwpe,
.flex-button.btn-cancel-box .Confirm-btn.gwpe,
.flex-button.btn-cancel-box .Continue-btn.pembridge,
.flex-button.btn-cancel-box .Continue-btn.pembridgemap,
.flex-button.btn-cancel-box .Confirm-btn.pembridge,
.flex-button.btn-cancel-box .Confirm-btn.pembridgemap {
  background: #472468;
}

.flex-button.btn-cancel-box .make-a-payment-btn.gwpc,
.flex-button.btn-cancel-box .make-a-payment-btn.gwbc,
.flex-button.btn-cancel-box .Continue-btn.gwpc,
.flex-button.btn-cancel-box .Continue-btn.gwbc,
.flex-button.btn-cancel-box .Confirm-btn.gwpc,
.flex-button.btn-cancel-box .Confirm-btn.gwbc {
  background: #00739d;
}

.flex-button.btn-cancel-box .Continue-btn,
.flex-button.btn-cancel-box .Confirm-btn {
  min-width: 100px;
  color: #fff;
}
.flex-button.btn-cancel-box .Yes-btn,
.flex-button.btn-cancel-box .No-btn {
  min-width: 89px;
}

.warningComponentCTA {
  margin-right: 16px !important;
}

/*PAFCO */

.flex-button.btn-cancel-box .cancel-btn.pafco {
  border: 1px solid var(--pafco-branding-color);
  color: var(--pafco-branding-color);
}
.flex-button.btn-cancel-box .Continue-btn.pafco {
  background: var(--pafco-branding-color);
}

/* quote and buy */

.flex-button.btn-cancel-box .cancel-btn.shopandbuy {
  border: 1px solid var(--quote-and-buy-branding-color);
  color: var(--quote-and-buy-branding-color);
}

.flex-button.btn-cancel-box .Continue-btn.shopandbuy {
  background: var(--quote-and-buy-branding-color);
}

@media only screen and (max-width: 767px) {
  .flex-button.btn-cancel-box {
    display: block;
    padding: 10px;
  }
  .modal-lg .flex-button.btn-cancel-box {
    display: flex;
    padding: 40px 0 0 40px;
  }
  .flex-button.btn-cancel-box button {
    display: block;
    width: 100%;
  }
  .flex-button.btn-cancel-box .cta-btn {
    margin-bottom: 5px;
    margin-top: 15px;
    height: 40px;
  }
  .card-wrapper.newCard-container {
    margin: 0;
    min-height: 133px;
  }
  .card-wrapper .plus-button {
    width: 100px;
    height: 65px;
    border-radius: 7px;
    border: 1px dashed var(--text-heading);
    color: var(--text-heading);
  }
  .card-wrapper .addCard {
    color: var(--text-heading);
    font-weight: 400;
    font-size: 13px;
  }
}

.allstate-success-btn {
    background-color: #0A417A;
    color: #fff;
    border-radius: 22.5px;
    text-transform: uppercase;
    border: none;
    min-width: 100px;
}

.allstate-cancel-btn {
    background-color: #fff;
    color: #0A417A;
    border-radius: 22.5px;
    text-transform: uppercase;
    border: 1px solid #DBDEE3;
    min-width: 100px;
}

.pembridge-success-btn {
    background-color: #472468;
    color: #fff;
    text-transform: uppercase;
    border: none;
    min-width: 100px;
}

.pembridge-cancel-btn {
    background-color: #fff;
    color: #472468;
    text-transform: uppercase;
    border: 1px solid #472468;
    min-width: 100px;
}

.pafco-success-btn {
    background-color: #0A417A;
    color: #fff;
    text-transform: uppercase;
    border: none;
    min-width: 100px;
}

.pafco-cancel-btn {
    background-color: #fff;
    color: #0A417A;
    text-transform: uppercase;
    border: 1px solid #0A417A;
    min-width: 100px;
}
.modalContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  background-color: rgba(28, 29, 30, 0.5);
  z-index: 1001;
}

.modal {
  width: 478px;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 20px;
  gap: 20px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 1px 11px 0px #3f3f4426;
  transition: all 0.4s ease;
}

.modal_header {
  position: relative;
}
.modal_header-title {
  font-family: "Allstate Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #000000;
}
.allstate .modal_header-title {
  text-align: left;
}

.pembridge .modal_header-title {
  text-align: left;
}

.pafco .modal_header-title {
  text-align: left;
}

.modal_content {
  margin-bottom: 20px;
}

.modal_footer {
  display: flex;
  float: right;
}

.submit {
  margin-right: 1rem;
  background-color: #364348;
  color: #fff;
}

.modal-close {
  background-color: transparent;
  font-weight: 600;
}

.modalContainer.show {
  visibility: visible;
  opacity: 1;
  z-index: 1001;
}

.cancel-btn-box {
  width: 50%;
  text-align: right;
}

.save-btn-box {
  width: 50%;
  margin-left: 3%;
  text-align: right;
}

.modal-save-btn {
  width: 140px;
}

.modal-success-btn {
  width: 112px;
  height: 42px;
  margin-bottom: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.modal-cancel-btn {
  width: 131px;
  height: 42px;
  margin-bottom: 20px;
  cursor: pointer;
  margin-right: 1rem;
}

.allstate-cancel-border {
  border: 1px solid #dbdee3;
}

.modalContainer .wrapper {
  position: relative;
}

div#processingIframe {
  text-align: center;
}

.modal-lg {
  height: 540px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.modal-sm {
  height: 253px;
}

/* For WebKit browsers (Chrome, Safari) */
.modal-lg::-webkit-scrollbar {
  width: 6px; /* Width of the scrollbar */
}

.modal-lg::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the scrollbar track */
  margin: 4px; /* Space on top and bottom */
}

.modal-lg::-webkit-scrollbar-thumb {
  background: #a8a8a8; /* Color of the scrollbar handle */
  border-radius: 14px; /* Rounded corners for the handle */
}

.modal-lg::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the handle on hover */
}

/* For Firefox */
.modal-lg.scrollable {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: #888 #f1f1f1; /* Handle and track color */
}

.shopAndBuy-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .modal {
    width: 95vw;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 0px;
  }

  .modal-lg {
    height: 100% !important;
    padding: 60px 0 !important;
    min-height: 540px;
  }

  .pembridgemap .modal-lg {
    height: 100%;
    padding: 60px 0 !important;
    min-height: 540px;
  }

  .modal-sm .flex-button.btn-cancel-box {
    display: flex;
    padding: 10px;
  }
  .modal-sm .flex-button.btn-cancel-box button {
    display: inline-block;
    min-width: 89px;
  }
  .flex-button.btn-cancel-box .No-btn .items-center,
  .flex-button.btn-cancel-box .Yes-btn .items-center {
    line-height: 15px;
  }
}

@media only screen and (max-width: 940px) and (max-height: 539px) and (orientation: landscape) {
  .pembridge--landscape,
  .pembridgemap--landscape {
    height: 80vh !important;
    min-height: auto !important;
    overflow-y: auto !important;
  }
}

.payment-confirmation {
  text-align: center;
}

.title {
  font-size: 22px;
  font-weight: 500;
  margin: 8px 0px 16px 0;
}

.confirmation-icon img {
  width: 40px;
  height: 40px;
}

.icon {
  margin: 0 auto;
}

.amount {
  font-weight: 700;
  color: #030303;
  font-size: 16px;
  margin: 16px 0px;
}

.pc-details {
  text-align: left;
  margin: 20px 0;
}

.pc-details .row {
  display: flex;
  justify-content: space-between;
  padding: 13px;
}

.pc-details .column {
  display: flex;
  flex-direction: column;
}

.label {
  color: #717171;
  font-size: 13px;
  font-weight: 400;
}

.row .column:nth-child(2) .label {
  text-align: right;
}

.value {
  color: #44484b;
  font-size: 14px;
  font-weight: 700;
  margin-top: 4px;
}

.btn-confirmation-modal {
  padding-left: 12px !important;
}

.warning-confirmation {
  font-size: 24px;
  font-weight: 300;
  color: #1f1f1f !important;
}

.warning-message {
  font-size: 14px;
  font-weight: 400;
  color: #1f1f1f !important;
  margin: 8px 0px 40px 0px;
}

.warning-paymentEnded {
  font-size: 20px;
  font-weight: 500;
  color: #1f1f1f !important;
  margin-bottom: 40px;
}

.notes {
  background: #f8f8f8;
  padding: 8px 0 14px 0;
}

.notes-title {
  font-weight: 400;
  font-size: 11px;
  color: #484848;
  text-align: left;
  padding: 4px 0 8px 12px;
}

.notes ul {
  list-style-type: disc;
  margin-left: 24px;
}
.notes li {
  font-weight: 400;
  font-size: 11px;
  text-align: left;
  color: #4a4a4a;
  padding-left: 8px;
}

.Service-unavailable {
  text-align: center;
}

.Service-unavailable__title {
  font-size: 22px;
  font-weight: 500;
  margin: 8px 0px 16px 0;
  color: #e90a21;
  font-family: "Allstate Sans", sans-serif;
}

.message {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #030303;
  margin-top: 16px;
  letter-spacing: 0.2px;
  font-family: "Allstate Sans", sans-serif;
}

.closeSession-cta button {
  width: 123px;
  border-radius: 6px !important;
  margin-left: -16px;
}

svg#L9 {
  margin: auto;
}

.row.bg-grey {
  background-color: var(--grey-background);
  margin-left: -40px;
  margin-right: -40px;
  width: auto;
  padding: 20px 50px !important;
}

.enroll-success-header {
  font-family: "Allstate Sans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.enroll-icon {
  text-align: -webkit-center;
  margin: 10px 0px 40px 0px;
}
.enroll-icon img {
  width: 40px;
  height: 40px;
}

.error-text-msg,
.success-text-msg {
  font-family: "Allstate Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #030303;
}

.error-text,
.thankYou-text {
  line-height: 24px;
}

.redirection-text {
  line-height: 20px !important;
}

.redirect {
  color: #00739d;
  cursor: pointer;
  font-family: "Allstate Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.disabled-link {
  pointer-events: none;
  color: gray;
  text-decoration: none;
}

#credit-card-failure {
  text-align: center;
}

.enroll-error-header {
  color: #e90a21;
  font-family: Allstate Sans, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.gwbc-error-close {
  box-shadow: 0px 1px 11px 0px #3f3f4426 !important;
  background: var(--Neutrals-White, #ffffff);
  border-radius: 4px !important;
  border: 1px solid #00739d !important;
  color: #00739d;
}
.gwpc-error-close {
  box-shadow: 0px 1px 11px 0px #3f3f4426 !important;
  background: var(--Neutrals-White, #ffffff);
  border-radius: 4px !important;
  border: 1px solid #00739d !important;
  color: #00739d;
}
.gwpe-error-close {
  box-shadow: 0px 1px 11px 0px #3f3f4426 !important;
  background: var(--Neutrals-White, #ffffff);
  border-radius: 4px !important;
  border: 1px solid #472468 !important;
  color: #472468;
}

.allstate-error-close {
  box-shadow: 0px 1px 11px 0px #3f3f4426 !important;
  background: var(--Neutrals-White, #ffffff);
  border-radius: 4px !important;
  border: 1px solid #00739d !important;
  color: #00739d;
}

.pembridgemap-error-close {
  box-shadow: 0px 1px 11px 0px #3f3f4426 !important;
  background: var(--Neutrals-White, #ffffff);
  border-radius: 4px !important;
  border: 1px solid #472468 !important;
  color: #472468 !important;
}

.cardHolder-name {
  width: 230px;
}

.cardHolder-name label div[data-testid="localized-label-cardholderName"],
.card-amount label div[data-testid="localized-label-amount"] {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 400;
}

.card-amount {
  margin-left: 16px;
}

.card-amount label input[type="text"],
.cardHolder-name label input[type="text"] {
  width: 106px;
  border-radius: 4px;
  background-color: #f8fbfc;
  border: 1px solid #dbdee3;
  font-family: "Allstate Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #4a4a4a;
  padding: 0.54rem;
}

.card-amount label input[type="text"] {
  width: 140px;
}

.cardHolder-name label input[type="text"] {
  width: 230px;
  background-color: #ebf0f2;
}
.gwcc {
  position: relative;
}

.modal .cvvToolIcon {
  position: absolute;
  top: 42.7%;
  right: 70%;
  z-index: 1005;
}
.modal .cvvToolIcon-fr {
  position: absolute;
  top: 42.8%;
  right: 70%;
  z-index: 1005;
}

.modal .error-visible + .cvvToolIcon {
  top: 57.3% !important;
}
.modal .error-visible + .cvvToolIcon-fr {
  top: 60.3% !important;
}
.modal .error-visible + .tooltip-err-undefined {
  top: 42.8% !important;
}
/* .modal .error-visible + .cvvToolIcon-fr.tooltip-err-undefined {
  top: 42.8% !important;
} */

.modal .error-visible + .tooltip-err-chaseErrorMessage370,
.modal .error-visible + .tooltip-err-chaseErrorMessage310,
.modal .error-visible + .tooltip-err-chaseErrorMessage315 {
  top: 53.8% !important;
}
.modal .error-visible + .cvvToolIcon-fr.tooltip-err-chaseErrorMessage370,
.modal .error-visible + .cvvToolIcon-fr.tooltip-err-chaseErrorMessage310,
.modal .error-visible + .cvvToolIcon-fr.tooltip-err-chaseErrorMessage315 {
  top: 60% !important;
}
.modal .error-visible + .tooltip-err-cardHolderNameErrorNew {
  top: 42.8% !important;
}
.modal .error-visible + .cvvToolIcon-fr.tooltip-err-cardHolderNameErrorNew {
  top: 45.8% !important;
}

.modal .error-visible + .tooltip-err-chaseErrorMessageMultipleCodes {
  top: 60.3% !important;
}
.modal
  .error-visible
  + .cvvToolIcon-fr.tooltip-err-chaseErrorMessageMultipleCodes {
  top: 63.3% !important;
}

.modal .toolTipContent {
  position: absolute !important;
  display: none;
  font-size: 12px;
  font-weight: 400;
  color: #4a4a4a;
  width: 265px;
  background-color: #ffffff;
  text-align: left;
  padding: 10px;
  border: 1px solid #4a4a4a;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 2000;
  bottom: 20px;
  left: -135px;
  transform: translateX(-50%);
}

.gw-fr {
  margin-left: 242px;
}

.cvvToolIcon:hover .toolTipContent {
  display: inline-block;
}

.cvvToolIcon-fr:hover .toolTipContent {
  display: inline-block;
}

.tooltipDown-arrow {
  position: absolute !important;
  top: 100%;
  left: 50%;
  margin-left: -105px;
  border-width: 5px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
}

.card-note {
  font-family: "Allstate Sans", Arial, Helvetica, sans-serif !important;
  margin: -30px 0px -32px 0px !important;
  font-size: 11px !important;
}
.card-note.pafco {
  margin-top: -175px !important;
}

.card-note div {
  display: inline !important;
}

div[data-testid="localized-label-creditCardMessage2Title"] {
  font-weight: 700;
}

input.amount-chase-text-input.gwpe-text-input:focus {
  outline: 5px auto rgba(71, 36, 104, 1) !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
}

.success-new-text {
  text-align: center;
  margin-bottom: 30px;
}

.last-text {
  text-align: center !important;
}

.box-height {
  height: 484px !important;
}
.chaseDisabled {
  opacity: 0.5;
  pointer-events: none;
}

.mb-offset-notification.notification-error {
  margin-bottom: -20px;
}
.details {
  text-align: left;
  margin: 20px 0;
}

.details .row {
  display: flex;
  justify-content: space-between;
  padding: 13px;
}

.column {
  display: flex;
  flex-direction: column;
}

.close-btn-cta {
  float: right;
  margin-top: -60px;
  margin-right: -24px;
}

.close-btn-cta img {
  height: 20px;
  width: 40px;
}

.chase-iframe-modal {
  z-index: 1001;
  position: relative;
  left: 0px;
}

@media only screen and (max-width: 767px) {
  .cardHolder-name {
    display: block;
    width: 100%;
  }

  .white-bg {
    background-color: white;
    padding: 30px;
  }

  .card-note {
    margin: 10px 0px 10px 0px !important;
  }

  .flex {
    flex-direction: column;
  }
  .flex .cardHolder-name label input {
    width: 100% !important;
    background-color: #ebf0f2;
  }
  .flex .card-amount.mt-2 {
    margin-left: 0;
  }
  .modal .cvvToolIcon {
    z-index: 1005;
    position: absolute;
    display: inline-block;
    height: 12px;
    width: 12px;
    top: 75%;
    right: 8%;
  }
  .h-\[372px\] {
    min-height: 500px !important;
  }

  .modal .error-visible + .cvvToolIcon {
    top: 77.5% !important;
    left: 28%;
  }
  .modal .toolTipContent {
    position: absolute !important;
    display: none;
    font-size: 12px;
    font-weight: 400;
    color: #4a4a4a;
    width: 265px;
    background-color: #ffffff;
    text-align: left;
    padding: 10px;
    border: 1px solid #4a4a4a;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    bottom: 150%;
    z-index: 1005;
    left: -100px;
    transform: translateX(-50%);
  }
  .tooltipDown-arrow {
    position: absolute !important;
    top: 100%;
    left: 50%;
    margin-left: 100px;
    border-width: 5px;
  }
}

#sorLandingContent .loading-svg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.white-bg {
  background-color: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.allstate-input-label {
  color: #000000;
  font-size: 11px;
  line-height: 15px;
}

.pembridge-input-label,
.pafco-input-label {
  color: #44484b;
  font-size: 0.813rem;
  line-height: 18px;
}

.allstate input[type="text"],
.allstate input[type="number"],
.allstate input[type="email"] {
  border-radius: 4px;
  background-color: #f8fbfc;
  border: 1px solid #dbdee3;
  font-family: "Allstate Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #4a4a4a;
}

.pembridge input[type="text"],
.pembridge input[type="number"],
.pembridge input[type="email"] {
  border: 1px solid #a0a0a0;
  background-color: #ffffff;
}

.pafco input[type="text"],
.pafco input[type="number"],
.pafco input[type="email"] {
  border: 1px solid #a0a0a0;
  background-color: #ffffff;
}

.allstate-text-input {
  box-sizing: border-box;
  height: 40px;
  width: 263px;
  border: 1px solid #dbdee3;
  border-radius: 4px;
  background-color: #f8fbfc;
  padding: 8px;
}
.pembridge-text-input {
  box-sizing: border-box;
  height: 42px;
  width: 263px;
  border: 1px solid #a0a0a0;
  background-color: #ffffff;
  padding: 8px;
}
.pafco-text-input {
  box-sizing: border-box;
  height: 42px;
  width: 263px;
  border: 1px solid #a0a0a0;
  background-color: #ffffff;
  padding: 8px;
}

.input-label-tag {
  display: flex;
  flex-direction: column-reverse;
}

.amount-chase-text-input {
  height: 30px;
}

.allstate-rectangle {
    box-sizing: border-box;
    border: 0.5px solid #C265FC;
    background-color: rgba(194,101,252,0.05); 
  }
  .pembridge-rectangle {
    box-sizing: border-box;
    border: 0.5px solid #C265FC;
    background-color: rgba(194,101,252,0.05); 
  }
  .pafco-rectangle {
    box-sizing: border-box;
    border: 0.5px solid #002878;
    background-color: #F5F6FA;
  }
  .allstate-rectangle-description {
    line-height: 20px;
  }
  .pembridge-rectangle-description {
    line-height: 21px;
  }
  .pafco-rectangle-description {
    line-height: 21px;
  }
  .margin{
    margin-top: 10px;
    margin-left: 10px;
  }
.allstate-landing input[type="radio"],
input.radio {
  float: left;
  clear: none;
  margin-right: 8px;
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  border: 1px solid #0054a6;
  background-color: #0054a6;
}

input.radio.white-background,
input.radio.white-background:checked:focus,
input.radio.white-background:checked:hover {
  background-color: #fff;
}

input.radio.white-background.gwpe {
  border: 1px solid #472468;
  border-radius: 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input.radio.white-background.gwpc,
input.radio.white-background.gwbc {
  border: 1px solid #2f7299;
  border-radius: 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input.radio.white-background + .labelText {
  display: none;
}

input.radio.white-background::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  top: 5.2px;
  left: 5.2px;
}

input.radio.white-background.gwpc:checked:before,
input.radio.white-background.gwbc:checked:before {
  background-color: #2f7299;
  color: white;
}

input.radio.white-background.gwpe:checked:before {
  background-color: #472468;
}

input.radio.white-background:disabled {
  border: 6px solid #a0a0a0;
}

.allstate-landing input[type="radio"]:checked:after {
  background-color: #0054a6;
  border-color: #0054a6;
}

.alllstate-btn {
  font-weight: 700;
  font-size: 11px;
}

.pafco-landing input[type="radio"],
input.radio {
  float: left;
  clear: none;
  margin-right: 8px;
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  border: 1px solid #002878;
  background-color: #002878;
}

.pafco-landing input[type="radio"]:checked:after {
  background-color: #002878;
  border-color: #002878;
}

.pembridge-landing input[type="radio"],
input.radio {
  float: left;
  clear: none;
  margin-right: 8px;
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  border: 1px solid #472468;
  background-color: #472468;
}

.pembridge-landing input[type="radio"]:checked:after {
  background-color: #472468;
  border-color: #472468;
}

.allstate {
  color: #4a4a4a;
  font-family: "Allstate Objektiv", Arial, Helvetica, sans-serif;
  border: 0px solid #0054a6;
}

.pembridge {
  color: #000000;
  font-family: "Mulish", sans-serif;
  border: 0px solid #472468;
}

.pafco {
  color: #000000;
  font-family: "Mulish", sans-serif;
  border: 0px solid #002878;
}
.allstate-text-label {
  font-size: 10px;
  letter-spacing: 0.2px;
  line-height: 15px;
  font-weight: bold;
}
.pafco-text-label {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 21px;
}
.pembridge-text-label {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 21px;
}

.allstate-icon-bg {
  fill: #0054a6;
}

.auto-icon g {
  fill: #0054a6 !important;
}

.allstate-add-card {
  color: #00339f;
}

.pembridge-add-card {
  color: #472468;
}

.pafco-add-card {
  color: #194379;
}

.allstate-website-modal div.modal_header-title {
  color: #4a4a4a;
}

.pembridge-website-modal div.modal_header-title {
  color: #4a4a4a;
}

.pafco-website-modal div.modal_header-title {
  color: #4a4a4a;
}

*:focus {
  outline: 5px auto rgba(0, 150, 255, 1) !important;
  -webkit-outline: 5px auto rgba(0, 150, 255, 1) !important;
  -moz-outline: 5px auto rgba(0, 150, 255, 1) !important;
  -ms-outline: 5px auto rgba(0, 150, 255, 1) !important;
  -o-outline: 5px auto rgba(0, 150, 255, 1) !important ;
  /* Use a border to apply the outline */
  border: 1px solid rgba(0, 0, 0, 0) !important;
}

.notification {
  display: flex;
}

.notification-default {
  background: rgba(194, 101, 252, 0.05);
  border: 1px solid #c265fc;
}

.notification-info {
  background: #fdf7eb;
  border: none;
}

.notification-success {
  border: none;
}

.notification-error {
  background: rgba(194, 101, 252, 0.05);
  border: 1px solid #e90a21;
  font-family: "Allstate Sans", Arial, Helvetica, sans-serif;
}

.text-notification {
  font-family: "Allstate Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #1c1d1e;
}

/* Custom properties */
:root {
    --tooltip-text-color: white;
    --tooltip-background-color: white;
    --tooltip-margin: 30px;
    --tooltip-arrow-size: 6px;
  }
  
  /* Wrapping */
  .Tooltip-Wrapper {
    display: inline-block;
    position: relative;
    top: 5%;
    left: 1%;
  }
  
  /* Absolute positioning */
  .Tooltip-Tip {
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-12%);
    color: var(--tooltip-text-color);
    font-size: 14px;
    font-family: sans-serif;
    line-height: 1;
    z-index: 1005;
    white-space: nowrap;
  }
  
  /* CSS border triangles */
  .Tooltip-Tip::before {
    content: " ";
    left: 12%;
    border: solid black;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: var(--tooltip-arrow-size);
    margin-left: calc(var(--tooltip-arrow-size) * -1);
  }
  
  /* Absolute positioning */
  .Tooltip-Tip.top {
    top: calc(var(--tooltip-margin) * -1);
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    background: white;
  }
  /* CSS border triangles */
  .Tooltip-Tip.top::before {
    top: 100%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    transform: rotate(180deg)
  }
  
  /* Absolute positioning */
  .Tooltip-Tip.right {
    left: calc(100% + var(--tooltip-margin));
    top: 50%;
    transform: translateX(0) translateY(-50%);
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
  }
  /* CSS border triangles */
  .Tooltip-Tip.right::before {
    left: calc(var(--tooltip-arrow-size) * -1);
    top: 50%;
    transform: translateX(0) translateY(-50%);
    border-right-color: var(--tooltip-background-color);
  }
  
  /* Absolute positioning */
  .Tooltip-Tip.bottom {
    /* bottom: calc(var(--tooltip-margin) * -1); */
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    border: 1px solid black;
    margin-top: 10px;
  }
  /* CSS border triangles */
  .Tooltip-Tip.bottom::before {
    bottom: 100%;
    /* border-bottom-color: var(--tooltip-background-color); */
    transform: rotate(-183deg);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;

  }
  
  /* Absolute positioning */
  .Tooltip-Tip.left {
    left: auto;
    right: calc(100% + var(--tooltip-margin));
    top: 50%;
    transform: translateX(0) translateY(-50%);
  }
  /* CSS border triangles */
  .Tooltip-Tip.left::before {
    left: auto;
    right: calc(var(--tooltip-arrow-size) * -2);
    top: 50%;
    transform: translateX(0) translateY(-50%);
    border-left-color: var(--tooltip-background-color);
  }
  
.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
select {
  margin-top: 4px;
}
.select-box {
  width: 100%;
}
.select-dropdown {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.allstate-select {
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  border: 1px solid #dbdee3;
  border-radius: 4px;
  background-color: #f8fbfc;
  padding: 11px 12px;
  color: #4a4a4a;
  font-family: "Allstate Objektiv", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.46px;
  line-height: 18px;
}

.pembridge-select {
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  background-color: #f8fbfc;
  padding: 11px 12px;
  color: #1c1d1e;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  letter-spacing: 0.46px;
  line-height: 18px;
}

.allstate .select-dropdown > label {
  color: #000000;
}

.table-container {
  margin-left: 32px;
}

.pageTableContainer {
  font-family: "Allstate Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #1f1f1f;
  max-height: 65vh;
  overflow-y: auto;
  margin-bottom: 10px;
}

.pageTableContainer::-webkit-scrollbar {
  width: 12px;
}
.pageTableContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.pageTableContainer::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}
.pageTableContainer::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.table-cell {
  text-align: left;
  color: #1f1f1f;
  font-family: "Allstate Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.card-icon-container {
  background-color: #00339f;
  width: 48px;
  height: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 8px;
  float: left;
  margin-top: 8px;
}

.card-icon-container > .iconHeight {
  width: 20.64px;
  height: 14px;
  float: right;
}

.expired-icon-container {
  width: 15px;
  height: 15px;
}

.expired-icon-container > .iconHeight {
  height: 15px;
}

.search-bar {
  margin-bottom: 20px;
}

tbody tr:first-child td {
  margin-top: 8px;
}

.table-row td {
  padding-bottom: 16px;
}

.creditCardName {
  font-size: 13px;
}

.bold {
  font-weight: bold;
}

.expired {
  color: #e90a21;
}

.expired-text {
  font-weight: 500;
  color: #e90a21;
  padding: 0px 4px;
  font-size: 13px;
}

.noCards-message {
  font-weight: 600;
  padding-left: 24px;
  margin-bottom: 8px;
}

.noCards-message-mark {
  color: red;
  padding-right: 4px;
  display: inline-block;
  margin-left: 4px;
  font-size: 16px;
}

.noCards-message hr {
  border-top-width: 2px;
}

.cardHolderName,
.expired-date {
  font-size: 13px;
  /* padding-left: 8px; */
}
.cardHolderNameDiv {
  margin-top: 12px;
}
.headerRow-0 {
  width: 900px;
}

.headerRow-1,
.headerRow-2 {
  width: 600px;
}

.allstate-header {
  background-color: #ffffff;
  color: #1f1f1f;
  border: none;
  min-width: 100px;
  margin-top: 20px;
  border-bottom: 0.6px solid #979797;
  text-align: left;
}

.pembridge-header {
  background-color: #ffffff;
  color: #1f1f1f;
  border: none;
  min-width: 100px;
  margin-top: 20px;
  border-bottom: 0.6px solid #979797;
  text-align: left;
}

.pafco-header {
  background-color: #ffffff;
  color: #1f1f1f;
  border: none;
  min-width: 100px;
  margin-top: 20px;
  border-bottom: 0.6px solid #979797;
  text-align: left;
}

.date-select {
  width: 100%;
}

.date-select-form {
  display: flex;
  margin-bottom: auto;
  width: 100%;
}

.form-field {
  display: flex;
  flex-direction: column;
  margin-right: 13px;
}

.allstate-custom-select {
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #dbdee3;
  border-radius: 4px;
  background-color: #f8fbfc;
  font-size: 12px;
  font-family: "Allstate Objektiv", Arial, Helvetica, sans-serif;
  color: #000000;
  line-height: 17px;
  cursor: pointer;
  letter-spacing: 0.2px;
  padding: 12px !important;
}

.pembridge-custom-select {
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #dbdee3;
  border-radius: 4px;
  background-color: #f8fbfc;
  font-size: 12px;
  color: #4a4a4a;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.46px;
  line-height: 18px;
  cursor: pointer;
}

.pafco-custom-select {
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #dbdee3;
  border-radius: 4px;
  background-color: #f8fbfc;
  font-size: 12px;
  color: #4a4a4a;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.46px;
  line-height: 18px;
  cursor: pointer;
}
  
.day-select {
  height: 100%;
  width: 50%;
}

.month-select {
  height: 100%;
  width: 50%;
}

.year-select {
  height: 100%;
  width: 30%;
}

.form-field:last-child {
  margin-right: 0;
}

.no-margin {
  margin: 0 !important;
}

.custom-select.isinvalid {
  border: 1px solid #d0021b;
}

.custom-select.isinvalid:focus {
  border: 1px solid #d0021b !important;
  box-shadow: 0 0 0 2px rgba(233, 102, 102, 0.25) !important;
}

@media (max-width: 650px) {
  .form-field .day-select {
    flex-basis: 25%;
  }
}

@media (min-width: 700px) {
  .date-select-form {
    width: 350px;
  }
}

.date-error .date-select select,
.date-error .date-select select.arrows:focus {
  border: 1px solid #d0021b;
}

select {
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.arrows {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9IjAgMCA3IDExIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPkI0M0VCREQ5LTk1NTEtNDI0Ri1BQjZFLTE5REMyQ0JDQTk1ODwvdGl0bGU+CiAgICA8ZyBpZD0iU2VsZWN0LXBheW1lbnQtbWV0aG9kIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQWxsc3RhdGUtLS1TaW5nbGUtcGF5bWVudC1QQUQtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2My4wMDAwMDAsIC02MDMuMDAwMDAwKSIgZmlsbD0iIzRBNEE0QSI+CiAgICAgICAgICAgIDxnIGlkPSJEZXNrdG9wL0RhdGUtU2VsZWN0b3IvRGVmYXVsdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjUuMDAwMDAwLCA1NzAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjA1LDM3LjM2OTUzODYgTDE5OC4xNjc0NjgsMzcuMzY5NTM4NiBMMjAxLjU4MzczNCwzMyBMMjA1LDM3LjM2OTUzODYgWiBNMTk4LDM5LjYzMDQ2MTQgTDIwNC44MzI1MzIsMzkuNjMwNDYxNCBMMjAxLjQxNjI2Niw0NCBMMTk4LDM5LjYzMDQ2MTQgWiIgaWQ9IkFmZm9yZGFuY2UtQ29weS0zIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-position: calc(100% - 0.5rem), 100% 0;
  background-repeat: no-repeat;
  padding: 5px;
  border: 1px solid #a0a0a0;
}

select.arrows:focus {
  border-color: blue;
  outline: 0;
}

@font-face {
  font-family: "Allstate Objektiv";
  src: url(/fe001706ad0110e63cbd.ttf);
}

@font-face {
  font-family: "Allstate Sans";
  src: url(/3dc307d4a3cafdbe8432.ttf);
}

ul.errors {
  list-style-type: disc;
  padding-left: 25px;
}

.allstate-sorlanding {
  box-sizing: border-box;
  min-width: none;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 24px 35px 30px 35px;
  padding: 20px 24px 30px 19px;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.library-samples {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 0 0 rgba(63, 63, 68, 0.16),
    0 1px 11px 0 rgba(63, 63, 68, 0.15);
  padding: 10px;
}

.pembridge-sorlanding,
.pafco-sorlanding {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1;
  font-family: Mulish, Arial, Helvetica, sans-serif;
  background-color: var(--pem-background);
  font-size: 14px;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 600px !important;
  color: #1c1d1e;
}

.pembridge-sorlanding button.cancel {
  color: var(--pem-branding);
  font-weight: 500;
}

.pafco-sorlanding button.cancel {
  color: var(--pafco-branding-color);
  font-weight: 500;
}

.pembridge-sorlanding input:focus,
.pembridge-sorlanding select:focus,
.pembridge-sorlanding button:focus {
  outline: 5px auto var(--pem-branding) !important;
}

.pafco-sorlanding input:focus,
.pafco-sorlanding select:focus,
.pafco-sorlanding button:focus {
  outline: 5px auto var(--pafco-branding-color) !important;
}

.error-messages {
  border-top: 116px;
  border-left: 60px;
  width: 100%;
  border-radius: 4px;
  border: 1px;
  padding: 11px 15px 11px 15px;
  background-color: #c265fc0d;
  border-style: solid;
  border-color: #e90a21;
  margin-bottom: 10px;
}

#sorCCMessage {
  font-size: 16px;
}

button.disableButton {
  opacity: 0.5;
}

.disclaimer {
  display: flex;
  margin-bottom: 8px;
}

.disclaimer__title {
  font-size: 16px;
  color: #1c1d1e;
}

.disclaimer img {
  margin: 0px 8px 0px 0px !important;
}

@media only screen and (min-width: 500px) {
  .row {
    display: flex;
    margin-top: 20px;
    width: 100%;
    flex-direction: row;
    border-spacing: 10px;
    /*Optional*/
  }

  .currency-pad-mob {
    margin-left: 16px;
  }

  .column {
    display: table-cell;
  }

  .c1 {
    width: 30%;
  }

  .c2 {
    width: 67%;
  }

  #sorPolicyNumber {
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    width: 350px;
    height: 2.6rem;
    padding: 10px;
    font-family: Mulish, Arial, Helvetica, sans-serif;
    font-size: 14px;
  }
  .sorEmailAddress,
  .sorAmount,
  .sorCardholderName {
    margin-left: 16px;
    border-radius: 4px !important;
    border: 1px solid #a0a0a0 !important;
    width: 350px !important;
    height: 2.6rem;
    padding: 10px;
    font-family: Mulish, Arial, Helvetica, sans-serif;
    font-size: 14px;
  }

  button.pafcoCancelBtnColor {
    border-color: #0a417a;
    color: #0a417a;
  }

  button.pembridgeCancelBtnColor {
    border-color: #472468;
    color: #472468;
  }

  button.cancel {
    border: 1px;
    background-color: #fafafa;
    border-radius: 4px;
    border-style: solid;
    width: 82px;
    margin-right: 15px;
    font-family: Allstate Sans, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
  }

  button.pafcoNextBtnColor {
    border-color: #0a417a;
    background-color: #0a417a;
  }

  button.pembridgeNextBtnColor {
    border-color: #472468;
    background-color: #472468;
  }

  button.next {
    border: 1px;
    border-radius: 4px;
    color: #fafafa;
    border-style: solid;
    width: 82px;
    font-family: Allstate Sans, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
  }

  .effectivedate-selector {
    width: 350px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 700px) {
  .currency-pad-mob {
    padding: 11px 0px;
  }
  .column {
    display: flex;
    flex-direction: column;
  }
  .c1 {
    width: 100%;
  }

  .c2 {
    width: 100%;
  }
  input[type]:not([type="search"]):not([type="url"]):not([type="hidden"]):not(
      [type="radio"]
    ):not([type="checkbox"]) {
    border-radius: 4px;
    border-color: var(--input-border);
    width: var(--input-width-mobile) !important;
    border: 1px solid var(--input-border);
    padding: 10px;
    font-family: var(--font-secondary);
    font-size: var(--font-size-normal);
  }
  .effectivedate-selector {
    width: 100%;
  }
  button.cancel {
    width: 100%;
    margin-bottom: 10px;
  }

  button.next {
    width: 100%;
  }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
  .currency-pad-mob {
    padding: 11px 0px;
  }
}

@media only screen and (max-width: 500px) {
  .c2.mar-l-15 {
    margin-left: 0 !important;
  }
  .year-select {
    width: 34%;
  }
  .map-cvv-parent .map-cvv {
    margin-top: -417px;
    margin-left: 90%;
  }

  .map-cvv-parent .toolTipContent {
    margin-left: 60%;
  }

  .chase_content {
    margin-top: 20px;
  }

  .pembridgemap-chase-iframe {
    min-height: 600px !important;
  }

  .currency-pad-mob {
    padding: 11px 0px;
  }
  .effectivedate-selector {
    width: 100%;
  }
  .column {
    display: block;
    margin-bottom: 5px;
  }

  input[type]:not([type="search"]):not([type="url"]):not([type="hidden"]):not(
      [type="radio"]
    ):not([type="checkbox"]) {
    border-radius: 4px;
    border-color: #a0a0a0;
    width: 100%;
    border: 1px solid #a0a0a0;
    height: 2.6rem;
    padding: 10px;
    font-family: Mulish, Arial, Helvetica, sans-serif;
    font-size: 14px;
  }

  .sorAmount {
    padding-left: 22px !important;
  }

  button.pafcoCancelBtnColor {
    border-color: #0a417a;
    color: #0a417a;
  }

  button.pembridgeCancelBtnColor {
    border-color: #472468;
    color: #472468;
  }

  button.cancel {
    border: 1px;
    background-color: #fafafa;
    border-radius: 4px;
    border-style: solid;
    width: 100%;
    font-family: Allstate Sans, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
  }

  button.pafcoNextBtnColor {
    border-color: #0a417a;
    background-color: #0a417a;
  }

  button.pembridgeNextBtnColor {
    border-color: #472468;
    background-color: #472468;
  }

  button.next {
    border: 1px;
    border-radius: 4px;
    color: #fafafa;
    border-style: solid;
    width: 100%;
    font-family: Allstate Sans, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
  }

  .row {
    margin-bottom: 10px;
  }
}
.cvvToolIcon {
  position: absolute;
  top: 4%;
  right: 0%;
}

.map-cvv-parent {
  position: relative;
}

.map-cvv {
  margin-top: -354px;
  margin-left: 134px;
}

.map-cvv-fr {
  margin-left: 151px;
}

.toolTipContent {
  display: none;
  margin-top: -100px;
  margin-left: 240px;
  font-size: 12px;
  font-weight: 400;
  color: #4a4a4a;
  width: 265px;
  background-color: #ffffff;
  text-align: left;
  padding: 10px;
  border: 1px solid #4a4a4a;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  position: absolute;
}

.sor-fr {
  margin-left: 257px;
}

.map-cvv:hover + .toolTipContent {
  display: inline-block;
}

.cardIcon {
  display: inline-flex;
  padding-left: 10px;
}

.sorIcon {
  max-width: 26px;
}

.pl-5 {
  padding-left: 5px;
}

.frDollarPadding {
  padding-right: 3.75rem;
}

/*font-imports*/
@font-face {
  font-family: "Allstate Objektiv";
  src: url(/fe001706ad0110e63cbd.ttf);
}

@font-face {
  font-family: "Allstate Sans";
  src: url(/3dc307d4a3cafdbe8432.ttf);
}

/* Specify standard and branding defaults to valibale here */

:root {
  /* color */
  --input-border: #a0a0a0;
  --white: #fafafa;
  --error: #e90a21;
  --grey-background: #f9fafb;
  --text-heading: #1f1f1f;
  --border-grey: #94a1b0;
  --pem-background: #f0f1f5;
  --border-card: #0033a0;
  --pem-branding: #472468;
  --pafco-branding-color: #0a417a;
  --gwpe-branding--color: #472468;
  --gwpc-branding--color: #00739d;
  --gwbc-branding--color: #00739d;
  --quote-and-buy-branding-color: #00c39c;
  /* fonts*/
  --font-primary: Allstate Sans, Arial, Helvetica, sans-serif;
  --font-secondary: Mulish, Arial, Helvetica, sans-serif;
  --font-size-normal: 14px;

  /*Gutters*/
  --base-padding: 4px;
  --padding-multiplier: 4;
  --base-margin: 4px;
  --margin-multiplier: 4;

  /*width and height*/
  --input-width-standard: 295px;
  --input-width-mobile: 100%;
  --input-height-standard: 40px;
}

html {
  -webkit-text-size-adjust: 100% !important;
}

.pad-tb-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.margin-offset-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.pad-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.mar-l-15 {
  margin-left: 15px !important;
}

.margin-top-20 {
  margin-top: -20px;
}

.mtop-40 {
  margin-top: 100px;
}

.bg-blur {
  background-color: #000;
  opacity: 0;
  z-index: 2000;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.chaseDisabled {
  opacity: 0.5;
  pointer-events: none;
}

.chaseenabled {
  opacity: 1;
  pointer-events: all;
}

.loading-submit svg:focus {
  outline: none !important;
}

.loading-spinner:focus {
  outline: none !important;
}

.zindex-top {
  z-index: 9999 !important;
}

body.no-scroll {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
    font-size: 16px !important;
  }
  .paymentSessionEnded {
    width: 55vw;
    margin-left: calc(5vw) !important;
  }
}

.QuickAndBuyModal .QuickAndBuyModal-header {
  background: #0e1941;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
}

.QuickAndBuyModal .QuickAndBuyModal-header .QuickAndBuyModal-title {
  font-family: "Allstate Sans", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.QuickAndBuyModal .QuickAndBuyModal-header .QuickAndBuyModal-close {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

.QuickAndBuyModal-content {
  padding: 0px 0px;
}

.QuickAndBuyModal-content .QuickAndBuyModal-content-message {
  margin: 16px 0;
  padding: 0px 16px;
}

.QuickAndBuyModal-content
  .QuickAndBuyModal-content-message
  .securePayment_message {
  margin-left: -5px;
}

.QuickAndBuyModal-content
  .QuickAndBuyModal-content-message
  .securePayment_message
  .securePayment_icon {
  display: inline-block;
  vertical-align: bottom;
}

.QuickAndBuyModal-content
  .QuickAndBuyModal-content-message
  .quoteAndBuyCardSupport,
.QuickAndBuyModal-content .QuickAndBuyModal-content-message .securePayment {
  font-family: "Allstate Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #4a4a4a;
}
.QuickAndBuyModal-content .QuickAndBuyModal-content-message .encryptedMsg {
  font-family: "Allstate Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #4a4a4a;
}

.QuickAndBuyModal-content .snb-icon-container {
  margin: -10px 0px 16px 0px;
  padding: 0px 16px;
}

.QuickAndBuyModal-content .inputs-container {
  display: flex;
  gap: 16px;
  width: 100%;
  padding: 0px 16px;
}

.QuickAndBuyModal-content .input-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-family: "Allstate Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #4a4a4a;
  gap: 5px;
  position: relative;
}

.QuickAndBuyModal-content .input-label {
  color: #2f3847;
  font-family: "Allstate Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  vertical-align: bottom;
  letter-spacing: 0px;
}

.QuickAndBuyModal-content .input-field {
  position: relative;
  background-color: #f8fbfc;
  box-sizing: border-box;
  border: 1px solid #4e5969 !important;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 8%) inset !important;
  border-radius: 4px 4px 4px 4px;
  margin-top: 5px;
  width: 360;
  height: 44;
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  opacity: 1;
  border-width: 1px;
}

.QuickAndBuyModal-content .input-with-icon {
  display: flex;
  align-items: center;
  position: relative;
}

.QuickAndBuyModal-content .input-with-icon .input-field {
  flex: 1 1 auto;
  height: 44px;
  width: 100%;
  padding: 10px 12px;
  padding-left: 40px;
  box-sizing: border-box;
  background-color: #f8fbfc;
  border: 1px solid #4e5969;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 8%) inset;
  border-radius: 4px;
}

.QuickAndBuyModal-content .input-with-icon .name-lock {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.QuickAndBuyModal-content .input-with-icon .iconHeight {
  width: 16px;
  height: 16px;
  display: block;
}

input.input-field:focus {
  outline: none !important; /* Remove default outline */
  -webkit-tap-highlight-color: transparent;
  border: 2px solid rgb(0, 195, 156) !important; /* Custom border */
  box-shadow: 0 0 5px rgba(0, 195, 156, 0.5) !important; /* Optional glow */
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.quickQuote-height {
  min-height: 470px;
  overflow: auto;
  height: 100%;
}

.QuickAndBuyModal .error-msg {
  padding: 16px;
}

.QuickAndBuyModal .notification-error {
  width: 730px;
}

.quickquote-note {
  margin-top: -10px;
  padding: 0px 0px 16px 16px;
}

.quickquote-note .title {
  font-weight: 700;
  font-size: 12px;
  color: #4a4a4a;
}
.quickquote-note .message {
  font-size: 12px;
  color: #4a4a4a;
}

/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.top-1\/2{
  top: 50%;
}
.float-left{
  float: left;
}
.m-auto{
  margin: auto;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-\[100px\]{
  margin-left: 100px;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.table-row{
  display: table-row;
}
.hidden{
  display: none;
}
.h-6{
  height: 1.5rem;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[372px\]{
  height: 372px;
}
.h-\[550px\]{
  height: 550px;
}
.max-h-\[45px\]{
  max-height: 45px;
}
.w-11\/12{
  width: 91.666667%;
}
.w-full{
  width: 100%;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.flex-row{
  flex-direction: row;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.overflow-auto{
  overflow: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-4{
  padding: 1rem;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[2px\]{
  padding: 2px;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pl-\[5px\]{
  padding-left: 5px;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-20{
  padding-right: 5rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}

@font-face {
  font-family: "AllstateObjektiv";
  src: local("AllstateObjektiv"),
    url(/fe001706ad0110e63cbd.ttf);
}

@font-face {
  font-family: "AllstateObjektiv Bold";
  src: local("AllstateObjektiv Bold"),
    url(/2605271fddef386caa5c.ttf);
}

@font-face {
  font-family: "AllstateObjektiv Medium";
  src: local("AllstateObjektiv Medium"),
    url(/2725e133147b0fce560c.ttf);
}

body {
  background-color: #F0F1F5;
}

.placeholder\:text-gray-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.placeholder\:text-gray-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

@media (min-width: 640px){

  .sm\:w-\[100\%\]{
    width: 100%;
  }

  .sm\:w-\[335px\]{
    width: 335px;
  }

  .sm\:p-\[20px\]{
    padding: 20px;
  }
}

@media (min-width: 768px){

  .md\:w-\[478px\]{
    width: 478px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:px-\[39px\]{
    padding-left: 39px;
    padding-right: 39px;
  }
}

@media (min-width: 1024px){

  .lg\:w-\[478px\]{
    width: 478px;
  }

  .lg\:px-\[39px\]{
    padding-left: 39px;
    padding-right: 39px;
  }
}

