:root {
  --n93-exit-dark: #0d1117;
  --n93-exit-dark-soft: #121a27;
  --n93-exit-gold: #c9a96e;
  --n93-exit-gold-light: #e0c98a;
  --n93-exit-muted: #979da8;
  --n93-exit-line: rgba(201, 169, 110, .28);
}

#n93ExitSurvey,
#n93ExitSurvey * {
  box-sizing: border-box;
}

#n93ExitSurvey[aria-hidden="true"] {
  display: none !important;
}

#n93ExitSurvey {
  position: fixed;
  z-index: 2147483050;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
  background: rgba(4, 8, 14, .78);
  backdrop-filter: blur(8px);
  color: #e0e0e0;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

#n93ExitSurvey.is-open {
  display: flex;
  animation: n93ExitBackdropIn 200ms ease both;
}

body.n93-exit-survey-active .fh-native-chat__launcher,
body.n93-exit-survey-active .fh-native-call__launcher,
body.n93-exit-survey-active .fh-native-chat__panel,
body.n93-exit-survey-active .callbackkiller,
body.n93-exit-survey-active .ws-chat-wrapper {
  display: none !important;
}

#n93ExitSurvey button,
#n93ExitSurvey input {
  font: inherit;
}

#n93ExitSurvey button {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

#n93ExitSurvey [hidden],
#n93ExitSurvey .n93-exit-survey__hp {
  display: none !important;
}

#n93ExitSurvey .n93-exit-survey__dialog {
  position: relative;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  width: min(1020px, 100%);
  max-height: calc(100dvh - 48px);
  margin: 0;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(201, 169, 110, .48);
  border-radius: 6px;
  background: var(--n93-exit-dark);
  box-shadow: 0 36px 110px rgba(0, 0, 0, .58);
  animation: n93ExitDialogIn 320ms cubic-bezier(.2, .8, .2, 1) both;
}

#n93ExitSurvey .n93-exit-survey__close {
  position: absolute;
  z-index: 8;
  top: 18px;
  right: 18px;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--n93-exit-gold);
  border-radius: 50%;
  background: rgba(13, 17, 23, .92);
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

#n93ExitSurvey .n93-exit-survey__close:hover {
  transform: rotate(4deg);
  background: rgba(201, 169, 110, .12);
}

#n93ExitSurvey .n93-exit-survey__close span,
#n93ExitSurvey .n93-exit-survey__close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1.5px;
  border-radius: 999px;
  background: var(--n93-exit-gold-light);
  content: "";
}

#n93ExitSurvey .n93-exit-survey__close span {
  transform: translate(-50%, -50%) rotate(45deg);
}

#n93ExitSurvey .n93-exit-survey__close span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#n93ExitSurvey .n93-exit-survey__close:focus-visible,
#n93ExitSurvey .n93-exit-survey__answer:focus-visible,
#n93ExitSurvey .n93-exit-survey__primary:focus-visible,
#n93ExitSurvey .n93-exit-survey__skip:focus-visible,
#n93ExitSurvey .n93-exit-survey__back:focus-visible,
#n93ExitSurvey .n93-exit-survey__phone:focus-visible {
  outline: 3px solid rgba(201, 169, 110, .34);
  outline-offset: 3px;
}

#n93ExitSurvey .n93-exit-survey__art {
  position: relative;
  min-height: 632px;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  background: url('../images/topline-starts/sun-hills-deep-sea-dark.jpg') 58% center / cover no-repeat;
}

#n93ExitSurvey .n93-exit-survey__art::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(7, 12, 20, .34) 0%, rgba(7, 12, 20, .06) 42%, rgba(7, 12, 20, .92) 100%);
}

#n93ExitSurvey .n93-exit-survey__brand,
#n93ExitSurvey .n93-exit-survey__art-caption {
  position: absolute;
  z-index: 1;
  right: 28px;
  left: 28px;
}

#n93ExitSurvey .n93-exit-survey__brand {
  top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--n93-exit-gold-light);
}

#n93ExitSurvey .n93-exit-survey__brand img {
  display: block;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

#n93ExitSurvey .n93-exit-survey__brand strong,
#n93ExitSurvey .n93-exit-survey__brand small {
  display: block;
  font-family: 'Cormorant', 'Cormorant Garamond', serif !important;
}

#n93ExitSurvey .n93-exit-survey__brand strong {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1;
}

