.q-header{background:var(--q-purple-dark);box-shadow:0 10px 25px rgba(56,30,88,.25);color:var(--q-white);position:sticky;top:0;z-index:100}.q-header__inner{display:flex;flex-direction:column;gap:20px;margin-inline:auto;max-width:1440px;padding:20px 40px}.q-header__top{align-items:center;display:flex;gap:20px;justify-content:flex-end}.q-header__toplink{color:var(--q-white);font-size:16px;font-weight:var(--fw-bold);line-height:1;white-space:nowrap}.q-header__toplink:hover{color:var(--q-green)}.q-header__pill{background:var(--q-orange);border-radius:30px;color:var(--q-white);font-size:16px;font-weight:var(--fw-bold);line-height:1;padding:10px 20px;transition:transform .2s var(--anim-ease);white-space:nowrap}.q-header__pill:hover{transform:translateY(-1px)}.q-header__divider{background:var(--q-green);border-radius:1px;height:1px;width:100%}.q-header__nav-row{align-items:center;display:flex;gap:40px}.q-header__logo{display:block;flex-shrink:0;height:40px;width:320px}.q-header__logo img{display:block;height:auto;width:320px}.q-header__nav{align-items:center;display:flex;gap:40px;margin-left:auto}.q-header__nav a{color:var(--q-white);font-size:18px;font-weight:var(--fw-regular);line-height:1;text-transform:uppercase;white-space:nowrap}.q-header__nav a:hover{color:var(--q-green)}.q-header__toggle{background:none;border:0;cursor:pointer;display:none;flex-direction:column;gap:5px;margin-left:auto;padding:8px}.q-header__toggle span{background:var(--q-white);border-radius:1px;display:block;height:4px;transition:transform .2s var(--anim-ease),opacity .15s ease;width:28px}.q-header__nav-util{display:none}html.q-nav-open{overflow:hidden}@media (max-width:1023px){.q-header__inner{gap:20px;padding:20px 15px 15px}.q-header__toplink{display:none}.q-header__pill{flex:1;padding:10px 20px;text-align:center}.q-header__nav-row{gap:20px}.q-header__logo,.q-header__logo img{height:auto;width:240px}.q-header__toggle{display:flex}.is-nav-open .q-header__toggle span:first-child{transform:translateY(9px) rotate(45deg)}.is-nav-open .q-header__toggle span:nth-child(2){opacity:0}.is-nav-open .q-header__toggle span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.q-header__nav{height:calc(100vh - 100%);height:calc(100dvh - 141px);left:0;overflow-y:auto;position:absolute;right:0;top:100%;-webkit-overflow-scrolling:touch;align-items:stretch;background:var(--q-purple-dark);display:none;flex-direction:column;gap:0;margin-left:0;padding:40px 20px 120px}.is-nav-open .q-header__nav{display:flex}.q-header__nav a{align-items:flex-start;border-bottom:1px solid rgba(248,246,251,.3);color:var(--q-off-white);display:flex;font-size:20px;font-weight:var(--fw-semibold);gap:20px;line-height:28px;padding:15px 0;white-space:normal}.q-header__nav a:before{background:var(--q-off-white);content:"";flex:0 0 auto;height:14px;margin-top:7px;width:14px}.q-header__nav a:first-child:before{border-radius:0 0 20px 0}.q-header__nav a:nth-child(2):before{border-radius:0 20px 0 0}.q-header__nav a:nth-child(3):before{border-radius:20px 0 0 0}.q-header__nav a:nth-child(4):before{border-radius:0 0 0 20px}.q-header__nav a:nth-child(5):before{border-radius:0 0 20px 0}.q-header__nav a:nth-child(6):before{border-radius:20px 0 0 0}.q-header__nav a:nth-child(7):before{border-radius:0 0 0 20px}.q-header__nav a:nth-child(8):before{border-radius:0 20px 0 0}.q-header__nav-util{display:flex}}.q-footer{background:var(--q-white);color:var(--q-purple)}.q-footer__inner{display:flex;flex-direction:column;gap:40px;margin-inline:auto;max-width:1440px;padding:40px 40px 80px}.q-footer__divider{background:var(--q-green);border-radius:1px;height:1px;width:100%}.q-footer__row1{align-items:center;display:flex;gap:40px}.q-footer__logo{display:block;flex-shrink:0;padding-block:12px}.q-footer__logo img{display:block;height:auto;width:320px}.q-footer__nav{align-items:center;display:flex;gap:40px;margin-left:auto}.q-footer__nav a{color:var(--q-purple);font-size:18px;font-weight:var(--fw-regular);line-height:1;text-transform:uppercase;white-space:nowrap}.q-footer__nav a:hover{color:var(--q-green)}.q-footer__row2{gap:40px}.q-footer__row2,.q-footer__signup{align-items:flex-start;display:flex}.q-footer__signup{flex:1 1 0;flex-direction:column;gap:15px;min-width:0}.q-footer__signup-title,.q-footer__social-title{color:var(--q-purple);font-size:22px;font-weight:var(--fw-regular);line-height:30px;margin:0}.q-footer__form{align-items:stretch;background:var(--q-white);border:1px solid var(--q-purple);border-radius:60px;display:flex;gap:12px;max-width:100%;overflow:hidden;padding-left:20px;width:500px}.q-footer__form input{background:transparent;border:0;color:var(--q-purple);flex:1;font-size:14px;line-height:20px;min-width:0;padding:8px 0}.q-footer__form input::placeholder{color:var(--q-grey)}.q-footer__form input:focus{outline:none}.q-footer__form button{background:var(--q-purple);border:0;color:var(--q-white);cursor:pointer;font-size:24px;font-weight:var(--fw-bold);line-height:34px;padding:9px 20px}.q-footer__social{align-items:flex-end;display:flex;flex:1 1 0;flex-direction:column;gap:15px;min-width:0}.q-footer__social-links{align-items:center;display:flex;gap:20px}.q-footer__social-links img{display:block;height:35px;width:auto}.q-footer__utility-wrap{display:flex;flex-direction:column;gap:20px}.q-footer__utility{align-items:center;display:flex;font-size:14px;gap:40px;justify-content:center;line-height:20px}.q-footer__utility a{color:var(--q-purple)}.q-footer__utility a:hover{color:var(--q-green)}.q-footer__endmatter{align-items:flex-start;display:flex;gap:40px}.q-footer__legal{color:var(--q-dark-grey);flex:1 1 0;font-size:14px;line-height:20px;min-width:0}.q-footer__legal p{margin:0}.q-footer__legal p:first-child{margin-bottom:14px}.q-footer__orasis{display:flex;flex-shrink:0;justify-content:flex-end;width:180px}.q-footer__orasis img{display:block;height:auto;width:180px}@media (max-width:767px){.q-footer__inner{gap:30px;padding:30px 15px 60px}.q-footer__endmatter,.q-footer__nav,.q-footer__row1,.q-footer__row2{align-items:flex-start;flex-direction:column;gap:30px}.q-footer__nav{margin-left:0}.q-footer__signup-title,.q-footer__social-title{font-size:18px;line-height:24px}.q-footer__social{align-items:flex-start}.q-footer__form{width:100%}.q-footer__utility{flex-wrap:wrap;gap:30px 40px;justify-content:flex-start}.q-footer__legal,.q-footer__utility{font-size:12px;line-height:18px}.q-footer__endmatter{flex-direction:column-reverse}}.q-isi-drawer{bottom:0;left:0;position:fixed;right:0;transition:transform .3s var(--anim-ease),opacity .2s ease;z-index:90}.q-isi-drawer.is-hidden{opacity:0;pointer-events:none;transform:translateY(110%)}html.q-emodal-open .q-isi-drawer,html.q-nav-open .q-isi-drawer{visibility:hidden}.q-isi-drawer__bar{background:var(--q-white);border:1px solid var(--q-grey);border-bottom:0;border-radius:20px 20px 0 0}.q-isi-drawer__inner{align-items:center;display:flex;gap:20px;margin-inline:auto;max-width:1440px;padding:20px 40px}.q-isi-drawer__title{color:var(--q-purple);flex:1;font-family:var(--font-heading);font-size:20px;font-weight:var(--fw-bold);line-height:30px}.q-isi-drawer__toggle{background:var(--q-orange);border:0;border-radius:50px;cursor:pointer;display:grid;flex-shrink:0;height:32px;padding:4px;place-items:center;width:32px}.q-isi-drawer__icon{transition:transform .2s var(--anim-ease)}.q-isi-drawer.is-open .q-isi-drawer__icon{transform:rotate(45deg)}.q-isi-drawer__body{background:var(--q-white);border-inline:1px solid var(--q-grey);font-size:var(--fs-small);max-height:42vh;overflow-y:auto}.q-isi-drawer__body .q-isi-drawer__inner{display:block;padding-block:0 20px}@media (max-width:767px){.q-isi-drawer__inner{padding:15px 20px}.q-isi-drawer__title{font-size:18px}}.q-header__nav a.is-active{color:var(--q-green);font-weight:var(--fw-bold)}.q-header__nav a.is-active:hover{color:var(--q-green)}