.ftcm-go-top{position:fixed;z-index:9998;right:clamp(14px,2vw,30px);bottom:clamp(16px,2vw,30px);display:grid;grid-template-rows:38px auto;place-items:center;width:58px;min-width:58px;height:66px;min-height:66px;padding:7px 6px 6px!important;border:1px solid rgba(244,124,32,.55)!important;border-radius:9px!important;background:rgba(255,255,255,.92)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:none!important;color:var(--ftcm-accent,#f47c20)!important;opacity:0;visibility:hidden;transform:translateY(18px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease,border-color .2s ease;cursor:pointer;}.ftcm-go-top.is-visible{opacity:1;visibility:visible;transform:none}.ftcm-go-top:hover,.ftcm-go-top:focus-visible{border-color:var(--ftcm-accent,#f47c20)!important;color:var(--ftcm-accent,#f47c20)!important}.ftcm-go-top:focus-visible{outline:3px solid rgba(244,124,32,.24);outline-offset:3px}.ftcm-go-top__glider{display:grid;place-items:center;width:34px;height:34px;transition:transform .22s ease}.ftcm-go-top__glider img{display:block;width:30px;height:30px;object-fit:contain}.ftcm-go-top__label{font:900 8px/1 Montserrat,Arial,sans-serif;letter-spacing:.13em}.ftcm-go-top:hover .ftcm-go-top__glider,.ftcm-go-top:focus-visible .ftcm-go-top__glider{transform:translateY(-5px)}.ftcm-go-top.is-flying .ftcm-go-top__glider{animation:ftcm-glider-up .65s cubic-bezier(.22,.8,.3,1)}@keyframes ftcm-glider-up{0%{transform:translateY(0) rotate(0)}45%{transform:translateY(-18px) rotate(-4deg)}100%{transform:translateY(-3px) rotate(0)}}@media(max-width:767px){.ftcm-go-top{right:12px;bottom:14px;width:52px;min-width:52px;height:60px;min-height:60px;grid-template-rows:34px auto}.ftcm-go-top__glider img{width:27px;height:27px}}@media(prefers-reduced-motion:reduce){.ftcm-go-top,.ftcm-go-top__glider{transition:none!important}.ftcm-go-top.is-flying .ftcm-go-top__glider{animation:none!important}}.ftcm-select--root{position:relative;display:block;width:100%;min-width:0}.ftcm-select--root>select{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;min-height:0!important;opacity:0!important;pointer-events:none!important}.ftcm-select--root .ftcm-select-trigger{width:100%;min-height:var(--ftcm-control-height,44px);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 13px;border:var(--ftcm-control-border-width,1px) solid var(--ftcm-border-color,rgba(20,33,61,.16));border-radius:var(--ftcm-control-radius,8px);background:#fff;color:var(--ftcm-heading-color,#202631);font:inherit;text-align:left;cursor:pointer;box-shadow:none!important}.ftcm-select--root .ftcm-select-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ftcm-select--root .ftcm-select-trigger svg{flex:0 0 auto;width:18px;height:18px;fill:none;stroke:var(--ftcm-accent-color,#f36b21);stroke-width:var(--ftcm-svg-stroke-width,2);stroke-linecap:round;stroke-linejoin:round;transition:transform .16s ease}.ftcm-select--root.is-open .ftcm-select-trigger svg{transform:rotate(180deg)}.ftcm-select--root .ftcm-select-trigger:hover,.ftcm-select--root.is-open .ftcm-select-trigger,.ftcm-select--root .ftcm-select-trigger:focus-visible{border-color:var(--ftcm-accent-color,#f36b21);outline:none;background:#fffaf6}.ftcm-select--root .ftcm-select-menu{position:absolute;z-index:9999;top:calc(100% + 5px);right:0;left:0;max-height:300px;overflow:auto;padding:5px;border:1px solid var(--ftcm-border-color,rgba(20,33,61,.16));border-radius:var(--ftcm-control-radius,8px);background:#fff;box-shadow:none!important}.ftcm-select--root .ftcm-select-menu[hidden]{display:none!important}.ftcm-select--root .ftcm-select-option{width:100%;display:flex;align-items:center;gap:9px;padding:10px 11px;border:0;border-radius:max(4px,calc(var(--ftcm-control-radius,8px) - 3px));background:transparent;color:var(--ftcm-heading-color,#202631);font:inherit;font-size:12px;font-weight:650;text-align:left;cursor:pointer;box-shadow:none!important}.ftcm-select--root .ftcm-select-option:hover,.ftcm-select--root .ftcm-select-option:focus-visible{outline:0;background:#fff4ec;color:#bd5408}.ftcm-select--root .ftcm-select-option.is-selected{background:#fff0e5;color:#bd5408;font-weight:800}.ftcm-select--root .ftcm-select-option i{width:7px;height:7px;flex:0 0 auto;border:1px solid #c8d0d6;border-radius:50%}.ftcm-select--root .ftcm-select-option.is-selected i{border-color:var(--ftcm-accent-color,#f36b21);background:var(--ftcm-accent-color,#f36b21)}.ftcm-select--root .ftcm-select-option:disabled{cursor:not-allowed;opacity:.42}