#n93ExitSurvey .n93-exit-survey__brand small {
  margin-top: 4px;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.15;
  text-transform: uppercase;
}

#n93ExitSurvey .n93-exit-survey__art-caption {
  bottom: 40px;
}

#n93ExitSurvey .n93-exit-survey__art-caption span {
  display: block;
  margin-bottom: 12px;
  color: var(--n93-exit-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

#n93ExitSurvey .n93-exit-survey__art-caption strong {
  display: block;
  color: #fff;
  font-family: 'Cormorant', 'Cormorant Garamond', serif !important;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.05;
  text-transform: uppercase;
}

#n93ExitSurvey .n93-exit-survey__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 632px;
  padding: 48px 50px 40px;
  background: var(--n93-exit-dark);
}

#n93ExitSurvey .n93-exit-survey__kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 28px;
  padding-right: 58px;
  color: var(--n93-exit-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

#n93ExitSurvey .n93-exit-survey__kicker span {
  color: var(--n93-exit-gold);
}

#n93ExitSurvey .n93-exit-survey__kicker i {
  width: 34px;
  height: 1px;
  background: var(--n93-exit-line);
}

#n93ExitSurvey .n93-exit-survey__kicker small {
  font: inherit;
}

#n93ExitSurvey .n93-exit-survey__step {
  animation: n93ExitStepIn 240ms ease both;
}

#n93ExitSurvey .n93-exit-survey__question {
  margin-top: 22px;
}

#n93ExitSurvey .n93-exit-survey__title {
  max-width: 530px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-family: 'Cormorant', 'Cormorant Garamond', serif !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  letter-spacing: .01em !important;
  line-height: 1.08 !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

#n93ExitSurvey .n93-exit-survey__title em {
  display: block;
  color: var(--n93-exit-gold);
  font-style: italic;
}

#n93ExitSurvey .n93-exit-survey__intro {
  margin: 13px 0 20px;
  color: var(--n93-exit-muted);
  font-size: 12px;
  line-height: 1.55;
}

#n93ExitSurvey .n93-exit-survey__answers {
  display: grid;
  gap: 8px;
}

#n93ExitSurvey .n93-exit-survey__answer {
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 49px;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid rgba(201, 169, 110, .22);
  border-radius: 4px;
  background: rgba(255, 255, 255, .025);
  box-shadow: none;
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

#n93ExitSurvey .n93-exit-survey__answer:hover {
  transform: translateX(3px);
  border-color: var(--n93-exit-gold);
  background: rgba(201, 169, 110, .08);
}

#n93ExitSurvey .n93-exit-survey__answer > span {
  color: var(--n93-exit-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
}

#n93ExitSurvey .n93-exit-survey__answer strong {
  color: #f2f2f2;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.3;
}

#n93ExitSurvey .n93-exit-survey__answer > i {
  color: var(--n93-exit-gold);
  font-family: 'Cormorant', serif;
  font-size: 24px;
  font-style: normal;
  line-height: 1;
  text-align: right;
}

#n93ExitSurvey .n93-exit-survey__skip,
#n93ExitSurvey .n93-exit-survey__back {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--n93-exit-muted);
  cursor: pointer;
  font-size: 9px;
}

#n93ExitSurvey .n93-exit-survey__skip {
  display: block;
  margin: 15px auto 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

#n93ExitSurvey .n93-exit-survey__back {
  margin-bottom: 25px;
}

#n93ExitSurvey .n93-exit-survey__result,
#n93ExitSurvey .n93-exit-survey__contact {
  flex: 1;
  margin: auto 0;
}

#n93ExitSurvey .n93-exit-survey__result {
  text-align: center;
}

#n93ExitSurvey .n93-exit-survey__result .n93-exit-survey__title {
  margin-inline: auto !important;
  font-size: 38px !important;
  text-align: center !important;
}

#n93ExitSurvey .n93-exit-survey__result-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 22px;
  border: 1px solid var(--n93-exit-gold);
  border-radius: 50%;
  color: var(--n93-exit-gold);
  font-size: 17px;
}

#n93ExitSurvey .n93-exit-survey__result-icon--check {
  font-size: 22px;
}

#n93ExitSurvey .n93-exit-survey__selected {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 18px;
  padding: 8px 12px;
  border: 1px solid var(--n93-exit-line);
  border-radius: 3px;
  color: var(--n93-exit-gold-light);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.4;
}

