.bg-video{position:relative;display:block;width:100%;height:100%}.bg-video__loader{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none}.bg-video__loader[data-visible=true]{animation:bgVideoLoaderIn .2s ease .35s forwards}@keyframes bgVideoLoaderIn{to{opacity:1}}.bg-video__loader--corner{align-items:flex-end;justify-content:flex-end;padding:clamp(16px,2vw,32px)}.bg-video__disc{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:rgba(12,12,12,.55);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.bg-video__spinner{position:relative;width:36px;height:36px;border:3px solid rgba(255,255,255,.35);border-top:3px solid var(--accent-color,#a89076);border-radius:50%;animation:spin .8s linear infinite}@media (max-width:899px){.bg-video__disc{width:46px;height:46px}.bg-video__spinner{width:24px;height:24px;border-width:2px}}@media (prefers-reduced-motion:reduce){.bg-video__loader[data-visible=true]{animation:none;opacity:1}.bg-video__spinner{animation:none;border-top-color:rgba(255,255,255,.75)}}.contact-us-image{height:100%}.contact-us-image figure{height:100%;display:block}.contact-us-image img{height:100%;width:100%;object-fit:cover;aspect-ratio:1/.962}.form-check{display:block;min-height:1.5rem;margin-bottom:10px}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:1rem}.form-check-input{width:1em;height:1em;margin-top:.25em;margin-right:8px;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;print-color-adjust:exact;cursor:pointer}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:checked{background-color:var(--accent-color);border-color:var(--accent-color)}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input:focus{border-color:var(--accent-color);outline:0;box-shadow:0 0 0 .25rem rgba(200,164,97,.25)}.form-check-inline .form-check-input{margin-top:0;float:none}.form-check-label{font-size:var(--body-font-size);line-height:1.55;letter-spacing:var(--label-letter-spacing);color:var(--text-color);cursor:pointer}@media (max-width:899px){.contact-us-image{height:auto;margin-bottom:30px}.contact-us-image img{aspect-ratio:1/.6}}@media (max-width:767px){.contact-us-image img{aspect-ratio:1/.75}}