@font-face{
  font-family:"VeraHumana";
  src:url("https://bistro.monarqtesting.com/wp-content/uploads/2026/02/Verah___.woff2") format("woff2");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Urbanist";
  src:url("https://apx.monarqtesting.com/wp-content/uploads/2026/06/urbanist-latin-200-normal.woff2") format("woff2");
  font-weight:100 500;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Urbanist";
  src:url("https://apx.monarqtesting.com/wp-content/uploads/2026/06/urbanist-latin-600-normal.woff2") format("woff2");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');

.kh-seq-contact{
  --khseq-form-color:#ffffff;
  --khseq-form-color-rgb:255,255,255;
  --khseq-title-font-family:"VeraHumana", serif;
  --khseq-title-font-size-desktop:18px;
  --khseq-title-font-size-mobile:18px;
  --khseq-title-font-size:var(--khseq-title-font-size-desktop);
  --khseq-title-font-weight:700;
  --khseq-title-text-transform:uppercase;
  --khseq-intro-font-family:"Montserrat", sans-serif;
  --khseq-intro-font-size-desktop:13px;
  --khseq-intro-font-size-mobile:13px;
  --khseq-intro-font-size:var(--khseq-intro-font-size-desktop);
  --khseq-intro-font-weight:300;
  --khseq-intro-text-transform:none;
  --khseq-progress-font-family:"Montserrat", sans-serif;
  --khseq-progress-font-size-desktop:11px;
  --khseq-progress-font-size-mobile:11px;
  --khseq-progress-font-size:var(--khseq-progress-font-size-desktop);
  --khseq-progress-font-weight:500;
  --khseq-progress-text-transform:uppercase;
  --khseq-question-font-family:"VeraHumana", serif;
  --khseq-question-font-size-desktop:clamp(18px, 1.9vw, 24px);
  --khseq-question-font-size-mobile:18px;
  --khseq-question-font-size:var(--khseq-question-font-size-desktop);
  --khseq-question-font-weight:700;
  --khseq-question-text-transform:none;
  --khseq-input-font-family:"Montserrat", sans-serif;
  --khseq-input-font-size-desktop:14px;
  --khseq-input-font-size-mobile:14px;
  --khseq-input-font-size:var(--khseq-input-font-size-desktop);
  --khseq-input-font-weight:300;
  --khseq-input-text-transform:none;
  --khseq-choice-font-family:"Montserrat", sans-serif;
  --khseq-choice-font-size-desktop:11px;
  --khseq-choice-font-size-mobile:11px;
  --khseq-choice-font-size:var(--khseq-choice-font-size-desktop);
  --khseq-choice-font-weight:400;
  --khseq-choice-text-transform:uppercase;
  --khseq-action-font-family:"Montserrat", sans-serif;
  --khseq-action-font-size-desktop:11px;
  --khseq-action-font-size-mobile:11px;
  --khseq-action-font-size:var(--khseq-action-font-size-desktop);
  --khseq-action-font-weight:400;
  --khseq-action-text-transform:uppercase;
  --khseq-success-title-font-family:"VeraHumana", serif;
  --khseq-success-title-font-size-desktop:22px;
  --khseq-success-title-font-size-mobile:22px;
  --khseq-success-title-font-size:var(--khseq-success-title-font-size-desktop);
  --khseq-success-title-font-weight:700;
  --khseq-success-title-text-transform:none;
  --khseq-success-text-font-family:"Montserrat", sans-serif;
  --khseq-success-text-font-size-desktop:13px;
  --khseq-success-text-font-size-mobile:13px;
  --khseq-success-text-font-size:var(--khseq-success-text-font-size-desktop);
  --khseq-success-text-font-weight:300;
  --khseq-success-text-text-transform:none;

  position:relative;
  width:100%;
  min-height:100%;
  height:100%;
  box-sizing:border-box;
  padding:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

.kh-seq-contact::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.035;
  background-image:url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'>\
    <g fill='none' stroke='white' stroke-width='0.8'>\
      <path d='M120 32 L145 80 L120 128 L95 80 Z'/>\
      <path d='M120 112 L145 160 L120 208 L95 160 Z'/>\
      <path d='M120 72 L160 120 L120 168 L80 120 Z' opacity='0.7'/>\
    </g>\
  </svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size:170px 170px;
}

.kh-seq-inner{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
}

.kh-seq-header{
  display:flex;
  align-items:center;
  gap:14px;
  width:100%;
  margin-bottom:18px;
}

.kh-seq-title{
  margin:0;
  font-family:var(--khseq-title-font-family);
  font-weight:var(--khseq-title-font-weight);
  font-size:var(--khseq-title-font-size);
  line-height:1;
  letter-spacing:.14em;
  text-transform:var(--khseq-title-text-transform);
  color:var(--khseq-form-color);
  white-space:nowrap;
}

.kh-seq-line{
  flex:1;
  min-width:0;
  height:1px;
  background:rgba(var(--khseq-form-color-rgb),.16);
}

.kh-seq-intro{
  margin:0 0 34px 0;
  font-family:var(--khseq-intro-font-family);
  font-weight:var(--khseq-intro-font-weight);
  font-size:var(--khseq-intro-font-size);
  line-height:1.85;
  text-transform:var(--khseq-intro-text-transform);
  color:rgba(var(--khseq-form-color-rgb),.72);
  text-align:left;
  max-width:620px;
}

.kh-seq-progress-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:35px;
  transition:opacity .28s ease, transform .28s ease;
}