#n93ExitSurvey .n93-exit-survey__contact .n93-exit-survey__selected {
  margin: 0 0 18px;
}

#n93ExitSurvey .n93-exit-survey__result-copy {
  max-width: 430px;
  margin: 16px auto 26px;
  color: var(--n93-exit-muted);
  font-size: 14px;
  line-height: 1.65;
}

#n93ExitSurvey .n93-exit-survey__contact .n93-exit-survey__title {
  font-size: 40px !important;
}

#n93ExitSurvey .n93-exit-survey__contact .n93-exit-survey__result-copy {
  margin: 13px 0 24px;
}

#n93ExitSurvey .n93-exit-survey__contact form {
  display: grid;
}

#n93ExitSurvey .n93-exit-survey__phone-label {
  margin-bottom: 9px;
  color: var(--n93-exit-gold-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

#n93ExitSurvey .n93-exit-survey__phone {
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid rgba(201, 169, 110, .38);
  border-radius: 4px;
  background: var(--n93-exit-dark-soft);
  box-shadow: none;
  color: #fff;
  outline: none;
  font-size: 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

#n93ExitSurvey .n93-exit-survey__phone:focus {
  border-color: var(--n93-exit-gold);
  box-shadow: 0 0 0 4px rgba(201, 169, 110, .11);
}

#n93ExitSurvey .n93-exit-survey__phone[aria-invalid="true"] {
  border-color: #d87866;
}

#n93ExitSurvey .n93-exit-survey__primary {
  width: 100%;
  min-height: 53px;
  margin: 12px 0 0;
  padding: 0 16px;
  border: 1px solid var(--n93-exit-gold);
  border-radius: 4px;
  background: var(--n93-exit-gold);
  box-shadow: none;
  color: var(--n93-exit-dark);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: background 160ms ease, transform 160ms ease;
}

#n93ExitSurvey .n93-exit-survey__primary:hover {
  transform: translateY(-1px);
  background: var(--n93-exit-gold-light);
}

#n93ExitSurvey .n93-exit-survey__primary:disabled {
  cursor: wait;
  opacity: .72;
}

#n93ExitSurvey .n93-exit-survey__result .n93-exit-survey__primary {
  max-width: 285px;
}

#n93ExitSurvey .n93-exit-survey__consent {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin-top: 10px;
  color: #747b86;
  font-size: 9px;
  line-height: 1.45;
  text-transform: none;
}

#n93ExitSurvey .n93-exit-survey__consent input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--n93-exit-gold);
}

#n93ExitSurvey .n93-exit-survey__consent a {
  color: var(--n93-exit-gold-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

#n93ExitSurvey .n93-exit-survey__message {
  min-height: 0;
  margin: 0;
  color: #e48774;
  font-size: 9px;
  line-height: 1.45;
}

#n93ExitSurvey .n93-exit-survey__message:not(:empty) {
  margin-bottom: 8px;
}

#n93ExitSurvey .n93-exit-survey__message.is-success {
  color: #9fc7a1;
}

@keyframes n93ExitBackdropIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes n93ExitDialogIn {
  from { opacity: 0; transform: translateY(18px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes n93ExitStepIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  #n93ExitSurvey .n93-exit-survey__dialog {
    grid-template-columns: .62fr 1.38fr;
  }

  #n93ExitSurvey .n93-exit-survey__content {
    padding-inline: 34px;
  }
}

