@charset "UTF-8";





.cf-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}



.cf-backdrop.cf-backdrop-before-open {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}



.cf-backdrop.cf-closing {
  opacity: 0;
  pointer-events: none;
}

.cf-hidden {
  display: none !important;
}



.cf-body-locked {
  overflow: hidden;
}



.cf-window {
  position: relative;
  width: 100%;
  max-width: min(960px, (100vh - 32px) * 16 / 9);
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}



.cf-window--video {
  border-radius: 8px;
  background: #000;
}



.cf-slot {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
}



.cf-slot-current {
  z-index: 2;
  opacity: 1;
}



.cf-slot-incoming {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}



.cf-step-loading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  color: #999;
  font-family: inherit;
}

@-webkit-keyframes cf-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cf-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cf-loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e0e0e0;
  border-top-color: #00bcea;
  border-radius: 50%;
  -webkit-animation: cf-spin 0.8s linear infinite;
  animation: cf-spin 0.8s linear infinite;
}

.cf-loading-text {
  font-size: 14px;
  margin: 0;
}



.cf-step-thank-you {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 48px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cf-step-thank-you__icon svg {
  width: 72px;
  height: 72px;
}

.cf-step-thank-you__title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a2e;
}

.cf-step-thank-you__paragraph {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.65;
}



.cf-step-cant-help {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 48px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cf-step-cant-help__icon svg {
  width: 72px;
  height: 72px;
}

.cf-step-cant-help__title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a2e;
}

.cf-step-cant-help__paragraph {
  margin: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.65;
}



.pcf-service-redirect {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 48px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pcf-service-redirect__title {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 700;
  color: #1a1a2e;
}

.pcf-service-redirect__select-wrap {
  width: 100%;
  max-width: 360px;
}

.pcf-service-redirect__countdown {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  font-style: italic;
  color: #616161;
}

.pcf-service-redirect__disclaimer {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  font-style: italic;
  color: #888;
}

.pcf-service-redirect__footer {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #777;
  border-top: 1px solid #e7e7e7;
  padding-top: 16px;
  width: 100%;
  max-width: 440px;
}



.pcf-default-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}



.pcf-col--form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 36px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 8px;
}



.pcf-col--image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  overflow: hidden;
  background: #f5f5f5;
}



.pcf-default-step--image-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.pcf-col--image picture,
.pcf-col--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}



.pcf-title {
  font-size: 1.45rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px;
  line-height: 1.25;
}

.pcf-paragraph {
  font-size: 1rem;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

.pcf-error-code {
  margin: 6px 0 0 0;
  font-size: 0.68rem;
  color: #bbb;
  font-family: monospace;
  letter-spacing: 0.03em;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}



.pcf-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.pcf-input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5px;
}



.pcf-input-row--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 0;
}

.pcf-input-row--inline .pcf-input-row__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}



.pcf-input--textarea {
  resize: none;
  padding: 10px 14px;
  line-height: 1.5;
}

.pcf-input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #d0d0d0;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #1a1a2e;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s ease;
  -o-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.pcf-input:focus {
  outline: none;
  border-color: #00bcea;
}



.pcf-btn {
  padding: 13px 20px;
  border: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.pcf-btn:hover {
  opacity: 0.88;
}

.pcf-btn--primary {
  background: #00bcea;
  color: #fff;
}

.pcf-btn--secondary {
  background: #f0f0f0;
  color: #333;
}

.pcf-btn--danger {
  background: #e53935;
  color: #fff;
}



.pcf-btn__icon--flip {
  display: inline-block;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}



.pcf-btn--loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
  opacity: 0.85;
}

.pcf-btn--loading i {
  visibility: hidden;
}

.pcf-btn--loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: cf-spin 0.7s linear infinite;
  animation: cf-spin 0.7s linear infinite;
}

.pcf-btn--secondary.pcf-btn--loading::after,
.pcf-btn--ghost.pcf-btn--loading::after {
  border-color: rgba(0, 0, 0, 0.12);
  border-top-color: #555;
}





.pcf-error-msg {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: #c0392b;
  line-height: 1.4;
}

.pcf-error-msg--hidden {
  display: none;
}



.pcf-input-prefix-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.pcf-input-prefix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 0 10px;
  background: #f5f5f5;
  border: 1.5px solid #d0d0d0;
  border-right: none;
  border-radius: 8px 0 0 8px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #555;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pcf-input-prefix-wrap .pcf-input {
  border-radius: 0 8px 8px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}



.pcf-input-hint {
  min-height: 1.25em;
  margin-top: 5px;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.4;
  color: #727272;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
  margin-bottom: 5px;
}

.pcf-input-hint--valid {
  color: #16a34a;
  font-weight: 600;
}

.pcf-input-hint--error {
  color: #c0392b;
  font-weight: 700;
}



.pcf-input--error {
  border-color: #c0392b;
}



.pcf-secure-disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin: 10px 0;
  font-size: 0.78rem;
  color: #777;
  line-height: 1.4;
}

.pcf-sms-disclaimer {
  margin: 0;
  font-size: 0.72rem;
  color: #999;
  line-height: 1.45;
}

.pcf-sms-disclaimer a {
  color: #777;
  text-decoration: underline;
}



.pcf-input-icon-wrap {
  position: relative;
}

.pcf-input-icon-wrap .pcf-input {
  padding-right: 34px;
}

.pcf-input-icon {
  position: absolute;
  right: 13px;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1;
  display: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}