.kh-seq-progress-text{
  font-family:var(--khseq-progress-font-family);
  font-weight:var(--khseq-progress-font-weight);
  font-size:var(--khseq-progress-font-size);
  line-height:1;
  letter-spacing:.16em;
  text-transform:var(--khseq-progress-text-transform);
  color:rgba(var(--khseq-form-color-rgb),.7);
  white-space:nowrap;
}

.kh-seq-progress-bar{
  position:relative;
  flex:1;
  height:1px;
  background:rgba(var(--khseq-form-color-rgb),.1);
  overflow:hidden;
}

.kh-seq-progress-fill{
  position:absolute;
  inset:0 auto 0 0;
  width:25%;
  background:rgba(var(--khseq-form-color-rgb),.42);
  transition:width .42s ease;
}

.kh-seq-form{
  width:100%;
}

.kh-seq-stage{
  position:relative;
  min-height:124px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  transition:opacity .28s ease, transform .28s ease;
}

.kh-seq-step{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .35s ease, transform .35s ease, visibility .35s ease;
  pointer-events:none;
}

.kh-seq-step.is-active{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}

.kh-seq-question{
  margin:0 0 14px 0;
  font-family:var(--khseq-question-font-family);
  font-weight:var(--khseq-question-font-weight);
  font-size:var(--khseq-question-font-size);
  line-height:1.18;
  letter-spacing:.03em;
  text-transform:var(--khseq-question-text-transform);
  color:var(--khseq-form-color);
  min-height:1.2em;
  text-align:left;
}

.kh-seq-question .kh-word{
  display:inline-block;
  opacity:0;
  transform:translateY(8px);
  animation:khWordIn .45s ease forwards;
}

