@keyframes gb-loader-animation-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(720deg)}}@keyframes gb-loader-animation-expand{0%{transform:rotate(0deg)}70%,80%,90%,100%{transform:rotate(720deg)}80%,90%{top:calc(50% - .5em);box-shadow:0 0 0 0 currentColor,0 0 0 0 currentColor}0%,20%,30%,80%,100%{top:calc(50% - 2em);box-shadow:-1.35em 2.25em 0 0 currentColor,1.35em 2.25em 0 0 currentColor}0%,20%,30%,100%{animation-timing-function:cubic-bezier(0.45, 0.1, 0.15, 1)}}.layout-fragments-scope .gb-button{--gb-button-border-radius: 30px;--gb-button-opacity-base: 0.1;--gb-button-opacity-pressed: 0.3;--gb-button-overlay-bg: #fff;--gb-button-color: #fff;position:relative;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;height:var(--gb-button-size);padding:0 var(--gb-button-spacing);font-weight:700;color:var(--gb-button-color);vertical-align:top;touch-action:manipulation;cursor:pointer;background-color:var(--gb-button-bg);border:none;border-radius:var(--gb-button-border-radius);--gb-button-size: 40px;--gb-button-spacing: 16px;--gb-button-icon-size: 1.25rem;--gb-button-icon-spacing-inner: 8px;--gb-button-icon-spacing-outer: -2px;font-size:1rem;line-height:1.5rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--gb-button-bg: #394eff}.layout-fragments-scope .gb-button::before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-color:var(--gb-button-overlay-bg);opacity:0}.layout-fragments-scope .gb-button[data-focus-visible-added]{outline:none}.layout-fragments-scope .gb-button[data-focus-visible-added]{box-shadow:0 0 0 1px #fff,0 0 0 3px #929eff}@media(pointer: fine)and (hover: hover){.layout-fragments-scope .gb-button:hover{color:var(--gb-button-color);text-decoration:none}.layout-fragments-scope .gb-button:hover::before{opacity:var(--gb-button-opacity-base)}}@media(pointer: coarse){.layout-fragments-scope .gb-button:active{color:var(--gb-button-color);text-decoration:none}.layout-fragments-scope .gb-button:active::before{opacity:var(--gb-button-opacity-base)}}.layout-fragments-scope .gb-button:active::before{opacity:var(--gb-button-opacity-pressed)}.layout-fragments-scope .gb-button.gb-is-active{color:var(--gb-button-color);text-decoration:none}.layout-fragments-scope .gb-button.gb-is-active::before{opacity:var(--gb-button-opacity-base)}.layout-fragments-scope .gb-button.gb-is-loading::after{color:var(--gb-button-color)}.layout-fragments-scope .gb-button__text{position:relative;display:flex;overflow:hidden}.layout-fragments-scope .gb-button--justify{justify-content:space-between}.layout-fragments-scope .gb-button--justify .gb-button__text{flex-grow:1;text-align:left}.layout-fragments-scope .gb-button--squared{--gb-button-border-radius: 8px}.layout-fragments-scope .gb-button--brand-ghost{--gb-button-bg: transparent;--gb-button-color: #394eff;--gb-button-overlay-bg: #394eff;--gb-button-opacity-base: 0.05;--gb-button-opacity-pressed: 0.15}.layout-fragments-scope .gb-button--brand-muted{--gb-button-bg: rgba(30, 30, 32, 0.05);--gb-button-color: #394eff;--gb-button-overlay-bg: #1e1e20;--gb-button-opacity-base: 0.05;--gb-button-opacity-pressed: 0.15}.layout-fragments-scope .gb-button--brand-inverted{--gb-button-bg: #fff;--gb-button-color: #394eff;--gb-button-overlay-bg: #1e1e20;--gb-button-opacity-base: 0.05;--gb-button-opacity-pressed: 0.15}.layout-fragments-scope .gb-button--gray{--gb-button-bg: #1e1e20}.layout-fragments-scope .gb-button--gray-ghost{--gb-button-bg: transparent;--gb-button-color: #1e1e20;--gb-button-overlay-bg: #1e1e20;--gb-button-opacity-base: 0.05;--gb-button-opacity-pressed: 0.15}.layout-fragments-scope .gb-button--gray-muted{--gb-button-bg: rgba(30, 30, 32, 0.05);--gb-button-color: #1e1e20;--gb-button-overlay-bg: #1e1e20;--gb-button-opacity-base: 0.05;--gb-button-opacity-pressed: 0.15}.layout-fragments-scope .gb-button--gray-inverted{--gb-button-bg: #fff;--gb-button-color: #1e1e20;--gb-button-overlay-bg: #1e1e20;--gb-button-opacity-base: 0.05;--gb-button-opacity-pressed: 0.15}.layout-fragments-scope .gb-button--danger{--gb-button-bg: #f55b5b}.layout-fragments-scope .gb-button--danger-ghost{--gb-button-bg: transparent;--gb-button-color: #f55b5b;--gb-button-overlay-bg: #f55b5b;--gb-button-opacity-base: 0.05;--gb-button-opacity-pressed: 0.15}.layout-fragments-scope .gb-button--danger-muted{--gb-button-bg: rgba(30, 30, 32, 0.05);--gb-button-color: #f55b5b;--gb-button-overlay-bg: #1e1e20;--gb-button-opacity-base: 0.05;--gb-button-opacity-pressed: 0.15}.layout-fragments-scope .gb-button--danger-inverted{--gb-button-bg: #fff;--gb-button-color: #f55b5b;--gb-button-overlay-bg: #1e1e20;--gb-button-opacity-base: 0.05;--gb-button-opacity-pressed: 0.15}.layout-fragments-scope .gb-button--ghost-inverted{--gb-button-bg: transparent}.layout-fragments-scope .gb-button--muted-inverted{--gb-button-bg: rgba(255, 255, 255, 0.1)}.layout-fragments-scope .gb-button[disabled],.layout-fragments-scope .gb-button:disabled,.layout-fragments-scope .gb-button.gb-is-disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.3}.layout-fragments-scope .gb-button.gb-is-loading{opacity:1}.layout-fragments-scope .gb-button.gb-is-loading .gb-button__icon,.layout-fragments-scope .gb-button.gb-is-loading .gb-button__text{opacity:0}.layout-fragments-scope .gb-button.gb-is-loading::after{position:absolute;width:1em;height:1em;font-size:6px;content:"";background-color:currentColor;border-radius:50%;transform-origin:50% 2em}.layout-fragments-scope .gb-button.gb-is-loading::after{top:calc(50% - 2em);right:0;left:0;margin:auto;box-shadow:-1.35em 2.25em 0 0 currentColor,1.35em 2.25em 0 0 currentColor;animation:gb-loader-animation-rotate 2s cubic-bezier(0.45, 0.1, 0.15, 1) infinite}.layout-fragments-scope .gb-button--xs,.layout-fragments-scope .gb-button--sm{font-size:.875rem;line-height:1.25rem}.layout-fragments-scope .gb-button--xs.gb-is-loading::after,.layout-fragments-scope .gb-button--sm.gb-is-loading::after{font-size:4px}.layout-fragments-scope .gb-button--xs{--gb-button-size: 24px;--gb-button-spacing: 12px;--gb-button-icon-size: 1rem;--gb-button-icon-spacing-inner: 6px;--gb-button-icon-spacing-outer: -2px}.layout-fragments-scope .gb-button--sm{--gb-button-size: 32px;--gb-button-spacing: 12px;--gb-button-icon-size: 1rem;--gb-button-icon-spacing-inner: 6px;--gb-button-icon-spacing-outer: -2px}.layout-fragments-scope .gb-button--lg{--gb-button-size: 48px;--gb-button-spacing: 24px;--gb-button-icon-size: 1.25rem;--gb-button-icon-spacing-inner: 10px;--gb-button-icon-spacing-outer: -8px}.layout-fragments-scope .gb-button--block{width:100%}.layout-fragments-scope .gb-button__icon{position:relative;width:var(--gb-button-icon-size);height:auto;margin-right:var(--gb-button-icon-spacing-inner);margin-left:var(--gb-button-icon-spacing-outer);font-size:var(--gb-button-icon-size)}.layout-fragments-scope .gb-button__icon--trailing{order:2;margin-right:var(--gb-button-icon-spacing-outer);margin-left:var(--gb-button-icon-spacing-inner)}.layout-fragments-scope .gb-button--icon{--gb-button-spacing: 0;width:var(--gb-button-size);min-width:var(--gb-button-size)}.layout-fragments-scope .gb-button--icon .gb-button__icon{--gb-button-icon-spacing-inner: 0;--gb-button-icon-spacing-outer: 0}.layout-fragments-scope .gb-button--icon .gb-button__text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);white-space:nowrap;border:0}.layout-fragments-scope .gb-tag{--gb-tag-height: 24px;--gb-tag-border-radius: calc(var(--gb-tag-height) / 2);--gb-tag-padding-right: 8px;--gb-tag-padding-left: 8px;display:inline-flex;align-items:center;max-width:100%;height:var(--gb-tag-height);padding:0 var(--gb-tag-padding-right) 0 var(--gb-tag-padding-left);font-weight:700;color:var(--gb-tag-color);letter-spacing:1px;vertical-align:top;pointer-events:none;background-color:var(--gb-tag-bg);border-radius:var(--gb-tag-border-radius);font-size:.75rem;line-height:1;letter-spacing:.013rem}@media(pointer: fine)and (hover: hover){.layout-fragments-scope .gb-tag[href]:hover,.layout-fragments-scope .gb-tag[type=button]:hover{color:var(--gb-tag-color-hover);background-color:var(--gb-tag-bg-hover)}}@media(pointer: coarse){.layout-fragments-scope .gb-tag[href]:active,.layout-fragments-scope .gb-tag[type=button]:active{color:var(--gb-tag-color-hover);background-color:var(--gb-tag-bg-hover)}}.layout-fragments-scope .gb-tag__text{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-fragments-scope .gb-tag:not(.gb-tag--removable) .gb-tag__text{text-transform:uppercase}.layout-fragments-scope .gb-tag:not(.gb-tag--ghost) .gb-tag__icon,.layout-fragments-scope .gb-tag:not(.gb-tag--ghost) .gb-tag__media{margin-right:4px}.layout-fragments-scope .gb-tag .gb-tag__icon{font-size:1rem;flex-shrink:0;width:1em;height:auto}.layout-fragments-scope .gb-tag__media{width:16px;height:16px;overflow:hidden;border-radius:8px}.layout-fragments-scope .gb-tag__button{padding:0;margin-left:4px;font-size:0;color:inherit;pointer-events:auto;cursor:pointer;background:none;border:none;border-radius:8px}.layout-fragments-scope .gb-tag__button[data-focus-visible-added]{outline:none}.layout-fragments-scope .gb-tag__button[data-focus-visible-added]{box-shadow:0 0 0 1px #fff,0 0 0 3px #929eff}@media(pointer: fine)and (hover: hover){.layout-fragments-scope .gb-tag__button:hover{color:#76777e}}@media(pointer: coarse){.layout-fragments-scope .gb-tag__button:active{color:#76777e}}.layout-fragments-scope .gb-tag__cross{font-size:1rem}.layout-fragments-scope .gb-tag--sm{--gb-tag-height: 18px;font-size:.625rem}.layout-fragments-scope .gb-tag--sm .gb-tag__cross{font-size:.75rem}.layout-fragments-scope .gb-tag--removable{--gb-tag-padding-right: 6px;font-weight:500}.layout-fragments-scope .gb-tag--icon{--gb-tag-padding-left: 6px}.layout-fragments-scope .gb-tag--media{--gb-tag-padding-left: 4px}.layout-fragments-scope .gb-tag--action{pointer-events:auto;cursor:pointer;border:none}.layout-fragments-scope .gb-tag--action[data-focus-visible-added]{outline:none}.layout-fragments-scope .gb-tag--action[data-focus-visible-added]{box-shadow:0 0 0 1px #fff,0 0 0 3px #929eff}@media(hover: hover){.layout-fragments-scope .gb-tag--action:hover{text-decoration:none}}.layout-fragments-scope .gb-tag--brand{--gb-tag-bg: #bec5ff;--gb-tag-bg-hover: #ebedff;--gb-tag-color: #394eff;--gb-tag-color-hover: #394eff}.layout-fragments-scope .gb-tag--gray{--gb-tag-bg: #dcdcdf;--gb-tag-bg-hover: #f4f4f5;--gb-tag-color: #94959e;--gb-tag-color-hover: #94959e}.layout-fragments-scope .gb-tag--warning{--gb-tag-bg: #fcdaab;--gb-tag-bg-hover: #fef4e6;--gb-tag-color: #f59000;--gb-tag-color-hover: #f59000}.layout-fragments-scope .gb-tag--info{--gb-tag-bg: #b6bdde;--gb-tag-bg-hover: #e9ebf5;--gb-tag-color: #23379c;--gb-tag-color-hover: #23379c}.layout-fragments-scope .gb-tag--success{--gb-tag-bg: #b3e9e1;--gb-tag-bg-hover: #e8f8f6;--gb-tag-color: #19bda5;--gb-tag-color-hover: #19bda5}.layout-fragments-scope .gb-tag--error{--gb-tag-bg: #fcc9c9;--gb-tag-bg-hover: #feefef;--gb-tag-color: #f55b5b;--gb-tag-color-hover: #f55b5b}.layout-fragments-scope .gb-tag--ghost{--gb-tag-height: auto;--gb-tag-padding-right: 0;--gb-tag-padding-left: 0;--gb-tag-border-radius: 2px;font-size:.875rem}.layout-fragments-scope .gb-tag--ghost.gb-tag--brand{--gb-tag-bg: transparent;--gb-tag-bg-hover: transparent;--gb-tag-color: #394eff;--gb-tag-color-hover: #6777ff}.layout-fragments-scope .gb-tag--ghost.gb-tag--gray{--gb-tag-bg: transparent;--gb-tag-bg-hover: transparent;--gb-tag-color: #94959e;--gb-tag-color-hover: #adadb4}.layout-fragments-scope .gb-tag--ghost.gb-tag--warning{--gb-tag-bg: transparent;--gb-tag-bg-hover: transparent;--gb-tag-color: #f59000;--gb-tag-color-hover: #f7aa3b}.layout-fragments-scope .gb-tag--ghost.gb-tag--info{--gb-tag-bg: transparent;--gb-tag-bg-hover: transparent;--gb-tag-color: #23379c;--gb-tag-color-hover: #5665b3}.layout-fragments-scope .gb-tag--ghost.gb-tag--success{--gb-tag-bg: transparent;--gb-tag-bg-hover: transparent;--gb-tag-color: #19bda5;--gb-tag-color-hover: #4eccba}.layout-fragments-scope .gb-tag--ghost.gb-tag--error{--gb-tag-bg: transparent;--gb-tag-bg-hover: transparent;--gb-tag-color: #f55b5b;--gb-tag-color-hover: #f78181}.layout-fragments-scope .gb-tag--ghost.gb-tag--xs{font-size:.625rem}.layout-fragments-scope .gb-tag--ghost.gb-tag--sm{font-size:.75rem;letter-spacing:.013rem}.layout-fragments-scope .gb-tag--ghost.gb-tag--lg{font-size:1rem}.layout-fragments-scope .gb-tag--filled.gb-tag--brand{--gb-tag-bg: #394eff;--gb-tag-bg-hover: #929eff;--gb-tag-color: #fff;--gb-tag-color-hover: #fff}.layout-fragments-scope .gb-tag--filled.gb-tag--gray{--gb-tag-bg: #94959e;--gb-tag-bg-hover: #c4c5ca;--gb-tag-color: #fff;--gb-tag-color-hover: #fff}.layout-fragments-scope .gb-tag--filled.gb-tag--warning{--gb-tag-bg: #f59000;--gb-tag-bg-hover: #fac273;--gb-tag-color: #fff;--gb-tag-color-hover: #fff}.layout-fragments-scope .gb-tag--filled.gb-tag--info{--gb-tag-bg: #23379c;--gb-tag-bg-hover: #8691c9;--gb-tag-color: #fff;--gb-tag-color-hover: #fff}.layout-fragments-scope .gb-tag--filled.gb-tag--success{--gb-tag-bg: #19bda5;--gb-tag-bg-hover: #81dbce;--gb-tag-color: #fff;--gb-tag-color-hover: #fff}.layout-fragments-scope .gb-tag--filled.gb-tag--error{--gb-tag-bg: #f55b5b;--gb-tag-bg-hover: #faa5a5;--gb-tag-color: #fff;--gb-tag-color-hover: #fff}@media(pointer: fine)and (hover: hover){.layout-fragments-scope .gb-tag--filled .gb-tag__button:hover{color:#dcdcdf}}@media(pointer: coarse){.layout-fragments-scope .gb-tag--filled .gb-tag__button:active{color:#dcdcdf}}.layout-fragments-scope .gb-tag.gb-is-disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.3}.layout-fragments-scope .gb-tag.gb-is-disabled .gb-tag__button{pointer-events:none}.layout-fragments-scope .gb-collapse__content::before,.layout-fragments-scope .gb-collapse__content::after{display:table;content:""}.layout-fragments-scope .gb-collapse.gb-is-transition-leave-done{display:none}.layout-fragments-scope .gb-collapse.gb-is-transition-leave-active,.layout-fragments-scope .gb-collapse.gb-is-transition-enter-active{transition:height .14s cubic-bezier(0.65, 0.05, 0.35, 1),opacity .06s cubic-bezier(0.65, 0.05, 0.35, 1)}.layout-fragments-scope .gb-collapse.gb-is-transition-enter,.layout-fragments-scope .gb-collapse.gb-is-transition-leave-active{opacity:0}.layout-fragments-scope .gb-collapse.gb-is-transition-enter-active{opacity:1;transition-delay:0s,.14s}.layout-fragments-scope .gb-collapse.gb-is-transition-leave-active{transition-delay:.14s,0s}.layout-fragments-scope .gb-modal{position:fixed;top:0;left:0;display:flex;width:100%;height:100%;outline:none;will-change:opacity;background:rgba(0,0,0,.7);z-index:3000;--gb-root-transition-duration: 0.2s;--gb-root-transition-delay: 0s;--gb-surface-transition-duration: 0.2s;--gb-surface-transition-delay: 0s}.layout-fragments-scope .gb-modal__surface{position:relative;display:flex;flex-direction:column;background-color:#fff;outline:none;box-shadow:0 8px 8px -1px rgba(59, 60, 63, 0.08), 0 16px 16px 3px rgba(59, 60, 63, 0.02), 0 4px 24px 0 rgba(59, 60, 63, 0.08)}.layout-fragments-scope .gb-modal.gb-is-transition-enter-active,.layout-fragments-scope .gb-modal.gb-is-transition-leave-active{transition:var(--gb-root-transition-duration) cubic-bezier(0.65, 0.05, 0.35, 1) var(--gb-root-transition-delay);transition-property:opacity}.layout-fragments-scope .gb-modal.gb-is-transition-enter-active .gb-modal__surface,.layout-fragments-scope .gb-modal.gb-is-transition-leave-active .gb-modal__surface{transition:var(--gb-surface-transition-duration) cubic-bezier(0.65, 0.05, 0.35, 1) var(--gb-surface-transition-delay);transition-property:transform}.layout-fragments-scope .gb-modal.gb-is-transition-leave-active{--gb-root-transition-duration: 0.1s}.layout-fragments-scope .gb-modal.gb-is-transition-enter,.layout-fragments-scope .gb-modal.gb-is-transition-leave-active,.layout-fragments-scope .gb-modal.gb-is-transition-leave-done{opacity:0}.layout-fragments-scope .gb-modal-header{display:flex;flex-shrink:0;align-items:flex-start;--gb-modal-header-buttons-margin: 0}.layout-fragments-scope .gb-modal-header__holder{flex-grow:1;overflow:hidden}.layout-fragments-scope .gb-modal-header__prev{transform:translateX(-25%)}.layout-fragments-scope .gb-modal-header__close{transform:translateX(25%)}.layout-fragments-scope .gb-modal-header__prev,.layout-fragments-scope .gb-modal-header__close{flex-shrink:0;margin-top:calc(-1 * var(--gb-modal-header-buttons-margin));margin-bottom:calc(-1 * var(--gb-modal-header-buttons-margin))}.layout-fragments-scope .gb-modal-footer{flex-shrink:0}.layout-fragments-scope .gb-modal-body{-webkit-overflow-scrolling:touch;flex-grow:1;outline:none}.layout-fragments-scope .gb-modal-panel .gb-modal__surface{--gb-modal-panel-width: 85%;width:var(--gb-modal-panel-width);height:100%}@media(min-width: 480px){.layout-fragments-scope .gb-modal-panel .gb-modal__surface{--gb-modal-panel-width: 480px}}.layout-fragments-scope .gb-modal-panel--right .gb-modal__surface{margin-left:auto}.layout-fragments-scope .gb-modal-panel .gb-modal-header{--gb-modal-header-buttons-margin: 5px}.layout-fragments-scope .gb-modal-panel .gb-modal-header__holder{margin-right:10px;font-size:1.25rem;line-height:1.625rem;font-weight:700;color:var(--gb-heading-color)}.layout-fragments-scope .gb-modal-panel .gb-modal-body{overflow-y:auto;box-shadow:0 -1px 0 0 rgba(0,0,0,.08),0 1px 0 0 rgba(0,0,0,.08)}.layout-fragments-scope .gb-modal-panel .gb-modal-header,.layout-fragments-scope .gb-modal-panel .gb-modal-body,.layout-fragments-scope .gb-modal-panel .gb-modal-footer{padding:16px}@media(max-width: 479px){.layout-fragments-scope .gb-modal-panel--stretched .gb-modal__surface{--gb-modal-panel-width: 100%}}.layout-fragments-scope .gb-modal-panel.gb-is-transition-enter .gb-modal__surface,.layout-fragments-scope .gb-modal-panel.gb-is-transition-leave-active .gb-modal__surface{transform:translateX(100%)}.layout-fragments-scope .gb-modal-panel--left.gb-is-transition-enter .gb-modal__surface,.layout-fragments-scope .gb-modal-panel--left.gb-is-transition-leave-active .gb-modal__surface{transform:translateX(-100%)}.layout-fragments-scope .gb-modal-window{--gb-main-spacing: 16px;--gb-modal-window-padding: 24px;--gb-modal-window-surface-width: 600px;--gb-modal-window-surface-max-width: 100%;padding:var(--gb-modal-window-padding);overflow-y:auto;-webkit-overflow-scrolling:touch}.layout-fragments-scope .gb-modal-window .gb-modal__surface{width:var(--gb-modal-window-surface-width);max-width:var(--gb-modal-window-surface-max-width);margin:auto;border-radius:8px}.layout-fragments-scope .gb-modal-window .gb-modal-header{--gb-modal-header-buttons-margin: 5px}.layout-fragments-scope .gb-modal-window .gb-modal-header__holder{margin-right:8px;font-size:1.25rem;line-height:1.625rem;font-weight:700;color:var(--gb-heading-color)}.layout-fragments-scope .gb-modal-window .gb-modal-header,.layout-fragments-scope .gb-modal-window .gb-modal-footer{padding:var(--gb-main-spacing)}.layout-fragments-scope .gb-modal-window .gb-modal-body{padding:var(--gb-main-spacing)}.layout-fragments-scope .gb-modal-window .gb-modal-header~.gb-modal-body{padding:16px var(--gb-main-spacing)}.layout-fragments-scope .gb-modal-window .gb-modal-body~.gb-modal-footer,.layout-fragments-scope .gb-modal-window .gb-modal-header~.gb-modal-body{margin-top:-16px}@media(min-width: 480px){.layout-fragments-scope .gb-modal-window,.layout-fragments-scope .gb-modal-window--lg,.layout-fragments-scope .gb-modal-window--hg{--gb-main-spacing: 24px}.layout-fragments-scope .gb-modal-window .gb-modal-header__holder,.layout-fragments-scope .gb-modal-window--lg .gb-modal-header__holder,.layout-fragments-scope .gb-modal-window--hg .gb-modal-header__holder{margin-right:16px;font-size:1.625rem;line-height:2rem;font-weight:700;color:var(--gb-heading-color)}}.layout-fragments-scope .gb-modal-window--sm{--gb-main-spacing: 16px;--gb-modal-window-surface-width: 320px}.layout-fragments-scope .gb-modal-window--sm .gb-modal-header__holder{margin-right:8px;font-size:1.25rem;line-height:1.625rem;font-weight:700;color:var(--gb-heading-color)}@media(min-width: 980px){.layout-fragments-scope .gb-modal-window--lg .gb-modal-header__holder,.layout-fragments-scope .gb-modal-window--hg .gb-modal-header__holder{margin-right:24px}}@media(min-width: 1200px){.layout-fragments-scope .gb-modal-window--lg,.layout-fragments-scope .gb-modal-window--hg{--gb-main-spacing: 32px}.layout-fragments-scope .gb-modal-window--lg .gb-modal-header__holder,.layout-fragments-scope .gb-modal-window--hg .gb-modal-header__holder{margin-right:24px}}.layout-fragments-scope .gb-modal-window--lg{--gb-modal-window-surface-width: 1060px}@media(max-width: 479px){.layout-fragments-scope .gb-modal-window--lg{--gb-modal-window-padding: 0}.layout-fragments-scope .gb-modal-window--lg .gb-modal__surface{width:100%;min-height:100%;border-radius:0;box-shadow:none}}.layout-fragments-scope .gb-modal-window--hg{--gb-modal-window-surface-width: 100%;--gb-modal-window-surface-max-width: 1440px}.layout-fragments-scope .gb-modal-window--hg .gb-modal__surface{min-height:100%}@media(max-width: 767px){.layout-fragments-scope .gb-modal-window--hg{--gb-modal-window-padding: 0}.layout-fragments-scope .gb-modal-window--hg .gb-modal__surface{width:100%;min-height:100%;border-radius:0;box-shadow:none}}@media(max-width: 479px){.layout-fragments-scope .gb-modal-window--stretched{--gb-modal-window-padding: 0}.layout-fragments-scope .gb-modal-window--stretched .gb-modal__surface{width:100%;min-height:100%;border-radius:0;box-shadow:none}}.layout-fragments-scope .gb-modal-window--scrollable-body .gb-modal__surface{max-height:100%}.layout-fragments-scope .gb-modal-window--scrollable-body .gb-modal-body{overflow-y:auto;-webkit-overflow-scrolling:touch}.layout-fragments-scope .gb-modal-window--scrollable-body .gb-modal-body~.gb-modal-footer,.layout-fragments-scope .gb-modal-window--scrollable-body .gb-modal-header~.gb-modal-body{margin-top:0}.layout-fragments-scope .gb-modal-window.gb-is-transition-enter .gb-modal__surface,.layout-fragments-scope .gb-modal-window.gb-is-transition-leave-active .gb-modal__surface{transform:scale(0.8)}.layout-fragments-scope .gb-textfield{display:flex;position:relative}.layout-fragments-scope .gb-textfield__input{flex-basis:100%;min-width:0;height:40px;padding:0 12px;border:1px solid #dcdcdf;background:#f4f4f5;color:#1e1e20;font-weight:500;line-height:1.5;box-shadow:none}.layout-fragments-scope .gb-textfield__input:first-of-type{border-top-left-radius:8px;border-bottom-left-radius:8px}.layout-fragments-scope .gb-textfield__input:last-of-type{border-top-right-radius:8px;border-bottom-right-radius:8px}.layout-fragments-scope .gb-textfield__input[size]{flex-basis:auto}.layout-fragments-scope .gb-textfield__input::placeholder{color:#adadb4;font-weight:500}.layout-fragments-scope .gb-textfield__input:hover{border-color:#c4c5ca}.layout-fragments-scope .gb-textfield__input:focus{border-color:#929eff;outline:none;background:#fff}.layout-fragments-scope .gb-textfield--inverted .gb-textfield__input{border-color:#dcdcdf}.layout-fragments-scope .gb-textfield--inverted .gb-textfield__input,.layout-fragments-scope .gb-textfield--inverted .gb-textfield__input:hover,.layout-fragments-scope .gb-textfield--inverted .gb-textfield__input:focus{background-color:#fff}.layout-fragments-scope .gb-textfield--inverted .gb-textfield__input:hover{border-color:#c4c5ca}.layout-fragments-scope .gb-textfield--inverted .gb-textfield__input:focus{border-color:#929eff}.layout-fragments-scope .gb-textfield__loader{display:flex;position:absolute;top:50%;right:12px;justify-content:center;width:24px;transform:translateY(-50%)}.layout-fragments-scope .gb-textfield__loader~.gb-textfield__input{padding-right:48px}.layout-fragments-scope .gb-textfield__icon{display:flex;position:absolute;top:50%;left:12px;justify-content:center;width:24px;transform:translateY(-50%);color:#1e1e20}.layout-fragments-scope .gb-textfield__icon:not(button){pointer-events:none}.layout-fragments-scope .gb-textfield__icon::before{font-size:20px}.layout-fragments-scope .gb-textfield__icon:not(.gb-textfield__icon--trailing)~.gb-textfield__input{padding-left:44px}.layout-fragments-scope .gb-textfield__icon--trailing{right:12px;left:auto}.layout-fragments-scope .gb-textfield__icon--trailing~.gb-textfield__icon--trailing{right:36px}.layout-fragments-scope .gb-textfield__icon--trailing~.gb-textfield__input{padding-right:48px}.layout-fragments-scope .gb-textfield__icon--trailing~.gb-textfield__icon--trailing~.gb-textfield__input{padding-right:72px}.layout-fragments-scope .gb-textfield__icon .gb-icon{font-size:20px}.layout-fragments-scope .gb-textfield--textarea .gb-textfield__input{resize:vertical;height:160px;min-height:40px;max-height:320px;padding-top:8px;padding-bottom:4px}.layout-fragments-scope .gb-textfield.gb-is-success .gb-textfield__input{background-color:#e8f8f6}.layout-fragments-scope .gb-textfield.gb-is-success .gb-textfield__input:hover{border-color:#81dbce}.layout-fragments-scope .gb-textfield.gb-is-success .gb-textfield__input,.layout-fragments-scope .gb-textfield.gb-is-success .gb-textfield__input:focus{border-color:#19bda5}.layout-fragments-scope .gb-textfield.gb-is-warning .gb-textfield__input{background-color:#fef4e6}.layout-fragments-scope .gb-textfield.gb-is-warning .gb-textfield__input:hover{border-color:#fac273}.layout-fragments-scope .gb-textfield.gb-is-warning .gb-textfield__input,.layout-fragments-scope .gb-textfield.gb-is-warning .gb-textfield__input:focus{border-color:#f59000}.layout-fragments-scope .gb-textfield.gb-is-error .gb-textfield__input{background-color:#feefef}.layout-fragments-scope .gb-textfield.gb-is-error .gb-textfield__input:hover{border-color:#faa5a5}.layout-fragments-scope .gb-textfield.gb-is-error .gb-textfield__input,.layout-fragments-scope .gb-textfield.gb-is-error .gb-textfield__input:focus{border-color:#f55b5b}.layout-fragments-scope .gb-textfield.gb-is-success .gb-textfield__input:focus,.layout-fragments-scope .gb-textfield.gb-is-error .gb-textfield__input:focus,.layout-fragments-scope .gb-textfield.gb-is-warning .gb-textfield__input:focus{background-color:#fff}.layout-fragments-scope .gb-textfield.gb-is-disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.layout-fragments-scope .gb-textfield.gb-is-disabled .gb-textfield__input{border-color:transparent}.layout-fragments-scope .gb-textfield.gb-is-disabled .gb-textfield__icon,.layout-fragments-scope .gb-textfield.gb-is-disabled .gb-textfield__input{pointer-events:none}.layout-fragments-scope .gb-hero{position:relative;display:flex;align-items:center;min-height:710px;padding:120px 0;background-color:#394eff}.layout-fragments-scope .gb-hero--home{min-height:100vh}.layout-fragments-scope .gb-hero--home .gb-hero__wrapper{justify-content:center}.layout-fragments-scope .gb-hero--home .gb-hero__content{text-align:center}.layout-fragments-scope .gb-hero__wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin:0 auto}@media(min-width: 768px){.layout-fragments-scope .gb-hero__wrapper{flex-direction:row}}.layout-fragments-scope .gb-hero__main{width:100%;max-width:620px;max-height:550px;padding:0 64px}.layout-fragments-scope .gb-hero__main img{width:100%;max-width:620px;max-height:550px}.layout-fragments-scope .gb-hero__background,.layout-fragments-scope .gb-hero__ornaments,.layout-fragments-scope .gb-hero__shape{position:absolute;top:0;left:0;display:block;width:100%;height:100%}@supports(object-fit: cover){.layout-fragments-scope .gb-hero__background{object-fit:cover}}.layout-fragments-scope .gb-hero__shape{pointer-events:none}.layout-fragments-scope .gb-hero__shape svg{position:absolute;bottom:-1px}.layout-fragments-scope .gb-hero__shape svg g{fill:#fff}.layout-fragments-scope .gb-hero__content{position:relative;margin-bottom:40px;color:#fff;text-align:center}@media(min-width: 768px){.layout-fragments-scope .gb-hero__content{text-align:left}}.layout-fragments-scope .gb-hero__title{font-size:2.375rem;line-height:2.625rem;font-weight:700;color:inherit;margin:0 0 20px}@media(min-width: 1200px){.layout-fragments-scope .gb-hero__title{font-size:3rem;line-height:3.125rem;font-weight:700;margin:0 0 24px;letter-spacing:-0.013rem}}.layout-fragments-scope .gb-hero__description{font-size:1.125rem;line-height:1.75rem}.layout-fragments-scope .gb-stamp{--gb-stamp-anchor-x: calc(50% - 4px);--gb-stamp-anchor-y: calc(-50% + 4px);position:relative;display:inline-flex}.layout-fragments-scope .gb-stamp__anchor{position:absolute;top:0;right:0;line-height:0;transform:translate(var(--gb-stamp-anchor-x), var(--gb-stamp-anchor-y))}.layout-fragments-scope .gb-stamp--anchor-status-badge{--gb-stamp-anchor-x: 0;--gb-stamp-anchor-y: 0}.layout-fragments-scope .gb-stamp--children-icon{--gb-stamp-anchor-x: 50%;--gb-stamp-anchor-y: -50%}.lf-header-scope .gb-dropdown{--gb-dropdown-content-max-height: calc(100% - 16px);--gb-dropdown-content-height: auto;--gb-dropdown-content-radius: 8px 8px 0 0;position:fixed;top:0;left:0;display:flex;align-items:flex-end;width:100%;height:100%;visibility:hidden;outline:none;will-change:opacity;z-index:3000}@media(max-width: 767px){.lf-header-scope .gb-dropdown.gb-is-stretched{--gb-dropdown-content-height: 100%}}@media(min-width: 768px){.lf-header-scope .gb-dropdown{--gb-dropdown-max-width: 300px;--gb-dropdown-content-max-height: calc(var(--gb-dropdown-max-height) - 4px);--gb-dropdown-content-radius: 8px;position:absolute;width:var(--gb-dropdown-width);min-width:130px;max-width:var(--gb-dropdown-max-width);height:auto;max-height:var(--gb-dropdown-max-height);padding:2px 0}.lf-header-scope .gb-dropdown.gb-is-full-width{max-width:none}}.lf-header-scope .gb-dropdown.gb-is-transition-enter,.lf-header-scope .gb-dropdown.gb-is-transition-enter-active,.lf-header-scope .gb-dropdown.gb-is-transition-enter-done,.lf-header-scope .gb-dropdown.gb-is-transition-leave,.lf-header-scope .gb-dropdown.gb-is-transition-leave-active{visibility:visible}.lf-header-scope .gb-dropdown.gb-is-transition-enter,.lf-header-scope .gb-dropdown.gb-is-transition-leave-active{opacity:0}.lf-header-scope .gb-dropdown.gb-is-transition-enter .gb-dropdown__content,.lf-header-scope .gb-dropdown.gb-is-transition-leave-active .gb-dropdown__content{transform:translateY(100%)}@media(min-width: 768px){.lf-header-scope .gb-dropdown.gb-is-transition-enter .gb-dropdown__content,.lf-header-scope .gb-dropdown.gb-is-transition-leave-active .gb-dropdown__content{transform:translateY(-33%)}}@media(min-width: 768px){.lf-header-scope .gb-dropdown.gb-is-transition-enter.gb-is-slide-up .gb-dropdown__content,.lf-header-scope .gb-dropdown.gb-is-transition-leave-active.gb-is-slide-up .gb-dropdown__content{transform:translateY(33%)}}.lf-header-scope .gb-dropdown.gb-is-transition-enter-active,.lf-header-scope .gb-dropdown.gb-is-transition-leave-active{transition:.2s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:opacity}@media(min-width: 768px){.lf-header-scope .gb-dropdown.gb-is-transition-enter-active,.lf-header-scope .gb-dropdown.gb-is-transition-leave-active{overflow:hidden}}.lf-header-scope .gb-dropdown.gb-is-transition-enter-active .gb-dropdown__content,.lf-header-scope .gb-dropdown.gb-is-transition-leave-active .gb-dropdown__content{transition:.2s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:transform}.lf-header-scope .gb-dropdown.gb-is-transition-enter-done .gb-dropdown__content{box-shadow:0 2px 2px -1px rgba(59, 60, 63, 0.1), 0 4px 4px 1px rgba(59, 60, 63, 0.02), 0 1px 8px 0 rgba(59, 60, 63, 0.1)}.lf-header-scope .gb-dropdown__content{position:relative;display:flex;flex-direction:column;width:100%;height:var(--gb-dropdown-content-height);max-height:var(--gb-dropdown-content-max-height);overflow:hidden;color:#1e1e20;background:#fff;border-radius:var(--gb-dropdown-content-radius);outline:none}.lf-header-scope .gb-dropdown__container{flex-grow:1;padding:8px 0;overflow-y:auto;overscroll-behavior:none;-webkit-overflow-scrolling:touch}.lf-header-scope .gb-dropdown__header{display:block;font-size:1.25rem;line-height:1.625rem;font-weight:700;color:var(--gb-heading-color)}.lf-header-scope .gb-dropdown__header-mobile{display:flex;flex-grow:0;flex-shrink:0;padding:16px;border-bottom:1px solid #f4f4f5}@media(min-width: 768px){.lf-header-scope .gb-dropdown__header-mobile{display:none}}.lf-header-scope .gb-dropdown__footer{display:block}.lf-header-scope .gb-dropdown__title{flex-grow:1;font-size:1.25rem;line-height:1.625rem;font-weight:700;color:var(--gb-heading-color)}.lf-header-scope .gb-dropdown__close{flex-shrink:0;align-self:flex-start;margin:-7px -8px -8px auto}.lf-header-scope .gb-dropdown__return{margin:-7px 8px -8px auto}.lf-header-scope .gb-dropdown__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7)}@media(min-width: 768px){.lf-header-scope .gb-dropdown__overlay{display:none}}.lf-header-scope .gb-dropdown-button{--gb-dropdown-button-bg: #fff;--gb-dropdown-button-color: #1e1e20;--gb-dropdown-button-border: #c4c5ca;--gb-dropdown-button-size: 40px;--gb-dropdown-button-icon-spacing: 8px;display:inline-flex;align-items:center;justify-content:space-between;max-width:100%;height:var(--gb-dropdown-button-size);padding:0 12px;overflow:hidden;font-weight:500;color:var(--gb-dropdown-button-color);white-space:nowrap;vertical-align:top;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:var(--gb-dropdown-button-bg);border:1px solid var(--gb-dropdown-button-border);border-radius:8px;outline:none;font-size:1rem;line-height:1.5rem;transition:.2s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:border-color}.lf-header-scope .gb-dropdown-button__action-icon{display:flex;justify-content:flex-end;min-width:20px;margin-left:8px;transition:.2s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:transform}.lf-header-scope .gb-dropdown-button[data-focus-visible-added]{outline:none}.lf-header-scope .gb-dropdown-button[data-focus-visible-added]{box-shadow:0 0 0 1px #fff,0 0 0 3px #929eff}@media(hover: hover){.lf-header-scope .gb-dropdown-button:hover{--gb-dropdown-button-border: #adadb4}}.lf-header-scope .gb-dropdown-button.gb-is-disabled{pointer-events:none;opacity:.5}.lf-header-scope .gb-dropdown-button--block{width:100%;text-align:left}.lf-header-scope .gb-dropdown-button__icon{flex-shrink:0;margin-right:var(--gb-dropdown-button-icon-spacing)}.lf-header-scope .gb-dropdown-button__text{width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lf-header-scope .gb-dropdown-button.gb-is-opened{--gb-dropdown-button-border: #929eff}.lf-header-scope .gb-dropdown-button.gb-is-opened .gb-dropdown-button__action-icon{transform:rotate(180deg)}.lf-header-scope .gb-dropdown-button--inverted{--gb-dropdown-button-color: #fff;--gb-dropdown-button-bg: rgba(255, 255, 255, 0.2);--gb-dropdown-button-border: rgba(255, 255, 255, 0.2)}@media(hover: hover){.lf-header-scope .gb-dropdown-button--inverted:hover{--gb-dropdown-button-border: rgba(255, 255, 255, 0.5)}}.lf-header-scope .gb-dropdown-button--inverted.gb-is-opened{--gb-dropdown-button-bg: transparent;--gb-dropdown-button-border: #fff}.lf-header-scope .gb-dropdown-button--sm{--gb-dropdown-button-size: 32px;--gb-dropdown-button-icon-spacing: 6px;font-size:.875rem;line-height:1.25rem}.lf-header-scope .gb-action-list{padding:0;margin:0;list-style:none}.lf-header-scope .gb-action-list__separator:empty{height:1px;margin:8px 0;background-color:#f4f4f5}.lf-header-scope .gb-action-list__separator:not(:empty){font-size:.75rem;line-height:1rem;letter-spacing:.013rem;display:block;padding:16px 16px 8px;margin:0;font-weight:500;color:#c4c5ca;text-transform:uppercase}@media(min-width: 768px){.lf-header-scope .gb-action-list__separator:not(:empty){padding:16px 12px 8px}}.lf-header-scope .gb-action-list__item{--gb-action-list-color: #1e1e20;--gb-action-list-background-color: transparent;display:flex;align-items:center;width:100%;height:40px;padding:0 16px;overflow:hidden;color:var(--gb-action-list-color);cursor:pointer;-webkit-user-select:none;user-select:none;background-color:var(--gb-action-list-background-color);font-size:1rem;line-height:1.5rem}@media(min-width: 768px){.lf-header-scope .gb-action-list__item{padding:0 12px}}@media(hover: hover){.lf-header-scope .gb-action-list__item:hover{--gb-action-list-background-color: #fafafa}}@media(pointer: coarse){.lf-header-scope .gb-action-list__item:active{--gb-action-list-background-color: #f5f6ff}}.lf-header-scope .gb-action-list__item[data-focus-visible-added]{outline:none}.lf-header-scope .gb-action-list__item[data-focus-visible-added]{box-shadow:0 0 0 1px #fff,0 0 0 3px #929eff;--gb-action-list-background-color: #fafafa;box-shadow:none}.lf-header-scope .gb-action-list__item:focus{outline:none}.lf-header-scope .gb-action-list__item--danger{--gb-action-list-color: #f55b5b}@media(pointer: coarse){.lf-header-scope .gb-action-list__item--danger:active{--gb-action-list-background-color: #fff7f7}}.lf-header-scope .gb-action-list__item.gb-is-active{--gb-action-list-background-color: #fafafa}.lf-header-scope .gb-action-list__item-content{width:100%}.lf-header-scope .gb-action-list__item.gb-is-loading{pointer-events:none}.lf-header-scope .gb-action-list__item.gb-is-selected{--gb-action-list-color: #394eff;--gb-action-list-background-color: #f5f6ff}@media(pointer: fine)and (hover: hover){.lf-header-scope .gb-action-list__item.gb-is-selected:hover{--gb-action-list-background-color: #ebedff}}@media(pointer: coarse){.lf-header-scope .gb-action-list__item.gb-is-selected:active{--gb-action-list-background-color: #ebedff}}.lf-header-scope .gb-action-list__item.gb-is-disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.3}.lf-header-scope .gb-content-transition{--gb-content-transition-props: opacity;--gb-content-transition-duration: 0.2s;display:flex}.lf-header-scope .gb-content-transition.gb-is-processing{overflow:hidden}.lf-header-scope .gb-content-transition.gb-is-transition-enter-active,.lf-header-scope .gb-content-transition.gb-is-transition-leave-active{transition:var(--gb-content-transition-duration) cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:var(--gb-content-transition-props)}.lf-header-scope .gb-content-transition.gb-is-transition-leave-active,.lf-header-scope .gb-content-transition.gb-is-transition-leave-done,.lf-header-scope .gb-content-transition.gb-is-transition-enter{opacity:0}.lf-header-scope .gb-content-transition.gb-is-transition-enter-active{opacity:1}.lf-header-scope .gb-content-transition__slide{flex-shrink:0;align-self:flex-start;width:100%}.lf-header-scope .gb-content-transition__slide+.gb-content-transition__slide{display:none}.lf-header-scope .gb-content-transition--inline{display:inline;width:auto}.lf-header-scope .gb-content-transition--full-height{height:100%}.lf-header-scope .gb-content-transition--full-height .gb-content-transition__slide{height:100%}.lf-header-scope .gb-badge{display:inline-flex;align-items:center;height:24px;padding:0 8px;font-weight:700;color:var(--gb-badge-color);letter-spacing:1px;vertical-align:top;pointer-events:none;background-color:var(--gb-badge-bg);border-radius:12px;font-size:.75rem;line-height:1;letter-spacing:.013rem}.lf-header-scope .gb-badge--action{pointer-events:auto;cursor:pointer;border:none}.lf-header-scope .gb-badge--action[data-focus-visible-added]{outline:none}.lf-header-scope .gb-badge--action[data-focus-visible-added]{box-shadow:0 0 0 1px #fff,0 0 0 3px #929eff}@media(hover: hover){.lf-header-scope .gb-badge--action:hover{text-decoration:none}}.lf-header-scope .gb-badge--sm{height:18px;padding:0 6px;font-size:.625rem;border-radius:9px}.lf-header-scope .gb-badge--brand{--gb-badge-bg: #bec5ff;--gb-badge-color: #394eff}.lf-header-scope .gb-badge--gray{--gb-badge-bg: #dcdcdf;--gb-badge-color: #94959e}.lf-header-scope .gb-badge--success{--gb-badge-bg: #b3e9e1;--gb-badge-color: #19bda5}.lf-header-scope .gb-badge--error{--gb-badge-bg: #fcc9c9;--gb-badge-color: #f55b5b}.lf-header-scope .gb-badge--filled.gb-badge--brand{--gb-badge-bg: #394eff;--gb-badge-color: #fff}.lf-header-scope .gb-badge--filled.gb-badge--gray{--gb-badge-bg: #94959e;--gb-badge-color: #fff}.lf-header-scope .gb-badge--filled.gb-badge--success{--gb-badge-bg: #19bda5;--gb-badge-color: #fff}.lf-header-scope .gb-badge--filled.gb-badge--error{--gb-badge-bg: #f55b5b;--gb-badge-color: #fff}.lf-header-scope .gb-badge--ghost{height:auto;padding-right:0;padding-left:0;line-height:1;background:none}.lf-header-scope .gb-badge--ghost.gb-badge--xs{font-size:.625rem}.lf-header-scope .gb-badge--ghost.gb-badge--sm{font-size:.75rem}.lf-header-scope .gb-badge--ghost.gb-badge--md{font-size:.875rem}.lf-header-scope .gb-badge--ghost.gb-badge--lg{font-size:1rem}.lf-header-scope .gb-status-badge{box-sizing:content-box;display:inline-block;background-color:var(--gb-status-badge-bg);border-radius:50%}.lf-header-scope .gb-status-badge--bordered{border:1px solid #fff}.lf-header-scope .gb-status-badge--brand{--gb-status-badge-bg: #394eff}.lf-header-scope .gb-status-badge--gray{--gb-status-badge-bg: #94959e}.lf-header-scope .gb-status-badge--info{--gb-status-badge-bg: #23379c}.lf-header-scope .gb-status-badge--success{--gb-status-badge-bg: #19bda5}.lf-header-scope .gb-status-badge--warning{--gb-status-badge-bg: #f59000}.lf-header-scope .gb-status-badge--error{--gb-status-badge-bg: #f55b5b}.lf-header-scope .gb-status-badge--xs{width:8px;height:8px}.lf-header-scope .gb-status-badge--sm{width:10px;height:10px}.lf-header-scope .gb-status-badge--md{width:12px;height:12px}.lf-header-scope .gb-status-badge--lg{width:14px;height:14px}.lf-header-scope .gb-status-badge--xl{width:16px;height:16px}.lf-header-scope .gb-status-badge--hg{width:18px;height:18px}.lf-header-scope .gb-popover{position:var(--gb-popover-strategy);display:flex;flex-direction:column;min-width:288px;max-width:var(--gb-popover-max-width);padding:16px;visibility:hidden;border:1px solid transparent;border-radius:8px;outline:none;will-change:opacity;--gb-popover-bg: white;--gb-popover-border-color: #dcdcdf;box-shadow:0 4px 4px -1px rgba(59, 60, 63, 0.08), 0 8px 8px 2px rgba(59, 60, 63, 0.02), 0 2px 16px 0 rgba(59, 60, 63, 0.1);z-index:3000}.lf-header-scope .gb-popover__row-direction{flex-direction:row-reverse}.lf-header-scope .gb-popover__row-direction .gb-popover__header{width:unset;margin-bottom:unset}.lf-header-scope .gb-popover__row-direction .gb-popover__content{flex:1}.lf-header-scope .gb-popover.gb-is-transition-enter,.lf-header-scope .gb-popover.gb-is-transition-enter-active,.lf-header-scope .gb-popover.gb-is-transition-enter-done,.lf-header-scope .gb-popover.gb-is-transition-leave,.lf-header-scope .gb-popover.gb-is-transition-leave-active{visibility:visible}.lf-header-scope .gb-popover.gb-is-transition-enter,.lf-header-scope .gb-popover.gb-is-transition-leave-active{opacity:0}.lf-header-scope .gb-popover.gb-is-transition-enter-active,.lf-header-scope .gb-popover.gb-is-transition-leave-active{transition:.2s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:opacity}.lf-header-scope .gb-popover::after{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:-1;content:"";background-color:var(--gb-popover-bg);border:1px solid var(--gb-popover-border-color);border-radius:inherit}.lf-header-scope .gb-popover[class*=top]{--gb-arrow-top: 100%;--gb-arrow-left: 0}.lf-header-scope .gb-popover[class*=right]{--gb-arrow-right: 100%;--gb-arrow-top: 0}.lf-header-scope .gb-popover[class*=bottom]{--gb-arrow-bottom: 100%;--gb-arrow-left: 0}.lf-header-scope .gb-popover[class*=left]{--gb-arrow-left: 100%;--gb-arrow-top: 0}.lf-header-scope .gb-popover__arrow{position:absolute;top:var(--gb-arrow-top);right:var(--gb-arrow-right);bottom:var(--gb-arrow-bottom);left:var(--gb-arrow-left);width:0;height:0;pointer-events:none}.lf-header-scope .gb-popover__arrow::before{position:absolute;top:calc(-11.313708499px / 2);left:calc(-11.313708499px / 2);width:11.313708499px;height:11.313708499px;content:"";background-color:var(--gb-popover-bg);background-clip:content-box;border:1px solid transparent;transform:rotate(45deg)}.lf-header-scope .gb-popover__arrow--shadow{z-index:-1}.lf-header-scope .gb-popover__arrow--shadow::before{border-color:var(--gb-popover-border-color);box-shadow:0 4px 4px -1px rgba(59, 60, 63, 0.08), 0 8px 8px 2px rgba(59, 60, 63, 0.02), 0 2px 16px 0 rgba(59, 60, 63, 0.1)}.lf-header-scope .gb-popover__header{display:flex;width:100%;margin-bottom:8px}.lf-header-scope .gb-popover__header-content{display:block;flex-grow:1;font-size:1rem;line-height:1.5rem;font-weight:700;color:var(--gb-heading-color)}.lf-header-scope .gb-popover__header-close{flex-shrink:0;align-self:flex-start;margin:-8px -8px -8px auto}.lf-header-scope .gb-popover__footer{margin-top:16px}.lf-header-scope .gb-select__no-results{display:flex;align-items:center;justify-content:center;min-height:100%;padding:24px 12px}.lf-header-scope .gb-select .gb-select__trigger.gb-is-placeholder{--gb-dropdown-button-color: #94959e}.lf-header-scope .gb-select .gb-select__trigger.gb-is-placeholder.gb-dropdown-button--inverted{--gb-dropdown-button-color: rgba(255, 255, 255, 0.6)}.lf-header-scope .gb-select .gb-select__trigger.gb-is-error{--gb-dropdown-button-border: #f78181;--gb-dropdown-button-border-hover: #f78181;--gb-dropdown-button-border-active: #f78181}.lf-header-scope .gb-select-search{border-bottom:1px solid #f4f4f5}.lf-header-scope .gb-select-search__textfield{height:56px}@media(min-width: 768px){.lf-header-scope .gb-dropdown.gb-is-slide-up .gb-select-search{order:2;border-top:1px solid #f4f4f5;border-bottom:0}}.lf-header-scope .gb-tooltip{--gb-tooltip-bg-color: #1e1e20;--gb-tooltip-color: #c4c5ca;--gb-tooltip-padding: 12px 16px;--gb-tooltip-visibility: hidden;--gb-tooltip-box-shadow: inset 0 0 0 8px #1e1e20;--gb-tooltip-link-color: #fff;--gb-tooltip-heading-color: #fff;min-width:56px;max-width:256px;padding:var(--gb-tooltip-padding);color:var(--gb-tooltip-color);text-align:var(--gb-tooltip-text-align);visibility:var(--gb-tooltip-visibility);background-color:var(--gb-tooltip-bg-color);border-radius:8px;opacity:var(--gb-tooltip-opacity);will-change:opacity;font-size:.75rem;line-height:1rem;letter-spacing:.013rem;box-shadow:0 2px 2px -1px rgba(59, 60, 63, 0.1), 0 4px 4px 1px rgba(59, 60, 63, 0.02), 0 1px 8px 0 rgba(59, 60, 63, 0.1);z-index:4000}.lf-header-scope .gb-tooltip.gb-is-transition-enter,.lf-header-scope .gb-tooltip.gb-is-transition-enter-active,.lf-header-scope .gb-tooltip.gb-is-transition-enter-done,.lf-header-scope .gb-tooltip.gb-is-transition-leave,.lf-header-scope .gb-tooltip.gb-is-transition-leave-active{--gb-tooltip-visibility: visible}.lf-header-scope .gb-tooltip.gb-is-transition-enter,.lf-header-scope .gb-tooltip.gb-is-transition-leave-active{--gb-tooltip-opacity: 0}.lf-header-scope .gb-tooltip.gb-is-transition-enter-active,.lf-header-scope .gb-tooltip.gb-is-transition-leave-active{transition:.2s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:opacity}.lf-header-scope .gb-tooltip::after{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:"";border-radius:8px;box-shadow:var(--gb-tooltip-box-shadow)}.lf-header-scope .gb-tooltip--inline{--gb-tooltip-color: #fff;--gb-tooltip-padding: 8px 16px;--gb-tooltip-text-align: center}.lf-header-scope .gb-tooltip--inverted{--gb-tooltip-bg-color: #f4f4f5;--gb-tooltip-color: #59595f;--gb-tooltip-box-shadow: inset 0 0 0 8px #f4f4f5;--gb-tooltip-link-color: #394eff;--gb-tooltip-heading-color: #1e1e20}.lf-header-scope .gb-tooltip--inverted.gb-tooltip--inline{--gb-tooltip-color: #1e1e20}.lf-header-scope .gb-tooltip .gb-tooltip__heading{margin-bottom:4px;font-weight:700;color:var(--gb-tooltip-heading-color);font-size:.75rem;line-height:1rem;letter-spacing:.013rem}.lf-header-scope .gb-tooltip p{margin-bottom:8px}.lf-header-scope .gb-tooltip a{color:var(--gb-tooltip-link-color)}.lf-header-scope .gb-tooltip__arrow{--gb-arrow-x: 0;--gb-arrow-y: 0;top:var(--gb-arrow-top);right:var(--gb-arrow-right);bottom:var(--gb-arrow-bottom);left:var(--gb-arrow-left);width:8px;height:8px}.lf-header-scope .gb-tooltip__arrow::before{display:block;width:8px;height:8px;content:"";background-color:var(--gb-tooltip-bg-color);transform:translateX(var(--gb-arrow-x)) translateY(var(--gb-arrow-y)) rotate(45deg);box-shadow:0 2px 2px -1px rgba(59, 60, 63, 0.1), 0 4px 4px 1px rgba(59, 60, 63, 0.02), 0 1px 8px 0 rgba(59, 60, 63, 0.1)}.lf-header-scope .gb-tooltip[data-popper-placement*=top] .gb-tooltip__arrow{--gb-arrow-y: -50%;--gb-arrow-x: 0;--gb-arrow-top: 100%}.lf-header-scope .gb-tooltip[data-popper-placement*=right] .gb-tooltip__arrow{--gb-arrow-x: 50%;--gb-arrow-y: 0;--gb-arrow-right: 100%}.lf-header-scope .gb-tooltip[data-popper-placement*=bottom] .gb-tooltip__arrow{--gb-arrow-x: 0;--gb-arrow-y: 50%;--gb-arrow-bottom: 100%}.lf-header-scope .gb-tooltip[data-popper-placement*=left] .gb-tooltip__arrow{--gb-arrow-x: -50%;--gb-arrow-y: 0;--gb-arrow-left: 100%}.lf-header-scope .gb-tooltip-trigger{--gb-tooltip-trigger-color: #94959e;display:inline-block;padding:0;font-size:0;color:var(--gb-tooltip-trigger-color);cursor:pointer;background-color:transparent;border:none;border-radius:50%;outline:none}.lf-header-scope .gb-tooltip-trigger[data-focus-visible-added]{outline:none}.lf-header-scope .gb-tooltip-trigger[data-focus-visible-added]{box-shadow:0 0 0 1px #fff,0 0 0 3px #929eff}.lf-header-scope .gb-tooltip-trigger--inverted{--gb-tooltip-trigger-color: rgba(255, 255, 255, 0.7)}.lf-header-scope .gb-modal{position:fixed;top:0;left:0;display:flex;width:100%;height:100%;outline:none;will-change:opacity;background:rgba(0,0,0,.7);z-index:3000;--gb-root-transition-duration: 0.2s;--gb-root-transition-delay: 0s;--gb-surface-transition-duration: 0.2s;--gb-surface-transition-delay: 0s}.lf-header-scope .gb-modal__surface{position:relative;display:flex;flex-direction:column;background-color:#fff;outline:none;box-shadow:0 8px 8px -1px rgba(59, 60, 63, 0.08), 0 16px 16px 3px rgba(59, 60, 63, 0.02), 0 4px 24px 0 rgba(59, 60, 63, 0.08)}.lf-header-scope .gb-modal.gb-is-transition-enter-active,.lf-header-scope .gb-modal.gb-is-transition-leave-active{transition:var(--gb-root-transition-duration) cubic-bezier(0.65, 0.05, 0.35, 1) var(--gb-root-transition-delay);transition-property:opacity}.lf-header-scope .gb-modal.gb-is-transition-enter-active .gb-modal__surface,.lf-header-scope .gb-modal.gb-is-transition-leave-active .gb-modal__surface{transition:var(--gb-surface-transition-duration) cubic-bezier(0.65, 0.05, 0.35, 1) var(--gb-surface-transition-delay);transition-property:transform}.lf-header-scope .gb-modal.gb-is-transition-leave-active{--gb-root-transition-duration: 0.1s}.lf-header-scope .gb-modal.gb-is-transition-enter,.lf-header-scope .gb-modal.gb-is-transition-leave-active,.lf-header-scope .gb-modal.gb-is-transition-leave-done{opacity:0}.lf-header-scope .gb-modal-header{display:flex;flex-shrink:0;align-items:flex-start;--gb-modal-header-buttons-margin: 0}.lf-header-scope .gb-modal-header__holder{flex-grow:1;overflow:hidden}.lf-header-scope .gb-modal-header__prev{transform:translateX(-25%)}.lf-header-scope .gb-modal-header__close{transform:translateX(25%)}.lf-header-scope .gb-modal-header__prev,.lf-header-scope .gb-modal-header__close{flex-shrink:0;margin-top:calc(-1 * var(--gb-modal-header-buttons-margin));margin-bottom:calc(-1 * var(--gb-modal-header-buttons-margin))}.lf-header-scope .gb-modal-footer{flex-shrink:0}.lf-header-scope .gb-modal-body{-webkit-overflow-scrolling:touch;flex-grow:1;outline:none}.lf-header-scope .gb-modal-panel .gb-modal__surface{--gb-modal-panel-width: 85%;width:var(--gb-modal-panel-width);height:100%}@media(min-width: 480px){.lf-header-scope .gb-modal-panel .gb-modal__surface{--gb-modal-panel-width: 480px}}.lf-header-scope .gb-modal-panel--right .gb-modal__surface{margin-left:auto}.lf-header-scope .gb-modal-panel .gb-modal-header{--gb-modal-header-buttons-margin: 5px}.lf-header-scope .gb-modal-panel .gb-modal-header__holder{margin-right:10px;font-size:1.25rem;line-height:1.625rem;font-weight:700;color:var(--gb-heading-color)}.lf-header-scope .gb-modal-panel .gb-modal-body{overflow-y:auto;box-shadow:0 -1px 0 0 rgba(0,0,0,.08),0 1px 0 0 rgba(0,0,0,.08)}.lf-header-scope .gb-modal-panel .gb-modal-header,.lf-header-scope .gb-modal-panel .gb-modal-body,.lf-header-scope .gb-modal-panel .gb-modal-footer{padding:16px}@media(max-width: 479px){.lf-header-scope .gb-modal-panel--stretched .gb-modal__surface{--gb-modal-panel-width: 100%}}.lf-header-scope .gb-modal-panel.gb-is-transition-enter .gb-modal__surface,.lf-header-scope .gb-modal-panel.gb-is-transition-leave-active .gb-modal__surface{transform:translateX(100%)}.lf-header-scope .gb-modal-panel--left.gb-is-transition-enter .gb-modal__surface,.lf-header-scope .gb-modal-panel--left.gb-is-transition-leave-active .gb-modal__surface{transform:translateX(-100%)}.lf-header-scope .gb-modal-window{--gb-main-spacing: 16px;--gb-modal-window-padding: 24px;--gb-modal-window-surface-width: 600px;--gb-modal-window-surface-max-width: 100%;padding:var(--gb-modal-window-padding);overflow-y:auto;-webkit-overflow-scrolling:touch}.lf-header-scope .gb-modal-window .gb-modal__surface{width:var(--gb-modal-window-surface-width);max-width:var(--gb-modal-window-surface-max-width);margin:auto;border-radius:8px}.lf-header-scope .gb-modal-window .gb-modal-header{--gb-modal-header-buttons-margin: 5px}.lf-header-scope .gb-modal-window .gb-modal-header__holder{margin-right:8px;font-size:1.25rem;line-height:1.625rem;font-weight:700;color:var(--gb-heading-color)}.lf-header-scope .gb-modal-window .gb-modal-header,.lf-header-scope .gb-modal-window .gb-modal-footer{padding:var(--gb-main-spacing)}.lf-header-scope .gb-modal-window .gb-modal-body{padding:var(--gb-main-spacing)}.lf-header-scope .gb-modal-window .gb-modal-header~.gb-modal-body{padding:16px var(--gb-main-spacing)}.lf-header-scope .gb-modal-window .gb-modal-body~.gb-modal-footer,.lf-header-scope .gb-modal-window .gb-modal-header~.gb-modal-body{margin-top:-16px}@media(min-width: 480px){.lf-header-scope .gb-modal-window,.lf-header-scope .gb-modal-window--lg,.lf-header-scope .gb-modal-window--hg{--gb-main-spacing: 24px}.lf-header-scope .gb-modal-window .gb-modal-header__holder,.lf-header-scope .gb-modal-window--lg .gb-modal-header__holder,.lf-header-scope .gb-modal-window--hg .gb-modal-header__holder{margin-right:16px;font-size:1.625rem;line-height:2rem;font-weight:700;color:var(--gb-heading-color)}}.lf-header-scope .gb-modal-window--sm{--gb-main-spacing: 16px;--gb-modal-window-surface-width: 320px}.lf-header-scope .gb-modal-window--sm .gb-modal-header__holder{margin-right:8px;font-size:1.25rem;line-height:1.625rem;font-weight:700;color:var(--gb-heading-color)}@media(min-width: 980px){.lf-header-scope .gb-modal-window--lg .gb-modal-header__holder,.lf-header-scope .gb-modal-window--hg .gb-modal-header__holder{margin-right:24px}}@media(min-width: 1200px){.lf-header-scope .gb-modal-window--lg,.lf-header-scope .gb-modal-window--hg{--gb-main-spacing: 32px}.lf-header-scope .gb-modal-window--lg .gb-modal-header__holder,.lf-header-scope .gb-modal-window--hg .gb-modal-header__holder{margin-right:24px}}.lf-header-scope .gb-modal-window--lg{--gb-modal-window-surface-width: 1060px}@media(max-width: 479px){.lf-header-scope .gb-modal-window--lg{--gb-modal-window-padding: 0}.lf-header-scope .gb-modal-window--lg .gb-modal__surface{width:100%;min-height:100%;border-radius:0;box-shadow:none}}.lf-header-scope .gb-modal-window--hg{--gb-modal-window-surface-width: 100%;--gb-modal-window-surface-max-width: 1440px}.lf-header-scope .gb-modal-window--hg .gb-modal__surface{min-height:100%}@media(max-width: 767px){.lf-header-scope .gb-modal-window--hg{--gb-modal-window-padding: 0}.lf-header-scope .gb-modal-window--hg .gb-modal__surface{width:100%;min-height:100%;border-radius:0;box-shadow:none}}@media(max-width: 479px){.lf-header-scope .gb-modal-window--stretched{--gb-modal-window-padding: 0}.lf-header-scope .gb-modal-window--stretched .gb-modal__surface{width:100%;min-height:100%;border-radius:0;box-shadow:none}}.lf-header-scope .gb-modal-window--scrollable-body .gb-modal__surface{max-height:100%}.lf-header-scope .gb-modal-window--scrollable-body .gb-modal-body{overflow-y:auto;-webkit-overflow-scrolling:touch}.lf-header-scope .gb-modal-window--scrollable-body .gb-modal-body~.gb-modal-footer,.lf-header-scope .gb-modal-window--scrollable-body .gb-modal-header~.gb-modal-body{margin-top:0}.lf-header-scope .gb-modal-window.gb-is-transition-enter .gb-modal__surface,.lf-header-scope .gb-modal-window.gb-is-transition-leave-active .gb-modal__surface{transform:scale(0.8)}html{--lf-main-header-height: 56px;--lf-app-header-height: 56px}@media(min-width: 480px){html{--lf-main-header-height: 64px}}@media(min-width: 980px){html{--lf-main-header-height: 72px;--lf-app-header-height: 64px}}@media(min-width: 1200px){html{--lf-main-header-height: 80px}}.lf-header-scope .lf-header-wrapper{z-index:1002;position:absolute;top:0;left:0;width:100%;transition:.1s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:background-color}.lf-header-scope .lf-header-wrapper.lf-is-fixed{position:fixed;transition:none}.lf-header-scope .lf-header-wrapper.lf-is-fixed.lf-header-wrapper__overlap{z-index:4002}@media(min-width: 980px){.lf-header-scope .lf-header-wrapper.lf-is-fixed .lf-header{padding-right:var(--gb-scroll-lock-padding-right)}}.lf-header-scope .lf-header-wrapper.lf-is-fixed .lf-app-header{position:fixed;top:0;left:0;width:100%}.lf-header-scope .lf-header-wrapper__show-in{animation:header-show .3s cubic-bezier(0.65, 0.05, 0.35, 1)}.lf-header-scope .lf-header-wrapper__hide.lf-is-fixed{transition:.3s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:transform}@keyframes header-show{from{transform:translateY(-50%)}to{transform:translateY(0%)}}@keyframes header-hide{to{transform:translateY(-100%)}}.lf-header-scope .lf-app-header-spacer{height:var(--lf-app-header-height)}.lf-header-scope .lf-header-wrapper__overlap .lf-app-header--fixed{z-index:4002}@media(max-width: 979px){.lf-header-scope .lf-header-wrapper__overlap .lf-app-header--fixed{z-index:var(--gb-main-header-z-index, 4002)}}.lf-header-scope .lf-app-header{position:absolute;top:var(--lf-main-header-height);left:0;width:100%;display:flex;align-items:center;height:var(--lf-app-header-height)}.lf-header-scope .lf-app-header--fixed{position:fixed;top:0;z-index:1000}.lf-header-scope .lf-app-header__container{max-width:100%}.lf-header-scope .lf-app-header__row{flex-wrap:nowrap}@media(max-width: 979px){.lf-header-scope .lf-app-header__row{margin-left:0;margin-right:0}}@media(max-width: 979px){.lf-header-scope .lf-app-header__row .lf-app-header__col{padding-right:0;padding-left:0}}.lf-header-scope .lf-app-header__col{display:flex;align-items:center;overflow:hidden}@media(max-width: 979px){.lf-header-scope .lf-app-header .gb-button{background-color:transparent}}.lf-header-scope .lf-header{height:var(--lf-main-header-height);display:flex;align-items:center}.lf-header-scope .lf-header__container{max-width:100%}.lf-header-scope .lf-header__content-container{display:flex;align-items:center}@media(min-width: 768px){.lf-header-scope .lf-header__content-container{position:relative}}.lf-header-scope .lf-header__skip-link{position:absolute;top:-8px;left:4px;max-width:none;opacity:0;z-index:-1;pointer-events:none}.lf-header-scope .lf-header__skip-link:focus{opacity:1;z-index:1;pointer-events:auto}@media(pointer: coarse){.lf-header-scope .lf-header__skip-link{display:none}}@media(max-width: 979px){.lf-header-scope .lf-header .lf-search{order:-1}}.lf-header-scope .lf-header .lf-mobile-menu-trigger{order:1}.lf-header-scope .lf-header__user-actions .gb-button:not(:last-child){margin-right:8px}@media(min-width: 980px){.lf-header-scope .lf-header .lf-header__notification-center--hidden,.lf-header-scope .lf-header .lf-header__mini-cart-trigger--hidden,.lf-header-scope .lf-header .lf-mobile-menu-trigger--hidden{display:none}}.lf-header-scope .lf-header .lf-header__locale-options--hidden,.lf-header-scope .lf-header .lf-header__user-info-popover--hidden{display:none}.lf-header-scope .lf-logo{display:inline-block;vertical-align:top}.lf-header-scope .lf-logo,.lf-header-scope .lf-logo:hover{color:#fff}.lf-header-scope .lf-logo.lf-color-scheme--dark{color:#1e1e20}.lf-header-scope .lf-logo.lf-color-scheme--brand{color:#394eff}.lf-header-scope .lf-logo__svg{vertical-align:top;transition:.3s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:color}@media(min-width: 980px){.lf-header-scope .lf-logo__svg{width:151px;height:24px}}@media(min-width: 1200px){.lf-header-scope .lf-logo__svg{width:174px;height:28px}}.lf-header-scope .lf-menu-trigger.lf-color-scheme--brand .gb-tag{color:#394eff}.lf-header-scope .lf-menu-trigger.gb-is-active{background:none}.lf-header-scope .lf-menu-trigger.gb-is-active .gb-button__icon{transform:rotate(180deg)}.lf-header-scope .lf-menu-trigger .gb-button__text{position:relative;overflow:visible}.lf-header-scope .lf-menu-trigger .gb-button__icon.gb-icon{transition:.3s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:opacity,transform}.lf-header-scope .lf-menu-trigger .gb-tag{position:absolute;top:-8px;right:0;font-size:.625rem;line-height:1;text-transform:uppercase}.lf-header-scope .lf-menu-trigger .gb-tag.lf-color-scheme--light{color:#fff}.lf-header-scope .lf-menu-trigger .gb-tag.lf-color-scheme--dark{color:#000}@media(max-width: 979px){.lf-header-scope .lf-user-info-popover{visibility:hidden !important}}.lf-header-scope .lf-user-info{display:flex;width:628px}.lf-header-scope .lf-user-info__col{width:50%}.lf-header-scope .lf-user-info__col--left{padding-right:40px;border-right:1px solid #dcdcdf;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.lf-header-scope .lf-user-info__col--right{padding-left:40px}.lf-header-scope .lf-mini-cart-badge.lf-is-disabled{opacity:.3}.lf-header-scope .lf-mega-menu{position:fixed;z-index:3000;left:0;top:0;width:100%;height:100vh;opacity:0;pointer-events:none;transition:.2s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:opacity}@media(min-width: 980px){.lf-header-scope .lf-mega-menu{top:var(--lf-main-header-height);height:calc(100vh - var(--lf-main-header-height))}}.lf-header-scope .lf-mega-menu.lf-is-hidden{display:none}@media(max-width: 979px){.lf-header-scope .lf-mega-menu{visibility:hidden;transition:.2s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:opacity,visibility}.lf-header-scope .lf-mega-menu.lf-is-opened{opacity:1;pointer-events:auto;visibility:visible}.lf-header-scope .lf-mega-menu.lf-is-opened .lf-mega-menu__surface{transform:translateX(0)}.lf-header-scope .lf-mega-menu.lf-is-secondary-level-opened .lf-mega-menu__container{transform:translateX(-100%)}}.lf-header-scope .lf-mega-menu.gb-is-transition-enter-active,.lf-header-scope .lf-mega-menu.gb-is-transition-enter-done,.lf-header-scope .lf-mega-menu.gb-is-transition-leave{opacity:1;pointer-events:auto}.lf-header-scope .lf-mega-menu__overlay{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7)}.lf-header-scope .lf-mega-menu__surface{background:#fff}@media(max-width: 979px){.lf-header-scope .lf-mega-menu__surface{display:flex;flex-direction:column;max-width:480px;height:100%;margin-left:auto;transform:translateX(100%);transition:.2s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:transform}}@media(min-width: 980px){.lf-header-scope .lf-mega-menu__container{padding-top:48px;padding-bottom:48px}}@media(max-width: 979px){.lf-header-scope .lf-mega-menu__container{padding:0;height:100%;transition:.2s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:transform}}@media(min-width: 980px){.lf-header-scope .lf-mega-menu__content-holder{padding-right:var(--gb-scroll-lock-padding-right)}}@media(max-width: 979px){.lf-header-scope .lf-mega-menu__content-holder{display:block !important;height:100% !important;opacity:1 !important;flex-grow:1;overflow:hidden}}@media(min-width: 980px){.lf-header-scope .lf-mega-menu__content-holder.gb-is-transition-enter-done{max-height:calc(100vh - var(--lf-main-header-height));overflow-y:auto}}.lf-header-scope .lf-mega-menu__content-holder.gb-is-transition-enter{height:0}@media(max-width: 979px){.lf-header-scope .lf-mega-menu .gb-collapse__content{height:100%}}.lf-header-scope .lf-mega-menu-header{height:56px;display:flex;align-items:center;flex-shrink:0;padding:0 16px;background-color:#fff}.lf-header-scope .lf-mega-menu-header.lf-is-inner{border-bottom:1px solid #dcdcdf}.lf-header-scope .lf-mega-menu-header__content{flex-grow:1;overflow:hidden;display:flex;align-items:center}.lf-header-scope .lf-mega-menu-header__title{font-size:1.25rem;line-height:1.625rem;font-weight:700;color:var(--gb-heading-color);margin:0 0 10px;text-transform:capitalize}.lf-header-scope .lf-mega-menu-header__back-button{transform:translateX(-25%)}.lf-header-scope .lf-mega-menu-header__close-button{transform:translateX(25%)}.lf-header-scope .lf-mega-menu-header .gb-icon-svg{pointer-events:none}.lf-header-scope .lf-menu-section-title{background-color:#fff;padding:16px 12px;color:#94959e;font-size:.75rem;line-height:1.3;border-top:1px solid #f4f4f5}@media(max-width: 979px){.lf-header-scope .lf-mega-menu-content{max-height:100%;overflow-y:auto}}@media(min-width: 980px){.lf-header-scope .lf-mega-menu-content{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:32px;margin-bottom:-32px}}@media(min-width: 1200px){.lf-header-scope .lf-mega-menu-content{grid-template-columns:repeat(5, 1fr)}}@media(min-width: 1440px){.lf-header-scope .lf-mega-menu-content{grid-template-columns:repeat(6, 1fr)}}@media(min-width: 980px){.lf-header-scope .lf-mega-menu-content .lf-media-container{grid-column:3;grid-row:1/100}}@media(min-width: 1200px){.lf-header-scope .lf-mega-menu-content .lf-media-container{grid-column:4/-1}}@media(min-width: 1440px){.lf-header-scope .lf-mega-menu-content .lf-media-container{grid-column:5/-1}}.lf-header-scope .lf-mega-menu-content__button-holder{padding:4px 0}.lf-header-scope .lf-menu-group.lf-is-active .lf-menu-group__inner{display:block}@media(max-width: 979px){.lf-header-scope .lf-menu-group__inner{display:none;position:fixed;z-index:1;top:0;left:100%;width:100%;max-height:calc(100vh - var(--lf-main-header-height));overflow-y:auto;background-color:#fff}}.lf-header-scope .lf-menu-group-title{display:flex;align-items:center;font-weight:700;color:#1e1e20;border:none;background:transparent;padding:0 32px 0 12px;text-align:left}@media(max-width: 979px){.lf-header-scope .lf-menu-group-title{position:relative;height:48px;width:100%}}@media(min-width: 980px){.lf-header-scope .lf-menu-group-title{background:none;padding:0;pointer-events:none;margin-bottom:10px;align-items:flex-start}}.lf-header-scope .lf-menu-group-title__icon{margin-right:10px}@media(min-width: 980px){.lf-header-scope .lf-menu-group-title__icon{margin-right:12px;transform:translateY(1px)}}@media(min-width: 980px){.lf-header-scope .lf-menu-group-title__text{white-space:normal}}.lf-header-scope .lf-menu-group-title__tag{font-size:.625rem;margin-right:8px;margin-top:2px}@media(min-width: 980px){.lf-header-scope .lf-menu-group-title__tag{display:none}}.lf-header-scope .lf-menu-group-title__chevron-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none}@media(min-width: 980px){.lf-header-scope .lf-menu-group-title__chevron-icon{display:none}}.lf-header-scope .lf-menu-group-items-list{list-style:none;padding-left:0;margin-bottom:0}@media(min-width: 980px){.lf-header-scope .lf-menu-group-items-list{margin-left:-16px}}.lf-header-scope .lf-menu-group-items-list__link{padding-top:12px;padding-bottom:12px;justify-content:flex-start;color:#76777e;white-space:normal}@media(max-width: 979px){.lf-header-scope .lf-menu-group-items-list__link{width:100%;height:48px;border-radius:0;color:#1e1e20}}@media(min-width: 980px){.lf-header-scope .lf-menu-group-items-list__link{height:auto;display:inline-block;font-size:.875rem;line-height:1rem;padding-top:8px;padding-bottom:8px}}@media(min-width: 980px)and (hover: hover){.lf-header-scope .lf-menu-group-items-list__link:hover{color:#76777e;background-color:#f4f4f5}}.lf-header-scope .lf-menu-group-items-list__link .gb-tag{font-size:.625rem;vertical-align:baseline}@media(min-width: 980px){.lf-header-scope .lf-menu-group-items-list .gb-button__text{display:initial}}@media(max-width: 979px){.lf-header-scope .lf-menu-group-items-list__link-text{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.lf-header-scope .lf-media-container__image{padding:0 16px}@media(min-width: 980px){.lf-header-scope .lf-media-container__image{padding:0}}.lf-header-scope .lf-media-container__image img{width:100%;border-radius:16px}.lf-header-scope .lf-media-container__title{font-size:1rem;line-height:1.5rem;font-weight:700;color:#1e1e20;margin:0 0 8px}@media(max-width: 979px){.lf-header-scope .lf-media-container__title{padding:16px 16px 0;margin-top:8px;border-top:1px solid #f4f4f5}}@media(min-width: 980px){.lf-header-scope .lf-media-container__title{font-size:1.25rem}}@media(min-width: 980px){.lf-header-scope.lf-locale-options__select .gb-dropdown{max-width:400px}}@media(max-width: 979px){.lf-header-scope.lf-locale-options__select .gb-dropdown{visibility:hidden !important}}@media(max-width: 979px){.lf-header-scope .lf-locale-options__popover{visibility:hidden !important}}.lf-header-scope .lf-locale-options__button{min-width:120px;text-transform:uppercase}.lf-header-scope .lf-locale-options__title{font-size:1.25rem;line-height:1.625rem;font-weight:700;color:var(--gb-heading-color);margin:0 0 10px}.lf-header-scope .lf-locale-options__subtitle{font-size:1rem;line-height:1.125;font-weight:500;color:var(--gb-heading-color)}.lf-header-scope .lf-locale-options__option-item{background:none}.lf-header-scope .lf-locale-options__option-item>*{width:100%}.lf-header-scope .lf-locale-options__option-inner{display:flex;align-items:center}.lf-header-scope .lf-locale-options__currency{flex-grow:1}.lf-header-scope .lf-locale-options__currency-caption{font-size:.75rem;line-height:1rem;letter-spacing:.013rem;color:#76777e}.lf-header-scope .lf-locale-options__popover-caption{font-size:.75rem;line-height:1rem;letter-spacing:.013rem;color:#76777e}.lf-header-scope .notification-center--desktop{max-height:calc(100vh - 24px - 8px - var(--lf-main-header-height)/2 - 20px)}.lf-header-scope .lf-notification-center-popover{padding:0;width:100%}@media(min-width: 768px)and (max-width: 979px){.lf-header-scope .lf-notification-center-popover{width:432px}}.lf-header-scope .lf-notification-center-popover__container{overflow:hidden;border-radius:8px}.lf-header-scope .lf-notification-center-popover__block{width:100vw}.lf-header-scope .lf-notification-center-modal__container{height:100vh;position:relative}.lf-header-scope.is-low-z-index .lf-notification-center-tooltip{z-index:1000}.lf-header-scope .lf-notification-center-tooltip{z-index:4002}.lf-header-scope .lf-icon-button{margin-left:12px}@media(min-width: 980px){.lf-header-scope .lf-icon-button{margin-left:8px}}.lf-header-scope .lf-divider{height:24px;width:1px;background:rgba(255,255,255,.3)}.lf-header-scope .lf-divider.lf-color-scheme--dark,.lf-header-scope .lf-divider.lf-color-scheme--brand{background:rgba(220,220,223,.5)}.lf-header-scope .lf-list{list-style:none;padding-left:0;color:#1e1e20}.lf-header-scope .lf-list li:not(:last-child){margin-bottom:8px}.lf-header-scope .lf-header-nav-section__container{max-width:100%}.lf-header-scope .lf-header-nav-section__col-end{display:flex;justify-content:flex-end}.lf-header-scope .lf-header-nav-section__separator{border-bottom:1px solid #fff}.lf-header-scope .lf-app-header__title{display:flex;align-items:center;overflow:hidden;font-size:1rem;line-height:1.5rem;font-weight:700;color:#fff;margin:0 0 8px}@media(min-width: 480px){.lf-header-scope .lf-app-header__title{font-size:1.25rem;line-height:1.625rem;font-weight:700;color:#fff;margin:0 0 10px}}@media(min-width: 980px){.lf-header-scope .lf-app-header__title{font-size:1.625rem;line-height:2rem;font-weight:700;color:#fff;margin:0 0 12px}}@media(max-width: 979px){.lf-header-scope .lf-app-header__title{flex-grow:1;justify-content:center;margin:0 4px}}@media(max-width: 979px){.lf-header-scope .lf-app-header__title .gb-icon{display:none}}@media(min-width: 980px){.lf-header-scope .lf-app-header__menu.gb-dropdown{visibility:hidden}}@media(max-width: 979px){.lf-header-scope .lf-app-header__helper-wizard-menu.gb-dropdown{visibility:hidden}}.lf-header-scope .lf-sp-login-section{padding:16px;background:no-repeat bottom right;background-size:100% auto}.lf-header-scope .lf-sp-login-section__info{display:flex}.lf-header-scope .lf-sp-login-section__info .gb-button{flex:1}.lf-header-scope .lf-sp-login-section__info-col{display:flex;flex-direction:column;align-items:center}.lf-header-scope .lf-sp-login-section__user-info{display:flex;font-size:1.25rem;line-height:1.625rem;font-weight:700;color:var(--gb-heading-color);margin:0 0 10px;margin-bottom:24px}.lf-header-scope .lf-sp-login-section__user-info .gb-icon{margin-top:2px}.lf-header-scope .lf-sp-login-section__user-actions{display:flex;flex-direction:column;width:100%}.lf-header-scope .lf-sp-login-section__user-actions .gb-button:not(:last-child){margin-bottom:16px}.lf-header-scope .lf-options-group-item{height:48px;background:none}.lf-header-scope .lf-options-group-item>*{width:100%;display:flex;align-items:center}.lf-header-scope .lf-options-group-item__text{font-size:1rem;line-height:1.125;font-weight:400;flex-grow:1}.lf-header-scope .lf-options-group-item__caption{font-size:.75rem;line-height:1rem;letter-spacing:.013rem;color:#76777e}.lf-header-scope .lf-navigation-links-list{list-style:none;padding-left:0;margin-bottom:0}@media(min-width: 980px){.lf-header-scope .lf-navigation-links-list li:not(:last-child){margin-bottom:16px}}@media(max-width: 979px){.lf-header-scope .lf-navigation-links-list__link{width:100%;height:48px;justify-content:flex-start;border-radius:0;background:none}.lf-header-scope .lf-navigation-links-list__link:hover{background:none}}.lf-header-scope .lf-navigation-links-list__link-icon{line-height:inherit !important}.lf-header-scope .lf-brief-user-info{background-color:#fff;color:#76777e;max-width:100%}@media(max-width: 979px){.lf-header-scope .lf-brief-user-info{padding:0 16px 16px;border-bottom:1px solid #f4f4f5;margin-bottom:8px}}@media(min-width: 980px){.lf-header-scope .lf-brief-user-info__caption{margin-bottom:4px;color:#1e1e20}}@media(min-width: 980px){.lf-header-scope .lf-brief-user-info__user-name{color:#59595f}}@media(max-width: 979px){.lf-header-scope .lf-brief-user-info__user-name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}}@media(max-width: 979px){.lf-header-scope .lf-header-user-actions .gb-button{width:100%}}.lf-header-scope .lf-header-user-actions .gb-button .gb-button__icon,.lf-header-scope .lf-header-user-actions .gb-button .gb-button__text{transition:none}.lf-header-scope .lf-global-search-container{width:300px}.lf-header-scope .lf-global-search-container--hidden{display:none}@media(min-width: 1200px){.lf-header-scope .lf-global-search-container{width:460px}}@media(max-width: 979px){.lf-header-scope .lf-global-search-container{order:-1}}.lf-header-scope .lf-menu-tabs{display:flex;flex-grow:1;position:relative;height:40px}@media(min-width: 980px){.lf-header-scope .lf-menu-tabs.lf-is-hidden{visibility:hidden}}@media(max-width: 979px){.lf-header-scope .lf-menu-tabs{display:none}}.lf-header-scope .lf-menu-tabs__inner{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:flex-end;flex-wrap:wrap}.lf-header-scope .lf-menu-tab-item{display:flex}.lf-header-scope .lf-menu-tab-item.lf-is-hidden{visibility:hidden}.lf-header-scope .gb-button .gb-button__icon,.lf-header-scope .gb-button .gb-button__text{transition:.3s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:color}.lf-header-scope .gb-popover,.lf-header-scope .gb-dropdown{z-index:4002}.lf-header-scope .lf-header__holder{position:relative}.lf-header-scope .lf-header__holder:not(.lf-is-overlapping){padding-top:var(--lf-main-header-height)}.lf-header-scope .lf-header__holder:not(.lf-is-overlapping).lf-has-app-section{padding-top:0}@media(min-width: 980px){.lf-header-scope .lf-header__holder:not(.lf-is-overlapping).lf-has-app-section{padding-top:0}}.lf-header-scope .lf-header__holder.lf-has-app-section .lf-header-wrapper{position:static}.lf-header-scope .lf-header-root{transition:.3s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:box-shadow}.lf-header-scope .lf-header-root.lf-has-box-shadow{box-shadow:0 8px 8px -1px rgba(59, 60, 63, 0.08), 0 16px 16px 3px rgba(59, 60, 63, 0.02), 0 4px 24px 0 rgba(59, 60, 63, 0.08)}.lf-sticky-attachment-scope{position:sticky;top:0;left:0;width:100%;z-index:1000;pointer-events:none}.lf-sticky-attachment-scope>*{transition:.3s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:box-shadow;pointer-events:auto}.lf-sticky-attachment-scope.lf-active.lf-shadow-enabled>*{box-shadow:0 8px 8px -1px rgba(59, 60, 63, 0.08), 0 16px 16px 3px rgba(59, 60, 63, 0.02), 0 4px 24px 0 rgba(59, 60, 63, 0.08)}.sds-footer-scope .lf-newsletter-section{background-color:#dcdcdf;color:#1e1e20}.sds-footer-scope .lf-newsletter-section__info{max-width:376px}@media(max-width: 979px){.sds-footer-scope .lf-newsletter-section__info{text-align:center}}.sds-footer-scope .lf-newsletter-section__title{font-size:1.625rem;line-height:2rem;font-weight:700;color:var(--gb-heading-color);margin:0 0 12px}@media(min-width: 980px){.sds-footer-scope .lf-newsletter-section__title{font-size:1.25rem;line-height:1.625rem;font-weight:700;color:var(--gb-heading-color);margin:0 0 10px}}.sds-footer-scope .lf-newsletter-section__text{color:#76777e;font-size:.875rem;line-height:1.25rem}@media(min-width: 980px){.sds-footer-scope .lf-newsletter-section__text{font-size:.75rem;line-height:1rem;letter-spacing:.013rem}}@media(min-width: 480px){.sds-footer-scope .lf-newsletter-textfield{min-width:288px}}.sds-footer-scope .lf-newsletter-textfield__input{height:48px;padding:0 52px 0 16px;color:#76777e}.sds-footer-scope .lf-newsletter-textfield__input:last-of-type{border-top-right-radius:23px;border-bottom-right-radius:23px}.sds-footer-scope .lf-newsletter-textfield__input:first-of-type{border-top-left-radius:23px;border-bottom-left-radius:23px}.sds-footer-scope .lf-newsletter-textfield__input::placeholder{font-weight:inherit}.sds-footer-scope .lf-newsletter-textfield__button{position:absolute;top:4px;right:4px}.sds-footer-scope .lf-footer .gb-list{line-height:1}@media(max-width: 979px){.sds-footer-scope .lf-footer .gb-list{padding-top:32px;padding-bottom:8px}}.sds-footer-scope .lf-footer .gb-list__item{padding:0}.sds-footer-scope .lf-footer .gb-list__item:not(:last-child){margin-bottom:24px}@media(min-width: 980px){.sds-footer-scope .lf-footer .gb-list__item:not(:last-child){margin-bottom:4px}}.sds-footer-scope .lf-footer .gb-list__item::before{content:none}@media(min-width: 980px){.sds-footer-scope .lf-footer .gb-list__item .lf-footer__info-item-title{font-size:.875rem;line-height:1.25rem;margin-bottom:4px}}@media(max-width: 979px){.sds-footer-scope .lf-footer .gb-list__item .lf-footer__info-item-title{font-weight:normal}}@media(max-width: 979px){.sds-footer-scope .lf-collapse-with-lazy-activation.lf-is-wrapper-active{height:0;overflow:hidden}}.sds-footer-scope .lf-footer__info-item-icon{transform:rotate(0);transition:.3s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:transform}.sds-footer-scope .lf-footer__info-item-title{display:flex;justify-content:space-between;align-items:flex-start;font-weight:700;color:inherit}@media(min-width: 980px){.sds-footer-scope .lf-footer__info-item-title{margin-bottom:8px}}@media(max-width: 979px){.sds-footer-scope .lf-footer__info-item-title{background:none;border:none;padding:0;width:100%;outline:none !important}}.sds-footer-scope .lf-footer__info-item-title:hover{color:inherit;text-decoration:none}.sds-footer-scope .lf-footer__info-item-title.lf-is-opened .lf-footer__info-item-icon{transform:rotate(180deg)}.sds-footer-scope .lf-footer{background-color:#1e1e20;color:#fff}.sds-footer-scope .lf-footer__title{color:inherit}.sds-footer-scope .lf-footer__separator{height:1px;width:100%;background-color:#76777e;border:none}.sds-footer-scope .lf-footer__lf-logo{display:flex;align-items:center}.sds-footer-scope .lf-footer__social-btn .gb-icon{font-size:1rem}.sds-footer-scope .lf-footer__payment-img{flex-shrink:0;width:32px;height:32px}.sds-footer-scope .lf-footer__payment-img img{width:100%}.sds-footer-scope .lf-footer__wrap-section{flex-wrap:wrap}.sds-footer-scope .lf-footer__product-hunt-wrapper{max-width:168px;max-height:36px}@media(min-width: 980px)and (max-width: 1199px){.sds-footer-scope .lf-footer__product-hunt-wrapper{max-width:133px;max-height:28px}}@media(max-width: 979px){.sds-footer-scope .lf-footer__support-section--eff{width:108px}}@media(max-width: 979px){.sds-footer-scope .lf-footer__support-section--fftf{width:151px}}.sds-footer-scope .lf-footer__certified-section--icann-img{margin-right:12px}@media(min-width: 480px){.sds-footer-scope .lf-footer__certified-section--icann-text{max-width:236px}}.sds-footer-scope .lf-footer__certified-section--sectigo-img{width:104px}@media(min-width: 480px){.sds-footer-scope .lf-footer__certified-section--sectigo-img{width:88px}}@media(min-width: 980px){.sds-footer-scope .lf-footer__certified-section--sectigo-img{width:104px}}.sds-footer-scope .lf-footer__link{color:#c4c5ca;font-weight:500;line-height:1.5}@media(min-width: 980px){.sds-footer-scope .lf-footer__link{font-size:.875rem;line-height:1.25rem}}.sds-footer-scope .lf-footer__link:hover{color:#fff;text-decoration:none}.sds-footer-scope .lf-footer__logo-list{display:flex;margin-bottom:0;padding-left:0;list-style:none}.sds-footer-scope .lf-footer__logo-list-item img{flex-shrink:0}.sds-footer-scope .lf-footer__certification-link{display:inline-block}.sds-footer-scope .lf-footer .lf-middle-text{display:inline-block;vertical-align:middle}@media(min-width: 1200px){.sds-footer-scope .gb-pr-xl-7{padding-right:56px !important}}.sds-home-scope .presentation-domain-search-wrapper{width:100%;max-width:632px}.sds-home-scope .external-sticky-demo{height:120px}.sds-home-scope .external-sticky-demo__inner{display:flex;flex-direction:column;justify-content:center;background-color:tomato;height:100%;transition:.3s cubic-bezier(0.65, 0.05, 0.35, 1);transition-property:height}.sds-home-scope .external-sticky-demo--unstuck .external-sticky-demo__inner,.sds-home-scope .external-sticky-demo--active .external-sticky-demo__inner{height:70px}.sds-home-scope a.gb-link-white{color:#fff}
