.mega-header{font-family:var(--wp--preset--font-family--sans)}.mega-header ul,.mega-header ol{list-style:none;margin:0;padding:0}.mega-header a{text-decoration:none}.mega-header button{background:none;border:none;cursor:pointer;font-family:inherit}.mega-header{position:fixed;top:0;left:0;right:0;z-index:200;padding:var(--wp--preset--spacing--6) var(--wp--preset--spacing--6) 0;pointer-events:none;transition:transform .3s cubic-bezier(.4,0,.2,1),top .3s cubic-bezier(.4,0,.2,1)}.mega-header.mega-header--at-top{top:var(--tg-top-bar-height,0)}.mega-header.mega-header--hidden{transform:translateY(calc(-100% - 16px))}@media(max-width:720px){.mega-header{padding:var(--wp--preset--spacing--6) var(--wp--preset--spacing--1) 0}}@media(max-width:1024px){.mega-header{padding:var(--wp--preset--spacing--6) var(--wp--preset--spacing--4) 0}}@media(prefers-reduced-motion:reduce){.mega-header{transition:none}}.mega-header__wrap{position:relative;pointer-events:auto}.mega-header__bar{display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 var(--wp--preset--spacing--6);background:hsl(0 0% 100% / .9);border-radius:var(--wp--custom--border-radius--lg);box-shadow:0 1px 3px rgb(0 0 0 / .06),0 4px 12px rgb(0 0 0 / .05);gap:8px;pointer-events:auto;position:relative;z-index:196}.mega-header__bar:hover{background:#fff}@media(max-width:900px){.mega-header__bar{padding:0 20px}}.mega-header__logo-link{display:flex;align-items:center;flex-shrink:0;color:var(--wp--preset--color--soft-black);margin-right:32px}@media(max-width:900px){.mega-header__logo-link{margin-right:auto}}.mega-header__logo-text{font-size:20px;font-weight:700;letter-spacing:.04em;color:var(--wp--preset--color--soft-black)}.mega-header__logo-img{max-height:32px;width:auto;display:block}.mega-header__nav{flex:1}@media(max-width:900px){.mega-header__nav{display:none}}.mega-header__nav-list{display:flex;align-items:center;justify-content:center;gap:2px}.mega-header__nav-item{position:static}.mega-header__nav:has(.mega-header__nav-link:hover) .mega-header__nav-link:not(:hover),.mega-header__nav:has(.mega-header__trigger:hover) .mega-header__trigger:not(:hover),.mega-header__nav:has(.mega-header__trigger[aria-expanded=true]) .mega-header__trigger[aria-expanded=false]{opacity:.5}.mega-header__nav:has(.mega-header__trigger[aria-expanded=true]) .mega-header__trigger[aria-expanded=false]:hover{opacity:1}.mega-header__trigger,.mega-header__nav-link{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 16px;font-family:var(--wp--preset--font-family--sans);font-size:var(--wp--preset--font-size--base);font-weight:400;letter-spacing:.005em;color:var(--wp--preset--color--soft-black);border-radius:var(--wp--custom--border-radius--md);white-space:nowrap;transition:color .3s ease,background .3s ease}.mega-header__trigger:hover,.mega-header__trigger[aria-expanded=true],.mega-header__trigger.is-active,.mega-header__nav-link:hover,.mega-header__nav-link[aria-expanded=true],.mega-header__nav-link.is-active{opacity:1}.mega-header__arrow{flex-shrink:0;color:var(--wp--preset--color--text-grey);transition:transform .3s ease}.mega-header__trigger[aria-expanded=true] .mega-header__arrow{transform:rotate(180deg)}.mega-header__mobile-trigger[aria-expanded=true] .mega-header__arrow{transform:rotate(180deg)}.mega-header__cta{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 16px;background:var(--wp--preset--color--bright-blue);color:var(--wp--preset--color--clear-white);font-family:var(--wp--preset--font-family--sans);font-size:var(--wp--preset--font-size--sm);font-weight:500;letter-spacing:.005em;border-radius:var(--wp--custom--border-radius--md);white-space:nowrap;flex-shrink:0;margin-left:8px;transition:background .3s ease}.mega-header__cta:hover{background:var(--wp--preset--color--bright-blue-hover);color:var(--wp--preset--color--clear-white)}@media(max-width:900px){.mega-header__cta{display:none}}.mega-header__hamburger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;margin-left:8px;flex-shrink:0;padding:0}.mega-header__hamburger span{display:block;height:2px;background:var(--wp--preset--color--soft-black);border-radius:2px;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.mega-header__hamburger.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mega-header__hamburger.is-open span:nth-child(2){opacity:0}.mega-header__hamburger.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:900px){.mega-header__hamburger{display:flex}}.mega-header__overlay{position:fixed;inset:0;z-index:190;background:rgb(28 28 28 / .5);opacity:0;pointer-events:none;transition:opacity .3s ease}.mega-header__overlay.is-open{opacity:1;pointer-events:auto}@media(max-width:900px){body.is-nav-open .mega-header__overlay{background:rgb(28 28 28 / .5);opacity:1;pointer-events:auto}}@media(prefers-reduced-motion:reduce){.mega-header__overlay{transition:none}}.mega-header__panel{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--wp--preset--color--clear-white);border-radius:var(--wp--custom--border-radius--lg);box-shadow:0 8px 24px rgb(0 0 0 / .08),0 2px 8px rgb(0 0 0 / .04);z-index:195;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;overflow:hidden}.mega-header__panel.is-open{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}@media(max-width:900px){.mega-header__panel{display:none}}.mega-header__panel-inner{display:flex;min-height:360px}.mega-header__panel-left{width:280px;flex-shrink:0;padding:32px 0;display:flex;flex-direction:column;gap:8px}.mega-header__panel-label{padding:0 24px 8px;font-size:var(--wp--preset--font-size--sm);font-weight:400;color:var(--wp--preset--color--text-grey);margin:0;line-height:1.5}.mega-header__option{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 16px;margin:0 8px;cursor:pointer;border-radius:var(--wp--custom--border-radius--md);transition:background .3s ease;color:var(--wp--preset--color--soft-black)}.mega-header__option:hover,.mega-header__option.is-active{background:var(--wp--preset--color--soft-white)}.mega-header__option:focus-visible{outline:2px solid var(--wp--preset--color--bright-blue);outline-offset:-2px}.mega-header__option-title{font-size:var(--wp--preset--font-size--base);font-weight:400;line-height:1.4;flex:1;transition:color .3s ease}.mega-header__option:not(.is-active) .mega-header__option-title{color:var(--wp--preset--color--text-grey)}.mega-header__option-arrow{flex-shrink:0;color:var(--wp--preset--color--text-grey);opacity:0;transition:opacity .3s ease,transform .3s ease}.mega-header__option:hover .mega-header__option-arrow,.mega-header__option.is-active .mega-header__option-arrow{opacity:1;color:var(--wp--preset--color--soft-black)}.mega-header__panel-sep{width:1px;background:var(--wp--preset--color--warm-grey);flex-shrink:0;margin:32px 0}.mega-header__panel-right{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.mega-header__detail{display:none;flex-direction:column;padding:32px 48px 32px 40px;gap:32px;height:100%}.mega-header__detail.is-active{display:flex}.mega-header__detail-upper{display:flex;align-items:flex-start;gap:48px}.mega-header__detail-content{flex:1;display:flex;flex-direction:column;gap:48px;min-width:0;max-width:560px}.mega-header__detail-label{font-size:var(--wp--preset--font-size--sm);font-weight:400;color:var(--wp--preset--color--text-grey);margin:0;line-height:1.5}.mega-header__detail-body{display:flex;flex-direction:column;gap:20px}.mega-header__detail-desc{font-size:var(--wp--preset--font-size--xl);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:var(--wp--preset--color--soft-black);margin:0}.mega-header__detail-link{display:inline-flex;align-items:center;gap:11px;color:var(--wp--preset--color--soft-black)}.mega-header__detail-link:hover .mega-header__detail-link-icon svg{animation:mh-arrow-loop .75s ease-in-out}.mega-header__detail-link:hover .mega-header__detail-link-line{width:100%}.mega-header__detail-link-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--wp--preset--color--bright-blue);border-radius:var(--wp--custom--border-radius--md);flex-shrink:0;overflow:hidden;color:var(--wp--preset--color--soft-black)}.mega-header__detail-link-text{display:flex;flex-direction:column;gap:3px;font-size:var(--wp--preset--font-size--sm);font-weight:400;line-height:1.4;color:var(--wp--preset--color--soft-black)}.mega-header__detail-link-line{display:block;height:1px;width:0;background:var(--wp--preset--color--soft-black);transition:width .3s ease}.mega-header__detail-media{width:318px;height:212px;flex-shrink:0;border-radius:var(--wp--custom--border-radius--md);overflow:hidden;background:var(--wp--preset--color--warm-grey)}.mega-header__detail-video,.mega-header__detail-img{width:100%;height:100%;object-fit:cover;display:block}.mega-header__detail-upper:not(.mega-header__detail-upper--has-media) .mega-header__detail-content{max-width:640px}.mega-header__cards{display:flex;flex-wrap:wrap}.mega-header__card{flex:0 0 calc(100%/var(--mh-card-cols, 3));max-width:calc(100%/var(--mh-card-cols, 3))}.mega-header__card-link{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:18px 28px 18px 24px;height:100%;border-radius:var(--wp--custom--border-radius--md);transition:background .3s ease}.mega-header__card-link:hover{background:var(--wp--preset--color--soft-white)}.mega-header__card-link:hover .mega-header__card-arrow{opacity:1;transform:translateX(0)}.mega-header__card:not(:has(.mega-header__card-link)){display:flex;align-items:center;padding:18px 24px}.mega-header__card-body{display:flex;flex-direction:column;gap:8px;min-width:0}.mega-header__card-title{display:block;font-size:var(--wp--preset--font-size--base);font-weight:400;color:var(--wp--preset--color--soft-black);line-height:1.4;letter-spacing:.005em}.mega-header__card-sub{display:block;font-size:var(--wp--preset--font-size--sm);color:var(--wp--preset--color--text-grey);line-height:1.4}.mega-header__card-arrow{flex-shrink:0;color:var(--wp--preset--color--soft-black);opacity:0;transform:translateX(-15px);transition:opacity .3s ease,transform .3s ease}.mega-header__panel-inner--big-cards{min-height:auto;align-items:stretch}.mega-header__big-card{flex:1;display:flex;flex-direction:row;align-items:center;gap:41px;padding:32px 24px}.mega-header__big-card:not(:last-child){border-right:1px solid var(--wp--preset--color--warm-grey)}.mega-header__big-card-content{flex:1;display:flex;flex-direction:column;gap:36px;min-width:0}.mega-header__big-card-label{font-size:var(--wp--preset--font-size--sm);font-weight:400;color:var(--wp--preset--color--text-grey);line-height:1.3;margin:0}.mega-header__big-card-body{display:flex;flex-direction:column;gap:36px}.mega-header__big-card-text{display:flex;flex-direction:column;gap:24px}.mega-header__big-card-headline{font-family:var(--wp--preset--font-family--sans);font-size:var(--wp--preset--font-size--xl);font-weight:400;line-height:1.25;letter-spacing:-.02em;color:var(--wp--preset--color--soft-black);margin:0}.mega-header__big-card-desc{font-size:var(--wp--preset--font-size--sm);font-weight:400;color:var(--wp--preset--color--text-grey);line-height:1.5;margin:0}.mega-header__big-card-media{width:233px;height:233px;flex-shrink:0;border-radius:var(--wp--custom--border-radius--md);overflow:hidden;background:var(--wp--preset--color--warm-grey)}.mega-header__big-card-media video,.mega-header__big-card-media img{width:100%;height:100%;object-fit:cover;display:block}.mega-header__panel-inner--columns{min-height:auto;padding:28px 32px;gap:0;flex-direction:row;align-items:flex-start}.mega-header__col{flex:1;padding:0 32px 0 0;border-right:1px solid var(--wp--preset--color--warm-grey)}.mega-header__col:last-child{padding:0 0 0 32px;border-right:none}.mega-header__col:first-child:last-child{padding:0;border-right:none}.mega-header__col-heading{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--wp--preset--color--text-grey);font-weight:600;margin:0 0 4px}.mega-header__col-link{display:flex;align-items:center;justify-content:space-between;padding:10px 10px;border-radius:var(--wp--custom--border-radius--md);transition:background .3s ease}.mega-header__col-link::after{content:"";display:block;width:6px;height:6px;border-right:1.5px solid var(--wp--preset--color--soft-black);border-top:1.5px solid var(--wp--preset--color--soft-black);transform:rotate(45deg) translateX(-3px);opacity:0;flex-shrink:0;transition:opacity .3s ease,transform .3s ease}.mega-header__col-link:hover{background:var(--wp--preset--color--soft-white)}.mega-header__col-link:hover::after{opacity:1;transform:rotate(45deg) translateX(0)}.mega-header__col-item:not(:has(.mega-header__col-link)){padding:10px 10px}.mega-header__col-title{display:block;color:var(--wp--preset--color--soft-black);transition:color .3s ease;line-height:1.4}.mega-header__col-sub{display:block;font-size:var(--wp--preset--font-size--sm);color:var(--wp--preset--color--text-grey);margin-top:2px;line-height:1.5}.mega-header__mob{position:absolute;top:calc(60px + 8px);left:0;right:0;height:calc(100dvh - 60px - 16px - 8px - 16px);pointer-events:none;overflow:hidden;z-index:195;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.mega-header__mob.is-open{visibility:visible;opacity:1;pointer-events:auto}@media(min-width:901px){.mega-header__mob{display:none}}.mega-header__mob-panel{position:absolute;inset:0;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.mega-header__mob-panel.level_1 ul{border-radius:var(--wp--custom--border-radius--lg) var(--wp--custom--border-radius--lg) 0 0}.mega-header__mob-panel.is-active{transform:translateX(0)}.mega-header__mob-panel.is-exiting{transform:translateX(-30%);visibility:hidden}.mega-header__mob-panel#mega-mob-l1{transform:translateX(0)}.mega-header__mob-panel#mega-mob-l1.is-hidden{transform:translateX(-30%);visibility:hidden}@media(prefers-reduced-motion:reduce){.mega-header__mob-panel{transition:none}}.mega-header__mob-panel--scroll{transform:translateX(100%)}.mega-header__mob-bar{display:flex;align-items:center;gap:12px;padding:0 16px;height:64px;flex-shrink:0;border-radius:var(--wp--custom--border-radius--lg);background:var(--wp--preset--color--soft-white);margin-bottom:8px}.mega-header__mob-logo{flex:1;display:flex;align-items:center;color:var(--wp--preset--color--soft-black)}.mega-header__mob-section-label{flex:1;font-family:var(--wp--preset--font-family--sans);font-size:var(--wp--preset--font-size--base);font-weight:400;color:var(--wp--preset--color--soft-black);letter-spacing:.005em}.mega-header__mob-back,.mega-header__mob-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--wp--custom--border-radius--md);color:var(--wp--preset--color--soft-black);flex-shrink:0;transition:background .3s ease}.mega-header__mob-back:hover,.mega-header__mob-close:hover{background:var(--wp--preset--color--warm-grey)}.mega-header__mob-close{margin-left:auto}.mega-header__mob-list{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 0;background:var(--wp--preset--color--soft-white);border-radius:var(--wp--custom--border-radius--lg)}.mega-header__mob-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 24px;font-family:var(--wp--preset--font-family--sans);font-size:var(--wp--preset--font-size--base);font-weight:400;color:var(--wp--preset--color--soft-black);text-align:left;letter-spacing:.005em;transition:background .3s ease}.mega-header__mob-item:hover,.mega-header__mob-item:focus-visible{background:var(--wp--preset--color--warm-grey)}.mega-header__mob-item svg{flex-shrink:0;color:var(--wp--preset--color--text-grey)}.mega-header__mob-cta{display:flex;align-items:center;justify-content:center;height:56px;background:var(--wp--preset--color--bright-blue);color:var(--wp--preset--color--soft-white);border-radius:var(--wp--custom--border-radius--md);text-align:center;flex-shrink:0;transition:background .3s ease;padding:20px 24px;margin-top:8px}.mega-header__mob-cta:hover{background:var(--wp--preset--color--bright-blue-hover);color:var(--wp--preset--color--clear-white)}.mega-header__mob-secondary-cta{background:var(--wp--preset--color--soft-white);color:var(--wp--preset--color--soft-black)}.mega-header__mob-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 0 24px;background:var(--wp--preset--color--soft-white);border-radius:var(--wp--custom--border-radius--lg)}.mega-header__mob-desc-block{padding:24px 24px 0;display:flex;flex-direction:column;gap:20px}.mega-header__mob-desc{font-size:var(--wp--preset--font-size--sm);font-weight:400;color:var(--wp--preset--color--text-grey);line-height:1.5;margin:0}.mega-header__mob-learn{display:inline-flex;align-items:center;gap:12px;color:var(--wp--preset--color--soft-black)}.mega-header__mob-learn-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--wp--preset--color--bright-blue);border-radius:var(--wp--custom--border-radius--md);flex-shrink:0;color:var(--wp--preset--color--soft-black);overflow:hidden}.mega-header__mob-learn-text{font-size:var(--wp--preset--font-size--sm);font-weight:400;line-height:1.4;color:var(--wp--preset--color--soft-black)}.mega-header__mob-sep{border:none;border-top:1px solid var(--wp--preset--color--warm-grey);margin:24px 0 0}.mega-header__mob-cards{padding:8px 0}.mega-header__mob-card-link,.mega-header__mob-card-plain{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;font-family:var(--wp--preset--font-family--sans);font-size:var(--wp--preset--font-size--base);font-weight:400;color:var(--wp--preset--color--soft-black);line-height:1.3;transition:background .3s ease}.mega-header__mob-card-link svg,.mega-header__mob-card-plain svg{flex-shrink:0;color:var(--wp--preset--color--text-grey)}.mega-header__mob-card-link:hover{background:var(--wp--preset--color--warm-grey)}@keyframes mh-arrow-loop{0%{transform:translateX(0)}44%{transform:translateX(160%);opacity:0}45%{transform:translateX(-160%);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes mh-reverse-arrow-loop{0%{transform:translateX(0)}44%{transform:translateX(-160%);opacity:0}45%{transform:translateX(160%);opacity:0}100%{transform:translateX(0);opacity:1}}@media(prefers-reduced-motion:reduce){.mega-header{transition:none}.mega-header__panel,.mega-header__trigger,.mega-header__nav-link,.mega-header__overlay,.mega-header__arrow,.mega-header__detail-link-icon svg,.mega-header__detail-link-line,.mega-header__card-arrow,.mega-header__col-link::after{transition:none;animation:none}}:not(.mode-agent) .header-style-transparent .mega-header__bar{background:hsl(0 0% 100% / .1);box-shadow:none;transition:background .3s ease,box-shadow .3s ease}:not(.mode-agent) .header-style-transparent .mega-header__logo-link,:not(.mode-agent) .header-style-transparent .mega-header__logo-text{color:var(--wp--preset--color--clear-white)}:not(.mode-agent) .header-style-transparent .mega-header__trigger,:not(.mode-agent) .header-style-transparent .mega-header__nav-link{color:var(--wp--preset--color--clear-white)}:not(.mode-agent) .header-style-transparent .mega-header__trigger:hover,:not(.mode-agent) .header-style-transparent .mega-header__trigger[aria-expanded=true],:not(.mode-agent) .header-style-transparent .mega-header__nav-link:hover,:not(.mode-agent) .header-style-transparent .mega-header__nav-link[aria-expanded=true]{background:hsl(0 0% 100% / .12);color:var(--wp--preset--color--clear-white)}:not(.mode-agent) .header-style-transparent .mega-header__arrow{color:hsl(0 0% 100% / .7)}:not(.mode-agent) .header-style-transparent .mega-header__hamburger span{background:var(--wp--preset--color--clear-white)}:not(.mode-agent) .header-style-transparent .mega-header:not(.mega-header--scrolled):not(.mega-header--menu-open) .mega-header__mode-btn{color:hsl(0 0% 100% / .4)}:not(.mode-agent) .header-style-transparent .mega-header:not(.mega-header--scrolled):not(.mega-header--menu-open) .mega-header__mode-btn.is-active{color:var(--wp--preset--color--clear-white)}:not(.mode-agent) .header-style-transparent .mega-header:not(.mega-header--scrolled):not(.mega-header--menu-open) .mega-header__mode-btn.is-active::before{border:1px solid var(--wp--preset--color--bright-blue)}:not(.mode-agent) .header-style-transparent .mega-header:not(.mega-header--scrolled):not(.mega-header--menu-open) .mega-header__mode-btn::before{border:1px solid hsl(0 0% 100% / .4)}:not(.mode-agent) .header-style-transparent .mega-header:not(.mega-header--scrolled):not(.mega-header--menu-open) .mega-header__secondary-cta{background-color:#fff0;color:var(--wp--preset--color--clear-white);outline:1px solid rgb(247 247 242 / .2)}:not(.mode-agent) .header-style-transparent .mega-header:not(.mega-header--scrolled):not(.mega-header--menu-open) .mega-header__secondary-cta:hover{background-color:var(--wp--preset--color--clear-white);color:var(--wp--preset--color--soft-black)}.header-style-transparent .mega-header.mega-header--scrolled .mega-header__bar,.header-style-transparent .mega-header.mega-header--menu-open .mega-header__bar{background:hsl(0 0% 100% / .9)}.header-style-transparent .mega-header.mega-header--scrolled .mega-header__logo-link,.header-style-transparent .mega-header.mega-header--scrolled .mega-header__logo-text,.header-style-transparent .mega-header.mega-header--menu-open .mega-header__logo-link,.header-style-transparent .mega-header.mega-header--menu-open .mega-header__logo-text{color:var(--wp--preset--color--soft-black)}.header-style-transparent .mega-header.mega-header--scrolled .mega-header__trigger,.header-style-transparent .mega-header.mega-header--scrolled .mega-header__nav-link,.header-style-transparent .mega-header.mega-header--menu-open .mega-header__trigger,.header-style-transparent .mega-header.mega-header--menu-open .mega-header__nav-link{color:var(--wp--preset--color--soft-black)}.header-style-transparent .mega-header.mega-header--scrolled .mega-header__trigger:hover,.header-style-transparent .mega-header.mega-header--scrolled .mega-header__trigger[aria-expanded=true],.header-style-transparent .mega-header.mega-header--scrolled .mega-header__nav-link:hover,.header-style-transparent .mega-header.mega-header--scrolled .mega-header__nav-link[aria-expanded=true],.header-style-transparent .mega-header.mega-header--menu-open .mega-header__trigger:hover,.header-style-transparent .mega-header.mega-header--menu-open .mega-header__trigger[aria-expanded=true],.header-style-transparent .mega-header.mega-header--menu-open .mega-header__nav-link:hover,.header-style-transparent .mega-header.mega-header--menu-open .mega-header__nav-link[aria-expanded=true]{background:#fff;color:var(--wp--preset--color--soft-black)}.header-style-transparent .mega-header.mega-header--scrolled .mega-header__arrow,.header-style-transparent .mega-header.mega-header--menu-open .mega-header__arrow{color:rgb(0 0 0 / .7)}.header-style-transparent .mega-header.mega-header--scrolled .mega-header__hamburger span,.header-style-transparent .mega-header.mega-header--menu-open .mega-header__hamburger span{background:var(--wp--preset--color--soft-black)}.block-editor .mega-header__panel,.block-editor .mega-header__overlay,.block-editor .mega-header__mob{display:none}.block-editor .mega-header{position:relative;transform:none;padding:0}.block-editor .mega-header__bar{border-radius:0;box-shadow:none;border-bottom:1px solid var(--wp--preset--color--warm-grey)}.mega-header__secondary-cta{background-color:var(--wp--preset--color--soft-white);color:var(--wp--preset--color--soft-black)}.mega-header__secondary-cta:hover,.mega-header__secondary-cta:focus-visible{background-color:var(--wp--preset--color-clear-white);outline:1px solid var(--wp--preset--color--warm-grey);color:var(--wp--preset--color--soft-black)}.mega-header__secondary-cta:focus-visible{outline:2px solid var(--wp--preset--color--bright-blue);outline-offset:2px;border-radius:var(--wp--custom--border-radius--sm)}@media(max-width:900px){.mega-header__secondary-cta{display:none}}.mega-header__mode-toggle{display:inline-flex;align-items:center;gap:2px;padding:3px;flex-shrink:0}@media(max-width:900px){.mega-header__mode-toggle{display:none}}.mega-header__mode-btn{position:relative;display:inline-flex;align-items:center;gap:6px;line-height:1;padding:5px 12px;color:var(--wp--preset--color--text-grey);background:#fff0;white-space:nowrap}.mega-header__mode-btn[data-tooltip]::after{content:attr(data-tooltip);position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%);background:var(--wp--preset--color--soft-black);color:#fff;font-size:11px;line-height:1.3;white-space:nowrap;padding:4px 8px;border-radius:4px;pointer-events:none;opacity:0;transition:opacity .15s ease}.mega-header__mode-btn[data-tooltip]:hover::after,.mega-header__mode-btn[data-tooltip]:focus-visible::after{opacity:1}@media(prefers-reduced-motion:reduce){.mega-header__mode-btn[data-tooltip]::after{transition:none}}.mega-header__mode-btn::before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#fff0;transition:all .3s ease;border:1px solid var(--wp--preset--color--text-grey)}.mega-header__mode-btn.is-active{color:var(--wp--preset--color--soft-black)}.mega-header__mode-btn.is-active::before{background:var(--wp--preset--color--bright-blue);border:1px solid var(--wp--preset--color--bright-blue)}.mega-header__mode-btn:hover:not(.is-active){color:var(--wp--preset--color--soft-black)}.mega-header__mode-btn:focus-visible{outline:2px solid var(--wp--preset--color--bright-blue);outline-offset:1px}@media(prefers-reduced-motion:reduce){.mega-header__mode-btn{transition:none}}.mega-header__mob-mode-toggle-wrapper{background-color:var(--wp--preset--color--soft-white);border-bottom-left-radius:var(--wp--custom--border-radius--md);border-bottom-right-radius:var(--wp--custom--border-radius--md)}.mega-header__mob-mode-toggle{display:flex;align-items:center;gap:16px;padding:4px;margin:0 20px 16px;width:calc(100% - 40px)}@media(min-width:901px){.mega-header__mob-mode-toggle{display:none}}.mega-header__mob-mode-btn{display:flex;align-items:center;justify-content:flex-start;gap:6px;padding:8px 0;color:var(--wp--preset--color--text-grey);transition:color .3s ease}.mega-header__mob-mode-btn::before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#fff0;border:1px solid var(--wp--preset--color--text-grey);transition:background .3s ease}.mega-header__mob-mode-btn.is-active{color:var(--wp--preset--color--soft-black)}.mega-header__mob-mode-btn.is-active::before{background:var(--wp--preset--color--bright-blue);border:1px solid var(--wp--preset--color--bright-blue)}.mega-header__mob-mode-btn:focus-visible{outline:2px solid var(--wp--preset--color--bright-blue);outline-offset:1px}@media(prefers-reduced-motion:reduce){.mega-header__mob-mode-btn{transition:none}}html.mode-agent #tangos-agent-view{display:block!important}#tangos-agent-view{display:none;padding-top:calc(60px + 16px + 48px);padding-bottom:80px;min-height:100vh;background:var(--wp--preset--color--soft-white)}.tangos-agent-view__content{display:block;font-family:"Courier New","Courier",monospace;font-size:14px;line-height:1.7;color:var(--wp--preset--color--soft-black);white-space:pre-wrap;word-break:break-word;max-width:72ch;margin:0 auto;padding:0 24px;border:none;background:#fff0;outline:none}.fluentform *{box-sizing:border-box}.fluentform .clearfix:after,.fluentform .clearfix:before,.fluentform .ff-el-group:after,.fluentform .ff-el-group:before,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-el-repeat .ff-el-input--content:before,.fluentform .ff-step-body:after,.fluentform .ff-step-body:before{content:" ";display:table}.fluentform .clearfix:after,.fluentform .ff-el-group:after,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-step-body:after{clear:both}@media (min-width:768px){.frm-fluent-form .ff-t-container{display:flex;gap:15px;width:100%}.frm-fluent-form .ff-t-container.ff_cond_v{display:flex!important}.frm-fluent-form .ff-t-container.mobile:not(.ff_excluded){display:block!important}.frm-fluent-form .ff-name-address-wrapper .ff-t-cell,.frm-fluent-form .ff-name-field-wrapper .ff-t-cell{justify-content:flex-end}.frm-fluent-form .ff-t-cell{display:flex;flex-direction:column;vertical-align:inherit;width:100%}.frm-fluent-form .ff-t-cell:first-of-type{padding-left:0}.frm-fluent-form .ff-t-cell:last-of-type{flex-grow:1;padding-right:0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom{align-items:flex-end;display:flex;margin:auto 0 0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-center{justify-content:center}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-right{justify-content:flex-end}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button{margin-bottom:20px}}@media (max-width:768px){.ff-t-cell{margin-left:0!important}}.ff-cropper-lity .lity-container{max-width:960px}.ff-cropper-lity .lity-content{box-shadow:none;max-width:960px}.ff-cropper-lightbox{background:#fff;border-radius:6px;max-width:960px;overflow:hidden;width:min(960px,100vw - 40px)}.ff-cropper-lightbox__footer,.ff-cropper-lightbox__header{align-items:center;display:flex;gap:10px;justify-content:space-between;padding:16px 20px}.ff-cropper-lightbox__header{border-bottom:1px solid #ececec}.ff-cropper-lightbox__title{font-size:18px;font-weight:600;margin:0}.ff-cropper-lity .lity-close.ff-cropper-lightbox__close{font-family:Arial,Baskerville,monospace;font-size:28px;height:32px;line-height:32px;padding:0;position:static;right:auto;text-align:center;text-decoration:none;top:auto;width:32px;z-index:auto}.ff-cropper-lity .lity-close.ff-cropper-lightbox__close,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:active,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:focus,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:hover,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:visited{background:none;border:0;box-shadow:none;color:#000;text-shadow:none}.ff-cropper-lightbox__body{max-height:calc(100vh - 180px);overflow:auto;padding:20px}.ff-cropper-lightbox__canvas{align-items:center;display:flex;justify-content:center;max-height:calc(100vh - 360px);min-height:320px;overflow:hidden}.ff-cropper-lightbox__canvas img{display:block;max-height:100%;max-width:100%}.ff-cropper-lightbox__error,.ff-cropper-lightbox__hint{font-size:13px;margin-top:10px}.ff-cropper-lightbox__toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.ff-cropper-lightbox__toolbar-label{color:#606266;font-size:13px;font-weight:600}.ff-cropper-lightbox__ratio-list{display:flex;flex-wrap:wrap;gap:8px}.ff-cropper-lightbox__ratio-btn{background:#fff;border:1px solid #dcdfe6;border-radius:999px;color:#606266;cursor:pointer;font-size:12px;line-height:1;padding:8px 12px}.ff-cropper-lightbox__ratio-btn.is-active{background:#ecf5ff;border-color:#1a7efb;color:#1a7efb}.ff-cropper-lightbox__error{color:#f56c6c;min-height:18px}.ff-cropper-lightbox__footer{border-top:1px solid #ececec;justify-content:flex-end}.ff-cropper-lightbox__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #dcdfe6;border-radius:4px;color:#606266;cursor:pointer;font-family:inherit;line-height:1.2;padding:10px 16px}.ff-cropper-lightbox__btn:focus,.ff-cropper-lightbox__btn:hover{background:#f5f7fa;border-color:#c0c4cc;color:#303133}.ff-cropper-lightbox__btn--primary{background:#1a7efb;border-color:#1a7efb;color:#fff}.ff-cropper-lightbox__btn--primary:focus,.ff-cropper-lightbox__btn--primary:hover{background:#0f6fe8;border-color:#0f6fe8;color:#fff}@media (max-width:767px){.ff-cropper-lightbox{width:calc(100vw - 24px)}.ff-cropper-lightbox__body{max-height:calc(100vh - 150px);padding:16px}.ff-cropper-lightbox__footer,.ff-cropper-lightbox__header{padding:14px 16px}}.fluentform .ff-el-group{margin-bottom:20px}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label{display:block;float:none;text-align:left}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--content{margin-bottom:0;margin-left:auto}@media (min-width:481px){.fluentform .ff-el-group.ff-el-form-left .ff-el-input--label{text-align:left}.fluentform .ff-el-group.ff-el-form-right .ff-el-input--label{text-align:right}}.fluentform .ff-el-input--label{display:inline-block;margin-bottom:5px;position:relative}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label:before{color:var(--fluentform-danger);content:"* ";margin-right:3px}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{color:var(--fluentform-danger);content:" *";margin-left:3px}.fluentform .ff-el-form-control{display:block;width:100%}.fluentform .ff-el-ratings{--ff-rating-inactive-color:#d4d4d4;--ff-rating-active-color:#ffb100;display:inline-flex;gap:3px;line-height:40px}.fluentform .ff-el-ratings input[type=radio]{display:none;height:0!important;visibility:hidden!important;width:0!important}.fluentform .ff-el-ratings label{align-items:center;border-radius:4px;display:inline-flex;justify-content:center;margin-right:3px;outline:none}.fluentform .ff-el-ratings label:focus,.fluentform .ff-el-ratings label:focus-within{box-shadow:0 0 0 2px rgb(255 177 0 / .25)}.fluentform .ff-el-ratings label .ff-rating-icon{color:var(--ff-rating-inactive-color);display:inline-flex}.fluentform .ff-el-ratings label .ff-rating-icon-svg{display:block;height:22px;transition:all .3s;vertical-align:middle;width:22px}.fluentform .ff-el-ratings label .ff-rating-icon-svg.scale{transition:all .15s}.fluentform .ff-el-ratings label .ff-rating-icon-svg [fill]:not([fill=none]){fill:currentColor!important}.fluentform .ff-el-ratings label .ff-rating-icon-svg [stroke]:not([stroke=none]){stroke:currentColor!important}.fluentform .ff-el-ratings label.active .ff-rating-icon{color:var(--ff-rating-active-color)}.fluentform .ff-el-ratings label:focus,.fluentform .ff-el-ratings label:focus-within,.fluentform .ff-el-ratings label:hover{cursor:pointer}.fluentform .ff-el-ratings label:focus .ff-rating-icon-svg,.fluentform .ff-el-ratings label:focus-within .ff-rating-icon-svg,.fluentform .ff-el-ratings label:hover .ff-rating-icon-svg{transform:scale(1.1)}.fluentform .ff-el-ratings label:focus .ff-rating-icon-svg.scalling,.fluentform .ff-el-ratings label:focus-within .ff-rating-icon-svg.scalling,.fluentform .ff-el-ratings label:hover .ff-rating-icon-svg.scalling{transform:scale(1.2)}.fluentform .ff-el-repeat .ff-el-form-control{margin-bottom:10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell{padding:0 10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell:first-child{padding-left:0}.fluentform .ff-el-repeat .ff-t-cell:last-child{padding-right:0}.fluentform .ff-el-repeat .ff-t-container{display:flex}.fluentform .ff-el-repeat-buttons-list span{cursor:pointer}@media (min-width:481px){.fluentform .ff-el-form-left .ff-el-input--label,.fluentform .ff-el-form-right .ff-el-input--label{float:left;margin-bottom:0;padding:10px 15px 0 0;width:180px}.fluentform .ff-el-form-left .ff-el-input--content,.fluentform .ff-el-form-right .ff-el-input--content{margin-left:180px}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--label,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--label{float:none;margin-bottom:5px;width:auto}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--content,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--content{margin-left:auto}}.fluentform .ff-el-form-right .ff-el-input--label{text-align:right}.fluentform .ff-el-is-error .text-danger{font-size:12px;margin-top:4px}.fluentform .ff-el-is-error .ff-el-form-check-label,.fluentform .ff-el-is-error .ff-el-form-check-label a{color:var(--fluentform-danger)}.fluentform .ff-el-is-error .ff-el-form-control{border-color:var(--fluentform-danger)}.fluentform .ff-el-tooltip{cursor:pointer;display:inline-block;margin-left:2px;position:relative;vertical-align:middle;z-index:2}.fluentform .ff-el-tooltip:hover{color:#000}.fluentform .ff-el-tooltip svg{fill:var(--fluentform-primary)}.fluentform .ff-el-help-message{color:var(--fluentform-secondary);font-size:12px;font-style:italic;margin-top:5px}.fluentform .ff-el-help-message.ff_ahm{margin-bottom:5px;margin-top:-3px}.fluentform .ff-el-progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1.3rem;line-height:1.2rem;overflow:hidden}.fluentform .ff-el-progress-bar{background-color:var(--fluentform-primary);color:#fff;height:inherit;text-align:right;transition:width .3s;width:0}.fluentform .ff-el-progress-bar span{display:inline-block;padding:0 5px 0 0}.fluentform .ff-el-progress-status{font-size:.9rem;margin-bottom:5px}.fluentform .ff-el-progress-title{border-bottom:2px solid #000;display:inline-block;font-weight:600;list-style-type:none;margin:8px 0 0;padding-left:15px;padding-right:15px}.fluentform .ff-el-progress-title li{display:none}.fluentform .ff-float-right{float:right}.fluentform .ff-chat-gpt-loader-svg{border:1px solid #ced4da;box-shadow:0 1px 5px rgb(0 0 0 / .1);margin-top:10px;padding:15px;position:relative}.fluentform .ff-hidden{display:none!important}.fluentform .ff-step-t-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.fluentform .ff-step-t-container .ff-t-cell{width:auto}.fluentform .ff-step-t-container.ff-inner_submit_container .ff-el-group{margin-bottom:0}.fluentform .ff-step-container{overflow:hidden}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left],.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left]{align-items:stretch;display:flex;gap:12px}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header{align-self:stretch;flex:0 0 30%;margin-bottom:0}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-body,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-body{flex:1 1 auto;min-width:0}.fluentform .ff-step-header{margin-bottom:20px}.fluentform .ff-step-header--tabs-left{display:flex;flex-direction:column;margin-bottom:0}.fluentform .ff-step-header--tabs{background:#f5f8ff;border-radius:8px;display:flex;flex-direction:column;padding:16px}.fluentform .ff-step-header--tabs-top .ff-step-titles{justify-content:center}.fluentform .ff-step-header--tabs-top .ff-step-titles.ff-step-titles--overflowing{justify-content:flex-start}.fluentform .ff-step-header--tabs-top .ff-step-titles li .ff-step-title-text{flex:0 1 auto;margin:0 auto;max-width:100%;width:auto}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs{margin-top:16px}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress{background:#dce7f6;border-radius:999px;height:8px}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress-bar{border-radius:inherit}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress-bar span{display:none}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress-status{color:#5f6f89;font-size:14px;font-weight:600;margin:8px 0 0;text-align:right}.fluentform .ff-step-header--tabs .ff-step-titles{counter-reset:none;display:flex;flex-wrap:nowrap;gap:12px;margin:0;overflow-x:auto;overflow-y:hidden;padding:0;scrollbar-width:thin;width:100%}.fluentform .ff-step-header--tabs .ff-step-titles.ff-step-titles-navs{cursor:default}.fluentform .ff-step-header--tabs .ff-step-titles li{align-items:center;background:#fff;border:1px solid #d6dee8;border-radius:14px;color:#4b5563;display:flex;flex:0 0 160px;font-size:14px;font-weight:600;gap:8px;justify-content:center;line-height:1.3;margin:0;min-height:48px;padding:12px 14px;text-align:center}.fluentform .ff-step-header--tabs .ff-step-titles li:after,.fluentform .ff-step-header--tabs .ff-step-titles li:before{display:none}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-icon{align-items:center;color:inherit;display:inline-flex;flex:0 0 auto;font-size:16px;height:16px;justify-content:center;line-height:1;width:16px}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text{align-items:center;display:flex;flex:1 1 auto;gap:8px;justify-content:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text i,.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text span[class*=dashicons],.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text svg{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;line-height:1}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text svg{height:16px;width:16px}.fluentform .ff-step-header--tabs .ff-step-titles li:first-child,.fluentform .ff-step-header--tabs .ff-step-titles li:last-child{padding-left:14px;padding-right:14px}.fluentform .ff-step-header--tabs .ff-step-titles li:focus-visible,.fluentform .ff-step-header--tabs .ff-step-titles li:hover{background:#f8fbff;border-color:#b8d4fb;color:#007bff}.fluentform .ff-step-header--tabs .ff-step-titles li.ff_completed{background:#f8fbff;border-color:#c8dcfb;color:#007bff}.fluentform .ff-step-header--tabs .ff-step-titles li.ff_active{background:#f2f8ff;border-color:#007bff;color:#007bff}.fluentform .ff-step-header--tabs-left{background:#f5f8ff;border-radius:12px;padding:16px}.fluentform .ff-step-header--tabs-left .ff-step-titles{background:#fff0;border:0;border-radius:0;counter-reset:step;display:block;flex:1 1 auto;margin-bottom:0;max-height:240px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:0;scrollbar-width:thin}.fluentform .ff-step-header--tabs-left .ff-step-titles li{align-items:center;background:#fff;border:1px solid #d6dee8;border-radius:8px;box-sizing:border-box;color:#4b5563;display:flex;font-size:14px;font-weight:600;justify-content:flex-start;margin:0 0 16px;min-height:48px;overflow:hidden;padding:12px 14px 12px 48px;position:relative;text-align:left}.fluentform .ff-step-header--tabs-left .ff-step-titles li:before{align-items:center;background:#fff;border:1px solid #c8d1dc;border-radius:8px;color:#4b5563;content:counter(step);counter-increment:step;display:flex;font-size:13px;font-weight:700;height:28px;justify-content:center;left:12px;line-height:1;margin:0;position:absolute;top:50%;transform:translateY(-50%);width:28px;z-index:2}.fluentform .ff-step-header--tabs-left .ff-step-titles li:after{background:#d9e0e8;content:"";height:10px;left:34px;position:absolute;top:calc(100% + 1px);width:2px}.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text{display:block;flex:1 1 auto;justify-content:flex-start;line-height:1.3;min-width:0;overflow:hidden;padding-left:4px;text-overflow:ellipsis;white-space:nowrap;width:auto}.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text i,.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text span[class*=dashicons],.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text svg{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;line-height:1}.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text svg{height:16px;width:16px}.fluentform .ff-step-header--tabs-left .ff-step-titles li:focus-visible,.fluentform .ff-step-header--tabs-left .ff-step-titles li:hover{background:#f8fbff;border-color:#b8d4fb;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_completed{background:#f8fbff;border-color:#c8dcfb;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_completed:before{background:#fff;border-color:#007bff;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_completed:after{background:#9ec5fe}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_active{background:#f2f8ff;border-color:#007bff;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_active:before{background:#007bff;border-color:#007bff;color:#fff}.fluentform .ff-step-header--tabs-left .ff-step-titles li:first-child{padding-left:48px}.fluentform .ff-step-header--tabs-left .ff-step-titles li:last-child{margin-bottom:0;padding-left:48px;padding-right:14px}.fluentform .ff-step-header--tabs-left .ff-step-titles li:last-child:after{display:none}.fluentform .ff-step-titles{counter-reset:step;display:table;margin:0 0 20px;overflow:hidden;padding:0;position:relative;table-layout:fixed;text-align:center;width:100%}.fluentform .ff-step-titles--clickable li,.fluentform .ff-step-titles-navs{cursor:pointer}.fluentform .ff-step-titles li{color:#333;display:table-cell;font-size:12px;list-style-type:none;padding:0 10px;position:relative;vertical-align:top;width:auto}.fluentform .ff-step-titles li.ff_active,.fluentform .ff-step-titles li.ff_completed{color:#007bff}.fluentform .ff-step-titles li.ff_active:before,.fluentform .ff-step-titles li.ff_completed:before{background:#007bff;border:1px solid #fff0;color:#fff}.fluentform .ff-step-titles li.ff_active:after,.fluentform .ff-step-titles li.ff_completed:after{background:#007bff}.fluentform .ff-step-titles li.ff_active:after{right:0}.fluentform .ff-step-titles li:before{background:#fff;border:1px solid;border-radius:3px;color:#333;content:counter(step);counter-increment:step;display:block;font-size:10px;line-height:20px;margin:0 auto 5px;position:relative;vertical-align:top;width:20px;z-index:10}.fluentform .ff-step-titles li:after{background:#000;content:"";height:2px;left:-50%;position:absolute;top:9px;width:100%;z-index:1}.fluentform .ff-step-titles li:first-child{padding-left:0}.fluentform .ff-step-titles li:first-child:after{left:50%}.fluentform .ff-step-titles li:last-child{padding-right:0}.fluentform .ff-step-titles li:last-child:after{left:-50%}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .fluentform .ff-step-titles,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .fluentform .ff-step-titles{margin-bottom:0}.fluentform .ff-step-body{left:0;margin-bottom:15px;position:relative;top:0}@media (max-width:767px){.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left],.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left]{display:block}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header{flex:unset;margin-bottom:20px}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles{background:#fff0;border:0;border-radius:0;display:flex;gap:10px;max-height:none;overflow-x:auto;overflow-y:hidden;padding:0}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li{border-radius:12px;justify-content:center;margin:0;min-height:56px;padding:14px 12px;text-align:center}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:after,.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:before,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:after,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:before{display:none}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text{justify-content:center}}.fluentform .ff-upload-progress{margin:10px 0}.fluentform .ff-upload-progress-inline{border-radius:3px;height:6px;margin:4px 0;position:relative}.fluentform .ff-upload-preview{border:1px solid #ced4da;border-radius:3px;margin-top:5px}.fluentform .ff-upload-preview:first-child{margin-top:0}.fluentform .ff-upload-preview-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:70px;width:70px}.fluentform .ff-upload-container-small-column-image{display:flex;flex-wrap:wrap-reverse;justify-content:center;text-align:center}.fluentform .ff-upload-details,.fluentform .ff-upload-preview{zoom:1;overflow:hidden}.fluentform .ff-upload-details,.fluentform .ff-upload-thumb{display:table-cell;vertical-align:middle}.fluentform .ff-upload-thumb{background-color:#eee}.fluentform .ff-upload-details{border-left:1px solid #ebeef0;padding:0 10px;position:relative;width:10000px}.fluentform .ff-upload-details .ff-inline-block,.fluentform .ff-upload-details .ff-upload-error{font-size:11px}.fluentform .ff-upload-remove{box-shadow:none!important;color:var(--fluentform-danger);cursor:pointer;font-size:16px;line-height:1;padding:0 4px;position:absolute;right:0;top:3px}.fluentform .ff-upload-remove:hover{color:var(--fluentform-danger);text-shadow:1px 1px 1px #000!important}.fluentform .ff-upload-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fluentform .ff-table{margin-bottom:0}.fluentform .ff-checkable-grids{border:1px solid #f1f1f1;border-collapse:collapse}.fluentform .ff-checkable-grids thead>tr>th{background:#f1f1f1;border:0;padding:7px 5px;text-align:center}.fluentform .ff-checkable-grids tbody>tr>td{border:0;padding:7px 5px}.fluentform .ff-checkable-grids tbody>tr>td:not(:first-of-type){text-align:center}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n)>td{background:#f1f1f1}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n-1)>td{background:#fff}.fluentform .ff-screen-reader-element{clip:rect(0,0,0,0)!important;word-wrap:normal!important;border:0!important;height:1px!important;margin:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.fluentform .ff_upload_btn.ff-btn{background:#6f757e;border-color:#6f757e;color:#fff;cursor:pointer;display:inline-block;padding:10px 20px}.fluentform .ff_upload_btn.ff-btn:hover{background-color:#91959b;outline:none}.fluentform .ff_upload_btn.ff-btn:focus-visible{background-color:#91959b;outline:none}.fluentform .ff-el-tc{border:none;border-collapse:collapse;display:table;width:100%}.fluentform .ff-el-tc label.ff_tc_label{display:table-row}.fluentform .ff-el-tc label.ff_tc_label>span{padding-top:8px!important;width:20px}.fluentform .ff-el-tc label.ff_tc_label>div,.fluentform .ff-el-tc label.ff_tc_label>span{display:table-cell}.fluentform .ff-saved-state-input .ff_input-group-text{background-color:#1a7efb;border-color:#1a7efb;margin-left:-1px}.fluentform .ff-saved-state-input .ff_input-group-text:hover{background-color:#4898fc;border-color:#4898fc;opacity:1}.fluentform .ff-saved-state-input .ff_input-group-text img{width:28px}.fluentform .ff-saved-state-link input{text-overflow:ellipsis}.fluentform .ff-hide-group{display:none}.fluentform .ff_t_c{margin:0;padding:0 5px 0 0}.fluentform .ff_t_c p{margin:0;padding:0}.fluentform .force-hide{border:0;display:block;height:0;margin:0;opacity:0;padding:0;visibility:hidden}.fluentform input[type=checkbox],.fluentform input[type=radio]{display:inline-block;margin:0}.fluentform .text-danger{color:var(--fluentform-danger)}.fluentform .iti{width:100%}.fluentform .iti__selected-flag{background:rgb(0 0 0 / .1);border-bottom-left-radius:6px;border-top-left-radius:6px}.fluentform .ff_gdpr_field{margin-right:5px}.fluentform form.ff-form-has-steps .ff-btn-submit{visibility:hidden}.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper{text-align:right}.fluentform textarea{max-width:100%}.fluentform .ff-el-form-check{margin-bottom:5px}.fluentform .ff-el-form-check span.ff_span{margin-left:6px}.fluentform .ff-el-form-check-label .ff-el-form-check-input{position:relative;top:-2px;vertical-align:middle}.fluentform .ff-inline-block{display:inline-block}.fluentform .ff-inline-block+.ff-inline-block{margin-left:10px}.fluentform .ff-text-left{text-align:left}.fluentform .ff-text-center{text-align:center}.fluentform .ff-text-right{text-align:right}.fluentform .ff-el-form-control:focus~.ff-el-help-message{display:block!important}.fluentform .ff-el-form-control::-moz-placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control::placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control:disabled,.fluentform .ff-el-form-control[readonly]:not(.flatpickr-input){background-color:#e9ecef;opacity:1}.fluentform .iti__search-input{min-height:30px}.fluentform-step{float:left;height:1px;overflow-x:hidden;padding:3px}.fluentform-step.active{height:auto;width:100%}.fluentform-step .ff_summary_container{font-size:14px;margin-top:10px}.step-nav .next{float:right}.fluentform .has-conditions{display:none}.ff-message-success{border:1px solid #ced4da;box-shadow:0 1px 5px rgb(0 0 0 / .1);margin-top:10px;padding:15px;position:relative}.ff-errors-in-stack{display:none;margin-top:15px}.ff-errors-in-stack .error{font-size:14px;line-height:1.7}.ff-errors-in-stack .error-clear{cursor:pointer;margin-left:5px;padding:0 5px}.ff-chat-reply-container div p{border-radius:6px;margin-top:12px;padding:20px 16px}.ff-chat-reply-container div .skeleton{animation:skeleton-loading 2s linear infinite alternate;padding:24px}@keyframes skeleton-loading{0%{background-color:#e3e6e8}to{background-color:#f0f3f5}}.ff-el-chat-container{position:relative}.ff-el-chat-container textarea{outline:none;position:relative;resize:none}.ff-el-chat-container .ff_btn_chat_style{background:#fff0;border:none;position:absolute;right:10px;top:38%}.ff-el-chat-container .ff_btn_chat_style svg:hover{cursor:pointer;opacity:.8;outline:0;text-decoration:none;transition:all .4s}.iti-mobile .iti--container{z-index:9999}.fluentform .hidden_field{display:none!important}.fluentform .ff_force_hide{display:none!important;visibility:hidden!important}.fluentform .ff_scrolled_text{background:#e9ebed;height:200px;overflow:scroll;padding:10px 15px}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label{margin:0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label:focus-within span{background-color:#b3d4fc}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 0 10px;position:relative;width:auto!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{-webkit-appearance:none;background:#fff;border:1px solid #dcdfe6;border-left:0;border-radius:0;box-sizing:border-box;color:#606266;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:1;margin:0;outline:none;padding:12px 20px;position:relative;text-align:center;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;vertical-align:middle;white-space:nowrap}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover{color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder{border:1px solid #dcdfe5;overflow:hidden}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder span{border:none!important;border-radius:0!important;margin-left:-1px;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected{border-color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:first-child label>span{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;box-shadow:none!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:last-child label>span{border-radius:0 4px 4px 0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span{background-color:#1a7efb;border-color:#1a7efb;box-shadow:-1px 0 0 0 #8cc5ff;color:#fff}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label>span{border-left-color:#1a7efb}@media only screen and (max-width:768px){.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:block;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{border:1px solid!important;border-radius:4px!important;box-shadow:none!important;display:block;width:100%}}.fluentform .ff-el-group.ff-hpsf-container{display:none!important;position:absolute!important;transform:translateX(1000%)!important}.fluentform div.ff-el-form-hide_label>.ff-el-input--label{display:none;visibility:hidden}.fluentform .ff_file_upload_holder{margin-bottom:0}.fluentform .ff-dropzone .ff_upload_btn.ff-btn{background:rgb(223 240 255 / .13);border:1px dashed var(--fluentform-primary);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);display:block;padding:35px;text-align:center;transition:all .2s ease;width:100%}.fluentform .ff-dropzone .ff_upload_btn.ff-btn:hover{background:rgb(223 240 255 / .49)}.fluentform .ff-dropzone .ff-uploaded-list{margin-top:10px}.fluentform .ff_center{text-align:center}.fluentform .ff_right{text-align:right}.fluentform .ff_left{text-align:left}.fluentform .ff-form-inline .ff-t-container,.fluentform .ff-form-inline>.ff-el-group,.fluentform .ff-form-inline>.ff-name-field-wrapper{display:inline-block;margin-right:10px;vertical-align:top}.fluentform .ff-form-inline .ff-t-container .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline .ff-t-container>.ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group>.ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper>.ff-el-input--label{display:none}.fluentform .ff-form-inline .ff-t-container .ff-el-input--content,.fluentform .ff-form-inline>.ff-el-group .ff-el-input--content,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-el-input--content{margin-left:0}.fluentform .ff-form-inline .ff-t-container:last-child,.fluentform .ff-form-inline>.ff-el-group:last-child,.fluentform .ff-form-inline>.ff-name-field-wrapper:last-child{margin-right:0}.fluentform .ff-t-container .ff-name-title{width:40%}.fluentform .ff_hide_label .ff-el-input--label{display:none}.fluentform .field-value{white-space:pre-line}.fluentform .ff-el-group .ff-read-only{background-color:#e9ecef!important;opacity:1;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.fluentform .ff-el-group .ff-read-only:focus{outline:none}.fluentform label.ff-el-image-input-src{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:block;height:200px;width:200px}.fluentform .ff-el-image-holder{float:left;margin-bottom:20px;margin-right:20px;width:200px}.fluentform .ff-el-image-holder .ff-el-form-check-label{padding-left:1px}.fluentform .ff_el_checkable_photo_holders{display:block;margin-bottom:-20px;overflow:hidden}.fluentform .ff-other-input-wrapper input{background:inherit}.fluentform .ff-other-input-wrapper{display:none;margin-top:8px}.fluentform .select2-container{width:100%!important}.fluentform .select2-container .select2-selection__rendered li{margin:0}.fluentform .select2-container .select2-search--inline>input{height:calc(2.25rem + 2px);line-height:1.5;margin-top:0;padding:.375rem 1.75rem .375rem .75rem}.fluentform .ff-el-form-bottom{display:flex;flex-direction:column-reverse}.fluentform .ff-el-form-bottom .ff-el-input--label{margin-bottom:0;margin-top:5px}.fluentform .mce-tinymce.mce-container.mce-panel{border:1px solid #ced4da}.fluentform .ff_input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.fluentform .ff_input-group>.ff-el-form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;display:inline-block;width:auto}.fluentform .ff_input-group>.ff-el-form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group .ff-el-form-control{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.fluentform .ff_input-group-prepend{margin-right:-1px}.fluentform .input-group-append{margin-left:-1px}.fluentform .ff_input-group-append,.fluentform .ff_input-group-prepend{display:flex}.fluentform .ff_input-group>.ff_input-group-prepend>.ff_input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group>.ff_input-group-append>.ff_input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.fluentform .ff_input-group-text{align-items:center;background-color:#e9ecef;border-radius:.25rem;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.fluentform .ff_coupon_wrapper .ff_input-group-append{cursor:pointer}.fluentform .ff_coupon_wrapper .ff_input-group-append:hover .ff_input-group-text{background:#e3e8ed}.fluentform ul.ff_coupon_responses{list-style:none;margin:0;padding:0}.fluentform ul.ff_coupon_responses li{padding-top:5px}.fluentform ul.ff_coupon_responses span.error-clear{color:#ff5050;font-weight:700;margin-right:10px}.fluentform ul.ff_coupon_responses .ff_error{color:#f56c6c;cursor:pointer}.fluentform ul.ff_coupon_responses .ff_success{color:#28a745}.fluentform .ff-btn.disabled{opacity:.65}.fluentform .ff-btn.ff-working{position:relative;transition:all .3s ease}.fluentform .ff-btn.ff-working:after{animation:ff-progress-anim 4s 0s infinite;background:hsl(0 0% 100% / .4);bottom:0;content:"";height:5px;left:0;position:absolute;right:0}.fluentform .ff-btn-block{display:block;width:100%}.fluentform .ff-btn-block+.ff-el-btn-block{margin-top:8px}.fluentform .ff_submitting{pointer-events:none}@keyframes ff-progress-anim{0%{width:0}5%{width:0}10%{width:15%}30%{width:40%}50%{width:55%}80%{width:100%}95%{width:100%}to{width:0}}.ff_modal_container{background:#fff;max-height:90vh!important;max-width:900px;overflow:auto;padding:30px}@media only screen and (min-width:1000px){.ff_modal_container{width:900px}}.select2-results__option{margin:0}.fluentform span.select2.select2-container:after{border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid #495057;content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ff_pointer{cursor:pointer}.ff_net_table{border:0;border-collapse:separate;border-spacing:0;line-height:1.4;margin:0;padding:0;table-layout:fixed;width:100%}.ff_net_table th{border:none;font-size:13px;font-weight:400;padding:8px 0;text-align:center;vertical-align:bottom}.ff_net_table th .ff_not-likely{float:left;text-align:left}.ff_net_table th .ff_extremely-likely{float:right;text-align:right}.ff_net_table tbody tr{background:none;border:0}.ff_net_table tbody tr td{background-color:#fff;border:1px solid #ddd;border-left:0;padding:0;text-align:center;vertical-align:middle}.ff_net_table tbody tr td input[type=radio]:checked+label{background-color:#4caf50;color:#fff}.ff_net_table tbody tr td:first-of-type{border-left:1px solid #ddd;border-radius:5px 0 0 5px}.ff_net_table tbody tr td:last-child{border-radius:0 5px 5px 0}.ff_net_table tbody tr td label{border:0;color:#444;cursor:pointer;display:block;font-size:16px;font-weight:700;height:40px;line-height:40px;margin:0;position:relative;width:100%}.ff_net_table tbody tr td label:after{border:0;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.ff_net_table tbody tr td label:hover:after{border:2px solid #4caf50}.ff-el-pop-content{background-color:#000;border-radius:3px;box-shadow:0 5px 10px rgb(0 0 0 / .2);color:#fff;font-size:11px;line-height:1.2;padding:10px;position:absolute;text-align:center;transform-origin:center bottom;z-index:9999}.ff-checkable-grids.mobile{border:0}.ff-checkable-grids.mobile tbody tr{padding-top:0!important}.ff-checkable-grids.mobile tbody tr:nth-child(2n)>td{background:#fff0}.ff-checkable-grids.mobile tbody td{padding-left:10px!important;text-align:left!important}.ff-checkable-grids.mobile tbody td.ff_grid_header{background-color:#eee!important;margin:0}.ff-checkable-grids.mobile tbody td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}span.ff-el-rating-text{line-height:100%;padding-left:5px;vertical-align:bottom}table.ff_repeater_table{background:transparent!important;border:0;border-collapse:collapse;border-spacing:0;margin:0 0 5px;padding:0;table-layout:auto!important;vertical-align:middle;width:100%}table.ff_repeater_table th{font-size:90%;padding:0;text-align:left}table.ff_repeater_table th,table.ff_repeater_table tr{background:transparent!important;border:0;padding-top:5px}table.ff_repeater_table td{background:transparent!important;border:0;max-width:100%;padding:0 15px 15px 0;text-align:left;width:282px}table.ff_repeater_table tbody tr:only-child td .repeat-minus{visibility:hidden}table.ff_repeater_table .ff-el-group{margin:0;padding:0}table.ff_repeater_table .repeat_btn{padding-right:0;vertical-align:middle;width:30px}table.ff_repeater_table .repeat_btn span.ff-icon{cursor:pointer;margin-right:10px}table.ff_repeater_table .repeat_btn span.ff-icon.icon-minus-circle{margin-right:0}table.ff_repeater_table.repeat-maxed .repeat_btn .repeat-plus{visibility:hidden}.ff-repeater-container{display:flex;flex-direction:column}.ff-repeater-container .repeat_btn{align-self:center;display:flex}.ff-repeater-container .ff_repeater_cont_row,.ff-repeater-container .ff_repeater_header{display:flex;flex-wrap:nowrap}.ff-repeater-container .ff_repeater_cont_row:only-child .repeat-minus{visibility:hidden}.ff-repeater-container .ff_repeater_cell,.ff-repeater-container .ff_repeater_header_item{box-sizing:border-box;padding:0 15px 0 0;text-align:left}.ff-repeater-container .ff-el-repeat-buttons-list{display:flex;margin-top:34%}.ff_repeater_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_repeater_table.mobile tbody td .ff-el-group{margin-top:6px}.ff_repeater_table.mobile tbody td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}.ff-el-section-break .ff-el-section-title{font-weight:600;margin-bottom:5px}.ff-el-section-break hr{background-color:#dadbdd;border:none;height:1px;margin-bottom:10px}table.ff_flexible_table.ff-checkable-grids{width:100%}.ff_flexible_table.mobile thead{left:-9999px;position:absolute;top:-9999px}.ff_flexible_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_flexible_table.mobile tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;position:relative}@media only screen and (max-width:400px){.ff_repeater_table{width:100%}.ff_repeater_table thead{display:none}.ff_repeater_table tbody tr{border:1px solid #ddd;display:block;margin-bottom:15px;padding:10px}.ff_repeater_table tbody td{display:block;padding:5px 0;text-align:left;width:100%!important}.ff_repeater_table tbody td .ff-el-input--content{width:100%}.ff_repeater_table .repeat_btn{margin-top:10px;padding:10px 0;text-align:center;width:100%}.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list{display:flex;justify-content:space-between}.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list span{background-color:#f0f0f0;border-radius:3px;cursor:pointer;padding:5px 10px}}@media only screen and (min-width:641px){.fluentform .ff-el-group.ff_list_3col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0 0 2px;min-height:28px;padding-right:16px;vertical-align:top;width:33.3%}.fluentform .ff-el-group.ff_list_2col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:50%}.fluentform .ff-el-group.ff_list_4col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:25%}.fluentform .ff-el-group.ff_list_5col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:20%}.fluentform .ff-el-group.ff_list_inline .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 15px 10px 0;width:auto!important}}@media (max-width:767px){table.ff_flexible_table,table.ff_flexible_table.ff-checkable-grids{border:0}table.ff_flexible_table.ff-checkable-grids tbody tr{padding-top:0!important}table.ff_flexible_table.ff-checkable-grids tbody tr td.ff_grid_header{background-color:#eee!important;margin:0;text-align:center}table.ff_flexible_table.ff-checkable-grids tbody tr td{text-align:left!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:before{content:none!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}table.ff_flexible_table.ff-checkable-grids tbody tr:nth-child(2n)>td{background:#fff0}table.ff_flexible_table thead{left:-9999px;position:absolute;top:-9999px}table.ff_flexible_table tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;padding-top:12px!important;position:relative}table.ff_flexible_table tbody tr td{display:block;margin-left:8px;margin-right:8px;padding:5px}table.ff_flexible_table tbody tr td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}table.ff_flexible_table tbody tr td.repeat_btn{background-color:#eee;margin-left:0;padding:10px!important;width:100%!important}table.ff_flexible_table tbody tr td.repeat_btn .ff-el-repeat-buttons-list{float:none;width:100%}}@media only screen and (max-width:768px){.lity-container{width:96%}.fluentform .ff-t-container .ff-name-title{width:100%}.ff_repeater_cont_row{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:flex;flex-direction:column;margin:16px 0 10px;padding-top:12px}.ff_repeater_cont_row .ff_repeater_cell{display:block;margin-left:8px;margin-right:8px;padding:5px}.ff_repeater_cont_row .ff-t-cell{flex-basis:100%!important;max-width:100%;width:100%}.ff_repeater_cont_row .ff_repeater_body[role=rowgroup]{display:flex;flex-direction:column}.ff-repeater-container .ff-el-repeat-buttons-list{margin-top:-28px}.ff-el-repeat-buttons-list{margin-top:0}}:root{--fluentform-primary:#1a7efb;--fluentform-secondary:#606266;--fluentform-danger:#f56c6c;--fluentform-border-color:#dadbdd;--fluentform-border-radius:7px;--fluentform-input-select-height:auto}.ff-default .ff_btn_style{border:1px solid #fff0;border-radius:7px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:1.5;padding:8px 20px;position:relative;text-align:center;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.ff-default .ff_btn_style:focus,.ff-default .ff_btn_style:hover{opacity:.8;outline:0;text-decoration:none}.ff-default .ff-btn-primary:not(.ff_btn_no_style){background-color:#007bff;border-color:#007bff;color:#fff}.ff-default .ff-btn-primary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-primary:not(.ff_btn_no_style):hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style){background-color:#606266;border-color:#606266;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-secondary:not(.ff_btn_no_style):hover{background-color:#727b84;border-color:#6c757d;color:#fff}.ff-default .ff-btn-lg{border-radius:6px;font-size:18px;line-height:1.5;padding:8px 16px}.ff-default .ff-btn-sm{border-radius:3px;font-size:13px;line-height:1.5;padding:4px 8px}.ff-default .ff-el-form-control{background-clip:padding-box;background-image:none;border:1px solid var(--fluentform-border-color);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1;margin-bottom:0;max-width:100%;padding:11px 15px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.ff-default .ff-el-form-control:focus{background-color:#fff;border-color:var(--fluentform-primary);color:var(--fluentform-secondary);outline:none}.ff-default .ff-el-form-check label.ff-el-form-check-label{cursor:pointer;margin-bottom:7px}.ff-default .ff-el-form-check label.ff-el-form-check-label>span:after,.ff-default .ff-el-form-check label.ff-el-form-check-label>span:before{content:none}.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label{margin-bottom:0}.ff-default textarea{min-height:90px}select.ff-el-form-control:not([size]):not([multiple]){height:var(--fluentform-input-select-height,auto)}.elementor-editor-active .ff-form-loading .ff-step-container .fluentform-step:first-child{height:auto}.ff-upload-preview.ff_uploading{opacity:.8}@keyframes ff_move{0%{background-position:0 0}to{background-position:50px 50px}}.ff_uploading .ff-el-progress .ff-el-progress-bar{animation:ff_move 2s linear infinite;background-image:linear-gradient(-45deg,hsl(0 0% 100% / .2) 25%,transparent 0,transparent 50%,hsl(0 0% 100% / .2) 0,hsl(0 0% 100% / .2) 75%,transparent 0,transparent);background-size:50px 50px;border-bottom-left-radius:20px;border-bottom-right-radius:8px;border-top-left-radius:20px;border-top-right-radius:8px;bottom:0;content:"";left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.ff_payment_summary{overflow-x:scroll}.pac-container{z-index:99999!important}.ff-support-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.ff-default{font-family:inherit}.ff-default .ff-el-input--label label{display:inline-block;font-weight:500;line-height:inherit;margin-bottom:0}.biscotti-cookie-table{margin:20px 0}.biscotti-category-title{margin:24px 0 8px;padding-bottom:8px;border-bottom:2px solid #D4A574}.biscotti-category-desc{color:#666;font-size:.9em;margin-bottom:16px}.biscotti-table{width:100%;border-collapse:collapse;margin-bottom:24px}.biscotti-table th,.biscotti-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #e0e0e0}.biscotti-table th{background:#f5f5f5;font-weight:600;font-size:.85em;text-transform:uppercase;letter-spacing:.3px}.biscotti-table code{background:#f0f0f0;padding:2px 6px;border-radius:3px;font-size:.9em}.biscotti-last-updated{color:#999;margin-top:16px}.biscotti-data-export{padding:20px;background:#f9f9f9;border-radius:8px;margin:20px 0}.biscotti-export-btn{background:#D4A574;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:600}.biscotti-export-btn:hover{background:#C49464}.biscotti-dns-container{margin:16px 0}.biscotti-dns-link{color:#D4A574;text-decoration:underline;font-weight:600}.biscotti-dns-desc{color:#666;font-size:.9em;margin-top:8px}.biscotti-legal-content{line-height:1.7}.biscotti-legal-content h1,.biscotti-legal-content h2,.biscotti-legal-content h3{margin-top:1.5em;margin-bottom:.5em}.biscotti-legal-content h2{border-bottom:2px solid #D4A574;padding-bottom:.25em}.biscotti-legal-content ul,.biscotti-legal-content ol{margin-left:1.5em}.biscotti-error{color:#c0392b;padding:1em;background:#fdf0ef;border-radius:6px}.biscotti-consent-link{color:#D4A574;text-decoration:underline;cursor:pointer}.biscotti-consent-link:hover{color:#8B5A2B}svg#psp-close-x{position:absolute;top:8px;right:8px;background:#fff0;cursor:pointer;height:15px;width:15px;padding:6px;box-sizing:content-box;border-radius:20px;fill:#000;border:solid #000 0}#psp-overlay-wrap{position:fixed;height:100%;width:100%;background:rgb(0 0 0 / .6);z-index:9999995;display:none;top:0;left:0}#psp-overlay{position:relative;z-index:9999994;color:#FFF;text-align:center;margin:0 auto;top:50%;transform:translateY(-50%);width:fit-content;background-color:darkgray;padding:20px;max-width:100%;border-radius:0;display:block}#psp-verify-form{margin-bottom:1vh!important;margin-top:2vh!important}#psp-overlay img{max-width:100%;max-height:50vh;width:auto;height:auto;display:inline-block}#psp-overlay input:not([type=checkbox]){border-color:#fff0;border-width:0;width:250px;padding:15px 0;line-height:initial;border-radius:10px;font-weight:400;font-size:16px;color:#fff;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;float:none!important;text-align:center!important;text-decoration:none!important}#psp-overlay input:focus:not([type=checkbox]){outline:none;box-shadow:0 0 12px 1px cyan}#psp-overlay input:hover:not([type=checkbox]){box-shadow:0 0 3px 1px blanchedalmond;text-decoration:none!important}.psp_buttons input{text-transform:initial}#psp-overlay input[type=text]{width:50px;outline:none}#psp-overlay h2{font-size:28px;font-weight:400;background:none!important;margin:2vh 5px 2vh;padding:0 0 0;color:#fff}#psp-overlay p{font-size:18px;line-height:1.5em;font-weight:400;background:none!important;padding:0;margin:8px auto 10px;max-width:800px;color:#fff}#psp-overlay #psp_verify_y{width:70px}#psp_confirm_age{background-color:#656565;margin:15px 0 15px;max-width:98%}#psp_not_confirm_age{background-color:#cc3232}#psp_verify_form label{font-size:12px!important;font-weight:normal!important;color:#FFF!important}@media screen and (max-width:767px){#psp-overlay{padding:20px 0;width:95%;max-width:95%;max-height:100vh}#psp-overlay h2{font-size:32px}#psp-overlay p{max-width:90%;margin:.1em auto 0;padding:0}#psp-overlay .disclaimer{max-width:90%}#psp-overlay h3{font-size:22px;margin:15px 0 12px}#psp-overlay img{max-width:90%;max-height:25vh;margin-bottom:5px}}@media screen and (max-height:914px){#psp-overlay{padding-top:0}}@media screen and (max-height:768px){#psp-overlay{width:80vw;max-width:95%;max-height:inherit}}@media screen and (max-height:648px){#psp-overlay{width:80vw;max-width:95%;max-height:inherit}}@media screen and (max-height:600px){#psp-overlay{padding:5%;width:85%}#psp-overlay h2{font-size:25px}#psp-overlay p{font-size:16px}#psp-overlay h3{font-size:18px;margin:15px 0 10px}#psp-overlay img{max-width:100%;max-height:20vh;margin-bottom:2px}}@media screen and (max-height:415px){#psp-overlay h2{font-size:25px;margin:1vh 5px 3vh}#psp-overlay p{font-size:15px;margin:0 auto}#psp-overlay .disclaimer{margin:10px auto 0}#psp-overlay .disclaimer p{font-size:9px}#psp-overlay h3{font-size:18px;margin:10px auto 10px}#psp-overlay img{max-width:100%;max-height:20vh}}@media screen and (max-height:320px){#psp-overlay img{max-width:100%;max-height:20vh}}*,:after,:before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;hanging-punctuation:first last}body{line-height:1.6;min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}audio,canvas,embed,iframe,img,object,svg,video{display:block;max-width:100%}img,video{height:auto}button,input,select,textarea{font:inherit}button{background:none;border:none;cursor:pointer;padding:0}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}table{border-collapse:collapse;border-spacing:0}[hidden]{display:none!important}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media(min-width:790px){.has-global-padding{--wp--style--root--padding-left:var(--wp--preset--spacing--10);--wp--style--root--padding-right:var(--wp--preset--spacing--10)}}@media(min-width:1024px){.has-global-padding{--wp--style--root--padding-left:var(--wp--preset--spacing--12);--wp--style--root--padding-right:var(--wp--preset--spacing--12)}}.has-global-padding .wp-block-group.has-background{padding:var(--wp--style--root--padding-right)}@media(max-width:767px){.wp-block-columns.columns-mobile-reverse,.wp-block-columns.columns-mobile-reverse-is-layout-flex{flex-direction:column-reverse}}.tg-container{max-width:var(--wp--style--global--content-size)}.tg-container,.tg-wide{margin-inline:auto;padding-inline:var(--wp--preset--spacing--6)}.tg-wide{max-width:var(--wp--style--global--wide-size)}.tg-full{width:100%}.tg-section{padding-block:var(--wp--preset--spacing--20)}.tg-section--sm{padding-block:var(--wp--preset--spacing--12)}.tg-section--lg{padding-block:var(--wp--preset--spacing--32)}.tg-flex{display:flex}.tg-flex-row{align-items:center;display:flex;flex-direction:row}.tg-flex-col{display:flex;flex-direction:column}.tg-flex-center{align-items:center;display:flex;justify-content:center}.tg-flex-between{align-items:center;display:flex;justify-content:space-between}.tg-gap-4{gap:var(--wp--preset--spacing--4)}.tg-gap-6{gap:var(--wp--preset--spacing--6)}.tg-gap-8{gap:var(--wp--preset--spacing--8)}.tg-gap-10{gap:var(--wp--preset--spacing--10)}.tg-gap-12{gap:var(--wp--preset--spacing--12)}.tg-grid,.tg-grid-2{display:grid;gap:var(--wp--preset--spacing--8)}.tg-grid-2{grid-template-columns:repeat(1,1fr)}@media(min-width:768px){.tg-grid-2{grid-template-columns:repeat(2,1fr)}}.tg-grid-3{display:grid;gap:var(--wp--preset--spacing--8);grid-template-columns:repeat(1,1fr)}@media(min-width:768px){.tg-grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.tg-grid-3{grid-template-columns:repeat(3,1fr)}}.tg-grid-4{display:grid;gap:var(--wp--preset--spacing--6);grid-template-columns:repeat(2,1fr)}@media(min-width:1024px){.tg-grid-4{grid-template-columns:repeat(4,1fr)}}.tg-text-left{text-align:left}.tg-text-center{text-align:center}.tg-text-right{text-align:right}.tg-hero-split.wp-block-group{flex-direction:column}@media(min-width:768px){.tg-hero-split.wp-block-group{align-items:stretch;flex-direction:row}}.tg-hero-split.wp-block-group>.tg-hero-split__content{flex:1 1 50%;min-width:0}.tg-hero-split.wp-block-group>.tg-hero-split__media.wp-block-cover{flex:1 1 50%;min-height:60vw;min-width:0}@media(min-width:768px){.tg-hero-split.wp-block-group>.tg-hero-split__media.wp-block-cover{min-height:100vh}}.tg-hero-zone{width:100%}.tg-content-zone{padding-block:var(--wp--preset--spacing--20)}.tg-cta-zone{width:100%}.tg-skip-link{background:var(--wp--preset--color--soft-black);border-radius:4px;color:var(--wp--preset--color--clear-white)!important;font-size:.875rem;font-weight:600;left:1rem;outline:none;padding:.75rem 1.25rem;position:absolute;text-decoration:none;top:-100%;transition:top .15s ease;z-index:9999}.tg-skip-link:focus{outline:2px solid var(--wp--preset--color--bright-blue);outline-offset:2px;top:1rem}@media(prefers-reduced-motion:reduce){.tg-skip-link{transition:none}}.sr-only,.tg-visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.tg-focus-ring:focus-visible{border-radius:2px;outline:2px solid var(--wp--preset--color--bright-blue);outline-offset:2px}.tg-hidden{display:none!important}.tg-block{display:block}.tg-inline{display:inline}.tg-inline-block{display:inline-block}.tg-truncate{overflow:hidden;text-overflow:ellipsis}.tg-nowrap,.tg-truncate{white-space:nowrap}.tg-balance{text-wrap:balance}.tg-text-accent{color:var(--wp--preset--color--bright-blue)}.tg-text-muted{color:var(--wp--preset--color--text-grey)}.tg-text-inverse{color:var(--wp--preset--color--clear-white)}.tg-mt-0{margin-block-start:0!important}.tg-mb-0{margin-block-end:0!important}.tg-mt-4{margin-block-start:var(--wp--preset--spacing--4)}.tg-mt-8{margin-block-start:var(--wp--preset--spacing--8)}.tg-mt-12{margin-block-start:var(--wp--preset--spacing--12)}[data-animate]{opacity:0;transform:translateY(52px);transition:opacity var(--animate-duration,.7s) ease,transform var(--animate-duration,.7s) ease;transition-delay:var(--animate-delay,0s)}[data-animate].is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-animate]{opacity:1;transform:none;transition:none;transition-delay:0s}}[data-animate=fade-down]{transform:translateY(-52px)}[data-animate=fade-left]{transform:translateX(52px)}[data-animate=fade-right]{transform:translateX(-52px)}[data-animate=fade]{transform:none}.is-nav-open{overflow:hidden}.wp-block-button.is-style-arrow-box .wp-block-button__link{align-items:center;background:transparent!important;border:none!important;border-radius:0!important;display:inline-flex;font-size:14px;font-weight:400;gap:14px;letter-spacing:.01em;overflow:hidden;padding:0!important;position:relative}.wp-block-button.is-style-arrow-box .wp-block-button__link:before{align-items:center;background:var(--tg-arrow-box-bg,var(--wp--preset--color--clear-white));border-radius:var(--wp--custom--border-radius--lg);content:"";display:flex;flex-shrink:0;height:44px;justify-content:center;transition:background .2s ease;width:44px}.wp-block-button.is-style-arrow-box .wp-block-button__link:after{align-items:center;color:currentColor;content:"→";display:flex;flex-shrink:0;font-size:18px;font-weight:400;height:44px;justify-content:center;left:0;position:absolute;top:0;width:44px}.wp-block-button.is-style-arrow-box .wp-block-button__link:hover{color:var(--wp--preset--color--bright-blue-hover);text-decoration:underline}.wp-block-button.is-style-arrow-box .wp-block-button__link:hover:before{background:var(--tg-arrow-box-hover-bg,var(--wp--preset--color--bright-blue-hover))}.wp-block-button.is-style-arrow-box .wp-block-button__link:hover:after{animation:mh-arrow-loop .75s ease-in-out}@media(prefers-reduced-motion:reduce){.wp-block-button.is-style-arrow-box .wp-block-button__link:before{transition:none}}.wp-block-button.is-style-arrow-box.reverse-arrow .wp-block-button__link:after{content:"←"}.wp-block-button.is-style-arrow-box.reverse-arrow .wp-block-button__link:hover:after{animation:mh-reverse-arrow-loop .75s ease-in-out}.wp-block-button.is-style-arrow-box .wp-block-button__link.has-soft-black-background-color{--tg-arrow-box-bg:var(--wp--preset--color--soft-black)}.wp-block-button.is-style-arrow-box .wp-block-button__link.has-bright-blue-background-color{--tg-arrow-box-bg:var(--wp--preset--color--bright-blue)}.wp-block-button.is-style-arrow-box .wp-block-button__link.has-bright-blue-hover-background-color{--tg-arrow-box-bg:var(--wp--preset--color--bright-blue-hover)}.wp-block-button.is-style-arrow-box .wp-block-button__link.has-clear-white-background-color{--tg-arrow-box-bg:var(--wp--preset--color--clear-white)}.wp-block-button.is-style-arrow-box .wp-block-button__link.has-soft-white-background-color{--tg-arrow-box-bg:var(--wp--preset--color--soft-white)}.wp-block-button.is-style-arrow-box .wp-block-button__link.has-warm-grey-background-color{--tg-arrow-box-bg:var(--wp--preset--color--warm-grey)}.wp-block-button.is-style-arrow-box .wp-block-button__link.has-text-grey-background-color{--tg-arrow-box-bg:var(--wp--preset--color--text-grey)}.wp-block-button.is-style-arrow-box .wp-block-button__link.has-success-background-color{--tg-arrow-box-bg:var(--wp--preset--color--success)}.wp-block-button.is-style-arrow-box .wp-block-button__link.has-warning-background-color{--tg-arrow-box-bg:var(--wp--preset--color--warning)}.wp-block-button.is-style-arrow-box .wp-block-button__link.has-error-background-color{--tg-arrow-box-bg:var(--wp--preset--color--error)}[data-mega-trigger]{position:relative}.hero-gradient{padding-left:var(--wp--style--root--padding-left);padding-right:var(--wp--style--root--padding-right)}@media(min-width:790px){.hero-gradient{--wp--style--root--padding-left:var(--wp--preset--spacing--10);--wp--style--root--padding-right:var(--wp--preset--spacing--10)}}@media(min-width:1024px){.hero-gradient{--wp--style--root--padding-left:var(--wp--preset--spacing--12);--wp--style--root--padding-right:var(--wp--preset--spacing--12)}}.hero-gradient .wp-block-cover__inner-container{display:flex;flex-direction:column;height:50vh}@media screen and (max-height:800px){.hero-gradient .wp-block-cover__inner-container{height:60vh}}@media screen and (max-width:600px){.hero-gradient .wp-block-buttons{justify-content:center!important}.hero-gradient .tg-smart-video{margin-left:auto;margin-right:auto}}.hero-gradient .wp-block-columns,.hero-gradient .wp-block-group{flex-grow:1;width:100%}.hero-gradient .wp-block-cover__background{background:linear-gradient(0deg,rgb(0 0 0 / .2),rgb(0 0 0 / .2)),linear-gradient(180deg,transparent 80.83%,rgb(0 0 0 / .4)),linear-gradient(180deg,rgb(0 0 0 / .4),transparent 87.61%)!important;opacity:1!important}.hero-gradient .wp-block-button.is-style-arrow-box .wp-block-button__link:after{color:var(--wp--preset--color--soft-black)}.hero-split .wp-block-cover{min-height:50vh}@media screen and (min-width:600px){.hero-split .wp-block-cover{min-height:100vh}}.square-transparent-video video{aspect-ratio:1/1!important;mix-blend-mode:multiply;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:678px){.cta-block-1{margin-left:calc(var(--wp--preset--spacing--4)*-1);margin-right:calc(var(--wp--preset--spacing--4)*-1);padding:2rem}}@media screen and (min-width:678px){.cta-block-1{padding:var(--wp--preset--spacing--16) var(--wp--preset--spacing--32)}}.filter-multiply{mix-blend-mode:multiply}.filter-darken{mix-blend-mode:darken}.filter-hard-light .tg-topic-card__media{mix-blend-mode:hard-light}@media(max-width:781px){.footer-menu-wrapper{flex-direction:row;flex-wrap:wrap!important}.footer-menu-wrapper.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){flex-basis:44%!important}.wp-block-group.is-style-square{aspect-ratio:auto}}@media(max-width:1024px){.zig-zag-cards{flex-wrap:wrap!important}.zig-zag-cards.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media(max-width:780px){.zig-zag-cards{flex-wrap:wrap!important}.zig-zag-cards .zig-zag-cards__item,.zig-zag-cards.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}.tg-top-bar{background-color:var(--wp--preset--color--soft-black);position:relative;width:100%;z-index:1}.tg-top-bar__inner{align-items:center;display:flex;justify-content:center;margin-inline:auto;max-width:var(--wp--style--global--content-size);padding-block:var(--wp--preset--spacing--2);padding-inline:var(--wp--preset--spacing--6)}.tg-top-bar__message{color:var(--wp--preset--color--pink);font-size:var(--wp--preset--font-size--xs);margin:0;text-align:center}.tg-top-bar__message p{margin:0}.tg-top-bar__message a{color:var(--wp--preset--color--bright-blue);text-underline-offset:2px}.tg-top-bar__message a:focus-visible,.tg-top-bar__message a:hover{color:var(--wp--preset--color--bright-blue-hover)}.tg-top-bar__message strong{font-weight:600}.tg-youtube{aspect-ratio:16/9;margin:auto;max-width:800px;position:relative;width:90vw}.tg-youtube iframe{aspect-ratio:16/9;border:0;height:100%;inset:0;position:absolute;width:100%}