.btn-default{font-size:1rem;padding:.45rem 2.85rem .45rem .85rem;margin-top:1rem;display:block;align-items:center;line-height:1rem;width:max-content;border-radius:25px;border:1px solid #fff;color:#fff;transition:all 250ms ease-in-out;cursor:pointer;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 15"><path d="M19.6021 0H17.636L23.757 6.70351H0.0146484V8.15589H23.757L17.636 14.8594H19.6021L26.3798 7.43062L19.6021 0Z" fill="white"/></svg>');background-repeat:no-repeat;background-position:center right .6rem;background-size:1.5rem}.btn-default:hover{color:#cea36c;border-color:#cea36c;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 15"><path d="M19.6021 0H17.636L23.757 6.70351H0.0146484V8.15589H23.757L17.636 14.8594H19.6021L26.3798 7.43062L19.6021 0Z" fill="%23CEA36C"/></svg>')}.btn-light{font-size:1rem;padding:.45rem 2.85rem .45rem .85rem;margin-top:1rem;display:block;align-items:center;line-height:1rem;width:max-content;border-radius:25px;border:1px solid #fff;color:#fff;transition:all 250ms ease-in-out;cursor:pointer;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 15"><path d="M19.6021 0H17.636L23.757 6.70351H0.0146484V8.15589H23.757L17.636 14.8594H19.6021L26.3798 7.43062L19.6021 0Z" fill="white"/></svg>');background-repeat:no-repeat;background-position:center right .6rem;background-size:1.5rem;color:#fff!important;border:2px solid #fff}.btn-light:hover{color:#cea36c;border-color:#cea36c;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 15"><path d="M19.6021 0H17.636L23.757 6.70351H0.0146484V8.15589H23.757L17.636 14.8594H19.6021L26.3798 7.43062L19.6021 0Z" fill="%23CEA36C"/></svg>')}.btn-light:hover{background-color:#fff;color:#000!important}.btn-dark{font-size:1rem;padding:.45rem 2.85rem .45rem .85rem;margin-top:1rem;display:block;align-items:center;line-height:1rem;width:max-content;border-radius:25px;border:1px solid #fff;color:#fff;transition:all 250ms ease-in-out;cursor:pointer;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 15"><path d="M19.6021 0H17.636L23.757 6.70351H0.0146484V8.15589H23.757L17.636 14.8594H19.6021L26.3798 7.43062L19.6021 0Z" fill="white"/></svg>');background-repeat:no-repeat;background-position:center right .6rem;background-size:1.5rem;color:#000!important;border-color:#000;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 15"><path d="M19.6021 0H17.636L23.757 6.70351H0.0146484V8.15589H23.757L17.636 14.8594H19.6021L26.3798 7.43062L19.6021 0Z" fill="black"/></svg>')}.btn-dark:hover{color:#cea36c;border-color:#cea36c;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 15"><path d="M19.6021 0H17.636L23.757 6.70351H0.0146484V8.15589H23.757L17.636 14.8594H19.6021L26.3798 7.43062L19.6021 0Z" fill="%23CEA36C"/></svg>')}.btn-dark:hover{background-color:#000;color:#fff!important;border-color:#fff}.btn-gold{background-color:#cea36c;border-radius:30px;padding:.5rem 1rem}.btn-gold:hover{filter:brightness(1.2);color:#fff}.btn-arrow{position:relative;display:flex;align-items:center;padding-left:2.5rem;margin-block:1.5rem;font-weight:500;transition:all .25s ease-in-out}.btn-arrow::before{position:absolute;background-image:url(/images/btn-arrow.svg);background-repeat:no-repeat;background-size:cover;content:"";width:2rem;height:2rem;border-radius:50%;left:0}.btn-arrow:hover{filter:brightness(1.2);transition:all .25s ease-in-out}.second-opinion{--so-bg:#000;--so-fg:#FFF;--so-accent:#CEA36C;--so-choice-bg:rgba(255, 255, 255, 0.06);--so-choice-border:rgba(255, 255, 255, 0.18);--so-muted:rgba(255, 255, 255, 0.55);--so-check:#3b82f6;background:var(--so-bg);color:var(--so-fg);min-height:calc(100vh - var(--header-height,190px));margin-top:var(--header-height,190px);position:relative;overflow:hidden}.second-opinion input[type=text],.second-opinion input[type=email],.second-opinion input[type=tel],.second-opinion input[type=checkbox],.second-opinion input[type=radio]{font-family:inherit;color:inherit;background:0 0;border-radius:0;width:auto;height:auto;padding:0;resize:none}.second-opinion__progress{position:absolute;top:0;left:0;width:50%;height:3px;background:rgba(255,255,255,.12);z-index:2}@media screen and (max-width:767px){.second-opinion__progress{width:100%}}.second-opinion__progress-bar{height:100%;width:0%;background:var(--so-accent);transition:width .35s ease}.second-opinion__viewport{position:relative;min-height:calc(100vh - var(--header-height,190px))}.second-opinion__step{display:none;grid-template-columns:minmax(0,1fr)minmax(0,1fr);grid-template-areas:'content media';padding-inline:2rem 0!important;min-height:calc(100vh - var(--header-height,190px));opacity:0;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease}.second-opinion__step.is-active{display:grid;opacity:1;transform:translateY(0)}.second-opinion__step.is-exit{display:grid;opacity:0;transform:translateY(-8px)}.second-opinion__step--text-only{grid-template-columns:1fr;grid-template-areas:'content'}@media screen and (max-width:767px){.second-opinion__step{grid-template-columns:1fr;grid-template-areas:'media' 'content'}.second-opinion__step--text-only{grid-template-areas:'content'}}.second-opinion__media{grid-area:media;min-height:100%;background:#1c1f22 50%/cover no-repeat}@media screen and (max-width:767px){.second-opinion__media{min-height:32vh}}.second-opinion__content{grid-area:content;display:flex;flex-direction:column;justify-content:center;gap:1.35rem;width:100%;max-width:none;padding:clamp(2rem,5vw,4rem)clamp(1.5rem,5vw,4.5rem);box-sizing:border-box}.second-opinion__title{font-family:playfair display,sans-serif;font-size:clamp(1.75rem,2.8vw,2.55rem);font-weight:500;line-height:1.2;margin:0;color:var(--so-fg)}.second-opinion__desc{color:rgba(255,255,255,.78);font-size:.95rem;line-height:1.55;white-space:pre-line;max-width:36rem}.second-opinion__desc p{margin:0 0 .75rem}.second-opinion__desc p:last-child{margin-bottom:0}.second-opinion__desc a{color:var(--so-accent)}.second-opinion__choices{display:flex;flex-direction:column;gap:.55rem;max-width:28rem;counter-reset:so-choice}.second-opinion__choice{counter-increment:so-choice;position:relative;display:flex;align-items:center;gap:.85rem;min-height:3.1rem;padding:.7rem 1.1rem .7rem .75rem;background:var(--so-choice-bg);border:1px solid transparent;border-radius:999px;color:rgba(255,255,255,.88);cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.second-opinion__choice:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,9%)}.second-opinion__choice:has(input:checked){border-color:rgba(255,255,255,.85);background:rgba(255,255,255,.1);color:var(--so-fg)}.second-opinion__choice input{position:absolute;opacity:0;width:1px;height:1px;margin:0;pointer-events:none}.second-opinion__choice>span{flex:1;font-size:.95rem;line-height:1.35}.second-opinion__choices[data-so-choices=single] .second-opinion__choice::before{content:counter(so-choice,upper-alpha);flex:0 0 1.65rem;width:1.65rem;height:1.65rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.18);color:rgba(255,255,255,.75);font-size:.75rem;font-weight:700;letter-spacing:0}.second-opinion__choices[data-so-choices=single] .second-opinion__choice:has(input:checked)::before{background:#fff;color:#000}.second-opinion__choices[data-so-choices=multi] .second-opinion__choice{border-radius:.85rem}.second-opinion__choices[data-so-choices=multi] .second-opinion__choice::before{content:'';flex:0 0 1.15rem;width:1.15rem;height:1.15rem;border:2px solid rgba(255,255,255,.85);border-radius:.2rem;background:0 0;box-sizing:border-box}.second-opinion__choices[data-so-choices=multi] .second-opinion__choice:has(input:checked){border-color:var(--so-accent)}.second-opinion__choices[data-so-choices=multi] .second-opinion__choice:has(input:checked)::before{border-color:var(--so-check);background:var(--so-check)url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M2 6l3 3 5-5'/%3E%3C/svg%3E")50%/.7rem no-repeat}.second-opinion__other{display:none;margin-top:.35rem;max-width:28rem}.second-opinion__other.is-visible{display:block}.second-opinion__other input[type=text]{width:100%;padding:.85rem 1.1rem;border-radius:999px;border:1px solid var(--so-choice-border);background:var(--so-choice-bg);color:var(--so-fg);font:inherit}.second-opinion__other input[type=text]:focus{outline:none;border-color:var(--so-accent)}.second-opinion__fields{display:grid;gap:.9rem;max-width:28rem}.second-opinion__fields label{display:grid;gap:.4rem;font-size:.9rem;color:rgba(255,255,255,.8)}.second-opinion__fields input[type=text],.second-opinion__fields input[type=email],.second-opinion__fields input[type=tel]{width:100%;padding:.9rem 1.15rem;border-radius:999px;border:1px solid var(--so-choice-border);background:var(--so-choice-bg);color:var(--so-fg);font:inherit}.second-opinion__fields input[type=text]:focus,.second-opinion__fields input[type=email]:focus,.second-opinion__fields input[type=tel]:focus{outline:none;border-color:var(--so-accent)}.second-opinion__nav{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:.35rem}.second-opinion__error{color:#ffb4b4;min-height:1.1rem;margin:0;font-size:.9rem}.second-opinion button.second-opinion__btn,.second-opinion a.second-opinion__btn{appearance:none;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:.5rem 1.45rem;margin-top:0;font:inherit;font-weight:500;font-size:.95rem;line-height:1.2;cursor:pointer;background:var(--so-accent);background-image:none;color:#000;text-decoration:none;transition:filter .2s ease,background .2s ease,border-color .2s ease}.second-opinion button.second-opinion__btn:hover,.second-opinion a.second-opinion__btn:hover{filter:brightness(1.2);color:#000;background:var(--so-accent);background-image:none}.second-opinion button.second-opinion__btn.second-opinion__btn--ghost,.second-opinion a.second-opinion__btn.second-opinion__btn--ghost{background:0 0;color:var(--so-fg);border:1px solid rgba(255,255,255,.55);font-weight:500}.second-opinion button.second-opinion__btn.second-opinion__btn--ghost:hover,.second-opinion a.second-opinion__btn.second-opinion__btn--ghost:hover{border-color:#fff;filter:none;color:var(--so-fg);background:0 0;background-image:none}.second-opinion button.second-opinion__btn:disabled,.second-opinion a.second-opinion__btn:disabled{opacity:.55;cursor:not-allowed}