.pcf-input-icon-wrap:has(.pcf-input--textarea) .pcf-input-icon {
  top: 12px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}



.pcf-input-icon-wrap--textarea .pcf-input-icon {
  top: 12px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}



[data-pcf-slide=WeHaveProviders] .pcf-input-icon {
  right: 13px;
  top: 45%;
}

.pcf-input-icon.zf-checkmark {
  display: block;
  color: #22c55e;
}

.pcf-input-icon.zf-x {
  display: block;
  color: #ef4444;
}

.pcf-secure-disclaimer__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  color: #999;
}



.pcf-trustpilot {
  margin: 0;
}

.pcf-trustpilot__stars img {
  display: block;
  height: 22px;
  width: auto;
}

.pcf-trustpilot__label {
  margin-top: 4px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #555;
}



.pcf-overline {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00bcea;
  margin-bottom: 6px;
}



.pcf-btn--ghost {
  background: transparent;
  color: #999;
  font-weight: 500;
  text-decoration: underline;
  padding: 6px 0;
}

.pcf-btn--ghost:hover {
  opacity: 0.7;
}



.pcf-local-care-checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.pcf-local-care-checklist__intro {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}

.pcf-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.pcf-checklist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4;
}

.pcf-checklist__icon {
  color: #00bcea;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.8rem;
}



.pcf-video-step {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}



.pcf-video-step__player {
  position: relative;
  width: 100%;
  height: 100%;
}

.pcf-video-step__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}



.pcf-video-play {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  z-index: 5;
}

.pcf-video-play__circle {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.pcf-video-play svg {
  width: 36px;
  height: 36px;
  fill: #1a1a1a;
  margin-left: 5px;
}

.pcf-video-play--hidden {
  display: none !important;
}



.cf-close-btn {
  display: none;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  width: 54px;
  height: 54px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cf-close-btn:hover {
  background: rgba(0, 0, 0, 0.72);
}

.cf-close-btn:active {
  background: rgba(0, 0, 0, 0.85);
}









.pcf-video-preview-block {
  margin-top: 10px;
}

.pcf-video-preview-block__label {
  margin: 0 0 28px;
  font-size: 0.85rem;
  color: #555;
  line-height: 1.4;
}

.pcf-video-preview-block__form {
  margin: 0;
  padding: 0;
}

.pcf-video-preview {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
}

.pcf-video-preview__poster {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 8px;
}

.pcf-video-preview__play-btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.22);
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  padding: 0;
}

.pcf-video-preview__play-btn:hover {
  background: rgba(0, 0, 0, 0.42);
}

.pcf-video-preview__play-btn .zf-play-button {
  font-size: 2.2rem;
  color: #fff;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.55));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.55));
}



.cf-anim-zoom .cf-window {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.35s ease, -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.35s ease;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.35s ease;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.35s ease, -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.cf-anim-zoom.cf-backdrop-before-open .cf-window {
  -webkit-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88);
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.cf-anim-zoom.cf-closing .cf-window {
  -webkit-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88);
  opacity: 0;
  -webkit-transition: opacity 0.28s ease-in, -webkit-transform 0.28s ease-in;
  transition: opacity 0.28s ease-in, -webkit-transform 0.28s ease-in;
  -o-transition: transform 0.28s ease-in, opacity 0.28s ease-in;
  transition: transform 0.28s ease-in, opacity 0.28s ease-in;
  transition: transform 0.28s ease-in, opacity 0.28s ease-in, -webkit-transform 0.28s ease-in;
}



@media (max-width: 820px) {
  .cf-window {
    height: 520px;
  }

  .pcf-col--form {
    padding: 28px 22px;
  }

  .pcf-title {
    font-size: 1.2rem;
  }

  .pcf-paragraph {
    font-size: 0.9rem;
  }
}

@media (max-width: 600px) {
  .cf-backdrop {
    padding: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cf-window {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
  }

  .cf-close-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cf-slot {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: auto;
    background: #fff;
  }

  .pcf-default-step,
  .pcf-default-step--image-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: unset;
    overflow: visible;
    margin-top: auto;
    margin-bottom: auto;
  }

  .cf-step-loading,
  .cf-step-thank-you,
  .cf-step-cant-help,
  .pcf-service-redirect {
    margin-top: auto;
    margin-bottom: auto;
  }

  .pcf-service-redirect {
    padding: 32px 24px;
  }

  .pcf-col--image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin: 20px auto 0;
    -ms-flex-item-align: center;
    align-self: center;
    overflow: hidden;
  }

  .pcf-col--image picture,
  .pcf-col--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
  }

  .pcf-col--form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 16px 24px 32px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: visible;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pcf-form {
    width: 100%;
    text-align: left;
  }

  .pcf-secure-disclaimer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pcf-trustpilot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .pcf-sms-disclaimer {
    text-align: center;
  }

  .pcf-title {
    font-size: 1.15rem;
  }

  .pcf-paragraph {
    font-size: 0.88rem;
  }

  .cf-step-thank-you {
    padding: 32px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cf-backdrop,
  .cf-anim-zoom .cf-window,
  .cf-anim-zoom.cf-backdrop-before-open .cf-window,
  .cf-anim-zoom.cf-closing .cf-window {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .cf-anim-zoom.cf-backdrop-before-open .cf-window,
  .cf-anim-zoom.cf-closing .cf-window {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .cf-loading-spinner {
    -webkit-animation: none;
    animation: none;
  }
}