@keyframes khWordIn{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.kh-seq-field-wrap{
  width:100%;
  max-width:720px;
}

.kh-seq-input,
.kh-seq-textarea{
  width:100%;
  background:transparent !important;
  border:none !important;
  border-bottom:1px solid rgba(var(--khseq-form-color-rgb),.14) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  outline:none !important;
  appearance:none;
  -webkit-appearance:none;
  padding:0 0 0 0;
  padding-inline-start:0 !important;
  text-indent:0 !important;
  font-family:var(--khseq-input-font-family);
  font-weight:var(--khseq-input-font-weight);
  font-size:var(--khseq-input-font-size);
  line-height:1.6;
  text-transform:var(--khseq-input-text-transform);
  color:var(--khseq-form-color) !important;
  text-align:left;
  transition:border-color .26s ease;
}

.kh-seq-input::placeholder,
.kh-seq-textarea::placeholder{
  color:rgba(var(--khseq-form-color-rgb),.42);
  text-indent:0 !important;
}

.kh-seq-input:focus,
.kh-seq-textarea:focus{
  border-bottom-color:rgba(var(--khseq-form-color-rgb),.42) !important;
  background:transparent !important;
  color:var(--khseq-form-color) !important;
}

.kh-seq-input:-webkit-autofill,
.kh-seq-input:-webkit-autofill:hover,
.kh-seq-input:-webkit-autofill:focus,
.kh-seq-textarea:-webkit-autofill,
.kh-seq-textarea:-webkit-autofill:hover,
.kh-seq-textarea:-webkit-autofill:focus{
  -webkit-text-fill-color:var(--khseq-form-color);
  -webkit-box-shadow:0 0 0px 1000px transparent inset;
  transition:background-color 9999s ease-in-out 0s;
}

.kh-seq-textarea{
  height:24px;
  min-height:24px;
  max-height:24px;
  resize:none !important;
  overflow:hidden !important;
  padding-top:0;
  scrollbar-width:none;
  scrollbar-color:transparent transparent;
}

.kh-seq-textarea::-webkit-scrollbar{
  width:0;
  height:0;
}

.kh-seq-textarea::-webkit-scrollbar-track{
  background:transparent;
}

.kh-seq-textarea::-webkit-scrollbar-thumb{
  background:rgba(var(--khseq-form-color-rgb),.22);
  border-radius:999px;
}

.kh-seq-textarea::-webkit-scrollbar-thumb:hover{
  background:rgba(var(--khseq-form-color-rgb),.34);
}

.kh-seq-counter{
  margin-top:4px;
  font-family:var(--khseq-input-font-family);
  font-weight:var(--khseq-input-font-weight);
  font-size:10px;
  line-height:1.3;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(var(--khseq-form-color-rgb),.42);
  text-align:right;
}

.kh-seq-counter.is-idle{
  opacity:0;
  visibility:hidden;
}

.kh-seq-choices{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:2px;
}

.kh-seq-choice{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:116px;
  padding:13px 16px;
  background:transparent !important;
  border:1px solid var(--khseq-form-color) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  outline:none !important;
  cursor:pointer;
  font-family:var(--khseq-choice-font-family);
  font-weight:var(--khseq-choice-font-weight);
  font-size:var(--khseq-choice-font-size);
  line-height:1;
  letter-spacing:.14em;
  text-transform:var(--khseq-choice-text-transform);
  color:var(--khseq-form-color) !important;
  transition:border-color .26s ease, color .26s ease, background .26s ease, transform .26s ease;
  -webkit-tap-highlight-color:transparent;
}

.kh-seq-choice:hover,
.kh-seq-choice:focus,
.kh-seq-choice:active{
  background:transparent !important;
  color:var(--khseq-form-color) !important;
  border-color:var(--khseq-form-color) !important;
  box-shadow:none !important;
}

.kh-seq-choice:hover{
  transform:translateY(-1px);
}

.kh-seq-choice.is-selected{
  color:#ffffff !important;
  border-color:var(--khseq-form-color) !important;
  background:var(--khseq-form-color) !important;
}

.kh-seq-actions{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:4px;
  padding-top:6px;
  border-top:1px solid rgba(var(--khseq-form-color-rgb),.06);
  transition:opacity .28s ease, transform .28s ease;
}

.kh-seq-action{
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  outline:none !important;
  padding:8px 0;
  font-family:var(--khseq-action-font-family);
  font-weight:var(--khseq-action-font-weight);
  font-size:var(--khseq-action-font-size);
  letter-spacing:.16em;
  text-transform:var(--khseq-action-text-transform);
  color:var(--khseq-form-color) !important;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:10px;
  -webkit-tap-highlight-color:transparent;
  transition:opacity .24s ease, color .24s ease;
}

.kh-seq-action:hover,
.kh-seq-action:focus,
.kh-seq-action:active{
  background:transparent !important;
  color:var(--khseq-form-color) !important;
  box-shadow:none !important;
  outline:none !important;
}

.kh-seq-action:disabled{
  opacity:1;
  cursor:not-allowed;
}

.kh-seq-action--prev::before{
  content:"";
  width:22px;
  height:1px;
  background:var(--khseq-form-color);
  transition:transform .24s ease;
}

.kh-seq-action--prev:hover:not(:disabled)::before{
  background:var(--khseq-form-color);
  transform:translateX(-5px);
}

.kh-seq-action--next::after{
  content:"";
  width:22px;
  height:1px;
  background:var(--khseq-form-color);
  transition:transform .24s ease;
}

.kh-seq-action--next:hover:not(:disabled)::after{
  background:var(--khseq-form-color);
  transform:translateX(5px);
}

.kh-seq-success{
  display:none;
  margin-top:20px;
  opacity:0;
  transform:translateY(12px);
  transition:opacity .32s ease, transform .32s ease;
}

.kh-seq-success.is-visible{
  display:block;
  opacity:1;
  transform:translateY(0);
}

.kh-seq-success-inner{
  max-width:520px;
}

.kh-seq-success-title{
  margin:0 0 10px 0;
  font-family:var(--khseq-success-title-font-family);
  font-weight:var(--khseq-success-title-font-weight);
  font-size:var(--khseq-success-title-font-size);
  line-height:1.2;
  letter-spacing:.04em;
  text-transform:var(--khseq-success-title-text-transform);
  color:var(--khseq-form-color);
}

.kh-seq-success-text{
  margin:0 0 22px 0;
  font-family:var(--khseq-success-text-font-family);
  font-weight:var(--khseq-success-text-font-weight);
  font-size:var(--khseq-success-text-font-size);
  line-height:1.8;
  text-transform:var(--khseq-success-text-text-transform);
  color:rgba(var(--khseq-form-color-rgb),.72);
}

.kh-seq-success-reset{
  background:var(--khseq-form-color) !important;
  border:1px solid var(--khseq-form-color) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  outline:none !important;
  padding:13px 16px;
  font-family:var(--khseq-action-font-family);
  font-weight:var(--khseq-action-font-weight);
  font-size:var(--khseq-action-font-size);
  letter-spacing:.16em;
  text-transform:var(--khseq-action-text-transform);
  color:#ffffff !important;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.kh-seq-success-reset::after{
  content:"";
  width:22px;
  height:1px;
  background:#ffffff;
  transition:transform .24s ease;
}

.kh-seq-success-reset:hover::after{
  transform:translateX(5px);
}

.kh-seq-contact.is-complete .kh-seq-progress-row,
.kh-seq-contact.is-complete .kh-seq-stage,
.kh-seq-contact.is-complete .kh-seq-actions{
  opacity:0;
  transform:translateY(-8px);
  pointer-events:none;
}

.kh-seq-contact.is-complete .kh-seq-stage,
.kh-seq-contact.is-complete .kh-seq-actions{
  display:none;
}

@media (max-width:767px){
  .kh-seq-contact{
    --khseq-title-font-size:var(--khseq-title-font-size-mobile);
    --khseq-intro-font-size:var(--khseq-intro-font-size-mobile);
    --khseq-progress-font-size:var(--khseq-progress-font-size-mobile);
    --khseq-question-font-size:var(--khseq-question-font-size-mobile);
    --khseq-input-font-size:var(--khseq-input-font-size-mobile);
    --khseq-choice-font-size:var(--khseq-choice-font-size-mobile);
    --khseq-action-font-size:var(--khseq-action-font-size-mobile);
    --khseq-success-title-font-size:var(--khseq-success-title-font-size-mobile);
    --khseq-success-text-font-size:var(--khseq-success-text-font-size-mobile);
  }

  .kh-seq-stage{
    min-height:0;
    height:auto;
    overflow:hidden;
    transition:height .38s ease;
  }

  .kh-seq-progress-row{
    align-items:center;
    flex-direction:row;
    gap:14px;
  }

  .kh-seq-progress-bar{
    flex:1;
    width:auto;
    min-width:72px;
    height:2px;
  }

  .kh-seq-actions{
    gap:12px;
  }

  .kh-seq-step{
    position:static;
    inset:auto;
    display:none;
    transform:none;
    transition:none;
  }

  .kh-seq-step.is-active{
    display:block;
    padding-bottom:15px;
  }
}

@media (max-width:480px){
  .kh-seq-choices{
    flex-direction:column;
    gap:12px;
  }

  .kh-seq-choice{
    width:100%;
    justify-content:flex-start;
    min-height:48px;
    padding:14px 16px;
  }

  .kh-seq-question{
    font-size:20px;
  }
}
.kh-seq-hp{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

#khSeqContact .kh-seq-choice{
  color:var(--khseq-form-color) !important;
  border-color:var(--khseq-form-color) !important;
  background:transparent !important;
  opacity:1 !important;
}

#khSeqContact .kh-seq-choice:hover,
#khSeqContact .kh-seq-choice:focus,
#khSeqContact .kh-seq-choice:active{
  color:var(--khseq-form-color) !important;
  border-color:var(--khseq-form-color) !important;
  background:transparent !important;
}