@media (max-width: 720px) {
  #n93ExitSurvey {
    align-items: flex-end;
    padding: 0;
    backdrop-filter: blur(6px);
  }

  #n93ExitSurvey .n93-exit-survey__dialog {
    grid-template-columns: 1fr;
    width: 100%;
    max-height: 95dvh;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 5px 5px 0 0;
    animation-name: n93ExitDialogMobileIn;
  }

  #n93ExitSurvey .n93-exit-survey__dialog::before {
    position: absolute;
    z-index: 7;
    top: 8px;
    left: 50%;
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background: rgba(224, 201, 138, .72);
    content: "";
    transform: translateX(-50%);
  }

  #n93ExitSurvey .n93-exit-survey__close {
    top: 17px;
    right: 14px;
    width: 40px;
    height: 40px;
  }

  #n93ExitSurvey .n93-exit-survey__art {
    min-height: 126px;
    border-radius: 4px 4px 0 0;
    background-position: 55% 43%;
  }

  #n93ExitSurvey .n93-exit-survey__art::before {
    background: linear-gradient(90deg, rgba(7, 12, 20, .78) 0%, rgba(7, 12, 20, .2) 72%, rgba(7, 12, 20, .58) 100%);
  }

  #n93ExitSurvey .n93-exit-survey__brand {
    top: 29px;
    right: 68px;
    left: 18px;
  }

  #n93ExitSurvey .n93-exit-survey__brand img {
    width: 36px;
    height: 36px;
  }

  #n93ExitSurvey .n93-exit-survey__brand strong {
    font-size: 19px;
  }

  #n93ExitSurvey .n93-exit-survey__brand small {
    font-size: 6px;
  }

  #n93ExitSurvey .n93-exit-survey__art-caption {
    display: none;
  }

  #n93ExitSurvey .n93-exit-survey__content {
    min-height: 0;
    padding: 20px 18px max(22px, env(safe-area-inset-bottom));
  }

  #n93ExitSurvey .n93-exit-survey__kicker {
    min-height: 18px;
    padding-right: 0;
  }

  #n93ExitSurvey .n93-exit-survey__question {
    margin-top: 12px;
  }

  #n93ExitSurvey .n93-exit-survey__title {
    font-size: clamp(25px, 7.4vw, 31px) !important;
    line-height: 1.02 !important;
  }

  #n93ExitSurvey .n93-exit-survey__intro {
    margin: 9px 0 14px;
    font-size: 10.5px;
  }

  #n93ExitSurvey .n93-exit-survey__answers {
    gap: 6px;
  }

  #n93ExitSurvey .n93-exit-survey__answer {
    grid-template-columns: 24px minmax(0, 1fr) 14px;
    gap: 8px;
    min-height: 45px;
    padding: 6px 10px;
  }

  #n93ExitSurvey .n93-exit-survey__answer strong {
    font-size: 11px;
  }

  #n93ExitSurvey .n93-exit-survey__answer > i {
    font-size: 21px;
  }

  #n93ExitSurvey .n93-exit-survey__skip {
    margin-top: 11px;
  }

  #n93ExitSurvey .n93-exit-survey__result,
  #n93ExitSurvey .n93-exit-survey__contact {
    padding: 20px 2px 10px;
  }

  #n93ExitSurvey .n93-exit-survey__result-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
  }

  #n93ExitSurvey .n93-exit-survey__result .n93-exit-survey__title,
  #n93ExitSurvey .n93-exit-survey__contact .n93-exit-survey__title {
    font-size: 34px !important;
  }

  #n93ExitSurvey .n93-exit-survey__result-copy {
    margin: 12px auto 20px;
    font-size: 12px;
  }

  #n93ExitSurvey .n93-exit-survey__back {
    margin-bottom: 18px;
  }

  #n93ExitSurvey .n93-exit-survey__contact .n93-exit-survey__selected {
    margin-bottom: 14px;
  }

  #n93ExitSurvey .n93-exit-survey__contact .n93-exit-survey__result-copy {
    margin: 10px 0 18px;
  }

  #n93ExitSurvey .n93-exit-survey__phone {
    min-height: 52px;
  }

  @keyframes n93ExitDialogMobileIn {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

@media (max-width: 390px) and (max-height: 780px) {
  #n93ExitSurvey .n93-exit-survey__art {
    min-height: 92px;
  }

  #n93ExitSurvey .n93-exit-survey__brand {
    top: 21px;
  }

  #n93ExitSurvey .n93-exit-survey__brand small {
    display: none;
  }

  #n93ExitSurvey .n93-exit-survey__content {
    padding-top: 14px;
  }

  #n93ExitSurvey .n93-exit-survey__kicker {
    display: none;
  }

  #n93ExitSurvey .n93-exit-survey__question {
    margin-top: 0;
  }

  #n93ExitSurvey .n93-exit-survey__title {
    font-size: 23px !important;
  }

  #n93ExitSurvey .n93-exit-survey__intro {
    margin-bottom: 10px;
  }

  #n93ExitSurvey .n93-exit-survey__answer {
    min-height: 41px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #n93ExitSurvey,
  #n93ExitSurvey *,
  #n93ExitSurvey *::before,
  #n93ExitSurvey *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