#khSeqContact .kh-seq-choice.is-selected{
  color:#ffffff !important;
  border-color:var(--khseq-form-color) !important;
  background:var(--khseq-form-color) !important;
}

#khSeqContact .kh-seq-action,
#khSeqContact .kh-seq-action:hover,
#khSeqContact .kh-seq-action:focus,
#khSeqContact .kh-seq-action:active,
#khSeqContact .kh-seq-action:disabled{
  color:var(--khseq-form-color) !important;
  opacity:1 !important;
}

#khSeqContact .kh-seq-action--prev::before,
#khSeqContact .kh-seq-action--next::after,
#khSeqContact .kh-seq-action--prev:hover::before,
#khSeqContact .kh-seq-action--next:hover::after{
  background:var(--khseq-form-color) !important;
  opacity:1 !important;
}

#khSeqContact .kh-seq-step[data-step="4"] .kh-seq-field-wrap{
  max-width:640px !important;
  margin-bottom:8px !important;
}

#khSeqContact #khMessage{
  display:block !important;
  width:100% !important;
  height:24px !important;
  min-height:24px !important;
  max-height:24px !important;
  resize:none !important;
  overflow:hidden !important;
  padding:0 !important;
  line-height:1.6 !important;
}

#khSeqContact #khMessage::-webkit-resizer,
#khSeqContact #khMessage::-webkit-scrollbar{
  display:none !important;
  width:0 !important;
  height:0 !important;
}

.sf-premium-footer__signup,
.sf-premium-footer__label,
.sf-premium-footer__field,
.sf-premium-footer__field input,
.sf-premium-footer__field button,
.khseq-newsletter-message{
  box-sizing:border-box;
}

.sf-premium-footer__label,
.sf-premium-footer__field input,
.sf-premium-footer__field button,
.khseq-newsletter-message{
  font-family:"Urbanist", Arial, sans-serif;
  font-weight:300;
}

.sf-premium-footer__signup{
  align-self:end;
  width:100%;
  padding-top:8px;
}

.sf-premium-footer__label{
  display:block;
  margin-bottom:14px;
  font-size:12px;
  line-height:1;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.55);
}

.sf-premium-footer__field{
  display:flex;
  border-bottom:1px solid rgba(255,255,255,.32);
  transition:border-color .25s ease;
}

.sf-premium-footer__field:focus-within{
  border-bottom-color:rgba(255,255,255,.82);
}

.sf-premium-footer__field input{
  flex:1;
  min-width:0;
  height:52px;
  padding:0;
  border:0 !important;
  outline:0 !important;
  appearance:none;
  -webkit-appearance:none;
  border-radius:0;
  box-shadow:none !important;
  background:transparent !important;
  color:#ffffff !important;
  font-size:15px;
  font-family:"Urbanist", Arial, sans-serif;
}

.sf-premium-footer__field input:hover,
.sf-premium-footer__field input:focus,
.sf-premium-footer__field input:focus-visible,
.sf-premium-footer__field input:active{
  border:0 !important;
  outline:0 !important;
  outline-offset:0 !important;
  background:transparent !important;
  color:#ffffff !important;
  box-shadow:none !important;
}

.sf-premium-footer__field input::-moz-focus-inner,
.sf-premium-footer__field button::-moz-focus-inner{
  border:0 !important;
}

.sf-premium-footer__field input:-moz-focusring,
.sf-premium-footer__field button:-moz-focusring{
  outline:0 !important;
}

.sf-premium-footer__field input::placeholder{
  color:rgba(255,255,255,.38);
}

.sf-premium-footer__field input:-webkit-autofill,
.sf-premium-footer__field input:-webkit-autofill:hover,
.sf-premium-footer__field input:-webkit-autofill:focus{
  -webkit-text-fill-color:#ffffff !important;
  caret-color:#ffffff;
  box-shadow:0 0 0 1000px #405663 inset !important;
  transition:background-color 9999s ease-in-out 0s;
}

.sf-premium-footer__field button{
  border:0 !important;
  outline:0 !important;
  background:transparent;
  color:#ffffff;
  padding:0 0 0 24px;
  font-size:13px;
  font-family:"Urbanist", Arial, sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  cursor:pointer;
}

.sf-premium-footer__field button:focus,
.sf-premium-footer__field button:focus-visible,
.sf-premium-footer__field button:active{
  border:0 !important;
  outline:0 !important;
  outline-offset:0 !important;
  box-shadow:none !important;
}

.sf-premium-footer__field button:disabled{
  cursor:wait;
  opacity:.65;
}

.khseq-newsletter-message{
  margin:10px 0 0;
  min-height:1.3em;
  font-size:12px;
  line-height:1.3;
  color:rgba(255,255,255,.64);
}

.khseq-newsletter-message:empty{
  display:none;
}

.khseq-newsletter-message.is-error{
  color:rgba(255,255,255,.82);
}

.khseq-newsletter-hp{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

@media (max-width:900px){
  .sf-premium-footer__signup{
    align-self:start;
  }
}

@media (max-width:640px){
  .sf-premium-footer__signup{
    width:100%;
  }

  .sf-premium-footer__field input{
    height:42px;
    font-size:13px;
  }

  .sf-premium-footer__field button{
    padding-left:18px;
    font-size:12px;
  }
}
