@charset "utf-8";.mbn,.mbn *,.mbn-canvas-root,.mbn-canvas-root *{box-sizing:border-box}.mbn{--mbn-primary:#6f35d4;--mbn-primary-dark:#4d21b8;--mbn-bar-bg:#fff;--mbn-safe-bg:transparent;--mbn-active-text:#6f35d4;--mbn-inactive-text:#555;--mbn-active-icon:#6f35d4;--mbn-inactive-icon:#333;--mbn-active-bg:rgba(111,53,212,.14);--mbn-featured-bg:#6f35d4;--mbn-featured-icon:#fff;--mbn-underline:#6f35d4;--mbn-shadow:rgba(20,20,40,.18);--mbn-border:rgba(0,0,0,.06);--mbn-bottom-offset:18px;--mbn-horizontal-margin:16px;--mbn-max-width:560px;--mbn-bar-height:78px;--mbn-bar-radius:28px;--mbn-icon-size:22px;--mbn-featured-size:58px;--mbn-label-size:12px;--mbn-z-index:9999;--mbn-count:5;--mbn-featured-x:50%;--mbn-safe-bottom:env(safe-area-inset-bottom,0px);color:var(--mbn-inactive-text);font-family:inherit;font-size:16px;letter-spacing:0;line-height:1.1;max-width:calc(100vw - (var(--mbn-horizontal-margin) * 2));-webkit-tap-highlight-color:transparent;width:min(calc(100vw - (var(--mbn-horizontal-margin) * 2)),var(--mbn-max-width))}.mbn--fixed-float,.mbn--fixed-bottom{left:50%;position:fixed;transform:translateX(-50%);z-index:var(--mbn-z-index)}.mbn--fixed-float{bottom:calc(var(--mbn-bottom-offset) + var(--mbn-safe-bottom))}.mbn--fixed-bottom{bottom:var(--mbn-safe-bottom)}.mbn--normal{margin-left:auto;margin-right:auto;position:relative}.mbn--is-screen-hidden,.mbn--is-desktop-hidden{display:none !important}@media (min-width:768px){.mbn--screen-mobile{display:none}}@media (max-width:767px),(min-width:1025px){.mbn--screen-tablet{display:none}}@media (max-width:1024px){.mbn--screen-desktop{display:none}}.mbn__list{align-items:center;background:var(--mbn-bar-bg);border:1px solid var(--mbn-border);border-radius:var(--mbn-bar-radius);box-shadow:0 16px 36px var(--mbn-shadow);display:grid;grid-template-columns:repeat(var(--mbn-count),minmax(0,1fr));height:var(--mbn-bar-height);list-style:none;margin:0;overflow:visible;padding:0 10px;position:relative}.mbn__item{align-items:center;display:flex;height:100%;justify-content:center;min-width:0;position:relative;z-index:1}.mbn__link{align-items:center;-webkit-appearance:none;appearance:none;background:transparent;border:0;border-radius:999px;color:var(--mbn-inactive-text);cursor:pointer;display:inline-flex;flex-direction:column;font:inherit;gap:5px;height:100%;justify-content:center;min-height:44px;min-width:44px;outline:0;padding:7px 4px;position:relative;text-align:center;text-decoration:none;touch-action:manipulation;transition:background-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease;width:100%}.mbn__link:hover,.mbn__link:active,.mbn__link:focus{color:var(--mbn-active-text);text-decoration:none}.mbn__link:focus-visible{box-shadow:0 0 0 3px var(--mbn-active-bg),0 0 0 5px rgba(255,255,255,.94)}.mbn__icon{align-items:center;color:var(--mbn-inactive-icon);display:inline-flex;flex:0 0 auto;font-size:var(--mbn-icon-size);height:1em;justify-content:center;line-height:1;position:relative;transition:color .18s ease,transform .18s ease;width:1em}.mbn__label{color:currentColor;display:block;font-size:var(--mbn-label-size);font-weight:600;letter-spacing:0;line-height:1.15;max-width:100%;overflow:hidden;text-overflow:ellipsis;transition:opacity .16s ease,transform .16s ease;white-space:nowrap}.mbn__badge{align-items:center;background:var(--mbn-primary);border:2px solid var(--mbn-bar-bg);border-radius:999px;color:#fff;display:inline-flex;font-size:10px;font-weight:700;justify-content:center;line-height:1;min-height:18px;min-width:18px;padding:2px 5px;position:absolute;right:14%;top:12px}.mbn__item.is-active>.mbn__link{color:var(--mbn-active-text)}.mbn__item.is-active .mbn__icon{color:var(--mbn-active-icon)}.mbn--labels-never .mbn__label,.mbn--labels-active-only .mbn__item:not(.is-active) .mbn__label,.mbn__item.is-featured .mbn__label{opacity:0;position:absolute;transform:translateY(4px);width:1px}.mbn--preset-floating-notch .mbn__list::before{background:var(--mbn-safe-bg);border-radius:0 0 999px 999px;box-shadow:inset 0 -12px 18px rgba(20,20,40,.06);content:"";height:calc(var(--mbn-featured-size) * .62);left:var(--mbn-featured-x);pointer-events:none;position:absolute;top:-20px;transform:translateX(-50%);width:calc(var(--mbn-featured-size) + 30px);z-index:0}.mbn--preset-floating-notch .mbn__item.is-featured,.mbn--preset-diamond-center .mbn__item.is-featured,.mbn--preset-circle-center .mbn__item.is-featured{z-index:3}.mbn--preset-floating-notch .mbn__item.is-featured>.mbn__link,.mbn--preset-circle-center .mbn__item.is-featured>.mbn__link{background:linear-gradient(180deg,var(--mbn-featured-bg),var(--mbn-primary-dark));border-radius:999px;box-shadow:0 12px 22px var(--mbn-shadow),inset 0 1px 0 rgba(255,255,255,.25);color:var(--mbn-featured-icon);height:var(--mbn-featured-size);padding:0;transform:translateY(calc(var(--mbn-featured-size) * -.36));width:var(--mbn-featured-size)}.mbn--preset-floating-notch .mbn__item.is-featured .mbn__icon,.mbn--preset-circle-center .mbn__item.is-featured .mbn__icon,.mbn--preset-diamond-center .mbn__item.is-featured .mbn__icon{color:var(--mbn-featured-icon);font-size:calc(var(--mbn-icon-size) + 4px)}.mbn--preset-floating-notch .mbn__item.is-featured .mbn__badge,.mbn--preset-circle-center .mbn__item.is-featured .mbn__badge,.mbn--preset-diamond-center .mbn__item.is-featured .mbn__badge{display:none}.mbn--preset-floating-notch .mbn__item.is-active:not(.is-featured)::after,.mbn--preset-diamond-center .mbn__item.is-active:not(.is-featured)::after{background:var(--mbn-underline);border-radius:999px;bottom:13px;content:"";height:3px;position:absolute;width:18px}.mbn--preset-diamond-center .mbn__list{padding-left:12px;padding-right:12px}.mbn--preset-diamond-center .mbn__item.is-featured>.mbn__link{background:linear-gradient(145deg,var(--mbn-primary),var(--mbn-primary-dark));border-radius:18px;box-shadow:0 14px 26px var(--mbn-shadow),inset 0 1px 0 rgba(255,255,255,.25);color:var(--mbn-featured-icon);height:var(--mbn-featured-size);padding:0;transform:translateY(calc(var(--mbn-featured-size) * -.42)) rotate(45deg);width:var(--mbn-featured-size)}.mbn--preset-diamond-center .mbn__item.is-featured .mbn__icon{transform:rotate(-45deg)}.mbn--preset-circle-center .mbn__item.is-featured>.mbn__link{transform:translateY(calc(var(--mbn-featured-size) * -.12))}.mbn--preset-circle-center .mbn__item.is-active:not(.is-featured)::after{background:currentColor;border-radius:999px;bottom:11px;content:"";height:5px;position:absolute;width:5px}.mbn--preset-active-pill .mbn__list{padding:0 12px}.mbn--preset-active-pill .mbn__item.is-active>.mbn__link{background:var(--mbn-active-bg);box-shadow:inset 0 0 0 1px rgba(111,53,212,.08);flex-direction:row;gap:7px;height:44px;padding:0 12px;width:auto}.mbn--preset-active-pill .mbn__item.is-featured>.mbn__link{color:var(--mbn-inactive-text)}.mbn--preset-active-pill .mbn__item.is-active.is-featured>.mbn__link{color:var(--mbn-active-text)}.mbn--preset-active-pill .mbn__item.is-featured .mbn__label{opacity:1;position:static;transform:none;width:auto}.mbn--preset-active-pill.mbn--labels-never .mbn__item.is-featured .mbn__label,.mbn--preset-active-pill.mbn--labels-active-only .mbn__item:not(.is-active).is-featured .mbn__label{opacity:0;position:absolute;transform:translateY(4px);width:1px}.mbn--preset-underline .mbn__item.is-active::after{background:var(--mbn-underline);border-radius:999px;bottom:8px;content:"";height:3px;position:absolute;width:min(58px,70%)}.mbn--preset-underline .mbn__item.is-featured .mbn__label{opacity:1;position:static;transform:none;width:auto}.mbn--preset-underline.mbn--labels-never .mbn__item.is-featured .mbn__label,.mbn--preset-underline.mbn--labels-active-only .mbn__item:not(.is-active).is-featured .mbn__label{opacity:0;position:absolute;transform:translateY(4px);width:1px}.mbn-canvas-root{--mbn-z-index:9999;--mbn-bar-bg:#fff;--mbn-border:rgba(0,0,0,.06);--mbn-shadow:rgba(20,20,40,.18);--mbn-primary:#6f35d4;--mbn-active-bg:rgba(111,53,212,.14);--mbn-safe-bottom:env(safe-area-inset-bottom,0px)}.mbn-canvas{inset:0;pointer-events:none;position:fixed;visibility:hidden;z-index:calc(var(--mbn-z-index) + 1)}.mbn-canvas.is-open{pointer-events:auto;visibility:visible}.mbn-canvas__overlay{-webkit-appearance:none;appearance:none;background:rgba(14,12,24,.48);border:0;cursor:pointer;height:100%;inset:0;opacity:0;padding:0;position:absolute;transition:opacity .22s ease;width:100%}.mbn-canvas.is-open .mbn-canvas__overlay{opacity:1}.mbn-canvas__panel{background:var(--mbn-bar-bg);border:1px solid var(--mbn-border);box-shadow:0 20px 46px var(--mbn-shadow);color:#1f1f28;display:flex;flex-direction:column;max-height:100dvh;max-width:100vw;overflow:hidden;position:absolute;transition:transform .24s ease;will-change:transform}.mbn-canvas[data-mbn-canvas-direction="right"] .mbn-canvas__panel{border-radius:22px 0 0 22px;height:100dvh;right:0;top:0;transform:translateX(102%);width:min(var(--mbn-canvas-width,360px),100vw)}.mbn-canvas[data-mbn-canvas-direction="left"] .mbn-canvas__panel{border-radius:0 22px 22px 0;height:100dvh;left:0;top:0;transform:translateX(-102%);width:min(var(--mbn-canvas-width,360px),100vw)}.mbn-canvas[data-mbn-canvas-direction="bottom"] .mbn-canvas__panel{border-radius:24px 24px 0 0;bottom:0;height:min(var(--mbn-canvas-height,420px),100dvh);left:0;padding-bottom:var(--mbn-safe-bottom);transform:translateY(102%);width:100vw}.mbn-canvas[data-mbn-canvas-direction="top"] .mbn-canvas__panel{border-radius:0 0 24px 24px;height:min(var(--mbn-canvas-height,420px),100dvh);left:0;top:0;transform:translateY(-102%);width:100vw}.mbn-canvas.is-open .mbn-canvas__panel{transform:translate(0,0)}.mbn-canvas__header{align-items:center;border-bottom:1px solid var(--mbn-border);display:flex;flex:0 0 auto;gap:12px;justify-content:space-between;min-height:56px;padding:12px 16px}.mbn-canvas__title{color:#23232c;font-size:16px;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mbn-canvas__close{align-items:center;-webkit-appearance:none;appearance:none;background:var(--mbn-active-bg);border:0;border-radius:999px;color:var(--mbn-primary);cursor:pointer;display:inline-flex;flex:0 0 auto;font:inherit;font-size:24px;height:36px;justify-content:center;line-height:1;padding:0;width:36px}.mbn-canvas__close:focus-visible,.mbn-canvas__overlay:focus-visible{outline:3px solid var(--mbn-active-bg);outline-offset:2px}.mbn-canvas__body{flex:1 1 auto;overflow:auto;-webkit-overflow-scrolling:touch;padding:16px}html.mbn-canvas-lock,body.mbn-canvas-lock{overflow:hidden}@media (max-width:360px){.mbn__label{font-size:min(var(--mbn-label-size),11px)}.mbn__list{padding-left:7px;padding-right:7px}.mbn__link{padding-left:2px;padding-right:2px}.mbn--preset-active-pill .mbn__item.is-active>.mbn__link{gap:5px;padding-left:9px;padding-right:9px}}@media (prefers-reduced-motion:reduce){.mbn__link,.mbn__icon,.mbn__label,.mbn-canvas__overlay,.mbn-canvas__panel{transition:none}}
@charset "UTF-8";joomla-alert{--jui-alert-min-width:250px;--jui-alert-padding:.5rem 1.25rem;--jui-alert-margin:0 0 1rem 0;--jui-alert-border:1px solid transparent;--jui-alert-border-radius:.25rem;--jui-alert-animation-duration:.5s;--jui-alert-animation-timing-function:ease-in-out;--jui-alert-button-color-dark:#000;--jui-alert-button-color-light:#fff;--jui-alert-success-color:#234423;--jui-alert-success-background-color:#d9e6d9;--jui-alert-success-border-color:#cadcca;--jui-alert-success-link-color:#122212;--jui-alert-info-color:#0c5460;--jui-alert-info-background-color:#d1ecf1;--jui-alert-info-border-color:#bee5eb;--jui-alert-info-link-color:#062c33;--jui-alert-warning-color:#7d5a29;--jui-alert-warning-background-color:#fcefdc;--jui-alert-warning-border-color:#fbe8cd;--jui-alert-warning-link-color:#573e1c;--jui-alert-danger-color:#712b29;--jui-alert-danger-background-color:#f7dddc;--jui-alert-danger-border-color:#f4cfce;--jui-alert-danger-link-color:#4c1d1b;animation-duration:var(--jui-alert-animation-duration,.5s);animation-timing-function:var(--jui-alert-animation-timing-function,ease-in-out);border:var(--jui-alert-border,1px solid transparent);border-radius:var(--jui-alert-border-radius,.25rem);margin:var(--jui-alert-margin,0 0 1rem 0);min-width:var(--jui-alert-min-width,250px);padding:var(--jui-alert-padding,.5rem 1.25rem);display:block}joomla-alert .joomla-alert--close{color:var(--jui-alert-button-color-dark,#000);float:right;opacity:.5;text-shadow:0 1px 0 var(--jui-alert-button-color-light,#fff);background:0 0;border:0;padding:.2rem 1rem;font-size:1.5rem;font-weight:700;line-height:1;position:relative;top:-.5rem;right:-1.25rem}joomla-alert .joomla-alert--close:focus,joomla-alert .joomla-alert--close:hover{color:var(--jui-alert-button-color-dark,#000);cursor:pointer;opacity:.75;text-decoration:none}joomla-alert[type=success]{background-color:var(--jui-alert-success-background-color,#d9e6d9);border-color:var(--jui-alert-success-border-color,#cadcca);color:var(--jui-alert-success-color,#234423)}joomla-alert[type=success] hr{border-top-color:var(--jui-alert-success-border-color,#cadcca)}joomla-alert[type=success] .alert-link{color:var(--jui-alert-success-link-color,#122212)}joomla-alert[type=info]{background-color:var(--jui-alert-info-background-color,#d1ecf1);border-color:var(--jui-alert-info-border-color,#bee5eb);color:var(--jui-alert-info-color,#0c5460)}joomla-alert[type=info] hr{border-top-color:var(--jui-alert-info-border-color,#bee5eb)}joomla-alert[type=info] .alert-link{color:var(--jui-alert-info-link-color,#062c33)}joomla-alert[type=warning]{background-color:var(--jui-alert-warning-background-color,#fcefdc);border-color:var(--jui-alert-warning-border-color,#fbe8cd);color:var(--jui-alert-warning-color,#7d5a29)}joomla-alert[type=warning] hr{border-top-color:var(--jui-alert-warning-border-color,#fbe8cd)}joomla-alert[type=warning] .alert-link{color:var(--jui-alert-warning-link-color,#573e1c)}joomla-alert[type=danger]{background-color:var(--jui-alert-danger-background-color,#f7dddc);border-color:var(--jui-alert-danger-border-color,#f4cfce);color:var(--jui-alert-danger-color,#712b29)}joomla-alert[type=danger] hr{border-top-color:var(--jui-alert-danger-border-color,#f4cfce)}joomla-alert[type=danger] .alert-link{color:var(--jui-alert-danger-link-color,#4c1d1b)}html[dir=rtl] joomla-alert .joomla-alert--close,html[dir=rtl] joomla-alert .joomla-alert-button--close{float:left;left:-1.25rem;right:auto}@keyframes joomla-alert-fade-in{0%{opacity:0}}@keyframes joomla-alert-fade-out{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){joomla-alert{animation-duration:1ms!important}}
@charset "UTF-8";.jbd-container a{text-decoration:none}.jbd-container .bg-primary{background-color:#1D3A5C !important}.jbd-container a.bg-primary:hover,.jbd-container a.bg-primary:focus,.jbd-container button.bg-primary:hover,.jbd-container button.bg-primary:focus{background-color:#112235 !important}.jbd-container .bg-primary .card-header>*,.jbd-container .bg-primary .card-body>*,.jbd-container .bg-primary .post-category>*,.jbd-container .bg-primary .post-title>*,.jbd-container .bg-primary .post-description>*,.jbd-container .bg-primary .post-info>*,.jbd-container .bg-primary .panel-header>*,.jbd-container .bg-primary .panel-body>*,.jbd-container .bg-primary .event-body>*,.jbd-container .bg-primary>*,.jbd-container .bg-primary .event-date-wrap>*{color:#fff !important}.jbd-container .bg-primary,.jbd-container .bg-primary .la{color:#fff !important}.jbd-container .bg-primary blockquote>*{color:#fff !important}.jbd-container .bg-secondary{background-color:#f0f1f3 !important}.jbd-container a.bg-secondary:hover,.jbd-container a.bg-secondary:focus,.jbd-container button.bg-secondary:hover,.jbd-container button.bg-secondary:focus{background-color:#d4d7dc !important}.jbd-container .bg-secondary .card-header>*,.jbd-container .bg-secondary .card-body>*,.jbd-container .bg-secondary .post-category>*,.jbd-container .bg-secondary .post-title>*,.jbd-container .bg-secondary .post-description>*,.jbd-container .bg-secondary .post-info>*,.jbd-container .bg-secondary .panel-header>*,.jbd-container .bg-secondary .panel-body>*,.jbd-container .bg-secondary .event-body>*,.jbd-container .bg-secondary>*,.jbd-container .bg-secondary .event-date-wrap>*{color:#fff !important}.jbd-container .bg-secondary,.jbd-container .bg-secondary .la{color:#fff !important}.jbd-container .bg-secondary blockquote>*{color:#fff !important}.jbd-container .bg-success{background-color:#23B26B !important}.jbd-container a.bg-success:hover,.jbd-container a.bg-success:focus,.jbd-container button.bg-success:hover,.jbd-container button.bg-success:focus{background-color:#1b8751 !important}.jbd-container .bg-info{background-color:#3498DB !important}.jbd-container a.bg-info:hover,.jbd-container a.bg-info:focus,.jbd-container button.bg-info:hover,.jbd-container button.bg-info:focus{background-color:#217dbb !important}.jbd-container .bg-info .card-header>*,.jbd-container .bg-info .card-body>*,.jbd-container .bg-info .post-category>*,.jbd-container .bg-info .post-title>*,.jbd-container .bg-info .post-description>*,.jbd-container .bg-info .post-info>*,.jbd-container .bg-info .panel-header>*,.jbd-container .bg-info .panel-body>*,.jbd-container .bg-info .event-body>*,.jbd-container .bg-info>*,.jbd-container .bg-info .event-date-wrap>*{color:#fff !important}.jbd-container .bg-info,.jbd-container .bg-info .la{color:#fff !important}.jbd-container .bg-info blockquote>*{color:#fff !important}.jbd-container .bg-warning{background-color:#F39C12 !important}.jbd-container a.bg-warning:hover,.jbd-container a.bg-warning:focus,.jbd-container button.bg-warning:hover,.jbd-container button.bg-warning:focus{background-color:#c87f0a !important}.jbd-container .bg-warning .card-header>*,.jbd-container .bg-warning .card-body>*,.jbd-container .bg-warning .post-category>*,.jbd-container .bg-warning .post-title>*,.jbd-container .bg-warning .post-description>*,.jbd-container .bg-warning .post-info>*,.jbd-container .bg-warning .panel-header>*,.jbd-container .bg-warning .panel-body>*,.jbd-container .bg-warning .event-body>*,.jbd-container .bg-warning>*,.jbd-container .bg-warning .event-date-wrap>*{color:#fff !important}.jbd-container .bg-warning,.jbd-container .bg-warning .la{color:#fff !important}.jbd-container .bg-warning blockquote>*{color:#fff !important}.jbd-container .bg-danger{background-color:#DB2832 !important}.jbd-container a.bg-danger:hover,.jbd-container a.bg-danger:focus,.jbd-container button.bg-danger:hover,.jbd-container button.bg-danger:focus{background-color:#b21e26 !important}.jbd-container .bg-danger .card-header>*,.jbd-container .bg-danger .card-body>*,.jbd-container .bg-danger .post-category>*,.jbd-container .bg-danger .post-title>*,.jbd-container .bg-danger .post-description>*,.jbd-container .bg-danger .post-info>*,.jbd-container .bg-danger .panel-header>*,.jbd-container .bg-danger .panel-body>*,.jbd-container .bg-danger .event-body>*,.jbd-container .bg-danger>*,.jbd-container .bg-danger .event-date-wrap>*{color:#fff !important}.jbd-container .bg-danger,.jbd-container .bg-danger .la{color:#fff !important}.jbd-container .bg-danger blockquote>*{color:#fff !important}.jbd-container .bg-light{background-color:#f0f1f3 !important}.jbd-container a.bg-light:hover,.jbd-container a.bg-light:focus,.jbd-container button.bg-light:hover,.jbd-container button.bg-light:focus{background-color:#d4d7dc !important}.jbd-container .bg-dark{background-color:#343a40 !important}.jbd-container a.bg-dark:hover,.jbd-container a.bg-dark:focus,.jbd-container button.bg-dark:hover,.jbd-container button.bg-dark:focus{background-color:#1d2124 !important}.jbd-container .bg-dark .card-header>*,.jbd-container .bg-dark .card-body>*,.jbd-container .bg-dark .post-category>*,.jbd-container .bg-dark .post-title>*,.jbd-container .bg-dark .post-description>*,.jbd-container .bg-dark .post-info>*,.jbd-container .bg-dark .panel-header>*,.jbd-container .bg-dark .panel-body>*,.jbd-container .bg-dark .event-body>*,.jbd-container .bg-dark>*,.jbd-container .bg-dark .event-date-wrap>*{color:#fff !important}.jbd-container .bg-dark,.jbd-container .bg-dark .la{color:#fff !important}.jbd-container .bg-dark blockquote>*{color:#fff !important}.jbd-container .bg-gradient-primary{background:#1D3A5C linear-gradient(180deg,#b0bac6,#b0bac6,#1D3A5C) repeat-x !important}.jbd-container .bg-gradientprimary .card-header>*,.jbd-container .bg-gradientprimary .card-body>*,.jbd-container .bg-gradientprimary .post-category>*,.jbd-container .bg-gradientprimary .post-title>*,.jbd-container .bg-gradientprimary .post-description>*,.jbd-container .bg-gradientprimary .post-info>*,.jbd-container .bg-gradientprimary .panel-header>*,.jbd-container .bg-gradientprimary .panel-body>*,.jbd-container .bg-gradientprimary .event-body>*,.jbd-container .bg-gradientprimary>*,.jbd-container .bg-gradientprimary .event-date-wrap>*{color:#fff !important}.jbd-container .bg-gradientprimary,.jbd-container .bg-gradientprimary .la{color:#fff !important}.jbd-container .bg-gradient-secondary{background:#f0f1f3 linear-gradient(180deg,#fafafb,#fafafb,#f0f1f3) repeat-x !important}.jbd-container .bg-gradientsecondary .card-header>*,.jbd-container .bg-gradientsecondary .card-body>*,.jbd-container .bg-gradientsecondary .post-category>*,.jbd-container .bg-gradientsecondary .post-title>*,.jbd-container .bg-gradientsecondary .post-description>*,.jbd-container .bg-gradientsecondary .post-info>*,.jbd-container .bg-gradientsecondary .panel-header>*,.jbd-container .bg-gradientsecondary .panel-body>*,.jbd-container .bg-gradientsecondary .event-body>*,.jbd-container .bg-gradientsecondary>*,.jbd-container .bg-gradientsecondary .event-date-wrap>*{color:#fff !important}.jbd-container .bg-gradientsecondary,.jbd-container .bg-gradientsecondary .la{color:#fff !important}.jbd-container .bg-gradient-success{background:#23B26B linear-gradient(180deg,#b2e4cb,#b2e4cb,#23B26B) repeat-x !important}.jbd-container .bg-gradientsuccess .card-header>*,.jbd-container .bg-gradientsuccess .card-body>*,.jbd-container .bg-gradientsuccess .post-category>*,.jbd-container .bg-gradientsuccess .post-title>*,.jbd-container .bg-gradientsuccess .post-description>*,.jbd-container .bg-gradientsuccess .post-info>*,.jbd-container .bg-gradientsuccess .panel-header>*,.jbd-container .bg-gradientsuccess .panel-body>*,.jbd-container .bg-gradientsuccess .event-body>*,.jbd-container .bg-gradientsuccess>*,.jbd-container .bg-gradientsuccess .event-date-wrap>*{color:#fff !important}.jbd-container .bg-gradientsuccess,.jbd-container .bg-gradientsuccess .la{color:#fff !important}.jbd-container .bg-gradient-info{background:#3498DB linear-gradient(180deg,#b8dbf2,#b8dbf2,#3498DB) repeat-x !important}.jbd-container .bg-gradientinfo .card-header>*,.jbd-container .bg-gradientinfo .card-body>*,.jbd-container .bg-gradientinfo .post-category>*,.jbd-container .bg-gradientinfo .post-title>*,.jbd-container .bg-gradientinfo .post-description>*,.jbd-container .bg-gradientinfo .post-info>*,.jbd-container .bg-gradientinfo .panel-header>*,.jbd-container .bg-gradientinfo .panel-body>*,.jbd-container .bg-gradientinfo .event-body>*,.jbd-container .bg-gradientinfo>*,.jbd-container .bg-gradientinfo .event-date-wrap>*{color:#fff !important}.jbd-container .bg-gradientinfo,.jbd-container .bg-gradientinfo .la{color:#fff !important}.jbd-container .bg-gradient-warning{background:#F39C12 linear-gradient(180deg,#fbdcac,#fbdcac,#F39C12) repeat-x !important}.jbd-container .bg-gradientwarning .card-header>*,.jbd-container .bg-gradientwarning .card-body>*,.jbd-container .bg-gradientwarning .post-category>*,.jbd-container .bg-gradientwarning .post-title>*,.jbd-container .bg-gradientwarning .post-description>*,.jbd-container .bg-gradientwarning .post-info>*,.jbd-container .bg-gradientwarning .panel-header>*,.jbd-container .bg-gradientwarning .panel-body>*,.jbd-container .bg-gradientwarning .event-body>*,.jbd-container .bg-gradientwarning>*,.jbd-container .bg-gradientwarning .event-date-wrap>*{color:#fff !important}.jbd-container .bg-gradientwarning,.jbd-container .bg-gradientwarning .la{color:#fff !important}.jbd-container .bg-gradient-danger{background:#DB2832 linear-gradient(180deg,#f2b4b7,#f2b4b7,#DB2832) repeat-x !important}.jbd-container .bg-gradientdanger .card-header>*,.jbd-container .bg-gradientdanger .card-body>*,.jbd-container .bg-gradientdanger .post-category>*,.jbd-container .bg-gradientdanger .post-title>*,.jbd-container .bg-gradientdanger .post-description>*,.jbd-container .bg-gradientdanger .post-info>*,.jbd-container .bg-gradientdanger .panel-header>*,.jbd-container .bg-gradientdanger .panel-body>*,.jbd-container .bg-gradientdanger .event-body>*,.jbd-container .bg-gradientdanger>*,.jbd-container .bg-gradientdanger .event-date-wrap>*{color:#fff !important}.jbd-container .bg-gradientdanger,.jbd-container .bg-gradientdanger .la{color:#fff !important}.jbd-container .bg-gradient-light{background:#f0f1f3 linear-gradient(180deg,#fafafb,#fafafb,#f0f1f3) repeat-x !important}.jbd-container .bg-gradient-dark{background:#343a40 linear-gradient(180deg,#b8babc,#b8babc,#343a40) repeat-x !important}.jbd-container .bg-gradientdark .card-header>*,.jbd-container .bg-gradientdark .card-body>*,.jbd-container .bg-gradientdark .post-category>*,.jbd-container .bg-gradientdark .post-title>*,.jbd-container .bg-gradientdark .post-description>*,.jbd-container .bg-gradientdark .post-info>*,.jbd-container .bg-gradientdark .panel-header>*,.jbd-container .bg-gradientdark .panel-body>*,.jbd-container .bg-gradientdark .event-body>*,.jbd-container .bg-gradientdark>*,.jbd-container .bg-gradientdark .event-date-wrap>*{color:#fff !important}.jbd-container .bg-gradientdark,.jbd-container .bg-gradientdark .la{color:#fff !important}.jbd-container .transparent{background:none !important}.jbd-container .bg-gray-100{background-color:#f0f1f3}.jbd-container .bg-gray-300{background-color:#dee2e6}.jbd-container .bg-gray-500{background-color:#b4bcc2}.jbd-container .bg-gray-700{background-color:#7b8a8b}.jbd-container .bg-gray-900{background-color:#212529}.jbd-container .border{border:1px solid #dee2e6 !important}.jbd-container .border-top{border-top:1px solid #dee2e6 !important}.jbd-container .border-right{border-right:1px solid #dee2e6 !important}.jbd-container .border-bottom{border-bottom:1px solid #dee2e6 !important}.jbd-container .border-left{border-left:1px solid #dee2e6 !important}.jbd-container .border-primary{border-color:#1D3A5C !important}.jbd-container .border-bottom-primary{border-bottom:4px solid #1D3A5C !important}.jbd-container .border-top-primary{border-top:4px solid #1D3A5C !important}.jbd-container .border-secondary{border-color:#f0f1f3 !important}.jbd-container .border-bottom-secondary{border-bottom:4px solid #f0f1f3 !important}.jbd-container .border-top-secondary{border-top:4px solid #f0f1f3 !important}.jbd-container .border-success{border-color:#23B26B !important}.jbd-container .border-bottom-success{border-bottom:4px solid #23B26B !important}.jbd-container .border-top-success{border-top:4px solid #23B26B !important}.jbd-container .border-info{border-color:#3498DB !important}.jbd-container .border-bottom-info{border-bottom:4px solid #3498DB !important}.jbd-container .border-top-info{border-top:4px solid #3498DB !important}.jbd-container .border-warning{border-color:#F39C12 !important}.jbd-container .border-bottom-warning{border-bottom:4px solid #F39C12 !important}.jbd-container .border-top-warning{border-top:4px solid #F39C12 !important}.jbd-container .border-danger{border-color:#DB2832 !important}.jbd-container .border-bottom-danger{border-bottom:4px solid #DB2832 !important}.jbd-container .border-top-danger{border-top:4px solid #DB2832 !important}.jbd-container .border-light{border-color:#f0f1f3 !important}.jbd-container .border-bottom-light{border-bottom:4px solid #f0f1f3 !important}.jbd-container .border-top-light{border-top:4px solid #f0f1f3 !important}.jbd-container .border-dark{border-color:#343a40 !important}.jbd-container .border-bottom-dark{border-bottom:4px solid #343a40 !important}.jbd-container .border-top-dark{border-top:4px solid #343a40 !important}.jbd-container .text-link{color:#1D3A5C !important}.jbd-container .text-primary{color:#1D3A5C !important}.jbd-container a.text-primary:hover,.jbd-container a.text-primary:focus{color:#112235 !important}.jbd-container .text-secondary{color:#f0f1f3 !important}.jbd-container a.text-secondary:hover,.jbd-container a.text-secondary:focus{color:#d4d7dc !important}.jbd-container .text-success{color:#23B26B !important}.jbd-container a.text-success:hover,.jbd-container a.text-success:focus{color:#1b8751 !important}.jbd-container .text-info{color:#3498DB !important}.jbd-container a.text-info:hover,.jbd-container a.text-info:focus{color:#217dbb !important}.jbd-container .text-warning{color:#F39C12 !important}.jbd-container a.text-warning:hover,.jbd-container a.text-warning:focus{color:#c87f0a !important}.jbd-container .text-danger{color:#DB2832 !important}.jbd-container a.text-danger:hover,.jbd-container a.text-danger:focus{color:#b21e26 !important}.jbd-container .text-light{color:#f0f1f3 !important}.jbd-container a.text-light:hover,.jbd-container a.text-light:focus{color:#d4d7dc !important}.jbd-container .text-dark{color:#343a40 !important}.jbd-container a.text-dark:hover,.jbd-container a.text-dark:focus{color:#1d2124 !important}.jbd-container .text-body{color:#212529 !important}.jbd-container .text-muted{color:#95a5a6 !important}.jbd-container .text-black-50{color:rgba(0,0,0,0.5) !important}.jbd-container .text-white-50{color:rgba(255,255,255,0.5) !important}.jbd-container .image-full-size img{width:100% !important;height:100% !important}.jbd-container .image-fit-cover img{object-fit:cover !important}.jbd-container .image-fit-contain img{object-fit:contain !important}.jbd-container .image-fit-top img{object-position:top center !important}.jbd-container .image-fit-bottom img{object-position:bottom center !important}.jbd-container .image-fit-center img{object-position:center !important}.jbd-container .image-fit-left img{object-position:left !important}.jbd-container .image-fit-right img{object-position:right !important}.jbd-container .image-full-size img{width:100% !important;height:100% !important}.jbd-container .image-fit-cover img{object-fit:cover !important}.jbd-container .image-fit-contain img{object-fit:contain !important}.jbd-container .image-fit-top img{object-position:top center !important}.jbd-container .image-fit-bottom img{object-position:bottom center !important}.jbd-container .image-fit-center img{object-position:center !important}.jbd-container .image-fit-left img{object-position:left !important}.jbd-container .image-fit-right img{object-position:right !important}.jbd-container .border-radius-0{border:0 !important;border-radius:0 !important}.jbd-container .radius-0{border-radius:0 !important}.jbd-container div[class*="col"]{padding-top:3.75px;padding-bottom:3.75px}.jbd-container .jbd-grid-container>div[class*="row"]>div[class*="col"],.jbd-container .jdb-dashboard div[class*="col"]{padding-top:0px;padding-bottom:30px}.jbd-container .inner-py-0 div[class*="col"]{padding-top:0;padding-bottom:0}.jbd-container .has-flex-columns>*[class*="col"]{display:flex;flex-direction:column}.jbd-container .card-hoverable *[class*="btn"]{align-self:center}.jbd-container .card-hoverable .icon{filter:brightness(0) invert(1)}.jbd-container .light .card-hoverable{background-color:rgba(255,255,255,0.7)}.jbd-container .light .card-hoverable>*{color:#000}.jbd-container .fade-top .card-hoverable{position:absolute;top:-50%;left:0}.jbd-container .fade-top:hover .card-hoverable{position:absolute;top:0;left:0;transform-origin:center top}.jbd-container .fade-right .card-hoverable{position:absolute;top:0;right:-50%}.jbd-container .fade-right:hover .card-hoverable{position:absolute;top:0;right:0;transform-origin:right center}.jbd-container .fade-bottom .card-hoverable{position:absolute;bottom:-50%;left:0}.jbd-container .fade-bottom:hover .card-hoverable{position:absolute;bottom:0;left:0;transform-origin:center bottom}.jbd-container .fade-left .card-hoverable{position:absolute;top:0;left:-50%}.jbd-container .fade-left:hover .card-hoverable{position:absolute;top:0;left:0;transform-origin:left center}.jbd-container .min-height-sm{min-height:150px !important}.jbd-container .text-limited{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jbd-container caption{color:#95a5a6}.jbd-container a:hover,.jbd-container a:visited{text-decoration:none}.jbd-container .la{color:#777}.jbd-container .img-thumbnail{background-color:#fff;border:1px solid #dee2e6}.jbd-container .figure-caption{color:#95a5a6}.jbd-container .table{background-color:transparent}.jbd-container .table thead th{border-bottom:2px solid #dee2e6}.jbd-container .table tbody+tbody{border-top:2px solid #dee2e6}.jbd-container .table .table{background-color:#fff}.jbd-container .table-bordered{border:1px solid #dee2e6}.jbd-container .table-bordered th,.jbd-container .table-bordered td{border:1px solid #dee2e6}.jbd-container .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.05)}.jbd-container .table-hover tbody tr:hover{background-color:rgba(0,0,0,0.075)}.jbd-container .table-primary,.jbd-container .table-primary>th,.jbd-container .table-primary>td{background-color:#c0c8d1}.jbd-container .table-hover .table-primary:hover{background-color:#b1bbc6}.jbd-container .table-hover .table-primary:hover>td,.jbd-container .table-hover .table-primary:hover>th{background-color:#b1bbc6}.jbd-container .table-secondary,.jbd-container .table-secondary>th,.jbd-container .table-secondary>td{background-color:#fbfbfc}.jbd-container .table-hover .table-secondary:hover{background-color:#ececf1}.jbd-container .table-hover .table-secondary:hover>td,.jbd-container .table-hover .table-secondary:hover>th{background-color:#ececf1}.jbd-container .table-success,.jbd-container .table-success>th,.jbd-container .table-success>td{background-color:#c1e9d6}.jbd-container .table-hover .table-success:hover{background-color:#aee2ca}.jbd-container .table-hover .table-success:hover>td,.jbd-container .table-hover .table-success:hover>th{background-color:#aee2ca}.jbd-container .table-info,.jbd-container .table-info>th,.jbd-container .table-info>td{background-color:#c6e2f5}.jbd-container .table-hover .table-info:hover{background-color:#b0d7f1}.jbd-container .table-hover .table-info:hover>td,.jbd-container .table-hover .table-info:hover>th{background-color:#b0d7f1}.jbd-container .table-warning,.jbd-container .table-warning>th,.jbd-container .table-warning>td{background-color:#fce3bd}.jbd-container .table-hover .table-warning:hover{background-color:#fbd9a5}.jbd-container .table-hover .table-warning:hover>td,.jbd-container .table-hover .table-warning:hover>th{background-color:#fbd9a5}.jbd-container .table-danger,.jbd-container .table-danger>th,.jbd-container .table-danger>td{background-color:#f5c3c6}.jbd-container .table-hover .table-danger:hover{background-color:#f1adb1}.jbd-container .table-hover .table-danger:hover>td,.jbd-container .table-hover .table-danger:hover>th{background-color:#f1adb1}.jbd-container .table-light,.jbd-container .table-light>th,.jbd-container .table-light>td{background-color:#fbfbfc}.jbd-container .table-hover .table-light:hover{background-color:#ececf1}.jbd-container .table-hover .table-light:hover>td,.jbd-container .table-hover .table-light:hover>th{background-color:#ececf1}.jbd-container .table-dark,.jbd-container .table-dark>th,.jbd-container .table-dark>td{background-color:#c6c8ca}.jbd-container .table-hover .table-dark:hover{background-color:#b9bbbe}.jbd-container .table-hover .table-dark:hover>td,.jbd-container .table-hover .table-dark:hover>th{background-color:#b9bbbe}.jbd-container .table-active,.jbd-container .table-active>th,.jbd-container .table-active>td{background-color:rgba(0,0,0,0.075)}.jbd-container .table-hover .table-active:hover{background-color:rgba(0,0,0,0.075)}.jbd-container .table-hover .table-active:hover>td,.jbd-container .table-hover .table-active:hover>th{background-color:rgba(0,0,0,0.075)}.jbd-container .table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.jbd-container .table .thead-light th{color:#7b8a8b;background-color:#ecf0f1;border-color:#dee2e6}.jbd-container .table-dark{color:#fff;background-color:#212529}.jbd-container .table-dark th,.jbd-container .table-dark td,.jbd-container .table-dark thead th{border-color:#32383e}.jbd-container .table-dark.table-bordered{border:0}.jbd-container .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.jbd-container .table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,0.075)}@media (max-width:575.98px){.jbd-container .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.jbd-container .table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.jbd-container .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.jbd-container .table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.jbd-container .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.jbd-container .table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.jbd-container .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.jbd-container .table-responsive-xl>.table-bordered{border:0}}.jbd-container .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.jbd-container .table-responsive>.table-bordered{border:0}.jbd-container .form-control{background-color:#fff;border:1px solid #A1A2A5;border-radius:0.35rem;font-size:14px}.jbd-container .form-control:focus{color:#5e6869;background-color:#fff;border-color:#3d76ea;outline:0;box-shadow:0}.jbd-container .form-control::placeholder{color:#7d8389}.jbd-container .form-control:disabled,.jbd-container .form-control[readonly]{background-color:#ecf0f1}.jbd-container select.form-control:focus::-ms-value{color:#7b8a8b;background-color:#fff}.jbd-container .form-control-plaintext{color:#5e6869;background-color:transparent}.jbd-container .valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:90%;color:#23B26B}.jbd-container .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(35,178,107,0.9);border-radius:0.35rem}.was-validated .jbd-container .form-control:valid,.jbd-container .form-control.is-valid,.was-validated .jbd-container .custom-select:valid,.jbd-container .custom-select.is-valid{border-color:#23B26B}.was-validated .jbd-container .form-control:valid:focus,.jbd-container .form-control.is-valid:focus,.was-validated .jbd-container .custom-select:valid:focus,.jbd-container .custom-select.is-valid:focus{border-color:#23B26B;box-shadow:0 0 0 0.2rem rgba(35,178,107,0.25)}.was-validated .jbd-container .form-control:valid~.valid-feedback,.was-validated .jbd-container .form-control:valid~.valid-tooltip,.jbd-container .form-control.is-valid~.valid-feedback,.jbd-container .form-control.is-valid~.valid-tooltip,.was-validated .jbd-container .custom-select:valid~.valid-feedback,.was-validated .jbd-container .custom-select:valid~.valid-tooltip,.jbd-container .custom-select.is-valid~.valid-feedback,.jbd-container .custom-select.is-valid~.valid-tooltip{display:block}.was-validated .jbd-container .form-control-file:valid~.valid-feedback,.was-validated .jbd-container .form-control-file:valid~.valid-tooltip,.jbd-container .form-control-file.is-valid~.valid-feedback,.jbd-container .form-control-file.is-valid~.valid-tooltip{display:block}.was-validated .jbd-container .form-check-input:valid~.form-check-label,.jbd-container .form-check-input.is-valid~.form-check-label{color:#23B26B}.was-validated .jbd-container .form-check-input:valid~.valid-feedback,.was-validated .jbd-container .form-check-input:valid~.valid-tooltip,.jbd-container .form-check-input.is-valid~.valid-feedback,.jbd-container .form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .jbd-container .custom-control-input:valid~.custom-control-label,.jbd-container .custom-control-input.is-valid~.custom-control-label{color:#23B26B}.was-validated .jbd-container .custom-control-input:valid~.custom-control-label::before,.jbd-container .custom-control-input.is-valid~.custom-control-label::before{background-color:#71e3ab}.was-validated .jbd-container .custom-control-input:valid~.valid-feedback,.was-validated .jbd-container .custom-control-input:valid~.valid-tooltip,.jbd-container .custom-control-input.is-valid~.valid-feedback,.jbd-container .custom-control-input.is-valid~.valid-tooltip{display:block}.was-validated .jbd-container .custom-control-input:valid:checked~.custom-control-label::before,.jbd-container .custom-control-input.is-valid:checked~.custom-control-label::before{background:#31d785 linear-gradient(180deg,#50dd97,#31d785) repeat-x}.was-validated .jbd-container .custom-control-input:valid:focus~.custom-control-label::before,.jbd-container .custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(35,178,107,0.25)}.was-validated .jbd-container .custom-file-input:valid~.custom-file-label,.jbd-container .custom-file-input.is-valid~.custom-file-label{border-color:#23B26B}.was-validated .jbd-container .custom-file-input:valid~.custom-file-label::after,.jbd-container .custom-file-input.is-valid~.custom-file-label::after{border-color:inherit}.was-validated .jbd-container .custom-file-input:valid~.valid-feedback,.was-validated .jbd-container .custom-file-input:valid~.valid-tooltip,.jbd-container .custom-file-input.is-valid~.valid-feedback,.jbd-container .custom-file-input.is-valid~.valid-tooltip{display:block}.was-validated .jbd-container .custom-file-input:valid:focus~.custom-file-label,.jbd-container .custom-file-input.is-valid:focus~.custom-file-label{box-shadow:0 0 0 0.2rem rgba(35,178,107,0.25)}.jbd-container .invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:90%;color:#DB2832}.jbd-container .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(219,40,50,0.9);border-radius:0.35rem}.was-validated .jbd-container .form-control:invalid,.jbd-container .form-control.is-invalid,.was-validated .jbd-container .custom-select:invalid,.jbd-container .custom-select.is-invalid{border-color:#DB2832}.was-validated .jbd-container .form-control:invalid:focus,.jbd-container .form-control.is-invalid:focus,.was-validated .jbd-container .custom-select:invalid:focus,.jbd-container .custom-select.is-invalid:focus{border-color:#DB2832;box-shadow:0 0 0 0.2rem rgba(219,40,50,0.25)}.was-validated .jbd-container .form-control:invalid~.invalid-feedback,.was-validated .jbd-container .form-control:invalid~.invalid-tooltip,.jbd-container .form-control.is-invalid~.invalid-feedback,.jbd-container .form-control.is-invalid~.invalid-tooltip,.was-validated .jbd-container .custom-select:invalid~.invalid-feedback,.was-validated .jbd-container .custom-select:invalid~.invalid-tooltip,.jbd-container .custom-select.is-invalid~.invalid-feedback,.jbd-container .custom-select.is-invalid~.invalid-tooltip{display:block}.was-validated .jbd-container .form-control-file:invalid~.invalid-feedback,.was-validated .jbd-container .form-control-file:invalid~.invalid-tooltip,.jbd-container .form-control-file.is-invalid~.invalid-feedback,.jbd-container .form-control-file.is-invalid~.invalid-tooltip{display:block}.was-validated .jbd-container .form-check-input:invalid~.form-check-label,.jbd-container .form-check-input.is-invalid~.form-check-label{color:#DB2832}.was-validated .jbd-container .form-check-input:invalid~.invalid-feedback,.was-validated .jbd-container .form-check-input:invalid~.invalid-tooltip,.jbd-container .form-check-input.is-invalid~.invalid-feedback,.jbd-container .form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .jbd-container .custom-control-input:invalid~.custom-control-label,.jbd-container .custom-control-input.is-invalid~.custom-control-label{color:#DB2832}.was-validated .jbd-container .custom-control-input:invalid~.custom-control-label::before,.jbd-container .custom-control-input.is-invalid~.custom-control-label::before{background-color:#ed959a}.was-validated .jbd-container .custom-control-input:invalid~.invalid-feedback,.was-validated .jbd-container .custom-control-input:invalid~.invalid-tooltip,.jbd-container .custom-control-input.is-invalid~.invalid-feedback,.jbd-container .custom-control-input.is-invalid~.invalid-tooltip{display:block}.was-validated .jbd-container .custom-control-input:invalid:checked~.custom-control-label::before,.jbd-container .custom-control-input.is-invalid:checked~.custom-control-label::before{background:#e2545c linear-gradient(180deg,#e76d74,#e2545c) repeat-x}.was-validated .jbd-container .custom-control-input:invalid:focus~.custom-control-label::before,.jbd-container .custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(219,40,50,0.25)}.was-validated .jbd-container .custom-file-input:invalid~.custom-file-label,.jbd-container .custom-file-input.is-invalid~.custom-file-label{border-color:#DB2832}.was-validated .jbd-container .custom-file-input:invalid~.custom-file-label::after,.jbd-container .custom-file-input.is-invalid~.custom-file-label::after{border-color:inherit}.was-validated .jbd-container .custom-file-input:invalid~.invalid-feedback,.was-validated .jbd-container .custom-file-input:invalid~.invalid-tooltip,.jbd-container .custom-file-input.is-invalid~.invalid-feedback,.jbd-container .custom-file-input.is-invalid~.invalid-tooltip{display:block}.was-validated .jbd-container .custom-file-input:invalid:focus~.custom-file-label,.jbd-container .custom-file-input.is-invalid:focus~.custom-file-label{box-shadow:0 0 0 0.2rem rgba(219,40,50,0.25)}@media (min-width:576px){.jbd-container .form-inline .form-check-input{margin-right:0.25rem}}.jbd-container textarea.form-control{height:auto}.jbd-container .adminform legend{display:flex;align-items:center;width:100%;min-height:28px;padding:16px 5px;margin:0 !important}.jbd-container .adminform .adminformlist{padding:0 5px}.jbd-container .adminform .adminformlist li{padding-bottom:10px}.jbd-container .adminform .adminformlist li label{display:block;padding:0 !important;padding-right:5px;margin:0 !important}.jbd-container .adminform .adminformlist li textarea{display:block;width:100%;min-height:80px;margin:0 !important;padding:0 8px;border:1px solid #ced4da}.jbd-container .form-horizontal legend{display:flex;align-items:center;width:100%;min-height:28px;padding:16px 5px;margin:0 !important}.jbd-container .form-horizontal .control-group{display:flex;align-items:center;flex-wrap:wrap;width:100%;min-height:60px;padding:9px 5px;margin:0 !important}.jbd-container .form-horizontal .control-group .control-label,.jbd-container .form-horizontal .control-group .controls{width:inherit}.jbd-container .form-horizontal .control-group .control-label{display:inline-block;max-width:40%;padding:0 !important;padding-right:5px !important}.jbd-container .form-horizontal .control-group .control-label label{margin:0 !important}.jbd-container .form-horizontal .control-group .controls{display:inline-block;max-width:60%;margin:0 !important}.jbd-container .form-horizontal .control-group .controls input [type="radio"]{display:none}.jbd-container .form-horizontal .control-group .controls input[type="text"],.jbd-container .form-horizontal .control-group .controls textarea{width:100%;min-height:30px;padding:0 8px;border:1px solid #ced4da}.jbd-container .break-hours{align-items:center}.jbd-container .break-hours .add-break-hours{display:flex;justify-content:center}.jbd-container .btn{display:inline-block;*display:inline;*zoom:1;text-align:center;vertical-align:middle;cursor:pointer;padding:6px 14px;font-size:14px;text-decoration:none}.jbd-container .btn-sm,.jbd-container .btn-group-sm>.btn{padding:3px 10px;font-size:12px}.jbd-container .btn-primary{color:#fff !important;background-color:#1D3A5C;border-color:#1D3A5C;border-radius:0.35rem;background-position:center;transition:background 0.8s}.jbd-container .btn-primary [class*="la"]{color:#fff}.jbd-container .btn-primary:hover{color:#fff;background-color:#14283f;border-color:#112235}.jbd-container .btn-primary:hover [class*="la"]{color:#fff}.jbd-container .btn-primary:focus,.jbd-container .btn-primary.focus{box-shadow:none}.jbd-container .btn-primary.disabled,.jbd-container .btn-primary:disabled{color:#fff;background-color:#1D3A5C;border-color:#1D3A5C}.jbd-container .btn-primary:not(:disabled):not(.disabled):active,.jbd-container .btn-primary:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-primary.dropdown-toggle{color:#fff;background-color:#1D3A5C;background-image:none;border-color:#1D3A5C}.jbd-container .btn-primary:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-primary:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-primary.dropdown-toggle:focus{box-shadow:none}.jbd-container .btn-primary:active{background-color:#05090e;background-size:100%;transition:background 0s}.jbd-container .btn-secondary{color:#212529;background-color:#f0f1f3;border-color:#f0f1f3;border-radius:0.35rem;background-position:center;transition:background 0.8s}.jbd-container .btn-secondary [class*="la"]{color:#212529}.jbd-container .btn-secondary:hover{color:#212529;background-color:#dbdde2;border-color:#d4d7dc}.jbd-container .btn-secondary:hover [class*="la"]{color:#212529}.jbd-container .btn-secondary:focus,.jbd-container .btn-secondary.focus{box-shadow:none}.jbd-container .btn-secondary.disabled,.jbd-container .btn-secondary:disabled{color:#212529;background-color:#f0f1f3;border-color:#f0f1f3}.jbd-container .btn-secondary:not(:disabled):not(.disabled):active,.jbd-container .btn-secondary:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-secondary.dropdown-toggle{color:#212529;background-color:#f0f1f3;background-image:none;border-color:#f0f1f3}.jbd-container .btn-secondary:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-secondary.dropdown-toggle:focus{box-shadow:none}.jbd-container .btn-secondary:active{background-color:#b7bcc6;background-size:100%;transition:background 0s}.jbd-container .btn-success{color:#fff;background-color:#23B26B;border-color:#23B26B;border-radius:0.35rem;background-position:center;transition:background 0.8s}.jbd-container .btn-success [class*="la"]{color:#fff}.jbd-container .btn-success:hover{color:#fff;background-color:#1d9258;border-color:#1b8751}.jbd-container .btn-success:hover [class*="la"]{color:#fff}.jbd-container .btn-success:focus,.jbd-container .btn-success.focus{box-shadow:none}.jbd-container .btn-success.disabled,.jbd-container .btn-success:disabled{color:#fff;background-color:#23B26B;border-color:#23B26B}.jbd-container .btn-success:not(:disabled):not(.disabled):active,.jbd-container .btn-success:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-success.dropdown-toggle{color:#fff;background-color:#23B26B;background-image:none;border-color:#23B26B}.jbd-container .btn-success:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-success:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-success.dropdown-toggle:focus{box-shadow:none}.jbd-container .btn-success:active{background-color:#125d38;background-size:100%;transition:background 0s}.jbd-container .btn-info{color:#fff;background-color:#3498DB;border-color:#3498DB;border-radius:0.35rem;background-position:center;transition:background 0.8s}.jbd-container .btn-info [class*="la"]{color:#fff}.jbd-container .btn-info:hover{color:#fff;background-color:#2384c6;border-color:#217dbb}.jbd-container .btn-info:hover [class*="la"]{color:#fff}.jbd-container .btn-info:focus,.jbd-container .btn-info.focus{box-shadow:none}.jbd-container .btn-info.disabled,.jbd-container .btn-info:disabled{color:#fff;background-color:#3498DB;border-color:#3498DB}.jbd-container .btn-info:not(:disabled):not(.disabled):active,.jbd-container .btn-info:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-info.dropdown-toggle{color:#fff;background-color:#3498DB;background-image:none;border-color:#3498DB}.jbd-container .btn-info:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-info:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-info.dropdown-toggle:focus{box-shadow:none}.jbd-container .btn-info:active{background-color:#196090;background-size:100%;transition:background 0s}.jbd-container .btn-warning{color:#212529;background-color:#F39C12;border-color:#F39C12;border-radius:0.35rem;background-position:center;transition:background 0.8s}.jbd-container .btn-warning [class*="la"]{color:#212529}.jbd-container .btn-warning:hover{color:#fff;background-color:#d4860b;border-color:#c87f0a}.jbd-container .btn-warning:hover [class*="la"]{color:#fff}.jbd-container .btn-warning:focus,.jbd-container .btn-warning.focus{box-shadow:none}.jbd-container .btn-warning.disabled,.jbd-container .btn-warning:disabled{color:#212529;background-color:#F39C12;border-color:#F39C12}.jbd-container .btn-warning:not(:disabled):not(.disabled):active,.jbd-container .btn-warning:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-warning.dropdown-toggle{color:#212529;background-color:#F39C12;background-image:none;border-color:#F39C12}.jbd-container .btn-warning:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-warning:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-warning.dropdown-toggle:focus{box-shadow:none}.jbd-container .btn-warning:active{background-color:#976008;background-size:100%;transition:background 0s}.jbd-container .btn-danger{color:#fff;background-color:#DB2832;border-color:#DB2832;border-radius:0.35rem;background-position:center;transition:background 0.8s}.jbd-container .btn-danger [class*="la"]{color:#fff}.jbd-container .btn-danger:hover{color:#fff;background-color:#bd2028;border-color:#b21e26}.jbd-container .btn-danger:hover [class*="la"]{color:#fff}.jbd-container .btn-danger:focus,.jbd-container .btn-danger.focus{box-shadow:none}.jbd-container .btn-danger.disabled,.jbd-container .btn-danger:disabled{color:#fff;background-color:#DB2832;border-color:#DB2832}.jbd-container .btn-danger:not(:disabled):not(.disabled):active,.jbd-container .btn-danger:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-danger.dropdown-toggle{color:#fff;background-color:#DB2832;background-image:none;border-color:#DB2832}.jbd-container .btn-danger:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-danger:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-danger.dropdown-toggle:focus{box-shadow:none}.jbd-container .btn-danger:active{background-color:#86171d;background-size:100%;transition:background 0s}.jbd-container .btn-light{color:#212529;background-color:#f0f1f3;border-color:#f0f1f3;border-radius:0.35rem;background-position:center;transition:background 0.8s}.jbd-container .btn-light [class*="la"]{color:#212529}.jbd-container .btn-light:hover{color:#212529;background-color:#dbdde2;border-color:#d4d7dc}.jbd-container .btn-light:hover [class*="la"]{color:#212529}.jbd-container .btn-light:focus,.jbd-container .btn-light.focus{box-shadow:none}.jbd-container .btn-light.disabled,.jbd-container .btn-light:disabled{color:#212529;background-color:#f0f1f3;border-color:#f0f1f3}.jbd-container .btn-light:not(:disabled):not(.disabled):active,.jbd-container .btn-light:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-light.dropdown-toggle{color:#212529;background-color:#f0f1f3;background-image:none;border-color:#f0f1f3}.jbd-container .btn-light:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-light:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-light.dropdown-toggle:focus{box-shadow:none}.jbd-container .btn-light:active{background-color:#b7bcc6;background-size:100%;transition:background 0s}.jbd-container .btn-dark{color:#fff;background-color:#343a40;border-color:#343a40;border-radius:0.35rem;background-position:center;transition:background 0.8s}.jbd-container .btn-dark [class*="la"]{color:#fff}.jbd-container .btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.jbd-container .btn-dark:hover [class*="la"]{color:#fff}.jbd-container .btn-dark:focus,.jbd-container .btn-dark.focus{box-shadow:none}.jbd-container .btn-dark.disabled,.jbd-container .btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.jbd-container .btn-dark:not(:disabled):not(.disabled):active,.jbd-container .btn-dark:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-dark.dropdown-toggle{color:#fff;background-color:#343a40;background-image:none;border-color:#343a40}.jbd-container .btn-dark:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-dark:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-dark.dropdown-toggle:focus{box-shadow:none}.jbd-container .btn-dark:active{background-color:#060708;background-size:100%;transition:background 0s}.jbd-container .btn-outline-primary{color:#1D3A5C;background-color:transparent;background-image:none;border-color:#1D3A5C;border-radius:0.35rem}.jbd-container .btn-outline-primary [class*="la"]{color:#1D3A5C}.jbd-container .btn-outline-primary:hover{color:#fff;background-color:#1D3A5C;border-color:#1D3A5C}.jbd-container .btn-outline-primary:hover [class*="la"]{color:#fff}.jbd-container .btn-outline-primary:focus,.jbd-container .btn-outline-primary.focus{box-shadow:0 0 0 0.2rem rgba(29,58,92,0.5)}.jbd-container .btn-outline-primary.disabled,.jbd-container .btn-outline-primary:disabled{color:#1D3A5C;background-color:transparent}.jbd-container .btn-outline-primary:not(:disabled):not(.disabled):active,.jbd-container .btn-outline-primary:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-outline-primary.dropdown-toggle{color:#fff;background-color:#1D3A5C;border-color:#1D3A5C}.jbd-container .btn-outline-primary:not(:disabled):not(.disabled):active [class*="la"],.jbd-container .btn-outline-primary:not(:disabled):not(.disabled).active [class*="la"],.show>.jbd-container .btn-outline-primary.dropdown-toggle [class*="la"]{color:#fff}.jbd-container .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(29,58,92,0.5)}.jbd-container .btn-outline-secondary{color:#f0f1f3;background-color:transparent;background-image:none;border-color:#f0f1f3;border-radius:0.35rem}.jbd-container .btn-outline-secondary [class*="la"]{color:#f0f1f3}.jbd-container .btn-outline-secondary:hover{color:#212529;background-color:#f0f1f3;border-color:#f0f1f3}.jbd-container .btn-outline-secondary:hover [class*="la"]{color:#212529}.jbd-container .btn-outline-secondary:focus,.jbd-container .btn-outline-secondary.focus{box-shadow:0 0 0 0.2rem rgba(240,241,243,0.5)}.jbd-container .btn-outline-secondary.disabled,.jbd-container .btn-outline-secondary:disabled{color:#f0f1f3;background-color:transparent}.jbd-container .btn-outline-secondary:not(:disabled):not(.disabled):active,.jbd-container .btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-outline-secondary.dropdown-toggle{color:#212529;background-color:#f0f1f3;border-color:#f0f1f3}.jbd-container .btn-outline-secondary:not(:disabled):not(.disabled):active [class*="la"],.jbd-container .btn-outline-secondary:not(:disabled):not(.disabled).active [class*="la"],.show>.jbd-container .btn-outline-secondary.dropdown-toggle [class*="la"]{color:#212529}.jbd-container .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(240,241,243,0.5)}.jbd-container .btn-outline-success{color:#23B26B;background-color:transparent;background-image:none;border:1px solid #23B26B;border-radius:0.35rem}.jbd-container .btn-outline-success [class*="la"]{color:#23B26B}.jbd-container .btn-outline-success:hover{color:#fff;background-color:#23B26B;border-color:#23B26B}.jbd-container .btn-outline-success:hover [class*="la"]{color:#fff}.jbd-container .btn-outline-success:focus,.jbd-container .btn-outline-success.focus{box-shadow:0 0 0 0.2rem rgba(35,178,107,0.5)}.jbd-container .btn-outline-success.disabled,.jbd-container .btn-outline-success:disabled{color:#23B26B;background-color:transparent}.jbd-container .btn-outline-success:not(:disabled):not(.disabled):active,.jbd-container .btn-outline-success:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-outline-success.dropdown-toggle{color:#fff;background-color:#23B26B;border-color:#23B26B}.jbd-container .btn-outline-success:not(:disabled):not(.disabled):active [class*="la"],.jbd-container .btn-outline-success:not(:disabled):not(.disabled).active [class*="la"],.show>.jbd-container .btn-outline-success.dropdown-toggle [class*="la"]{color:#fff}.jbd-container .btn-outline-success:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(35,178,107,0.5)}.jbd-container .btn-outline-info{color:#3498DB;background-color:transparent;background-image:none;border-color:#3498DB;border-radius:0.35rem}.jbd-container .btn-outline-info [class*="la"]{color:#3498DB}.jbd-container .btn-outline-info:hover{color:#fff;background-color:#3498DB;border-color:#3498DB}.jbd-container .btn-outline-info:hover [class*="la"]{color:#fff}.jbd-container .btn-outline-info:focus,.jbd-container .btn-outline-info.focus{box-shadow:0 0 0 0.2rem rgba(52,152,219,0.5)}.jbd-container .btn-outline-info.disabled,.jbd-container .btn-outline-info:disabled{color:#3498DB;background-color:transparent}.jbd-container .btn-outline-info:not(:disabled):not(.disabled):active,.jbd-container .btn-outline-info:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-outline-info.dropdown-toggle{color:#fff;background-color:#3498DB;border-color:#3498DB}.jbd-container .btn-outline-info:not(:disabled):not(.disabled):active [class*="la"],.jbd-container .btn-outline-info:not(:disabled):not(.disabled).active [class*="la"],.show>.jbd-container .btn-outline-info.dropdown-toggle [class*="la"]{color:#fff}.jbd-container .btn-outline-info:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(52,152,219,0.5)}.jbd-container .btn-outline-warning{color:#F39C12;background-color:transparent;background-image:none;border-color:#F39C12;border-radius:0.35rem}.jbd-container .btn-outline-warning [class*="la"]{color:#F39C12}.jbd-container .btn-outline-warning:hover{color:#212529;background-color:#F39C12;border-color:#F39C12}.jbd-container .btn-outline-warning:hover [class*="la"]{color:#212529}.jbd-container .btn-outline-warning:focus,.jbd-container .btn-outline-warning.focus{box-shadow:0 0 0 0.2rem rgba(243,156,18,0.5)}.jbd-container .btn-outline-warning.disabled,.jbd-container .btn-outline-warning:disabled{color:#F39C12;background-color:transparent}.jbd-container .btn-outline-warning:not(:disabled):not(.disabled):active,.jbd-container .btn-outline-warning:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-outline-warning.dropdown-toggle{color:#212529;background-color:#F39C12;border-color:#F39C12}.jbd-container .btn-outline-warning:not(:disabled):not(.disabled):active [class*="la"],.jbd-container .btn-outline-warning:not(:disabled):not(.disabled).active [class*="la"],.show>.jbd-container .btn-outline-warning.dropdown-toggle [class*="la"]{color:#212529}.jbd-container .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(243,156,18,0.5)}.jbd-container .btn-outline-danger{color:#DB2832;background-color:transparent;background-image:none;border-color:#DB2832;border-radius:0.35rem}.jbd-container .btn-outline-danger [class*="la"]{color:#DB2832}.jbd-container .btn-outline-danger:hover{color:#fff;background-color:#DB2832;border-color:#DB2832}.jbd-container .btn-outline-danger:hover [class*="la"]{color:#fff}.jbd-container .btn-outline-danger:focus,.jbd-container .btn-outline-danger.focus{box-shadow:0 0 0 0.2rem rgba(219,40,50,0.5)}.jbd-container .btn-outline-danger.disabled,.jbd-container .btn-outline-danger:disabled{color:#DB2832;background-color:transparent}.jbd-container .btn-outline-danger:not(:disabled):not(.disabled):active,.jbd-container .btn-outline-danger:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-outline-danger.dropdown-toggle{color:#fff;background-color:#DB2832;border-color:#DB2832}.jbd-container .btn-outline-danger:not(:disabled):not(.disabled):active [class*="la"],.jbd-container .btn-outline-danger:not(:disabled):not(.disabled).active [class*="la"],.show>.jbd-container .btn-outline-danger.dropdown-toggle [class*="la"]{color:#fff}.jbd-container .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(219,40,50,0.5)}.jbd-container .btn-outline-light{color:#f0f1f3;background-color:transparent;background-image:none;border-color:#f0f1f3;border-radius:0.35rem}.jbd-container .btn-outline-light [class*="la"]{color:#f0f1f3}.jbd-container .btn-outline-light:hover{color:#212529;background-color:#f0f1f3;border-color:#f0f1f3}.jbd-container .btn-outline-light:hover [class*="la"]{color:#212529}.jbd-container .btn-outline-light:focus,.jbd-container .btn-outline-light.focus{box-shadow:0 0 0 0.2rem rgba(240,241,243,0.5)}.jbd-container .btn-outline-light.disabled,.jbd-container .btn-outline-light:disabled{color:#f0f1f3;background-color:transparent}.jbd-container .btn-outline-light:not(:disabled):not(.disabled):active,.jbd-container .btn-outline-light:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-outline-light.dropdown-toggle{color:#212529;background-color:#f0f1f3;border-color:#f0f1f3}.jbd-container .btn-outline-light:not(:disabled):not(.disabled):active [class*="la"],.jbd-container .btn-outline-light:not(:disabled):not(.disabled).active [class*="la"],.show>.jbd-container .btn-outline-light.dropdown-toggle [class*="la"]{color:#212529}.jbd-container .btn-outline-light:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(240,241,243,0.5)}.jbd-container .btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40;border-radius:0.35rem}.jbd-container .btn-outline-dark [class*="la"]{color:#343a40}.jbd-container .btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.jbd-container .btn-outline-dark:hover [class*="la"]{color:#fff}.jbd-container .btn-outline-dark:focus,.jbd-container .btn-outline-dark.focus{box-shadow:0 0 0 0.2rem rgba(52,58,64,0.5)}.jbd-container .btn-outline-dark.disabled,.jbd-container .btn-outline-dark:disabled{color:#343a40;background-color:transparent}.jbd-container .btn-outline-dark:not(:disabled):not(.disabled):active,.jbd-container .btn-outline-dark:not(:disabled):not(.disabled).active,.show>.jbd-container .btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.jbd-container .btn-outline-dark:not(:disabled):not(.disabled):active [class*="la"],.jbd-container .btn-outline-dark:not(:disabled):not(.disabled).active [class*="la"],.show>.jbd-container .btn-outline-dark.dropdown-toggle [class*="la"]{color:#fff}.jbd-container .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.jbd-container .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(52,58,64,0.5)}.jbd-container .btn-link{color:#1D3A5C}.jbd-container .btn-link:hover{color:#0b1522}.jbd-container *[class*="btn-light"] *[class*="la"],.jbd-container *[class*="badge-light"] *[class*="la"]{color:inherit !important}.jbd-container .jbtn-round{border-radius:100px}.jbd-container .dropdown-menu{color:#212529;background-color:#fff;border:1px solid rgba(0,0,0,0.15)}.jbd-container .dropdown-item{padding:0.25rem 1.5rem;color:#212529}.jbd-container .dropdown-item:hover,.jbd-container .dropdown-item:focus{color:#16181b;background:#f0f1f3 linear-gradient(180deg,#f2f3f5,#f0f1f3) repeat-x}.jbd-container .dropdown-item.active,.jbd-container .dropdown-item:active{color:#fff;background:#1D3A5C linear-gradient(180deg,#3f5874,#1D3A5C) repeat-x}.jbd-container .dropdown-item.disabled,.jbd-container .dropdown-item:disabled{color:#95a5a6;background-color:transparent;background-image:none}.jbd-container .dropdown-header{color:#95a5a6}.jbd-container .dropdown-item-text{color:#212529}.jbd-container .btn-group label,.jbd-container .btn-group-vertical label{font-weight:400 !important}.jbd-container .btn-group>.btn,.jbd-container .btn-group-vertical>.btn{position:relative;flex:0 1 auto}.jbd-container .btn-group>.btn:hover,.jbd-container .btn-group-vertical>.btn:hover{z-index:1}.jbd-container .btn-group>.btn:focus,.jbd-container .btn-group>.btn:active,.jbd-container .btn-group>.btn.active,.jbd-container .btn-group-vertical>.btn:focus,.jbd-container .btn-group-vertical>.btn:active,.jbd-container .btn-group-vertical>.btn.active{z-index:1}.jbd-container .btn-group .btn+.btn,.jbd-container .btn-group .btn+.btn-group,.jbd-container .btn-group .btn-group+.btn,.jbd-container .btn-group .btn-group+.btn-group,.jbd-container .btn-group-vertical .btn+.btn,.jbd-container .btn-group-vertical .btn+.btn-group,.jbd-container .btn-group-vertical .btn-group+.btn,.jbd-container .btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.jbd-container .btn-group{position:relative;display:inline-flex}.jbd-container .btn-group-yesno>.btn{background-color:#f9f9f9;border:1px solid #eee}.jbd-container .btn-toolbar .input-group{width:auto}.jbd-container .field-calendar .input-group{flex-wrap:nowrap}.jbd-container .btn-group>.btn:first-child{margin-left:0;border-top-left-radius:0.35rem;border-bottom-left-radius:0.35rem}.jbd-container .btn-group>.btn:last-child{margin-left:0;border-top-right-radius:0.35rem;border-bottom-right-radius:0.35rem}.jbd-container .btn-group>.btn:not(:last-child):not(.dropdown-toggle),.jbd-container .btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.jbd-container .btn-group>.btn:not(:first-child),.jbd-container .btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.jbd-container .dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem}.jbd-container .dropdown-toggle-split::after,.dropup .jbd-container .dropdown-toggle-split::after,.dropright .jbd-container .dropdown-toggle-split::after{margin-left:0}.dropleft .jbd-container .dropdown-toggle-split::before{margin-right:0}.jbd-container .btn-sm+.dropdown-toggle-split,.jbd-container .btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.jbd-container .btn-lg+.dropdown-toggle-split,.jbd-container .btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.jbd-container .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.jbd-container .btn-group-vertical .btn,.jbd-container .btn-group-vertical .btn-group{width:100%}.jbd-container .btn-group-vertical>.btn+.btn,.jbd-container .btn-group-vertical>.btn+.btn-group,.jbd-container .btn-group-vertical>.btn-group+.btn,.jbd-container .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.jbd-container .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.jbd-container .btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.jbd-container .btn-group-vertical>.btn:not(:first-child),.jbd-container .btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.jbd-container .btn-group-toggle>.btn,.jbd-container .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.jbd-container .btn-group-toggle>.btn input[type="radio"],.jbd-container .btn-group-toggle>.btn input[type="checkbox"],.jbd-container .btn-group-toggle>.btn-group>.btn input[type="radio"],.jbd-container .btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.jbd-container .input-group-text{color:#7b8a8b;background-color:#ecf0f1;border:1px solid #dee2e6}.jbd-container #dir-dashboard-tabs-col .input-group input,.jbd-container #dir-dashboard-tabs-col .input-group-append button{height:30px}.jbd-container #dir-dashboard-tabs-col .input-group input{padding:5px}.jbd-container #dir-dashboard-tabs-col .input-group-append button,.jbd-container #dir-dashboard-tabs-col .input-append button{font-size:14px;border-radius:0;padding:5px 10px}.jbd-container .input-group input{max-width:100%}.jbd-container .input-group-append>*{border-top-left-radius:0;border-bottom-left-radius:0}.jbd-container .input-group-prepend>*{border-top-right-radius:0;border-bottom-right-radius:0}.jbd-container .input-group .input-group-append .la,.jbd-container .input-group .input-group-append .fal,.jbd-container .input-group .input-group-append .fa,.jbd-container .input-group .input-group-prepend .la,.jbd-container .input-group .input-group-prepend .fal,.jbd-container .input-group .input-group-prepend .fa{display:flex;justify-content:center;align-items:center;padding:0 10px}.jbd-container .input-group .input-group-append *[class*="icon"],.jbd-container .input-group .input-group-prepend *[class*="icon"]{height:100%;display:flex;justify-content:center;align-items:center}.jbd-container .input-group:focus .input-group-append .la:focus,.jbd-container .input-group:focus .input-group-prepend .la:focus{color:#5e6869;background-color:#fff;border-color:#3c77bd;outline:0;box-shadow:0 0 0 0.2rem rgba(29,58,92,0.25)}.jbd-container .terms-condition-wrapper{display:flex;flex-direction:column;align-items:center;padding-top:15px !important;padding-bottom:15px !important}.jbd-container .terms-condition-wrapper .term_conditions{margin:0 !important}.jbd-container .terms-condition-wrapper .btn-row{justify-content:center}.jbd-container .button-row{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:25px}.jbd-container .button-row>*{margin:0 5px}.jbd-container .button-row>*:first-child{margin-left:0}.jbd-container .button-row>*:last-child{margin-right:0}.jbd-container .custom-control-input:checked~.custom-control-label::before{color:#fff}.jbd-container .custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#5f91cd}.jbd-container .custom-control-input:disabled~.custom-control-label{color:#95a5a6}.jbd-container .custom-control-input:disabled~.custom-control-label::before{background-color:#ecf0f1}.jbd-container .custom-control-label::before{background-color:#dee2e6}.jbd-container .custom-checkbox .custom-control-input:checked~.custom-control-label::before{background:#1D3A5C linear-gradient(180deg,#3f5874,#1D3A5C) repeat-x}.jbd-container .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background:#1D3A5C linear-gradient(180deg,#3f5874,#1D3A5C) repeat-x}.jbd-container .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(29,58,92,0.5)}.jbd-container .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(29,58,92,0.5)}.jbd-container .custom-radio .custom-control-label::before{border-radius:50%}.jbd-container .custom-radio .custom-control-input:checked~.custom-control-label::before{background:#1D3A5C linear-gradient(180deg,#3f5874,#1D3A5C) repeat-x}.jbd-container .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(29,58,92,0.5)}.jbd-container .custom-select{color:#7b8a8b}.jbd-container .custom-select:focus{border-color:#3c77bd}.jbd-container .custom-select:focus::-ms-value{color:#7b8a8b}.jbd-container .custom-select:disabled{color:#95a5a6;background-color:#ecf0f1}.jbd-container .custom-file-input:focus~.custom-file-label{border-color:#3c77bd}.jbd-container .custom-file-input:focus~.custom-file-label::after{border-color:#3c77bd}.jbd-container .custom-file-input:disabled~.custom-file-label{background-color:#ecf0f1}.jbd-container .custom-file-label{color:#7b8a8b;background-color:#fff}.jbd-container .custom-file-label::after{color:#7b8a8b;background:#ecf0f1 linear-gradient(180deg,#eff2f3,#ecf0f1) repeat-x}.jbd-container .custom-range::-webkit-slider-thumb{background:#1D3A5C linear-gradient(180deg,#3f5874,#1D3A5C) repeat-x}.jbd-container .custom-range::-webkit-slider-thumb:active{background:#5f91cd linear-gradient(180deg,#77a2d4,#5f91cd) repeat-x}.jbd-container .custom-range::-webkit-slider-runnable-track{background-color:#dee2e6}.jbd-container .custom-range::-moz-range-thumb{background:#1D3A5C linear-gradient(180deg,#3f5874,#1D3A5C) repeat-x}.jbd-container .custom-range::-moz-range-thumb:active{background:#5f91cd linear-gradient(180deg,#77a2d4,#5f91cd) repeat-x}.jbd-container .custom-range::-moz-range-track{background-color:#dee2e6;border-radius:1rem}.jbd-container .custom-range::-ms-thumb{background:#1D3A5C linear-gradient(180deg,#3f5874,#1D3A5C) repeat-x}.jbd-container .custom-range::-ms-fill-lower{background-color:#dee2e6}.jbd-container .custom-range::-ms-fill-upper{background-color:#dee2e6}.jbd-container .nav-link{padding:0.5rem 1rem}.jbd-container .nav-link.disabled{color:#95a5a6}.jbd-container .nav-tabs{border-bottom:1px solid #dee2e6}.jbd-container .nav-tabs .nav-link{border:1px solid transparent}.jbd-container .nav-tabs .nav-link:hover,.jbd-container .nav-tabs .nav-link:focus{border-color:#ecf0f1 #ecf0f1 #dee2e6}.jbd-container .nav-tabs .nav-link.disabled{color:#95a5a6}.jbd-container .nav-tabs .nav-link.active,.jbd-container .nav-tabs .nav-item.show .nav-link{color:#7b8a8b;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.jbd-container .nav-tabs .dropdown-menu{margin-top:-1px}.jbd-container .nav-pills .nav-link.active,.jbd-container .nav-pills .show>.nav-link{color:#fff;background-color:#1D3A5C}.jbd-container .navbar-light .navbar-brand{color:rgba(0,0,0,0.9)}.jbd-container .navbar-light .navbar-brand:hover,.jbd-container .navbar-light .navbar-brand:focus{color:rgba(0,0,0,0.9)}.jbd-container .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,0.5)}.jbd-container .navbar-light .navbar-nav .nav-link:hover,.jbd-container .navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,0.7)}.jbd-container .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.jbd-container .navbar-light .navbar-nav .show>.nav-link,.jbd-container .navbar-light .navbar-nav .active>.nav-link,.jbd-container .navbar-light .navbar-nav .nav-link.show,.jbd-container .navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,0.9)}.jbd-container .navbar-light .navbar-toggler{color:rgba(0,0,0,0.5);border-color:rgba(0,0,0,0.1)}.jbd-container .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.jbd-container .navbar-light .navbar-text{color:rgba(0,0,0,0.5)}.jbd-container .navbar-light .navbar-text a{color:rgba(0,0,0,0.9)}.jbd-container .navbar-light .navbar-text a:hover,.jbd-container .navbar-light .navbar-text a:focus{color:rgba(0,0,0,0.9)}.jbd-container .navbar-dark .navbar-brand{color:#fff}.jbd-container .navbar-dark .navbar-brand:hover,.jbd-container .navbar-dark .navbar-brand:focus{color:#fff}.jbd-container .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,0.5)}.jbd-container .navbar-dark .navbar-nav .nav-link:hover,.jbd-container .navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,0.75)}.jbd-container .navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.jbd-container .navbar-dark .navbar-nav .show>.nav-link,.jbd-container .navbar-dark .navbar-nav .active>.nav-link,.jbd-container .navbar-dark .navbar-nav .nav-link.show,.jbd-container .navbar-dark .navbar-nav .nav-link.active{color:#fff}.jbd-container .navbar-dark .navbar-toggler{color:rgba(255,255,255,0.5);border-color:rgba(255,255,255,0.1)}.jbd-container .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.jbd-container .navbar-dark .navbar-text{color:rgba(255,255,255,0.5)}.jbd-container .navbar-dark .navbar-text a{color:#fff}.jbd-container .navbar-dark .navbar-text a:hover,.jbd-container .navbar-dark .navbar-text a:focus{color:#fff}.jbd-container .jitem-card{background-color:#fff;color:#8B8F98;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;flex-wrap:wrap;position:relative;border:none;border-radius:0.35rem;overflow:hidden}@media screen and (prefers-reduced-motion:reduce){.jbd-container .jitem-card{transition:none}}.jbd-container .jitem-card:hover{box-shadow:0 4px 8px rgba(0,0,0,0.16);transition:300ms}.jbd-container .jitem-card.card-shadow{-webkit-box-shadow:0px 1.2rem 1.4rem rgba(37,41,79,0.1);box-shadow:0px 1.2rem 1.4rem rgba(37,41,79,0.1)}.jbd-container .jitem-card .jitem-date-wrap,.jbd-container .jitem-card .jitem-idate-wrap,.jbd-container .jitem-card .jitem-text-wrap,.jbd-container .jitem-card .jitem-discount-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:3;padding:.5em 1em;background-color:#fff}@media screen and (prefers-reduced-motion:reduce){.jbd-container .jitem-card .jitem-date-wrap,.jbd-container .jitem-card .jitem-idate-wrap,.jbd-container .jitem-card .jitem-text-wrap,.jbd-container .jitem-card .jitem-discount-wrap{transition:none}}.jbd-container .jitem-card .jitem-date-wrap>*,.jbd-container .jitem-card .jitem-idate-wrap>*,.jbd-container .jitem-card .jitem-text-wrap>*,.jbd-container .jitem-card .jitem-discount-wrap>*{line-height:1;margin:2px 0}.jbd-container .jitem-card .jitem-date-wrap{position:absolute;top:10px;left:15px}.jbd-container .jitem-card .jitem-date-wrap>*:first-child{font-size:1.6em}.jbd-container .jitem-card .jitem-idate-wrap{position:absolute;top:15px;left:15px;border-radius:0.35rem}.jbd-container .jitem-card .jitem-idate-wrap .idate-year{font-weight:600;font-size:1em}.jbd-container .jitem-card .jitem-idate-wrap .idate-date{font-size:0.9em}.jbd-container .jitem-card .jitem-text-wrap{position:absolute;top:15px;left:15px;border:1px solid #fafafa;background:transparent;color:#fafafa;padding:5px 10px;font-size:13px}.jbd-container .jitem-card .jitem-text-wrap:hover{background:#fff;color:#333;opacity:.6}.jbd-container .jitem-card .jitem-discount-wrap{position:absolute;top:15px;right:0;border-radius:5px 0 0 5px}.jbd-container .jitem-card .jitem-img-wrap,.jbd-container .jitem-card .jitem-body,.jbd-container .jitem-card .jitem-footer{width:100%}.jbd-container .jitem-card .jitem-img-wrap{min-height:170px;position:relative;z-index:1;border-radius:0.35rem}.jbd-container .jitem-card .jitem-img-wrap.small{min-height:150px}.jbd-container .jitem-card .jitem-img-wrap>a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;cursor:pointer}.jbd-container .jitem-card .jitem-img-wrap img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-top-left-radius:0.35rem;border-top-right-radius:0.35rem;margin:0}.jbd-container .jitem-card .jitem-img-wrap .card-hoverable{position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;padding:1rem;background-color:rgba(0,0,0,0.7);z-index:2;transform:scale(0);border:1px solid rgba(0,0,0,0.125);border-top-left-radius:0.35rem;border-top-right-radius:0.35rem;transition:all ease 0.2s}.jbd-container .jitem-card .jitem-img-wrap .card-hoverable *{color:#fff;margin:2px 0}.jbd-container .jitem-card .jitem-img-wrap .card-hoverable>*{width:100%}.jbd-container .jitem-card .jitem-img-wrap .card-hoverable *:not(*[class*="la"]){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jbd-container .jitem-card .jitem-logo{position:absolute;height:80px;width:80px;border-radius:50%;border:3px solid #fff;left:20px;bottom:-40px;text-align:center;z-index:2;overflow:hidden;display:flex;justify-content:center}.jbd-container .jitem-card .jitem-logo img{height:100%;max-width:none}.jbd-container .jitem-card .jitem-rating{display:flex;justify-content:flex-start;align-items:center;line-height:20px}.jbd-container .jitem-card .jitem-rating-count{margin-left:7px;font-size:13px}.jbd-container .jitem-card .jitem-body{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex:1;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0.35rem;border-bottom-left-radius:0.35rem;border:1px solid rgba(0,0,0,0.125);border-top:none}.jbd-container .jitem-card .jitem-body .jitem-body-content{padding:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex:1;width:100%}.jbd-container .jitem-card .jitem-body .jitem-title{margin-bottom:10px}.jbd-container .jitem-card .jitem-title>*{color:#343a40;font-size:16px;font-weight:600}.jbd-container .jitem-card .jitem-body .jitem-desc{display:flex;flex-direction:column;flex:1}.jbd-container .jitem-card .jitem-body .jitem-desc.text-small{font-size:90%}.jbd-container .jitem-card .jitem-body .jitem-desc p{margin:0 0 5px 0}.jbd-container .jitem-card .jitem-body .jitem-desc .jitem-desc-content{margin-bottom:15px}.jbd-container .jitem-card .jitem-body .jitem-desc .jitem-desc-content .icon{width:15px;height:15px}.jbd-container .jitem-card .jitem-body .jitem-desc .jitem-prices{display:flex;align-items:flex-end}.jbd-container .jitem-card .jitem-body .jitem-desc .jitem-prices>*{margin:0 2px}.jbd-container .jitem-card .jitem-body .jitem-desc .jitem-prices-current{color:#7b8a8b}.jbd-container .jitem-card .jitem-body .jitem-desc .jitem-prices-original{color:#95a5a6;text-decoration:line-through}.jbd-container .jitem-card .jitem-body .jitem-desc .jitem-prices-amount{color:#95a5a6}.jbd-container .jitem-card .jitem-body .jitem-desc>*{}.jbd-container .jitem-card .jitem-body .jitem-desc>*:last-child{margin-bottom:0}.jbd-container .jitem-card .jitem-body .jitem-desc .date-wrap{display:flex;flex-direction:row;justify-content:space-between}.jbd-container .jitem-card .jitem-body .jitem-desc .date-wrap .jitem-date{padding:15px 0;text-align:center;margin-right:20px}.jbd-container .jitem-card .jitem-body .jitem-desc .date-wrap .jmonth{display:block;text-transform:uppercase;letter-spacing:1px;font-size:12px;line-height:normal;color:#f06292 !important}.jbd-container .jitem-card .jitem-body .jitem-desc .date-wrap .jday{display:block;font-size:24px;color:#485273;line-height:normal}.jbd-container .jitem-card .jitem-body .jitem-desc .date-wrap{}.jbd-container .jitem-card .jitem-body .jitem-desc .date-wrap{}.jbd-container .jitem-card .jitem-body .jitem-desc .date-wrap{}.jbd-container .jitem-card .jitem-body .jitem-bottom-box{padding:10px 10px 10px 20px;border-top:1px solid #e1e1e1;width:100%}.jbd-container .jitem-card .jitem-body .jitem-info{display:flex;justify-content:space-between;align-items:center;margin-top:auto;width:100%;color:#81878e}.jbd-container .jitem-card .jitem-body .jitem-info a{color:#343a40}.jbd-container .jitem-card .jitem-body .jitem-info *[class*="la"]{font-size:20px;justify-content:flex-end}.jbd-container .jitem-card .jitem-body .jitem-info.text-small{font-size:90%}.jbd-container .jitem-card .jitem-body .jitem-bottom{display:flex;margin-bottom:0;margin-top:auto;width:100%;min-height:60px}.jbd-container .jitem-card .jitem-body .jitem-bottom.bottom-border{border-top:1px solid #ccc}.jbd-container .jitem-card .jitem-body .jitem-bottom .item-category{display:flex;font-size:13px;flex:1 1 auto;max-width:none}.jbd-container .jitem-card .jitem-body .jitem-bottom .la{font-size:20px}.jbd-container .jitem-card .jitem-body .jitem-icon-box{display:flex;align-items:center}.jbd-container .jitem-card .jitem-body .jitem-icon-box i{margin-right:7px}.jbd-container .jitem-card .jitem-body .jitem-icon-box span{margin-right:7px}.jbd-container .jitem-card .jitem-footer{display:flex;justify-content:flex-end;align-self:flex-end;margin-bottom:0;margin-top:auto;padding:0 0.6em 0.6em}.jbd-container .jitem-card.card .jitem-body{border:none}.jbd-container .jitem-card.card-plain{padding:15px;border:1px solid #ccc}.jbd-container .jitem-card.card-plain.icon{flex-direction:row}.jbd-container .jitem-card.card-plain .jitem-title{font-size:16px;font-weight:600;margin-bottom:5px}.jbd-container .jitem-card.card-plain .jitem-icon{border-radius:50%;background-color:#f1f1f1;width:50px;height:50px;line-height:50px;text-align:center;margin-right:15px}.jbd-container .jitem-card.card-plain .jitem-body{border:0px;margin-bottom:15px}.jbd-container .jitem-card.card-plain .jitem-header{padding-bottom:15px;border-bottom:1px solid #ccc;margin-bottom:15px}.jbd-container .jitem-card.horizontal{flex-direction:row}.jbd-container .jitem-card.horizontal .jitem-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.jbd-container .jitem-card.horizontal .jitem-subtitle{font-size:12px;opacity:.8}.jbd-container .jitem-card.card-round{border-radius:0.68rem}.jbd-container .jitem-card .jitem-wrapper{flex:1}.jbd-container .jitem-card .btn{text-transform:none !important}.jbd-container .jitem-card:hover .card-hoverable{transform:scale(1)}.jbd-container .jitem-card .item-address a{color:#343a40}.jbd-container .jitem-date-right .jitem-date-wrap{position:absolute;top:15px;right:15px;left:unset}.jbd-container .text-large{font-size:22px !important;font-weight:800 !important}@media (min-width:992px){.jbd-container .jitem-card .jitem-img-wrap{min-height:170px}}.jbd-container .jbox-card{background-color:#fff;width:100%;height:auto;max-width:none;min-width:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;transition:all ease 0.3s}.jbd-container .jbox-card .jbox-header{width:100%;height:auto;display:flex;justify-content:space-between;align-items:flex-start;transition:all ease 0.3s}.jbd-container .jbox-card .jbox-header .la{font-size:20px}.jbd-container .jbox-card .jbox-header>*:first-child{font-weight:bold;font-size:14px}.jbd-container .jbox-card .jbox-header>*{word-break:break-word;margin:0 2px;transition:all ease 0.3s}.jbd-container .jbox-card .jbox-body{min-height:80px;width:100%;height:auto;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;transition:all ease 0.3s}.jbd-container .jbox-card .jbox-body h4{color:#2F2F2F;font-weight:600}.jbd-container .jbox-card .jbox-body .jbox-info>*{transition:all ease 0.3s}.jbd-container .jbox-card .jbox-body .jbox-info>*:first-child{font-size:1.5rem}.jbd-container .jbox-card .jbox-body .jbox-info>*{margin:0}.jbd-container .jbox-card .jbox-body .jbox-info-additional{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.jbd-container .jbox-card .jbox-body .jbox-info-additional>*{transition:all ease 0.3s}.jbd-container .jbox-card .jbox-body .jbox-img{width:60px;height:60px;position:relative}.jbd-container .jbox-card .jbox-body .jbox-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.jbd-container .jbox-card .jbox-body .jbox-dir-btn{padding:5px}.jbd-container .jbox-card .jbox-body .jbox-dir-btn .jbox-status{display:flex;justify-content:center;padding-bottom:5px}.jbd-container .jbox-card .jbox-body>*{margin:0 2px}.jbd-container .jbox-card .jbox-header{padding:1em 1em 0 1em}.jbd-container .jbox-card .jbox-body{padding:0 1em 1em}.jbd-container .jbox-card-style-center{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.jbd-container .jbox-card-style-center .jbox-header{width:100%;height:auto;display:flex;justify-content:center;align-items:center;border-bottom:0}.jbd-container .jbox-card-style-center .jbox-body{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.jbd-container .jbox-card-style-center .jbox-body .jbox-info p:first-child{font-size:1.5rem}.jbd-container .jbox-card-style-center .jbox-body .jbox-info-additional{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.jbd-container .jbox-card-style-reverse .jbox-header{flex-direction:row-reverse}.jbd-container .jbox-card-style-reverse .jbox-body{flex-direction:row-reverse}.jbd-container .place-card{background-color:#fff;width:100%;height:auto;display:flex;flex-direction:column;flex-wrap:wrap;position:relative;border:1px solid rgba(0,0,0,0.125);border-radius:0.35rem}@media screen and (prefers-reduced-motion:reduce){.jbd-container .place-card{transition:none}}.jbd-container .place-card-body{width:100%;min-height:210px;position:relative;z-index:1;border-top-left-radius:0.35rem;border-top-right-radius:0.35rem}.jbd-container .place-card-body>a{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;cursor:pointer}.jbd-container .place-card-body>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-top-left-radius:0.35rem;border-top-right-radius:0.35rem}.jbd-container .place-card-body .card-hoverable{position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;padding:1rem;background-color:rgba(0,0,0,0.7);z-index:2;transform:scale(0);border:1px solid rgba(0,0,0,0.125);border-top-left-radius:0.35rem;border-top-right-radius:0.35rem;transition:all ease 0.2s}.jbd-container .place-card-body .card-hoverable *{color:#fff;margin:2px 0}.jbd-container .place-card-body .card-hoverable>*{width:100%}.jbd-container .place-card-body .card-hoverable *:not(*[class*="la"]){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jbd-container .place-card-body .card-hoverable h3{font-size:22px;line-height:24px}.jbd-container .place-card-body:hover>a{display:block}.jbd-container .place-card-body:hover .card-hoverable{transform:scale(1)}.jbd-container .place-card-info{width:100%;height:auto;padding:20px;display:flex;justify-content:space-between;align-items:center;min-height:50px}.jbd-container .place-card-info>.place-card-info-title{text-align:left;font-weight:500;font-size:14px;color:#343a40;display:block}.jbd-container .place-card-info>.place-card-info-title .offer-price .price{font-size:15px}.jbd-container .place-card-info>.place-card-info-title i.icon{width:16px;height:16px}.jbd-container .place-card-info>.place-card-info-title a{color:#343a40}.jbd-container .place-card-info>.place-card-info-title a.item-title{color:#343a40;font-size:16px;margin-bottom:10px;display:block}.jbd-container .place-card-info>.place-card-info-title p{margin-bottom:3px}.jbd-container .place-card-info>.place-card-info-title .item-desc{font-size:14px;color:#8c8f93;font-weight:500}.jbd-container .place-card-info>.place-card-info-title .item-desc .icon{width:15px;height:15px;filter:invert(57%) sepia(6%) saturate(208%) hue-rotate(175deg) brightness(98%) contrast(87%)}.jbd-container .place-card-info>.place-card-info-title .item-title,.jbd-container .place-card-info>.place-card-info-title a .item-title{font-weight:600;margin-bottom:10px}.jbd-container .place-card-info>.place-card-info-title>.la,.jbd-container .place-card-info>.place-card-info-title a>.la{padding:1px 2px;cursor:pointer;text-shadow:1px 1px 3px #95a5a6}.jbd-container .place-card-info>.place-card-info-title>.la:first-child,.jbd-container .place-card-info>.place-card-info-title a>.la:first-child{padding-left:0}.jbd-container .place-card-info>.place-card-info-title>.la:last-child,.jbd-container .place-card-info>.place-card-info-title a>.la:last-child{padding-right:0}.jbd-container .place-card-info>.la{padding:5px;font-size:1.75rem}.jbd-container .place-card-info-reverse .place-card-info{flex-direction:row-reverse}.jbd-container .place-card-info-reverse .place-card-info-title *{text-align:right}.jbd-container .list-card{display:flex;flex-wrap:wrap;background-color:#fff;width:100%;height:100%}@media screen and (prefers-reduced-motion:reduce){.jbd-container .list-card{transition:none}}.jbd-container .list-card .list-title{display:block;width:100%;font-size:1.5rem;transition:all ease 0.3s}.jbd-container .list-card .list-img-wrap{width:30%;height:100%;position:relative;z-index:1}.jbd-container .list-card .list-img-wrap>a{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;cursor:pointer;border-top-left-radius:0.35rem;border-top-right-radius:0.35rem;opacity:0}@media screen and (prefers-reduced-motion:reduce){.jbd-container .list-card .list-img-wrap>a{transition:none}}.jbd-container .list-card .list-img-wrap>a>*{width:100%;height:100%;position:absolute;top:0;left:0;border-top-left-radius:0.35rem;border-top-right-radius:0.35rem;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0.7);color:#fff;text-decoration:none}.jbd-container .list-card .list-img-wrap>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border:1px solid rgba(0,0,0,0.125);border-radius:0.35rem}.jbd-container .list-card .list-body{max-width:45%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.jbd-container .list-card .list-body>*{font-size:1rem}.jbd-container .list-card .list-info{width:auto;height:100%;display:flex;flex-direction:column;justify-content:space-between}.jbd-container .list-card .list-body,.jbd-container .list-card .list-info{padding:0.5rem}.jbd-container .list-card .list-img-wrap:hover>a{opacity:1}@media (min-width:992px){.jbd-container .list-card .list-title{font-size:1.25rem}}.jbd-container .jbd-checkbox{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.jbd-container .jbd-checkbox input{position:relative;margin:10px 10px 10px 5px}.jbd-container .jbd-checkbox input::after{position:absolute;top:-5px;left:-5px;width:20px;height:20px;content:'???';background-color:#ecf0f1;color:#ecf0f1;border-width:1px;border-style:solid;border-color:#b4bcc2}@media screen and (prefers-reduced-motion:reduce){.jbd-container .jbd-checkbox input::after{transition:none}}.jbd-container .jbd-checkbox input:checked::after{border-color:#b4bcc2;background-color:#23B26B;color:#23B26B}.jbd-container .jbd-checkbox input:checked:hover::after{background-color:#23B26B;border-color:#b4bcc2}.jbd-container .jbd-checkbox input:not(checked):hover{background-color:#23B26B}.jbd-container .jbd-checkbox input:not(checked):hover::after{border-color:#23B26B}.jbd-container .jbd-checkbox label{margin:0 !important}.jbd-container .jbd-checkbox>*{padding:0 5px}.jbd-container.jbd-edit-container .images-list{list-style:none;margin:0;display:grid;padding:0;margin-bottom:15px}.jbd-container.jbd-edit-container .images-list .ui-state-default{padding-left:16px;position:relative;margin-top:5px;width:100%;background:#f6f6f6}.jbd-container.jbd-edit-container .images-list .ui-state-default span{position:absolute;left:0;margin-top:-8px;top:50%}.jbd-container.jbd-edit-container .images-list .jimage-upload .uploaded-image{width:100%;min-height:95px;position:relative}.jbd-container.jbd-edit-container .images-list .jimage-upload .uploaded-image>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;padding:inherit}.jbd-container.jbd-edit-container .images-list .jimage-upload .picture-info-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:15px;padding-bottom:15px}.jbd-container.jbd-edit-container .images-list .jimage-upload .picture-info-container .uploaded-image-name{width:100%;word-break:break-all}.jbd-container.jbd-edit-container .images-list .jimage-upload .picture-info-container textarea{min-height:28px;min-height:fit-content}.jbd-container.jbd-edit-container .images-list .jimage-upload .image-options{display:flex;justify-content:space-around;align-items:center}.jbd-container.jbd-edit-container .images-list .jimage-upload .image-options>div{margin:0 5px}.jbd-container.jbd-edit-container .images-list .jimage-upload .image-checked-container i{color:green;font-size:25px;cursor:pointer}.jbd-container.jbd-edit-container .images-list .jimage-upload .image-delete-container i{color:red;font-size:25px;cursor:pointer}.jbd-container.jbd-edit-container textarea{min-height:75px}.jbd-container.jbd-edit-container .bootstrap-tagsinput{border-radius:0.35rem}.jbd-container.jbd-edit-container .has-striped-child>*:nth-child(even){background-color:#f0f1f3}.jbd-container.jbd-edit-container .has-striped-child>*:last-child{background-color:transparent !important}.jbd-container.jbd-edit-container input[type="text"],.jbd-container.jbd-edit-container label,.jbd-container.jbd-edit-container select,.jbd-container.jbd-edit-container textarea{width:100%;max-width:100%;color:#575a5d}.jbd-container.jbd-edit-container p.small{color:#7f7f7f;font-size:12px;margin-bottom:15px}.jbd-container.jbd-edit-container label{font-weight:600;color:#242424;margin-bottom:0.4rem;display:block}.jbd-container.jbd-edit-container input.calendar-date{max-width:150px}.jbd-container.jbd-edit-container .procces-tabs{background-color:#EDEDEA}.jbd-container.jbd-edit-container .procces-tabs .process-tab{color:#74777b;cursor:pointer;text-decoration:none;text-align:center;border-radius:0;border:1px solid #D1D1D1;border-right:none;border-top:none;border-bottom:1px solid rgba(206,206,206,0.3)}.jbd-container.jbd-edit-container .procces-tabs .process-tab.tab-active{cursor:pointer}.jbd-container.jbd-edit-container .procces-tabs .process-tab.tab-active:hover{background-color:#EDEDEA}.jbd-container.jbd-edit-container .procces-tabs .process-tab.active{background-color:#FFF;border-bottom:none}.jbd-container.jbd-edit-container .procces-tabs .process-tab.active .la{color:#fff}.jbd-container.jbd-edit-container .label-w-100 .form-group>label{width:100%}.jbd-container.jbd-edit-container .attachment{width:100%}.jbd-container.jbd-edit-container .attachment .attach-box{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:20px;background-color:#f6f6f6;text-align:center;color:#828282;border-radius:10px;border:5px dashed #b3b3b3}.jbd-container.jbd-edit-container .attachment .attach-box input{width:auto;margin-top:30px}.jbd-container.jbd-edit-container .attachment .admintable{margin:0;width:100%}.jbd-container.jbd-edit-container .attachment .admintable .admintable-row{display:flex;justify-content:center;align-items:center;margin-bottom:10px;padding:10px 0;border:1px solid transparent;border-bottom:1px solid #d6d6d6;border-radius:0;background-color:transparent}@media screen and (prefers-reduced-motion:reduce){.jbd-container.jbd-edit-container .attachment .admintable .admintable-row{transition:none}}.jbd-container.jbd-edit-container .attachment .admintable .admintable-row .admintable-order-arrows{display:flex;flex-direction:column}.jbd-container.jbd-edit-container .attachment .admintable .admintable-row .admintable-input-name{display:flex;align-items:center;width:100%}.jbd-container.jbd-edit-container .attachment .admintable .admintable-row .admintable-input-name input{height:fit-content;width:40%}.jbd-container.jbd-edit-container .attachment .admintable .admintable-row .admintable-input-name span{word-break:break-all;max-width:60%}.jbd-container.jbd-edit-container .attachment .admintable .admintable-row .admintable-input-name>*{padding:0 5px}.jbd-container.jbd-edit-container .attachment .admintable .admintable-row>*{padding:0 10px}.jbd-container.jbd-edit-container .attachment .admintable .admintable-row:hover{background-color:#f6f6f6;border:1px solid #d6d6d6;border-radius:10px}.jbd-container.jbd-edit-container .attachment .admintable tbody,.jbd-container.jbd-edit-container .attachment .admintable .admintable-row{width:100%}.jbd-container.jbd-edit-container .video-item{margin-bottom:10px}.jbd-container.jbd-edit-container .input-group .form-control{width:auto}.jbd-container .breadcrumb{}.jbd-container .breadcrumb-item+.breadcrumb-item::before{color:#95a5a6}.jbd-container .breadcrumb-item.active{color:#95a5a6}.jbd-container .status-badge{padding:5px 15px;border-radius:5px;display:inline-block;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;font-weight:600;font-size:12px;background:#f1f1f1;color:#666;cursor:pointer}.jbd-container .status-badge:hover{}.jbd-container .badge-danger{background:#FDEBEB;color:#F03738}.jbd-container .badge-danger .la{color:#F03738}.jbd-container .badge-warning{background:#FFF2CE;color:#F0AD4E}.jbd-container .badge-warning .la{color:#F0AD4E}.jbd-container .badge-warning.warn{background:#FFEBDA;color:#F0934E}.jbd-container .badge-info{background:#317CD8;color:#fff}.jbd-container .badge-info .la{color:#fff}.jbd-container .badge-success{background:#CEEFCE;color:#2D912C}.jbd-container .badge-success .la{color:#2D912C}.jbd-container .badge-primary{background:#1D3A5C;color:#fff}.jbd-container .badge-primary .la{color:#fff}.jbd-container .badge-green{color:#2D912C;background-color:#CEEFCE}.jbd-container .badge-green .la{color:#2D912C}.jbd-container .badge-yellow{color:#F0AD4E;background-color:#FFF2CE}.jbd-container .badge-yellow .la{color:#F0AD4E}.jbd-container .badge-light{color:#5a5a5a;background-color:#f3f3f3}.jbd-container .badge-light .la{color:#5a5a5a}.jbd-container .badge-secondary{color:#fff;background-color:#696e74}.jbd-container .badge-secondary .la{color:#fff}.jbd-container .alert-primary{color:#0f1e30;background:#d2d8de linear-gradient(180deg,#d9dee3,#d2d8de) repeat-x;border-color:#c0c8d1}.jbd-container .alert-primary hr{border-top-color:#b1bbc6}.jbd-container .alert-primary .alert-link{color:#030609}.jbd-container .alert-secondary{color:#7d7d7e;background:#fcfcfd linear-gradient(180deg,#fcfcfd,#fcfcfd) repeat-x;border-color:#fbfbfc}.jbd-container .alert-secondary hr{border-top-color:#ececf1}.jbd-container .alert-secondary .alert-link{color:#646464}.jbd-container .alert-success{color:#125d38;background:#d3f0e1 linear-gradient(180deg,#daf2e6,#d3f0e1) repeat-x;border-color:#c1e9d6}.jbd-container .alert-success hr{border-top-color:#aee2ca}.jbd-container .alert-success .alert-link{color:#0a321e}.jbd-container .alert-info{color:#1b4f72;background:#d6eaf8 linear-gradient(180deg,#dcedf9,#d6eaf8) repeat-x;border-color:#c6e2f5}.jbd-container .alert-info hr{border-top-color:#b0d7f1}.jbd-container .alert-info .alert-link{color:#113249}.jbd-container .alert-warning{color:#7e5109;background:#fdebd0 linear-gradient(180deg,#fdeed7,#fdebd0) repeat-x;border-color:#fce3bd}.jbd-container .alert-warning hr{border-top-color:#fbd9a5}.jbd-container .alert-warning .alert-link{color:#4e3206}.jbd-container .alert-danger{color:#72151a;background:#f8d4d6 linear-gradient(180deg,#f9dadc,#f8d4d6) repeat-x;border-color:#f5c3c6}.jbd-container .alert-danger hr{border-top-color:#f1adb1}.jbd-container .alert-danger .alert-link{color:#470d10}.jbd-container .alert-light{color:#7d7d7e;background:#fcfcfd linear-gradient(180deg,#fcfcfd,#fcfcfd) repeat-x;border-color:#fbfbfc}.jbd-container .alert-light hr{border-top-color:#ececf1}.jbd-container .alert-light .alert-link{color:#646464}.jbd-container .alert-dark{color:#1b1e21;background:#d6d8d9 linear-gradient(180deg,#dcdedf,#d6d8d9) repeat-x;border-color:#c6c8ca}.jbd-container .alert-dark hr{border-top-color:#b9bbbe}.jbd-container .alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{from{background-position:0.4rem 0}to{background-position:0 0}}.jbd-container .progress{height:0.4rem;font-size:0.75rem;background-color:linear-gradient(#ecf0f1,white,#ecf0f1);border-radius:0.35rem}.jbd-container .progress-bar{color:#fff;background-color:#23B26B}@media screen and (prefers-reduced-motion:reduce){.jbd-container .progress-bar{transition:none}}.jbd-container .progress-bar-striped{background-size:0.4rem 0.4rem}.jbd-container .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.jbd-container .list-group-item-action{color:#7b8a8b}.jbd-container .list-group-item-action:hover,.jbd-container .list-group-item-action:focus{color:#7b8a8b;background-color:#f0f1f3}.jbd-container .list-group-item-action:active{color:#212529;background-color:#ecf0f1}.jbd-container .list-group-item{border:1px solid rgba(0,0,0,0.125)}.jbd-container .list-group-item.disabled,.jbd-container .list-group-item:disabled{color:#95a5a6;background-color:#fff}.jbd-container .list-group-item.active{color:#fff;background-color:#1D3A5C;border-color:#1D3A5C}.jbd-container .list-group-item-primary{color:#0f1e30;background-color:#c0c8d1}.jbd-container .list-group-item-primary.list-group-item-action:hover,.jbd-container .list-group-item-primary.list-group-item-action:focus{color:#0f1e30;background-color:#b1bbc6}.jbd-container .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#0f1e30;border-color:#0f1e30}.jbd-container .list-group-item-secondary{color:#7d7d7e;background-color:#fbfbfc}.jbd-container .list-group-item-secondary.list-group-item-action:hover,.jbd-container .list-group-item-secondary.list-group-item-action:focus{color:#7d7d7e;background-color:#ececf1}.jbd-container .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#7d7d7e;border-color:#7d7d7e}.jbd-container .list-group-item-success{color:#125d38;background-color:#c1e9d6}.jbd-container .list-group-item-success.list-group-item-action:hover,.jbd-container .list-group-item-success.list-group-item-action:focus{color:#125d38;background-color:#aee2ca}.jbd-container .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#125d38;border-color:#125d38}.jbd-container .list-group-item-info{color:#1b4f72;background-color:#c6e2f5}.jbd-container .list-group-item-info.list-group-item-action:hover,.jbd-container .list-group-item-info.list-group-item-action:focus{color:#1b4f72;background-color:#b0d7f1}.jbd-container .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#1b4f72;border-color:#1b4f72}.jbd-container .list-group-item-warning{color:#7e5109;background-color:#fce3bd}.jbd-container .list-group-item-warning.list-group-item-action:hover,.jbd-container .list-group-item-warning.list-group-item-action:focus{color:#7e5109;background-color:#fbd9a5}.jbd-container .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#7e5109;border-color:#7e5109}.jbd-container .list-group-item-danger{color:#72151a;background-color:#f5c3c6}.jbd-container .list-group-item-danger.list-group-item-action:hover,.jbd-container .list-group-item-danger.list-group-item-action:focus{color:#72151a;background-color:#f1adb1}.jbd-container .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#72151a;border-color:#72151a}.jbd-container .list-group-item-light{color:#7d7d7e;background-color:#fbfbfc}.jbd-container .list-group-item-light.list-group-item-action:hover,.jbd-container .list-group-item-light.list-group-item-action:focus{color:#7d7d7e;background-color:#ececf1}.jbd-container .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#7d7d7e;border-color:#7d7d7e}.jbd-container .list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.jbd-container .list-group-item-dark.list-group-item-action:hover,.jbd-container .list-group-item-dark.list-group-item-action:focus{color:#1b1e21;background-color:#b9bbbe}.jbd-container .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.jbd-container .close{text-shadow:0 1px 0 #fff}.jbd-container .close:not(:disabled):not(.disabled):hover,.jbd-container .close:not(:disabled):not(.disabled):focus{color:#000}.jbd-container .toggle{display:inline-block;font-size:0}.jbd-container .toggle label{display:inline-block;margin:0}.jbd-container .toggle input{display:none}.jbd-container .toggle input[type="radio"]:first-child+label{border-top-left-radius:0.35rem;border-bottom-left-radius:0.35rem}.jbd-container .toggle input[type="radio"]:last-child+label{border-top-right-radius:0.35rem;border-bottom-right-radius:0.35rem}.jbd-container .toggle input[type="radio"]:checked+label{color:#fff;background-color:#23B26B;border-color:#23B26B}.jbd-container .toggle input[type="radio"]:checked+label [class*="la"]{color:#fff}.jbd-container .toggle input[type="radio"]:checked+label:hover{color:#fff;background-color:#1d9258;border-color:#1b8751}.jbd-container .toggle input[type="radio"]:checked+label:hover [class*="la"]{color:#fff}.jbd-container .toggle input[type="radio"]:checked+label:focus,.jbd-container .toggle input[type="radio"]:checked+label.focus{box-shadow:none}.jbd-container .toggle input[type="radio"]:checked+label.disabled,.jbd-container .toggle input[type="radio"]:checked+label:disabled{color:#fff;background-color:#23B26B;border-color:#23B26B}.jbd-container .toggle input[type="radio"]:checked+label:not(:disabled):not(.disabled):active,.jbd-container .toggle input[type="radio"]:checked+label:not(:disabled):not(.disabled).active,.show>.jbd-container .toggle input[type="radio"]:checked+label.dropdown-toggle{color:#fff;background-color:#23B26B;background-image:none;border-color:#23B26B}.jbd-container .toggle input[type="radio"]:checked+label:not(:disabled):not(.disabled):active:focus,.jbd-container .toggle input[type="radio"]:checked+label:not(:disabled):not(.disabled).active:focus,.show>.jbd-container .toggle input[type="radio"]:checked+label.dropdown-toggle:focus{box-shadow:none}.jbd-container .jtoggle{position:relative;width:45px;height:22px;transition:all ease .2s}.jbd-container .jtoggle>*{transition:all ease .2s}.jbd-container .jtoggle input{width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;z-index:4;cursor:pointer}.jbd-container .jtoggle input:checked~label span{right:100%;margin-right:-18px;background-color:#167245}.jbd-container .jtoggle input:checked~label::after{right:100%;margin-right:-22px;background-color:#23B26B}.jbd-container .jtoggle label{width:100%;height:14px;position:absolute;top:50%;left:0;margin-top:-7px;background-color:#dee2e6;border-radius:7px;transition:all ease .2s}.jbd-container .jtoggle label span{width:14px;height:14px;position:absolute;top:0;right:4px;background-color:#9c1a21;border-radius:7px;z-index:3;transition:all ease .2s}.jbd-container .jtoggle label::after{content:'';width:22px;height:22px;position:absolute;top:50%;right:0;margin-top:-11px;border-radius:11px;background-color:#DB2832;transition:all ease .2s}.jbd-container .jtoggle-text{position:relative;border-radius:14px;width:100px;height:28px;overflow:hidden;transition:all ease .1s;cursor:pointer}.jbd-container .jtoggle-text>*{transition:all ease .1s}.jbd-container .jtoggle-text.large{width:180px}.jbd-container .jtoggle-text input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:4}.jbd-container .jtoggle-text input:checked~label{background-color:#23B26B}.jbd-container .jtoggle-text input:checked~label::after{left:50%;margin-left:-1px}.jbd-container .jtoggle-text input:checked~label .jtoggle-text-off{color:#fff}.jbd-container .jtoggle-text input:checked~label .jtoggle-text-on{color:#343a40}.jbd-container .jtoggle-text label{position:absolute;top:0;right:unset;left:0;display:flex;justify-content:space-between;align-items:center;padding:5px 15px;width:100%;height:100%;background-color:#DB2832;z-index:1;box-shadow:inset 0 0 4px rgba(0,0,0,0.1);transition:all ease .1s}.jbd-container .jtoggle-text label::after{position:absolute;top:50%;left:1px;content:'';width:50%;height:26px;margin-top:-13px;border-radius:13px;background-color:#fff;z-index:2;transition:all ease .1s}.jbd-container .jtoggle-text label .jtoggle-text-off{color:#343a40}.jbd-container .jtoggle-text label .jtoggle-text-on{color:#fff}.jbd-container .jtoggle-text label span{z-index:3}.jbd-container .jradio{position:relative;height:23px;min-width:23px;overflow:hidden;border-radius:11.5px;background:#fff;border:1px solid #ced4da;transition:all ease .1s}.jbd-container .jradio>*{transition:all ease .1s;cursor:pointer}.jbd-container .jradio:hover{border:1px solid #95a5a6}.jbd-container .jradio input{width:100%;height:100%;opacity:0;z-index:3;padding:0;margin:0}.jbd-container .jradio input:checked~label{background-color:#23B26B}.jbd-container .jradio input:checked~label::after{background-color:#167245}.jbd-container .jradio label{width:25px;height:25px;position:absolute;top:-1px;left:-1px;background-color:transparent;z-index:1}.jbd-container .jradio label::after{content:'';width:13px;height:13px;position:absolute;top:50%;left:50%;margin-top:-7.5px;margin-left:-7.5px;border-radius:6.5px;background-color:transparent;z-index:2;transition:all ease .1s}.jbd-container .jcheckbox{position:relative;height:23px;min-width:23px;overflow:hidden;background:#fff;border:1px solid #ced4da;transition:all ease .1s}.jbd-container .jcheckbox>*{transition:all ease .1s;cursor:pointer}.jbd-container .jcheckbox:hover{border:1px solid #95a5a6}.jbd-container .jcheckbox input{width:100%;height:100%;opacity:0;z-index:3;padding:0;margin:0}.jbd-container .jcheckbox input:checked~label{background-color:#23B26B}.jbd-container .jcheckbox input:checked~label::after{background-color:#167245}.jbd-container .jcheckbox label{width:25px;height:25px;position:absolute;top:-1px;left:-1px;background-color:transparent;z-index:1}.jbd-container .jcheckbox label::after{content:'';width:13px;height:13px;position:absolute;top:50%;left:50%;margin-top:-7.5px;margin-left:-7.5px;background-color:transparent;z-index:2;transition:all ease .1s}.jbd-container .radio{font-size:0;margin-left:4px}.jbd-container .radio label{display:inline-block;width:auto !important;min-width:70px;margin:0;text-transform:capitalize}.jbd-container .radio input{display:none;margin:0}.jbd-container .radio.radio-show label{padding:5px 0 !important}.jbd-container .radio.radio-show input{display:inherit;margin-right:10px}.jbd-container.jbd-edit-container .chosen-container{width:100% !important}.jbd-container.jbd-edit-container .chosen-container .chosen-single{min-width:140px}.jbd-container.jbd-edit-container .chosen-container .chosen-single span{margin-right:15px !important}.jbd-container.jbd-edit-container .chosen-container.chosen-container-single{max-width:100%}.jbd-container.jbd-edit-container .chosen-container.chosen-container-single .chosen-single{width:100%}.jbd-container.jbd-edit-container .chosen-container.chosen-container-multi{width:100% !important}.jbd-container.jbd-edit-container .chosen-container.chosen-container-multi .chosen-choices{max-width:100%;border:1px solid #ced4da;min-height:38px;line-height:38px;border-radius:0.35rem}@media (max-width:1120px){.jbd-container.jbd-edit-container .chosen-container .chosen-single{min-width:100%}}.jbd-container .has-jicon-left,.jbd-container .has-jicon-right{position:relative}.jbd-container .has-jicon-left *[class*="la"],.jbd-container .has-jicon-right *[class*="la"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%}.jbd-container .has-jicon-left *[class*="material-icons"],.jbd-container .has-jicon-right *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-left *[class*="la"],.jbd-container .has-jicon-right *[class*="la"]{padding:0 !important}.jbd-container .has-jicon-left *[class*="material-icons"],.jbd-container .has-jicon-right *[class*="material-icons"]{padding:0 !important}.jbd-container .has-jicon-left label,.jbd-container .has-jicon-right label{margin:0 !important}.jbd-container .has-jicon-left-sm,.jbd-container .has-jicon-left-lg,.jbd-container .has-jicon-right-sm,.jbd-container .has-jicon-right-lg{position:relative}.jbd-container .has-jicon-left-sm *[class*="la"],.jbd-container .has-jicon-left-lg *[class*="la"],.jbd-container .has-jicon-right-sm *[class*="la"],.jbd-container .has-jicon-right-lg *[class*="la"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%}.jbd-container .has-jicon-left-sm *[class*="material-icons"],.jbd-container .has-jicon-left-lg *[class*="material-icons"],.jbd-container .has-jicon-right-sm *[class*="material-icons"],.jbd-container .has-jicon-right-lg *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-left-sm *[class*="la"],.jbd-container .has-jicon-left-lg *[class*="la"],.jbd-container .has-jicon-right-sm *[class*="la"],.jbd-container .has-jicon-right-lg *[class*="la"]{padding:0 !important}.jbd-container .has-jicon-left-sm *[class*="material-icons"],.jbd-container .has-jicon-left-lg *[class*="material-icons"],.jbd-container .has-jicon-right-sm *[class*="material-icons"],.jbd-container .has-jicon-right-lg *[class*="material-icons"]{padding:0 !important}.jbd-container .has-jicon-left-sm label,.jbd-container .has-jicon-left-lg label,.jbd-container .has-jicon-right-sm label,.jbd-container .has-jicon-right-lg label{margin:0 !important}.jbd-container .has-jicon-left,.jbd-container .has-jicon-right{min-height:33px}.jbd-container .has-jicon-left>*,.jbd-container .has-jicon-right>*{padding-top:10px;padding-bottom:10px}.jbd-container .has-jicon-left *[class*="la"],.jbd-container .has-jicon-right *[class*="la"]{width:30px;height:30px;font-size:24px;margin-top:-15px}.jbd-container .has-jicon-left *[class*="la"] *[class*="material-icons"],.jbd-container .has-jicon-right *[class*="la"] *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-left *[class*="material-icons"],.jbd-container .has-jicon-right *[class*="material-icons"]{width:30px;height:30px;font-size:24px;margin-top:-15px}.jbd-container .has-jicon-left *[class*="material-icons"] *[class*="material-icons"],.jbd-container .has-jicon-right *[class*="material-icons"] *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-left>*{padding-left:36px !important}.jbd-container .has-jicon-left *[class*="la"]{left:3px}.jbd-container .has-jicon-left *[class*="la"] *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-left *[class*="material-icons"]{width:30px;height:30px;font-size:24px;margin-top:-15px}.jbd-container .has-jicon-left *[class*="material-icons"] *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-right>*{padding-right:36px !important}.jbd-container .has-jicon-right *[class*="la"]{right:3px}.jbd-container .has-jicon-right *[class*="la"] *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-right *[class*="material-icons"]{right:3px}.jbd-container .has-jicon-right *[class*="material-icons"] *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-left-sm>*,.jbd-container .has-jicon-left-lg>*,.jbd-container .has-jicon-right-sm>*,.jbd-container .has-jicon-right-lg>*{padding-top:10px;padding-bottom:10px}.jbd-container .has-jicon-left-sm *[class*="la"] *[class*="la"],.jbd-container .has-jicon-left-lg *[class*="la"] *[class*="la"],.jbd-container .has-jicon-right-sm *[class*="la"] *[class*="la"],.jbd-container .has-jicon-right-lg *[class*="la"] *[class*="la"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%}.jbd-container .has-jicon-left-sm *[class*="la"] *[class*="material-icons"],.jbd-container .has-jicon-left-lg *[class*="la"] *[class*="material-icons"],.jbd-container .has-jicon-right-sm *[class*="la"] *[class*="material-icons"],.jbd-container .has-jicon-right-lg *[class*="la"] *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-left-sm *[class*="material-icons"] *[class*="la"],.jbd-container .has-jicon-left-lg *[class*="material-icons"] *[class*="la"],.jbd-container .has-jicon-right-sm *[class*="material-icons"] *[class*="la"],.jbd-container .has-jicon-right-lg *[class*="material-icons"] *[class*="la"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%}.jbd-container .has-jicon-left-sm *[class*="material-icons"] *[class*="material-icons"],.jbd-container .has-jicon-left-lg *[class*="material-icons"] *[class*="material-icons"],.jbd-container .has-jicon-right-sm *[class*="material-icons"] *[class*="material-icons"],.jbd-container .has-jicon-right-lg *[class*="material-icons"] *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-left-sm,.jbd-container .has-jicon-right-sm{min-height:33px}.jbd-container .has-jicon-left-sm *[class*="la"],.jbd-container .has-jicon-right-sm *[class*="la"]{width:30px;height:30px;font-size:20px;margin-top:-15px}.jbd-container .has-jicon-left-sm *[class*="la"] *[class*="material-icons"],.jbd-container .has-jicon-right-sm *[class*="la"] *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-left-sm *[class*="material-icons"] *[class*="la"],.jbd-container .has-jicon-right-sm *[class*="material-icons"] *[class*="la"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%}.jbd-container .has-jicon-left-sm *[class*="material-icons"] *[class*="material-icons"],.jbd-container .has-jicon-right-sm *[class*="material-icons"] *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-left-lg,.jbd-container .has-jicon-right-lg{min-height:40px}.jbd-container .has-jicon-left-lg *[class*="la"],.jbd-container .has-jicon-right-lg *[class*="la"]{width:40px;height:40px;font-size:32px;margin-top:-20px}.jbd-container .has-jicon-left-lg *[class*="la"] *[class*="material-icons"],.jbd-container .has-jicon-right-lg *[class*="la"] *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-left-lg *[class*="material-icons"],.jbd-container .has-jicon-right-lg *[class*="material-icons"]{width:40px;height:40px;font-size:32px;margin-top:-20px}.jbd-container .has-jicon-left-lg *[class*="material-icons"] *[class*="material-icons"],.jbd-container .has-jicon-right-lg *[class*="material-icons"] *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-right-sm>*{padding-right:36px}.jbd-container .has-jicon-right-lg>*{padding-right:46px}.jbd-container .has-jicon-right-sm *[class*="la"],.jbd-container .has-jicon-right-lg *[class*="la"]{right:3px}.jbd-container .has-jicon-right-sm *[class*="la"] *[class*="material-icons"],.jbd-container .has-jicon-right-lg *[class*="la"] *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container .has-jicon-left-sm>*{padding-left:36px}.jbd-container .has-jicon-left-lg>*{padding-left:46px}.jbd-container .has-jicon-left-sm *[class*="la"],.jbd-container .has-jicon-left-lg *[class*="la"]{left:3px}.jbd-container .has-jicon-left-sm *[class*="la"] *[class*="material-icons"],.jbd-container .has-jicon-left-lg *[class*="la"] *[class*="material-icons"]{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;color:#7b8a8b}.jbd-container *[class*="has-jicon"]{height:auto}.jbd-container *[class*="has-jicon"] *[class*="btn"]~*[class*="la"]{color:#fff}.jbd-container .jsocial-icons{display:flex;justify-content:space-around !important;align-items:center !important}.jbd-container .jsocial-icons *[class*="la"][class*="twitter"]{color:#3498DB}.jbd-container .jsocial-icons *[class*="la"][class*="facebook"]{color:#196090}.jbd-container .jsocial-icons *[class*="la"][class*="at"]{color:#343a40}.jbd-container .jsocial-icons *[class*="la"][class*="google"]{color:#FD8E39}.jbd-container .jsocial-icons *[class*="la"]{transition:all ease 0.1s;border-radius:50%;background-color:transparent;transform:scale(1,1)}.jbd-container .jsocial-icons *[class*="la"]:hover{transform:scale(1.1,1.1);text-decoration:none}.jbd-container .jupload{width:100%}.jbd-container .jupload .jupload-header{padding:15px 0;margin-bottom:15px;border-bottom:1px solid #dee2e6}.jbd-container .jupload .jupload-header-title{font-size:1.10rem;color:#23B26B}.jbd-container .jupload .jupload-header-desc{font-size:1rem;color:#1D3A5C}.jbd-container .jupload .jupload-header-title,.jbd-container .jupload .jupload-header-desc{margin:0}.jbd-container .jupload .jupload-body{display:flex;flex-direction:column}.jbd-container .jupload .jupload-body ol,.jbd-container .jupload .jupload-body ul{padding:0;margin:0;list-style:none}.jbd-container .jupload .jupload-body>*{width:100%}.jbd-container .jupload .jupload-body .jupload-files{display:flex;margin:4px 0;background-color:#fff;padding:15px;border:1px solid #b4bcc2}.jbd-container .jupload .jupload-body .jupload-files:last-of-type{margin-bottom:15px}.jbd-container .jupload .jupload-body .jupload-files>*{position:relative;width:100%;min-height:90px}.jbd-container .jupload .jupload-body .jupload-files-img{max-width:20%}.jbd-container .jupload .jupload-body .jupload-files-img img,.jbd-container .jupload .jupload-body .jupload-files-img *[class*="la"]{transform:scale(1,1);transition:all 0.2s ease}.jbd-container .jupload .jupload-body .jupload-files-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.jbd-container .jupload .jupload-body .jupload-files-img img:hover{transform:scale(1.08,1.08)}.jbd-container .jupload .jupload-body .jupload-files-img *[class*="la"]{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;font-size:80px;color:#b4bcc2}.jbd-container .jupload .jupload-body .jupload-files-img *[class*="la"]:hover{transform:scale(1.25,1.25)}.jbd-container .jupload .jupload-body .jupload-files-info{display:flex;justify-content:space-between;align-items:center;max-width:80%;padding-left:15px}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-filename{width:100%}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-filename>*:not(input){word-break:break-all;color:#343a40;margin-bottom:5px}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-filename input{color:#b4bcc2;width:inherit;border:0;border-bottom:1.5px solid #b4bcc2}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-filename input:focus{color:#343a40;outline:none;border-bottom:1.5px solid #23B26B;animation:border-change 1s infinite}@keyframes border-change{from{border-bottom-color:#b4bcc2}50%{border-bottom-color:#23B26B}to{border-bottom-color:#b4bcc2}}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-filename>*{display:block}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions{display:flex;padding:0 15px}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions>*{width:25px;height:25px;margin:0 0 0 10px;font-size:23px;color:#95a5a6;cursor:pointer;transition:all 2s ease}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions>* *{font-size:inherit}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions>*:first-child{margin-left:0}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions label,.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions a{display:flex}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions a:hover{text-decoration:none}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions *[class*="la"]{transform:scale(1,1);transition:all 0.2s ease;color:#95a5a6}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions *[class*="la"]:hover{color:#23B26B;transform:scale(1.4,1.4)}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions *[class*="material-icons"]{transform:scale(1,1);transition:all 0.2s ease;color:#95a5a6}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions *[class*="material-icons"]:hover{color:#23B26B;transform:scale(1.4,1.4)}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions *[class*="trash"]:hover{color:#DB2832}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions *[class*="ban"]:hover{color:#DB2832}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions *[class*="arrow"]{color:#000}.jbd-container .jupload .jupload-body .jupload-field{display:flex;justify-content:center;position:relative;padding:30px;background-color:#f0f1f3;text-align:center;border:2px dashed #23B26B}.jbd-container .jupload .jupload-body .jupload-field label{width:auto !important;display:inline-block !important}.jbd-container .jupload .jupload-body .jupload-field *[class*="la"]{position:absolute;top:50%;width:40px;height:40px;font-size:40px !important;margin-top:-20px;margin-left:-70px;z-index:1}.jbd-container .jupload .jupload-body .jupload-field>*{font-size:1rem;z-index:2}.jbd-container .jupload .jupload-body .jupload-field *{margin:0}.jbd-container .jupload .jupload-body .jupload-field>*:not(label){color:#95a5a6}.jbd-container .jupload .jupload-body .jupload-field label{color:#23B26B}@media screen and (prefers-reduced-motion:reduce){.jbd-container .jupload .jupload-body .jupload-field label{transition:none}}.jbd-container .jupload .jupload-body .jupload-field label:hover{color:#1b8751;text-decoration:underline;cursor:pointer}.jbd-container .jupload .jupload-body .jupload-field-input{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0}.jbd-container .jupload .jupload-footer{display:flex;justify-content:flex-end;position:relative;padding:15px 0;margin-top:15px}.jbd-container .jupload .jupload-footer label{margin:0}.jbd-container .jupload .jupload-footer>*{margin-left:5px}.jbd-container .jupload .jupload-footer>*:first-child{margin-left:0}.jbd-container .jupload.logo-jupload{display:flex;flex-direction:row;align-items:center}.jbd-container .jupload.logo-jupload.vertical{flex-direction:column}.jbd-container .jupload-options{margin-left:50px}.jbd-container .jupload-options .jupload-options-btn{display:flex;flex-direction:row;align-items:center}.jbd-container .jupload-options .jupload-options-btn .jbtn-round{max-width:175px}.jbd-container .jupload-options .jupload-options-btn a{margin-left:15px}.jbd-container .jupload.cover-jupload{display:flex;flex-direction:column}.jbd-container .jupload.logo-jupload .jupload-body,.jbd-container .jupload.cover-jupload .jupload-body{border:2px dashed #23B26B;transition:all 0.2s ease}.jbd-container .jupload.logo-jupload .jupload-body .jupload-files,.jbd-container .jupload.cover-jupload .jupload-body .jupload-files{margin:0;border:0;padding:5px}.jbd-container .jupload.logo-jupload .jupload-body .jupload-files-img,.jbd-container .jupload.cover-jupload .jupload-body .jupload-files-img{max-width:100%}.jbd-container .jupload.logo-jupload .jupload-body .jupload-files-img img:hover,.jbd-container .jupload.logo-jupload .jupload-body .jupload-files-img *[class*="la"]:hover,.jbd-container .jupload.cover-jupload .jupload-body .jupload-files-img img:hover,.jbd-container .jupload.cover-jupload .jupload-body .jupload-files-img *[class*="la"]:hover{transform:scale(1,1)}.jbd-container .jupload.logo-jupload .jupload-body:hover,.jbd-container .jupload.cover-jupload .jupload-body:hover{animation:change-border-color 1s infinite}@keyframes change-border-color{from{border:2px dashed #b4bcc2}50%{border:2px dashed #23B26B}to{border:2px dashed #b4bcc2}}.jbd-container .jupload.logo-jupload .jupload-footer input,.jbd-container .jupload.cover-jupload .jupload-footer input{position:absolute;top:0;left:0;display:none}.jbd-container .jupload.logo-jupload .jupload-footer label,.jbd-container .jupload.cover-jupload .jupload-footer label{margin:0}.jbd-container .jupload.logo-jupload .jupload-footer .btn,.jbd-container .jupload.cover-jupload .jupload-footer .btn{width:auto;min-width:90px;text-align:center;text-decoration:none}.jbd-container .jupload.logo-jupload .jupload-body{width:100%;max-width:214px}.jbd-container .jupload.logo-jupload .jupload-body .jupload-files-img{min-height:200px}.jbd-container .jupload.logo-jupload .jupload-body:hover{transform:scale(1.08,1.08)}.jbd-container .jupload.logo-jupload .jupload-footer{justify-content:flex-start}.jbd-container .jupload.logo-jupload .jupload-footer fieldset input{max-width:50px}.jbd-container .jupload.cover-jupload .jupload-body .jupload-files-img{min-height:300px}.jbd-container .jupload.cover-jupload .jupload-body:hover{transform:scale(1.01,1.01)}@media (max-width:768px){.jbd-container .jupload{font-size:14px}.jbd-container .jupload .jupload-header,.jbd-container .jupload .jupload-footer{padding:7.5px 0}.jbd-container .jupload .jupload-header{margin-bottom:7.5px}.jbd-container .jupload .jupload-footer{margin-top:7.5px}.jbd-container .jupload .jupload-body .jupload-files{padding:7.5px}.jbd-container .jupload .jupload-body .jupload-files-img *[class*="la"]{font-size:50px}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions{padding:0 7.5px}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions>*{width:20px;height:20px;margin:0 0 0 5px;font-size:20px}.jbd-container .jupload .jupload-body .jupload-field *[class*="la"]{display:none}}@media (max-width:576px){.jbd-container .jupload{font-size:12px}.jbd-container .jupload .jupload-header,.jbd-container .jupload .jupload-footer{padding:5px 0}.jbd-container .jupload .jupload-header{margin-bottom:5px}.jbd-container .jupload .jupload-footer{margin-top:5px}.jbd-container .jupload .jupload-body .jupload-files{flex-wrap:wrap;padding:5px}.jbd-container .jupload .jupload-body .jupload-files-img{min-height:70px}.jbd-container .jupload .jupload-body .jupload-files-img img:hover{transform:scale(1.02,1.02)}.jbd-container .jupload .jupload-body .jupload-files-img *[class*="la"]{font-size:35px}.jbd-container .jupload .jupload-body .jupload-files-info{justify-content:flex-end;min-height:auto;padding:5px !important}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions{padding:0 5px}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions *[class*="la"]:hover{transform:scale(1.2,1.2)}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions>*{width:18px;height:18px;margin:0 0 0 2px;font-size:18px}.jbd-container .jupload .jupload-body .jupload-files-info .jupload-filename>*:not(input){margin-bottom:0}.jbd-container .jupload .jupload-body .jupload-files-img,.jbd-container .jupload .jupload-body .jupload-files-info{max-width:100%}.jbd-container .jupload .jupload-body .jupload-field{padding:15px}.jbd-container .jupload.logo-jupload .jupload-body{max-width:160px}.jbd-container .jupload.logo-jupload .jupload-body .jupload-files-img{min-height:150px}.jbd-container .jupload.cover-jupload .jupload-body .jupload-files-img{min-height:200px}}.jbd-container .jupload.compact{}.jbd-container .jupload.logo-jupload.compact .jupload-body .jupload-files-img{min-height:150px;min-width:150px}.jbd-container .jupload.compact .jupload-options{margin-left:20px;font-size:13px}.jbd-container .jbtn-offer{color:#fff;display:flex;align-items:center}.jbd-container .jbtn-offer *{transition:all ease .3s}.jbd-container .jbtn-offer-info,.jbd-container .jbtn-offer-info-sm,.jbd-container .jbtn-offer-link{background-color:#66c37b;box-shadow:0 1px 7px rgba(0,0,0,0.25)}.jbd-container .jbtn-offer *[class*='jbtn-offer-info']{position:relative;display:flex;justify-content:center;align-items:center;width:120px;height:120px;border-radius:50%;z-index:2}.jbd-container .jbtn-offer *[class*='jbtn-offer-info']>*:not(a){font-size:22px;text-align:center;line-height:110%;text-shadow:0 0 5px rgba(0,0,0,0.28);margin:0;padding:20px}.jbd-container .jbtn-offer *[class*='jbtn-offer-info']>*:not(a) span{font-size:1.5em;display:block}.jbd-container .jbtn-offer-info-sm{width:100px !important;height:100px !important}.jbd-container .jbtn-offer-info-sm a,.jbd-container .jbtn-offer-link a{color:inherit;text-align:center;margin:12px 0;z-index:2;font-size:20px;line-height:90%}.jbd-container .jbtn-offer-info-sm a span,.jbd-container .jbtn-offer-link a span{text-transform:uppercase;font-weight:600}.jbd-container .jbtn-offer-link{display:flex;justify-content:flex-end;align-items:center;position:relative;max-width:140px;min-height:50px;margin-left:-40px;padding-left:40px;padding-right:10px;border-radius:20px;z-index:1}.jbd-container .jbtn-offer-link:hover{margin-left:-40px}.jbd-container .jbtn-offer *[class*='jbtn-offer-info'] .jbtn-offer-darken,.jbd-container .jbtn-offer-link .jbtn-offer-darken{border-radius:inherit;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#000;opacity:.15}@media (max-width:768px){.jbd-container .jbtn-offer *[class*='jbtn-offer-info']{width:130px;height:130px}.jbd-container .jbtn-offer *[class*='jbtn-offer-info']>*:not(a){font-size:26px}.jbd-container .jbtn-offer-link{max-width:130px}.jbd-container .jbtn-offer-link a{font-size:18px;margin:7px 0}}.jbd-container *[class*="jbtn-order"]{display:flex;align-items:center}@media (max-width:768px){.jbd-container *[class*="jbtn-order"]{flex-direction:column;width:100%}}@media (max-width:576px){.jbd-container *[class*="jbtn-order"]{width:100%}}.jbd-container *[class*="jbtn-order"] .jbtn-order-btn,.jbd-container *[class*="jbtn-order"] .jbtn-order-info{border-radius:30px}.jbd-container *[class*="jbtn-order"] .jbtn-order-info{display:flex;align-items:center;border:2px solid #66c37b;padding:10px 80px 10px 10px}.jbd-container *[class*="jbtn-order"] .jbtn-order-info.vertical{flex-wrap:wrap}.jbd-container *[class*="jbtn-order"] .jbtn-order-info.vertical .jbtn-order-item{margin-bottom:7px}.jbd-container *[class*="jbtn-order"] .jbtn-order-info-text{display:flex;align-items:center}.jbd-container *[class*="jbtn-order"] .jbtn-order-info-text span{font-size:0.8rem;line-height:1;margin-right:5px;color:#7b8a8b}.jbd-container *[class*="jbtn-order"] .jbtn-order-info>*{margin:0 5px}.jbd-container *[class*="jbtn-order"] .jbtn-order-info>*:first-child{margin-left:5px}.jbd-container *[class*="jbtn-order"] .jbtn-order-info>*:last-child{margin-right:5px}@media (max-width:768px){.jbd-container *[class*="jbtn-order"] .jbtn-order-info{padding:10px 15px 20px 15px !important;flex-direction:column}}.jbd-container *[class*="jbtn-order"] .jbtn-order-item{display:flex;align-items:center}.jbd-container *[class*="jbtn-order"] .jbtn-order-item label{margin:0 5px 0 0}@media (max-width:768px){.jbd-container *[class*="jbtn-order"] .jbtn-order-item{width:100%;margin-top:10px}.jbd-container *[class*="jbtn-order"] .jbtn-order-item label{margin:5px 0 5px 0}}.jbd-container *[class*="jbtn-order"] .jbtn-order-item .offer-stock-price{white-space:nowrap;font-weight:bold}.jbd-container *[class*="jbtn-order"] .jbtn-order-btn{display:flex;align-items:center;flex-direction:row;background-color:#66c37b;border:1px solid #fff;padding:5px 15px;margin-right:0;margin-left:-60px;transition:all ease .2s}.jbd-container *[class*="jbtn-order"] .jbtn-order-btn>*{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,0.25)}.jbd-container *[class*="jbtn-order"] .jbtn-order-btn a{display:inline-flex;line-height:90%;text-align:center;font-size:20px;width:100%;line-height:30px;justify-content:center}.jbd-container *[class*="jbtn-order"] .jbtn-order-btn a .la{margin-right:5px;font-size:30px}@media (max-width:768px){.jbd-container *[class*="jbtn-order"] .jbtn-order-btn{padding:2px 10px;margin-left:0px;margin-top:10px;text-align:center}.jbd-container *[class*="jbtn-order"] .jbtn-order-btn a{font-size:18px}}.jbd-container *[class*="jbtn-order"] .jbtn-order-btn:hover{margin-left:-70px;margin-right:10px}@media (max-width:768px){.jbd-container *[class*="jbtn-order"] .jbtn-order-btn:hover{margin-left:0px;margin-right:0px}}.jbd-container *[class*="jbtn-order-group"] .jbtn-order-clear{color:#7b8a8b;padding:2px 75px 2px 10px;background-color:#dee2e6;border-radius:30px}.jbd-container *[class*="jbtn-order-group"] .jbtn-order-clear>*{color:inherit;text-shadow:0px 2px 4px rgba(0,0,0,0.25)}.jbd-container *[class*="jbtn-order-group"] .jbtn-order-btn{padding:13px 15px}.jbd-container .jinstall{min-width:300px}.jbd-container .jinstall-header .jinstall-banner{display:flex;justify-content:center;align-items:center;background-color:#1a1a25;min-height:200px}.jbd-container .jinstall-header .jinstall-text{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:20px;padding-bottom:40px;color:#5d5d5d;text-align:center;font-size:16px}.jbd-container .jinstall-header .jinstall-text-main,.jbd-container .jinstall-header .jinstall-text-sub{margin:0}.jbd-container .jinstall-header .jinstall-text-main{font-size:1.2rem;font-weight:600;padding:15px 60px}.jbd-container .jinstall-header .jinstall-text-sub{max-width:600px;line-height:1.3;filter:brightness(100%)}.jbd-container .jinstall-tabs .jinstall-tab{position:relative;top:0;height:94%;margin:3% 5px;padding:20px 20px 20px 80px;color:#5d5d5d;font-size:16px;box-shadow:0 0 17px #0000000d;transition:all ease .4s}.jbd-container .jinstall-tabs .jinstall-tab-link{width:100%;height:100%;position:absolute;top:0;left:0}.jbd-container .jinstall-tabs .jinstall-tab .la{position:absolute;left:0;font-size:120px;width:70px;transform:rotate(180deg);overflow:hidden;transition:all ease .4s}.jbd-container .jinstall-tabs .jinstall-tab-title{font-size:1.2rem;margin:10px 0;font-weight:600}.jbd-container .jinstall-tabs .jinstall-tab-desc{filter:brightness(100%)}.jbd-container .jinstall-tabs .jinstall-tab:hover{box-shadow:0 0 17px #00000048;top:-2px}.jbd-container .jinstall-tabs .jinstall-tab:hover .la-life-saver{color:#557cd1}.jbd-container .jinstall-tabs .jinstall-tab:hover .la-book{color:#d19b55}.jbd-container .jinstall-tabs .jinstall-tab:hover .la-ticket{color:#aa55d1}.jbd-container .jinstall-tabs .jinstall-tab:hover .la-puzzle-piece{color:#55d19d}.jbd-container .jinstall-footer{padding:40px 0 20px}.jbd-container .jinstall-footer .jinstall-btn-wrap{display:flex;justify-content:center;align-items:center}.jbd-container .jinstall-footer .jinstall-btn-wrap .jinstall-btn{position:relative;padding:15px 50px;font-size:20px;color:#fff;font-weight:600;background-color:#55b4d1;box-shadow:0 0 17px #0000000d;border-radius:0}.jbd-container .jinstall-footer .jinstall-btn-wrap .jinstall-btn .la{display:flex;justify-content:flex-end;width:0;height:100%;position:absolute;top:0;left:0;padding-left:10px;font-size:100px;color:#fff;opacity:0.3;overflow:hidden;transition:all ease 0.4s}.jbd-container .jinstall-footer .jinstall-btn-wrap .jinstall-btn:hover{background-color:#6ac6e2}.jbd-container .jinstall-footer .jinstall-btn-wrap .jinstall-btn:hover .la{width:100px;left:-10px}.jbd-container .packages-info-container{text-align:center;max-width:600px;margin:0 auto;margin-bottom:30px}.jbd-container .packages-info-text{text-align:center;max-width:600px;margin:0 auto}.jbd-container .jpackage{background:white;color:black;border-color:#e1e1e1;border-width:1px;border-style:solid;border-radius:5px;height:100%;cursor:pointer;transition:all ease .3s}.jbd-container .jpackage-wrap{display:flex;flex-direction:column;height:100%;padding:30px;text-align:center;line-height:1}.jbd-container .jpackage-wrap .jpackage>*{width:100%;z-index:1}.jbd-container .jpackage-wrap .jpackage-title{color:inherit;margin-bottom:10px}.jbd-container .jpackage-wrap .jpackage-title>*{margin:0;font-size:24px;font-weight:600}.jbd-container .jpackage-wrap .jpackage-desc{color:inherit;margin-bottom:35px}.jbd-container .jpackage-wrap .jpackage-desc>*{margin:0;font-size:18px;opacity:.8}.jbd-container .jpackage-wrap .jpackage-price{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:10px;align-items:flex-end}.jbd-container .jpackage-wrap .jpackage-price>*{margin:0}.jbd-container .jpackage-wrap .jpackage-price-text{line-height:.9;font-size:36px;font-weight:500;margin-bottom:0;text-align:center;display:flex;align-items:flex-end;width:100%;justify-content:center}.jbd-container .jpackage-wrap .jpackage-price-duration{font-size:12px;display:flex;align-items:flex-end;margin-left:5px}.jbd-container .jpackage-wrap .jpackage-price-info{display:block;padding-top:15px}.jbd-container .jpackage-wrap .jpackage-price-description{color:inherit;opacity:.8;font-size:14px;width:100%;margin-top:15px;margin-bottom:5px}.jbd-container .jpackage-wrap .jpackage-price>span{padding-top:5px;font-size:30px}.jbd-container .jpackage-wrap .jpackage-price>span:first-child{margin-right:8px}.jbd-container .jpackage-wrap .jpackage-price>span:nth-last-child(2){margin-left:5px}.jbd-container .jpackage-wrap .jpackage-price>span:last-child{display:flex;justify-content:flex-end;margin-left:2px;letter-spacing:1px;max-width:35px;text-align:center;overflow:hidden}.jbd-container .jpackage-wrap .jpackage-trial-text{border:1px solid #dd4614;padding:7px 20px;border-radius:10px;display:inline-block}.jbd-container .jpackage-wrap .jpackage-features{color:inherit;margin-bottom:45px}.jbd-container .jpackage-wrap .jpackage-features>*{opacity:.95;text-align:left;margin:0}.jbd-container .jpackage-wrap .jpackage-features *[class*='jpackage-feature']{position:relative;padding:10px 0 10px 20px;font-size:15px}.jbd-container .jpackage-wrap .jpackage-features *[class*='jpackage-feature']::before{position:absolute;top:50%;left:0;font-size:20px;line-height:0.8;margin-top:-10px;content:'\2713'}.jbd-container .jpackage-wrap .jpackage-features *[class*='jpackage-feature-disabled']{opacity:.5}.jbd-container .jpackage-wrap .jpackage-features *[class*='jpackage-feature-disabled']::before{color:inherit;content:'\d7'}.jbd-container .jpackage-wrap .jpackage-footer{color:inherit;margin-top:auto;margin-left:auto;margin-right:auto;align-self:flex-end;background-color:#23B26B;padding:10px 15px;border-radius:15px;cursor:pointer;transition:all 0.3s ease 0s;cursor:pointer;box-shadow:0px 8px 15px rgba(0,0,0,0.2);outline:none}.jbd-container .jpackage-wrap .jpackage-footer:hover{background-color:#2EE59D;box-shadow:0px 15px 20px rgba(23,97,67,0.4);color:#fff;transform:translateY(-7px)}.jbd-container .jpackage-wrap .jpackage-footer-btn{color:#fff;font-weight:500;padding:5px 15px}.jbd-container .jpackage-wrap .jpackage-footer-btn:hover,.jbd-container .jpackage-wrap .jpackage-footer-btn:visited{color:inherit;text-decoration:none}.jbd-container .jpackage-wrap .jpackage:hover::before{box-shadow:7px 7px 15px #00000052}.jbd-container .jpackage:hover{box-shadow:3px 3px 10px #00000075}.jbd-container .jpackage-highlight{background:#458ca9;color:white;border-color:#188cbc}.jbd-container .jpackage-container{margin:40px 0}.jbd-container .jtable{border-spacing:0;width:100%}.jbd-container .jtable-popover{position:relative;box-shadow:0px 0px 15px rgba(0,0,0,0.2);border-radius:0.35rem;border:1px solid #ecf0f1;text-align:right}.jbd-container .jtable-popover::after{position:absolute;top:-10px;right:10px;content:'';width:0;height:0;border-style:solid;border-width:0 8px 10px 8px;border-color:transparent transparent #fff transparent}.jbd-container .jtable-popover-item{position:relative;color:#95a5a6;padding:30px;border-bottom:1px solid #ecf0f1;transition:all ease .3s}.jbd-container .jtable-popover-item::after{content:'';position:absolute;top:15%;right:0;width:3px;height:70%;border-radius:5px;background-color:transparent;transition:all ease .3s}.jbd-container .jtable-popover-item>*{color:inherit}.jbd-container .jtable-popover-item:hover{color:#212529}.jbd-container .jtable-popover-item:hover::after{background-color:#212529}.jbd-container .jtable-popover-item:last-child{border-bottom:0}.jbd-container .jtable-btn{position:relative;display:flex;justify-content:center;align-items:center;width:38px;height:38px;background-color:#fff;border-radius:50%;border:1px solid #ced4da;cursor:pointer;transition:all ease .3s;text-decoration:none}.jbd-container .jtable-btn>*{transition:all ease .3s}.jbd-container .jtable-btn:hover{border:1px solid #95a5a6}.jbd-container .jtable-btn:hover .la{color:#7b8a8b}.jbd-container .jtable-btn:hover *[class*="star"]{color:#E2CD0D}.jbd-container .jtable-btn:hover *[class*="star"]::before{content:"\f318"}.jbd-container .jtable-btn .la{color:#b4bcc2;font-size:180%}.jbd-container .jtable-btn .la-star{color:#E2CD0D}.jbd-container .jtable .jtable-data-img{width:50px;height:50px;object-fit:cover;border-radius:50%;max-width:none}.jbd-container .jtable-head{box-shadow:0px 4px 15px rgba(0,0,0,0.08);color:#7b8a8b;font-weight:normal}.jbd-container .jtable-head-row-data{height:55px;background-color:#fff;color:inherit;font-weight:inherit;padding:0.5rem;white-space:nowrap;text-align:left}.jbd-container .jtable-head-row-data:first-child{border-top-left-radius:0.35rem;border-bottom-left-radius:0.35rem}.jbd-container .jtable-head-row-data:last-child{border-top-right-radius:0.35rem;border-bottom-right-radius:0.35rem}.jbd-container .jtable-head-row-data .la{color:inherit;font-weight:inherit;opacity:0.8;font-size:90%}.jbd-container .jtable-body:before{content:"";line-height:1em;content:"_";opacity:0;display:block}.jbd-container .jtable-body .jtable-body-text-seconday{color:#95a5a6}.jbd-container .jtable-body-row{position:relative;width:100%;overflow:hidden;color:#343a40;transition:all ease .1s}.jbd-container .jtable-body-row:hover{border-radius:0.9rem;overflow:hidden;transform:scale(1);box-shadow:0px 4px 15px rgba(0,0,0,0.15)}.jbd-container .jtable-body-row .jtable-body-status{height:45px;width:3px;border-radius:5px}.jbd-container .jtable-body-row-data{position:relative;color:inherit;background-color:#fff;padding:1rem}.jbd-container .jtable-body-row-data:first-child{border-top-left-radius:0.9rem;border-bottom-left-radius:0.9rem;padding-left:15px}.jbd-container .jtable-body-row-data:last-child{border-top-right-radius:0.9rem;border-bottom-right-radius:0.9rem;padding-right:15px}.jbd-container .jtable-body-row-data-allias{font-size:90%;color:#95a5a6}@media only screen and (min-width:1501px){.jbd-container .jtable-body-row .jtable-body-name{max-width:500px}}@media only screen and (max-width:1500px){.jbd-container .jtable-body-row .jtable-body-name{max-width:300px}}.jbd-container .jtable-body-row .jtable-body-text,.jbd-container .jtable-body-row .jtable-body-row-data-title,.jbd-container .jtable-body-row .jtable-body-row-data-allias{font-size:90%;line-height:1.3}.jbd-container .jtable-body-row-active{background:linear-gradient(90deg,rgba(99,246,255,0.4) -0.3%,rgba(255,255,255,0) 32.69%),#FFF}.jbd-container .jtable-body-row-active .jtable-body-row-data{background-color:transparent}.jbd-container .jinput-group{display:flex;justify-content:space-between}.jbd-container .jinput-textarea{width:100%}.jbd-container .jinput-textarea textarea{width:100%;height:100%;transition:none !important;min-height:100px}.jbd-container .jinput-outline{margin-top:25.2px;margin-bottom:12px;position:relative}.jbd-container .jinput-outline>*{transition:all ease .2s}.jbd-container .jinput-outline input{max-height:35px}.jbd-container .jinput-outline input,.jbd-container .jinput-outline textarea{border-radius:4px;border:1px solid #b4bcc2;padding:8px 12px;color:#56606a;width:100%}.jbd-container .jinput-outline input:focus,.jbd-container .jinput-outline textarea:focus{outline:none;border-color:#343a40}.jbd-container .jinput-outline select{width:100%}.jbd-container .jinput-outline label{display:flex;align-items:center;width:100%;height:80%;max-height:25px;padding-left:0;margin:0 0 5px 0;color:#4b545c;font-size:1rem}.jbd-container .jinput-hover input:focus,.jbd-container .jinput-hover textarea:focus{outline:none;border-color:#343a40}.jbd-container .jinput-hover input:focus~label,.jbd-container .jinput-hover textarea:focus~label{transform:scale(0.9) translateX(-1);top:-30px;color:#343a40;padding-left:0}.jbd-container .jinput-hover input:valid~label,.jbd-container .jinput-hover textarea:valid~label{top:-30px;transform:scale(0.9) translateX(-1);padding-left:0;color:#4b545c}.jbd-container .jinput-hover label{position:absolute;top:5px;left:0;padding-left:12px;color:#95a5a6}.jbd-container .jmodal{color:#1D3A5C;border-radius:6px;width:100%}.jbd-container .jmodal>*:last-child{border-bottom:0}.jbd-container .jmodal-btn,.jbd-container .jmodal-btn-outlined{margin:0 10px;border-radius:4px;padding:10px 30px;font-size:16px;cursor:pointer}.jbd-container .jmodal-btn{background-color:#1D3A5C;border:0;color:#c0d4eb}.jbd-container .jmodal-btn:disabled{color:#cbd7e3;opacity:0.7}.jbd-container .jmodal-btn:hover{background-color:#3D5368;color:#fff}.jbd-container .jmodal-btn-outline{color:black;background-color:transparent !important;border:1px solid #c0d4eb}.jbd-container .jmodal-btn-outline:hover{background-color:#9B9B9B !important;color:#fff}.jbd-container .jmodal-header{position:relative;padding:15px}.jbd-container .jmodal-header-title{color:#111;font-size:25px;font-weight:500;margin:0 15px;padding:0;max-width:90%}.jbd-container .jmodal-header-message-title{font-size:18px;margin:20px 15px;padding:0;max-width:90%}.jbd-container .jmodal-header .close-btn{position:absolute;top:50%;right:30px;width:30px;height:30px;display:flex;justify-content:center;align-items:center;color:black;font-size:20px;margin-top:-15px;cursor:pointer}.jbd-container .jmodal-header .close-btn i{color:#232323;font-size:20px}.jbd-container .jmodal-header .close-btn [class*="la"]{color:black;font-size:20px;font-weight:600}.jbd-container .jmodal-body{display:flex;flex-direction:column;padding:20px 30px}.jbd-container .jmodal-body label{justify-content:flex-start}.jbd-container .jmodal-body input,.jbd-container .jmodal-body label,.jbd-container .jmodal-body select,.jbd-container .jmodal-body textarea{font-size:14px}.jbd-container .jmodal-footer{display:flex;justify-content:flex-end;padding:10px 30px 20px}.jbd-container .jmodal-footer .jmodal-btn:first-child{margin-left:0}.jbd-container .jmodal-footer .jmodal-btn:last-child{margin-right:0}.jbd-container .jmodal-sm{color:#1D3A5C;border-radius:6px;width:100%;max-width:650px;overflow:hidden}.jbd-container .jmodal-sm>*:last-child{border-bottom:0}.jbd-container .jmodal-sm-btn,.jbd-container .jmodal-sm-btn-outlined{margin:0 10px;border-radius:4px;padding:10px 30px;font-size:16px;cursor:pointer}.jbd-container .jmodal-sm-btn{background-color:#1D3A5C;border:0;color:#c0d4eb}.jbd-container .jmodal-sm-btn:disabled{color:#cbd7e3;opacity:0.7}.jbd-container .jmodal-sm-btn:hover{background-color:#3D5368;color:#fff}.jbd-container .jmodal-sm-btn-outline{color:black;background-color:transparent !important;border:1px solid #c0d4eb}.jbd-container .jmodal-sm-btn-outline:hover{background-color:#9B9B9B !important;color:#fff}.jbd-container .jmodal-sm-header{position:relative;padding:15px}.jbd-container .jmodal-sm-header-title{color:#111;font-size:25px;font-weight:500;margin:0 15px;padding:0;max-width:90%}.jbd-container .jmodal-sm-header .close-btn{position:absolute;top:50%;right:30px;width:30px;height:30px;display:flex;justify-content:center;align-items:center;color:black;font-size:20px;margin-top:-15px;cursor:pointer}.jbd-container .jmodal-sm-header .close-btn i{color:#232323;font-size:20px}.jbd-container .jmodal-sm-header .close-btn [class*="la"]{color:black;font-size:20px;font-weight:600}.jbd-container .jmodal-sm-body{display:flex;flex-direction:column;padding:20px 30px}.jbd-container .jmodal-sm-body label{justify-content:flex-start}.jbd-container .jmodal-sm-body input,.jbd-container .jmodal-sm-body label,.jbd-container .jmodal-sm-body select,.jbd-container .jmodal-sm-body textarea{font-size:14px}.jbd-container .jmodal-sm-footer{display:flex;justify-content:flex-end;padding:10px 30px 20px}.jbd-container .jmodal-sm-footer .jmodal-btn:first-child{margin-left:0}.jbd-container .jmodal-sm-footer .jmodal-btn:last-child{margin-right:0}@media (max-width:576px){.jbd-container .jmodal-sm{max-width:unset !important}}@media (max-width:576px){.jbd-container .jmodal-btn{width:100%;margin:0 0 10px 0;display:block}.jbd-container .jmodal-footer{justify-content:center}}.jbd-container .jmodal-md{color:#1D3A5C;border-radius:6px;width:100%;min-width:708px;overflow:hidden}.jbd-container .jmodal-md>*:last-child{border-bottom:0}.jbd-container .jmodal-md-btn,.jbd-container .jmodal-md-btn-outlined{margin:0 10px;border-radius:4px;padding:10px 30px;font-size:16px;cursor:pointer}.jbd-container .jmodal-md-btn{background-color:#1D3A5C;border:0;color:#c0d4eb}.jbd-container .jmodal-md-btn:disabled{color:#cbd7e3;opacity:0.7}.jbd-container .jmodal-md-btn:hover{background-color:#3D5368;color:#fff}.jbd-container .jmodal-md-btn-outline{color:black;background-color:transparent !important;border:1px solid #c0d4eb}.jbd-container .jmodal-md-btn-outline:hover{background-color:#9B9B9B !important;color:#fff}.jbd-container .jmodal-md-header{position:relative;padding:15px}.jbd-container .jmodal-md-header-title{color:#111;font-size:25px;font-weight:500;margin:0 15px;padding:0;max-width:90%}.jbd-container .jmodal-md-header .close-btn{position:absolute;top:50%;right:30px;width:30px;height:30px;display:flex;justify-content:center;align-items:center;color:black;font-size:20px;margin-top:-15px;cursor:pointer}.jbd-container .jmodal-md-header .close-btn i{color:#232323;font-size:20px}.jbd-container .jmodal-md-header .close-btn [class*="la"]{color:black;font-size:20px;font-weight:600}.jbd-container .jmodal-md-body{display:flex;flex-direction:column;padding:20px 30px}.jbd-container .jmodal-md-body label{justify-content:flex-start}.jbd-container .jmodal-md-body input,.jbd-container .jmodal-md-body label,.jbd-container .jmodal-md-body select,.jbd-container .jmodal-md-body textarea{font-size:14px}.jbd-container .jmodal-md-footer{display:flex;justify-content:flex-end;padding:10px 30px 20px}.jbd-container .jmodal-md-footer .jmodal-btn:first-child{margin-left:0}.jbd-container .jmodal-md-footer .jmodal-btn:last-child{margin-right:0}@media (max-width:768px){.jbd-container .jmodal-md{min-width:unset !important}}.jbd-container .jmodal-lg{color:#1D3A5C;border-radius:6px;width:100%;min-width:932px;overflow:hidden}.jbd-container .jmodal-lg>*:last-child{border-bottom:0}.jbd-container .jmodal-lg-btn,.jbd-container .jmodal-lg-btn-outlined{margin:0 10px;border-radius:4px;padding:10px 30px;font-size:16px;cursor:pointer}.jbd-container .jmodal-lg-btn{background-color:#1D3A5C;border:0;color:#c0d4eb}.jbd-container .jmodal-lg-btn:disabled{color:#cbd7e3;opacity:0.7}.jbd-container .jmodal-lg-btn:hover{background-color:#3D5368;color:#fff}.jbd-container .jmodal-lg-btn-outline{color:black;background-color:transparent !important;border:1px solid #c0d4eb}.jbd-container .jmodal-lg-btn-outline:hover{background-color:#9B9B9B !important;color:#fff}.jbd-container .jmodal-lg-header{position:relative;padding:15px}.jbd-container .jmodal-lg-header-title{color:#111;font-size:25px;font-weight:500;margin:0 15px;padding:0;max-width:90%}.jbd-container .jmodal-lg-header .close-btn{position:absolute;top:50%;right:30px;width:30px;height:30px;display:flex;justify-content:center;align-items:center;color:black;font-size:20px;margin-top:-15px;cursor:pointer}.jbd-container .jmodal-lg-header .close-btn i{color:#232323;font-size:20px}.jbd-container .jmodal-lg-header .close-btn [class*="la"]{color:black;font-size:20px;font-weight:600}.jbd-container .jmodal-lg-body{display:flex;flex-direction:column;padding:20px 30px}.jbd-container .jmodal-lg-body label{justify-content:flex-start}.jbd-container .jmodal-lg-body input,.jbd-container .jmodal-lg-body label,.jbd-container .jmodal-lg-body select,.jbd-container .jmodal-lg-body textarea{font-size:14px}.jbd-container .jmodal-lg-footer{display:flex;justify-content:flex-end;padding:10px 30px 20px}.jbd-container .jmodal-lg-footer .jmodal-btn:first-child{margin-left:0}.jbd-container .jmodal-lg-footer .jmodal-btn:last-child{margin-right:0}@media (max-width:992px){.jbd-container .jmodal-lg{min-width:unset !important}}.jbd-container .jmaterial-btn-icon{width:40px;height:40px;display:flex;justify-content:center;align-items:center;position:relative;border-radius:20px;border:1px solid #87999a;background-color:white;cursor:pointer}.jbd-container .jmaterial-btn-icon::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;transition:all ease 0.1s !important}.jbd-container .jmaterial-btn-icon:hover{transition:all ease 0.9s;background:white radial-gradient(circle,transparent 1%,white 1%) center/15000%}.jbd-container .jmaterial-btn-icon:hover::after{box-shadow:0px 2px 12px rgba(0,0,0,0.2)}.jbd-container .jmaterial-btn-icon:active{background-color:#87999a;background-size:100%;transition:all 0s}.jbd-container .jmaterial-btn-icon:hover i{color:#566566 !important}.jbd-container .jmaterial-btn-icon i{font-size:18px;color:#87999a;transition:all ease .3s}.jbd-container .jmaterial-btn-icon img{width:50%;height:50%;position:absolute;top:25%;left:25%;object-fit:contain}.jbd-container .jmaterial-btn-icon-sm{width:35px;height:35px;display:flex;justify-content:center;align-items:center;position:relative;border-radius:17.5px;border:1px solid #87999a;background-color:white;cursor:pointer}.jbd-container .jmaterial-btn-icon-sm::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:17.5px;transition:all ease 0.1s !important}.jbd-container .jmaterial-btn-icon-sm:hover{transition:all ease 0.9s;background:white radial-gradient(circle,transparent 1%,white 1%) center/15000%}.jbd-container .jmaterial-btn-icon-sm:hover::after{box-shadow:0px 2px 12px rgba(0,0,0,0.2)}.jbd-container .jmaterial-btn-icon-sm:active{background-color:#87999a;background-size:100%;transition:all 0s}.jbd-container .jmaterial-btn-icon-sm:hover i{color:#566566 !important}.jbd-container .jmaterial-btn-icon-sm i{font-size:18px;color:#87999a;transition:all ease .3s}.jbd-container .jmaterial-btn-icon-sm img{width:50%;height:50%;position:absolute;top:25%;left:25%;object-fit:contain}.jbd-container .jmaterial-btn-icon-lg{width:50px;height:50px;display:flex;justify-content:center;align-items:center;position:relative;border-radius:25px;border:1px solid #87999a;background-color:white;cursor:pointer}.jbd-container .jmaterial-btn-icon-lg::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:25px;transition:all ease 0.1s !important}.jbd-container .jmaterial-btn-icon-lg:hover{transition:all ease 0.9s;background:white radial-gradient(circle,transparent 1%,white 1%) center/15000%}.jbd-container .jmaterial-btn-icon-lg:hover::after{box-shadow:0px 2px 12px rgba(0,0,0,0.2)}.jbd-container .jmaterial-btn-icon-lg:active{background-color:#87999a;background-size:100%;transition:all 0s}.jbd-container .jmaterial-btn-icon-lg:hover i{color:#566566 !important}.jbd-container .jmaterial-btn-icon-lg i{font-size:25px;color:#87999a;transition:all ease .3s}.jbd-container .jmaterial-btn-icon-lg img{width:50%;height:50%;position:absolute;top:25%;left:25%;object-fit:contain}.jbd-container .jmaterial-btn-text{width:auto;height:40px;display:flex;justify-content:center;align-items:center;position:relative;border-radius:20px;border:1px solid #87999a;background-color:white;cursor:pointer;padding:0 20px}.jbd-container .jmaterial-btn-text::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;transition:all ease 0.1s !important}.jbd-container .jmaterial-btn-text:hover{transition:all ease 0.9s;background:white radial-gradient(circle,transparent 1%,white 1%) center/15000%}.jbd-container .jmaterial-btn-text:hover::after{box-shadow:0px 2px 12px rgba(0,0,0,0.2)}.jbd-container .jmaterial-btn-text:active{background-color:#87999a;background-size:100%;transition:all 0s}.jbd-container .jmaterial-btn-text span{width:7px;height:7px;border-radius:3.5px;margin-right:15px}.jbd-container .jmaterial-btn-text *:not(span){font-size:18px;color:#617374;margin:0;padding:0}.jbd-container .jmaterial-btn-text-sm{width:auto;height:35px;display:flex;justify-content:center;align-items:center;position:relative;border-radius:17.5px;border:1px solid #87999a;background-color:white;cursor:pointer;padding:0 17.5px}.jbd-container .jmaterial-btn-text-sm::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:17.5px;transition:all ease 0.1s !important}.jbd-container .jmaterial-btn-text-sm:hover{transition:all ease 0.9s;background:white radial-gradient(circle,transparent 1%,white 1%) center/15000%}.jbd-container .jmaterial-btn-text-sm:hover::after{box-shadow:0px 2px 12px rgba(0,0,0,0.2)}.jbd-container .jmaterial-btn-text-sm:active{background-color:#87999a;background-size:100%;transition:all 0s}.jbd-container .jmaterial-btn-text-sm span{width:7px;height:7px;border-radius:3.5px;margin-right:15px}.jbd-container .jmaterial-btn-text-sm *:not(span){font-size:16px;color:#617374;margin:0;padding:0}.jbd-container .jmaterial-btn-text-lg{width:auto;height:50px;display:flex;justify-content:center;align-items:center;position:relative;border-radius:25px;border:1px solid #87999a;background-color:white;cursor:pointer;padding:0 25px}.jbd-container .jmaterial-btn-text-lg::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:25px;transition:all ease 0.1s !important}.jbd-container .jmaterial-btn-text-lg:hover{transition:all ease 0.9s;background:white radial-gradient(circle,transparent 1%,white 1%) center/15000%}.jbd-container .jmaterial-btn-text-lg:hover::after{box-shadow:0px 2px 12px rgba(0,0,0,0.2)}.jbd-container .jmaterial-btn-text-lg:active{background-color:#87999a;background-size:100%;transition:all 0s}.jbd-container .jmaterial-btn-text-lg span{width:7px;height:7px;border-radius:3.5px;margin-right:15px}.jbd-container .jmaterial-btn-text-lg *:not(span){font-size:20px;color:#617374;margin:0;padding:0}.jbd-container .bg-primary .navbar-nav .active>.nav-link{color:#23B26B !important}.jbd-container .bg-dark{background-color:#23B26B !important}.jbd-container .bg-dark.navbar-dark .navbar-nav .nav-link:focus,.jbd-container .bg-dark.navbar-dark .navbar-nav .nav-link:hover,.jbd-container .bg-dark.navbar-dark .navbar-nav .active>.nav-link{color:#1D3A5C !important}.jbd-container .btn-success,.jbd-container .btn-success:hover,.jbd-container .btn-success .la,.jbd-container .btn-warning,.jbd-container .btn-warning:hover,.jbd-container .btn-warning .la{color:#fff}.jbd-container .table-primary,.jbd-container .table-secondary,.jbd-container .table-success,.jbd-container .table-info,.jbd-container .table-warning,.jbd-container .table-danger{color:#fff}.jbd-container .table-primary,.jbd-container .table-primary>th,.jbd-container .table-primary>td{background-color:#1D3A5C}.jbd-container .table-secondary,.jbd-container .table-secondary>th,.jbd-container .table-secondary>td{background-color:#f0f1f3}.jbd-container .table-light,.jbd-container .table-light>th,.jbd-container .table-light>td{background-color:#f0f1f3}.jbd-container .table-dark,.jbd-container .table-dark>th,.jbd-container .table-dark>td{background-color:#343a40}.jbd-container .table-success,.jbd-container .table-success>th,.jbd-container .table-success>td{background-color:#23B26B}.jbd-container .table-info,.jbd-container .table-info>th,.jbd-container .table-info>td{background-color:#3498DB}.jbd-container .table-danger,.jbd-container .table-danger>th,.jbd-container .table-danger>td{background-color:#DB2832}.jbd-container .table-warning,.jbd-container .table-warning>th,.jbd-container .table-warning>td{background-color:#F39C12}.jbd-container .table-active,.jbd-container .table-active>th,.jbd-container .table-active>td{background-color:rgba(0,0,0,0.075)}.jbd-container .table-hover .table-primary:hover,.jbd-container .table-hover .table-primary:hover>th,.jbd-container .table-hover .table-primary:hover>td{background-color:#172e49}.jbd-container .table-hover .table-secondary:hover,.jbd-container .table-hover .table-secondary:hover>th,.jbd-container .table-hover .table-secondary:hover>td{background-color:#e2e4e8}.jbd-container .table-hover .table-light:hover,.jbd-container .table-hover .table-light:hover>th,.jbd-container .table-hover .table-light:hover>td{background-color:#e2e4e8}.jbd-container .table-hover .table-dark:hover,.jbd-container .table-hover .table-dark:hover>th,.jbd-container .table-hover .table-dark:hover>td{background-color:#292d32}.jbd-container .table-hover .table-success:hover,.jbd-container .table-hover .table-success:hover>th,.jbd-container .table-hover .table-success:hover>td{background-color:#1f9d5e}.jbd-container .table-hover .table-info:hover,.jbd-container .table-hover .table-info:hover>th,.jbd-container .table-hover .table-info:hover>td{background-color:#258cd1}.jbd-container .table-hover .table-danger:hover,.jbd-container .table-hover .table-danger:hover>th,.jbd-container .table-hover .table-danger:hover>td{background-color:#c8212b}.jbd-container .table-hover .table-warning:hover,.jbd-container .table-hover .table-warning:hover>th,.jbd-container .table-hover .table-warning:hover>td{background-color:#e08e0b}.jbd-container .table-hover .table-active:hover,.jbd-container .table-hover .table-active:hover>th,.jbd-container .table-hover .table-active:hover>td{background-color:rgba(0,0,0,0.075)}.jbd-container .nav-tabs .nav-link.active,.jbd-container .nav-tabs .nav-link.active:focus,.jbd-container .nav-tabs .nav-link.active:hover,.jbd-container .nav-tabs .nav-item.open .nav-link,.jbd-container .nav-tabs .nav-item.open .nav-link:focus,.jbd-container .nav-tabs .nav-item.open .nav-link:hover{color:#1D3A5C}.jbd-container .pagination a:hover{text-decoration:none}.jbd-container .close{text-decoration:none;opacity:0.4}.jbd-container .close:hover,.jbd-container .close:focus{opacity:1}.jbd-container .alert{border:none;color:#fff !important}.jbd-container .alert a,.jbd-container .alert .alert-link{color:#fff;text-decoration:underline}.jbd-container .alert-primary{background:#1D3A5C linear-gradient(180deg,#3f5874,#1D3A5C) repeat-x}.jbd-container .alert-secondary{background:#f0f1f3 linear-gradient(180deg,#f2f3f5,#f0f1f3) repeat-x}.jbd-container .alert-success{background:#23B26B linear-gradient(180deg,#44be81,#23B26B) repeat-x}.jbd-container .alert-info{background:#3498DB linear-gradient(180deg,#52a7e0,#3498DB) repeat-x}.jbd-container .alert-warning{background:#F39C12 linear-gradient(180deg,#f5ab36,#F39C12) repeat-x}.jbd-container .alert-danger{background:#DB2832 linear-gradient(180deg,#e04851,#DB2832) repeat-x}.jbd-container .alert-light{background:#f0f1f3 linear-gradient(180deg,#f2f3f5,#f0f1f3) repeat-x}.jbd-container .alert-dark{background:#343a40 linear-gradient(180deg,#52585d,#343a40) repeat-x}.jbd-container .alert-light,.jbd-container .alert-light a,.jbd-container .alert-light .alert-link{color:#212529}.jbd-container .modal .close{color:#000}.jbd-container .modal .close:not(:disabled):not(.disabled):hover,.jbd-container .modal .close:not(:disabled):not(.disabled):focus{color:#000}.jbd-container.jdb-dashboard .jbox-card{border-radius:15px}.jbd-container.jdb-dashboard .has-fluid-columns>.fluid-col{padding:0 7.5px;background-color:#efefef;-webkit-column-break-inside:avoid}@media screen and (min-width:761px){.jbd-container.jdb-dashboard .has-fluid-columns{-webkit-column-count:4;-webkit-column-gap:0;padding:8px;-moz-column-count:4;-moz-column-gap:0;column-count:4;column-gap:0}}.jbd-container .event-view-2{background-color:#fff;box-shadow:0 0 5px 2px #00000036}.jbd-container .event-view-2 .event-slideshow-wrap{width:100%;height:100%;min-height:350px}.jbd-container .event-view-2 .event-section-title{font-size:18px}@media (min-width:768px){.jbd-container .event-view-2 .event-header-wrap{height:450px}}.jbd-container .event-view-2 .event-header-wrap .event-header-bg{background-color:#f3f3f3}.jbd-container .event-view-2 .event-header-wrap .event-header-title{font-weight:600}.jbd-container .event-view-2 .event-action-wrap{border-top:1px solid #f0f1f3;border-bottom:1px solid #f0f1f3}.jbd-container .event-view-2 .event-action-wrap .event-action{display:flex;justify-content:flex-start}.jbd-container .event-view-2 .event-action-wrap .event-action>*{line-height:initial;margin-right:5px}.jbd-container .event-view-2 .event-action-wrap .event-action>*:last-child{margin-right:0}.jbd-container .event-view-2 .event-description-wrap p{font-size:16px;margin:0}.jbd-container .event-view-2 .event-description-wrap p::first-letter{font-weight:500;float:left;font-size:3.2em;margin:10px 2px 5px 0}.jbd-container .event-view-2 .event-tags-wrap{display:flex}.jbd-container .event-view-2 .event-tags-wrap .event-tags-list{display:flex;flex-wrap:wrap;margin:0;padding-left:0;list-style:none}.jbd-container .event-view-2 .event-tags-wrap .event-tags-list>*{margin:2px 5px 2px 0}.jbd-container .event-view-2 .event-tags-wrap .event-tags-list>*:last-child{margin-right:0}.jbd-container .event-view-2 .event-tags-wrap>*{line-height:initial;margin-right:10px}.jbd-container .event-view-2 .event-tags-wrap>*:last-child{margin-right:0}.jbd-container .event-view-2 .event-footer-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center}.jbd-container .event-view-2 .flex-center-btn{display:flex;justify-content:center;align-items:center}.jbd-container .event-view-2 .jitem-card{box-shadow:2px 2px 5px 1px #00000021;transition:all ease .3s}.jbd-container .event-view-2 .jitem-card:hover{box-shadow:4px 4px 10px 1px #0000004a}.jbd-container .event-view-2 #gallery{height:100% !important}.jbd-container #user-options .jbox-card.clickable:hover{cursor:pointer;background:#f3f3f3}.jbd-container #user-options .input-append input{border-radius:5px 0 0 5px}.jbd-container #user-options .input-append .btn:last-child{border-radius:0 5px 5px 0}.jbd-front-end .jbd-container .input-append input{border-radius:5px 0 0 5px}.jbd-front-end .jbd-container .input-append .btn:last-child{border-radius:0 5px 5px 0}#plans-container .jpackage-highlight{background:#458ca9;color:white;border-color:#188cbc;transform:scale(1.03,1.04);transition:all ease .3s}#plans-container .jpackage-highlight .jpackage-wrap{transform:scale(0.97,0.88)}@media (max-width:768px){#plans-container .jpackage-highlight{transform:scale(1,1)}#plans-container .jpackage-highlight .jpackage-wrap{transform:scale(1,1)}}
???.jbd-container .jbd-green{color:#23b26b !important}.jbd-container h1{font-size:36px;font-weight:500;margin-top:5px}.jbd-container h1 .claimed{color:#7f7f7f;font-weight:400;vertical-align:middle;font-size:13px}.jbd-container h1 .claimed i{background-color:#3db2ef;border-radius:100%;color:#fff;display:inline-block;height:15px;line-height:15px;margin-top:-3px;text-align:center;vertical-align:middle;width:15px;font-size:11px}.jbd-container .recommended{color:#fff;display:inline-block;font-size:11px;padding:3px 10px;background-color:#f39c12;border-radius:10px;margin-left:5px;line-height:initial;vertical-align:middle}.jbd-container .recommended .la{font-size:14px;color:#fff}.jbd-container .recommended-text{color:#34aff7;font-size:13px;padding:0 0 5px 0px}.jbd-container .recommended-text .la{font-size:14px;color:#34aff7}.jbd-container .search-loading{text-align:center;background:rgba(0,0,0,0);padding:20px}.jbd-container .jbd-grid-container .horizontal-item{margin-bottom:5px}.jbd-container .chosen-container .chosen-drop{z-index:10006}.jbd-container .horizontal-list{margin:0;padding:0;display:inline}.jbd-container .horizontal-list.jborder li{border-left:#fcfcfc solid 1px}.jbd-container .horizontal-list.border-large li{border-left:#fcfcfc solid 1px;padding:0 18px;margin:5px 0}.jbd-container .horizontal-list li{list-style-type:none;display:inline;padding:0 4px}.jbd-container .horizontal-list li:first-child{border-left:none;padding-left:0}.jbd-container .horizontal-list .label{display:block}.jbd-container .item-section{margin-bottom:30px}.jbd-container .round-border-buton{font-size:14px;font-weight:600;line-height:20px;color:#fff;border-width:2px;border-style:solid;border-radius:25px;padding:12px 24px 14px 26px;letter-spacing:1.3px;display:inline-block;text-transform:uppercase;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition:400ms}.jbd-container .round-border-buton:hover{border-color:#28b8dc}.jbd-container .left{float:left;text-align:left}.jbd-container .right{float:right;text-align:right}.jbd-container .zipcode-container a:before{content:none !important}.jbd-container .top-right{right:-19px;top:-1px}.jbd-container .ui-sortable-handle{cursor:grab}.jbd-container .adminform.metadata ul{list-style-type:none}.jbd-container .category-box{margin:5px 10px;padding:4px;display:block;background-color:#fff;border:1px solid #cbcbc5;cursor:pointer}.jbd-container .category-options{float:right;display:block;background-color:#ededed;z-index:10;margin:0 0 5px 5px}.jbd-container .category-options img{margin:0 3px;vertical-align:middle}.jbd-container .custom-file{padding-bottom:15px}.jbd-container #toolbar-options span{background:none}.jbd-container .loader_block .loader_block_inner{height:31px;margin:10px auto;width:31px}.jbd-container .loader_block .loader_text{color:#000;font-size:11px;line-height:16px;margin:0 auto;text-align:center;width:100%}.jbd-container table.admintable td.key,.jbd-container table.admintable td.paramlist_key{background-color:#f6f6f6;border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;color:#666;font-weight:bold;text-align:right;width:140px;padding:3px}.jbd-container .claim-details th{text-align:left;padding:4px 10px 4px 0}.jbd-container .claim-details td{padding:4px 4px 4px 0;text-align:left}.jbd-container fieldset.boxed .claim-details p{margin:15px 0 5px 0}.jbd-container #features{width:500px}.jbd-container .left{float:left}.jbd-container .right{float:right}.jbd-container #subcategories{margin-right:10px}.jbd-container .app-option input{float:none}.jbd-container .admintable input[type=radio]{display:inline;float:none}.jbd-container .business-cpanel{width:65%}.jbd-container .business-cpanel ul{list-style-type:none}.jbd-container li.option-button{width:130px;float:left;margin:10px}.jbd-container li.option-button a{height:89px;text-align:center}.jbd-container li.option-button a:hover{text-decoration:none}.jbd-container li.option-button h3{font:normal 13px Arial,Helvetica,sans-serif;margin:0;padding:15px 0 5px}.jbd-container li.option-button p{font:14px/20px Arial,Helvetica,sans-serif;margin:0;padding:0 5px}.jbd-container li.option-button span{color:#222;font:14px/20px Arial,Helvetica,sans-serif;margin:0}.jbd-container li.option-button a img{height:auto}.jbd-container li.option-button a.search img{height:45px}.jbd-container li.option-button .box{background:none repeat scroll 0 0 #fff;border:1px solid #cbcccf;border-radius:6px;box-shadow:0 0 0 1px #fff inset;padding:15px}.jbd-container li.option-button .box-inset{color:#444;display:block;background:none repeat scroll 0 0 #f0f1f2;border-color:#cfd0d1;box-shadow:0 1px 0 #fff,0 2px 3px rgba(0,0,0,.06) inset,0 0 2px rgba(0,0,0,.04) inset;text-shadow:0 1px 0 #fff}.jbd-container li.option-button .box-inset:hover{background:radial-gradient(at 50% 30%,#FFF 0%,#FAFBFC 50%,#EBECED 100%) repeat scroll 0 0 rgba(0,0,0,0);border-bottom-color:#ddd;box-shadow:0 1px 0 hsla(0,0%,100%,.7) inset,0 0 4px rgba(0,0,0,.05) inset;color:#111}.jbd-container table.report{border:1px solid #555}.jbd-container table.report tr{vertical-align:top}.jbd-container table.report th{background:#fcfcfc;background:-moz-linear-gradient(center top,#FCFCFC 0%,#EBEBEB 80%) repeat scroll 0 0 rgba(0,0,0,0);background:-webkit-gradient(linear,left top,left bottom,from(#FCFCFC),to(#EBEBEB));background:-webkit-linear-gradient(top,#FCFCFC,#EBEBEB);background:linear-gradient(top,#FCFCFC,#EBEBEB);border:1px solid #b7b7b7;padding:7px 10px}.jbd-container table.report td{border:1px solid #b7b7b7;padding:7px 10px}.jbd-container #week_days li{float:left;margin-right:5px}.jbd-container .chosen-container .chosen-results{clear:both}.jbd-container .chzn-container-single .chzn-search{padding:0 !important}.jbd-container #location-dialog .dialogContent{width:700px;max-width:100%}.jbd-container .subhead-collapse.collapse{height:auto !important}.jbd-container .message-item .intro-text{margin-bottom:10px}.jbd-container .message-item .new-message{background-color:#222;color:#fff;padding:5px 10px;margin-top:5px;border-radius:7px;max-width:155px;text-align:center;float:right;font-weight:500}.jbd-container .message-item .message-reply{display:block;border-top:1px dashed #555;margin-top:15px;padding-top:15px}.jbd-container .message-item .message-replies{display:none;max-height:400px;overflow:auto}.jbd-container .message-item .reply-container{display:none}.jbd-container .message-item .message-toolbar-open{display:flex;margin-top:10px}.jbd-container .message-item .message-toolbar-reply{display:none;margin-top:10px}.jbd-container .message-item .reply-container{margin-top:10px;border-top:1px dashed #555}.jbd-container .message-item .reply-container textarea{width:100%;margin:20px 0}.jbd-container .message-item.show-reply-form .reply-container{display:flex}.jbd-container .message-item.show-reply-form .message-toolbar-open{display:none}.jbd-container .message-item.show-reply-form .message-toolbar-reply{display:none}.jbd-container .message-item.show-replies .message-replies{display:block}.jbd-container .message-item.show-replies .reply-container{display:none}.jbd-container .message-item.show-replies .message-toolbar-open{display:none}.jbd-container .message-item.show-replies .message-toolbar-reply{display:flex}.jbd-container .cursor-pointer{cursor:pointer}.jbd-container #sp-main-body{background-color:#f0f3f6;padding:0}.jbd-container .status-btn-holder{max-width:150px}.jbd-container #legend_offers .dl-horizontal dt,.jbd-container #legend_events .dl-horizontal dt{margin-bottom:10px}.jbd-container #legend_offers .dl-horizontal dd,.jbd-container #legend_events .dl-horizontal dd{margin-bottom:20px;text-align:left}.jbd-container .dialog-container .dialogCloseButton{background:url(/components/com_jbusinessdirectory/assets/images/close-buttons.png) no-repeat;cursor:pointer;display:block;height:42px;position:absolute;right:-24px;text-indent:-999em;top:-24px;width:42px;z-index:999}.jbd-container #legend_offers .dl-horizontal,.jbd-container #legend_events .dl-horizontal{margin-bottom:0px}.jbd-container .dir-notice{background-color:#f0f0f0;margin-top:5px;padding:10px}.jbd-container .attr-img{cursor:pointer}.jbd-container .status{font-size:12px;padding:10px 50px 10px 40px;text-align:center;color:#fff}.jbd-container .status.open{background-color:#60cf81 !important}.jbd-container .status.failure{background-color:#f38269 !important}.jbd-container .attribute_option{width:55% !important}.jbd-container .attribute_icon_container{display:inline;margin-left:5px;margin-right:5px}.jbd-container .attribute_icon{width:20% !important}.jbd-container .navbar-minimalize{color:#777}.jbd-container .js-stools-field-filter select{margin-bottom:0}.jbd-container .map-config{border-bottom:1px solid #e5e5e5}.jbd-container .map-config .control-group{min-height:auto !important;padding:5px 5px !important}.jbd-container .ui-timepicker-wrapper{z-index:99999 !important}.jbd-container .item-header-title{font-size:16px;line-height:1.4}.jbd-container .item-header-photo{border-radius:50% !important;margin:0 8px 16px 0;position:relative;height:65px;width:65px;overflow:hidden}.jbd-container .item-header-photo img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}.jbd-container #plans-container{margin:0 auto}.jbd-container #plans-container .period-toggle{display:flex;align-items:center;flex:1;justify-content:center}.jbd-container #plans-container .jtoggle-text{width:80px;margin:0 10px}.jbd-container #plans-container .jtoggle-text label{background-color:#23b26b}.jbd-container.add-listing .jpackage-footer{display:none}.jbd-container .package-status{margin-bottom:10px}.jbd-container .price-formatted{display:flex;align-items:flex-start}.jbd-container .price-formatted .price-symbol{font-size:12px;margin-top:3px}.jbd-container .price-formatted .price-fraction{font-size:12px;margin-top:3px}.jbd-container .price-formatted .price-currency{margin-right:5px}.jbd-container .price-original{display:none}.jbd-container img{max-width:100%}.jbd-container .text-bold{font-weight:bold}.jbd-container .nowrap{white-space:nowrap}.jbd-container .action-table tr:hover{box-shadow:0px 0px 15px rgba(0,0,0,.15)}.jbd-container .action-table tr:hover td{background:#fcfcfc !important}.jbd-container .action-table td{cursor:pointer}.jbd-container .page-loader{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1091199;padding:20px;box-sizing:border-box;text-align:center;background:#fff;display:flex;align-items:center;justify-content:center}.jbd-container .page-loader .loader{max-width:150px}.jbd-container .page-loader .loader::after{border-color:rgba(0,0,0,0) #555 rgba(0,0,0,0) #555;height:100px;width:100px;left:-50px;top:-50px}.jbd-container .featured-product-container{margin:0 auto}.jbd-container .features-container{padding:10px}.jbd-container .featured-product-col{margin-bottom:30px;background-color:#fff;padding:0 !important}.jbd-container .featured-product-col .price{background-color:#f5f5f5;color:#777}.jbd-container .featured-product-col .price-item{font-size:130%}.jbd-container .featured-product-col .select-buttons{background-color:#e5e5e5;text-align:center;padding:30px 0 15px}.jbd-container .featured-product-col.highlight{position:relative;z-index:2}.jbd-container .featured-product-col .popular-plan{text-align:center;background-color:#77c04b;color:#fff;position:relative;margin-top:-35px;display:block;padding:5px;border-radius:5px 5px 0 0}.jbd-container .featured-product-col.highlight{box-shadow:0 0 5px rgba(5,5,5,.8);position:relative;z-index:2;transition:-moz-box-shadow .4s ease-out 0s}.jbd-container .jbd-terms-conditions{margin-bottom:20px}.jbd-container .featured-product .featured-product-cell{display:block;font-size:1.1em;text-align:center}.jbd-container .featured-product .featured-product-cell-sub{font-size:.9em;font-style:italic}.jbd-container .featured-product ul{margin-bottom:0px !important}.jbd-container .featured-product ul li{display:inline-block;margin-bottom:0px !important;text-align:left}.jbd-container .featured-product div{text-align:center !important}.jbd-container .featured-product-head{padding:5px 0 10px;text-align:center}.jbd-container .featured-product-head .item1{font-size:16px;line-height:40px;color:#777}.jbd-container .featured-product-head .item2{color:#777;display:block;font-size:11px;min-height:23px;line-height:14px;padding-bottom:5px}.jbd-container .featured-product-head .name{color:#333;font-size:14px;font-weight:bold;height:36px;margin-bottom:10px;padding:3px 6px;text-align:center;line-height:36px;width:auto}.jbd-container .featured-product-head a{color:#fff}.jbd-container .featuretable .item2{color:#777}.jbd-container .featured-product-col-border{border:1px solid #e4e3e3}.jbd-container .clear{clear:both}.jbd-container .featured-product-cell:last-child{border-bottom:none}.jbd-container .featured-product-cell.bottom{border-bottom:0 none}.jbd-container .featured-product-cell .max-items{font-weight:bold;color:#333}.jbd-container .featured-product-cell .contained-feature{margin-right:7px;color:#23b26b}.jbd-container .featured-product-cell .not-contained-feature{margin-right:7px;color:#c21515}.jbd-container .gallery-main-slider{display:none !important}.jbd-container .gallery-main-slider.slick-initialized{display:block !important}.jbd-container .gallery-bottom-slider{display:none}.jbd-container .gallery-bottom-slider.slick-initialized{display:block}.jbd-container .business-categories-slider{display:none}.jbd-container .business-categories-slider.slick-initialized{display:block}.jbd-container .ctg-slider{display:none}.jbd-container .ctg-slider.slick-initialized{display:block}.jbd-container .event-categories-slider{display:none}.jbd-container .event-categories-slider.slick-initialized{display:block}.jbd-container .offer-categories-slider{display:none}.jbd-container .offer-categories-slider.slick-initialized{display:block}.jbd-container .gallery-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:10px;height:450px;margin:auto}.jbd-container .gallery-grid .gallery-item{position:relative;overflow:hidden;border-radius:12px}.jbd-container .gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.jbd-container .gallery-grid .gallery-item img:hover{transform:scale(1.05)}.jbd-container .gallery-grid .gallery-item.gallery-item-main{height:100%}.jbd-container .gallery-grid .gallery-secondary{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:10px}.jbd-container .gallery-grid .gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:bold;text-transform:uppercase;opacity:.8;transition:opacity .3s ease-in-out}.jbd-container .gallery-grid .gallery-overlay .show-all-button{position:absolute;background:#2d3648;color:#fff;padding:10px 15px;font-size:16px;font-weight:bold;border-radius:8px;text-decoration:none;transition:background .3s}.jbd-container .gallery-grid .gallery-overlay:hover{opacity:1}.jbd-container .gallery-grid .gallery-overlay:hover .show-all-button{background:#c54040}@media(max-width:768px){.jbd-container .gallery-grid{grid-template-columns:1fr;height:auto;gap:4px}.jbd-container .gallery-grid .gallery-item-main{height:300px}.jbd-container .gallery-grid .gallery-secondary .gallery-item{height:150px}}.jbd-container .simple-gallery-container{max-width:900px;margin:0 auto;text-align:center}.jbd-container .simple-gallery-container .gallery-slider{position:relative;overflow:hidden;height:auto;margin-bottom:5px}.jbd-container .simple-gallery-container .gallery-slider .swiper-wrapper{display:flex;align-items:center}.jbd-container .simple-gallery-container .gallery-slider .swiper-slide{display:flex;justify-content:center;align-items:center;background:#fff;height:400px}.jbd-container .simple-gallery-container .gallery-slider .swiper-slide img{width:100%;height:auto;object-fit:cover}.jbd-container .simple-gallery-container .gallery-slider .custom-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:hsla(0,0%,100%,.7);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease-in-out}.jbd-container .simple-gallery-container .gallery-slider .custom-arrow::after{font-size:20px;color:#000}.jbd-container .simple-gallery-container .gallery-slider .custom-arrow:hover{opacity:1}.jbd-container .simple-gallery-container .gallery-slider .swiper-button-prev{left:10px}.jbd-container .simple-gallery-container .gallery-slider .swiper-button-next{right:10px}.jbd-container .simple-gallery-container .gallery-thumbnails .swiper-slide{height:80px;border-radius:6px;overflow:hidden;transition:.3s;cursor:pointer;opacity:.7;border:2px solid rgba(0,0,0,0)}.jbd-container .simple-gallery-container .gallery-thumbnails .swiper-slide img.thumbnail-image{width:100%;height:100%;object-fit:cover;border-radius:6px}.jbd-container .simple-gallery-container .gallery-thumbnails .swiper-slide:hover,.jbd-container .simple-gallery-container .gallery-thumbnails .swiper-slide.active{opacity:1;border:2px solid #ff4747;transform:scale(1.05)}.jbd-container .simple-gallery-container .swiper-pagination{position:absolute;bottom:10px}.jbd-container .simple-gallery-container .swiper-pagination .swiper-pagination-bullet{background:#bbb;width:10px;height:10px;opacity:.5;transition:.3s}.jbd-container .simple-gallery-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ff4747;opacity:1;transform:scale(1.2)}.jbd-container .simple-gallery-container-vertical{max-width:900px;margin:0 auto;display:flex;align-items:center;gap:20px;position:relative}.jbd-container .simple-gallery-container-vertical .swiper{height:100%}.jbd-container .simple-gallery-container-vertical .gallery-thumbnails{width:100px;height:400px;display:flex;flex-direction:column;align-items:center;gap:10px;position:relative}.jbd-container .simple-gallery-container-vertical .gallery-thumbnails .thumbnail-arrow{width:32px;height:42px;background:rgba(224,224,224,.5);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease-in-out;color:#fff;font-size:18px}.jbd-container .simple-gallery-container-vertical .gallery-thumbnails .thumbnail-arrow .la{font-size:20px;color:#3d3b3b}.jbd-container .simple-gallery-container-vertical .gallery-thumbnails .thumbnail-arrow:hover{background:rgba(0,0,0,.8)}.jbd-container .simple-gallery-container-vertical .gallery-thumbnails .thumbnail-arrow:hover .la{color:#fff}.jbd-container .simple-gallery-container-vertical .gallery-thumbnails .thumbnail-prev{margin-bottom:5px}.jbd-container .simple-gallery-container-vertical .gallery-thumbnails .thumbnail-next{margin-top:5px}.jbd-container .simple-gallery-container-vertical .gallery-thumbnails .swiper-wrapper{display:flex;flex-direction:column}.jbd-container .simple-gallery-container-vertical .gallery-thumbnails .swiper-slide{cursor:pointer;opacity:.7;transition:.3s;border:2px solid rgba(0,0,0,0);width:80px;height:80px;display:flex;justify-content:center;align-items:center}.jbd-container .simple-gallery-container-vertical .gallery-thumbnails .swiper-slide img{width:100%;height:100%;object-fit:cover;border-radius:6px}.jbd-container .simple-gallery-container-vertical .gallery-thumbnails .swiper-slide:hover,.jbd-container .simple-gallery-container-vertical .gallery-thumbnails .swiper-slide.swiper-slide-thumb-active{opacity:1;border:2px solid #ff4747;transform:scale(1.05)}.jbd-container .simple-gallery-container-vertical .gallery-slider{flex-grow:1;position:relative;overflow:hidden;height:400px;border-radius:12px;box-shadow:0px 4px 10px rgba(0,0,0,.1)}.jbd-container .simple-gallery-container-vertical .gallery-slider .swiper-slide{display:flex;justify-content:center;align-items:center;background:#fff;height:100%;border-radius:12px;overflow:hidden;cursor:pointer}.jbd-container .simple-gallery-container-vertical .gallery-slider .swiper-slide a{height:100%}.jbd-container .simple-gallery-container-vertical .gallery-slider .swiper-slide img{min-width:100%;min-height:100%;object-fit:cover}.jbd-container #project-image-container{position:relative}.jbd-container #project-image-container .swiper-container{flex-grow:1;position:relative;overflow:hidden;height:400px;border-radius:12px;box-shadow:0px 4px 10px rgba(0,0,0,.1)}.jbd-container #project-image-container .swiper-container .swiper-slide{display:flex;justify-content:center;align-items:center;background:#fff;height:100%;border-radius:12px;overflow:hidden;cursor:pointer}.jbd-container #project-image-container .swiper-container .swiper-slide a{height:100%}.jbd-container #project-image-container .swiper-container .swiper-slide img{min-width:100%;min-height:100%;object-fit:cover}.jbd-container #project-image-container .swiper-container .custom-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:hsla(0,0%,100%,.7);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease-in-out}.jbd-container #project-image-container .swiper-container .custom-arrow::after{font-size:20px;color:#000}.jbd-container #project-image-container .swiper-container .custom-arrow:hover{opacity:1}.jbd-container #project-image-container .swiper-container .swiper-button-prev{left:10px}.jbd-container #project-image-container .swiper-container .swiper-button-next{right:10px}@media(max-width:768px){.jbd-container .gallery-thumbnails{display:none !important}}.jbd-container .overflow-gallery-container{display:flex;justify-content:center;align-items:center;margin:0 auto}.jbd-container .overflow-gallery-container .gallery-slider{width:90%;padding-top:50px;padding-bottom:50px;display:flex;justify-content:center}.jbd-container .overflow-gallery-container .swiper-slide{width:60vh;height:450px;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,.1);transition:transform .4s ease-in-out}.jbd-container .overflow-gallery-container .swiper-slide img{width:100%;height:100%;object-fit:cover;border-radius:10px}.jbd-container .overflow-gallery-container .swiper-slide-active{transform:scale(1.2);z-index:2}.jbd-container .overflow-gallery-container .swiper-pagination{position:absolute;bottom:10px;left:50%;transform:translateX(-50%)}.jbd-container .gallery-container{display:flex;justify-content:center;align-items:center;width:100%}.jbd-container .gallery-container .gallery-slider{position:relative;width:100%;max-width:90vw;margin:0 auto;height:60vh}.jbd-container .gallery-container .gallery-slider .swiper-wrapper{align-items:center}.jbd-container .gallery-container .gallery-slider .swiper-slide{display:flex;justify-content:center;align-items:center;transition:transform .5s ease-in-out,opacity .5s ease-in-out;width:auto;height:35vh;flex-shrink:0;cursor:pointer}.jbd-container .gallery-container .gallery-slider .swiper-slide img{width:80%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease-in-out;border-radius:12px}.jbd-container .gallery-container .gallery-slider .swiper-slide.swiper-slide-active{transform:scale(1.1);width:30vw;height:40vh}.jbd-container .gallery-container .gallery-slider .swiper-slide.swiper-slide-active img{width:100%}.jbd-container .gallery-container .gallery-slider .swiper-slide:not(.swiper-slide-active){opacity:1}.jbd-container .gallery-container .gallery-slider .custom-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:hsla(0,0%,100%,.7);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease-in-out}.jbd-container .gallery-container .gallery-slider .custom-arrow::after{font-size:20px;color:#000}.jbd-container .gallery-container .gallery-slider .custom-arrow:hover{opacity:1;transform:scale(1.1)}.jbd-container .gallery-container .gallery-slider .swiper-button-prev{left:3vw}.jbd-container .gallery-container .gallery-slider .swiper-button-next{right:3vw}.jbd-container .gallery-container .gallery-slider .swiper-pagination{bottom:10px}.jbd-container .gallery-container .gallery-slider .swiper-pagination .swiper-pagination-bullet{background:#fff;opacity:.5;transition:opacity .3s}.jbd-container .gallery-container .gallery-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}.jbd-container .mfp-container{display:flex;align-items:center;justify-content:center}.jbd-container .custom-lightbox-arrow{width:50px;height:50px;background:hsla(0,0%,100%,.8);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:24px;transition:all .3s ease-in-out;cursor:pointer}.jbd-container .custom-lightbox-arrow:hover{background:#fff}.jbd-container .custom-lightbox-close{font-size:28px;background:hsla(0,0%,100%,.8);width:40px;height:40px;border-radius:50%;line-height:40px;text-align:center;transition:all .3s ease-in-out;position:absolute;top:15px;right:15px;cursor:pointer}.jbd-container .custom-lightbox-close:hover{background:#fff}@media(max-width:1024px){.jbd-container .gallery-slider{height:50vh}.jbd-container .swiper-slide{width:40vw;height:35vh}.jbd-container .swiper-slide-active{width:50vw;height:45vh}.jbd-container .custom-arrow{width:35px;height:35px}}@media(max-width:768px){.jbd-container .gallery-slider{height:45vh}.jbd-container .swiper-slide{width:50vw;height:30vh}.jbd-container .swiper-slide-active{width:60vw;height:40vh}.jbd-container .custom-arrow{width:30px;height:30px}}@media(max-width:480px){.jbd-container .gallery-slider{height:40vh}.jbd-container .swiper-slide{width:80vw;height:25vh}.jbd-container .swiper-slide-active{width:90vw;height:35vh}.jbd-container .custom-arrow{width:25px;height:25px}}.jbd-container .calendar-date{max-width:200px}.jbd-container .ui-datepicker-next-hover,.jbd-container .ui-datepicker-prev-hover{background-color:#23b26b !important}.jbd-container .ui-datepicker-next-hover span,.jbd-container .ui-datepicker-prev-hover span{color:#fff !important}.jbd-container .ui-datepicker-prev{left:0 !important}.jbd-container .ui-datepicker-prev::after{content:"???"}.jbd-container .ui-datepicker-next{order:3;right:0 !important}.jbd-container .ui-datepicker-next::after{content:"???"}.jbd-container .ui-datepicker{width:auto;max-width:400px}.jbd-container .ui-datepicker td{padding:2px}.jbd-container .ui-datepicker td span,.jbd-container .ui-datepicker td a{text-align:center;padding:8px;border:none;background:none;color:#555}.jbd-container .ui-datepicker .ui-datepicker-prev span,.jbd-container .ui-datepicker .ui-datepicker-next span{background-image:none;background:none}.jbd-container .ui-datepicker .ui-datepicker-next:after,.jbd-container .ui-datepicker .ui-datepicker-prev:after{font-family:"Line Awesome Free";-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:16px;color:#23b26b}.jbd-container .ui-widget-header{border:none;background:none}.jbd-container .ui-widget-content .ui-state-highlight{background-color:#ddd;border-radius:50%}.jbd-container .ui-datepicker-current-day{background-color:#23b26b;border-radius:50%}.jbd-container .ui-datepicker-current-day a{color:#fff !important}.jbd-container .ui-datepicker-today a{color:#555 !important}.jbd-container .ui-datepicker-header{display:flex;justify-content:space-between;align-items:center}.jbd-container .ui-datepicker-header .ui-state-hover{background:#23b26b !important;border:1px solid #9b9b9b}.jbd-container .ui-datepicker-header:before{display:none !important}.jbd-container .ui-datepicker-prev,.jbd-container .ui-datepicker-next{position:relative !important;display:flex;justify-content:center;align-items:center;margin:0 7px;border-radius:50%;background-color:#fff;border:1px solid #23b26b;opacity:1 !important;width:20px !important;height:20px !important;top:0 !important;cursor:pointer !important;transition:all ease .2s;text-decoration:none}.jbd-container .listing-login-warning{position:fixed;bottom:20px;left:10px;width:270px;height:180px;padding:20px;background:#2dc1ec;color:#fff;z-index:10;border-radius:7px}.jbd-container .listing-login-warning i{background:#129ec7;color:#fff;border-radius:50%;padding:5px;margin-right:5px}.jbd-container dl.price{margin-bottom:0}.jbd-container dl.price dt{min-width:70px}.jbd-container dl.price dt,.jbd-container dl.price dd{font-weight:normal;display:inline-flex;margin-bottom:0}.jbd-container .owl-theme .owl-buttons{margin-top:20px}.jbd-container .testimonial{margin:20px 15px 0;text-align:center}.jbd-container .testimonial .pic{width:100px;height:100px;border-radius:50%;float:left;border:5px solid #fff;box-shadow:2px 3px 6px -3px rgba(0,0,0,.35);position:relative}.jbd-container .testimonial .pic:after{content:"???";font-family:Lineawesome;width:36px;height:36px;border-radius:50%;text-align:center;line-height:36px;background:#33d286;font-size:16px;color:#fff;position:absolute;top:65px;left:0}.jbd-container .testimonial .pic img{width:100%;height:auto;border-radius:50%}.jbd-container .testimonial-content{padding:10px;max-width:550px;text-align:center;margin:0 auto}.jbd-container .testimonial .description{font-size:14px;color:#555;line-height:22px}.jbd-container .testimonial-title{font-size:14px;text-transform:capitalize;display:inline-block;border:none !important}.jbd-container .testimonial .post{font-size:14px;font-style:italic;color:#444;margin-top:10px}.jbd-container #company-testimonials .owl-theme .owl-controls .owl-buttons div{padding:3px 10px;border-radius:0;opacity:1;border-bottom:2px solid #9f3c3c}.jbd-container #company-testimonials .owl-theme .owl-controls .owl-buttons div:hover{background:#da5d5d}.jbd-container .owl-theme .owl-controls .owl-buttons div:hover{background:#d04949}.jbd-container .owl-prev:before,.jbd-container .owl-next:before{content:"???";font-family:"LineAwesome";color:#fff}.jbd-container .owl-next:before{content:"???"}@media only screen and (max-width:480px){.jbd-container .testimonial{text-align:center}.jbd-container .testimonial .pic{float:none;margin:0 auto}.jbd-container .testimonial .testimonial-content{margin-left:0}.jbd-container .owl-theme .owl-buttons{margin-top:0}}.jbd-container .announcement-preview .announcement-container{border:1px solid #41a6df;padding:10px}.jbd-container .announcement-container{font-weight:700;margin-bottom:10px}.jbd-container .announcement-container i{font-size:26px;float:left;margin-right:15px;margin-top:7px;color:#41a6df !important}.jbd-container .announcement-container p{float:left;width:60%;margin-top:5px !important;margin-bottom:0 !important;font-size:13px}.jbd-container .announcement-container strong{display:block;font-weight:bold !important}.jbd-container .announcement-container span{float:left;max-width:555px;font-weight:400;line-height:17px}.jbd-container .announcement-container a.announcement-btn{border-radius:5px;background-color:#41a6df;color:#fff !important;float:right;padding:6px 15px;text-align:center;font-weight:400;transition:all .2s ease-in-out;margin:10px}.jbd-container .attachment-info{display:block;align-items:center}.jbd-container .attachment-info .attachment-link div{float:left}.jbd-container .attachment-info img.icon{height:22px;float:left;vertical-align:top;margin:0 5px 0 0}.jbd-container .attachments ul{list-style-type:none;padding-left:0%}.jbd-container .attachments ul li{display:block;line-height:25px;background-color:#f9f9f9;border-radius:20px;padding:10px 15px;margin-bottom:10px}.jbd-container .videoSitesLoader{position:relative;cursor:pointer;background:#ccc no-repeat center center/cover;padding-bottom:56.25%;height:0px;clear:both;margin-bottom:10px}.jbd-container .videoSitesLoader-holder .play_btn{background:rgba(0,0,0,0) url(/components/com_jbusinessdirectory/assets/images/play-btn.png) no-repeat scroll 0 0;height:33px;margin-left:-28px;position:absolute;top:50%;left:50%;margin-top:-25px;width:48px;z-index:2}.jbd-container .videoSitesLoader-holder:hover .play_btn{background-image:url(/components/com_jbusinessdirectory/assets/images/play-btn-hover.png)}.jbd-container .hidden-validate{visibility:hidden;min-height:1px !important;height:1px !important;width:1px !important}.jbd-container .details-border-left{border-left:3px solid;border-color:#a5a5a5}.jbd-container .product-image .post-image img{height:200px;width:100%}.jbd-container .product-image-small .post-image img{height:150px;width:100%}.jbd-container .attribute-name{font-weight:bold;margin-right:5px}.jbd-container .attr-space{margin-right:10px}.jbd-container .attribute-icon{font-size:30px;padding:2px}.jbd-container .attribute-icon-container{margin-top:5px}.jbd-container .attribute-icon-container-slider{margin-top:5px;max-height:32px;overflow:hidden}.jbd-container .attribute-groups-container{margin-top:10px}.jbd-container .truncate-text{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;max-width:500px}.jbd-container .no-margin{margin:0 !important}.jbd-container .dir-company-module{margin:30px 0}.jbd-container .order-header{border-bottom:2px solid #9c9c9c;margin-bottom:25px;padding-bottom:10px;color:#777}.jbd-container .order-header .printbutton{font-size:13px}.jbd-container .order-header img{height:50px}.jbd-container .order-header-info{font-size:12px;margin-top:5px}.jbd-container .order-identifier{font-size:30px;font-weight:bold;letter-spacing:1px}.jbd-container .invoice-logo{max-width:200px;margin:0;display:inline}.jbd-container .order-content{font-size:13px}.jbd-container .order-content h3{margin:0}.jbd-container .order-content h3 font{font-weight:normal;size:23px}.jbd-container .order-content .title-section{margin-bottom:20px}.jbd-container .order-content .order-identifier dl{margin:0}.jbd-container .order-content .order-identifier dt{line-height:23px;display:table-column;font-size:13px}.jbd-container .order-content .order-identifier dt{float:left;clear:left;width:70px;display:table-cell;line-height:21px}.jbd-container .order-content .order-identifier dd{margin-bottom:5px;display:block;overflow:hidden;line-height:21px}.jbd-container .order-content ul.entity-details{margin:5px 0 20px;padding:0}.jbd-container .order-content ul.entity-details li{margin:0;padding:0;display:block;list-style-type:none !important}.jbd-container .order-content .order-text{text-align:center;padding:10px 0 15px 0}.jbd-container .order-content .order-footer{background-color:#f1f1f1;font-size:12px;padding:5px 10px}.jbd-container #slideshow{position:relative}.jbd-container #slideshow #slidesContainer{overflow:auto;position:relative}.jbd-container #slideshow #slidesContainer .slide{margin:0 auto;color:#594a47}.jbd-container .slidergallery{display:flex}.jbd-container .slidergallery .control{display:block;width:30px;text-indent:-10000px;position:absolute;cursor:pointer}.jbd-container .slidergallery #leftControl{top:0;left:0;background:rgba(0,0,0,0) url(/components/com_jbusinessdirectory/assets/images/arrow_left.png) no-repeat 0 50%}.jbd-container .slidergallery #rightControl{top:0;right:0;background:rgba(0,0,0,0) url(/components/com_jbusinessdirectory/assets/images/arrow_right.png) no-repeat 0 50%}.jbd-container .slidergallery ul.gallery{list-style-type:none;margin:0 !important;padding:0 !important}.jbd-container .slidergallery ul.gallery li{display:block;float:left;margin:0 10px 10px 0 !important}.jbd-container .slidergallery ul.gallery a{display:block;line-height:0;padding:2px}.jbd-container .slidergallery ul.gallery a img{border-radius:6px;overflow:hidden;height:100px;object-fit:cover;overflow:hidden;width:120px}.jbd-container .slidergallery ul.gallery-review a img{height:80px;width:120px}.jbd-container .slide h2{font:italic 24px Georgia,"Times New Roman",Times,serif;color:#403533;letter-spacing:-1px;margin:15px}.jbd-container .slide p{margin:15px}.jbd-container .controls-container{position:relative;clear:both;display:block;margin-top:5px}.jbd-container .slide-controls{float:left;width:30px;height:30px;cursor:pointer}.jbd-container .picture-container{width:100%;margin-bottom:40px;overflow:hidden}.jbd-container #bookmark-container{position:absolute;right:10px;margin-top:-39px;margin-right:7px}.jbd-container .bookmark i{display:flex;justify-content:center;align-items:center;width:28px;height:28px;color:#777;font-size:20px}.jbd-container .company-image .bookmark i{color:#fff;background-color:#555;border-radius:50%}.jbd-container .list-style-8 .bookmark a{text-align:right}.jbd-container .list-style-8 .bookmark i{display:inline;background-color:rgba(0,0,0,0);font-size:25px;color:#282828}.jbd-container .offer-details .bookmark i{border-radius:0;display:inline-block}.jbd-container #map-street-view-panel{position:relative;float:right;text-align:center;line-height:20px;padding:5px}.jbd-container .map-gdpr-img{content:url(/components/com_jbusinessdirectory/assets/images/map_gdpr.png);display:inline !important;width:50%;margin-bottom:10px}.jbd-container #service_header1 .remove-service{display:none}.jbd-container .cart-container{padding:10px}.jbd-container .cart-container h1{margin-bottom:30px}.jbd-container .cart-container .cart-item-header{padding-bottom:10px;text-align:left;color:#999;text-decoration:none}.jbd-container .cart-container .cart-item{background:#f2f0f1;padding:20px;margin:0 0 20px}.jbd-container .cart-container .cart-item-pic{width:120px}.jbd-container .cart-container .cart-item-table{width:100%;background:#fff;padding:20px;margin-bottom:20px}.jbd-container .cart-container .cart-item-table td,.jbd-container .cart-container .cart-item-table th{padding:5px 7px}.jbd-container .cart-container .cart-item-table .responsive-text{display:none}.jbd-container .cart-container table.cart-item-table th:first-child{width:55%}.jbd-container .cart-container .cart-item-table td{vertical-align:top}.jbd-container .cart-container .cart-item-description a{text-decoration:none !important}.jbd-container .cart-container .cart-item-attributes{display:flex;margin-top:10px}.jbd-container .cart-container .cart-item-attributes .item-attribute{margin-right:10px}.jbd-container .cart-container .cart-container{background:#f2f0f1}.jbd-container .cart-container .price-info{text-align:right;color:#474545;font-size:14px}.jbd-container .cart-container .price-item{display:flex;justify-content:flex-end}.jbd-container .cart-container .price-text{color:#474545}.jbd-container .cart-container .price-value{color:#474545;min-width:100px}.jbd-container .cart-container .offer-cart-container select{display:inline}.jbd-container .cart-container .offer-cart-container button{display:block;margin-top:3px}.jbd-container .cart-container .empty-cart{text-align:center;margin-bottom:30px}.jbd-container .cart-container .empty-cart img{display:inline-block}.jbd-container .cart-container .empty-cart .title{font-size:22px;font-weight:600;margin-bottom:20px}.jbd-container .process-steps{list-style:none;margin:0 auto;padding:0;margin-bottom:3em;display:table;table-layout:fixed;width:100%;max-width:610px;color:#4e575a}.jbd-container .process-steps li{position:relative;display:table-cell;text-align:center;font-size:.8em}.jbd-container .process-steps li:before{display:block;margin:0 auto;background:#e6ebed;width:2.5em;height:2.5em;margin-bottom:.25em;border-radius:100%;position:relative;z-index:3;font-size:20px;font-family:"Line Awesome Free";font-style:normal;font-weight:500;text-align:center;line-height:2.5em}.jbd-container .process-steps li.inbox::before{content:"???"}.jbd-container .process-steps li.user::before{content:"???"}.jbd-container .process-steps li.file-text::before{content:"???"}.jbd-container .process-steps li.payment::before{content:"???"}.jbd-container .process-steps li:after{content:"";position:absolute;top:20px;left:50%;display:block;border-bottom:2px dashed #b7b9b9;width:100%;height:.4em;margin-left:1.5em;z-index:1}.jbd-container .process-steps li:last-child:after{display:none}.jbd-container .process-steps li p{font-weight:normal;font-size:1.3em}.jbd-container .process-steps li.is-complete{color:#2ecc71}.jbd-container .process-steps li.is-complete:before,.jbd-container .process-steps li.is-complete .process-steps>li.is-complete:after{color:#fff;background:#2ecc71}.jbd-container .process-steps li.is-active{color:#3498db}.jbd-container .process-steps li.is-active:before{color:#fff;background:#3498db}.jbd-container .dir-table .dir-table-row{background:#fff;border-radius:15px;justify-content:flex-start;align-items:center;padding:15px;margin-bottom:10px}.jbd-container .dir-panel-table{background-color:rgba(0,0,0,0);border-width:0;border-collapse:separate;border-spacing:0 .8em;margin:20px 0;width:100%}.jbd-container .dir-panel-table th,.jbd-container .dir-panel-table td{background:#fff;border:0px;border-top:none}.jbd-container .dir-panel-table td{padding:15px 5px}.jbd-container .dir-panel-table th{color:#777;padding-left:0 !important}.jbd-container .dir-panel-table thead th{border:0px;padding-left:10px}.jbd-container .dir-panel-table th{background:rgba(0,0,0,0);color:#92979d;border:0px;font-size:13px;padding:7px 7px 8px;text-align:left;line-height:1em}.jbd-container .dir-panel-table tbody tr:hover{box-shadow:0px 0px 15px rgba(0,0,0,.15)}.jbd-container .dir-panel-table tbody tr:hover td{background:#fbfbfb !important;border:0px}.jbd-container .dir-panel-table td{color:#555;font-size:13px;padding:10px;vertical-align:middle;border-style:solid;border-width:0}.jbd-container .dir-panel-table tfoot td{border:none;background:rgba(0,0,0,0)}.jbd-container .dir-panel-table .review-info{cursor:pointer}.jbd-container .dir-panel-table .item-head{display:flex;align-items:center}.jbd-container .dir-panel-table .item-image{margin-right:10px}.jbd-container .dir-panel-table .item-image img{width:60px;height:60px;border:1px solid #dfdfdf;border-radius:5px}.jbd-container .dir-panel-table .item-name{flex:1}.jbd-container .dir-panel-table .item-title{padding:0 0 10px 0;font-size:14px;font-weight:600}.jbd-container .dir-panel-table .item-title a{color:#2f2f2f}.jbd-container .dir-panel-table .item-title strong{font-weight:600}.jbd-container .dir-panel-table .item-alias{font-size:80%;font-weight:400;display:flex;justify-content:space-between}.jbd-container .dir-panel-table .item-status{display:flex;justify-content:space-between;align-items:center}.jbd-container .dir-panel-table .item-actions{display:flex;justify-content:flex-end;white-space:nowrap}.jbd-container .dir-panel-table .item-actions .jtable-btn{display:inline-flex;background-color:#f1f1f5;color:#92979d;margin-left:2px;width:27px;height:27px;border:none;border-radius:5px}.jbd-container .dir-panel-table .item-actions .jtable-btn .la{color:#9c9ea0}.jbd-container .dir-panel-table .item-actions .jtable-btn:first-child{margin:0}.jbd-container .dir-panel-table .item-actions .jtable-btn .icon{width:15px;height:15px;margin-right:0px}.jbd-container .dir-panel-table .item-actions .jtable-btn .la{font-size:20px}.jbd-container .dir-panel-table .item-actions .jtable-btn:hover .la{transform:scale(1.2,1.2);color:#66c37b}.jbd-container .dir-panel-table .item-actions .jtable-btn:hover .la-trash{color:#f03738}.jbd-container .dir-panel-table select{padding:2px;border-radius:0}.jbd-container .dir-panel-table .cnt-hr{display:flex;justify-content:space-between}.jbd-container .dir-panel-table .item-label{color:#92979d;font-size:12px}.jbd-container .dir-panel-table .item-value{color:#2f2f2f;font-size:14px;font-weight:bold}@media(max-width:768px){.jbd-container .dir-panel-table .item-head{flex-direction:column}.jbd-container .dir-panel-table .item-title{font-size:15px}.jbd-container .dir-panel-table .item-image{width:100%;margin:0;margin-bottom:15px}.jbd-container .dir-panel-table .item-image img{width:100%;height:auto}.jbd-container .dir-panel-table .dir-table-cell{margin-bottom:15px}}.jbd-container .listing-package-info{display:flex}.jbd-container .listing-package-info .package-info{padding:15px;line-height:18px;background:#f9f9fa;border-radius:15px}.jbd-container .listing-package-info .package-info .package-name{line-height:30px}.jbd-container .listing-package-info .package-info-box{background-color:#f0f1f3;padding:10px;border-radius:5px;margin-top:10px}.jbd-container .listing-package-info .listing-payment{border-left:1px solid #e0e4e8;text-align:left;display:flex;align-items:flex-end;justify-content:flex-end;height:100%}.jbd-container .listing-package-info .listing-payment .order-label{font-weight:normal;font-size:12px;line-height:16px;color:#92979d;text-align:right}.jbd-container .listing-package-info .listing-payment .order-amount{font-weight:bold;font-size:24px;line-height:36px;text-align:right;color:#2f2f2f}.jbd-container .listing-package-info .listing-payment .order-amount.smaller{font-size:18px}.jbd-container .status-btn-holder{max-width:150px}.jbd-container .social-share{clear:both;display:block;height:42px;margin:10px 0;overflow:hidden}.jbd-container .fb-like iframe{z-index:1;max-width:none !important}.jbd-container .dir-print{float:right}.jbd-container .numberCircle{background:#ccc;border-radius:.8em;-moz-border-radius:.8em;-webkit-border-radius:.8em;color:#fff;display:inline-block;font-weight:bold;text-align:center;line-height:1.6em;padding:0 5px;white-space:nowrap}.jbd-container .review-questions{line-height:20px}.jbd-container .review-questions .review-question-answer{margin-bottom:7px}.jbd-container .review-questions fieldset{margin:10px 0 0 0}.jbd-container .question-answer{cursor:pointer;padding:1px}.jbd-container .dir-listing-description{margin-bottom:20px;line-height:25px}.jbd-container .dir-listing-description ul{margin-bottom:10px !important;padding-left:20px !important;list-style-type:disc !important}.jbd-container .dir-listing-description ul li{display:list-item}.jbd-container .dir-tab .dir-listing-description ul{list-style-type:disc !important}.jbd-container .remove{display:inline-block;height:15px;width:15px;border-radius:50%;background-color:#555;text-align:center;line-height:12px;margin-left:5px;color:#e9e9e9;text-decoration:none;vertical-align:top;font-size:11px;cursor:pointer}.jbd-container .remove:hover{background-color:#4682b4;color:#e9e9e9;text-decoration:none}.jbd-container .activity_itinerary_table{border-radius:4px !important;background:#fff}.jbd-container .activity_itinerary_table .activity_itinerary_header{padding-top:10px;background-color:#777;color:#fff}.jbd-container .activity_itinerary_table .activity_itinerary_header h3{margin-left:5px;padding-bottom:5px;font-size:18px}.jbd-container .item-not-available{background-color:#fafafa;border:1px solid #e1e1e1;padding:20px 30px;font-weight:bold;margin:10px 0}.jbd-container .successful-container{background:#fff;padding:25px}.jbd-container .successful-wrapper{text-align:center;margin:30px 0}.jbd-container .successful-icon-wrapper{background:rgba(0,100,170,.1);width:100px;height:100px;display:inline-flex;align-items:center;margin:20px 0;border-radius:50%;justify-content:center}.jbd-container .successful-icon{height:60px;width:60px;filter:invert(19%) sepia(88%) saturate(2966%) hue-rotate(188deg) brightness(94%) contrast(109%)}.jbd-container .successful-text{font-size:14px}.jbd-container .successful-container .options a{font-weight:bold}.jbd-container .successful-container .options a i{border:1px solid #2ba84a;font-size:27px !important;margin-bottom:10px;padding:15px;border-radius:50%}.jbd-container .successful-container .options a:hover i{font-size:35px !important;padding:12px}.jbd-container .invite-editor-container{background-color:#f9f9f9;padding:20px}.jbd-container .invite-editor-container .form-group{display:flex;justify-content:center;margin-top:10px}.jbd-container .invite-editor-container .form-group input[type=text]{width:250px;margin-right:15px}.jbd-container .successful-payment-container{background:#fff;padding:25px}.jbd-container .successful-payment-wrapper{text-align:center;margin:15px 0}.jbd-container .successful-payment-wrapper h4{font-size:19px;font-weight:500}.jbd-container .payment-info{background:#fbfbfb;padding:20px;margin-bottom:15px}.jbd-container .payment-info-box{background:#fff;padding:20px}.jbd-container .successful-payment-icon{color:#2ba84a !important;font-size:60px !important;margin-bottom:10px}.jbd-container .successful-payment-container .section-title{font-size:16px;font-weight:600;margin-bottom:15px;text-align:center}.jbd-container .successful-payment-container .successful-payment-text{font-size:14px;text-align:center}.jbd-container .payment-redirect{padding:15px;background-color:#fcfcfc;margin:15px 0}.jbd-container .payment-errors{color:red}.jbd-container #payment_form_stripeprocessor{padding:0}.jbd-container .card-elements{width:400px;max-width:100%;padding:10px}.jbd-container .shadow-box{box-shadow:0px 0px 6px -5px rgba(0,0,0,.75);border:1px solid #eee;border-radius:5px}.jbd-container #discount-form{margin-bottom:40px !important}.jbd-container #discount-form label{display:block}.jbd-container #discount-form input{display:inline-block}.jbd-container .discount-container{padding:15px;background-color:#fcfcfc;text-align:center}.jbd-container .discount-container .discount-title{font-weight:bold;font-size:15px;line-height:20px;margin-bottom:15px}.jbd-container .discount-container input{height:50px;margin-right:5px}.jbd-container .payment-methods{padding:20px;margin-bottom:10px;text-align:center}.jbd-container .payment-methods .payment-title{font-size:16px;margin-bottom:20px;font-weight:bold}.jbd-container .payment-methods .methods-title{display:flex;align-items:center;justify-content:center}.jbd-container .payment-methods .payment-method{background:#f9f9f9;border:1px solid #e0e4e8;border-radius:5px;padding:20px;color:#808888;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-right:30px;min-width:110px}.jbd-container .payment-methods .payment-method.active{color:#8d9eaf;background:#def2de}.jbd-container .payment-methods .payment-method:last-child{margin-right:0px}.jbd-container .payment-methods .payment-method img{height:30px;margin-bottom:10px}.jbd-container .payment-methods .payment-method input{visibility:hidden}.jbd-container .payment-methods .method-descriptions{padding:20px;display:flex;justify-content:center}.jbd-container .payment-methods .method-descriptions ul{list-style-type:none;margin:0;padding:0}.jbd-container .payment-methods .method-descriptions ul li fieldset{text-align:left}.jbd-container .payment-methods .form-list label{padding-bottom:10px;color:#4a4a4a;text-transform:uppercase}.jbd-container .payment-methods .form-list .date-separator{margin-left:10px;margin-right:10px;margin-top:5px}.jbd-container .payment-methods .form-list .title{font-size:1.2em}.jbd-container .sp-methods{margin-top:20px}.jbd-container .sp-methods dt{display:block}.jbd-container .sp-methods dd{margin-bottom:5px;display:block}.jbd-container .sp-methods .form-list{margin:5px 0 10px 10px}.jbd-container .sp-methods ul{list-style-type:none;font-size:13px}.jbd-container .sp-methods input{display:inline-block}.jbd-container .sp-methods img{width:50px;display:inline-block}.jbd-container .sp-methods label{display:inline}.jbd-container .page-title{font-size:18px}.jbd-container .listing-payment-container{background:#fff;padding:15px}.jbd-container .payment-box{padding:20px;background-color:#fbfbfb}.jbd-container .payment-box h4{font-size:16px;margin-bottom:10px}.jbd-container#payment-details{background-color:#fff;padding:20px;border-radius:15px}.jbd-container table.order-data .title{padding-bottom:10px;font-size:14px;font-weight:600}.jbd-container table.order-data .row-title{font-weight:bold;padding-bottom:5px;min-width:170px}.jbd-container .order-summary h4{font-size:16px;margin-bottom:10px}.jbd-container .extend-period{background-color:#23b26b;border-radius:3px;color:#fff;padding:5px 10px;margin:10px 5px 3px 0}.jbd-container #autocomplete{position:relative;width:100% !important}.jbd-container .free-text{text-align:center}.jbd-container .free-text h4{margin:0 0 0 0 !important}.jbd-container .dir-cat-description .full-text{display:none}.jbd-container .dir-cat-description.open .full-text{display:block}.jbd-container .dir-cat-description.open .intro-text{display:none}.jbd-container .cat-read-more{float:right}.jbd-container .service-section{margin-bottom:15px}.jbd-container .img-rounded{border-radius:6px;width:64px;height:64px;overflow:hidden}.jbd-container .service-section-name{font-size:15px;font-weight:bold;margin-bottom:10px}.jbd-container .service-item{position:relative;display:block;background-color:#fff;border-bottom:1px dotted #e0e0e0;margin-bottom:15px;padding-bottom:5px}.jbd-container .service-item .service-name{font-size:14px;font-weight:bold}.jbd-container .service-item .service-price{float:right;font-size:13px;font-weight:bold}.jbd-container .service-list-container{border-bottom:1px solid #e0e0e0}.jbd-container .service-list-container ul li:last-child{border-bottom:0px}.jbd-container .service-section:last-child .service-list-container{border-bottom:0px}.jbd-container .service-list ul{list-style:none;padding:0;margin:0}.jbd-container .service-list .grid-content .post-image{height:100px}.jbd-container .service-list .grid-content .post-title{font-size:14px;font-weight:bold;margin:5px 0}.jbd-container .service-list .grid-content .price{font-size:13px;font-weight:bold}.jbd-container .service-list .grid-content p{margin:0 0 5px 0}.jbd-container .project-content{margin-top:20px;position:relative}.jbd-container .project-content .project-description{margin-bottom:20px}.jbd-container #company-projects-container{position:relative}.jbd-container .ui-autocomplete{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.jbd-container .ui-autocomplete>li>div{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap;border-left:2px solid #23b26b}.jbd-container .ui-state-hover,.jbd-container .ui-state-active,.jbd-container .ui-state-focus{text-decoration:none;border-top-color:rgba(0,0,0,0) !important;border-bottom-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-left-color:rgba(0,0,0,0) !important;color:#262626 !important;background:#f5f5f5;cursor:pointer}.jbd-container .ui-accordion-header .ui-state-hover{border:1px solid #a0abc0 !important}.jbd-container .ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.jbd-container.jbd-modal{position:relative}.jbd-container.jbd-modal.jbd-location{max-width:650px}.jbd-container.jbd-modal.jbd-location .jmodal-sm{max-width:650px}.jbd-container.jbd-modal.quote-request{max-width:650px}.jbd-container.jbd-modal.quote-request .jmodal-sm{max-width:650px}.jbd-container #location-frame{border:none}.jbd-container.location-container{background:#fff}.jbd-container.jbd-modal.modal-full-width{max-width:none;padding:20px}.jbd-container.jbd-modal.modal-full-width .jmodal-body{padding:0}.jbd-container.jbd-modal.modal-full-width iframe{border:none}.jbd-container.jbd-modal.jbd-invoice{max-width:750px}.jbd-container.jbd-modal.message-modal{max-width:850px}.jbd-container.jbd-modal{padding:0}.jbd-container.jbd-modal .close-modal{display:none !important}.jbd-container.quote-request-modal .jmodal-header{border-bottom:none}.jbd-container.quote-request-modal .jmodal-header .close-btn{right:8px}.jbd-container .listings-map .country-item{display:block;margin-bottom:20px}.jbd-container .listings-map .country-item .main-country{font-size:20px;font-weight:600;margin-bottom:15px}.jbd-container .listings-map .country-item .main-country a{display:flex;align-items:center}.jbd-container .listings-map .region-item{display:block}.jbd-container .listings-map .region-item .main-region{font-size:16px;font-weight:600;margin-bottom:10px}.jbd-container .listings-map .country-image img{height:15px;margin-left:10px}.jbd-container .listings-map ul{list-style-type:none;padding:0;margin:0}.jbd-container .listings-map ul li{padding:0;margin:0 0 5px 0;font-size:14px}@media(min-width:979px){.jbd-container .listings-map ul{column-count:3}}@media(max-width:979px)and (min-width:768px){.jbd-container .listings-map ul{column-count:2}}.jbd-container .listings-map .main-city-item{margin-bottom:20px;font-size:14px}.jbd-container .listings-map .main-city{font-weight:600;margin-bottom:10px}.speaker-card{box-shadow:rgba(0,0,0,.2) 0px 4px 8px 0px;padding:2px 16px;opacity:1;width:30%;background-color:#f4f3f3;cursor:pointer;list-style:none;margin-bottom:5px}table.checklist{background:#fff;opacity:1}table.checklist td{border:none;border-bottom:solid 1px #e9eaed;height:24px;width:200px;color:#333;font-size:14px}table.checklist td.status{background-color:#ed5565 !important;font-size:12px;padding:10px 30px 10px 40px;text-align:center;color:#fff;width:100px}table.checklist td.status i{color:#fff}table.checklist td.status_done{background-color:#449d44 !important}table.checklist tr:last-child td{border:none}#socials.modal{text-align:center;padding:0 !important;display:none}#socials.modal:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-4px}#socials.modal-dialog{display:inline-block;text-align:left;vertical-align:middle}#open_socials{font-size:14px}.jbd-social-container{display:inline}.share-icon .la{font-size:30px}.print-icon .la{font-size:30px}#socials .share strong{float:left;line-height:24px;font-size:13px}#socials .share h4{margin-top:0}#socials .share ul{float:left;list-style-type:none !important;margin:0 !important;padding:0}#socials .share ul li{float:left;margin-right:10px;position:relative}#socials .share ul li .fb-like{top:0}#socials .share ul li a{display:block;margin-top:2px;overflow:hidden;padding-left:0}#socials .item-image img{margin-bottom:15px}#legend .dl-horizontal dt{margin:0 0 10px;height:20px}#legend .dl-horizontal dd{margin:0 0 15px;height:30px}#legend #dialog-container dl dd{display:table}.email-legend .dl-horizontal dt{width:250px}.email-legend .dl-horizontal .status-btn{max-width:95%;text-transform:lowercase}#legend #dialog-container,#socials #dialog-container{border:0;color:#333}@media(max-width:479px){#legend #dialog-container,#socials #dialog-container{padding:16px 20px !important}#legend .dialogContent,#socials .dialogContent{max-width:100% !important}}@media(max-width:979px)and (min-width:768px){#legend .row-fluid [class*=span],#socials .row-fluid [class*=span]{margin-left:1% !important}}#invoiceIfr{width:100%;border:0px;min-height:650px;display:block}#invoice{max-width:100%;width:780px}#invoice .dialogContent{max-width:100%;width:780px}.invoice-table{font-size:13px;border:2px solid #dee2e6}.invoice-table thead th{border-bottom:0 !important}.invoice-table tbody tr:first-of-type td{border-top:0 !important}.invoice-status-box{border:2px solid #dee2e6;display:flex;justify-content:space-between;margin:10px 0;padding:.75rem}#location-dialog .dialogContent{width:700px;max-width:100%}#conditions .dialogContent{overflow:auto}#conditions #dialog-container{height:500px;overflow:auto}.red,.reqd,.error,.important{color:#b04343}.dialogContent{background-color:#fff;margin:0;width:100%;line-height:20px}.dialogContent label{float:left;font-weight:bold;width:12.5em}.dialogContent form div{clear:both;margin:0 0 1ex}.dialogContent form .indent{display:block;margin:.5ex 0 0 12.5em}.dialogContent .cancelbutton{float:left}.dialogContent .sendbutton{clear:none !important;margin:0 !important;text-align:right}.processor-info-box .info-header{margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e8e8e8}.processor-info-box .info-header i{color:#23b26b;font-size:30px}.processor-info-box .info-body{font-size:15px;color:#888}.order-items{width:100%;padding:10px}.order-items .order-section{display:flex;margin-bottom:10px;justify-content:space-between}.order-items .order-section .order-item-title{color:#808888}.order-items .order-section .order-item-desc{color:#2f2f2f;font-weight:bold}.order-items .order-price{font-size:36px;line-height:36px;margin:10px 0;display:flex;align-items:baseline;flex-direction:column}.order-items .order-next-price{font-size:22px;color:#6d6d77;display:flex;align-items:baseline}.order-items .price-duration{font-size:12px;display:flex;align-items:baseline;margin-left:5px}.order-items .order-service{color:#2f2f2f;font-size:15px;font-weight:bold;margin-bottom:5px}.order-items .order-item-section{display:flex;margin-bottom:15px}.order-items .order-item-image{width:30%;margin-right:20px}.order-items .order-item-image img{border-radius:10px}.order-items .order-item-cnt{width:calc(70% - 20px)}.order-items .order-item-cnt .order-service{margin-bottom:0px}.order-items .item-properties{display:flex;margin-top:10px;font-size:12px}.order-items .item-properties .item-property{display:flex;flex-direction:column;margin-right:12px}.order-items .item-properties .item-property:last-child{margin-right:0px}.order-items .item-properties .item-property div:last-child{font-weight:600}.order-items .order-details{color:#808888}.order-items .order-spacer{border:1px dashed #c2c9d1;margin:40px 0}.billing-details{display:block;width:100%;padding:10px}.billing-details .title{font-weight:bold;font-size:14px;line-height:20px;margin-bottom:20px}.billing-details .detail-spacer{border:1px dashed #c2c9d1;margin:30px 0}.billing-details .billing-item{margin-bottom:10px}.billing-details .billing-item .billing-item-title{color:#808888}.billing-details .billing-item .billing-item-desc{display:block;color:#2f2f2f;font-weight:600}#card-elements-subscriptions{border:1px solid #ccc;padding:20px;border-radius:10px;margin:0 auto;background:#fcfcfc}.glightbox-thumbnails{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;background:rgba(0,0,0,.6);padding:10px;border-radius:10px;z-index:1000}.glightbox-thumbnail{width:50px;height:50px;object-fit:cover;border-radius:5px;cursor:pointer;opacity:.6;transition:opacity .3s ease,transform .2s ease}.glightbox-thumbnail.active{opacity:1;transform:scale(1.2);border:2px solid #fff}.glightbox-clean .gdesc-inner{padding:10px 20px;background:#222;color:#fff}.glightbox-clean .gslide-title{color:#fff !important;margin-bottom:10px !important}.jbd-container .popup-gallery .thumb-wrapper-hero{cursor:pointer;position:relative;margin-left:5px;min-height:318px}.jbd-container .popup-gallery .thumb-wrapper-hero .img-fluid{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:5px;cursor:pointer}.jbd-container .popup-gallery .gallery-thumbnails{padding-top:0;padding-bottom:0}.jbd-container .popup-gallery .thumb-wrapper-small{height:83px;margin:0 0 20px 0;padding-top:0;padding-bottom:0}.jbd-container .popup-gallery .thumb-wrapper-small:last-child{margin-bottom:0}.jbd-container .popup-gallery .thumb-small{position:relative;border-radius:5px;cursor:pointer;height:100%;overflow:hidden}.jbd-container .popup-gallery .thumb-small img{background-position:center center;background-size:cover;background-repeat:no-repeat;height:100%;width:100%}.jbd-container .popup-gallery .thumb-overlay{position:absolute;top:10px;bottom:10px;right:15px;left:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;background:#fff;color:#111;opacity:.7}.popup-gallery-full .gallery-wrapper{position:fixed;z-index:999999999;left:30px;top:30px;right:30px;bottom:30px;background-color:rgba(0,0,0,0);padding:10px;width:auto;color:#fff}.popup-gallery-full .gallery-wrapper .title{font-size:18px;font-weight:600;color:#fff}.popup-gallery-full .gallery-wrapper .sidebar{height:100%;background-color:#f2f2f2;color:#5f5f5f;padding:20px 30px}.popup-gallery-full .overlay{position:fixed;z-index:99999999;left:0;top:0;right:0;bottom:0;background-color:#262626;opacity:.97}.popup-gallery-full .close{position:fixed;top:10px;right:10px;color:#fff;z-index:999999999;cursor:pointer}.popup-gallery-full .ug-gallery-wrapper .ug-slider-wrapper{background-color:rgba(0,0,0,0)}body.fixed{overflow:hidden}.jbd-panel{background:#f0f0f3;border-radius:15px;padding:20px}.jbd-panel .jbd-panel-header{margin-bottom:30px}.jbd-panel .jbd-panel-title{font-weight:bold;font-size:24px;line-height:32px}.jbd-panel .jbd-panel-subtitle{display:flex;justify-content:space-between;font-weight:500;font-size:12px;line-height:16px}.jbd-panel .jbd-panel-menu{background:#fff;border-radius:15px;padding:15px;margin-bottom:20px}.jbd-panel .jbd-panel-menu ul{list-style-type:none;margin:0;padding:0}.jbd-panel .jbd-panel-menu ul li{margin:0px 15px;padding:5px 10px;display:inline-block;font-size:14px}.jbd-panel .jbd-panel-menu ul li.active{font-style:normal;font-weight:bold;font-size:15px;line-height:20px;border-bottom:2px solid #999}.jbd-panel .jbd-panel-menu ul li:not(.active){color:#92979d}.jbd-panel .inputbox{border-radius:7px;margin-bottom:15px}@media(max-width:576px){.jbd-panel .jbd-panel-menu ul li{padding-left:0;margin-left:5px}.jbd-panel .jbd-panel-menu ul li.active{border-bottom:none}}.jbd-container .categories-header{margin-bottom:30px}.jbd-container .categories-header h1{font-size:26px;font-weight:600}.jbd-container .categories-header .categories-text{color:#717d96}.jbd-container .categories-style-1 .ui-accordion .ui-accordion-header{background:#fff;padding:15px 10px;margin:0;border:none;font-size:14px;font-weight:600;color:#2d3648}.jbd-container .categories-style-1 .ui-accordion .ui-accordion-content{padding:5px 15px}.jbd-container .categories-style-1 .ui-accordion .ui-widget-content{border:none}.jbd-container .categories-style-1 li.accordion-element{cursor:pointer;list-style-type:none;padding:0;margin:10px;display:inline-block;width:45%;border-radius:10px;border:1px solid #a0abc0;background:#fff;overflow:hidden}.jbd-container .categories-style-1 li.accordion-element .element-title{display:flex;align-items:center}.jbd-container .categories-style-1 li.accordion-element .element-title a{display:flex;align-items:center;margin-left:10px}.jbd-container .categories-style-1 li.accordion-element .element-title a .la{font-size:24px;color:#2d3648;margin-left:10px}.jbd-container .categories-style-1 li.accordion-element .element-categories{flex:1;text-align:right;font-weight:500;color:#717d96}.jbd-container .categories-style-1 li.accordion-element ul{margin:0;padding:5px 0 0 23px;border-top:2px solid #e4e6ea}.jbd-container .categories-style-1 li.accordion-element .ui-accordion-content-active{background:rgba(0,0,0,0)}.jbd-container .categories-style-1 li.accordion-element a{color:#2d3648}.jbd-container .categories-style-1 li.accordion-element li:hover{font-weight:600}.jbd-container .categories-style-1 li.accordion-element .ui-state-over{background:#9a9a9a}.jbd-container .categories-style-1 .ui-state-active{background:rgba(0,0,0,0)}.jbd-container .categories-style-1 ul.category-list{padding:0;margin:0}.jbd-container .categories-style-1 ul.category-list>li{font-size:14px;list-style:none outside none;padding:10px 0;position:relative}.jbd-container .categories-style-1 ul.category-list a:hover{color:#2a2a2a}@media(max-width:756px){.jbd-container .categories-style-1 li.accordion-element{width:95%}.jbd-container .categories-style-1 li.accordion-element .element-title{flex-wrap:wrap}.jbd-container .categories-style-1 li.accordion-element .element-categories{padding-left:26px;width:100%}}.jbd-container .categories-style-2 .category-content{background:#fff;box-shadow:0px 0px 20px rgba(0,0,0,.08);border-radius:10px;padding:10px;color:#8b909c;font-size:12px}.jbd-container .categories-style-2 .category-img-container{height:90px;position:relative;border-radius:7px;overflow:hidden}.jbd-container .categories-style-2 .category-img-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.jbd-container .categories-style-2 .category-name{font-size:15px;font-weight:600;margin-bottom:10px;margin-top:10px}.jbd-container .categories-style-2 .category-name a{color:#2d3648}.jbd-container .categories-style-2 .category-name a:hover{text-decoration:underline}.jbd-container .categories-style-2 .subcategories-container{margin-top:10px;border-top:2px solid #e2e7f0;padding-top:10px}.jbd-container .categories-style-2 .subcategories-container .subcategory{padding:3px 9px;margin:0 5px 5px 0;display:inline-block;font-weight:400;font-size:12px;line-height:150%;border-radius:10px;background:#f0f1f5;color:#787c85;white-space:nowrap}.jbd-container .categories-style-2 .subcategories-container .subcategory:hover{background:#dbdcdf}.jbd-container .categories-style-3 .jitem-card .jitem-title{margin-bottom:0}.jbd-container .categories-style-4 .category-wraper{background:#fff;box-shadow:0px 0px 30px rgba(0,0,0,.1);border-radius:10px;padding:30px;text-align:center;height:100%;color:#717d96}.jbd-container .categories-style-4 .category-wraper .category-icon{line-height:1em;display:inline-block;margin-bottom:15px}.jbd-container .categories-style-4 .category-wraper .category-icon .la{font-size:50px;color:#2d3648}.jbd-container .categories-style-4 .category-wraper .category-title{color:#2d3648;font-size:16px;font-weight:600;margin-bottom:5px}.jbd-container .categories-style-4 .category-wraper .category-listings{margin-bottom:10px;font-size:12px}.jbd-container .categories-style-4 .category-wraper .category-description{font-size:13px;color:#6d737f}.jbd-container .categories-style-4 .category-wraper .category-description p{margin-bottom:0}.jbd-container .categories-style-4 a{margin-top:0;transition:all 700ms;display:block;height:100%}.jbd-container .categories-style-4 a:hover{margin-top:-15px}.jbd-container .categories-style-4 a:hover .category-title{color:#ed6b3c}.jbd-container .categories-style-4 a:hover .category-icon .la{color:#ed6b3c}.jbd-container .categories-style-5 .category-wraper{background:#fff;box-shadow:0px 0px 5px rgba(0,0,0,.08);border-radius:10px;padding:20px;color:#8b909c;font-size:14px;height:100%}.jbd-container .categories-style-5 .category-wraper a{color:#7c7f86}.jbd-container .categories-style-5 .category-wraper .category-title{font-size:16px;font-weight:600;margin-bottom:5px}.jbd-container .categories-style-5 .category-wraper .category-title a{color:#2d3648}.jbd-container .categories-style-5 .category-wraper .category-listings{margin-bottom:10px;font-size:12px}.jbd-container .categories-style-5 .category-wraper .subcategory{display:block;margin-bottom:5px}.jbd-container .categories-style-5 .category-wraper .subcategory:hover{color:#484a4f;text-decoration:underline}.jbd-container .categories-menu ul.main-categories{padding:15px 20px;font-size:14px;max-width:250px;margin:0;list-style-type:none;position:relative;background:#fff}.jbd-container .categories-menu ul.main-categories li{border-bottom:1px solid #e9e9e9;position:relative;margin:0;padding:0;background:rgba(0,0,0,0);padding:5px 0}.jbd-container .categories-menu ul.main-categories li a{background:#fff;font-size:14px;color:#333;padding:5px 10px;transition:all 200ms ease-in 0s;display:flex;align-items:center}.jbd-container .categories-menu ul.main-categories li .la{margin-right:5px}.jbd-container .categories-menu ul.main-categories li .la-menu-arrow{margin-right:0;flex:1;text-align:right}.jbd-container .categories-menu ul.main-categories li.active a,.jbd-container .categories-menu ul.main-categories li a:hover{font-weight:600}.jbd-container .categories-menu ul.main-categories li ul{padding-left:23px}.jbd-container .categories-menu ul.main-categories li ul li{border-bottom:none}.jbd-container .categories-menu ul.main-categories li.active ul li a{padding-left:34px;font-weight:500}.jbd-container .categories-menu ul.main-categories li.active ul li a:hover{font-weight:600}.jbd-container .categories-menu ul.main-categories li:last-child{border-bottom:none}.jbd-container .categories-menu ul.main-categories ul{list-style-type:none;margin:0;padding:0}.jbd-container .categories-menu h2{background:#eaeaea;overflow:hidden;font-size:13px !important;margin:0 !important;padding:0 !important}.jbd-container .categories-menu h2 a{font-size:12px !important;line-height:21px;margin:0}.jbd-container .main-categories a{color:#333 !important;display:block;font-size:12px !important;padding:4px 0 4px 4px !important;text-decoration:none !important}.jbd-container .main-categories li:hover ul.subcategories{display:block}.jbd-container ul.subcategories{background-color:#fff;border-color:#999 #999 #999 -moz-use-text-color;border-style:solid solid solid none;border-width:1px 1px 1px medium;padding:6px 5px 0 0;position:absolute;margin-top:0px !important;margin-left:0px !important;z-index:100;display:none}.jbd-container ul.subcategories a{padding:4px 5px !important;color:#002398;text-decoration:none;border:none !important;color:#656565 !important;text-decoration:none !important;width:210px;line-height:12px;height:auto;font-size:12px !important;margin:0px !important}.jbd-container li.over h2 a{background-color:#fff;border-left:1px solid #999;border-top:1px solid #999}.jbd-container li:hover h2 a{text-decoration:none;color:#0074a6 !important}.jbd-container .subcategories li{padding:0 0 0px 5px !important;background-color:#fff}.jbd-container .subcategories li:hover a{background-color:#f0f0f0}.jbd-container .subcategories li.subcat-in-list:hover a{background:none}.jbd-container .subnavcat1{margin-left:230px}.jbd-container .category-icon-image{margin-right:4px}.jbd-container .firstcolsubcat{margin-top:-280px}.jbd-container ul.subcat-list{padding:3px 15px 4px 0;float:left !important;position:relative !important;background-color:#fff;width:230px}.jbd-container .subcat-table tr{vertical-align:top}.jbd-container .subcat-table td{padding:2px 0}.jbd-container .subcat-table td a{width:243px}.jbd-container .subcat-list li:hover a{background-color:#f0f0f0 !important}.jbd-container .subcat-in-list{width:750px}.jbd-container .category-icon-image{position:relative !important;height:18px !important;width:18px !important}.jbd-container.categories-style-6 .category-item{background:#fff;border:1px solid #ccc;border-radius:5px;overflow:hidden;height:100%;display:flex;align-items:center}.jbd-container.categories-style-6 .cat-item-image{flex:0 0 20%;max-width:20%;height:70px;position:relative}.jbd-container.categories-style-6 .cat-item-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;margin:0}.jbd-container.categories-style-6 .cat-item-title{flex:0 0 80%;max-width:80%;padding:0 20px}.jbd-container .categories-style-7 .category-wraper{background:#fff;box-shadow:0px 0px 30px rgba(0,0,0,.1);border-radius:10px;padding:30px;text-align:left;height:100%;color:#717d96}.jbd-container .categories-style-7 .category-wraper .category-icon{line-height:1em;display:inline-block;margin-right:25px}.jbd-container .categories-style-7 .category-wraper .category-icon .la{font-size:32px;color:#2d3648}.jbd-container .categories-style-7 .category-wraper .category-content{display:flex;justify-content:flex-start;align-items:center;margin-bottom:20px}.jbd-container .categories-style-7 .category-wraper .category-title{color:#2d3648;font-size:16px;font-weight:600;margin-bottom:5px}.jbd-container .categories-style-7 .category-wraper .category-listings{margin-bottom:10px;font-size:12px}.jbd-container .categories-style-7 .category-wraper .category-description{font-size:13px;color:#6d737f}.jbd-container .categories-style-7 .category-wraper .category-description p{margin-bottom:0}.jbd-container .categories-style-7 a{margin-top:0;transition:all 700ms;display:block;height:100%}.jbd-container .categories-style-7 a:hover{margin-top:-15px}.jbd-container .categories-style-7 a:hover .category-title{color:#ed6b3c}.jbd-container .categories-style-7 a:hover .category-icon .la{color:#ed6b3c}.jbd-container fieldset.boxed{width:100%;position:relative;background-color:#fff;border:1px solid #efefef;padding:30px;margin-bottom:15px;border-radius:7px;box-shadow:0px 0px 30px rgba(222,222,222,.3)}.jbd-container fieldset.boxed:first-child{margin-top:0}.jbd-container fieldset.boxed .package{background:#ededea;width:100%}.jbd-container fieldset.boxed p{margin:10px 0 20px}.jbd-container fieldset.boxed.divider p{margin:10px 0 0}.jbd-container fieldset.boxed h2{font-size:1.5rem}.jbd-container fieldset.boxed h3{font-size:1.3rem}.jbd-container .form-switch{margin:0 0 10px 0;padding:0}.jbd-container .page-header{text-align:center;margin-bottom:30px}.jbd-container .page-header h1{font-size:24px}.jbd-container .page-header p{color:#92979d}.jbd-container .item-log{max-height:400px;overflow:scroll}.jbd-container.jbd-edit-container .chosen-container{font-size:13px;line-height:32px}.jbd-container.jbd-edit-container .chosen-container .chosen-single{background:#fff;border:1px solid #eaeaea;padding:0px 5px 0 10px;vertical-align:top}.jbd-container.jbd-edit-container .chosen-container .chosen-single:hover{background:#fff}.jbd-container.jbd-edit-container .chosen-container .chosen-single div{top:2px}.jbd-container.jbd-edit-container .chosen-container .chosen-single div::before{line-height:32px}.jbd-container.jbd-edit-container .chosen-container .chosen-single div b{background-position:0px 6px}.jbd-container.jbd-edit-container .chosen-container .chosen-drop{border:1px solid #eaeaea;border-top:none}.jbd-container.jbd-edit-container .chosen-container a{height:36px;line-height:36px}.jbd-container.jbd-edit-container joomla-tab>joomla-tab-element{padding:0;border:none}.jbd-container.jbd-edit-container .business-hour-setup .closed-button:hover{background:initial;cursor:default;color:inherit;box-shadow:none !important}.jbd-container.jbd-edit-container .business-hour-setup .closed-button:focus{box-shadow:none !important}.jbd-container.jbd-edit-container .sound-details-box{margin-bottom:10px}.jbd-container.jbd-edit-container .edit-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:16px;margin:0;padding:35px 0;font-weight:600}.jbd-container.jbd-edit-container .edit-header .btn{padding:10px 20px;border-radius:5px;font-weight:500;font-size:16px;display:flex;align-items:center;border-width:2px}.jbd-container.jbd-edit-container .edit-header .btn .la{font-size:25px;margin-right:5px}.jbd-container.jbd-edit-container .edit-header .btn-back{padding:15px 20px}.jbd-container.jbd-edit-container .edit-header .edit-page-title{font-size:28px;font-weight:500;color:#111}.jbd-container.jbd-edit-container .edit-header a:before{content:""}.jbd-container.jbd-edit-container .new-item-btn{background:linear-gradient(0deg,rgba(255,255,255,0.8),rgba(255,255,255,0.8)),#3c98ed;border-radius:8px;color:#3c98ed;padding:12px 24px;font-weight:600;display:inline-block}.jbd-container .activity-radius-container{display:flex;align-items:center}.jbd-container .activity-radius-container input{width:150px !important;margin-right:10px}.jbd-container .activity-area-container .arrow-holder{margin-left:30px;width:90px}.jbd-container .activity-area-container .btn{display:flex;align-items:center;line-height:20px}.jbd-container .activity-area-container .btn .la{font-size:16px;margin-left:3px}.jbd-container .activity-area-container .btn:disabled,.jbd-container .activity-area-container .btn[disabled]{background-color:#cfcfcf;border:none;color:#777}.jbd-container .activity-area-container .btn:disabled .la,.jbd-container .activity-area-container .btn[disabled] .la{color:#777}.jbd-container .activity-area-container .arrow-right{display:inline-block;height:37px;width:30px;background:rgba(0,0,0,0) url(/components/com_jbusinessdirectory/assets/images/arrow_right.png) no-repeat 0 50%}.jbd-container .item-package-details{width:100%}.jbd-container form div.description,.jbd-container p.hint{clear:both;font-size:11px;color:#8f9199}.jbd-container .autocomplete-box{padding:15px;background-color:#cfcfcf}.jbd-container .clear{clear:both}.jbd-container #repeat-container{line-height:30px}.jbd-container #repeat-container input[type=checkbox],.jbd-container #repeat-container input[type=radio]{min-height:0}.jbd-container #repeat-container ul{list-style-type:none;margin:0 !important;padding:0}.jbd-container #repeat-container label{float:none;display:inline !important}.jbd-container .description-counter{text-align:right;margin-top:5px}.jbd-container .description-counter label{display:inline;font-weight:normal}.jbd-container #descriptionCounterShort,.jbd-container .description-counter input{display:inline !important;float:none;padding:0 4px;width:50px !important}.jbd-container .picture-table{width:100%}.jbd-container .picture-preview-settings{background-color:#eaeaea;box-shadow:0 2px 5px #969696;padding:2px;float:left}.jbd-container .listing-edit-header{position:relative;margin-top:30px}.jbd-container .listing-edit-header .cover-container{width:100%;min-height:320px;background-color:#3a3b45}.jbd-container .listing-edit-header .cover-container .dir-overlay{background-color:#232323;height:100%;width:100%;position:absolute;bottom:0px;opacity:.5;z-index:5}.jbd-container .listing-edit-header .logo-container{position:absolute;z-index:10;bottom:60px;left:30px;display:flex;align-items:center}.jbd-container .listing-edit-header .logo-container .logo-image{display:flex;align-items:center;justify-content:center;background-color:#fff;width:150px;height:150px;border-radius:50%;overflow:hidden}.jbd-container .listing-edit-header .logo-container .logo-image img{margin:0;background-color:#fff;padding:0;display:inline-block;max-height:96px;max-width:110px;height:auto}.jbd-container .listing-edit-header .logo-container .details-container{color:#fff;margin-left:15px}.jbd-container .listing-edit-header .logo-container .details-container #listing-type{font-size:17px;padding:0 0 15px 0}.jbd-container .listing-edit-header .logo-container .details-container #listing-title{font-size:26px;margin-bottom:7px}.jbd-container .listing-edit-header .logo-container .details-container #listing-slogan{font-size:18px}.jbd-container .jupload .jupload-footer{display:flex;justify-content:space-between !important;margin-top:0}.jbd-container #cover-picture-preview img{width:100%}.jbd-container #picture-preview img{margin:0;padding:0}.jbd-container #ad-picture-preview img{margin:0;padding:0;width:200px}.jbd-container .services img{margin:0;padding:0}.jbd-container .category-image-preview{float:right;margin-left:15px}.jbd-container .validation-error{border:2px solid red;background-color:#fff;color:#333;padding:20px 30px;display:flex;font-size:16px;align-items:center;border-radius:10px;margin:20px 0}.jbd-container .validation-error .la{color:red;width:auto;margin-right:10px;font-size:22px}.jbd-container .iconpicker .la{color:#555 !important}.jbd-container .iconpicker-popover{opacity:1}.jbd-container .input-group.iconpicker-container{width:auto}.jbd-container .process-steps .process-step{float:left;line-height:30px;margin-bottom:10px}.jbd-container .process-steps .step-number{font-size:17px;color:#fff;text-shadow:1px 1px #fff,-1px -1px #444;padding:0px 0 0 10px}.jbd-container .process-steps .active-step{margin-right:0px}.jbd-container .process-steps .step-divider{float:left;font-size:25px;margin:0 3px}.jbd-container .process-steps .steps-info{float:right;line-height:30px}.jbd-container .edit-container{clear:both}.jbd-container .process-tabs{background-color:#fff;display:flex;margin-bottom:20px;align-items:center;border-radius:10px;padding:6px;box-shadow:0px 0px 30px rgba(222,222,222,.3)}.jbd-container .process-tabs .process-tab{display:flex;align-items:center;justify-content:center;min-height:45px;color:#5c5e61;background-color:#fff;transition:all ease .3s;cursor:pointer;border-radius:8px;padding:13px 39px;margin:0 8px;gap:8px}.jbd-container .process-tabs .process-tab i{transition:all ease .3s}.jbd-container .process-tabs .process-tab span{font-size:14px;margin-left:5px}.jbd-container .process-tabs .process-tab.completed{background-color:#31cf71;color:#fff;cursor:default}.jbd-container .process-tabs .process-tab.completed i{color:#fff}.jbd-container .process-tabs .process-tab.not-completed{cursor:default;opacity:.7}.jbd-container .process-tabs .process-tab.active{cursor:default;color:#fff;background-color:#23b26b}.jbd-container .process-tabs .process-tab.active .process-tab-content i{color:#fff}.jbd-container .process-tabs .process-tab-content{display:flex;align-items:center}@media screen and (max-width:767px){.jbd-container .process-tabs{flex-wrap:wrap}.jbd-container .process-tabs .process-tab{padding:12px;margin:0}}.jbd-container .edit-tab-container{background:#fff;box-shadow:0px 0px 30px rgba(222,222,222,.3);padding:30px;border-radius:10px;max-width:800px;margin:0 auto}.jbd-container .edit-tab-container .button-row{justify-content:right}.jbd-container .edit-tab-container .button-row .btn{padding:10px 15px}.jbd-container #jbd-sections .section-header{min-height:52px;padding:20px 35px;display:flex;align-items:center;justify-content:space-between;line-height:1.5;cursor:pointer}.jbd-container #jbd-sections .section-header .section-title{font-size:16px;color:#1a1a1a}.jbd-container #jbd-sections .section-header .section-title-description{font-size:14px;color:#737373}.jbd-container #jbd-sections .section-footer{display:none}.jbd-container #jbd-sections .section-toolbar{display:none}.jbd-container #jbd-sections .edit-tab{display:none}.jbd-container #jbd-sections .process-tabs{background-color:rgba(0,0,0,0);flex-direction:column;align-items:flex-start;box-shadow:none}.jbd-container #jbd-sections .process-tabs .process-tab{margin:0 0 20px 0;border-radius:10px;border:1px solid #666a73;background-color:#fff;display:block;width:100%}.jbd-container #jbd-sections .process-tabs .process-tab.active{color:inherit;background-color:none}.jbd-container #jbd-sections .process-tabs .process-tab.active .edit-tab{display:block !important}.jbd-container #jbd-sections .process-tabs .process-tab.active .section-footer{display:block !important}.jbd-container #jbd-sections .process-tabs .process-tab.active .section-toolbar{display:block !important}.jbd-container #jbd-sections .section-footer{padding:20px 35px}.jbd-container #jbd-sections .section-footer .section-toolbar{text-align:right}.jbd-container #jbd-sections .edit-section{padding:30px 35px 20px;border-bottom:1px solid #cfcfcf}.jbd-container #jbd-sections .edit-section fieldset{margin-bottom:10px}.jbd-container #jbd-sections .edit-section-limit{max-width:800px}.jbd-container #jbd-sections .additional-options{font-size:16px;font-weight:600;margin:32px 0 12px}.jbd-container #jbd-sections .btn-action{font-weight:500;line-height:22px;min-height:32px;padding:8px 14px;background:#67727f;border:none;border-radius:40px;position:relative;display:inline-flex;vertical-align:middle;justify-content:center;align-items:center;color:#fff}.jbd-container #jbd-sections .btn-link{border-radius:40px}.jbd-container .simple-process-tabs{display:flex;justify-content:center;margin-bottom:30px;flex-wrap:wrap}.jbd-container .simple-process-tabs .process-tab{display:flex;align-items:center;justify-content:center;color:#222;transition:all ease .3s;cursor:default;padding:12px 10px;position:relative;margin-right:90px;border-radius:5px;font-size:16px}.jbd-container .simple-process-tabs .process-tab.completed .tab-counter{background-color:#23b26b;color:#fff;cursor:default}.jbd-container .simple-process-tabs .process-tab.not-completed{cursor:default}.jbd-container .simple-process-tabs .process-tab .tab-counter{background:#fff;border:1px solid #d6d6d6;width:28px;height:28px;border-radius:50%;color:gray;margin-right:8px;display:flex;align-items:center;justify-content:center;font-size:14px}.jbd-container .simple-process-tabs .process-tab.active{cursor:default}.jbd-container .simple-process-tabs .process-tab.active .tab-counter{background:#2e3640;color:#eee}.jbd-container .simple-process-tabs .process-tab::after{content:" ";display:block;position:absolute;height:1px;background:#99a1a5;width:40px;right:-65px;top:calc(50% - 2px)}.jbd-container .simple-process-tabs .process-tab:last-child{margin-right:0px}.jbd-container .simple-process-tabs .process-tab:last-child::after{width:0px}.jbd-container .simple-process-tabs .process-tab .process-tab-content{display:flex;align-items:center}@media screen and (max-width:767px){.jbd-container .simple-process-tabs .process-tab{margin-right:10px;margin-bottom:10px}.jbd-container .simple-process-tabs .process-tab::after{width:10px;right:-9px}}.jbd-container .form-divider{height:1px;width:100%;background-color:#e7e7e7;margin:20px 0;display:inline-block}.jbd-container .field-status{font-size:13px;font-weight:500}.jbd-container .minicolors,.jbd-container .minicolors-focus{z-index:1}.jbd-container .toggle-dir-btn{--width:85px;--height:calc(var(--width) / 4);position:relative;display:inline-block;width:var(--width);height:var(--height);box-shadow:0px 1px 3px rgba(0,0,0,.3);border-radius:var(--height);cursor:pointer}.jbd-container .toggle-dir-btn input{display:none}.jbd-container .toggle-dir-btn .slider{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--height);background-color:#b3b3b3;transition:all .4s ease-in-out}.jbd-container .toggle-dir-btn .slider::before{content:"";position:absolute;top:4px;left:3px;width:calc(var(--height)/1.5);height:calc(var(--height)/1.5);border-radius:calc(var(--height)/2);background-color:#fff;box-shadow:0px 1px 3px rgba(0,0,0,.3);transition:all .4s ease-in-out}.jbd-container .toggle-dir-btn input:checked+.slider{background-color:#2196f3}.jbd-container .toggle-dir-btn input:checked+.slider::before{transform:translateX(calc(var(--width) - var(--height)))}.jbd-container .toggle-dir-btn .labels{position:absolute;top:8px;left:0;width:100%;height:100%;font-size:12px;transition:all .4s ease-in-out}.jbd-container .toggle-dir-btn .labels::after{content:attr(data-off);position:absolute;right:15px;color:#fff;opacity:1;transition:all .4s ease-in-out;top:-6px}.jbd-container .toggle-dir-btn .labels::before{content:attr(data-on);position:absolute;left:15px;color:#fff;opacity:0;text-shadow:1px 1px 2px hsla(0,0%,100%,.4);transition:all .4s ease-in-out;top:-6px}.jbd-container .toggle-dir-btn input:checked~.labels::after{opacity:0}.jbd-container .toggle-dir-btn input:checked~.labels::before{opacity:1}@media screen and (max-width:767px){#process-tabs .process-tab{min-width:auto}#process-tabs .process-tab i{padding:10px}#process-tabs .process-tab span{display:none}}.jbd-container dl.tabs{float:left;margin:10px 0 -1px 0;z-index:50}.jbd-container dl.tabs dt h3{margin:0;padding:0;line-height:25px}.jbd-container dl.tabs dt h3 font{size:1em;font-weight:normal}.jbd-container dl.tabs dt h3 a:link{color:#333;outline:medium none;text-decoration:none}.jbd-container dl.tabs dt{float:left;padding:4px 5px;border:1px solid #ccc;margin-left:3px;background:#e9e9e9;color:#666}.jbd-container dl.tabs dt.open{background:#f9f9f9;border-bottom:1px solid #f9f9f9;z-index:100;color:#000}.jbd-container div.current{clear:both;border:1px solid #ccc;padding:10px 10px}.jbd-container div.current dd{margin:0;padding:0}.jbd-container dl#content-pane.tabs{margin:1px 0 0 0}.jbd-container .slider-loader{width:100%;height:150px;text-align:center;display:flex;justify-content:center}.jbd-container .slider-loader .loader:after{width:70px;height:70px;border:2px solid rgba(0,0,0,0);border-color:rgba(0,0,0,0) #333 rgba(0,0,0,0) #333}.jbd-container .loader{color:rgba(0,0,0,0) !important;position:relative}.jbd-container .loader i{color:rgba(0,0,0,0) !important}.jbd-container .loader::after{content:" ";height:30px;position:absolute;width:30px;border-radius:100%;left:calc(50% - 15px);top:10%}.jbd-container .loader::after{border:2px solid rgba(0,0,0,0);border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) #fff;-moz-animation:rotate-loading 1.5s linear 0s infinite normal;-moz-transform-origin:50% 50%;-o-animation:rotate-loading 1.5s linear 0s infinite normal;-o-transform-origin:50% 50%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;-webkit-transform-origin:50% 50%;animation:rotate-loading 1.5s linear 0s infinite normal;transform-origin:50% 50%}.jbd-container .loader.dark::after{border-color:rgba(0,0,0,0) #333 rgba(0,0,0,0) #333}.jbd-container .loader.dark:hover::after{border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) #fff}.jbd-container .loader-container:hover .loader{border-color:rgba(0,0,0,0) #e45635 rgba(0,0,0,0) #e45635}.jbd-container .loader::after{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}@keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-moz-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-webkit-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-o-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-moz-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-webkit-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-o-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}@-moz-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}@-webkit-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}@-o-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}.jbd-container .shimmer-container{display:none}.jbd-container .shimmer-container .shimmer-bg{animation-duration:2.2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:shimmer;animation-timing-function:linear;background:#ddd;background:linear-gradient(to right,#F0F0F0 8%,#E0E0E0 18%,#F0F0F0 33%);background-size:1200px 100%}@-webkit-keyframes shimmer{0%{background-position:-100% 0}100%{background-position:100% 0}}@keyframes shimmer{0%{background-position:-1200px 0}100%{background-position:1200px 0}}.jbd-container .shimmer-container .title{height:24px;width:100%;max-width:400px;margin-bottom:20px;margin-top:20px;border-radius:20px}.jbd-container .shimmer-container .logo{height:70px;width:70px;margin-top:20px}.jbd-container .shimmer-container .description{width:100%}.jbd-container .shimmer-container .content-line{height:10px;width:100%;margin-bottom:15px;border-radius:8px}.jbd-container .loading .shimmer-container{display:block}.jbd-container #user-options .ibox h4{margin:5px 0}.jbd-container #user-options .ibox:hover{cursor:pointer}.jbd-container #user-options .ibox:hover .ibox-title{background-color:#fafafa}.jbd-container #user-options .ibox-title h5{display:inline;float:none}.jbd-container li.option-button h3{font-size:15px;margin:0 !important;padding:30px 0 5px;line-height:18px}.jbd-container li.option-button p{font-size:13px;margin:0;padding:0 5px;line-height:20px}.jbd-container li.option-button span{margin:0}.jbd-container li.option-button .box-inset img{height:65px !important}.jbd-container li.option-button .box-inset .search h3{padding:5px 0}.jbd-container li.option-button .btn{padding:7px 12px;margin-top:5px}.jbd-container #billing-overview .billing-item{margin-bottom:30px}.jbd-container #billing-overview .item-name{font-size:16px;font-weight:600}.jbd-container #billing-overview .billing-orders .jitem-section{display:flex;flex-grow:1}.jbd-container #billing-overview .billing-orders .jitem-section .btn:last-child{margin-left:5px}.jbd-container #billing-overview .jitem-title{font-size:14px}.jbd-container #billing-overview .more-orders{display:none}.jbd-container #billing-overview .show-more{margin-top:10px;cursor:pointer;font-size:14px}.jbd-container #billing-overview .show-more-ordes{display:block}.jbd-container #billing-overview .show-less-ordes{display:none}.jbd-container #billing-overview .billing-item.open .more-orders{display:flex}.jbd-container #billing-overview .billing-item.open .show-more-ordes{display:none}.jbd-container #billing-overview .billing-item.open .show-less-ordes{display:block}.jbd-container .alert-warning{color:#fff !important}@media(max-width:576px){#jdb-wrapper #page-wrapper{margin:0 !important}#jdb-wrapper #content-wrapper{margin:20px 0 !important}}.jbd-container .shadow-input{-webkit-box-shadow:2px 2px 8px -3px rgba(0,0,0,.3);-moz-box-shadow:2px 2px 8px -3px rgba(0,0,0,.3);box-shadow:2px 2px 8px -3px rgba(0,0,0,.3)}.jbd-container .search-filter-container{background:#fefefe;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);overflow:hidden;padding:16px;border-radius:7px}.jbd-container .search-filter-container .filters-header{font-size:16px;font-weight:600;margin-bottom:20px;padding-bottom:15px;border-bottom:#e6e6e6 solid 1px}.jbd-container .search-filter-container .filter-type-elem.reset a{text-transform:none;font-size:13px !important;color:#777 !important}.jbd-container .search-filter-container .filter-type-elem.reset a i{font-size:12px}.jbd-container .search-filter{display:block;margin-bottom:15px}.jbd-container .search-filter h3{font-size:17px !important;line-height:31px;padding:0px 0 0 5px;margin:0 !important}.jbd-container .search-filter .filter-criteria{clear:both;padding:0 0 5px 0;margin-bottom:10px;border-bottom:#e6e6e6 solid 1px;font-size:13px}.jbd-container .search-filter .filter-criteria:last-child{border-bottom:none}.jbd-container .jbd-search-statistics{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:25px}.jbd-container .jbd-search-statistics .result-counter{color:#909090;font-weight:600}.jbd-container .jbd-input-box{position:relative;background:#f8f8f8;border:1px solid #eaeaea;padding:0px 10px 0 30px;vertical-align:top;height:36px;line-height:36px;border-radius:5px;cursor:pointer}.jbd-container .jbd-input-box:hover{background:#fcfcfc}.jbd-container .jbd-input-box [class*=la]{display:flex;justify-content:center;align-items:center;position:absolute;top:10px;left:5px;z-index:1}.jbd-container .jbd-select-box{position:relative}.jbd-container .jbd-select-box select{padding:0px 10px 0 10px;width:160px}@media(max-width:576px){.jbd-container .jbd-select-box select{width:100%}}.jbd-container .jbd-select-box .chosen-container{font-size:13px;line-height:32px}.jbd-container .jbd-select-box .chosen-container .chosen-single{background:#fff;border:1px solid #d3d3d3;padding:0px 5px 0 10px;box-shadow:none}.jbd-container .jbd-select-box .chosen-container .chosen-single:hover{background:#fff}.jbd-container .jbd-select-box .chosen-container .chosen-single div{top:2px}.jbd-container .jbd-select-box .chosen-container .chosen-single div::before{line-height:32px}.jbd-container .jbd-select-box .chosen-container .chosen-single div b{background-position:0px 6px}.jbd-container .jbd-select-box .chosen-container [class*=la]{position:inherit;left:0;top:0}.jbd-container .jbd-select-box .chosen-container .chosen-drop{border:1px solid #eaeaea;border-top:none}.jbd-container .jbd-select-box .chosen-container a{height:38px;line-height:38px;border-radius:7px}.jbd-container .jbd-select-box .chzn-container{font-size:13px;line-height:32px}.jbd-container .jbd-select-box .chzn-container .chzn-single{background:#fff;border:1px solid #d3d3d3;padding:0px 5px 0 10px;box-shadow:none}.jbd-container .jbd-select-box .chzn-container .chzn-single:hover{background:#fff}.jbd-container .jbd-select-box .chzn-container .chzn-single div{top:2px}.jbd-container .jbd-select-box .chzn-container .chzn-single div::before{line-height:32px}.jbd-container .jbd-select-box .chzn-container .chzn-single div b{background-position:0px 6px}.jbd-container .jbd-select-box .chzn-container .chosen-drop{border:1px solid #eaeaea;border-top:none}.jbd-container .jbd-select-box .chzn-container a{height:36px;line-height:36px}.jbd-container .jbd-select-box .chosen-container-active a{background-image:none;background:#fff !important;border:1px solid #eaeaea !important}.jbd-container .jbd-select-box [class*=la]{display:none;justify-content:center;align-items:center;position:absolute;top:10px;left:5px;z-index:1}.jbd-container #search-details{display:flex;justify-content:center}.jbd-container #search-details .form-field{line-height:35px !important;height:35px !important}.jbd-container #search-details .form-field input[type=text]{height:35px;line-height:35px}.jbd-container #search-details .chzn-container-single .chzn-single div b{background-position:0px 6px}.jbd-container #search-details .sortby{display:inline-block;padding-right:5px;vertical-align:top}.jbd-container #search-details .chzn-single a,.jbd-container #search-details .chosen-container a{height:35px;line-height:35px}.jbd-container #search-details .chosen-container span,.jbd-container #search-details .chosen-single span,.jbd-container #search-details .chzn-single span{line-height:35px !important}.jbd-container #search-details .chosen-container-single .chosen-single div,.jbd-container #search-details .chosen-container-single .chzn-single div{top:2px}.jbd-container #search-details .chosen-container-single .chosen-single div::before{line-height:30px}.jbd-container #search-details .search-dir-button{height:35px;line-height:35px}.jbd-container .search-details{background:#fff}.jbd-container .search-details .form-field{line-height:37px !important;height:37px !important}.jbd-container .search-details .sortby{display:inline-block;padding-right:5px;vertical-align:top}.jbd-container .horizontal-filter-container{margin-bottom:20px;background:#fff;padding:20px 15px 15px 20px;box-shadow:0px 0px 10px rgba(176,177,182,.3);border-radius:7px}.jbd-container .search-filter-horizontal{display:flex;justify-content:flex-start;align-items:flex-start;margin-bottom:10px}.jbd-container .search-filter-horizontal .search-filter-fields{display:flex;flex-wrap:wrap}.jbd-container .search-filter-horizontal .search-options-item{margin-right:15px;margin-bottom:15px}.jbd-container .search-filter-horizontal .custom-attributes-filter{display:flex}.jbd-container .search-filter-horizontal .search-filter-label{height:36px;margin-right:30px;font-weight:500;color:#2d2c2c;text-transform:uppercase;font-size:14px;padding-top:7px;white-space:nowrap}@media(max-width:769px){.jbd-container .search-filter-horizontal .search-filter-label{width:100%;margin-bottom:15px}}@media(max-width:576px){.jbd-container .search-filter-horizontal .search-options-item{width:100%}}.jbd-container .search-filter-horizontal .clear-search{border-radius:5px;border:2px solid #e0e0e0;display:inline-block;text-align:center;padding:2px 8px}.jbd-container .search-filter-horizontal .clear-search i{color:#b0b0b0}.jbd-container .search-filter-horizontal .clear-search:hover{border:2px solid #a0a0a0}.jbd-container .search-filter-horizontal .clear-search:hover i{color:#888}.jbd-container #search-module{clear:none !important;padding:0;position:relative}.jbd-container #search-module input#searchkeyword{border-radius:5px}.jbd-container #search-module #companies-search{margin:0 auto;margin-bottom:32px;max-width:100%}.jbd-container #search-module #searchform .search-dir-button{height:35px;line-height:35px}.jbd-container .result h3{font-size:15px;font-weight:bold;margin-bottom:0px;margin-top:0px;line-height:30px;padding:0}.jbd-container .result .business-details{margin-top:5px}.jbd-container .result .business-details.row-fluid{margin-bottom:0 !important}.jbd-container .result .business-info{width:100%;display:block}.jbd-container .result .company-info{float:left;position:relative;width:77%}.jbd-container .result .company-rating{float:right;font-size:13px;margin:2px 25px 0 25px;position:relative;width:115px}.jbd-container .result .rating{float:left}.jbd-container .result .rating p{margin:0px}.jbd-container .result .rating img,.jbd-container .result .rating #reviews img,.jbd-container .result .rating #add-review img{display:inline-block;padding:0 !important}.jbd-container .result .rating img .company-image img,.jbd-container .result .rating #reviews img .company-image img,.jbd-container .result .rating #add-review img .company-image img{margin:0 !important;padding:0 !important;background:none !important;border:none !important}.jbd-container .search-results .position{color:#222;float:left;font-size:1.1em;font-weight:bold;margin:0 5px 0 0;text-align:center;width:20px}.jbd-container .search-results h3.business-comercial-name{display:block;font-size:1.2em;margin-bottom:3px}.jbd-container .search-results .search-result-module{margin-bottom:10px}.jbd-container .search-results .company-features{clear:left;margin-left:5px;padding:3px 0 0 0;width:auto !important}.jbd-container .search-results .company-features li{color:#222;float:left;font-weight:bolder;padding:0;padding-right:10px;display:block;margin:0;background:none}.jbd-container .search-results .classification{clear:left;display:block;margin-left:0;margin-right:10px;padding-top:5px}.jbd-container .search-results .classification .business-properties{float:left}.jbd-container .search-results .result:hover .listing_actions,.jbd-container .search-results .result.hover .listing_actions{visibility:visible}.jbd-container .search-options{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap}.jbd-container .search-options .jbd-select-box{margin-right:20px}.jbd-container .search-options .jbd-select-box a{height:42px;line-height:42px;border-radius:7px}.jbd-container .search-options .jbd-select-box .chosen-container .chosen-single div b{background-position:0px 8px}.jbd-container .search-options .view-mode{margin-left:5px}.jbd-container .search-options .view-mode a{background:#e8e9ec;border-radius:7px;color:#fff;display:inline-block;font-size:14px;height:42px;line-height:48px;text-align:center;width:42px;margin-left:5px}.jbd-container .search-options .view-mode a .la{font-size:24px;color:#2d3648}.jbd-container .search-options .view-mode a.active{background:#3f4247}.jbd-container .search-options .view-mode a.active .la{color:#fff}.jbd-container .search-options .view-mode a:hover{background:#c5c6cc}.jbd-container .search-options .map i{font-size:30px;cursor:pointer}.jbd-container .search-options .map.active i{color:#1db4c2}.jbd-container #search-info{padding:7px 10px;color:#fff;font-size:12px;background:#787878}.jbd-container #search-info ul{float:left;list-style-type:none;line-height:20px;margin:0 !important;padding:0}.jbd-container #search-info ul li{margin:0 !important;padding:0 !important;float:left;margin-right:20px !important;list-style:none;line-height:21px !important;color:#fff;font-weight:bold;background-image:none !important}.jbd-container #search-info input{vertical-align:middle;margin:0;padding:0;display:inline;width:auto}.jbd-container #search-info strong{font-size:13px}.jbd-container #search-info label{padding:0;margin:0;display:inline;line-height:17px}.jbd-container .search-modules img{width:100%}.jbd-container .filter-main-cat{font-weight:600}.jbd-container .search-category-box{clear:both;line-height:15px}.jbd-container .search-category-box a{color:#0185ca;text-decoration:none;margin:2px 0}.jbd-container .search-category-box .filter-header{font-size:14px;font-weight:bold;font-weight:600;margin-top:0;padding:5px 0px 15px 0px}.jbd-container .search-category-box .filterExpand{float:right}.jbd-container .search-category-box .selectedlink .cross{font:normal normal normal 13px/1 "Line Awesome Free";position:relative;width:10px}.jbd-container .search-category-box .selectedlink .cross::before{content:"???"}.jbd-container .search-category-box .selectedlink div.selected a{display:flex;justify-content:space-between;align-items:center}.jbd-container .search-category-box li div{display:block;color:#0185ca}.jbd-container .search-category-box li.selectedlink div.selected{margin:0 0 2px;color:#fff;padding:7px 10px;background:#eaebed;border-radius:5px}.jbd-container .search-category-box li.selectedlink div.selected a{color:#111;font-weight:500}.jbd-container .search-category-box ul{line-height:13px;list-style-type:none;list-style-position:inside;margin:0 0 10px 0;padding:0}.jbd-container .search-category-box ul li{background:none;display:block;margin:7px 0 !important;padding:0 !important;line-height:19px}.jbd-container .search-category-box ul li:not(.selectedlink):hover{opacity:.8}.jbd-container .search-category-box ul li ul li{padding-left:10px}.jbd-container .search-category-box ul li ul li a{color:#888}.jbd-container #search-filter ul li:before{content:none}.jbd-container #search-filter a{color:#555}.jbd-container #search-filter a .filter-main-cat{font-weight:600}.jbd-container .category-filter-horizontal{display:flex;justify-content:start;align-items:center;margin-bottom:20px}.jbd-container .category-filter-horizontal .main-cat-container{display:flex;align-items:center}.jbd-container .category-filter-horizontal .filter-categories{list-style:none;display:flex;justify-content:start;margin:10px 0;padding:0}.jbd-container .category-filter-horizontal .filter-categories li{margin-right:10px;padding-right:10px}.jbd-container .category-filter-horizontal .filter-categories li i{background:rgba(0,0,0,0);vertical-align:inherit;cursor:pointer}.jbd-container .category-filter-horizontal .filter-categories li i:before{content:"???";font-family:Lineawesome;width:36px;height:36px;margin-left:5px}.jbd-container .category-filter-horizontal .filter-categories li ul{display:none;list-style:none;margin:10px 0;padding:20px;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);background-color:#fff;min-width:250px;position:absolute;z-index:9999}.jbd-container .category-filter-horizontal .filter-categories li ul li{margin:5px 0}.jbd-container .category-filter-horizontal .filter-categories li.multi-column ul{-moz-column-count:4;-moz-column-gap:20px;-webkit-column-count:4;-webkit-column-gap:20px;column-count:4;column-gap:20px;width:100%;left:0}.jbd-container .category-filter-horizontal .filter-categories li.open i:before{content:"???"}.jbd-container .category-filter-horizontal .filter-categories li.open ul{display:block}.jbd-container .category-filter-horizontal .filter-categories li.selectedlink .cross{background:url(/components/com_jbusinessdirectory/assets/images/cross_sel.png) no-repeat scroll 0 50% rgba(0,0,0,0);position:relative;display:inline-block;margin-left:4px;text-indent:-10000px;width:10px}.jbd-container .category-filter-horizontal .filter-categories li.selectedlink div.selected a{color:#fff}.jbd-container .category-filter-horizontal .filter-categories li.selectedlink div.selected{margin:0 0 2px;color:#fff;padding:7px 5px;background:#ccc;border-radius:5px}.jbd-container .category-filter-horizontal .filter-categories li.selectedlink div.selected a{color:#fff}.jbd-container .category-filter-horizontal .filter-main-cat{font-weight:600}.jbd-container .category-filter-horizontal .clear-search{border-radius:5px;border:2px solid #e0e0e0;display:inline-block;text-align:center;padding:2px 8px}.jbd-container .category-filter-horizontal .clear-search i{color:#b0b0b0}.jbd-container .category-filter-horizontal .clear-search:hover{border:2px solid #a0a0a0}.jbd-container .category-filter-horizontal .clear-search:hover i{color:#888}.jbd-container #search-path{display:flex;align-items:center}.jbd-container #search-path .filter-type-elem.reset a{font-size:12px;white-space:nowrap;text-transform:uppercase;color:#25282b;text-decoration:none;font-weight:500}.jbd-container #search-path .search-filter-header{display:flex;justify-content:space-between;width:100%;margin-bottom:15px}.jbd-container #search-path .search-filter-header .filter-type-elem.reset a{text-transform:none;font-size:14px}.jbd-container #search-path .search-filter-header .filter-type-elem.reset a i{font-size:12px;font-weight:600}.jbd-container #search-path .search-filter-title{font-weight:600}.jbd-container #search-path .selected-criteria{display:flex;list-style-type:none !important;margin:0;padding:0 !important;max-width:100%}.jbd-container #search-path .selected-criteria .reset{padding-left:10px}.jbd-container #search-path .selected-criteria li{padding:6px 12px;border-radius:5px;border:#d5d6db solid 1px;background-color:#eaebed;cursor:pointer;margin:0 7px 7px 0;line-height:13px;font-size:12px}.jbd-container #search-path .selected-criteria li:hover{background-color:#f1f1f1}.jbd-container #search-path .selected-criteria li a{color:#333;display:flex;align-items:center}.jbd-container #search-path .selected-criteria li a i{background:#2d2c2c;border-radius:50%;color:#fff;font-size:8px;padding:3px;margin-left:12px}.jbd-container #search-path .selected-criteria li::before{content:""}.jbd-container .vertical-filter #search-path{flex-wrap:wrap;padding-bottom:10px;margin-bottom:10px}.jbd-container .vertical-filter #search-path .selected-criteria{flex-wrap:wrap}.jbd-container .vertical-filter #search-path .selected-criteria li{padding:2px 5px}.jbd-container .vertical-filter #search-path .selected-criteria li a i{background:rgba(0,0,0,0);color:#333;margin-left:5px;font-size:12px;font-weight:600}.jbd-container .result-item.featured{background-color:#fdfdfd;overflow:hidden}.jbd-container .result-item{position:relative;background-color:#fff;margin-bottom:25px;color:#5d6161;border-radius:7px;overflow:hidden;box-shadow:0px 0px 10px -2px rgba(176,177,182,.3)}.jbd-container .result-item div[class*=col]{padding-top:0;padding-bottom:0}.jbd-container .result-item .result-header{display:flex;align-items:flex-start;padding-bottom:20px;border-bottom:2px solid #e2e7f0;margin-bottom:20px}.jbd-container .result-item .item-type,.jbd-container .result-item .item-category{margin-top:10px}.jbd-container .result-item .result-header-row{align-items:flex-end;margin-bottom:25px}.jbd-container .result-item .result-header-info{display:flex;flex-direction:column;align-items:flex-end}.jbd-container .result-item h3{font-size:18px;margin:0px;font-weight:600}.jbd-container .result-item h3 a{color:#2d3648}.jbd-container .result-item .featured-text{display:inline-block;font-size:13px;padding:3px 8px;color:#fe9d35;background:linear-gradient(0deg,rgba(255,255,255,0.5),rgba(255,255,255,0.5)),#fed7ad;border-radius:4px;margin-bottom:15px;margin-right:10px}.jbd-container .result-item .item-slogan{padding-top:6px}.jbd-container .result-item .horizontal-element{display:inline-block;margin-right:5px}.jbd-container .result-item .horizontal-elements{margin-bottom:20px}.jbd-container .result-item .horizontal-elements .horizontal-element{margin-right:15px}.jbd-container .result-item .item-element{margin:0 0 8px}.jbd-container .result-item .item-element i.icon{height:32px;width:32px}.jbd-container .result-item .item-element:last-child{margin:0}.jbd-container .result-item i[class$=-circle]{width:36px;height:36px}.jbd-container .result-item .result-content-top{padding-bottom:20px}.jbd-container .result-item .result-content-bottom{border-top:1px solid #e2e7f0;padding-top:20px}.jbd-container .result-item .listing-info{display:flex;align-items:center;height:100%}.jbd-container .result-item .listing-info .business-hour{margin:0}.jbd-container .result-item .listing-info .business-hour .day{margin:0 5px 0 15px}.jbd-container .result-item .listing-info .social-networks{display:flex;align-items:center}.jbd-container .result-item .listing-info .social-networks .socials-network{margin-right:10px}.jbd-container .result-item .listing-info .social-networks .icon{width:36px;height:36px}.jbd-container .result-item .item-address{display:inline-block;margin-bottom:25px}.jbd-container .result-item .result-section-title{font-weight:600;margin-bottom:15px;color:#2d3648}.jbd-container .result-item .item-options{display:flex;flex-wrap:wrap;margin-bottom:15px}.jbd-container .result-item .item-options .item-option{display:inline-flex;align-items:center;flex-wrap:wrap;font-size:13px;border-radius:10px;background-color:#f9f9f9;padding:5px 15px;margin-right:10px;margin-bottom:10px}.jbd-container .result-item .item-options.transparent .item-option{background-color:rgba(0,0,0,0);padding:0px 15px 0px 0;font-size:14px}.jbd-container .result-item .item-options .attribute-name{display:inline-block}.jbd-container .result-item .item-options .attribute-item{display:inline-flex;margin-right:10px;align-items:center}.jbd-container .result-item .item-options .attribute-item:last-child{margin-right:0}.jbd-container .result-item .item-options i{height:16px;width:16px}.jbd-container .result-item .item-options.transparent i{height:18px;width:18px}.jbd-container .result-item .item-name-container{margin-bottom:25px}.jbd-container .result-item .result-content{padding:25px 20px 25px 15px;width:100%}.jbd-container .result-item .result-content.no-image{padding-left:25px}.jbd-container .result-item .company-rating{margin-bottom:0px;display:flex;align-items:center}.jbd-container .result-item .review-count{padding:0 0 0 10px}.jbd-container .result-item .company-intro{display:block;font-size:13px;color:#7f838d}.jbd-container .result-item .company-short-description{font-size:13px;padding:10px 0 0}.jbd-container .result-item .item-result-type{margin:7px 0 0;font-weight:600;color:#777e90}.jbd-container .result-item .result-actions-container{display:flex;align-items:center;height:100%}.jbd-container .result-item .result-item-actions{display:flex;align-items:flex-end;justify-content:flex-end;height:100%}.jbd-container .result-item .result-actions{display:flex;flex-direction:column;width:100%}.jbd-container .result-item .result-actions .item-action{border:1px solid #dcdfe5;border-radius:5px;color:#4a5468;display:block;padding:7px 14px;margin-bottom:15px}.jbd-container .result-item .result-actions .item-action.dark{background-color:#4a5468;color:#fff}.jbd-container .result-item .result-actions .item-action:last-child{margin-bottom:0}.jbd-container .result-item .result-actions .item-action:hover{background-color:#636976;color:#fff}.jbd-container .result-item .result-actions .item-action:hover i.icon{filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(221deg) brightness(101%) contrast(103%)}.jbd-container .result-item .item-image{margin:0;padding:0;box-shadow:none;position:relative}.jbd-container .result-item .item-image a>div>div{position:absolute;top:60%;left:60%;width:100px;height:100px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.jbd-container .result-item .item-image a>div>div span{opacity:.5}.jbd-container .result-item .item-image img{width:100%}.jbd-container .result-item .item-image .item-thumbnail-wrap{width:100%;height:100%;background-size:cover;background-position:center;line-height:0px;max-width:100%;position:relative;vertical-align:top}.jbd-container .result-item .item-image a>div::before{width:90px;height:90px;content:"???";display:block;font-family:"Line Awesome Free";font-size:57px;color:#fff;text-align:center;line-height:48px;background:rgba(187,187,187,.6);-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;position:absolute;top:37%;left:35%;z-index:10;opacity:0;-moz-transform:scale(0.5);-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);margin-top:-24px;margin-left:-24px;padding-top:22px;-webkit-transition:all .4s ease-in-out;transition:all .15s ease-in-out}.jbd-container .result-item .item-image a>div::before:hover>div::before{opacity:1}.jbd-container .result-item .item-image a>#hover-effect::before{top:39% !important;left:42% !important}.jbd-container .result-item .item-image-cover{height:100%;position:relative;border-radius:7px;overflow:hidden;min-height:200px}.jbd-container .result-item .item-image-cover img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.jbd-container .result-item .item-image-border{border:2px solid #ccc;padding:5px;border-radius:50%}.jbd-container .result-item .grid-memberships{display:flex;align-items:center;font-size:11px}.jbd-container .result-item .grid-memberships>div{margin-right:10px;display:flex;align-items:center;flex-direction:column}.jbd-container .result-item .grid-memberships img{border-radius:50%;margin-bottom:4px;height:50px}.jbd-container .result-item .result-listing-details>div{display:inline-flex;align-items:center}.jbd-container .image-circle{width:50px;height:50px;border-radius:50%;margin-right:10px;overflow:hidden;position:relative}.jbd-container .image-circle img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.jbd-container .category-container{background:#fff;padding:20px;border-radius:7px;box-shadow:0px 0px 10px -2px rgba(176,177,182,.3);margin-bottom:20px}.jbd-container .category-container .category-title{font-size:20px;font-weight:600;margin-bottom:15px}.jbd-container .search-style-1 .business-container,.jbd-container .list-intro .business-container{display:block}.jbd-container .list-style-2 .listing-actions .btn{font-size:14px;margin-right:10px}.jbd-container .list-style-3 .result-item{background:#eaeced}.jbd-container .list-style-3 .result-item .company-rating{margin-top:5px}.jbd-container .list-style-3 .result-content{padding:30px 25px 20px 30px;border-radius:15px;background-color:#fff;margin-left:-15px;width:110%;margin-right:0}.jbd-container .list-style-3 .result-content.no-image{margin-left:15px}.jbd-container .list-style-3 .item-element{text-align:center}.jbd-container .list-style-3 .item-image-cover{border-radius:0}.jbd-container .list-style-3 .item-type{font-weight:500;margin-top:5px}.jbd-container .list-contact .business-name{width:100%}.jbd-container .list-contact .business-info{text-align:center;padding:0 2%;width:30%;float:left}.jbd-container .list-contact .company-image{width:100%}.jbd-container .list-contact .company-rating{position:relative;float:none;width:auto;margin:0 !important}.jbd-container .list-contact .company-rating .rating{margin:0 auto;width:140px;float:none}.jbd-container .list-contact .company-options{background-color:#ececec;margin:10px 0;float:left;border-radius:5px}.jbd-container .list-contact .company-options ul{list-style-type:none;width:auto;margin:0;padding:0}.jbd-container .list-contact .company-options li{float:left}.jbd-container .list-contact .company-options li a{padding:5px 8px;margin:0 5px;float:left}.jbd-container .list-contact .company-options.right{float:right}.jbd-container .list-contact .result-content{display:block;width:auto}.jbd-container .list-style-4 .result-item .company-rating{margin-bottom:5px}.jbd-container .list-style-4 .result-item .result-actions{padding:0 30px 0 0}.jbd-container .list-style-4 .result-content{padding-left:0}.jbd-container .list-style-4 .result-content>div{border-right:1px solid #edf0f7;padding-right:15px}.jbd-container .list-style-4 .result-content.no-image{margin-left:15px;padding-left:25px}.jbd-container .list-style-4 .item-image{position:relative;width:170px;height:170px;border-radius:50%;overflow:hidden;max-width:100%}.jbd-container .list-style-4 .item-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.jbd-container .list-style-4 .item-type{font-weight:500;margin-top:5px}.jbd-container .list-style-4 .item-image-border{border:2px solid #ebe6e6;padding:5px;border-radius:50%;width:183px;height:183px;margin-top:30px;margin-bottom:30px;max-width:100%}.jbd-container .list-style-4 .company-rating{margin-top:5px}.jbd-container .list-style-4 .contact-card{display:flex}.jbd-container .list-style-4 .contact-card .item-action{padding:7px 6px 7px 14px}.jbd-container .list-style-4 .contact-card .item-action:first-child{margin-right:5px}.jbd-container .list-style-5>.row{position:relative}.jbd-container .list-style-5 .sticky-map-container{position:sticky;top:0}.jbd-container .list-style-5 .search-filter-horizontal{background-color:#fff;padding:20px}.jbd-container .list-style-5 div[class*=col]{padding-bottom:30px}.jbd-container .list-style-5 #map-listing-container{padding:10px 30px}.jbd-container .list-style-5 #search-filter-source{display:flex;align-items:center;margin:15px 0}.jbd-container .list-style-6 .result-item .rating.la{font-size:18px}.jbd-container .list-style-6 .result-content{padding:25px}.jbd-container .list-style-6 .item-image{margin:0 25px 0 0;position:relative;width:120px;height:120px;border-radius:50%;overflow:hidden}.jbd-container .list-style-6 .item-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.jbd-container .list-style-6 .result-header{margin-bottom:25px}.jbd-container .list-style-6 .result-header-row{min-height:70px;width:100%}.jbd-container .list-style-6 .result-content-bottom{border-top:2px solid #e2e7f0;padding-top:20px;margin-top:25px}#jbd-container .list-style-7 .row [class*=col-]{padding-top:0;padding-bottom:0}.jbd-container .list-style-7 .result-item .result-header{align-items:center;border-bottom:none;margin-bottom:0}.jbd-container .list-style-7 .result-item .company-rating{margin:0}.jbd-container .list-style-7 .result-item .company-intro{margin-bottom:25px}.jbd-container .list-style-7 .company-logo img{width:55px;height:55px;border:#dfdfdf solid 1px;border-radius:55px;margin:4px 7px 0 0}.jbd-container .list-style-7 .item-options .item-option{margin-bottom:5px}.jbd-container .list-style-7 .bottom-info{position:absolute;bottom:10px;display:flex;font-size:13px;width:100%}.jbd-container .list-style-7 .bottom-info>div{margin-right:15px}.jbd-container .list-style-7 .bottom-info>div:last-child{margin-right:0}.jbd-container .list-style-7 .company-gallery{height:100%;max-height:100%;width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;border-radius:5px;overflow:hidden;min-height:250px}.jbd-container .list-style-7 .company-gallery img{border-radius:5px;overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.jbd-container .list-style-8 .row [class*=col-]{padding-top:0;padding-bottom:0}.jbd-container .list-style-8 .item-info-container{padding:5px 10px;overflow:hidden}.jbd-container .list-style-8 .item-image{margin:0;padding:0;border:0;box-shadow:none;height:100%;min-height:90px}.jbd-container .list-style-8 .item-image a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;cursor:pointer}.jbd-container .list-style-8 .item-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.jbd-container .list-style-8 .result-item{padding:0;margin-bottom:15px;border-bottom:15px}.jbd-container .list-style-8 .result-item h3{margin-bottom:15px}.jbd-container .list-style-8 .result-item .result-content{padding:15px}.jbd-container .list-style-8 .company-details{background-color:inherit;border:0px}.jbd-container .list-style-8 .span10 .company-details{padding-left:0px}.jbd-container .list-style-8 .featured-text{font-size:12px;float:right;margin:0 5px 5px 0;position:absolute;right:15px;bottom:5px}@media(max-width:992px){.jbd-container .result-item .result-content{padding:25px 20px 25px 20px}.jbd-container .result-item .result-header-info{margin-top:15px;align-items:flex-start}.jbd-container .result-item .result-item-actions{justify-content:flex-start;margin-top:10px}.jbd-container .result-item .listing-actions{margin-bottom:15px}.jbd-container .result-item .result-actions-container{padding:15px 15px 10px 15px}.jbd-container .result-item .result-actions{flex-direction:row;justify-content:center}.jbd-container .result-item .result-actions .item-element{margin-right:10px}.jbd-container .list-style-3 .result-content{padding:20px 15px 10px 20px;border-radius:0 0 7px 7px;margin:0}.jbd-container .list-style-4 .result-item .result-actions{padding:0 0 0 0}.jbd-container .list-style-4 .result-item .result-actions .item-action{margin-right:10px}.jbd-container .list-style-4 .result-item .result-actions .item-action.dark{margin-right:0px}.jbd-container .list-style-4 .result-item .result-actions .item-action:last-child{margin-bottom:15px}.jbd-container .list-style-4 .result-item .result-content>div{border-right:none;padding-right:0}}@media(max-width:576px){.jbd-container .list-style-4 .result-item .result-actions{justify-content:center;flex-wrap:wrap}.jbd-container .list-style-4 .result-item .result-actions .item-action{margin-right:0;width:250px}.jbd-container .list-style-6 .result-header{flex-direction:column}.jbd-container .list-style-6 .result-header>div:first-child{width:100%;margin-bottom:10px;margin-right:0;display:flex;justify-content:center}.jbd-container .list-style-6 .result-header .item-image{width:180px;height:180px}.jbd-container .list-style-6 .result-header-row{margin-bottom:0px}}.jbd-container .list-grid-1 .jitem-card .jitem-title{margin-bottom:0}.jbd-container .list-grid-1 .post-category{margin-bottom:7px;font-size:13px}.jbd-container .list-grid-1 .company-address{margin-top:10px}.jbd-container .list-grid-1 .icon{filter:invert(59%) sepia(6%) saturate(392%) hue-rotate(184deg) brightness(94%) contrast(94%);height:16px;width:16px}.jbd-container .list-grid-2 .jitem-card .jitem-img-wrap{min-height:280px}.jbd-container .list-grid-2 .jitem-body-content{background:hsla(0,0%,100%,.9);z-index:139;position:absolute;bottom:0;display:flex;padding:15px;margin:15px;flex-direction:column;left:0;right:0;border-radius:7px}.jbd-container .list-grid-2 .post-category{margin-bottom:5px;font-size:13px}.jbd-container .list-grid-2 .company-address{margin-top:5px}.jbd-container .list-grid-2 .icon{filter:invert(59%) sepia(6%) saturate(392%) hue-rotate(184deg) brightness(94%) contrast(94%);height:16px;width:16px}.jbd-container .list-grid-3 .jitem-card .jitem-title{margin-bottom:10px}.jbd-container .list-grid-3 .jitem-card .jitem-body{position:relative}.jbd-container .list-grid-3 .jitem-card .jitem-body .jitem-body-content{padding-top:50px}.jbd-container .list-grid-3 .jitem-card .jitem-body .jitem-bottom{padding:0 20px;justify-content:flex-end;align-items:center}.jbd-container .list-grid-3 .jitem-card .jitem-body .jitem-bottom>*{border-right:none}.jbd-container .list-grid-3 .jitem-card .jitem-body .jitem-bottom .la{padding:7px;font-size:18px;background:#b2b7ba;color:#fff;border-radius:50%}.jbd-container .list-grid-3 .jitem-card .jitem-body .jitem-bottom .horizontal-element{margin-right:7px}.jbd-container .list-grid-3 .jitem-card .jitem-body .jitem-bottom .horizontal-element:last-child{margin-right:0}.jbd-container .list-grid-3 .jitem-card .jitem-img-wrap{min-height:130px}.jbd-container .list-grid-3 .jitem-card .jitem-rating{position:absolute;left:115px;top:10px}.jbd-container .list-grid-3 .jitem-card .icon{width:30px;height:30px}.jbd-container .shadow-border{box-shadow:8px 8px 8px 0px rgba(0,0,0,.13)}.jbd-container .dir-tab-panel{width:57%}.jbd-container .dir-tab ul{list-style-type:none;margin:0}.jbd-container .business-slogan{font-size:15px;padding:0;margin:0 0 10px}.jbd-container .one-page-edit .edit-tab{padding:5px 0}.jbd-container #tabsForm{float:right}.jbd-container #tab-panel .event-img-container{width:150px}.jbd-container #tab-panel .event-content{width:56%}.jbd-container #company-tab-container{border:silver solid 1px;position:relative;top:-1px;z-index:1}.jbd-container #company_map img,.jbd-container .company-map img{width:auto !important;max-width:none !important}.jbd-container #company-tab-content{padding:20px;background-color:#fff}.jbd-container .rating-text{margin:0 0 0 10px}.jbd-container .wizard .steps>ul>li{width:33%}.jbd-container .wizard .content{position:inherit;margin:0;overflow:initial;min-height:0}.jbd-container #social-networks-container{display:block;margin-bottom:3px}.jbd-container #social-networks-container ul{list-style-type:none;margin:0;padding:0}.jbd-container #social-networks-container ul li{display:inline !important;line-height:30px;list-style-type:none}.jbd-container .socials-network a{padding:8px !important;font-size:24px;width:44px;text-align:center;text-decoration:none;display:inline-block;cursor:pointer;margin:2px 5px 0 0;border-radius:50%;background:#fff;color:#999;border:2px solid #999}.jbd-container .socials-network a:hover{opacity:.7}.jbd-container .socials-network a .tiktok{margin:0 0 5px 0}.jbd-container .catalog-letters{display:block;font-size:16px;padding:0px 0px 20px 0px}.jbd-container .catalog-letters a{margin:2px 3px}.jbd-container .catalog-letters span{opacity:.7}.jbd-container .catalog-letters span.letter-selected{font-weight:700;color:#ffa02d}.jbd-container .catalog-letters span.used-letter{opacity:1}.jbd-container #filter-button{cursor:pointer;white-space:nowrap;vertical-align:top}.jbd-container #filter-button .la-filter{display:inline}.jbd-container #filter-button .la-close{display:none}.jbd-container #filter-button.active .la-filter{display:none}.jbd-container #filter-button.active .la-close{display:inline}.jbd-container .listing-filter{display:none;text-align:center;margin-bottom:15px}.jbd-container .listing-filter.open{display:block}.jbd-container .listing-filter .filter-action{display:inline-block;padding:10px;cursor:pointer;background-color:#f0f0f0;margin:5px}.jbd-container .listing-filter ul{width:100%;max-width:800px;margin:0 auto}.jbd-container .listing-filter ul li{display:inline-block;width:30%;margin:5px 0;text-align:left}.jbd-container .filter-switch{display:none;background-color:#a2a8ae;padding:7px 20px;color:#fff;cursor:pointer;border-radius:5px;margin-bottom:7px}.jbd-container .wizard>.steps a{border:0px;-webkit-box-shadow:2px 2px 8px -3px rgba(0,0,0,.3);-moz-box-shadow:2px 2px 8px -3px rgba(0,0,0,.3);box-shadow:2px 2px 8px -3px rgba(0,0,0,.3)}.jbd-container .wizard .content .body{position:relative;height:auto}.jbd-container .wizard .steps .current a{background-color:#fff;cursor:pointer}.jbd-container .wizard .steps .current a:hover{background-color:#fafafa}.jbd-container .wizard .steps .current a,.jbd-container .wizard .steps .current a:hover,.jbd-container .wizard .steps .current a:active{color:#555}.jbd-container .wizard .steps .done a .badge{background-color:#22a78d}.jbd-container .wizard .steps .done a,.jbd-container .wizard .steps .done a:hover,.jbd-container .wizard .steps .done a:active{background-color:#23b26b}.jbd-container .step-selected{margin-right:10px;width:33%;border-bottom:green solid 2px;font-weight:bold}.jbd-container .service-link{font-size:14px}.jbd-container .service-provider-link{font-size:15px;font-weight:500;line-height:33px}.jbd-container .service-provider-image{width:120px;border-radius:6px}.jbd-container .service-date-link{padding:5px 7px;white-space:nowrap}.jbd-container .service-date-link:hover{background:#22a78d;color:#fff}.jbd-container .service-date-link .text-muted{background:#f0f0f0}.jbd-container .service-date-link .text-muted:hover{background:#f0f0f0}.jbd-container .available-hours{padding-left:6px}.jbd-container .available-hours li{margin-bottom:20px}.jbd-container .available-hours .day-section{margin-bottom:10px;font-weight:bold}.jbd-container .grid-view-2 .grid-content .post-inner{padding:3px 1px}.jbd-container .grid-view-2 .grid-content .post{background:none repeat scroll 0 0 #111;border-radius:5px 5px 5px 5px;box-shadow:0 1px 4px rgba(0,0,0,.3);margin-bottom:20px;margin-top:5px}.jbd-container .grid-view-2 .grid-content .post h1 a{color:#fff;font-size:13px;font-weight:normal;padding-left:10px}.jbd-container .grid-view-2 .grid-content .post-title{margin:0px;padding:2px 5px}.jbd-container .grid-view-2 .grid-content .post-image{margin:0 0 5px}.jbd-container .list-post .post-meta em{display:none}.jbd-container .list-post .post-meta .post-author,.jbd-container .list-post .post-meta .post-category,.jbd-container .list-post .post-meta .post-tag,.jbd-container .list-post .post-meta .post-author,.jbd-container .list-post .post-meta .post-comment a{border-top:1px solid #ddd;display:block;padding:5px 0;text-align:right}.jbd-container .list-post .author-pic{position:absolute;top:0;left:-60px}.jbd-container .module.list-post .post-content{margin-left:0}.jbd-container .module.list-post .post-meta{position:static;width:auto}.jbd-container .module.list-post .post-meta .post-author,.jbd-container .module.list-post .post-meta .post-category,.jbd-container .module.list-post .post-meta .post-tag,.jbd-container .module.list-post .post-meta .post-author,.jbd-container .module.list-post .post-meta .post-comment a{border-top:medium none;display:inline;padding:0 5px 0 0;text-align:left}.jbd-container .module.list-post .author-pic{position:static}.jbd-container .grid4 .post-title{font-size:100%;font-weight:bold;line-height:20px;margin:5px 0;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.jbd-container .grid3 .post{float:left;margin-left:20px;width:306px}.jbd-container .grid3 .post-title{font-size:120%}.jbd-container .grid2 .post{float:left;margin-left:20px;width:474px}.jbd-container .grid2 .post-title{font-size:170%}.jbd-container .chzn-container .chzn-results{clear:both}.jbd-container .chzn-container .chosen-results{clear:both}.jbd-container .chzn-container-single .chzn-search{padding:0 !important}.jbd-container .calendar table:FIRST-CHILD{width:100%}.jbd-container .claim-listing-wrapper{color:#5a5b5c;padding:30px;background-color:#212121;overflow:hidden}.jbd-container .claim-listing-description{font-size:15px;font-style:italic;font-size:16px;color:#cecece;margin-bottom:30px;line-height:20px}.jbd-container .claim-listing-title{color:#fff;font-size:22px}.jbd-container .claim-listing-btn{background-color:#f5af02}.jbd-container .reduceOpacity{opacity:.6}.jbd-container .company-details{display:block;background-color:#f5f5f5;border:1px solid #e7e7e7;padding:10px 15px;overflow:hidden}.jbd-container #company-locations .location-group{margin-bottom:12px}.jbd-container #company-locations .location-group:last-child{margin-bottom:0}.jbd-container #company-locations .location-group-label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:6px}.jbd-container #company-locations .location-list{list-style:none;margin:0;padding:0}.jbd-container #company-locations .company-location{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 6px;margin-bottom:6px;line-height:1.5}.jbd-container #company-locations .company-location>.la{flex-shrink:0;color:#e05a25;font-size:14px;margin-top:2px}.jbd-container #company-locations .company-location .location-address{flex:1 1 auto}.jbd-container #company-locations .company-location .location-phone{flex-shrink:0;white-space:nowrap;color:#555}.jbd-container #company-locations .company-location .location-phone .la{color:#3db2ef;font-size:13px;margin-right:2px}.jbd-container h1.title{color:#067ab4 !important;font-size:25px !important;line-height:31px;margin:0 0 20px 0 !important;padding:0 10px}.jbd-container .add-review-link{margin-bottom:10px;padding:5px;line-height:25px !important;font-weight:normal}.jbd-container .clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden}.jbd-container #company-offers .post-inner{min-height:275px}.jbd-container .post-video,.jbd-container .embed-youtube{height:0;margin-bottom:15px;overflow:hidden;padding-bottom:56.25%;position:relative}.jbd-container .post-video iframe,.jbd-container .post-video object,.jbd-container .post-video embed,.jbd-container .embed-youtube iframe,.jbd-container .embed-youtube object,.jbd-container .embed-youtube embed{height:100%;position:absolute;top:0;left:0px;width:100%}.jbd-container .categories .post-title{margin-bottom:0}.jbd-container .video-container ul{margin:0 !important;padding:0;list-style-type:none}.jbd-container .info-box-content{margin:0;padding:0;width:100%;float:left}.jbd-container .info-box-content .info-phone{font-size:12px;line-height:18px;margin-bottom:5px}.jbd-container .info-box-content .address{border-bottom:1px dotted #ccc;font-size:12px;line-height:18px;margin-bottom:7px;padding-bottom:3px}.jbd-container .info-box-content .info-website{margin-bottom:5px}.jbd-container .info-box-content a{float:left}.jbd-container .info-box{color:#333;text-align:left;max-width:210px}.jbd-container .info-box .title{float:left;width:100%;font-size:14px;font-weight:bold;margin-bottom:5px}.jbd-container .info-box .info-box-image{width:100%;max-width:100%;float:left}.jbd-container .info-box.info-box-style-2 img{border-radius:8px;height:130px}.jbd-container .info-box.info-box-style-2 i{font-size:14px;vertical-align:middle}.jbd-container .search-map-container .info-box-image img,.jbd-container #companies-map-container .info-box-image img{max-width:100% !important;width:100% !important;object-fit:cover}.jbd-container #companies-map-container{border:1px solid #c7c7c7;margin-bottom:25px;border-radius:7px;overflow:hidden}.jbd-container #companies-map-container img{max-width:none !important;width:auto}.jbd-container #company-tab-container img{max-width:none !important;width:auto}.jbd-container #company-map img{max-width:none !important;width:auto}.jbd-container #company-map .gm-compass img{width:inherit !important}.jbd-container #map-container{max-width:none !important;width:auto;position:relative}.jbd-container .search-filter.style-2{padding:0;background:none;box-shadow:none}.jbd-container .search-filter.style-2 .search-category-box .filter-criteria{margin-bottom:20px;border-bottom:none}.jbd-container .search-filter.style-2 .search-category-box .filter-criteria .filter-header{padding:10px 15px;border:1px solid rgba(0,0,0,.1);border-bottom:none}.jbd-container .search-filter.style-2 .search-category-box .filter-criteria .filterExpand{margin-top:5px}.jbd-container .search-filter.style-2 .search-category-box ul{list-style:none;margin:0;padding:0;border:1px solid rgba(0,0,0,.1);background-color:#fff;position:relative}.jbd-container .search-filter.style-2 .search-category-box ul li{list-style:none;margin:0 !important;padding:1px 0;display:block;border-bottom:1px solid rgba(0,0,0,.1)}.jbd-container .search-filter.style-2 .search-category-box ul li li{margin-left:5px}.jbd-container .search-filter.style-2 .search-category-box ul li .selected{padding:0;border-radius:0}.jbd-container .search-filter.style-2 .search-category-box ul li a,.jbd-container .search-filter.style-2 .search-category-box ul li strong{display:block;padding:13px 15px;margin:0;font-size:14px;font-weight:500;color:rgba(0,0,0,.7);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.jbd-container .search-filter.style-2 .search-category-box ul li:not(.selectedlink):hover{background-color:rgba(0,0,0,.1)}.jbd-container .search-filter.style-2 .search-category-box ul li.selectedlink .selected a{display:flex;justify-content:space-between}.jbd-container .attributes-filters-section{background-color:#fff;padding:10px}.jbd-container .attributes-filters-section .attributes-filters{display:flex;flex-wrap:wrap}.jbd-container .attributes-filters-section .attributes-filters ul{margin:0 20px 0 0;width:auto}.jbd-container .attributes-filters-section .attributes-filters ul li{display:block !important;width:100% !important;margin-bottom:10px;white-space:nowrap}.jbd-container .attributes-filters-section .filter-attribute-name{font-weight:bold;text-align:left;margin-bottom:10px}.jbd-container .style9-map-container{height:100%;width:58%;position:fixed;top:0px;z-index:0}@media(max-width:769px){.jbd-container .style9-map-container{position:relative;width:100%}}.jbd-container .list-style-9 #listings_list_style_9{display:flex;flex-direction:column}.jbd-container .list-style-9 .search-options .view-mode a{line-height:34px}.jbd-container .list-style-9 .search-options .view-mode i{height:16px;width:16px;margin:0}.jbd-container .list-style-9 .jbd-select-box select{margin:0}.jbd-container .list-style-9 .jitem-card{align-items:unset}.jbd-container .list-style-9 .jitem-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.16)}.jbd-container .list-style-9 .jitem-card i.map-marker{width:19px;height:19px}.jbd-container .list-style-9 .jitem-card.card-horizontal{flex-direction:row}.jbd-container .list-style-9 .jitem-card.card-horizontal .jitem-img-wrap{flex:0 0 48%}.jbd-container .list-style-9 .jitem-card.card-horizontal .jitem-img-wrap .jitem-logo{position:absolute;content:"";height:50px;width:50px;border-radius:50%;border:2px solid #fff;left:auto;right:-25px;top:1.8rem}.jbd-container .list-style-9 .jitem-card.card-horizontal .jitem-body{flex:0 0 52%}.jbd-container .list-style-9 .jitem-card.card-horizontal .jitem-body .jitem-body-content{padding-left:40px}.jbd-container .list-style-9 .jitem-card.card-horizontal .jitem-body .item-name h3{font-size:16px;font-weight:500}.jbd-container .list-style-9 .jitem-card.card-horizontal .jitem-body .jitem-bottom{min-height:44px !important}.jbd-container .list-style-9 .jitem-card.card-horizontal .jitem-title{padding-top:2.4rem}.jbd-container .list-style-9 .jitem-card.card-horizontal .jitem-rating{justify-content:flex-start;padding:.5rem .9rem .5rem 0rem}.jbd-container .list-style-9 .jitem-card.card-horizontal img{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}.jbd-container ul{list-style:none;margin:0;padding:0}.jbd-container .icon-wrapper{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f1f1f1;margin-right:15px}.jbd-container .icon-wrapper .icon{margin:0}.jbd-container ul.item-details{list-style-type:none;padding:0;margin-bottom:30px}.jbd-container ul.item-details li{display:flex;align-items:center;padding:5px 0;background:none}.jbd-container .listing-info-container{font-size:14px;position:relative;line-height:25px}.jbd-container .listing-info-container .listing-logo{margin-left:0px;margin-top:0;position:relative}.jbd-container .listing-info-container .listing-logo img{width:100%}.jbd-container .listing-info-container h4.contact{color:#333;font-size:14px;padding-bottom:3px;margin:5px 0px 5px}.jbd-container ul.business-properties{width:100%;display:block;margin:0 0 5px 0;padding:0 !important}.jbd-container .business-properties{display:block}.jbd-container .business-properties a:hover{text-decoration:underline}.jbd-container .business-properties li{display:inline-block;padding:0 !important;font-size:13px;line-height:29px}.jbd-container .business-properties li:first-child{float:left;font-weight:bold}.jbd-container .business-properties li:first-child div{margin-right:5px}.jbd-container .listing-attributes{margin:0 0 5px 0;padding:0}.jbd-container .listing-attributes div{display:inline}.jbd-container .listing-attributes .attribute-item{line-height:24px}.jbd-container .listing-attributes.attribute-with-name .attribute-item::after{content:", "}.jbd-container .listing-attributes.attribute-with-name .attribute-item:last-child::after{content:""}.jbd-container .business-container .custom-fields{margin-top:5px}.jbd-container .business-container .business-properties li{color:#777;font-weight:bolder;font-size:1em;background:none !important}.jbd-container .business-container .business-properties li:before{content:none !important}.jbd-container .business-container .business-properties li:first-child{font-weight:normal;color:#999;display:inline-block;margin-right:5px}.jbd-container ul.category-breadcrumbs{list-style:none;margin:0;padding:0}.jbd-container ul.category-breadcrumbs li{display:inline-block;position:relative;font-size:13px;background:none;margin-right:13px;padding-left:16px}.jbd-container ul.category-breadcrumbs li:first-child{padding:0 4px 0 0}.jbd-container ul.category-breadcrumbs li:first-child::before{content:""}.jbd-container ul.category-breadcrumbs li::before{content:"/";position:absolute;left:0;top:0;color:#7f7f7f;width:0;height:0;transform:translateY(-50%);top:0px !important}.jbd-container .listing-section{padding:30px;background-color:#fff}.jbd-container .listing-section .listing-section-title{font-size:16px;font-weight:bold;margin-bottom:15px;padding:0 0 10px}.jbd-container .listing-section ul{margin:0;padding:0}.jbd-container .attribute-header{font-size:13px !important}.jbd-container .contact-details-wrap{display:inline-block}.jbd-container .company-info-container{display:block}.jbd-container .company-info-container p{margin:0 !important}.jbd-container .company-menu nav{font-size:15px;line-height:20px;padding:15px 0px;margin-bottom:20px}.jbd-container .company-menu nav a{display:inline-block;margin:10px 10px 0;padding:5px 0;text-decoration:none}.jbd-container .company-menu nav a:first-child{margin-left:0}.jbd-container .company-menu nav a.active{color:#555;border-bottom:2px solid #333}.jbd-container .company-info-review{display:inline-flex;flex-wrap:wrap;padding-bottom:4px;align-items:center}.jbd-container .company-info-rating{display:inline}.jbd-container .company-info-average-rating{padding-bottom:7px}.jbd-container .company-info-user-rating{padding-bottom:2px}.jbd-container .contact-persons .contact-department{font-size:15px;font-weight:600;margin:15px 0 10px}.jbd-container .contact-person-details{border:1px solid #eaeaea;border-radius:10px;padding:10px 20px;margin-bottom:10px;display:block}.jbd-container .contact-person-details div{cursor:pointer;overflow:hidden;text-overflow:ellipsis}.jbd-container .contact-person-details .contact-header{display:flex;align-items:center;justify-content:space-between}.jbd-container .contact-person-details .contact-name{font-weight:600;margin-bottom:5px}.jbd-container .contact-person-details .contact-arrow:before{content:"???"}.jbd-container .contact-person-details .contact-item{padding-top:10px;margin-top:10px;border-top:1px solid #e8e8e8;color:#999;display:none;list-style-type:none;transition:opacity 2s ease-out}.jbd-container .contact-person-details .contact-item div:first-child{margin-bottom:10px}.jbd-container .contact-person-details.open .contact-item{display:block}.jbd-container .contact-person-details.open .contact-arrow:before{content:"???"}.jbd-container .contact-person-details .job-title{font-weight:400;color:#555}.jbd-container .map-container{position:relative}.jbd-container#company-contact .jmodal-header{padding:0}.jbd-container .listing-contact-header .jmodal-header-background{position:relative;width:100%;height:140px;background-color:var(--brand-base,#022e69);background-repeat:no-repeat;background-size:cover;background-position:center center}.jbd-container .listing-contact-header .dir-overlay{background-color:#232323;height:100%;width:100%;position:absolute;bottom:0px;opacity:.4;left:0px}.jbd-container .listing-contact-header .jmodal-header-contact{padding:0 30px;display:flex;align-items:flex-end;margin-top:-60px;justify-content:flex-start}.jbd-container .listing-contact-header .item-header-content{margin-bottom:10px}.jbd-container .listing-contact-header .head-text{margin-bottom:2px}.jbd-container .listing-contact-header .close-btn{top:20px;right:7px}.jbd-container .listing-contact-header .close-btn .la{color:#fff}.jbd-container .listing-contact-header .item-header-photo{background:#fff;height:120px;width:120px;margin-bottom:0px;display:flex;align-items:center;border:4px solid #fff;flex-shrink:0}.jbd-container .listing-contact-header .item-header-title{font-weight:600}.jbd-container .listing-contact-header .jmodal-body-text{font-size:16px !important;margin:0px 0px -5px 10px !important}.jbd-container .listing-contact-header .header-reviews-count{margin:0 0 0 10px}.jbd-container .ribbon-open{position:absolute;top:0px;left:0px;z-index:1;overflow:hidden;width:80px;height:80px;text-align:right}.jbd-container .ribbon-open span{font-size:10px;font-weight:bold;color:#fff;text-transform:uppercase;text-align:center;line-height:20px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);width:100px;display:block;background:#79a70a;background:linear-gradient(#9BC90D 0%,#79A70A 100%);box-shadow:0 3px 10px -5px #000;position:absolute;top:19px;left:-21px}.jbd-container .ribbon-open span::before{content:"";position:absolute;top:100%;left:0px;z-index:-1;border-left:#79a70a solid 3px;border-right:rgba(0,0,0,0) solid 3px;border-bottom:rgba(0,0,0,0) solid 3px;border-top:#79a70a solid 3px}.jbd-container .ribbon-open span::after{content:"";position:absolute;top:100%;right:0px;z-index:-1;border-left:rgba(0,0,0,0) solid 3px;border-right:#79a70a solid 3px;border-bottom:rgba(0,0,0,0) solid 3px;border-top:#79a70a solid 3px}.jbd-container .ribbon-close{position:absolute;top:0px;left:0px;z-index:1;overflow:hidden;width:75px;height:75px;text-align:right}.jbd-container .ribbon-close span{font-size:10px;font-weight:bold;color:#fff;text-transform:uppercase;text-align:center;line-height:20px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);width:100px;display:block;background:#79a70a;background:linear-gradient(#F70505 0%,#8F0808 100%);box-shadow:0 3px 10px -5px #000;position:absolute;top:19px;left:-21px}.jbd-container .ribbon-close span::before{content:"";position:absolute;top:100%;left:0px;z-index:-1;border-left:#8f0808 solid 3px;border-right:rgba(0,0,0,0) solid 3px;border-bottom:rgba(0,0,0,0) solid 3px;border-top:#8f0808 solid 3px}.jbd-container .ribbon-close span::after{content:"";position:absolute;top:100%;right:0px;z-index:-1;border-left:rgba(0,0,0,0) solid 3px;border-right:#8f0808 solid 3px;border-bottom:rgba(0,0,0,0) solid 3px;border-top:#8f0808 solid 3px}.jbd-container .listing-info{margin-bottom:15px}.jbd-container .listing-info .item-details{margin-bottom:15px}.jbd-container .listing-info .item-details li{margin-bottom:5px}.jbd-container div.counter{float:right;font-weight:bold;margin:4px 0px 0 0}.jbd-container #user-rating{float:left}.jbd-container .user-rating{margin-bottom:5px}.jbd-container .user-rating label{float:left;margin-right:.5em}.jbd-container .add-review .rating-criteria{float:left}.jbd-container .add-review .rating-question{float:left}.jbd-container .add-review .user-rating label{width:100px}.jbd-container .add-review textarea{height:110px;margin:5px 0 0px 0}.jbd-container .add-review label{display:inline;min-width:100px;margin:0px 10px 0 0}.jbd-container .add-review .form-item{margin:15px 0 5px 0}.jbd-container .add-review .rating-container{margin-top:10px;display:inline}.jbd-container .add-review .rating-container .la{font-size:22px}.jbd-container .review-actions ul{padding:0;margin:0}.jbd-container .review-actions ul li{border-top:0 none;display:inline-block;font-size:13px;padding:0 10px;line-height:25px}.jbd-container .review-actions ul li.first{padding-left:0}.jbd-container .review-actions ul li.review-report{background:url(/components/com_jbusinessdirectory/assets/images/report.svg) no-repeat;margin-right:10px;padding-left:15px;background-size:auto 20px}.jbd-container .review-actions ul li.review-reply{background:url(/components/com_jbusinessdirectory/assets/images/reply.svg) no-repeat;margin-right:10px;padding-left:30px}.jbd-container .review-actions ul li.thumbup{background:url(/components/com_jbusinessdirectory/assets/images/thumb-up.svg) no-repeat;margin-right:10px}.jbd-container #report-abuse{text-align:left}.jbd-container #report-abuse label{width:auto;display:block}.jbd-container #new-review-response{text-align:left}.jbd-container .review-response{margin:20px 0 10px 50px}.jbd-container .form-item{margin:5px 0}.jbd-container .form-item .outer_input input,.jbd-container .form-item .outer_input label{margin:0 5px 5px 0}.jbd-container .form-item textarea:focus,.jbd-container .form-item input:focus,.jbd-container .form-item select:focus,.jbd-container .form-item password:focus{border-color:rgba(82,168,236,.8);box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(82,168,236,.6);outline:0 none}.jbd-container #reviews{clear:both;font-size:13px;padding:0;margin:0}.jbd-container #reviews li.review{border-top:1px dotted #ccc;clear:both;display:block;padding:30px 0}.jbd-container #reviews .rating-stars .la{font-size:18px}.jbd-container #reviews .review-content{margin-left:0;width:100%}.jbd-container #reviews .reviewer-name{color:#222f35;font-size:13px;padding-left:0px}.jbd-container #reviews .review-date{font-size:12px;color:#777}.jbd-container #reviews .review-content .review-title{font-size:16px;font-weight:600;margin:0}.jbd-container #reviews div.review-author{display:block;margin:0 5px 5px 0;padding-top:1px}.jbd-container #reviews .review-rating{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;background-color:#decf2e;border-radius:50%;color:#fff;font-size:11px;height:40px;text-align:center;width:40px}.jbd-container #reviews .review-header{display:flex;margin-bottom:15px}.jbd-container #reviews .review-criterias{margin-bottom:10px}.jbd-container #reviews .review-criteria{display:flex;margin-bottom:5px}.jbd-container #reviews .review-criteria-name{display:block;padding-right:5px;font-size:15px}.jbd-container #reviews p.review-by-content{font-size:13px;margin-bottom:3px}.jbd-container #reviews .review-description{clear:both;font-size:14px;line-height:1.4em;margin:15px 0}.jbd-container #reviews .rate-review ul{display:flex;margin:0;padding:0}.jbd-container #reviews .review-actions-container{display:flex;justify-content:space-between;margin-top:10px}.jbd-container #reviews .rate-review{line-height:25px}.jbd-container #reviews .rate-review li .thumbup{background:url(/components/com_jbusinessdirectory/assets/images/thumb-up.svg) no-repeat;margin-right:10px;width:30px;height:30px}.jbd-container #reviews .rate-review li .thumbdown{background:url(/components/com_jbusinessdirectory/assets/images/thumb-down.svg) no-repeat;margin-right:10px;width:30px;height:30px}.jbd-container #reviews .rate-review li .review-love{background:url(/components/com_jbusinessdirectory/assets/images/like.svg) no-repeat;margin-right:10px;background-size:22px 22px;width:30px;height:25px;margin-top:4px}.jbd-container #reviews .rate-review li{border:none;clear:none;display:flex;align-items:center;padding:5px 10px;gap:5px;background-color:#f7f7f7;border-radius:20px;margin-right:10px}.jbd-container #reviews .rate-review li a{display:inline;float:left;height:30px !important;line-height:30px !important;text-indent:-9999px;width:25px}.jbd-container #reviews .rate-review li span.count{display:inline;margin-left:7px}.jbd-container #reviews span.rate{float:left;font-size:13px}.jbd-container #reviews .verified-review-policy-container{display:flex;cursor:pointer;align-items:center}.jbd-container #reviews .verified-review-policy-container .verified-review-policy-title{padding-left:5px;font-size:14px;color:gray;margin:auto 0;white-space:nowrap}.jbd-container #company-add-review{margin-top:20px}.jbd-container .review-text{padding:0px;background-color:rgba(0,0,0,0);border:0px;white-space:pre-line;overflow:unset;color:#717a8f}.jbd-container .clear-left{clear:left}.jbd-container .review-btn,.jbd-container .orange-btn{-moz-border-radius:4px 4px 4px 4px;border-radius:4px 4px 4px 4px;-moz-box-shadow:0 1px 1px #999;box-shadow:0 1px 1px #999;background:-moz-linear-gradient(center top,#FFC100,#E68700) repeat;border:0 none;color:#fff !important;float:left;font-weight:bold;padding:6px 15px 4px;text-shadow:0 1px 1px #cf7900}.jbd-container .company-details-container{background:#fff;padding-top:10px}.jbd-container .company-details-container .dir-map-image{width:100%}.jbd-container .company-details-container .business-contact{margin-top:10px}.jbd-container .company-details-container .business-contact span{padding-right:17px;font-size:17px}.jbd-container .company-details-container .side-panel{padding-top:30px}.jbd-container .company-details-container .side-panel .side-details h3{font-size:16px;font-weight:bold;line-height:normal;border-bottom:2px solid #f4f4f4;margin:15px 0;padding:0 0 10px}.jbd-container .company-details-container .company-menu{padding:0}.jbd-container .company-details-container .company-menu nav{padding:0;margin:0}.jbd-container .company-details-container .company-menu nav a{display:inline-block;color:#717a8f;font-weight:500;padding-bottom:15px}.jbd-container .company-details-container .company-menu nav a.active{font-weight:bold;border-bottom:2px solid #28b8dc;color:#28b8dc}.jbd-container .company-details-container .company-menu .first-tab{padding-left:0 !important}.jbd-container .company-details-container .company-menu .last-tab{border:none !important;padding-right:0 !important}.jbd-container .company-details-container .dir-keywords ul{list-style-type:none;padding:0;display:inline}.jbd-container .company-details-container .dir-keywords li{display:inline}.jbd-container .company-details-container dd{margin-bottom:20px}.jbd-container .company-details-content{background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #fff,rgba(0,0,0,.03) 0 2px 0;-moz-box-shadow:inset 0 0 0 1px #fff,rgba(0,0,0,.03) 0 2px 0;box-shadow:inset 0 0 0 1px #fff,rgba(0,0,0,.03) 0 2px 0}.jbd-container .company-details-content .side-panel{padding-top:30px}.jbd-container .company-details-content .side-panel .side-details h3{font-size:16px;line-height:normal;border-bottom:2px solid #f4f4f4;margin:15px 0;padding:0 0 10px;font-weight:bold}.jbd-container .company-container-style-6 address{display:inline-block;width:calc(100% - 30px);vertical-align:top;margin-bottom:5px}.jbd-container .businss-hours-container{background:#efefef;padding:10px;border:1px solid #ddd;float:right;margin:5px}.jbd-container .business-hours-title{font-size:15px;font-weight:600;margin-bottom:15px}.jbd-container div.business-hour{margin:15px 0;text-align:left;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jbd-container div.business-hour .day{text-align:left}.jbd-container div.business-hour-time{text-align:right}.jbd-container .packages-info-title{font-size:24px;font-weight:600;margin-bottom:10px}.jbd-container .listing-statistics{line-height:18px}.jbd-container .listing-statistics .statistic-name{font-size:10px;color:#808888}.jbd-container .listing-statistics .statistic-value{font-size:14px;color:#2f2f2f}.jbd-container .jbd-user-profile{width:100%;text-align:center}.jbd-container .jbd-user-image{display:inline-block;margin-bottom:10px}.jbd-container .jbd-user-info .user-name{font-size:14px;font-weight:bold;margin-bottom:5px}.jbd-container .jbd-user-info .send-message{background:#fff none repeat scroll 0 0;border:1px solid #f1f1f1;color:#777;width:100%;cursor:pointer;display:block;font-size:14px;font-weight:bold;height:36px;margin:5px 0;padding:0 20px;text-align:center;line-height:36px}.jbd-container #user-details{background:#fff;padding:20px;max-width:1000px;margin:0 auto}.jbd-container #user-details h3{font-size:20px}.jbd-container #user-details li a{padding-left:0}.jbd-container .review-count{display:flex;line-height:20px;padding:0 5px;margin-top:3px}.jbd-container .map_close{float:right}.jbd-container .item-inactive{padding:40px 20px;background:#fff;text-align:center;margin-bottom:30px}.jbd-container .item-inactive .title{font-size:22px;font-weight:600;margin-bottom:10px}.jbd-container .item-inactive p{color:#8f939c;margin-bottom:30px}.jbd-container .item-inactive img{display:inline-block}.jbd-container #tabs{position:relative;z-index:0;border:0px;background:none !important;clear:both;padding:0}.jbd-container #tabs ul.tab-list{display:flex;justify-content:space-between;flex-wrap:wrap;border:0px;margin:0 0 20px 0;padding:5px;background-color:#fff;background:#fff;border-radius:30px}.jbd-container #tabs ul.tab-list li{display:flex;flex-grow:1;transition:all ease .2s;padding:8px 10px}.jbd-container #tabs ul.tab-list li span{cursor:pointer}.jbd-container #tabs ul.tab-list li .ui-state-active span{background-color:#f1f1f1}.jbd-container #tabs ul.tab-list li .ui-state-active strong{background-color:#f1f1f1}.jbd-container #tabs ul.tab-list li strong,.jbd-container #tabs ul.tab-list li span{color:#777;text-decoration:none;padding:10px 10px;font-size:14px;width:100%;height:100%;text-align:center;font-weight:500}.jbd-container #tabs ul.tab-list .active{background-color:#f5f5f5;border-radius:30px}.jbd-container #tabs ul.tab-list li:hover span,.jbd-container #tabs ul.tab-list li.active span{color:#222}.jbd-container #tabs .dir-tab{background-color:#fff;border-radius:30px;padding:30px}.jbd-container.listing-details .listing-detail{margin:0px 0 30px 0}.jbd-container.listing-details .listing-detail .listing-detail-header{font-weight:bold;font-size:16px;margin-bottom:8px}.jbd-container.listing-details .business-keywords li{display:inline-flex;background-color:#f4f4f4;padding:5px 10px;margin-right:5px;margin-bottom:5px;border-radius:4px}.jbd-container.listing-details .listing-detail-section{margin-right:40px}.jbd-container.listing-details .listing-item-title{font-size:14px;margin-bottom:5px;font-weight:600}.jbd-container.listing-details .listing-item-content{margin-bottom:30px}.jbd-container.listing-details .listing-item-content.rounded a{border-radius:30px;border:1px solid #f4f4f4;background-color:#f4f4f4;padding:10px 15px;margin-right:10px;margin-bottom:11px;display:inline-flex}.jbd-container.listing-details .testimonial{margin:0}.jbd-container.listing-details .testimonial-content{margin:0;text-align:left;padding:0}.jbd-container.listing-details .owl-theme .owl-dots{text-align:left}.jbd-container.listing-details .vanilla-calendar{padding:0}.jbd-container.listing-details .header-icons i{width:32px;height:32px;margin-right:6px}.jbd-container.listing-details .contact-actions{padding:5px 0;display:flex;gap:10px;margin-bottom:30px}.jbd-container.listing-details .contact-actions .btn{flex:1;background-color:#f1f1f1 !important;color:#777676 !important;border:none;padding:12px 20px;transition:.3s ease-in-out}.jbd-container.listing-details .contact-actions .btn i{color:#777676 !important}.jbd-container.listing-details .contact-actions .btn:only-child{flex:2}.jbd-container.listing-details #available_dates{width:95%}.jbd-container.listing-details .announcement-container{border:2px solid #f4f4f4;padding:20px;border-radius:30px}.jbd-container.listing-details .listing-info-container{border-radius:30px;margin-bottom:30px}.jbd-container.listing-details .listing-section{margin-bottom:30px}.jbd-container.listing-details .listing-offers .jitem-desc>div{margin-bottom:10px}.jbd-container.listing-details .listing-offers .price{font-size:16px;letter-spacing:0}.jbd-container.listing-details .listing-offers .old-price{font-size:13px}.jbd-container.listing-details .listing-offers .discount{font-size:11px}.jbd-container.listing-details .bookmarks-list{display:flex;flex-direction:column;gap:20px}.jbd-container.listing-details .bookmark-item{display:flex;gap:15px;padding:15px;background:#f8f9fa;border-radius:8px;transition:all .3s ease}.jbd-container.listing-details .bookmark-item:hover{background:#f0f1f2;box-shadow:0 2px 4px rgba(0,0,0,.1)}.jbd-container.listing-details .bookmark-logo{flex:0 0 80px}.jbd-container.listing-details .bookmark-logo img{width:80px;height:80px;object-fit:cover;border-radius:4px}.jbd-container.listing-details .bookmark-details{flex:1}.jbd-container.listing-details .bookmark-details h4{margin:0 0 10px 0;font-size:16px;color:#333}.jbd-container.listing-details .bookmark-note{color:#666;font-size:14px;line-height:1.5}.jbd-container #listing-style-1 .dir-print,.jbd-container #listing-style-2 .dir-print,.jbd-container #one-page-container .dir-print,.jbd-container #listing-style-5-container .dir-print,.jbd-container .company-container-style-6 .dir-print{line-height:33px;margin:0 10px}.jbd-container .content-box{background:#fff;margin-bottom:20px;border:1px solid #f3f3f6}.jbd-container .content-box .content-box-title{border-bottom:1px solid #f3f3f6;padding:13px 20px;background-color:#fff}.jbd-container .content-box .content-box-title h3{margin:0;display:inline-block;vertical-align:middle;color:#485273;font-size:13px;line-height:1.3em;text-transform:uppercase}.jbd-container .content-box .content-box-title .la{font-size:18px;color:#9ea6ba;margin-right:6px;vertical-align:top}.jbd-container .content-box .content-box-body{padding:18px 20px}.jbd-container .content-box .listing-detail.related{margin-top:30px}.jbd-container #listing-style-1 .listing-header{padding:15px 15px 0 0;margin-bottom:10px}.jbd-container #listing-style-1 .company-info-average-rating{clear:none}.jbd-container #listing-style-1 h1{margin:0 0 5px}.jbd-container #listing-style-1 .listing-info-container{border-radius:30px}.jbd-container #listing-style-1 .listing-section{border-radius:30px}.jbd-container #listing-style-1 .business-slogan{margin-top:15px}.jbd-container #listing-style-1 .claim-container{margin-top:10px}.jbd-container #listing-style-1 .listing-info-wrapper{background:#fff;padding:15px}.jbd-container #listing-style-1 .listing-details{margin-top:15px}.jbd-container #listing-style-1 .listing-details .btn{margin-bottom:10px}.jbd-container #listing-style-1 .listing-detail.related{margin-top:50px}.jbd-container #listing-style-1 .business-hours{background:#f1f1f1;padding:20px}.jbd-container #listing-style-1 .btn-outline{border:1px solid #ececec;padding:7px 17px;color:#7f7f7f;background:#fff}.jbd-container #listing-style-1 .btn-outline .la{color:#7f7f7f;margin-right:4px}.jbd-container #listing-style-1 .contact-listing{margin:10px 0}.jbd-container #listing-style-1 .listing-info-container{border-radius:30px;overflow:hidden;width:100%}.jbd-container #listing-style-1 .listing-detail.testimonials{margin:20px 0}.jbd-container #listing-style-2 .company-info-review{margin-bottom:20px}.jbd-container #listing-style-2 .listing-info-container{padding:20px;margin-bottom:20px;border-radius:30px;background-color:#fff}.jbd-container #listing-style-2 .item-details li{padding:12px 0;border-bottom:2px solid #f4f4f4}.jbd-container #listing-style-2 .listing-logo{height:400px;width:100%;display:block;margin-bottom:30px}.jbd-container #listing-style-2 .listing-logo img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;padding-right:15px}.jbd-container #listing-style-2 #tab-panel{background:#fff;border-radius:30px;overflow:hidden}.jbd-container #listing-style-2 .claim-container{margin:5px 0}.jbd-container #listing-style-2 .contact-btn{margin-top:10px}.jbd-container #listing-style-2 .top-right{right:23px;top:auto}.jbd-container #listing-style-2 .listing-details{margin-top:15px}.jbd-container #listing-style-2 .listing-details .btn{margin-bottom:10px}.jbd-container #listing-style-2 .business-hours{max-width:300px}.jbd-container #listing-style-2 .socials-network{margin-left:20px}.jbd-container #listing-style-3 .listing-info-container{border-radius:6px;overflow:hidden;width:100%}.jbd-container #listing-style-3 .listing-section{border-radius:6px}.jbd-container #listing-style-3 .listing-logo{height:250px;position:relative}.jbd-container #listing-style-3 .listing-logo img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.jbd-container #listing-style-3 .company-gallery{position:relative;width:calc(100% + 150px);max-width:1600px;margin:75px -75px}@media(max-width:1024px){.jbd-container #listing-style-3 .company-gallery{margin-left:0;margin-right:0}}.jbd-container #listing-style-3 .listing-info-wrapper{background:#fff;padding:15px}.jbd-container .listing-style-4 #listing-style-4-header{position:relative;text-align:center;margin-bottom:50px}.jbd-container .listing-style-4 #listing-style-4-header .header-background{border-radius:0 0 30px 30px;overflow:hidden}.jbd-container .listing-style-4 .listing-style-4-content{border-radius:30px;overflow:hidden;margin-bottom:30px}.jbd-container .listing-style-4 .listing-style-4-content .listing-section{border-radius:0;margin-bottom:0}.jbd-container .listing-style-4 .listing-style-4-content .listing-section.company-gallery{padding:0 !important;margin-bottom:0}.jbd-container .listing-style-4 .listing-section{border-radius:20px;overflow:hidden}.jbd-container .listing-style-4 .header-background img{width:100%;height:300px;object-fit:cover}.jbd-container .listing-style-4 .listing-logo{position:absolute;top:190px;left:50%;transform:translateX(-50%);width:200px;height:200px;border-radius:50%;overflow:hidden}@media(max-width:767px){.jbd-container .listing-style-4 .listing-logo{top:50px}}.jbd-container .listing-style-4 .listing-logo img{width:100%;height:100%;border-radius:50%;object-fit:cover}.jbd-container .listing-style-4 .listing-header{margin-top:110px}.jbd-container .listing-style-4 .listing-header h1{font-size:24px;font-weight:bold;margin-bottom:5px}.jbd-container .listing-style-5 .listing-section{padding:30px;line-height:2;background-color:#fff;box-shadow:inset 0 0 0 1px #fff,rgba(0,0,0,.03) 0 2px 0}.jbd-container .listing-style-5 .listing-section .listing-section-title{line-height:normal;border-bottom:2px solid #f4f4f4;margin:15px 0;padding:0 0 10px}.jbd-container .listing-style-5 .listing-section .listing-section-title i{font-size:20px}.jbd-container .listing-style-5 .header-info{display:flex;flex-direction:row;align-items:center}@media screen and (max-width:768px){.jbd-container .listing-style-5 .header-info{flex-direction:column;align-items:flex-start}}.jbd-container .listing-style-5 #listing-style-5-body{margin-bottom:10px}.jbd-container .listing-style-5 #listing-style-5-body ul{list-style-type:none;padding:0}.jbd-container .listing-style-5 .listing-style-5-header{position:relative;width:100%;height:auto;min-height:200px;background:#4e5357;box-shadow:inset 0 0 0 600px rgba(0,0,0,.4);background-repeat:no-repeat;background-size:cover;background-position:center;padding:100px 30px 50px 50px;margin-bottom:30px;border-radius:4px}.jbd-container .listing-style-5 .listing-style-5-header i,.jbd-container .listing-style-5 .listing-style-5-header .claimed{color:#fff}.jbd-container .listing-style-5 .listing-style-5-header .view-counter{color:#fff}.jbd-container .listing-style-5 .listing-style-5-header .btn-outline{border:1px solid #ececec;background:hsla(0,0%,100%,.2);padding:5px 15px;color:#fff;margin:0 5px;text-shadow:none}.jbd-container .listing-style-5 .listing-style-5-header .btn-outline .la{color:#fff}.jbd-container .listing-style-5 .listing-style-5-header .btn-outline:hover{background:hsla(0,0%,100%,.9);color:#333}.jbd-container .listing-style-5 .listing-style-5-header .btn-outline:hover .la{color:#333}.jbd-container .listing-style-5 .listing-style-5-header-info{color:#fff;display:block;text-shadow:0 1px 0 rgba(0,0,0,.8);position:relative}.jbd-container .listing-style-5 .listing-style-5-header-info h1{color:#fff;font-size:32px;font-weight:600}.jbd-container .listing-style-5 .listing-style-5-header-info .business-logo{border:3px solid #fff;border-radius:4px;background:#fff;margin-right:25px;max-height:200px}.jbd-container .listing-style-5 .listing-style-5-header-info a,.jbd-container .listing-style-5 .listing-style-5-header-info .bookmark i{color:#fff}.jbd-container .listing-style-5 .listing-slogan{color:#fff;font-size:16px;font-weight:600}.jbd-container .listing-style-5 .listing-section{border-radius:4px}.jbd-container .listing-style-5 .listing-info-container{margin-bottom:30px}.jbd-container .listing-style-5 .contact-actions{margin-bottom:0}.jbd-container .company-container-style-6{padding-bottom:20px;clear:both;display:block}.jbd-container .company-container-style-6 .btn.email{width:100%}.jbd-container .company-container-style-6 #search-path{margin-bottom:15px}.jbd-container .company-container-style-6 .company-header{color:#fff;width:100%;height:400px;padding:30px;background:#4e5357;box-shadow:inset 0 0 0 450px rgba(0,0,0,.3);position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;display:flex;align-items:flex-end}.jbd-container .company-container-style-6 .company-header i{color:#fff}.jbd-container .company-container-style-6 div.rating{margin:10px 8px 0 0}.jbd-container .company-container-style-6 div.rating{margin:10px 8px 0 0}.jbd-container .company-container-style-6 .jbd-social-container{display:inline}.jbd-container .company-container-style-6 #open_socials{background:none;border:none;color:#fff;padding:5px 0;margin:0}.jbd-container .company-container-style-6 .dir-company-meta{margin-top:20px}.jbd-container .company-container-style-6 .listing-address{line-height:20px;padding:5px 10px 0 0;line-height:42px}.jbd-container .company-container-style-6 .la-heart,.jbd-container .company-container-style-6 .la-heart-o{font-size:26px}.jbd-container .company-container-style-6 .socials-network{margin-top:10px}.jbd-container .company-container-style-6 .company-header-details{margin-left:30px;padding-bottom:20px}.jbd-container .company-container-style-6 .company-header-details a{color:#fff}.jbd-container .company-container-style-6 .company-header-details .links-container{display:flex;align-items:center;justify-content:flex-start}.jbd-container .company-container-style-6 .company-header-details .links-container a{margin:0 10px 0 5px}.jbd-container .company-container-style-6 .listing-general-info{background-color:#f5f5f5;padding:0 15px 10px;margin-bottom:20px}.jbd-container .company-container-style-6 .listing-section-title{border-bottom:2px solid #f4f4f4;margin-bottom:30px}.jbd-container .company-container-style-6 .membership img{max-width:90px;border:1px solid #fff;border-radius:1px}.jbd-container .company-container-style-6 .membership .membership-item{margin-bottom:5px}.jbd-container .company-container-style-6 .business-logo{border:3px solid #fff;border-radius:3px;background:#fff;margin:0 20px 20px;max-width:100%;float:right}.jbd-container .company-container-style-6 .company-name{padding:0;margin:0;color:#fff;display:inline-block}.jbd-container .company-container-style-6 .dir-quick-links,.jbd-container .company-container-style-6 .company-menu{margin:0 30px;padding-bottom:0;border-bottom:1px solid #f4f4f4}.jbd-container .company-container-style-6 .dir-quick-links{padding-bottom:15px}.jbd-container .company-container-style-6 #bookmark-container{right:0;bottom:0;margin-bottom:22px;margin-right:27px}.jbd-container .company-container-style-6 .company-style-box{margin:0}.jbd-container .company-container-style-6 .company-style-box h3{margin-top:0}.jbd-container #company-style-7-container{background:#fff;width:100%}.jbd-container #company-style-7-container .style-7-header{background-color:#fff}.jbd-container #company-style-7-container .style-7-header .listing-info{display:flex;justify-content:flex-end;align-items:flex-end}.jbd-container #company-style-7-container .style-7-header p{color:#7f7f7f;font-size:16px;margin:0}.jbd-container #company-style-7-container .rated-module{display:inline-block;vertical-align:middle;color:#97c47f;overflow:hidden;white-space:nowrap}.jbd-container #company-style-7-container .rated-module .rated-overall{font-size:40px;line-height:33px;float:left;margin-right:4px;font-weight:600}.jbd-container #company-style-7-container .rated-module .rated-small{float:left;overflow:hidden;white-space:nowrap;color:#97c47f}.jbd-container #company-style-7-container .rated-module .rated-max{margin-top:3px;font-size:12px;line-height:12px}.jbd-container #company-style-7-container .rated-module .rated-max::before{content:"/";display:inline-block;margin-right:2px}.jbd-container #company-style-7-container .rated-module .rated-reviews{margin-top:5px;font-size:12px;line-height:12px;color:#8a8a8a}.jbd-container #company-style-7-container .btn-outline{border:1px solid #ececec;padding:5px 17px;color:#7f7f7f}.jbd-container #company-style-7-container .btn-outline .la{color:#7f7f7f}.jbd-container #company-style-7-container .btn-outline-dark .la{color:#343a40}.jbd-container #company-style-7-container .btn-outline-dark:hover .la{color:#fff}.jbd-container #company-style-7-container #search-path{margin-bottom:0}.jbd-container #company-style-7-container #search-path a{color:#363f48}.jbd-container #company-style-7-container h1{margin-bottom:15px;margin-top:10px}.jbd-container #company-style-7-container .listing-content{padding:50px 0}.jbd-container #company-style-7-container .listing-section{border:1px solid #dedede;border-radius:5px;font-size:13px;line-height:24px;width:100%;padding:15px 20px;margin:0 0 30px 0}.jbd-container #company-style-7-container .listing-section .listing-section-title{font-size:16px;font-weight:600;color:#575757;border-bottom:1px solid #f3f3f6}.jbd-container #company-style-7-container .listing-section .listing-section-title i{font-size:18px}.jbd-container #company-style-7-container .company-info-details .info-detail a{color:#70778b}.jbd-container #company-style-7-container .company-info-details .info-detail i{margin-right:5px}.jbd-container #company-style-7-container .company-info-details .info-detail .share-social{background-color:#f3f3f6;padding:10px !important;font-size:20px;margin-right:10px;width:40px;height:40px}.jbd-container #company-style-7-container .company-info-details .info-detail .share-social .tiktok{margin:0 0 5px 0}.jbd-container #company-style-7-container .company-info-details .info-detail .share-social .x-twitter{background:#70778b !important}.jbd-container #company-style-7-container .company-info-details .btn-outline{padding:10px 14px}.jbd-container #company-style-7-container .info-detail{margin-bottom:10px}.jbd-container #company-style-7-container .info-detail div{display:inline}.jbd-container .company-style-7-header-image{background:#4e5357;position:relative;width:100%;height:auto;min-height:200px;padding:40px 30px 0 30px;color:#fff;box-shadow:inset 0 0 0 600px rgba(0,0,0,.4)}.jbd-container .company-style-7-header-info{position:relative;z-index:1;display:inline-block;color:#fff;font-weight:600;text-shadow:0 1px 0 rgba(0,0,0,.8)}.jbd-container .company-style-7-header-info .dir-address,.jbd-container .company-style-7-header-info .dir-categories{font-size:13px;margin-bottom:10px}.jbd-container .company-style-7-header-info .company-info-average-rating{display:inline-block}.jbd-container .company-style-7-header-info .second-column{margin-top:96px}.jbd-container .company-style-7-header-info .second-column .btn{float:right}.jbd-container .company-style-7-header-info .rating{float:none;display:inline}.jbd-container .company-style-7-header-info .company-info-rating{display:inline-block;width:110px}.jbd-container .company-style-7-header-info .review-info{display:inline-block;padding-top:2px}.jbd-container .company-style-7-header-info .business-logo{border:3px solid #fff;border-radius:3px;background:#fff;margin:5px 0;max-width:100%}.jbd-container .company-style-7-header-info h2{margin:0;margin-bottom:15px}.jbd-container .company-style-7-header-info a,.jbd-container .company-style-7-header-info .bookmark i{color:#fff}.jbd-container .company-style-box .dir-map-image{margin-bottom:15px}.jbd-container .company-style-box .dir-address{margin-bottom:10px}.jbd-container #company-style-7-container .dir-keywords li{display:inline}.jbd-container #company-style-7-container .business-properties{margin-bottom:15px}.jbd-container #company-style-7-container .custom-attributes li{display:block}.jbd-container .listing-style-8 .company-style-8-header-image{height:450px;display:flex;align-items:flex-end;color:#fff;padding-bottom:40px;background-color:#334;position:relative;background-repeat:no-repeat;background-size:cover;background-position:top}.jbd-container .listing-style-8 .company-style-8-header-image .header-info{display:flex;flex-direction:row;align-items:center}.jbd-container .listing-style-8 .company-style-8-header-image .business-logo-container{margin-right:20px;flex-shrink:0}.jbd-container .listing-style-8 .company-style-8-header-image .business-logo{height:140px;background-color:#fff;padding:7px}.jbd-container .listing-style-8 .company-style-8-header-image h1{color:#fff;margin:0}.jbd-container .listing-style-8 .company-style-8-header-image a{color:#fff}.jbd-container .listing-style-8 .company-style-8-header-image .la{color:#fff}.jbd-container .listing-style-8 .company-style-8-header-image #search-path ul.category-breadcrumbs{margin:0}.jbd-container .listing-style-8 .dir-overlay{background-color:#232323;height:100%;width:100%;position:absolute;bottom:0px;opacity:.4}.jbd-container .listing-style-8 .company-name{margin-bottom:15px;margin-top:5px;float:none;padding-bottom:4px}.jbd-container .listing-style-8 .rating-info{background-color:#f8f7f3;border:1px solid #ddd;padding:5px 10px 0;margin:5px 0}.jbd-container .listing-style-8 .features-links{margin:0}.jbd-container .listing-style-8 #social-networks-container{margin-left:0 !important}.jbd-container .listing-style-8 .fieldset-business_hours h3{display:none}.jbd-container .listing-style-8 .company-info-container{background:none repeat scroll 0 0 #ebebeb;line-height:27px;margin:0 0 29px;min-height:100px;padding:69px 32px 33px;position:relative;width:100%}.jbd-container .listing-style-8 .company-info-container .company-map img{width:100% !important}.jbd-container .listing-style-8 .company-info-container strong.title{background:#f2ad90;color:#fff;height:66px;margin:0 0 0 -41px;padding:10px 0;position:absolute;top:-27px;left:50%;text-align:center;line-height:15px;font-size:13px;width:83px;border-radius:50%}.jbd-container .listing-style-8 .business-slogan{margin-bottom:0}.jbd-container .listing-style-8 .bookmark{margin-left:20px}.jbd-container .listing-style-8 .listing-actions{display:flex;align-items:flex-end}.jbd-container .listing-style-8 .listing-actions .btn-outline{border:1px solid #ececec;background:hsla(0,0%,100%,.2);padding:5px 15px;color:#fff;margin:0 5px}.jbd-container .listing-style-8 .listing-actions .btn-outline .la{color:#fff}.jbd-container .listing-style-8 .listing-actions .btn-outline:hover{background:hsla(0,0%,100%,.9);color:#333}.jbd-container .listing-style-8 .listing-actions .btn-outline:hover .la{color:#333}.jbd-container .listing-style-8 .category-breadcrumbs{margin-top:10px}.jbd-container .listing-style-8 .company-menu{background:#fff;margin-bottom:15px}.jbd-container .listing-style-8 .company-menu nav{padding:0}.jbd-container .listing-style-8 .company-menu nav a{color:#717a8f;font-weight:500;padding:25px 2px;margin:10px 13px 0;font-size:13px;vertical-align:middle}.jbd-container .listing-style-8 .company-menu nav a:first-child{margin-left:0}.jbd-container .listing-style-8 .company-menu nav a .la{margin-right:4px;vertical-align:top}.jbd-container .listing-style-8 .company-menu nav a.active{border-bottom:2px solid #f06292;color:#f06292}.jbd-container .listing-style-8 .company-menu nav a.active .la{color:#f06292}.jbd-container .listing-style-8 .info-detail{margin-bottom:10px}.jbd-container .listing-style-9 .company-style-9-header-image{height:350px;display:flex;align-items:flex-end;color:#fff;padding-bottom:40px;background-color:#334;position:relative}.jbd-container .listing-style-9 .company-style-9-header-image .dir-overlay{opacity:0}.jbd-container .listing-style-9 .company-style-9-header-image .header-body{position:relative;z-index:2;background:#fff;-webkit-box-shadow:0px 24px 60.8px rgba(37,41,79,.17);box-shadow:0px 24px 60.8px rgba(37,41,79,.17);border-radius:7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:13px 15px;line-height:22px;color:rgba(30,46,66,.7);margin-left:60px;-webkit-transform:translateY(6rem);-ms-transform:translateY(6rem);transform:translateY(6rem)}.jbd-container .listing-style-9 .company-style-9-header-image .header-logo{position:absolute;left:-60px;height:150px;width:150px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;background-size:cover;background-position:center center;background-repeat:no-repeat;background-color:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jbd-container .listing-style-9 .company-style-9-header-image .header-decor img{max-height:70%}.jbd-container .listing-style-9 .company-style-9-header-image .header-column-1{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-left:90px;padding-right:10px}.jbd-container .listing-style-9 .company-style-9-header-image .header-column-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0 35px}.jbd-container .listing-style-9 .company-style-9-header-image .header-column-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.jbd-container .listing-style-9 .company-style-9-header-image .header-column-3 a{font-size:13px;padding:24px 30px;background:#000}.jbd-container .listing-style-9 .company-style-9-header-image .header-title{font-weight:bold;font-size:34px;line-height:41px;color:#000;margin-bottom:3px;margin-top:7px}.jbd-container .listing-style-9 .company-style-9-header-image .header-reviews-count{margin-bottom:.2rem;padding-left:7px}.jbd-container .listing-style-9 .company-style-9-header-image .header-rating{width:125px;display:inline-block}.jbd-container .listing-style-9 .company-style-9-header-image .header-rating .la{font-size:20px;color:#ffab09}@media(max-width:1023px){.jbd-container .listing-style-9 .company-style-9-header-image .header-body{display:block;text-align:center;margin-left:0}.jbd-container .listing-style-9 .company-style-9-header-image .header-logo{position:relative;left:0;margin:0 auto}.jbd-container .listing-style-9 .company-style-9-header-image .header-column-1{padding:0;margin-bottom:15px}.jbd-container .listing-style-9 .company-style-9-header-image .header-column-2{padding:0;margin-bottom:15px}.jbd-container .listing-style-9 .company-style-9-header-image .header-rating{margin:0 auto}}.jbd-container .listing-style-9 .listing-content{padding-top:120px}.jbd-container .listing-style-9 .announcement-container{border:none;padding:0px;border-radius:0px;border-bottom:1px solid #ececec}.jbd-container .listing-style-9 .content-box-title{border-bottom:none}.jbd-container .listing-style-9 .content-box-title h3{font-size:16px;margin-bottom:15px;color:#1e2e42;text-transform:none;font-weight:600}.jbd-container .listing-style-9 .content-box{background:#fff;-webkit-box-shadow:0px 22.4px 32px rgba(0,0,0,.05);box-shadow:0px 22.4px 32px rgba(0,0,0,.05);border-radius:8px;padding:25px;color:#344f6e;margin-bottom:30px}.jbd-container .listing-style-9 .content-box .content-box-body,.jbd-container .listing-style-9 .content-box .content-box-title{padding:0}.jbd-container .listing-style-9 .company-map{border-radius:9px}.jbd-container .listing-style-9 .map-directions{position:absolute;top:10px;left:10px;font-weight:bold;font-size:12px;color:#fff !important;background:#000;border-radius:16px;padding:10px 15px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2}.jbd-container .listing-style-9 #map-street-view-panel{display:none;z-index:2;position:absolute;top:60px;left:10px}.jbd-container .listing-style-9 #map-street-view-panel input{z-index:2;color:#fff !important;background:#000;border-radius:16px;padding:7px 15px;font-weight:bold;font-size:12px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jbd-container .listing-style-9 .dir-overlay{background-color:#232323;height:100%;width:100%;position:absolute;bottom:0px;opacity:.4}.jbd-container .listing-style-9 .features-links{margin:0}.jbd-container .listing-style-9 .fieldset-business_hours h3{display:none}.jbd-container .listing-style-9 .company-info-container{background:none repeat scroll 0 0 #ebebeb;line-height:27px;margin:0 0 29px;min-height:100px;padding:69px 32px 33px;position:relative;width:100%}.jbd-container .listing-style-9 .company-info-container .company-map img{width:100% !important}.jbd-container .listing-style-9 .company-info-container strong.title{background:#f2ad90;color:#fff;height:66px;margin:0 0 0 -41px;padding:10px 0;position:absolute;top:-27px;left:50%;text-align:center;line-height:15px;font-size:13px;width:83px;border-radius:50%}.jbd-container .listing-style-9 .business-slogan{margin-bottom:0}.jbd-container .listing-style-9 .bookmark{margin-left:20px}.jbd-container .listing-style-9 .listing-actions{display:flex;align-items:flex-end}.jbd-container .listing-style-9 .listing-actions .btn-outline{border:1px solid #ececec;background:hsla(0,0%,100%,.2);padding:5px 17px;color:#fff;margin:0 5px}.jbd-container .listing-style-9 .listing-actions .btn-outline .la{color:#fff}.jbd-container .listing-style-9 .listing-actions .btn-outline:hover{background:hsla(0,0%,100%,.9);color:#333}.jbd-container .listing-style-9 .listing-actions .btn-outline:hover .la{color:#333}.jbd-container .listing-style-9 .category-breadcrumbs{margin-top:10px}.jbd-container .listing-style-9 .company-menu{background:#fff;margin-bottom:15px}.jbd-container .listing-style-9 .company-menu nav{padding:0}.jbd-container .listing-style-9 .company-menu nav a{color:#717a8f;font-weight:500;padding:25px 2px;margin:10px 13px 0;font-size:13px;vertical-align:middle}.jbd-container .listing-style-9 .company-menu nav a:first-child{margin-left:0}.jbd-container .listing-style-9 .company-menu nav a .la{margin-right:4px;vertical-align:top}.jbd-container .listing-style-9 .company-menu nav a.active{border-bottom:2px solid #f06292;color:#f06292}.jbd-container .listing-style-9 .company-menu nav a.active .la{color:#f06292}.jbd-container .listing-style-9 .info-detail{margin-bottom:8px}.jbd-container .listing-style-9 .info-detail>span{display:flex;align-items:center}.jbd-container .listing-style-9 .info-detail>span i{margin-right:6px}.jbd-container .ad-caption{text-align:center;font-size:16px;margin-top:10px}.jbd-container .business-team .team-title{font-size:16px;margin-bottom:20px}.jbd-container .business-team .member-image{height:220px;margin-bottom:10px;background-size:cover}.jbd-container .business-team .member-name{font-size:16px;color:#333;font-weight:bold}.jbd-container .business-team .member-title{font-size:14px;opacity:.8}.jbd-container .business-team .member-description{padding:5px 0}.jbd-container .projects-container .project-card .jitem-img-wrap a{cursor:zoom-in}.jbd-container .projects-container .project-card .jitem-title a{cursor:pointer}.jbd-container .projects-container .jitem-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.16)}.jbd-container .projects-container .project-gallery{transition:opacity 1s ease;-webkit-transition:opacity 1s ease}.jbd-container .projects-container .project-gallery .swiper-container.swiper-initialized{visibility:visible;opacity:1}.jbd-container .projects-container .project-gallery .swiper-container.swiper-initialized .gallery{padding-right:10px}.jbd-container .project-thumbs{margin-top:1px;width:100%}.jbd-container .project-img{height:60px;margin-right:1px;min-width:33%}.jbd-container .project-img:last-child{margin-right:0px}.jbd-container .project-img a{cursor:zoom-in}.jbd-container .project-img img{width:100%;height:100%;object-fit:cover;object-position:center}.jbd-container .project-style-2-card{cursor:zoom-in}.jbd-container .gallery-main-slider{position:relative;margin-bottom:1rem}.jbd-container .gallery-main-slider .slick-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2;height:40px;width:40px;border-radius:50%;cursor:pointer;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.jbd-container .gallery-main-slider .slick-arrow svg{width:20px}.jbd-container .gallery-main-slider .slick-prev{left:15px}.jbd-container .gallery-main-slider .slick-next{right:15px}.jbd-container .gallery-main-slider .slick-arrow:hover{background:hsla(0,0%,100%,.6)}.jbd-container .gallery-slider-item{height:0;overflow:hidden;border-radius:8px;position:relative;height:0;padding-bottom:53.5%;cursor:pointer}.jbd-container .gallery-slider-item img{width:100%}.jbd-container .gallery-bottom-slider{margin:0 -4px}.jbd-container .gallery-bottom-slider-item{padding:0 5px}.jbd-container .gallery-bottom-slider-item-inner{overflow:hidden;border-radius:8px;position:relative;height:0;padding-bottom:77%;cursor:pointer}.jbd-container .gallery-vertical-slider-item{padding:0 5px}.jbd-container .gallery-vertical-slider-item-inner{overflow:hidden;border-radius:8px;position:relative;height:0;padding-bottom:20%;cursor:pointer}.jbd-container .abs-img img{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}.jbd-container .listing-contact h4{font-style:normal;font-weight:bold;font-size:16px;line-height:16px}.jbd-container .listing-contact .form-submit .button-submit{font-weight:500;font-size:16px;line-height:27px;min-height:40px;color:#fff;cursor:pointer !important;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;background:#000;cursor:pointer;border:none;outline:none}.jbd-container .listing-contact .form-submit .button-submit:hover{background:#515151}.jbd-container .listing-contact .form-head{margin:20px 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jbd-container .listing-contact .form-head-column--1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.jbd-container .listing-contact .form-item{margin:0}.jbd-container .listing-contact input{min-height:42px;padding:8px 12px;margin:0 0 16px 0;background:rgba(52,79,110,.1) !important;border:1px solid rgba(52,79,110,.3);outline:none;width:100%;font-size:16px;line-height:20px;color:#344f6e;border-radius:0 !important;font-weight:100}.jbd-container .listing-contact::placeholder{color:#555 !important;opacity:1;font-weight:normal}.jbd-container .listing-contact .message-area{height:136px;padding:11px;margin-bottom:16px;background:rgba(52,79,110,.1);border:1px solid rgba(52,79,110,.3);outline:none;width:100%;font-size:16px !important;line-height:20px;color:#495057;border-radius:0 !important;font-weight:100}.jbd-container .offers-price-list{margin-top:10px}.jbd-container .offers-price-list .list-item{margin-bottom:10px;border-bottom:1px solid #e5e5e5}.jbd-container .offers-price-list .list-item .offer-img img{height:150px;object-fit:cover}.jbd-container .offers-price-list .list-item .offer-body .offer-header{display:flex;flex-direction:column}.jbd-container .offers-price-list .list-item .offer-body .offer-header .title{color:#313131;font-size:16px;font-weight:400}.jbd-container .offers-price-list .list-item .offer-body .offer-header .description{color:#787878;font-size:12px}.jbd-container .offers-price-list .list-item .offer-body .offer-details{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.jbd-container .offers-price-list .list-item .offer-body .offer-details p{margin:0}.jbd-container .offers-price-list .list-item .offer-body .offer-details .offer-price{display:flex;justify-content:space-between;color:#787878;font-size:14px;align-items:center}.jbd-container .offers-price-list .list-item .offer-body .offer-details .offer-price .price-text{color:#313131 !important;margin-left:10px}.jbd-container .offers-price-list .list-item .offer-body .offer-details .offer-quantity{display:flex;justify-content:space-between;align-items:center}.jbd-container .offers-price-list .list-item .offer-body .offer-details .offer-quantity select{padding-left:15px;padding-right:15px;height:90%;margin-left:20px}.jbd-container .offers-price-list .list-item .offer-body .offer-details .offer-actions{display:flex;justify-content:space-between}.jbd-container .offers-price-list .list-item .offer-body .offer-details .offer-actions .btn-add-to-cart{background-color:#40a251;padding:6px 10px;border-radius:10px;color:#fff;font-weight:400;height:80%;transition:background .8s;cursor:pointer;display:flex}.jbd-container .offers-price-list .list-item .offer-body .offer-details .offer-actions .btn-add-to-cart a{color:#fff;text-decoration:none}.jbd-container .offers-price-list .list-item .offer-body .offer-details .offer-actions .btn-add-to-cart i{color:#fff;margin-right:5px;font-size:20px}.jbd-container .offers-price-list .list-item .offer-body .offer-details .offer-actions .btn-add-to-cart:hover{background-color:#79be85}.jbd-container .offers-price-list .list-item .offer-body .offer-details .offer-actions .btn-remove-from-cart{border:1px solid #a34041;margin-left:20px;border-radius:10px;padding:6px 10px;height:80%;transition:background .8s;cursor:pointer}.jbd-container .offers-price-list .list-item .offer-body .offer-details .offer-actions .btn-remove-from-cart:hover{background-color:#a34041}.jbd-container .offers-price-list .list-item .offer-body .offer-details .offer-actions .btn-remove-from-cart:hover img{filter:brightness(0) invert(1)}.jbd-container .offers-price-list .list-item .offer-body .offer-details .offer-actions .btn-remove-from-cart a{text-decoration:none}.jbd-container .offers-price-list .list-item .offer-body .offer-details .offer-actions .no-quantity-text{color:#a34041}.jbd-container .offers-price-list-v2{margin-top:10px}.jbd-container .offers-price-list-v2 .list-item{margin-bottom:10px;border-bottom:1px solid #e5e5e5}.jbd-container .offers-price-list-v2 .list-item .offer-img img{height:150px;width:150px;object-fit:cover}.jbd-container .offers-price-list-v2 .list-item .offer-body .offer-header{display:flex;flex-direction:column}.jbd-container .offers-price-list-v2 .list-item .offer-body .offer-header .title{color:#313131;font-size:16px;font-weight:400}.jbd-container .offers-price-list-v2 .list-item .offer-body .offer-header .description{color:#787878;font-size:12px}.jbd-container .offers-price-list-v2 .list-item .offer-details .offer-actions .btn-add-to-cart{background-color:#40a251;padding:6px 10px;border-radius:10px;color:#fff;font-weight:400;height:80%;transition:background .8s;cursor:pointer}.jbd-container .offers-price-list-v2 .list-item .offer-details .offer-actions .btn-add-to-cart a{color:#fff;text-decoration:none}.jbd-container .offers-price-list-v2 .list-item .offer-details .offer-actions .btn-add-to-cart:hover{background-color:#79be85}.jbd-container .offers-price-list-v2 .list-item .offer-details .offer-actions .btn-remove-from-cart{border:1px solid #a34041;margin-left:20px;border-radius:10px;padding:6px 10px;height:80%;transition:background .8s;cursor:pointer}.jbd-container .offers-price-list-v2 .list-item .offer-details .offer-actions .btn-remove-from-cart:hover{background-color:#a34041}.jbd-container .offers-price-list-v2 .list-item .offer-details .offer-actions .btn-remove-from-cart:hover img{filter:brightness(0) invert(1)}.jbd-container .offers-price-list-v2 .list-item .offer-details .offer-actions .btn-remove-from-cart:hover a{color:#fff}.jbd-container .offers-price-list-v2 .list-item .offer-details .offer-actions .btn-remove-from-cart a{color:#a34041;text-decoration:none;font-weight:bold;letter-spacing:.5px}.jbd-container .offers-price-list-v2 .list-item .offer-details .offer-actions .btn-remove-from-cart a:hover{color:#fff}.jbd-container .offers-price-list-v2 .list-item .offer-details .offer-actions .no-quantity-text{color:#a34041}.jbd-container .offers-price-list-v2 .list-item .offer-details .offer-price{display:flex;justify-content:space-between;color:#787878;font-size:14px}.jbd-container .offers-price-list-v2 .list-item .offer-details .offer-price .price-text{color:#313131 !important;margin-left:10px}.jbd-container .offers-price-list-v2 .list-item .offer-details .offer-quantity select{width:50px;height:70%;padding:0}.jbd-container .offers-price-list-v2 .list-item .offer-details *{display:flex;justify-content:space-between}.related-businesses{margin:30px 0}.business-related-vidoes{margin:20px 0;padding:10px 0}.jbd-container .event-container h1{margin:10px 0 20px 0}.jbd-container .event-container .videoSitesLoader-holder{border-radius:15px;overflow:hidden}.jbd-container .event-container .videoSitesLoader-holder .videoSitesLoader{margin:0}.jbd-container .event-container .book-tickets{display:block;padding:20px 30px;color:#fff;background:#454545;text-align:center;width:100%;font-weight:600;font-size:20px;border-radius:15px;margin-bottom:20px}.jbd-container .event-container .event-main-info{border-radius:30px;text-transform:uppercase;padding:7px 30px;color:#333;background:#e5e5e5;text-align:center;display:inline-block}.jbd-container .event-container .event-main-info .event-date{display:inline-block;margin:0 15px;font-weight:600}.jbd-container .event-container .event-main-info .event-date p{margin:2px 0}.jbd-container .event-container .event-main-info .event-date>*:first-child{font-size:1.6em;font-weight:600}.jbd-container .event-container .event-main-info .price-formatted{font-weight:600}.jbd-container .event-container .event-location{display:flex;align-items:center;gap:10px}.jbd-container .event-container .event-location i.icon{width:36px;height:36px}.jbd-container .event-content-box{background:#fff;padding:20px;border-radius:15px;margin-bottom:20px;border:1px solid #e1e1e1}.jbd-container .event-content-box .box-title{font-weight:normal;font-size:20px;line-height:30px;color:#3d2525;margin-bottom:25px}.jbd-container .event-info .event-info-container{display:flex;justify-content:center;gap:10px;border-top:1px solid #e1e1e1;padding-top:30px;margin-top:30px}.jbd-container .event-info .event-info-container .event-info-item a{border:1px solid #6f6e6e;border-radius:5px;padding:7px 25px;color:#777;line-height:30px}.jbd-container .event-info .event-info-item{display:flex;justify-content:space-between;line-height:40px;color:#777}.jbd-container .event-info .event-info-item .light{color:#999;font-weight:600}.jbd-container .event-info .event-info-item a{color:#777}.jbd-container .categories-wrapper{margin-bottom:20px}.jbd-container .categories-wrapper a{border-radius:30px;border:1px solid #f4f4f4;background-color:#f4f4f4;padding:10px 15px;margin-right:10px;line-height:50px}.jbd-container .booking-dates .booking-dates-title{font-weight:600;margin-bottom:10px}.jbd-container .booking-guest-details{margin-bottom:15px}.jbd-container #event-map{margin-bottom:20px}.jbd-container .organizer-details{display:flex;align-items:center;gap:10px;margin-bottom:20px}.jbd-container .organizer-details .business-logo{margin-right:10px}.jbd-container .organizer-details .business-logo img{height:60px;border-radius:5px}.jbd-container .business-actions{display:flex;align-items:center;gap:10px}.jbd-container .event-content-box .item-details{border-bottom:1px solid #e1e1e1;border-top:1px solid #e1e1e1;padding:30px 0;margin:30px 0;color:#777}.jbd-container .event-content-box .item-details a{color:#777}.jbd-container .event-details-2 .event-header{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:100%;height:450px;color:#fff;padding-bottom:60px}.jbd-container .event-details-2 .event-header .icon{background-color:#fff}.jbd-container .event-details-2 .event-header a{color:#fff}.jbd-container .event-details-2 .event-header .view-counter{border-color:#fff}.jbd-container .event-details-2 .event-header .dir-overlay{background-color:#232323;height:100%;width:100%;position:absolute;bottom:0px;opacity:.8}.jbd-container .event-details-2 .event-main-info{background:rgba(230,230,230,.7)}.jbd-container .event-details-2 .event-content{margin-top:-40px}.jbd-container #events{clear:both;line-height:1.28}.jbd-container #events .categories-menu{position:relative;float:left;width:220px;height:320px}.jbd-container .event-list-style-1 .result-item{border-radius:.38rem;overflow:hidden}.jbd-container .event-list-style-1 .item-date{padding:10px;border-radius:10px;background:#edf0f7}.jbd-container .event-list-style-1 .item-date i{padding-right:10px;border-right:1px solid #e2e7f0}.jbd-container .events-grid-style-1 .jitem-card{border-radius:.38rem;overflow:hidden}.jbd-container .events-grid-style-1 .jitem-card .jitem-date-wrap{border-radius:1.28rem;top:6px;text-transform:uppercase}.jbd-container .events-grid-style-1 .jitem-card .jitem-date-wrap>*:first-child{font-size:1.4em}.jbd-container .events-grid-style-1 .jitem-card .jitem-title{margin-bottom:15px}.jbd-container .events-grid-style-1 .jitem-body{border-bottom-right-radius:.38rem;border-bottom-left-radius:.38rem;overflow:hidden}.jbd-container .events-grid-style-1 .jitem-body .jitem-bottom-box{padding:15px 0px 0px 0px;margin-top:15px;display:flex;align-items:center;justify-content:space-between}.jbd-container .events-grid-style-1 .jitem-body .jitem-bottom-box .icon{width:30px;height:30px}.jbd-container .events-grid-style-1 .item-organizer{display:flex;align-items:center}.jbd-container .events-grid-style-1 .item-organizer .image-circle{width:35px;height:35px}.jbd-container .event-list-style-2 .event-description{border-top:1px solid #e2e7f0;padding-top:20px}.jbd-container .event-list-style-2 .event-description>div{border-right:1px solid #e2e7f0}.jbd-container .event-list-style-2 .event-description>div:last-child{border-right:none}.jbd-container .event-list-style-2 .event-row:first-child{margin-top:0}.jbd-container .event-list-style-2 .item-option{margin-bottom:15px}.jbd-container .event-list-style-2 .result-item .result-header-info{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-end}.jbd-container .event-list-style-2 .result-item .item-date{background:linear-gradient(0deg,rgba(255,255,255,0.8),rgba(255,255,255,0.8)),#1ab980;color:#1ab980;border-radius:4px;font-size:13px;padding:3px 8px}.jbd-container .event-list-style-2 .result-item .item-date .icon{filter:invert(47%) sepia(23%) saturate(5719%) hue-rotate(130deg) brightness(108%) contrast(80%);height:14px;width:14px}@media(max-width:769px){.jbd-container .event-list-style-2 .event-description [class*=col-]{margin-bottom:15px}}.jbd-container .event-row{margin-bottom:20px}.jbd-container #company-tab-content .events-container{width:100%;margin:0}.jbd-container .event-subject{font-size:16px;margin-bottom:10px}.jbd-container .event-date{font-size:13px;margin:4px 0}.jbd-container .event-location{font-size:13px;color:#5f5f5f}.jbd-container .event-desciption{font-size:13px;margin-top:10px}.jbd-container #events-calendar{margin-top:20px;background-color:#fff;padding:25px;border-radius:10px}.jbd-container .event-box{background-color:#fff;clear:both;display:block;padding:10px}.jbd-container .event-img-container{float:left;margin-right:10px;width:150px;overflow:hidden}.jbd-container .event-img-container img{width:100%}.jbd-container ul.event-list{list-style-type:none;margin:0 !important;padding:0}.jbd-container ul.event-list li{padding:5px 0 5px}.jbd-container ul.event-list li:first-child{border:none}.jbd-container ul.event-list img{border-radius:6px}.jbd-container .offer-list-style-1 .item-options{margin-top:20px}.jbd-container .offer-list-style-1 .item-options .item-option{margin-bottom:10px;min-width:200px}.jbd-container .offers-grid-style-1 .jitem-body .jitem-title{margin-bottom:0}.jbd-container .offers-grid-style-1 .jitem-body .jitem-rating{margin-bottom:15px}.jbd-container .offers-grid-style-1 .offer-price{width:100%;margin-top:15px}.jbd-container .offers-grid-style-1 .jitem-body .jitem-bottom-box{padding:15px 0px 0px 0px;margin-top:15px}.jbd-container .offers-grid-style-2 .jitem-card .jitem-img-wrap{min-height:280px}.jbd-container .offers-grid-style-2 .jitem-body-content{background:hsla(0,0%,100%,.9);z-index:139;position:absolute;bottom:0;display:flex;padding:15px;margin:15px;flex-direction:column;left:0;right:0;border-radius:7px}.jbd-container .offers-grid-style-2 .offer-price{font-size:15px;color:#2d3648;margin:15px 0}.jbd-container .offer-dates{font-size:13px;color:#000}.jbd-container .offer-categories{margin:15px 0;font-size:13px}.jbd-container .offer-attachments{margin:15px 0}.jbd-container .offer-attachments a{margin:5px 5px 5px 0;background:#efefef;padding:3px 10px;display:inline-block}.jbd-container .offer-img-container{border:1px solid #ccc;padding:1px;width:96px;line-height:0px}.jbd-container .offer-price .price{font-size:18px;font-weight:600;color:#3d2525;line-height:27px;letter-spacing:.05em}.jbd-container .offer-price .old-price{font-size:13px;font-weight:500;color:#a3a9b4;margin-right:5px}.jbd-container .offer-price .offer-discount{margin-bottom:10px}.jbd-container .offer-rating{margin-bottom:5px;display:flex;align-items:center}.jbd-container .offer-discount{background-color:#d6effd;color:#34aff7;font-size:13px;padding:3px 8px;border-radius:4px;margin-bottom:15px;text-align:center}.jbd-container .offer-discount .discount{font-weight:500;font-size:13px}.jbd-container #offers .categories-menu{position:relative;float:left;width:220px;height:320px}.jbd-container .offer-image-container{float:left;width:330px}.jbd-container .offer-content{float:left}.jbd-container .offer-options{display:block;clear:both}.jbd-container .offer-details{margin-bottom:20px}.jbd-container .offer-details .price-old{text-decoration:line-through}.jbd-container .offer-details table{margin-bottom:10px}.jbd-container .offer-details th{padding-right:3px;text-align:left}.jbd-container .offer-details td{padding:3px;line-height:20px}.jbd-container .offer-details .description-content ul{list-style-type:disc;padding:0 0 0 20px}.jbd-container .offer-description{padding:20px 0 10px 0;clear:left}.jbd-container .link-item{min-width:85px;line-height:36px}.jbd-container .cart-btn-list{background-color:#66c37b;padding:5px;text-align:center;font-size:15px;font-weight:initial;cursor:pointer;transition:.8s;border:.5px solid #66c37b}.jbd-container .cart-btn-list:hover{border:.5px solid #66c37b;background-color:#fff;transition:.8s}.jbd-container .cart-btn-list:hover a i{color:#66c37b}.jbd-container .cart-btn-list a{text-decoration:none;color:#fff}.jbd-container .cart-btn-list a i{font-size:25px}.jbd-container .offer-list-style-2 .result-item .item-image img{position:relative;height:auto}.jbd-container .offer-list-style-2 .result-item .offer-rating{margin-top:5px}.jbd-container .offer-details .rating-info{display:flex;align-items:center}.jbd-container .offer-details .rating-stars{margin-right:10px}.jbd-container .offer-details .user-rating-avg{margin-right:10px}.jbd-container .offer-details .jbtn-order-item{margin-right:10px}.jbd-container .offer-details .price-container{display:flex;align-items:center;font-family:Arial,sans-serif;gap:10px;margin:10px 0}.jbd-container .offer-details .price-container .discount-wrapper{display:flex;align-items:center;gap:5px;color:#0da85b;font-size:16px;font-weight:500}.jbd-container .offer-details .price-container .discount-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#e8f7ec;padding:8px 12px;border-radius:50px;font-size:16px;font-weight:bold;color:#0da85b;width:32px;height:32px}.jbd-container .offer-details .price-container .discount-badge .discount-icon{font-size:18px}.jbd-container .offer-details .price-container .discount-badge .discount-value{font-size:16px;font-weight:600}.jbd-container .offer-details .price-container .original-price{font-size:16px;color:#9e9e9e;text-decoration:line-through;display:flex;flex-direction:column;align-items:start}.jbd-container .offer-details .price-container .original-price .currency{font-size:14px}.jbd-container .offer-details .price-container .special-price,.jbd-container .offer-details .price-container .regular-price{font-size:20px;font-weight:bold;color:#000;display:flex;flex-direction:column;align-items:start}.jbd-container .offer-details .price-container .special-price .currency,.jbd-container .offer-details .price-container .regular-price .currency{font-size:14px}.jbd-container .offer-details .categories-wrapper a{border-radius:30px;border:1px solid #f4f4f4;background-color:#f4f4f4;padding:10px 15px;margin-right:10px;line-height:50px}.jbd-container .offer-details .simple-gallery-container-vertical{margin-bottom:20px}.jbd-container .offer-details .simple-gallery-container-vertical .gallery-slider{height:450px}.jbd-container .offer-details .jbd-coupon{display:inline-flex;align-items:center;justify-content:center;background-color:#66c37b;color:#fff;font-size:16px;font-weight:500;padding:15px 30px;border-radius:30px;margin:15px 0}.jbd-container .offer-details .jbd-coupon .jbd-coupon-discount{border-right:2px dashed #fff;padding-right:20px;margin-right:20px}.jbd-container .offer-details .jbd-coupon a{color:#fff;text-decoration:none}.jbd-container .offer-details #add-review{margin-top:25px;border-top:1px solid #b3b3b3;padding-top:40px}.jbd-container .offer-details .header-icons{text-align:right}.jbd-container .offer-details .section-title{font-size:18px;font-weight:600;margin-bottom:10px}.jbd-container .offer-details #addToCartButton,.jbd-container .offer-details #removeFromCartButton{font-size:14px;display:flex;align-items:center;gap:5px;color:#fff}.jbd-container .offer-details #addToCartButton .la,.jbd-container .offer-details #removeFromCartButton .la{color:#fff;font-size:24px}.jbd-container .offer-details #addToCartButton{width:105px}.jbd-container .offer-details-1{padding:30px;background-color:#fff}.jbd-container .offer-details-1 .offer-business{margin-left:50px;display:flex;flex-direction:column;justify-content:center;height:100%}.jbd-container .offer-details-1 .offer-business .business-head{font-size:18px;font-weight:500;color:#111;line-height:60px;padding-left:25px}.jbd-container .offer-details-1 .offer-business .business-name{font-size:16px;line-height:40px;color:#111;padding-left:25px}.jbd-container .offer-details-1 .offer-business .business-item{line-height:40px}.jbd-container .offer-details-1 .business-details{background:#f1f1f1;border-radius:10px;overflow:hidden;margin-bottom:50px}.jbd-container .offer-details-1 .business-details div[class*=col]{padding:0}.jbd-container .offer-details-2{padding:30px;background-color:#fff;border-radius:5px}.jbd-container .offer-details-2 h1{font-weight:600;font-size:34px;line-height:120%;margin-bottom:10px}.jbd-container .offer-details-2 .offer-main-info ul.item-details{margin-bottom:10px}.jbd-container .offer-details-2 .offer-business{display:flex;align-items:center;gap:10px;justify-content:space-between;background-color:#f7f7f7;padding:20px;border-radius:20px}.jbd-container .offer-details-2 .offer-business .business-details-container{display:flex;align-items:center;gap:10px}.jbd-container .offer-details-2 .offer-business .business-logo{width:60px;height:60px;border-radius:50%;overflow:hidden;margin-right:5px}.jbd-container .offer-details-2 .offer-business .business-logo img{width:100%}.jbd-container .offer-details-2 .offer-business .business-details{display:flex;flex-direction:column}.jbd-container .offer-details-2 .offer-business .business-details a{font-size:16px;font-weight:600;color:#000;text-decoration:none}.jbd-container .offer-details-2 .offer-business .business-details .small{margin-bottom:0}.jbd-container .offer-details-2 .offer-business .business-actions{display:flex;align-items:center;gap:5px}.jbd-container .offer-details-2 .offer-business .business-actions .icon{width:32px;height:32px}.jbd-container .offer-details-2 .offer-payment-methods .section-title{color:#777;margin-bottom:10px;font-weight:600}.jbd-container .offer-details-2 .offer-payment-methods ul{display:flex;align-items:center;gap:10px}.jbd-container .offer-details-2 .offer-payment-methods ul li{display:flex;align-items:center;gap:3px;border-radius:20px;border:1px solid #f4f4f4;background-color:#f4f4f4;padding:10px 15px;margin-right:10px}.jbd-container .offer-details-2 .offer-payment-methods ul li img{height:17px;width:auto}@media(max-width:768px){.jbd-container .offer-details-1{padding:15px}.jbd-container .gallery-thumbnails{display:none !important}.jbd-container .header-icons{text-align:left !important}}.jbd-container .deleteButton{display:flex;justify-content:center;align-items:center}.jbd-container .offer-guest-details{margin-bottom:5px;padding:5px}.jbd-container .offer-order-items table{margin-bottom:30px;width:100%}.jbd-container .offer-order-items table td{padding:5px}.jbd-container .offer-quantity-info{color:#a34041;font-weight:bold}.jbd-container .process-container{display:block;margin-bottom:20px}.jbd-container .process-container p{margin-top:10px}.jbd-container .meter{clear:both;height:10px;position:relative;background:#555;-moz-border-radius:25px;-webkit-border-radius:25px;border-radius:25px;padding:3px;-webkit-box-shadow:inset 0 -1px 1px hsla(0,0%,100%,.3019607843);-moz-box-shadow:inset 0 -1px 1px hsla(0,0%,100%,.3);box-shadow:inset 0 -1px 1px hsla(0,0%,100%,.3);margin-bottom:5px}.jbd-container .meter span{display:block;height:100%;background-color:#2bc253;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#2BC253),color-stop(1,#54f054));background-image:-webkit-linear-gradient(center bottom,#2BC253 37%,#54f054 69%);background-image:-moz-linear-gradient(center bottom,#2BC253 37%,#54f054 69%);background-image:-ms-linear-gradient(center bottom,#2BC253 37%,#54f054 69%);background-image:-o-linear-gradient(center bottom,#2BC253 37%,#54f054 69%);-webkit-box-shadow:inset 0 2px 9px hsla(0,0%,100%,.3019607843),inset 0 -2px 6px rgba(0,0,0,.4);-moz-box-shadow:inset 0 2px 9px hsla(0,0%,100%,.3019607843),inset 0 -2px 6px rgba(0,0,0,.4);box-shadow:inset 0 2px 9px hsla(0,0%,100%,.3019607843),inset 0 -2px 6px rgba(0,0,0,.4);position:relative;overflow:hidden}.jbd-container .btn-remove-cart{background-color:#e74c3c !important}.jbd-container .item-actions-tooltip{background-color:#fff;color:#555;padding:15px;white-space:nowrap}.jbd-container .item-actions-tooltip .item{font-size:14px;cursor:pointer;margin-bottom:10px}.jbd-container .item-actions-tooltip .item:hover{color:#767676}.jbd-container .upgrade-package-details{padding:10px}.jbd-container .upgrade-package-details .head{border-bottom:1px solid #767676;margin-bottom:25px}.jbd-container .upgrade-package-details .head .title{font-size:22px;margin-bottom:15px}.jbd-container .upgrade-package-details .head .note{color:#767676;font-size:12px}.jbd-container .upgrade-package-details .body{font-size:16px;margin-bottom:0px !important}.jbd-container .upgrade-package-details .body .package-list{margin-bottom:30px !important}.jbd-container .upgrade-package-details .body .package-list .item{padding:5px;border-bottom:1px solid #ccc;color:#767676}.jbd-container .upgrade-package-details .body .package-list .item .main .package-radio{cursor:pointer}.jbd-container .upgrade-package-details .body .package-list .item .main .name{margin-left:10px}.jbd-container .upgrade-package-details .body .package-list .item .details{font-size:15px}.jbd-container .upgrade-package-details .body .footer{margin-bottom:0px !important;font-size:15px}.jbd-container .upgrade-package-details div{margin-bottom:17px}.jbd-container .campaign-container{color:#828181}.jbd-container .campaign-container .boxed{max-width:none !important}.jbd-container .campaign-container .plans-container .no-plans{text-align:center}.jbd-container .campaign-container .plans-container .no-plans .no-items{content:url(/components/com_jbusinessdirectory/assets/images/empty_folder.png);width:50%;display:inline !important}.jbd-container .campaign-container .plans-container .plan-item{font-weight:bold;cursor:pointer}.jbd-container .campaign-container .plans-container .plan-item.disabled{opacity:.65}.jbd-container .campaign-container .plans-container .plan-item.disabled .selected{transition:unset;box-shadow:unset;top:unset;border:unset;background-color:unset}.jbd-container .campaign-container .plans-container .plan-item:not(.disabled):hover{transition:all .2s ease-out;box-shadow:0px 4px 8px rgba(38,38,38,.2);top:-4px;border:1px solid #ccc;background-color:#fff}.jbd-container .campaign-container .plans-container .plan-item .selected{transition:all .2s ease-out;box-shadow:0px 4px 8px rgba(38,38,38,.2);top:-4px;border:1px solid #ccc;background-color:#fff}.jbd-container .unread-message{font-weight:700;background-color:rgba(215,230,230,.8);cursor:pointer}.jbd-container .read-message{cursor:pointer}.jbd-container .message-text{margin-top:20px}.jbd-container .loading-quote-requests{text-align:center}.jbd-container .loading-quote-requests .spinner{content:url(/components/com_jbusinessdirectory/assets/images/spinner.gif);display:inline !important;width:50%;margin-bottom:10px}.jbd-container .quotes-container .question-image{height:130px;background-position:center}.jbd-container .quotes-container .step-container{padding:20px 20px 50px 20px}.jbd-container .quotes-container .step-container .question-container .question-title{margin-bottom:20px;text-align:left}.jbd-container .quotes-container .step-container .question-container .question-title p{font-weight:600;font-size:20px}.jbd-container .quotes-container .step-container .question-container .options-container .option-row{padding:10px 0}.jbd-container .quotes-container .step-container .question-container .options-container .option-row .jradio label{left:0px !important}.jbd-container .quotes-container .step-container .question-container .options-container .option-row .option-text{margin:0 0 0 10px;display:inline-table}.jbd-container .quotes-container .step-container .question-container .options-container .form-group>label{font-weight:600}.jbd-container .quotes-container .step-container .question-container .options-container .jradio label::after{left:46%}.jbd-container .quotes-container .action-container{border-bottom:none !important}.jbd-container .quotes-container .result-item .icon{width:18px !important;height:18px !important}.jbd-container .quotes-container .result-item i{width:18px !important;height:18px !important}.jbd-container .hired{background-color:rgba(0,255,66,.1215686275) !important}.jbd-container .hired-text{background-color:#fff08e;border:1px solid #dbdbdb;border-radius:3px;color:#888;font-size:20px;line-height:1;padding:3px 13px;float:right;margin:0px 5px 5px 0;height:27px}.jbd-container .reply-listing-image{position:relative;overflow:hidden;border-radius:5px;width:100%}.jbd-container .reply-listing-image img{width:100%;height:auto}.jbd-container .quotes-list-style-1 .result-item{border-radius:30px;border-left-width:3px !important;background:#f3f3f3}.jbd-container .quotes-list-style-1 .result-item .result-content{border-radius:30px;background-color:#fff}.jbd-container .quotes-list-style-1 .result-item .item-element{display:flex;align-items:center}.jbd-container .quotes-list-style-1 .result-item .item-element .circle-icon{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:50%;background-color:#f5f7ff;margin-right:10px}.jbd-container .quotes-list-style-1 .result-item .item-element .circle-icon i{font-size:16px;text-align:center}.jbd-container .quotes-list-style-1 .result-item .expandable{background:#f3f3f3;padding:10px 20px !important;height:auto}.pac-container{z-index:9999999}.jbd-container .chat-container{height:500px;background-color:#faf4f7;padding:5px}.jbd-container .chat-container::-webkit-scrollbar{width:10px}.jbd-container .chat-container::-webkit-scrollbar-track{background:#faf4f7}.jbd-container .chat-container::-webkit-scrollbar-thumb{background:#888}.jbd-container .chat-container::-webkit-scrollbar-thumb:hover{background:#555}.jbd-container .chat-container .loading-quote-messages{text-align:center;height:90%}.jbd-container .chat-container .loading-quote-messages .spinner{content:url(/components/com_jbusinessdirectory/assets/images/spinner.gif);display:inline !important;width:30%;margin-bottom:10px}.jbd-container .chat-container .chat-body{height:90%;padding:5px;padding-top:20px;overflow-y:scroll;overflow-x:hidden}.jbd-container .chat-container .chat-body .msg{width:100%;display:inline-block}.jbd-container .chat-container .chat-body .msg .msg-snt{float:right;max-width:50%}.jbd-container .chat-container .chat-body .msg .msg-snt .msg-txt{background-color:#565a5a;border-radius:2px;border:1px solid #565a5a;padding:10px;color:#fff;font-size:14px}.jbd-container .chat-container .chat-body .msg .msg-snt .msg-date{float:right}.jbd-container .chat-container .chat-body .msg .msg-rcvd{float:left;max-width:50%}.jbd-container .chat-container .chat-body .msg .msg-rcvd .msg-txt{background-color:#9593ff;border-radius:2px;border:1px solid #9593ff;padding:10px;color:#fff;font-size:14px}.jbd-container .chat-container .chat-body .msg .msg-rcvd .msg-date{float:left}.jbd-container .chat-container .chat-body .msg .msg-date{margin-top:10px;font-size:12px;color:gray}.jbd-container .chat-container .chat-footer{border-top:1px solid gray;margin-top:10px}.jbd-container .chat-container .chat-footer .chat-textbox{width:100%;border:none;height:40px;background-color:#faf4f7;color:#777}.jbd-container .chat-container .chat-footer .btn-send{cursor:pointer}.jbd-container .chat-container .chat-footer .btn-send i{font-size:35px;color:#565a5a !important}.jbd-conatiner .statistics-dashboard .chzn-container{width:100% !important}.jbd-conatiner .statistics-dashboard .la{font-size:18px !important}.jbd-conatiner .statistics-dashboard .inputbox{height:36px;margin-bottom:auto;width:100%}.jbd-conatiner .statistics-dashboard #dir-dashboard-tabs-col{display:flex}.jbd-conatiner .statistics-dashboard .calendar-date{width:100%;max-width:unset !important}.jbd-conatiner .statistics-dashboard .has-jicon-left{width:100%}.rect-auto,.c100.p51 .slice,.c100.p52 .slice,.c100.p53 .slice,.c100.p54 .slice,.c100.p55 .slice,.c100.p56 .slice,.c100.p57 .slice,.c100.p58 .slice,.c100.p59 .slice,.c100.p60 .slice,.c100.p61 .slice,.c100.p62 .slice,.c100.p63 .slice,.c100.p64 .slice,.c100.p65 .slice,.c100.p66 .slice,.c100.p67 .slice,.c100.p68 .slice,.c100.p69 .slice,.c100.p70 .slice,.c100.p71 .slice,.c100.p72 .slice,.c100.p73 .slice,.c100.p74 .slice,.c100.p75 .slice,.c100.p76 .slice,.c100.p77 .slice,.c100.p78 .slice,.c100.p79 .slice,.c100.p80 .slice,.c100.p81 .slice,.c100.p82 .slice,.c100.p83 .slice,.c100.p84 .slice,.c100.p85 .slice,.c100.p86 .slice,.c100.p87 .slice,.c100.p88 .slice,.c100.p89 .slice,.c100.p90 .slice,.c100.p91 .slice,.c100.p92 .slice,.c100.p93 .slice,.c100.p94 .slice,.c100.p95 .slice,.c100.p96 .slice,.c100.p97 .slice,.c100.p98 .slice,.c100.p99 .slice,.c100.p100 .slice{clip:rect(auto,auto,auto,auto)}.pie,.c100 .bar,.c100.p51 .fill,.c100.p52 .fill,.c100.p53 .fill,.c100.p54 .fill,.c100.p55 .fill,.c100.p56 .fill,.c100.p57 .fill,.c100.p58 .fill,.c100.p59 .fill,.c100.p60 .fill,.c100.p61 .fill,.c100.p62 .fill,.c100.p63 .fill,.c100.p64 .fill,.c100.p65 .fill,.c100.p66 .fill,.c100.p67 .fill,.c100.p68 .fill,.c100.p69 .fill,.c100.p70 .fill,.c100.p71 .fill,.c100.p72 .fill,.c100.p73 .fill,.c100.p74 .fill,.c100.p75 .fill,.c100.p76 .fill,.c100.p77 .fill,.c100.p78 .fill,.c100.p79 .fill,.c100.p80 .fill,.c100.p81 .fill,.c100.p82 .fill,.c100.p83 .fill,.c100.p84 .fill,.c100.p85 .fill,.c100.p86 .fill,.c100.p87 .fill,.c100.p88 .fill,.c100.p89 .fill,.c100.p90 .fill,.c100.p91 .fill,.c100.p92 .fill,.c100.p93 .fill,.c100.p94 .fill,.c100.p95 .fill,.c100.p96 .fill,.c100.p97 .fill,.c100.p98 .fill,.c100.p99 .fill,.c100.p100 .fill{position:absolute;border:.08em solid #307bbb;width:.84em;height:.84em;clip:rect(0em,0.5em,1em,0em);border-radius:50%;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.pie-fill,.c100.p51 .bar:after,.c100.p51 .fill,.c100.p52 .bar:after,.c100.p52 .fill,.c100.p53 .bar:after,.c100.p53 .fill,.c100.p54 .bar:after,.c100.p54 .fill,.c100.p55 .bar:after,.c100.p55 .fill,.c100.p56 .bar:after,.c100.p56 .fill,.c100.p57 .bar:after,.c100.p57 .fill,.c100.p58 .bar:after,.c100.p58 .fill,.c100.p59 .bar:after,.c100.p59 .fill,.c100.p60 .bar:after,.c100.p60 .fill,.c100.p61 .bar:after,.c100.p61 .fill,.c100.p62 .bar:after,.c100.p62 .fill,.c100.p63 .bar:after,.c100.p63 .fill,.c100.p64 .bar:after,.c100.p64 .fill,.c100.p65 .bar:after,.c100.p65 .fill,.c100.p66 .bar:after,.c100.p66 .fill,.c100.p67 .bar:after,.c100.p67 .fill,.c100.p68 .bar:after,.c100.p68 .fill,.c100.p69 .bar:after,.c100.p69 .fill,.c100.p70 .bar:after,.c100.p70 .fill,.c100.p71 .bar:after,.c100.p71 .fill,.c100.p72 .bar:after,.c100.p72 .fill,.c100.p73 .bar:after,.c100.p73 .fill,.c100.p74 .bar:after,.c100.p74 .fill,.c100.p75 .bar:after,.c100.p75 .fill,.c100.p76 .bar:after,.c100.p76 .fill,.c100.p77 .bar:after,.c100.p77 .fill,.c100.p78 .bar:after,.c100.p78 .fill,.c100.p79 .bar:after,.c100.p79 .fill,.c100.p80 .bar:after,.c100.p80 .fill,.c100.p81 .bar:after,.c100.p81 .fill,.c100.p82 .bar:after,.c100.p82 .fill,.c100.p83 .bar:after,.c100.p83 .fill,.c100.p84 .bar:after,.c100.p84 .fill,.c100.p85 .bar:after,.c100.p85 .fill,.c100.p86 .bar:after,.c100.p86 .fill,.c100.p87 .bar:after,.c100.p87 .fill,.c100.p88 .bar:after,.c100.p88 .fill,.c100.p89 .bar:after,.c100.p89 .fill,.c100.p90 .bar:after,.c100.p90 .fill,.c100.p91 .bar:after,.c100.p91 .fill,.c100.p92 .bar:after,.c100.p92 .fill,.c100.p93 .bar:after,.c100.p93 .fill,.c100.p94 .bar:after,.c100.p94 .fill,.c100.p95 .bar:after,.c100.p95 .fill,.c100.p96 .bar:after,.c100.p96 .fill,.c100.p97 .bar:after,.c100.p97 .fill,.c100.p98 .bar:after,.c100.p98 .fill,.c100.p99 .bar:after,.c100.p99 .fill,.c100.p100 .bar:after,.c100.p100 .fill{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.c100{position:relative;font-size:120px;width:1em;height:1em;border-radius:50%;margin:0 .1em .1em 0;background-color:#efefef}.c100 *,.c100 *:before,.c100 *:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.c100.center{float:none;margin:0 auto}.c100.big{font-size:240px}.c100.small{font-size:70px}.c100.tiny{font-size:50px}.c100>span{position:absolute;cursor:pointer;width:100%;z-index:1;left:0;top:0;width:5em;line-height:5em;font-size:.2em;color:#777;display:block;text-align:center;white-space:nowrap;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.c100:after{position:absolute;top:.08em;left:.08em;display:block;content:" ";border-radius:50%;background-color:#f9f9f9;width:.84em;height:.84em;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:ease-in;-moz-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in}.c100 .slice{position:absolute;width:1em;height:1em;clip:rect(0em,1em,1em,0.5em)}.c100.p1 .bar{-webkit-transform:rotate(3.6deg);-moz-transform:rotate(3.6deg);-ms-transform:rotate(3.6deg);-o-transform:rotate(3.6deg);transform:rotate(3.6deg)}.c100.p2 .bar{-webkit-transform:rotate(7.2deg);-moz-transform:rotate(7.2deg);-ms-transform:rotate(7.2deg);-o-transform:rotate(7.2deg);transform:rotate(7.2deg)}.c100.p3 .bar{-webkit-transform:rotate(10.8deg);-moz-transform:rotate(10.8deg);-ms-transform:rotate(10.8deg);-o-transform:rotate(10.8deg);transform:rotate(10.8deg)}.c100.p4 .bar{-webkit-transform:rotate(14.4deg);-moz-transform:rotate(14.4deg);-ms-transform:rotate(14.4deg);-o-transform:rotate(14.4deg);transform:rotate(14.4deg)}.c100.p5 .bar{-webkit-transform:rotate(18deg);-moz-transform:rotate(18deg);-ms-transform:rotate(18deg);-o-transform:rotate(18deg);transform:rotate(18deg)}.c100.p6 .bar{-webkit-transform:rotate(21.6deg);-moz-transform:rotate(21.6deg);-ms-transform:rotate(21.6deg);-o-transform:rotate(21.6deg);transform:rotate(21.6deg)}.c100.p7 .bar{-webkit-transform:rotate(25.2deg);-moz-transform:rotate(25.2deg);-ms-transform:rotate(25.2deg);-o-transform:rotate(25.2deg);transform:rotate(25.2deg)}.c100.p8 .bar{-webkit-transform:rotate(28.8deg);-moz-transform:rotate(28.8deg);-ms-transform:rotate(28.8deg);-o-transform:rotate(28.8deg);transform:rotate(28.8deg)}.c100.p9 .bar{-webkit-transform:rotate(32.4deg);-moz-transform:rotate(32.4deg);-ms-transform:rotate(32.4deg);-o-transform:rotate(32.4deg);transform:rotate(32.4deg)}.c100.p10 .bar{-webkit-transform:rotate(36deg);-moz-transform:rotate(36deg);-ms-transform:rotate(36deg);-o-transform:rotate(36deg);transform:rotate(36deg)}.c100.p11 .bar{-webkit-transform:rotate(39.6deg);-moz-transform:rotate(39.6deg);-ms-transform:rotate(39.6deg);-o-transform:rotate(39.6deg);transform:rotate(39.6deg)}.c100.p12 .bar{-webkit-transform:rotate(43.2deg);-moz-transform:rotate(43.2deg);-ms-transform:rotate(43.2deg);-o-transform:rotate(43.2deg);transform:rotate(43.2deg)}.c100.p13 .bar{-webkit-transform:rotate(46.8deg);-moz-transform:rotate(46.8deg);-ms-transform:rotate(46.8deg);-o-transform:rotate(46.8deg);transform:rotate(46.8deg)}.c100.p14 .bar{-webkit-transform:rotate(50.4deg);-moz-transform:rotate(50.4deg);-ms-transform:rotate(50.4deg);-o-transform:rotate(50.4deg);transform:rotate(50.4deg)}.c100.p15 .bar{-webkit-transform:rotate(54deg);-moz-transform:rotate(54deg);-ms-transform:rotate(54deg);-o-transform:rotate(54deg);transform:rotate(54deg)}.c100.p16 .bar{-webkit-transform:rotate(57.6deg);-moz-transform:rotate(57.6deg);-ms-transform:rotate(57.6deg);-o-transform:rotate(57.6deg);transform:rotate(57.6deg)}.c100.p17 .bar{-webkit-transform:rotate(61.2deg);-moz-transform:rotate(61.2deg);-ms-transform:rotate(61.2deg);-o-transform:rotate(61.2deg);transform:rotate(61.2deg)}.c100.p18 .bar{-webkit-transform:rotate(64.8deg);-moz-transform:rotate(64.8deg);-ms-transform:rotate(64.8deg);-o-transform:rotate(64.8deg);transform:rotate(64.8deg)}.c100.p19 .bar{-webkit-transform:rotate(68.4deg);-moz-transform:rotate(68.4deg);-ms-transform:rotate(68.4deg);-o-transform:rotate(68.4deg);transform:rotate(68.4deg)}.c100.p20 .bar{-webkit-transform:rotate(72deg);-moz-transform:rotate(72deg);-ms-transform:rotate(72deg);-o-transform:rotate(72deg);transform:rotate(72deg)}.c100.p21 .bar{-webkit-transform:rotate(75.6deg);-moz-transform:rotate(75.6deg);-ms-transform:rotate(75.6deg);-o-transform:rotate(75.6deg);transform:rotate(75.6deg)}.c100.p22 .bar{-webkit-transform:rotate(79.2deg);-moz-transform:rotate(79.2deg);-ms-transform:rotate(79.2deg);-o-transform:rotate(79.2deg);transform:rotate(79.2deg)}.c100.p23 .bar{-webkit-transform:rotate(82.8deg);-moz-transform:rotate(82.8deg);-ms-transform:rotate(82.8deg);-o-transform:rotate(82.8deg);transform:rotate(82.8deg)}.c100.p24 .bar{-webkit-transform:rotate(86.4deg);-moz-transform:rotate(86.4deg);-ms-transform:rotate(86.4deg);-o-transform:rotate(86.4deg);transform:rotate(86.4deg)}.c100.p25 .bar{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.c100.p26 .bar{-webkit-transform:rotate(93.6deg);-moz-transform:rotate(93.6deg);-ms-transform:rotate(93.6deg);-o-transform:rotate(93.6deg);transform:rotate(93.6deg)}.c100.p27 .bar{-webkit-transform:rotate(97.2deg);-moz-transform:rotate(97.2deg);-ms-transform:rotate(97.2deg);-o-transform:rotate(97.2deg);transform:rotate(97.2deg)}.c100.p28 .bar{-webkit-transform:rotate(100.8deg);-moz-transform:rotate(100.8deg);-ms-transform:rotate(100.8deg);-o-transform:rotate(100.8deg);transform:rotate(100.8deg)}.c100.p29 .bar{-webkit-transform:rotate(104.4deg);-moz-transform:rotate(104.4deg);-ms-transform:rotate(104.4deg);-o-transform:rotate(104.4deg);transform:rotate(104.4deg)}.c100.p30 .bar{-webkit-transform:rotate(108deg);-moz-transform:rotate(108deg);-ms-transform:rotate(108deg);-o-transform:rotate(108deg);transform:rotate(108deg)}.c100.p31 .bar{-webkit-transform:rotate(111.6deg);-moz-transform:rotate(111.6deg);-ms-transform:rotate(111.6deg);-o-transform:rotate(111.6deg);transform:rotate(111.6deg)}.c100.p32 .bar{-webkit-transform:rotate(115.2deg);-moz-transform:rotate(115.2deg);-ms-transform:rotate(115.2deg);-o-transform:rotate(115.2deg);transform:rotate(115.2deg)}.c100.p33 .bar{-webkit-transform:rotate(118.8deg);-moz-transform:rotate(118.8deg);-ms-transform:rotate(118.8deg);-o-transform:rotate(118.8deg);transform:rotate(118.8deg)}.c100.p34 .bar{-webkit-transform:rotate(122.4deg);-moz-transform:rotate(122.4deg);-ms-transform:rotate(122.4deg);-o-transform:rotate(122.4deg);transform:rotate(122.4deg)}.c100.p35 .bar{-webkit-transform:rotate(126deg);-moz-transform:rotate(126deg);-ms-transform:rotate(126deg);-o-transform:rotate(126deg);transform:rotate(126deg)}.c100.p36 .bar{-webkit-transform:rotate(129.6deg);-moz-transform:rotate(129.6deg);-ms-transform:rotate(129.6deg);-o-transform:rotate(129.6deg);transform:rotate(129.6deg)}.c100.p37 .bar{-webkit-transform:rotate(133.2deg);-moz-transform:rotate(133.2deg);-ms-transform:rotate(133.2deg);-o-transform:rotate(133.2deg);transform:rotate(133.2deg)}.c100.p38 .bar{-webkit-transform:rotate(136.8deg);-moz-transform:rotate(136.8deg);-ms-transform:rotate(136.8deg);-o-transform:rotate(136.8deg);transform:rotate(136.8deg)}.c100.p39 .bar{-webkit-transform:rotate(140.4deg);-moz-transform:rotate(140.4deg);-ms-transform:rotate(140.4deg);-o-transform:rotate(140.4deg);transform:rotate(140.4deg)}.c100.p40 .bar{-webkit-transform:rotate(144deg);-moz-transform:rotate(144deg);-ms-transform:rotate(144deg);-o-transform:rotate(144deg);transform:rotate(144deg)}.c100.p41 .bar{-webkit-transform:rotate(147.6deg);-moz-transform:rotate(147.6deg);-ms-transform:rotate(147.6deg);-o-transform:rotate(147.6deg);transform:rotate(147.6deg)}.c100.p42 .bar{-webkit-transform:rotate(151.2deg);-moz-transform:rotate(151.2deg);-ms-transform:rotate(151.2deg);-o-transform:rotate(151.2deg);transform:rotate(151.2deg)}.c100.p43 .bar{-webkit-transform:rotate(154.8deg);-moz-transform:rotate(154.8deg);-ms-transform:rotate(154.8deg);-o-transform:rotate(154.8deg);transform:rotate(154.8deg)}.c100.p44 .bar{-webkit-transform:rotate(158.4deg);-moz-transform:rotate(158.4deg);-ms-transform:rotate(158.4deg);-o-transform:rotate(158.4deg);transform:rotate(158.4deg)}.c100.p45 .bar{-webkit-transform:rotate(162deg);-moz-transform:rotate(162deg);-ms-transform:rotate(162deg);-o-transform:rotate(162deg);transform:rotate(162deg)}.c100.p46 .bar{-webkit-transform:rotate(165.6deg);-moz-transform:rotate(165.6deg);-ms-transform:rotate(165.6deg);-o-transform:rotate(165.6deg);transform:rotate(165.6deg)}.c100.p47 .bar{-webkit-transform:rotate(169.2deg);-moz-transform:rotate(169.2deg);-ms-transform:rotate(169.2deg);-o-transform:rotate(169.2deg);transform:rotate(169.2deg)}.c100.p48 .bar{-webkit-transform:rotate(172.8deg);-moz-transform:rotate(172.8deg);-ms-transform:rotate(172.8deg);-o-transform:rotate(172.8deg);transform:rotate(172.8deg)}.c100.p49 .bar{-webkit-transform:rotate(176.4deg);-moz-transform:rotate(176.4deg);-ms-transform:rotate(176.4deg);-o-transform:rotate(176.4deg);transform:rotate(176.4deg)}.c100.p50 .bar{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.c100.p51 .bar{-webkit-transform:rotate(183.6deg);-moz-transform:rotate(183.6deg);-ms-transform:rotate(183.6deg);-o-transform:rotate(183.6deg);transform:rotate(183.6deg)}.c100.p52 .bar{-webkit-transform:rotate(187.2deg);-moz-transform:rotate(187.2deg);-ms-transform:rotate(187.2deg);-o-transform:rotate(187.2deg);transform:rotate(187.2deg)}.c100.p53 .bar{-webkit-transform:rotate(190.8deg);-moz-transform:rotate(190.8deg);-ms-transform:rotate(190.8deg);-o-transform:rotate(190.8deg);transform:rotate(190.8deg)}.c100.p54 .bar{-webkit-transform:rotate(194.4deg);-moz-transform:rotate(194.4deg);-ms-transform:rotate(194.4deg);-o-transform:rotate(194.4deg);transform:rotate(194.4deg)}.c100.p55 .bar{-webkit-transform:rotate(198deg);-moz-transform:rotate(198deg);-ms-transform:rotate(198deg);-o-transform:rotate(198deg);transform:rotate(198deg)}.c100.p56 .bar{-webkit-transform:rotate(201.6deg);-moz-transform:rotate(201.6deg);-ms-transform:rotate(201.6deg);-o-transform:rotate(201.6deg);transform:rotate(201.6deg)}.c100.p57 .bar{-webkit-transform:rotate(205.2deg);-moz-transform:rotate(205.2deg);-ms-transform:rotate(205.2deg);-o-transform:rotate(205.2deg);transform:rotate(205.2deg)}.c100.p58 .bar{-webkit-transform:rotate(208.8deg);-moz-transform:rotate(208.8deg);-ms-transform:rotate(208.8deg);-o-transform:rotate(208.8deg);transform:rotate(208.8deg)}.c100.p59 .bar{-webkit-transform:rotate(212.4deg);-moz-transform:rotate(212.4deg);-ms-transform:rotate(212.4deg);-o-transform:rotate(212.4deg);transform:rotate(212.4deg)}.c100.p60 .bar{-webkit-transform:rotate(216deg);-moz-transform:rotate(216deg);-ms-transform:rotate(216deg);-o-transform:rotate(216deg);transform:rotate(216deg)}.c100.p61 .bar{-webkit-transform:rotate(219.6deg);-moz-transform:rotate(219.6deg);-ms-transform:rotate(219.6deg);-o-transform:rotate(219.6deg);transform:rotate(219.6deg)}.c100.p62 .bar{-webkit-transform:rotate(223.2deg);-moz-transform:rotate(223.2deg);-ms-transform:rotate(223.2deg);-o-transform:rotate(223.2deg);transform:rotate(223.2deg)}.c100.p63 .bar{-webkit-transform:rotate(226.8deg);-moz-transform:rotate(226.8deg);-ms-transform:rotate(226.8deg);-o-transform:rotate(226.8deg);transform:rotate(226.8deg)}.c100.p64 .bar{-webkit-transform:rotate(230.4deg);-moz-transform:rotate(230.4deg);-ms-transform:rotate(230.4deg);-o-transform:rotate(230.4deg);transform:rotate(230.4deg)}.c100.p65 .bar{-webkit-transform:rotate(234deg);-moz-transform:rotate(234deg);-ms-transform:rotate(234deg);-o-transform:rotate(234deg);transform:rotate(234deg)}.c100.p66 .bar{-webkit-transform:rotate(237.6deg);-moz-transform:rotate(237.6deg);-ms-transform:rotate(237.6deg);-o-transform:rotate(237.6deg);transform:rotate(237.6deg)}.c100.p67 .bar{-webkit-transform:rotate(241.2deg);-moz-transform:rotate(241.2deg);-ms-transform:rotate(241.2deg);-o-transform:rotate(241.2deg);transform:rotate(241.2deg)}.c100.p68 .bar{-webkit-transform:rotate(244.8deg);-moz-transform:rotate(244.8deg);-ms-transform:rotate(244.8deg);-o-transform:rotate(244.8deg);transform:rotate(244.8deg)}.c100.p69 .bar{-webkit-transform:rotate(248.4deg);-moz-transform:rotate(248.4deg);-ms-transform:rotate(248.4deg);-o-transform:rotate(248.4deg);transform:rotate(248.4deg)}.c100.p70 .bar{-webkit-transform:rotate(252deg);-moz-transform:rotate(252deg);-ms-transform:rotate(252deg);-o-transform:rotate(252deg);transform:rotate(252deg)}.c100.p71 .bar{-webkit-transform:rotate(255.6deg);-moz-transform:rotate(255.6deg);-ms-transform:rotate(255.6deg);-o-transform:rotate(255.6deg);transform:rotate(255.6deg)}.c100.p72 .bar{-webkit-transform:rotate(259.2deg);-moz-transform:rotate(259.2deg);-ms-transform:rotate(259.2deg);-o-transform:rotate(259.2deg);transform:rotate(259.2deg)}.c100.p73 .bar{-webkit-transform:rotate(262.8deg);-moz-transform:rotate(262.8deg);-ms-transform:rotate(262.8deg);-o-transform:rotate(262.8deg);transform:rotate(262.8deg)}.c100.p74 .bar{-webkit-transform:rotate(266.4deg);-moz-transform:rotate(266.4deg);-ms-transform:rotate(266.4deg);-o-transform:rotate(266.4deg);transform:rotate(266.4deg)}.c100.p75 .bar{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.c100.p76 .bar{-webkit-transform:rotate(273.6deg);-moz-transform:rotate(273.6deg);-ms-transform:rotate(273.6deg);-o-transform:rotate(273.6deg);transform:rotate(273.6deg)}.c100.p77 .bar{-webkit-transform:rotate(277.2deg);-moz-transform:rotate(277.2deg);-ms-transform:rotate(277.2deg);-o-transform:rotate(277.2deg);transform:rotate(277.2deg)}.c100.p78 .bar{-webkit-transform:rotate(280.8deg);-moz-transform:rotate(280.8deg);-ms-transform:rotate(280.8deg);-o-transform:rotate(280.8deg);transform:rotate(280.8deg)}.c100.p79 .bar{-webkit-transform:rotate(284.4deg);-moz-transform:rotate(284.4deg);-ms-transform:rotate(284.4deg);-o-transform:rotate(284.4deg);transform:rotate(284.4deg)}.c100.p80 .bar{-webkit-transform:rotate(288deg);-moz-transform:rotate(288deg);-ms-transform:rotate(288deg);-o-transform:rotate(288deg);transform:rotate(288deg)}.c100.p81 .bar{-webkit-transform:rotate(291.6deg);-moz-transform:rotate(291.6deg);-ms-transform:rotate(291.6deg);-o-transform:rotate(291.6deg);transform:rotate(291.6deg)}.c100.p82 .bar{-webkit-transform:rotate(295.2deg);-moz-transform:rotate(295.2deg);-ms-transform:rotate(295.2deg);-o-transform:rotate(295.2deg);transform:rotate(295.2deg)}.c100.p83 .bar{-webkit-transform:rotate(298.8deg);-moz-transform:rotate(298.8deg);-ms-transform:rotate(298.8deg);-o-transform:rotate(298.8deg);transform:rotate(298.8deg)}.c100.p84 .bar{-webkit-transform:rotate(302.4deg);-moz-transform:rotate(302.4deg);-ms-transform:rotate(302.4deg);-o-transform:rotate(302.4deg);transform:rotate(302.4deg)}.c100.p85 .bar{-webkit-transform:rotate(306deg);-moz-transform:rotate(306deg);-ms-transform:rotate(306deg);-o-transform:rotate(306deg);transform:rotate(306deg)}.c100.p86 .bar{-webkit-transform:rotate(309.6deg);-moz-transform:rotate(309.6deg);-ms-transform:rotate(309.6deg);-o-transform:rotate(309.6deg);transform:rotate(309.6deg)}.c100.p87 .bar{-webkit-transform:rotate(313.2deg);-moz-transform:rotate(313.2deg);-ms-transform:rotate(313.2deg);-o-transform:rotate(313.2deg);transform:rotate(313.2deg)}.c100.p88 .bar{-webkit-transform:rotate(316.8deg);-moz-transform:rotate(316.8deg);-ms-transform:rotate(316.8deg);-o-transform:rotate(316.8deg);transform:rotate(316.8deg)}.c100.p89 .bar{-webkit-transform:rotate(320.4deg);-moz-transform:rotate(320.4deg);-ms-transform:rotate(320.4deg);-o-transform:rotate(320.4deg);transform:rotate(320.4deg)}.c100.p90 .bar{-webkit-transform:rotate(324deg);-moz-transform:rotate(324deg);-ms-transform:rotate(324deg);-o-transform:rotate(324deg);transform:rotate(324deg)}.c100.p91 .bar{-webkit-transform:rotate(327.6deg);-moz-transform:rotate(327.6deg);-ms-transform:rotate(327.6deg);-o-transform:rotate(327.6deg);transform:rotate(327.6deg)}.c100.p92 .bar{-webkit-transform:rotate(331.2deg);-moz-transform:rotate(331.2deg);-ms-transform:rotate(331.2deg);-o-transform:rotate(331.2deg);transform:rotate(331.2deg)}.c100.p93 .bar{-webkit-transform:rotate(334.8deg);-moz-transform:rotate(334.8deg);-ms-transform:rotate(334.8deg);-o-transform:rotate(334.8deg);transform:rotate(334.8deg)}.c100.p94 .bar{-webkit-transform:rotate(338.4deg);-moz-transform:rotate(338.4deg);-ms-transform:rotate(338.4deg);-o-transform:rotate(338.4deg);transform:rotate(338.4deg)}.c100.p95 .bar{-webkit-transform:rotate(342deg);-moz-transform:rotate(342deg);-ms-transform:rotate(342deg);-o-transform:rotate(342deg);transform:rotate(342deg)}.c100.p96 .bar{-webkit-transform:rotate(345.6deg);-moz-transform:rotate(345.6deg);-ms-transform:rotate(345.6deg);-o-transform:rotate(345.6deg);transform:rotate(345.6deg)}.c100.p97 .bar{-webkit-transform:rotate(349.2deg);-moz-transform:rotate(349.2deg);-ms-transform:rotate(349.2deg);-o-transform:rotate(349.2deg);transform:rotate(349.2deg)}.c100.p98 .bar{-webkit-transform:rotate(352.8deg);-moz-transform:rotate(352.8deg);-ms-transform:rotate(352.8deg);-o-transform:rotate(352.8deg);transform:rotate(352.8deg)}.c100.p99 .bar{-webkit-transform:rotate(356.4deg);-moz-transform:rotate(356.4deg);-ms-transform:rotate(356.4deg);-o-transform:rotate(356.4deg);transform:rotate(356.4deg)}.c100.p100 .bar{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}.c100:hover{cursor:default}.c100:hover>span{width:4em;line-height:4em;font-size:.24em;color:#307bbb}.c100:hover:after{top:.04em;left:.04em;width:.92em;height:.92em}.c100.dark{background-color:#777}.c100.dark .bar,.c100.dark .fill{border-color:#c6ff00 !important}.c100.dark>span{color:#777}.c100.dark:after{background-color:#666}.c100.dark:hover>span{color:#c6ff00}.c100.green .bar,.c100.green .fill{border-color:#4db53c !important;box-sizing:content-box}.c100.green:hover>span{color:#4db53c}.c100.green.dark .bar,.c100.green.dark .fill{border-color:#5fd400 !important}.c100.green.dark:hover>span{color:#5fd400}.c100.orange .bar,.c100.orange .fill{border-color:#dd9d22 !important}.c100.orange:hover>span{color:#dd9d22}.c100.orange.dark .bar,.c100.orange.dark .fill{border-color:#e08833 !important}.c100.orange.dark:hover>span{color:#e08833}.jbd-container .rating.la{color:#ffd43a;font-size:16px}.jbd-container .result-item .rating.la{font-size:16px}.jbd-container .review-scorecard{margin-bottom:20px}.jbd-container .review-scorecard .review-summary{max-width:200px;text-align:center}.jbd-container .review-scorecard .review-summary .review-score{font-size:32px;font-weight:700}.jbd-container .review-scorecard .review-summary .rating-container{justify-content:center;margin-bottom:10px}.jbd-container .review-scorecard .review-summary .rating.la{font-size:32px}.jbd-container .review-scorecard .review-summary .review-description{font-size:16px;color:#999}.jbd-container .review-scorecard .heading{font-size:25px;margin-right:25px}.jbd-container .review-scorecard .rating.la{font-size:20px}.jbd-container .review-scorecard .row:after{content:"";display:table;clear:both}.jbd-container .review-scorecard .bar-container{width:100%;background-color:#f1f1f1;text-align:center;color:#fff;border-radius:8px;overflow:hidden;margin-top:4px}.jbd-container .review-scorecard .bar-5{height:12px;background-color:#ffd43a}.jbd-container .review-scorecard .bar-4{height:12px;background-color:#ffd43a}.jbd-container .review-scorecard .bar-3{height:12px;background-color:#ffd43a}.jbd-container .review-scorecard .bar-2{height:12px;background-color:#ffd43a}.jbd-container .review-scorecard .bar-1{height:12px;background-color:#ffd43a}.jbd-container .rating-count{display:inline}#packages-banner-container{background-color:#30404f;border-radius:2px;position:relative}#packages-banner-container .text-area{position:absolute;top:15%;left:5%;color:#fff;max-width:40%;text-align:center;cursor:pointer}@media screen and (max-width:576px){#packages-banner-container .title{font-size:3.2vw}#packages-banner-container .content{font-size:2.8vw}}@media screen and (min-width:576px)and (max-width:1140px){#packages-banner-container .title{font-size:2vw}#packages-banner-container .content{font-size:1.6vw}}@media screen and (min-width:1140px){#packages-banner-container .title{font-size:30px}#packages-banner-container .content{font-size:22px}}.videos-list-view .video-btn{font-size:13px;font-weight:500;color:#fff;background:#344f6e;border-radius:.4rem;padding:.7em 2rem;margin-right:1rem;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;text-align:center;min-width:10rem}.videos-list-view .card-video{display:block;padding:1rem;background:#fff;-webkit-box-shadow:0px 1.2rem 2.7rem rgba(52,79,110,.1);box-shadow:0px 1.2rem 2.7rem rgba(52,79,110,.1);border-radius:.9rem;color:#1e2e42;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;height:100%}.videos-list-view .card-video .card-video-wrap{position:relative;overflow:hidden;height:0;padding-bottom:78%;border-radius:.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.videos-list-view .card-video .card-video-wrap .video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.videos-list-view .card-video .card-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.videos-list-view .card-video .card-video-wrap img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.videos-list-view .card-video .card-video-wrap .play-pause{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2;background:#1e2e42;border-radius:.8rem;width:72px;height:56px;font-size:2.2rem;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.videos-list-view .card-video .card-video-wrap .play-pause:hover{background:rgba(255,0,0,.9)}.videos-list-view .card-video .card-video-wrap .play-pause i{color:#fff !important;font-size:30px}.videos-list-view .card-video .card-video-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.1rem 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.videos-list-view .card-video .card-video-title .video-category{background:rgba(93,180,70,.2);color:#5db446}.videos-list-view .card-video .card-video-title .video-duration{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;font-size:16px;line-height:1.7rem;color:#000}.videos-list-view .card-video .card-video-text{font-weight:500;font-size:15px;line-height:1.6rem;color:#1e2e42}.video-details{position:relative;margin-top:3rem;margin-bottom:3rem}.video-details .video-wrap{height:0;overflow:hidden;padding-bottom:58%;border-radius:.9rem;margin-bottom:4rem;position:relative}.video-details .video-wrap>video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-details .video-wrap>iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-details .video-play-pause{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2;background:red;border-radius:.8rem;width:7.2rem;height:5.6rem;font-size:2.2rem;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;cursor:pointer}.video-details .video-play-pause .la{color:#fff}.video-details .video-play-pause .icon-play3{margin-left:.4rem}.video-details .video-title{font-size:24px;margin-bottom:50px;line-height:3.6rem;font-weight:600}.video-details .video-content{padding:1px 0;color:#344f6e;background:#fff;-webkit-box-shadow:0px 1.2rem 2.7rem rgba(52,79,110,.1);box-shadow:0px 1.2rem 2.7rem rgba(52,79,110,.1);border-radius:.9rem;padding:2rem 2rem 2rem 2rem;min-height:8.2rem;margin-bottom:5rem}.video-details .video-content .video-box{font-size:20px;position:relative;font-weight:bold;line-height:2.6rem;color:#344f6e;cursor:pointer;padding:.8rem 3rem .9rem 0;display:flex;justify-content:space-between}.video-details .video-content .accordion-plus{height:1.4rem;width:1.4rem;position:absolute;top:50%;right:1.5rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.video-details .video-content .accordion-plus:before{width:.2rem;height:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute;content:"";background:#000}.video-details .video-content .accordion-plus:after{height:.2rem;width:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;content:"";background:#000}.video-details .video-content .without-before-element:before{content:none !important}.video-details .video-content .video-description{font-weight:500;line-height:1.5;color:#344f6e}.video-details .related-videos{font-size:16px;font-weight:500;color:#111}.jbd-container i.icon{width:18px;height:18px;background-position:center;background-size:contain;position:relative;display:inline-block;background-repeat:no-repeat;margin-right:4px;vertical-align:sub;background:#555;-webkit-mask-size:cover;mask-size:cover}.jbd-container i.icon-25px{width:25px;height:25px}.jbd-container i.icon-28px{width:28px;height:28px}.jbd-container i.icon-32x{width:32px;height:32px}.jbd-container .header-icons .icon{width:32px;height:32px}.jbd-container .header-icons .la{font-size:26px}.jbd-container .view-counter{font-size:13px;display:inline-flex;align-items:center;border:1.7px solid #575757;border-radius:22px;padding:4px 10px;margin-right:5px}.jbd-container .view-counter .icon{width:22px !important;height:22px !important;margin-right:5px}.jbd-container .white .icon{filter:brightness(0) invert(1)}.jbd-container .icon.green{background:#23b26b}.jbd-container .icon.white{filter:brightness(0) invert(1)}.jbd-container .btn-primary i.icon{filter:brightness(0) invert(1)}.jbd-container .btn-success i.icon{filter:brightness(0) invert(1)}.jbd-container .btn-dark i.icon{filter:brightness(0) invert(1)}.jbd-container .btn-warning i.icon{filter:brightness(0) invert(1)}.jbd-container .btn-info i.icon{filter:brightness(0) invert(1)}.jbd-container .btn-danger i.icon{filter:brightness(0) invert(1)}.jbd-container i.envelope{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/envelope.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/envelope.svg) no-repeat center}.jbd-container i.envelope-circle{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/envelope-circle.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/envelope-circle.svg) no-repeat center}.jbd-container i.map-marker{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/map-marker.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/map-marker.svg) no-repeat center}.jbd-container i.map-marker-fill{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/map-marker-fill.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/map-marker-fill.svg) no-repeat center}.jbd-container i.map-marker-circle{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/map-marker-circle.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/map-marker-circle.svg) no-repeat center}.jbd-container i.map-direction{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/map-directions.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/map-directions.svg) no-repeat center}.jbd-container i.navigation{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/navigation.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/navigation.svg) no-repeat center}.jbd-container i.grid{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/grid-view.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/grid-view.svg) no-repeat center}.jbd-container i.grid-o{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/grid.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/grid.svg) no-repeat center}.jbd-container i.list{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/list.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/list.svg) no-repeat center}.jbd-container i.list-view{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/list-view.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/list-view.svg) no-repeat center}.jbd-container i.globe{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/globe.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/globe.svg) no-repeat center}.jbd-container i.phone{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/phone.svg);mask:url(/components/com_jbusinessdirectory/assets/images/icons/phone.svg)}.jbd-container i.phone-circle{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/phone-circle.svg);mask:url(/components/com_jbusinessdirectory/assets/images/icons/phone-circle.svg)}.jbd-container i.mobile{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/mobile-phone.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/mobile-phone.svg) no-repeat center}.jbd-container i.fax{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/fax.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/fax.svg) no-repeat center}.jbd-container i.filter{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/filter.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/filter.svg) no-repeat center}.jbd-container i.filter-o{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/filter-o.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/filter-o.svg) no-repeat center}.jbd-container i.time{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/time.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/time.svg) no-repeat center}.jbd-container i.pdf-download{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/pdf-download.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/pdf-download.svg) no-repeat center}.jbd-container i.cart{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/cart.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/cart.svg) no-repeat center}.jbd-container i.arrow-bin{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/arrow-bin.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/arrow-bin.svg) no-repeat center}.jbd-container i.list-plus{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/list-plus.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/list-plus.svg) no-repeat center}.jbd-container i.list-cross{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/list-cross.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/list-cross.svg) no-repeat center}.jbd-container i.heart{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/heart-empty.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/heart-empty.svg) no-repeat center}.jbd-container i.heart-fill{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/heart-fill.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/heart.svg) no-repeat center}.jbd-container i.heart-circle{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/heart-circle.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/heart-circle.svg) no-repeat center}.jbd-container i.heart-o-circle{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/heart-o-circle.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/heart-o-circle.svg) no-repeat center}.jbd-container i.eye{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/eye.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/eye.svg) no-repeat center}.jbd-container i.share{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/share.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/share.svg) no-repeat center}.jbd-container i.share-circle{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/share-circle.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/share-circle.svg) no-repeat center}.jbd-container i.print{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/print.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/print.svg) no-repeat center}.jbd-container i.print-circle{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/print-circle.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/print-circle.svg) no-repeat center}.jbd-container i.sort{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/sort.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/sort.svg) no-repeat center}.jbd-container i.link-round{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/link-round.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/link-round.svg) no-repeat center}.jbd-container i.link-square{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/link.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/link.svg) no-repeat center}.jbd-container i.link-external{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/external-link.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/external-link.svg) no-repeat center}.jbd-container i.link-circle{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/link-circle.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/link-circle.svg) no-repeat center}.jbd-container i.list-ul{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/list-ul.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/list-ul.svg) no-repeat center}.jbd-container i.calendar{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/calendar.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/calendar.svg) no-repeat center}.jbd-container i.pencil{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/pencil.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/pencil.svg) no-repeat center}.jbd-container i.phone-o{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/phone-o.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/phone-o.svg) no-repeat center}.jbd-container i.clock{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/clock.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/clock.svg) no-repeat center}.jbd-container i.business{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/business.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/business.svg) no-repeat center}.jbd-container i.offer{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/offer.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/offer.svg) no-repeat center}.jbd-container i.offer-fill{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/offer-fill.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/offer-fill.svg) no-repeat center}.jbd-container i.user{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/user.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/user.svg) no-repeat center}.jbd-container i.user-fill{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/user-fill.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/user-fill.svg) no-repeat center}.jbd-container i.services{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/services.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/services.svg) no-repeat center}.jbd-container i.videos{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/videos.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/videos.svg) no-repeat center}.jbd-container i.file{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/file.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/file.svg) no-repeat center}.jbd-container i.review{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/review.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/review.svg) no-repeat center}.jbd-container i.quote{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/quote.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/quote.svg) no-repeat center}.jbd-container i.message{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/message.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/message.svg) no-repeat center}.jbd-container i.ticket{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/ticket.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/ticket.svg) no-repeat center}.jbd-container i.appointment{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/appointment.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/appointment.svg) no-repeat center}.jbd-container i.package{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/package.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/package.svg) no-repeat center}.jbd-container i.bar-chart{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/bar-chart.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/bar-chart.svg) no-repeat center}.jbd-container i.billing{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/billing.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/billing.svg) no-repeat center}.jbd-container i.briefcase{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/briefcase.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/briefcase.svg) no-repeat center}.jbd-container i.save{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/save.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/save.svg) no-repeat center}.jbd-container i.bullhorn{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/bullhorn.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/bullhorn.svg) no-repeat center}.jbd-container i.conference{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/conference.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/conference.svg) no-repeat center}.jbd-container i.dashboard{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/dashboard.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/dashboard.svg) no-repeat center}.jbd-container i.group{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/group.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/group.svg) no-repeat center}.jbd-container i.marketing{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/marketing.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/marketing.svg) no-repeat center}.jbd-container i.money{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/money.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/money.svg) no-repeat center}.jbd-container i.pencil-square{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/pencil-square.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/pencil-square.svg) no-repeat center}.jbd-container i.pie-chart{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/grid.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/grid.svg) no-repeat center}.jbd-container i.shipping{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/shipping.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/shipping.svg) no-repeat center}.jbd-container i.sign-out{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/sign-out.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/sign-out.svg) no-repeat center}.jbd-container i.copy{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/copy.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/copy.svg) no-repeat center}.jbd-container i.download{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/download.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/download.svg) no-repeat center}.jbd-container i.trash{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/trash.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/trash.svg) no-repeat center}.jbd-container i.close{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/close.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/close.svg) no-repeat center}.jbd-container i.reset{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/reset.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/reset.svg) no-repeat center}.jbd-container i.exclamation-circle{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/circle-exclamation-solid.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/circle-exclamation-solid.svg) no-repeat center}.jbd-container i.info-circle{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/info-circle.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/info-circle.svg) no-repeat center}.jbd-container i.add-to-calendar-circle{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/add-to-calendar-circle.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/add-to-calendar-circle.svg) no-repeat center}.jbd-container i.download-circle{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/download-circle.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/download-circle.svg) no-repeat center}.jbd-container i.filters{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/filters.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/filters.svg) no-repeat center}.jbd-container i.qr-code{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/qr-code.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/qr-code.svg) no-repeat center}.jbd-container i.qr-code-circle{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/qr-code-circle.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/qr-code-circle.svg) no-repeat center}.jbd-container i.vcard{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/vcard.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/vcard.svg) no-repeat center}.jbd-container i.vcard-circle{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/vcard-circle.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/vcard-circle.svg) no-repeat center}.jbd-container i.tag{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/tag.svg) no-repeat center;mask:url(/components/com_jbusinessdirectory/assets/images/icons/tag.svg) no-repeat center}.jbd-container i.facebook{-webkit-background:url(/components/com_jbusinessdirectory/assets/images/icons/facebook.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/facebook.svg) no-repeat center}.jbd-container i.facebook-blue{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/facebook-blue.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/facebook-blue.svg) no-repeat center}.jbd-container i.facebook-blue:hover{-webkit-background:url(/components/com_jbusinessdirectory/assets/images/icons/facebook.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/facebook.svg) no-repeat center}.jbd-container i.x-twitter{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/x.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/x.svg) no-repeat center}.jbd-container i.twitter{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/twitter.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/twitter.svg) no-repeat center}.jbd-container i.twitter-blue{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/twitter-blue.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/twitter-blue.svg) no-repeat center}.jbd-container i.twitter-blue:hover{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/twitter.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/twitter.svg) no-repeat center}.jbd-container i.linkedin{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/linkedin.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/linkedin.svg) no-repeat center}.jbd-container i.linkedin-blue{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/linkedin-blue.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/linkedin-blue.svg) no-repeat center}.jbd-container i.linkedin-blue:hover{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/linkedin.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/linkedin.svg) no-repeat center}.jbd-container i.skype{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/skype.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/skype.svg) no-repeat center}.jbd-container i.skype-blue{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/skype-blue.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/skype-blue.svg) no-repeat center}.jbd-container i.skype-blue:hover{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/skype.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/skype.svg) no-repeat center}.jbd-container i.instagram{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/instagram.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/instagram.svg) no-repeat center}.jbd-container i.instagram-blue{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/instagram-blue.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/instagram-blue.svg) no-repeat center}.jbd-container i.instagram-blue:hover{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/instagram.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/instagram.svg) no-repeat center}.jbd-container i.tiktok{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/tiktok.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/tiktok.svg) no-repeat center}.jbd-container i.pinterest{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/pinterest.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/pinterest.svg) no-repeat center}.jbd-container i.pinterest-blue{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/pinterest-blue.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/pinterest-blue.svg) no-repeat center}.jbd-container i.pinterest-blue:hover{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/pinterest.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/pinterest.svg) no-repeat center}.jbd-container i.whatsapp{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/whatsapp.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/whatsapp.svg) no-repeat center}.jbd-container i.whatsapp-blue{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/whatsapp-blue.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/whatsapp-blue.svg) no-repeat center}.jbd-container i.whatsapp-blue:hover{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/whatsapp.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/whatsapp.svg) no-repeat center}.jbd-container i.thumbs-up{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/thumbs-up.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/thumbs-up.svg) no-repeat center}.jbd-container i.settings{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/settings.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/settings.svg) no-repeat center}.jbd-container i.edit{-webkit-mask:url(/components/com_jbusinessdirectory/assets/images/icons/edit.svg) no-repeat center;background:url(/components/com_jbusinessdirectory/assets/images/icons/edit.svg) no-repeat center}@media(max-width:1100px){.round-border-buton{padding:8px 12px 8px 12px;font-size:12px;letter-spacing:.8px}.extend-style5 #style5-map-container{position:relative;max-width:100%;max-height:400px}.extend-style5{min-height:450px}.listing-filter ul li{width:49%}}@media(max-width:992px){.images-list-container [class*=span]{padding-left:13px}.jbd-container .responsive-simple table,.jbd-container .responsive-simple thead,.jbd-container .responsive-simple tbody,.jbd-container .responsive-simple th,.jbd-container .responsive-simple td,.jbd-container .responsive-simple tr{display:block}.jbd-container .responsive-simple thead tr{position:absolute;top:-9999px;left:-9999px}.jbd-container .responsive-simple tr{border-top:none;margin-bottom:10px}.jbd-container .responsive-simple td{border:none;position:relative;white-space:normal;text-align:left !important}.jbd-container .responsive-simple td:first-child{border-top:0px}.jbd-container .responsive-simple td:last-child{padding-bottom:20px}.jbd-container .responsive-simple td.has-title{padding-top:25px}.jbd-container table.with-titles td{padding-left:50%}.jbd-container table.with-titles td::before{padding:10px 5px}.jbd-container table.cart-item-table td{padding-top:30px !important}.jbd-container .c100{display:none}.jbd-container .jtable-body-row-data:first-child{border-radius:0;border-top-left-radius:.9rem;border-top-right-radius:.9rem}.jbd-container .jtable-body-row-data:last-child{border-radius:0;border-bottom-left-radius:.9rem;border-bottom-right-radius:.9rem}.jbd-container .jbd-panel-menu ul li{width:40%}.jbd-container.tmpl-style-3 .navbar-default{display:none}.jbd-container .jbd-panel{padding:0;background:rgba(0,0,0,0)}.jbd-container .company-container-style-6 .company-header-details .links-container{text-align:left;justify-content:flex-start}.jbd-container .filter-switch{display:block}.jbd-container #search-filter{display:none}.jbd-container #search-filter .open{display:block}.jbd-container #search-filter-horizontal{display:none}.jbd-container #search-filter-horizontal .open{display:block}}@media(max-width:769px){.jbd-container .container{padding:0 !important}.jbd-container .company-style-5-header-info .second-column{margin-top:20px}.jbd-container .horizontal-list.border-large li{width:32%}.jbd-container .compact-list .company-info{padding:10px}.jbd-container .category-form-container{width:95%}.jbd-container .search-map-container{max-height:400px}.jbd-container .detail_box input[type=text]{width:95% !important}.jbd-container .detail_box textarea{width:95% !important}.jbd-container .picture-table .img_picture_company,.jbd-container .picture-table .img_picture_offer{width:95% !important}.jbd-container .picture-table .key{display:none}.jbd-container .picture-table textarea{width:100%}.jbd-container .detail_box select{width:95%}.jbd-container .add-review textarea{width:100%}.jbd-container #slidergallery ul.gallery li{width:45%}.jbd-container #slidergallery ul.gallery li img{width:100%;height:auto}.jbd-container .category-content{height:auto !important}.jbd-container .category-content .grid-content .post{margin-bottom:17px}.jbd-container .navbar-default{display:none}.jbd-container .jbd-panel-subtitle{display:block}.jbd-container .jbd-panel-bradcrumbs{margin-top:10px}#invoice .dialogContent{width:90%}.jbd-container .business-hour input{width:100px}.jbd-container .list-contact .business-info{margin-bottom:30px}.jbd-container .list-contact .business-name{text-align:center}.jbd-container div.business-hour-time{text-align:left}.jbd-container .grid-style2 .grid-item .grid-content{height:auto}.jbd-container #location-dialog .dialogContent{width:auto}.jbd-container #offer-detail-1 .dir-offer-links{float:none;width:100%}.jbd-container #offer-detail-1 .link-item{display:inline-block;line-height:40px;padding-right:7px}.jbd-container #offer-detail-1 .link-item a{padding-right:10px}.jbd-container .truncate-text{max-width:300px !important}.jbd-container .list-style-8 .featured-text{position:relative;bottom:0}.jbd-container .list-style-8 .item-name{margin-top:10px}.jbd-container .list-style-8 .result-content{padding:10px}.jbd-container .list-style-8 .item-info-container{padding:0px 10px}}@media(max-width:768px){.jbd-container .jitem-img-wrap>img,.jbd-container .place-card-body>img{height:auto !important;position:relative !important}.jbd-container .horizontal-list .border-large li,.jbd-container .horizontal-list li{width:100%;border-left:none;padding-left:0 !important}.jbd-container#jdb-wrapper #page-wrapper{margin:0 !important}.jbd-container#jdb-wrapper #content-wrapper{margin:20px 0 !important}.jbd-container #hbreadcrumb{text-align:left}.jbd-container .navbar-minimalize{display:none}.jbd-container .dir-panel-table .item-name{width:100%}#image-simple a div{width:100%}#image-simple a>div::before{left:44%}#offer-style2 .offer-location,#event-style2 .event-location{margin-top:20px !important}#offer-detail-2 .organizer .hover-offer::before{left:15%}#offer-detail-2 .organizer .hover-offer>div{left:67%}#offer-detail-2 .add-review-link{margin-left:36%}#offer-detail-2 #top-right-container{display:none}#company-style-7-container .style-7-header .listing-info{justify-content:flex-start}.results-style-8 .span10 .company-details{padding-left:10px}.results-style-8 .custom-attributes-list-view{width:100%}.results-style-8 .item-info-container{float:none}.jbd-container .listing-style-8 .company-style-8-header-image{height:auto}.jbd-container .listing-style-8 .company-style-8-header-image .header-info{flex-direction:column}.jbd-container .listing-style-8 .company-style-8-header-image .header-info h1{text-align:center}.jbd-container .listing-style-8 .company-style-8-header-image .business-logo-container{margin-right:0px}.jbd-container .listing-style-8 .company-style-8-header-image .business-logo{height:auto;width:100%;margin-bottom:15px}.jbd-container .listing-style-8 .company-style-8-header-image #search-path ul.category-breadcrumbs{text-align:center;width:100%}.speaker-item .column.speaker-info .location-link{position:relative !important;float:none}.speaker-item .column.speaker-info .location-link span,.speaker-item .column.speaker-info .location-link .country_flag{display:inline-block;float:none}#search-results #search-module #companies-search{float:none}#search-results .item-image-cover img,#search-results .item-image img{width:100%;position:relative}.search-options .search-options-item:first-child{width:100%}.search-options .search-options-item:nth-child(2){margin-left:0px}.jdb-wrapper-front #content-wrapper{margin:20px 0 !important;padding:10px}.jbd-container .event-list-style-2 .event-image{border-top-left-radius:1.28rem;border-bottom-left-radius:0;border-top-right-radius:1.28rem}.jbd-container .event-list-style-2 .event-image>img{position:relative}.jbd-container .event-list-style-2 .event-details-container{padding:15px}}@media(max-width:576px){.jbd-container .jitem-img-wrap>img,.jbd-container .place-card-body>img{height:auto !important;position:relative !important}.jbd-container .jbd-search-statistics{display:block;padding-bottom:0}.jbd-container .search-options{justify-content:flex-start}.jbd-container .search-options .jbd-select-box,.jbd-container .search-options .view-mode{margin-left:0}.jbd-container #search-results .search-header{padding-bottom:0}.jbd-container .jbd-panel-menu ul li{width:auto;display:block}.search-options{justify-content:flex-start}.search-options>div{margin-left:0;margin-bottom:10px}.search-options .jbd-select-box{width:100%}.search-options .map-view{margin-left:10px}.detail_box input[type=text],.detail_box .detail_box select{width:95% !important}.detail_box textarea{width:95%}.jbd-container #slidergallery ul.gallery a img{width:auto;height:auto}.jbd-container #company-style-5-container{padding:0}.jbd-container #one-page-container #company-info{width:100%}.jbd-container #one-page-container .company-image{width:100%}.jbd-container #one-page-container .company-info-container{width:100%}.jbd-container #one-page-container #social-networks-container{margin:10px 0}.jbd-container #one-page-container dt{padding-top:10px;float:none !important;width:100%}.jbd-container .event-info .event-info-box{padding:0 10px}.jbd-container .container{padding-right:15px !important;padding-left:15px !important}.jbd-container #reviews .reviewer-name{width:100%}.jbd-container .search-options{float:none;width:100%}.jbd-container .compact-list .content-box{float:none;width:100%}.jbd-container .compact-list .result{padding:10px 0px 0px}.jbd-container .result .company-rating{float:left;margin-left:0;width:100%;display:inline}.jbd-container .grid4 .post{width:95%}.jbd-container #dialog-container{min-width:auto}.jbd-container #slidergallery ul.gallery li{width:100%}.jbd-container .category-content .category-img-container{width:100%;margin-bottom:10px}.jbd-container .grid-content .post{width:100% !important;margin-left:1%;margin-right:1%}.jbd-container .grid-content .post-image,.jbd-container .grid-content .service-list .grid-content .post-image{height:auto}.jbd-container #invoice .dialogContent{width:90%}.jbd-container .business-hour input[type=text]{width:90px}.jbd-container #categories-accordion li.accordion-element{width:100%}.jbd-container .company-style-5-header-info .business-logo{width:100%;height:auto}.jbd-container #socials .item-image img{max-width:230px}.jbd-container #offer-detail-2 .organizer .hover-offer>div{left:32%}.jbd-container #offer-detail-2 .organizer .hover-offer>div{left:55% !important}.jbd-container .event-row .event-desc .event-info{padding:15px !important}.jbd-container #reviews .rate-review{width:100%;margin:0}.jbd-container .btn:not(.btn-sm){width:95%;margin-bottom:10px !important}.jbd-container .field-calendar .btn{margin-bottom:0px !important}.jbd-container .dir-panel-table .btn{margin:0 0 5px !important}.jbd-container #content-wrapper{padding:0}.jbd-edit-container .btn{width:auto}.jbd-edit-container .calendar-date{width:70% !important}.jbd-container #copy-me{float:left;margin-right:5px;width:auto !important}.jbd-container .hidden-phone{display:none !important}.jbd-container .order-options{float:none;line-height:40px}.jbd-container #rc-imageselect,.jbd-container .g-recaptcha{max-width:300px}.jbd-container #recaptcha_table{width:70%}.jbd-container #searchform .form-field{float:none !important;width:100%}.jbd-container #search-details .chosen-container,.jbd-container #search-module .chosen-container,.jbd-container #search-module #companies-search .chosen-container,.jbd-container #search-module #companies-search input.search-field,.jbd-container .shadow-input,.jbd-container #search-module #companies-search select{width:100% !important}.jbd-container #conferences .chosen-container,.jbd-container #conferences select{width:100% !important}.jbd-container #conferences .search-options{text-align:left}.jbd-container #search-results #search-module #searchform .form-field{float:none !important}.jbd-container #search-results .search-options{width:100%;margin:10px 0}.jbd-container #filter-button{width:100%}.jbd-container .listing-filter ul li{width:100%}.jbd-container .truncate-text{max-width:200px !important}.jbd-container .add-review{padding:12px}.jbd-container .company-style-box{padding:15px}.jbd-container .company-container-style-6 .company-header{height:330px}.jbd-container .company-container-style-6 .socials-network{float:none;margin:0 0 15px 5px}.jbd-container .company-container-style-6 .company-header-details{margin:5px}.jbd-container .company-container-style-6 .listing-address{line-height:22px}.jbd-container .company-container-style-6 .btn{width:auto !important}.jbd-container .jbd-social-container{float:none}.jbd-container .jbd-social-container .btn{width:auto}.jbd-container .wizard>.steps>ul>li{width:100%}.jbd-container .wizard>.content>.body{float:none;position:relative;width:auto;height:auto}.jbd-container .calendar-date{width:80%}#editcell .button-row,.dir-panel-table td{padding-left:0;padding-right:0}.jbd-container .responsive-simple-sm table,.jbd-container .responsive-simple-sm thead,.jbd-container .responsive-simple-sm tbody,.jbd-container .responsive-simple-sm th,.jbd-container .responsive-simple-sm td,.jbd-container .responsive-simple-sm tr{display:block}.jbd-container .responsive-simple-sm thead tr{position:absolute;top:-9999px;left:-9999px}.jbd-container .responsive-simple-sm tr{border-top:none}.jbd-container .responsive-simple-sm td{border:none;position:relative;white-space:normal;text-align:left !important}.jbd-container .responsive-simple-sm td:before{position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:bold;content:attr(data-title)}.jbd-container .responsive-simple-sm td:first-child{border-top:0px}.jbd-container .responsive-simple-sm td:last-child{padding-bottom:20px}.jbd-container .responsive-simple-sm td.has-title{padding-top:25px}}@media(max-width:576px){.cart-ui-dialog{width:50% !important}.jbd-container .cart-container .cart-item-pic{width:100%}.jbd-container .hidden-xs{display:none !important}}.jbd-container .jbd-trips .trip-capacity{padding:4px 10px;height:28px;vertical-align:middle;width:fit-content;border-radius:13px;background-color:#edf5e1}.jbd-container .jbd-trips .read-more{margin:17px;font-size:14px}.jbd-container .jbd-trips .arrow{color:#769abe;margin:1em 0}.jbd-container .jbd-trips .arrow::after{display:inline-block;padding-left:8px;content:"???";-webkit-transition:transform .3s ease-out;-moz-transition:transform .3s ease-out;-ms-transition:transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out}.jbd-container .jbd-trips .arrow:hover{color:#769abe}.jbd-container .jbd-trips .arrow:hover::after{-webkit-transform:translateX(4px);-moz-transform:translateX(4px);-ms-transform:translateX(4px);-o-transform:translateX(4px);transform:translateX(4px)}.jbd-container .jbd-trips .trips-list-style-1 .result-item{border-radius:1.28rem !important;overflow:hidden !important}.jbd-container .jbd-trips .trips-list-style-1 .result-item .img-wrapper{overflow:hidden !important;-webkit-border-radius:1.28rem;-moz-border-radius:1.28rem;-ms-border-radius:1.28rem;-o-border-radius:1.28rem;border-radius:1.28rem}.jbd-container .jbd-trips .trips-list-style-1 .result-item .img-wrapper img{-webkit-transition:transform .5s ease;-moz-transition:transform .5s ease;-ms-transition:transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease;border-radius:1.28rem;transform:scale(1)}.jbd-container .jbd-trips .trips-list-style-1 .result-item .img-wrapper img:hover{-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3)}.jbd-container .jbd-trips .trips-list-style-1 .result-item .trip-information{font-size:14px;margin-top:10px}.jbd-container .jbd-trips .trips-list-style-1 .result-item .trip-information:before{content:"";display:block;margin:0 auto 0px 15px;width:94%;padding-top:10px;border-top:1px solid #ecebec}.jbd-container .jbd-trips .trips-grid-style-1 .jitem-card{border-radius:1.25rem}.jbd-container .jbd-trips .trips-grid-style-1 .jitem-card .jitem-img-wrap{-webkit-border-radius:1.28rem;-moz-border-radius:1.28rem;-ms-border-radius:1.28rem;-o-border-radius:1.28rem;border-radius:1.28rem;overflow:hidden !important}.jbd-container .jbd-trips .trips-grid-style-1 .jitem-card .jitem-img-wrap img{-webkit-transition:transform .5s ease;-moz-transition:transform .5s ease;-ms-transition:transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease;transform:scale(1) !important;height:100%;border-radius:1.28rem;width:inherit}.jbd-container .jbd-trips .trips-grid-style-1 .jitem-card .jitem-img-wrap img:hover{-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3) !important}.jbd-container .jbd-trips .trips-grid-style-1 .jitem-card .jitem-body{border:none !important}.jbd-container .jbd-trips .trips-grid-style-1 .jitem-card .jitem-body .jitem-desc{border-bottom:1px solid #ecebec !important}.jbd-container .jbd-trips .trips-grid-style-1 .jitem-card .jitem-footer{justify-content:space-between;padding:0px 1.6em .6em !important;align-items:center}.jbd-container .trip-container{width:100%;clear:both;padding:20px 30px}.jbd-container .trip-container .trip-content-box{background:#fff;padding:20px;line-height:35px;border-radius:15px;margin-bottom:20px;border:1px solid #e1e1e1}.jbd-container .trip-container .trip-content-box .box-title{font-weight:normal;font-size:22px;line-height:30px;border-bottom:1px solid #ecebec;margin-bottom:25px}.jbd-container .trip-container .trip-item-head .head-item{display:flex;align-items:center}.jbd-container .trip-container .trip-item-head .content-info{margin-left:5px;font-size:12px}.jbd-container .trip-container .trip-item-head .content-info .light{color:#b7b7b7}.jbd-container .trip-container .trip-item-head .head-item-value{color:#62595d}.jbd-container .trip-container .trip-item-body{padding:10px 5px;background-color:#f9f9f9}.jbd-container .trip-container .trip-item-body .item-description{color:#555}@media(max-width:768px){.jbd-container .trip-container{padding:0px}}@media(min-width:992px){.jbd-container .trip-item-head .head-item{justify-content:center !important}}

.la,.las,.lar,.lal,.lad,.lab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.la-lg{font-size:1.33333em;line-height:0.75em;vertical-align:-.0667em}.la-xs{font-size:.75em}.la-sm{font-size:.875em}.la-1x{font-size:1em}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-6x{font-size:6em}.la-7x{font-size:7em}.la-8x{font-size:8em}.la-9x{font-size:9em}.la-10x{font-size:10em}.la-fw{text-align:center;width:1.25em}.la-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.la-ul>li{position:relative}.la-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.la-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.la-pull-left{float:left}.la-pull-right{float:right}.la.la-pull-left,.las.la-pull-left,.lar.la-pull-left,.lal.la-pull-left,.lab.la-pull-left{margin-right:.3em}.la.la-pull-right,.las.la-pull-right,.lar.la-pull-right,.lal.la-pull-right,.lab.la-pull-right{margin-left:.3em}.la-spin{-webkit-animation:la-spin 2s infinite linear;animation:la-spin 2s infinite linear}.la-pulse{-webkit-animation:la-spin 1s infinite steps(8);animation:la-spin 1s infinite steps(8)}@-webkit-keyframes la-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes la-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.la-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.la-flip-both,.la-flip-horizontal.la-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .la-rotate-90,:root .la-rotate-180,:root .la-rotate-270,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-flip-both{-webkit-filter:none;filter:none}.la-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.la-stack-1x,.la-stack-2x{left:0;position:absolute;text-align:center;width:100%}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f26e"}.la-accessible-icon:before{content:"\f368"}.la-accusoft:before{content:"\f369"}.la-acquisitions-incorporated:before{content:"\f6af"}.la-ad:before{content:"\f641"}.la-address-book:before{content:"\f2b9"}.la-address-card:before{content:"\f2bb"}.la-adjust:before{content:"\f042"}.la-adn:before{content:"\f170"}.la-adobe:before{content:"\f778"}.la-adversal:before{content:"\f36a"}.la-affiliatetheme:before{content:"\f36b"}.la-air-freshener:before{content:"\f5d0"}.la-airbnb:before{content:"\f834"}.la-algolia:before{content:"\f36c"}.la-align-center:before{content:"\f037"}.la-align-justify:before{content:"\f039"}.la-align-left:before{content:"\f036"}.la-align-right:before{content:"\f038"}.la-alipay:before{content:"\f642"}.la-allergies:before{content:"\f461"}.la-amazon:before{content:"\f270"}.la-amazon-pay:before{content:"\f42c"}.la-ambulance:before{content:"\f0f9"}.la-american-sign-language-interpreting:before{content:"\f2a3"}.la-amilia:before{content:"\f36d"}.la-anchor:before{content:"\f13d"}.la-android:before{content:"\f17b"}.la-angellist:before{content:"\f209"}.la-angle-double-down:before{content:"\f103"}.la-angle-double-left:before{content:"\f100"}.la-angle-double-right:before{content:"\f101"}.la-angle-double-up:before{content:"\f102"}.la-angle-down:before{content:"\f107"}.la-angle-left:before{content:"\f104"}.la-angle-right:before{content:"\f105"}.la-angle-up:before{content:"\f106"}.la-angry:before{content:"\f556"}.la-angrycreative:before{content:"\f36e"}.la-angular:before{content:"\f420"}.la-ankh:before{content:"\f644"}.la-app-store:before{content:"\f36f"}.la-app-store-ios:before{content:"\f370"}.la-apper:before{content:"\f371"}.la-apple:before{content:"\f179"}.la-apple-alt:before{content:"\f5d1"}.la-apple-pay:before{content:"\f415"}.la-archive:before{content:"\f187"}.la-archway:before{content:"\f557"}.la-arrow-alt-circle-down:before{content:"\f358"}.la-arrow-alt-circle-left:before{content:"\f359"}.la-arrow-alt-circle-right:before{content:"\f35a"}.la-arrow-alt-circle-up:before{content:"\f35b"}.la-arrow-circle-down:before{content:"\f0ab"}.la-arrow-circle-left:before{content:"\f0a8"}.la-arrow-circle-right:before{content:"\f0a9"}.la-arrow-circle-up:before{content:"\f0aa"}.la-arrow-down:before{content:"\f063"}.la-arrow-left:before{content:"\f060"}.la-arrow-right:before{content:"\f061"}.la-arrow-up:before{content:"\f062"}.la-arrows-alt:before{content:"\f0b2"}.la-arrows-alt-h:before{content:"\f337"}.la-arrows-alt-v:before{content:"\f338"}.la-artstation:before{content:"\f77a"}.la-assistive-listening-systems:before{content:"\f2a2"}.la-asterisk:before{content:"\f069"}.la-asymmetrik:before{content:"\f372"}.la-at:before{content:"\f1fa"}.la-atlas:before{content:"\f558"}.la-atlassian:before{content:"\f77b"}.la-atom:before{content:"\f5d2"}.la-audible:before{content:"\f373"}.la-audio-description:before{content:"\f29e"}.la-autoprefixer:before{content:"\f41c"}.la-avianex:before{content:"\f374"}.la-aviato:before{content:"\f421"}.la-award:before{content:"\f559"}.la-aws:before{content:"\f375"}.la-baby:before{content:"\f77c"}.la-baby-carriage:before{content:"\f77d"}.la-backspace:before{content:"\f55a"}.la-backward:before{content:"\f04a"}.la-bacon:before{content:"\f7e5"}.la-balance-scale:before{content:"\f24e"}.la-balance-scale-left:before{content:"\f515"}.la-balance-scale-right:before{content:"\f516"}.la-ban:before{content:"\f05e"}.la-band-aid:before{content:"\f462"}.la-bandcamp:before{content:"\f2d5"}.la-barcode:before{content:"\f02a"}.la-bars:before{content:"\f0c9"}.la-baseball-ball:before{content:"\f433"}.la-basketball-ball:before{content:"\f434"}.la-bath:before{content:"\f2cd"}.la-battery-empty:before{content:"\f244"}.la-battery-full:before{content:"\f240"}.la-battery-half:before{content:"\f242"}.la-battery-quarter:before{content:"\f243"}.la-battery-three-quarters:before{content:"\f241"}.la-battle-net:before{content:"\f835"}.la-bed:before{content:"\f236"}.la-beer:before{content:"\f0fc"}.la-behance:before{content:"\f1b4"}.la-behance-square:before{content:"\f1b5"}.la-bell:before{content:"\f0f3"}.la-bell-slash:before{content:"\f1f6"}.la-bezier-curve:before{content:"\f55b"}.la-bible:before{content:"\f647"}.la-bicycle:before{content:"\f206"}.la-biking:before{content:"\f84a"}.la-bimobject:before{content:"\f378"}.la-binoculars:before{content:"\f1e5"}.la-biohazard:before{content:"\f780"}.la-birthday-cake:before{content:"\f1fd"}.la-bitbucket:before{content:"\f171"}.la-bitcoin:before{content:"\f379"}.la-bity:before{content:"\f37a"}.la-black-tie:before{content:"\f27e"}.la-blackberry:before{content:"\f37b"}.la-blender:before{content:"\f517"}.la-blender-phone:before{content:"\f6b6"}.la-blind:before{content:"\f29d"}.la-blog:before{content:"\f781"}.la-blogger:before{content:"\f37c"}.la-blogger-b:before{content:"\f37d"}.la-bluetooth:before{content:"\f293"}.la-bluetooth-b:before{content:"\f294"}.la-bold:before{content:"\f032"}.la-bolt:before{content:"\f0e7"}.la-bomb:before{content:"\f1e2"}.la-bone:before{content:"\f5d7"}.la-bong:before{content:"\f55c"}.la-book:before{content:"\f02d"}.la-book-dead:before{content:"\f6b7"}.la-book-medical:before{content:"\f7e6"}.la-book-open:before{content:"\f518"}.la-book-reader:before{content:"\f5da"}.la-bookmark:before{content:"\f02e"}.la-bootstrap:before{content:"\f836"}.la-border-all:before{content:"\f84c"}.la-border-none:before{content:"\f850"}.la-border-style:before{content:"\f853"}.la-bowling-ball:before{content:"\f436"}.la-box:before{content:"\f466"}.la-box-open:before{content:"\f49e"}.la-boxes:before{content:"\f468"}.la-braille:before{content:"\f2a1"}.la-brain:before{content:"\f5dc"}.la-bread-slice:before{content:"\f7ec"}.la-briefcase:before{content:"\f0b1"}.la-briefcase-medical:before{content:"\f469"}.la-broadcast-tower:before{content:"\f519"}.la-broom:before{content:"\f51a"}.la-brush:before{content:"\f55d"}.la-btc:before{content:"\f15a"}.la-buffer:before{content:"\f837"}.la-bug:before{content:"\f188"}.la-building:before{content:"\f1ad"}.la-bullhorn:before{content:"\f0a1"}.la-bullseye:before{content:"\f140"}.la-burn:before{content:"\f46a"}.la-buromobelexperte:before{content:"\f37f"}.la-bus:before{content:"\f207"}.la-bus-alt:before{content:"\f55e"}.la-business-time:before{content:"\f64a"}.la-buy-n-large:before{content:"\f8a6"}.la-buysellads:before{content:"\f20d"}.la-calculator:before{content:"\f1ec"}.la-calendar:before{content:"\f133"}.la-calendar-alt:before{content:"\f073"}.la-calendar-check:before{content:"\f274"}.la-calendar-day:before{content:"\f783"}.la-calendar-minus:before{content:"\f272"}.la-calendar-plus:before{content:"\f271"}.la-calendar-times:before{content:"\f273"}.la-calendar-week:before{content:"\f784"}.la-camera:before{content:"\f030"}.la-camera-retro:before{content:"\f083"}.la-campground:before{content:"\f6bb"}.la-canadian-maple-leaf:before{content:"\f785"}.la-candy-cane:before{content:"\f786"}.la-cannabis:before{content:"\f55f"}.la-capsules:before{content:"\f46b"}.la-car:before{content:"\f1b9"}.la-car-alt:before{content:"\f5de"}.la-car-battery:before{content:"\f5df"}.la-car-crash:before{content:"\f5e1"}.la-car-side:before{content:"\f5e4"}.la-caret-down:before{content:"\f0d7"}.la-caret-left:before{content:"\f0d9"}.la-caret-right:before{content:"\f0da"}.la-caret-square-down:before{content:"\f150"}.la-caret-square-left:before{content:"\f191"}.la-caret-square-right:before{content:"\f152"}.la-caret-square-up:before{content:"\f151"}.la-caret-up:before{content:"\f0d8"}.la-carrot:before{content:"\f787"}.la-cart-arrow-down:before{content:"\f218"}.la-cart-plus:before{content:"\f217"}.la-cash-register:before{content:"\f788"}.la-cat:before{content:"\f6be"}.la-cc-amazon-pay:before{content:"\f42d"}.la-cc-amex:before{content:"\f1f3"}.la-cc-apple-pay:before{content:"\f416"}.la-cc-diners-club:before{content:"\f24c"}.la-cc-discover:before{content:"\f1f2"}.la-cc-jcb:before{content:"\f24b"}.la-cc-mastercard:before{content:"\f1f1"}.la-cc-paypal:before{content:"\f1f4"}.la-cc-stripe:before{content:"\f1f5"}.la-cc-visa:before{content:"\f1f0"}.la-centercode:before{content:"\f380"}.la-centos:before{content:"\f789"}.la-certificate:before{content:"\f0a3"}.la-chair:before{content:"\f6c0"}.la-chalkboard:before{content:"\f51b"}.la-chalkboard-teacher:before{content:"\f51c"}.la-charging-station:before{content:"\f5e7"}.la-chart-area:before{content:"\f1fe"}.la-chart-bar:before{content:"\f080"}.la-chart-line:before{content:"\f201"}.la-chart-pie:before{content:"\f200"}.la-check:before{content:"\f00c"}.la-check-circle:before{content:"\f058"}.la-check-double:before{content:"\f560"}.la-check-square:before{content:"\f14a"}.la-cheese:before{content:"\f7ef"}.la-chess:before{content:"\f439"}.la-chess-bishop:before{content:"\f43a"}.la-chess-board:before{content:"\f43c"}.la-chess-king:before{content:"\f43f"}.la-chess-knight:before{content:"\f441"}.la-chess-pawn:before{content:"\f443"}.la-chess-queen:before{content:"\f445"}.la-chess-rook:before{content:"\f447"}.la-chevron-circle-down:before{content:"\f13a"}.la-chevron-circle-left:before{content:"\f137"}.la-chevron-circle-right:before{content:"\f138"}.la-chevron-circle-up:before{content:"\f139"}.la-chevron-down:before{content:"\f078"}.la-chevron-left:before{content:"\f053"}.la-chevron-right:before{content:"\f054"}.la-chevron-up:before{content:"\f077"}.la-child:before{content:"\f1ae"}.la-chrome:before{content:"\f268"}.la-chromecast:before{content:"\f838"}.la-church:before{content:"\f51d"}.la-circle:before{content:"\f111"}.la-circle-notch:before{content:"\f1ce"}.la-city:before{content:"\f64f"}.la-clinic-medical:before{content:"\f7f2"}.la-clipboard:before{content:"\f328"}.la-clipboard-check:before{content:"\f46c"}.la-clipboard-list:before{content:"\f46d"}.la-clock:before{content:"\f017"}.la-clone:before{content:"\f24d"}.la-closed-captioning:before{content:"\f20a"}.la-cloud:before{content:"\f0c2"}.la-cloud-download-alt:before{content:"\f381"}.la-cloud-meatball:before{content:"\f73b"}.la-cloud-moon:before{content:"\f6c3"}.la-cloud-moon-rain:before{content:"\f73c"}.la-cloud-rain:before{content:"\f73d"}.la-cloud-showers-heavy:before{content:"\f740"}.la-cloud-sun:before{content:"\f6c4"}.la-cloud-sun-rain:before{content:"\f743"}.la-cloud-upload-alt:before{content:"\f382"}.la-cloudscale:before{content:"\f383"}.la-cloudsmith:before{content:"\f384"}.la-cloudversify:before{content:"\f385"}.la-cocktail:before{content:"\f561"}.la-code:before{content:"\f121"}.la-code-branch:before{content:"\f126"}.la-codepen:before{content:"\f1cb"}.la-codiepie:before{content:"\f284"}.la-coffee:before{content:"\f0f4"}.la-cog:before{content:"\f013"}.la-cogs:before{content:"\f085"}.la-coins:before{content:"\f51e"}.la-columns:before{content:"\f0db"}.la-comment:before{content:"\f075"}.la-comment-alt:before{content:"\f27a"}.la-comment-dollar:before{content:"\f651"}.la-comment-dots:before{content:"\f4ad"}.la-comment-medical:before{content:"\f7f5"}.la-comment-slash:before{content:"\f4b3"}.la-comments:before{content:"\f086"}.la-comments-dollar:before{content:"\f653"}.la-compact-disc:before{content:"\f51f"}.la-compass:before{content:"\f14e"}.la-compress:before{content:"\f066"}.la-compress-arrows-alt:before{content:"\f78c"}.la-concierge-bell:before{content:"\f562"}.la-confluence:before{content:"\f78d"}.la-connectdevelop:before{content:"\f20e"}.la-contao:before{content:"\f26d"}.la-cookie:before{content:"\f563"}.la-cookie-bite:before{content:"\f564"}.la-copy:before{content:"\f0c5"}.la-copyright:before{content:"\f1f9"}.la-cotton-bureau:before{content:"\f89e"}.la-couch:before{content:"\f4b8"}.la-cpanel:before{content:"\f388"}.la-creative-commons:before{content:"\f25e"}.la-creative-commons-by:before{content:"\f4e7"}.la-creative-commons-nc:before{content:"\f4e8"}.la-creative-commons-nc-eu:before{content:"\f4e9"}.la-creative-commons-nc-jp:before{content:"\f4ea"}.la-creative-commons-nd:before{content:"\f4eb"}.la-creative-commons-pd:before{content:"\f4ec"}.la-creative-commons-pd-alt:before{content:"\f4ed"}.la-creative-commons-remix:before{content:"\f4ee"}.la-creative-commons-sa:before{content:"\f4ef"}.la-creative-commons-sampling:before{content:"\f4f0"}.la-creative-commons-sampling-plus:before{content:"\f4f1"}.la-creative-commons-share:before{content:"\f4f2"}.la-creative-commons-zero:before{content:"\f4f3"}.la-credit-card:before{content:"\f09d"}.la-critical-role:before{content:"\f6c9"}.la-crop:before{content:"\f125"}.la-crop-alt:before{content:"\f565"}.la-cross:before{content:"\f654"}.la-crosshairs:before{content:"\f05b"}.la-crow:before{content:"\f520"}.la-crown:before{content:"\f521"}.la-crutch:before{content:"\f7f7"}.la-css3:before{content:"\f13c"}.la-css3-alt:before{content:"\f38b"}.la-cube:before{content:"\f1b2"}.la-cubes:before{content:"\f1b3"}.la-cut:before{content:"\f0c4"}.la-cuttlefish:before{content:"\f38c"}.la-d-and-d:before{content:"\f38d"}.la-d-and-d-beyond:before{content:"\f6ca"}.la-dashcube:before{content:"\f210"}.la-database:before{content:"\f1c0"}.la-deaf:before{content:"\f2a4"}.la-delicious:before{content:"\f1a5"}.la-democrat:before{content:"\f747"}.la-deploydog:before{content:"\f38e"}.la-deskpro:before{content:"\f38f"}.la-desktop:before{content:"\f108"}.la-dev:before{content:"\f6cc"}.la-deviantart:before{content:"\f1bd"}.la-dharmachakra:before{content:"\f655"}.la-dhl:before{content:"\f790"}.la-diagnoses:before{content:"\f470"}.la-diaspora:before{content:"\f791"}.la-dice:before{content:"\f522"}.la-dice-d20:before{content:"\f6cf"}.la-dice-d6:before{content:"\f6d1"}.la-dice-five:before{content:"\f523"}.la-dice-four:before{content:"\f524"}.la-dice-one:before{content:"\f525"}.la-dice-six:before{content:"\f526"}.la-dice-three:before{content:"\f527"}.la-dice-two:before{content:"\f528"}.la-digg:before{content:"\f1a6"}.la-digital-ocean:before{content:"\f391"}.la-digital-tachograph:before{content:"\f566"}.la-directions:before{content:"\f5eb"}.la-discord:before{content:"\f392"}.la-discourse:before{content:"\f393"}.la-divide:before{content:"\f529"}.la-dizzy:before{content:"\f567"}.la-dna:before{content:"\f471"}.la-dochub:before{content:"\f394"}.la-docker:before{content:"\f395"}.la-dog:before{content:"\f6d3"}.la-dollar-sign:before{content:"\f155"}.la-dolly:before{content:"\f472"}.la-dolly-flatbed:before{content:"\f474"}.la-donate:before{content:"\f4b9"}.la-door-closed:before{content:"\f52a"}.la-door-open:before{content:"\f52b"}.la-dot-circle:before{content:"\f192"}.la-dove:before{content:"\f4ba"}.la-download:before{content:"\f019"}.la-draft2digital:before{content:"\f396"}.la-drafting-compass:before{content:"\f568"}.la-dragon:before{content:"\f6d5"}.la-draw-polygon:before{content:"\f5ee"}.la-dribbble:before{content:"\f17d"}.la-dribbble-square:before{content:"\f397"}.la-dropbox:before{content:"\f16b"}.la-drum:before{content:"\f569"}.la-drum-steelpan:before{content:"\f56a"}.la-drumstick-bite:before{content:"\f6d7"}.la-drupal:before{content:"\f1a9"}.la-dumbbell:before{content:"\f44b"}.la-dumpster:before{content:"\f793"}.la-dumpster-fire:before{content:"\f794"}.la-dungeon:before{content:"\f6d9"}.la-dyalog:before{content:"\f399"}.la-earlybirds:before{content:"\f39a"}.la-ebay:before{content:"\f4f4"}.la-edge:before{content:"\f282"}.la-edit:before{content:"\f044"}.la-egg:before{content:"\f7fb"}.la-eject:before{content:"\f052"}.la-elementor:before{content:"\f430"}.la-ellipsis-h:before{content:"\f141"}.la-ellipsis-v:before{content:"\f142"}.la-ello:before{content:"\f5f1"}.la-ember:before{content:"\f423"}.la-empire:before{content:"\f1d1"}.la-envelope:before{content:"\f0e0"}.la-envelope-open:before{content:"\f2b6"}.la-envelope-open-text:before{content:"\f658"}.la-envelope-square:before{content:"\f199"}.la-envira:before{content:"\f299"}.la-equals:before{content:"\f52c"}.la-eraser:before{content:"\f12d"}.la-erlang:before{content:"\f39d"}.la-ethereum:before{content:"\f42e"}.la-ethernet:before{content:"\f796"}.la-etsy:before{content:"\f2d7"}.la-euro-sign:before{content:"\f153"}.la-evernote:before{content:"\f839"}.la-exchange-alt:before{content:"\f362"}.la-exclamation:before{content:"\f12a"}.la-exclamation-circle:before{content:"\f06a"}.la-exclamation-triangle:before{content:"\f071"}.la-expand:before{content:"\f065"}.la-expand-arrows-alt:before{content:"\f31e"}.la-expeditedssl:before{content:"\f23e"}.la-external-link-alt:before{content:"\f35d"}.la-external-link-square-alt:before{content:"\f360"}.la-eye:before{content:"\f06e"}.la-eye-dropper:before{content:"\f1fb"}.la-eye-slash:before{content:"\f070"}.la-facebook:before{content:"\f09a"}.la-facebook-f:before{content:"\f39e"}.la-facebook-messenger:before{content:"\f39f"}.la-facebook-square:before{content:"\f082"}.la-fan:before{content:"\f863"}.la-fantasy-flight-games:before{content:"\f6dc"}.la-fast-backward:before{content:"\f049"}.la-fast-forward:before{content:"\f050"}.la-fax:before{content:"\f1ac"}.la-feather:before{content:"\f52d"}.la-feather-alt:before{content:"\f56b"}.la-fedex:before{content:"\f797"}.la-fedora:before{content:"\f798"}.la-female:before{content:"\f182"}.la-fighter-jet:before{content:"\f0fb"}.la-figma:before{content:"\f799"}.la-file:before{content:"\f15b"}.la-file-alt:before{content:"\f15c"}.la-file-archive:before{content:"\f1c6"}.la-file-audio:before{content:"\f1c7"}.la-file-code:before{content:"\f1c9"}.la-file-contract:before{content:"\f56c"}.la-file-csv:before{content:"\f6dd"}.la-file-download:before{content:"\f56d"}.la-file-excel:before{content:"\f1c3"}.la-file-export:before{content:"\f56e"}.la-file-image:before{content:"\f1c5"}.la-file-import:before{content:"\f56f"}.la-file-invoice:before{content:"\f570"}.la-file-invoice-dollar:before{content:"\f571"}.la-file-medical:before{content:"\f477"}.la-file-medical-alt:before{content:"\f478"}.la-file-pdf:before{content:"\f1c1"}.la-file-powerpoint:before{content:"\f1c4"}.la-file-prescription:before{content:"\f572"}.la-file-signature:before{content:"\f573"}.la-file-upload:before{content:"\f574"}.la-file-video:before{content:"\f1c8"}.la-file-word:before{content:"\f1c2"}.la-fill:before{content:"\f575"}.la-fill-drip:before{content:"\f576"}.la-film:before{content:"\f008"}.la-filter:before{content:"\f0b0"}.la-fingerprint:before{content:"\f577"}.la-fire:before{content:"\f06d"}.la-fire-alt:before{content:"\f7e4"}.la-fire-extinguisher:before{content:"\f134"}.la-firefox:before{content:"\f269"}.la-first-aid:before{content:"\f479"}.la-first-order:before{content:"\f2b0"}.la-first-order-alt:before{content:"\f50a"}.la-firstdraft:before{content:"\f3a1"}.la-fish:before{content:"\f578"}.la-fist-raised:before{content:"\f6de"}.la-flag:before{content:"\f024"}.la-flag-checkered:before{content:"\f11e"}.la-flag-usa:before{content:"\f74d"}.la-flask:before{content:"\f0c3"}.la-flickr:before{content:"\f16e"}.la-flipboard:before{content:"\f44d"}.la-flushed:before{content:"\f579"}.la-fly:before{content:"\f417"}.la-folder:before{content:"\f07b"}.la-folder-minus:before{content:"\f65d"}.la-folder-open:before{content:"\f07c"}.la-folder-plus:before{content:"\f65e"}.la-font:before{content:"\f031"}.la-font-awesome:before{content:"\f2b4"}.la-font-awesome-alt:before{content:"\f35c"}.la-font-awesome-flag:before{content:"\f425"}.la-font-awesome-logo-full:before{content:"\f4e6"}.la-fonticons:before{content:"\f280"}.la-fonticons-fi:before{content:"\f3a2"}.la-football-ball:before{content:"\f44e"}.la-fort-awesome:before{content:"\f286"}.la-fort-awesome-alt:before{content:"\f3a3"}.la-forumbee:before{content:"\f211"}.la-forward:before{content:"\f04e"}.la-foursquare:before{content:"\f180"}.la-free-code-camp:before{content:"\f2c5"}.la-freebsd:before{content:"\f3a4"}.la-frog:before{content:"\f52e"}.la-frown:before{content:"\f119"}.la-frown-open:before{content:"\f57a"}.la-fulcrum:before{content:"\f50b"}.la-funnel-dollar:before{content:"\f662"}.la-futbol:before{content:"\f1e3"}.la-galactic-republic:before{content:"\f50c"}.la-galactic-senate:before{content:"\f50d"}.la-gamepad:before{content:"\f11b"}.la-gas-pump:before{content:"\f52f"}.la-gavel:before{content:"\f0e3"}.la-gem:before{content:"\f3a5"}.la-genderless:before{content:"\f22d"}.la-get-pocket:before{content:"\f265"}.la-gg:before{content:"\f260"}.la-gg-circle:before{content:"\f261"}.la-ghost:before{content:"\f6e2"}.la-gift:before{content:"\f06b"}.la-gifts:before{content:"\f79c"}.la-git:before{content:"\f1d3"}.la-git-alt:before{content:"\f841"}.la-git-square:before{content:"\f1d2"}.la-github:before{content:"\f09b"}.la-github-alt:before{content:"\f113"}.la-github-square:before{content:"\f092"}.la-gitkraken:before{content:"\f3a6"}.la-gitlab:before{content:"\f296"}.la-gitter:before{content:"\f426"}.la-glass-cheers:before{content:"\f79f"}.la-glass-martini:before{content:"\f000"}.la-glass-martini-alt:before{content:"\f57b"}.la-glass-whiskey:before{content:"\f7a0"}.la-glasses:before{content:"\f530"}.la-glide:before{content:"\f2a5"}.la-glide-g:before{content:"\f2a6"}.la-globe:before{content:"\f0ac"}.la-globe-africa:before{content:"\f57c"}.la-globe-americas:before{content:"\f57d"}.la-globe-asia:before{content:"\f57e"}.la-globe-europe:before{content:"\f7a2"}.la-gofore:before{content:"\f3a7"}.la-golf-ball:before{content:"\f450"}.la-goodreads:before{content:"\f3a8"}.la-goodreads-g:before{content:"\f3a9"}.la-google:before{content:"\f1a0"}.la-google-drive:before{content:"\f3aa"}.la-google-play:before{content:"\f3ab"}.la-google-plus:before{content:"\f2b3"}.la-google-plus-g:before{content:"\f0d5"}.la-google-plus-square:before{content:"\f0d4"}.la-google-wallet:before{content:"\f1ee"}.la-gopuram:before{content:"\f664"}.la-graduation-cap:before{content:"\f19d"}.la-gratipay:before{content:"\f184"}.la-grav:before{content:"\f2d6"}.la-greater-than:before{content:"\f531"}.la-greater-than-equal:before{content:"\f532"}.la-grimace:before{content:"\f57f"}.la-grin:before{content:"\f580"}.la-grin-alt:before{content:"\f581"}.la-grin-beam:before{content:"\f582"}.la-grin-beam-sweat:before{content:"\f583"}.la-grin-hearts:before{content:"\f584"}.la-grin-squint:before{content:"\f585"}.la-grin-squint-tears:before{content:"\f586"}.la-grin-stars:before{content:"\f587"}.la-grin-tears:before{content:"\f588"}.la-grin-tongue:before{content:"\f589"}.la-grin-tongue-squint:before{content:"\f58a"}.la-grin-tongue-wink:before{content:"\f58b"}.la-grin-wink:before{content:"\f58c"}.la-grip-horizontal:before{content:"\f58d"}.la-grip-lines:before{content:"\f7a4"}.la-grip-lines-vertical:before{content:"\f7a5"}.la-grip-vertical:before{content:"\f58e"}.la-gripfire:before{content:"\f3ac"}.la-grunt:before{content:"\f3ad"}.la-guitar:before{content:"\f7a6"}.la-gulp:before{content:"\f3ae"}.la-h-square:before{content:"\f0fd"}.la-hacker-news:before{content:"\f1d4"}.la-hacker-news-square:before{content:"\f3af"}.la-hackerrank:before{content:"\f5f7"}.la-hamburger:before{content:"\f805"}.la-hammer:before{content:"\f6e3"}.la-hamsa:before{content:"\f665"}.la-hand-holding:before{content:"\f4bd"}.la-hand-holding-heart:before{content:"\f4be"}.la-hand-holding-usd:before{content:"\f4c0"}.la-hand-lizard:before{content:"\f258"}.la-hand-middle-finger:before{content:"\f806"}.la-hand-paper:before{content:"\f256"}.la-hand-peace:before{content:"\f25b"}.la-hand-point-down:before{content:"\f0a7"}.la-hand-point-left:before{content:"\f0a5"}.la-hand-point-right:before{content:"\f0a4"}.la-hand-point-up:before{content:"\f0a6"}.la-hand-pointer:before{content:"\f25a"}.la-hand-rock:before{content:"\f255"}.la-hand-scissors:before{content:"\f257"}.la-hand-spock:before{content:"\f259"}.la-hands:before{content:"\f4c2"}.la-hands-helping:before{content:"\f4c4"}.la-handshake:before{content:"\f2b5"}.la-hanukiah:before{content:"\f6e6"}.la-hard-hat:before{content:"\f807"}.la-hashtag:before{content:"\f292"}.la-hat-cowboy:before{content:"\f8c0"}.la-hat-cowboy-side:before{content:"\f8c1"}.la-hat-wizard:before{content:"\f6e8"}.la-haykal:before{content:"\f666"}.la-hdd:before{content:"\f0a0"}.la-heading:before{content:"\f1dc"}.la-headphones:before{content:"\f025"}.la-headphones-alt:before{content:"\f58f"}.la-headset:before{content:"\f590"}.la-heart:before{content:"\f004"}.la-heart-broken:before{content:"\f7a9"}.la-heartbeat:before{content:"\f21e"}.la-helicopter:before{content:"\f533"}.la-highlighter:before{content:"\f591"}.la-hiking:before{content:"\f6ec"}.la-hippo:before{content:"\f6ed"}.la-hips:before{content:"\f452"}.la-hire-a-helper:before{content:"\f3b0"}.la-history:before{content:"\f1da"}.la-hockey-puck:before{content:"\f453"}.la-holly-berry:before{content:"\f7aa"}.la-home:before{content:"\f015"}.la-hooli:before{content:"\f427"}.la-hornbill:before{content:"\f592"}.la-horse:before{content:"\f6f0"}.la-horse-head:before{content:"\f7ab"}.la-hospital:before{content:"\f0f8"}.la-hospital-alt:before{content:"\f47d"}.la-hospital-symbol:before{content:"\f47e"}.la-hot-tub:before{content:"\f593"}.la-hotdog:before{content:"\f80f"}.la-hotel:before{content:"\f594"}.la-hotjar:before{content:"\f3b1"}.la-hourglass:before{content:"\f254"}.la-hourglass-end:before{content:"\f253"}.la-hourglass-half:before{content:"\f252"}.la-hourglass-start:before{content:"\f251"}.la-house-damage:before{content:"\f6f1"}.la-houzz:before{content:"\f27c"}.la-hryvnia:before{content:"\f6f2"}.la-html5:before{content:"\f13b"}.la-hubspot:before{content:"\f3b2"}.la-i-cursor:before{content:"\f246"}.la-ice-cream:before{content:"\f810"}.la-icicles:before{content:"\f7ad"}.la-icons:before{content:"\f86d"}.la-id-badge:before{content:"\f2c1"}.la-id-card:before{content:"\f2c2"}.la-id-card-alt:before{content:"\f47f"}.la-igloo:before{content:"\f7ae"}.la-image:before{content:"\f03e"}.la-images:before{content:"\f302"}.la-imdb:before{content:"\f2d8"}.la-inbox:before{content:"\f01c"}.la-indent:before{content:"\f03c"}.la-industry:before{content:"\f275"}.la-infinity:before{content:"\f534"}.la-info:before{content:"\f129"}.la-info-circle:before{content:"\f05a"}.la-instagram:before{content:"\f16d"}.la-intercom:before{content:"\f7af"}.la-internet-explorer:before{content:"\f26b"}.la-invision:before{content:"\f7b0"}.la-ioxhost:before{content:"\f208"}.la-italic:before{content:"\f033"}.la-itch-io:before{content:"\f83a"}.la-itunes:before{content:"\f3b4"}.la-itunes-note:before{content:"\f3b5"}.la-java:before{content:"\f4e4"}.la-jedi:before{content:"\f669"}.la-jedi-order:before{content:"\f50e"}.la-jenkins:before{content:"\f3b6"}.la-jira:before{content:"\f7b1"}.la-joget:before{content:"\f3b7"}.la-joint:before{content:"\f595"}.la-joomla:before{content:"\f1aa"}.la-journal-whills:before{content:"\f66a"}.la-js:before{content:"\f3b8"}.la-js-square:before{content:"\f3b9"}.la-jsfiddle:before{content:"\f1cc"}.la-kaaba:before{content:"\f66b"}.la-kaggle:before{content:"\f5fa"}.la-key:before{content:"\f084"}.la-keybase:before{content:"\f4f5"}.la-keyboard:before{content:"\f11c"}.la-keycdn:before{content:"\f3ba"}.la-khanda:before{content:"\f66d"}.la-kickstarter:before{content:"\f3bb"}.la-kickstarter-k:before{content:"\f3bc"}.la-kiss:before{content:"\f596"}.la-kiss-beam:before{content:"\f597"}.la-kiss-wink-heart:before{content:"\f598"}.la-kiwi-bird:before{content:"\f535"}.la-korvue:before{content:"\f42f"}.la-landmark:before{content:"\f66f"}.la-language:before{content:"\f1ab"}.la-laptop:before{content:"\f109"}.la-laptop-code:before{content:"\f5fc"}.la-laptop-medical:before{content:"\f812"}.la-laravel:before{content:"\f3bd"}.la-lastfm:before{content:"\f202"}.la-lastfm-square:before{content:"\f203"}.la-laugh:before{content:"\f599"}.la-laugh-beam:before{content:"\f59a"}.la-laugh-squint:before{content:"\f59b"}.la-laugh-wink:before{content:"\f59c"}.la-layer-group:before{content:"\f5fd"}.la-leaf:before{content:"\f06c"}.la-leanpub:before{content:"\f212"}.la-lemon:before{content:"\f094"}.la-less:before{content:"\f41d"}.la-less-than:before{content:"\f536"}.la-less-than-equal:before{content:"\f537"}.la-level-down-alt:before{content:"\f3be"}.la-level-up-alt:before{content:"\f3bf"}.la-life-ring:before{content:"\f1cd"}.la-lightbulb:before{content:"\f0eb"}.la-line:before{content:"\f3c0"}.la-link:before{content:"\f0c1"}.la-linkedin:before{content:"\f08c"}.la-linkedin-in:before{content:"\f0e1"}.la-linode:before{content:"\f2b8"}.la-linux:before{content:"\f17c"}.la-lira-sign:before{content:"\f195"}.la-list:before{content:"\f03a"}.la-list-alt:before{content:"\f022"}.la-list-ol:before{content:"\f0cb"}.la-list-ul:before{content:"\f0ca"}.la-location-arrow:before{content:"\f124"}.la-lock:before{content:"\f023"}.la-lock-open:before{content:"\f3c1"}.la-long-arrow-alt-down:before{content:"\f309"}.la-long-arrow-alt-left:before{content:"\f30a"}.la-long-arrow-alt-right:before{content:"\f30b"}.la-long-arrow-alt-up:before{content:"\f30c"}.la-low-vision:before{content:"\f2a8"}.la-luggage-cart:before{content:"\f59d"}.la-lyft:before{content:"\f3c3"}.la-magento:before{content:"\f3c4"}.la-magic:before{content:"\f0d0"}.la-magnet:before{content:"\f076"}.la-mail-bulk:before{content:"\f674"}.la-mailchimp:before{content:"\f59e"}.la-male:before{content:"\f183"}.la-mandalorian:before{content:"\f50f"}.la-map:before{content:"\f279"}.la-map-marked:before{content:"\f59f"}.la-map-marked-alt:before{content:"\f5a0"}.la-map-marker:before{content:"\f041"}.la-map-marker-alt:before{content:"\f3c5"}.la-map-pin:before{content:"\f276"}.la-map-signs:before{content:"\f277"}.la-markdown:before{content:"\f60f"}.la-marker:before{content:"\f5a1"}.la-mars:before{content:"\f222"}.la-mars-double:before{content:"\f227"}.la-mars-stroke:before{content:"\f229"}.la-mars-stroke-h:before{content:"\f22b"}.la-mars-stroke-v:before{content:"\f22a"}.la-mask:before{content:"\f6fa"}.la-mastodon:before{content:"\f4f6"}.la-maxcdn:before{content:"\f136"}.la-mdb:before{content:"\f8ca"}.la-medal:before{content:"\f5a2"}.la-medapps:before{content:"\f3c6"}.la-medium:before{content:"\f23a"}.la-medium-m:before{content:"\f3c7"}.la-medkit:before{content:"\f0fa"}.la-medrt:before{content:"\f3c8"}.la-meetup:before{content:"\f2e0"}.la-megaport:before{content:"\f5a3"}.la-meh:before{content:"\f11a"}.la-meh-blank:before{content:"\f5a4"}.la-meh-rolling-eyes:before{content:"\f5a5"}.la-memory:before{content:"\f538"}.la-mendeley:before{content:"\f7b3"}.la-menorah:before{content:"\f676"}.la-mercury:before{content:"\f223"}.la-meteor:before{content:"\f753"}.la-microchip:before{content:"\f2db"}.la-microphone:before{content:"\f130"}.la-microphone-alt:before{content:"\f3c9"}.la-microphone-alt-slash:before{content:"\f539"}.la-microphone-slash:before{content:"\f131"}.la-microscope:before{content:"\f610"}.la-microsoft:before{content:"\f3ca"}.la-minus:before{content:"\f068"}.la-minus-circle:before{content:"\f056"}.la-minus-square:before{content:"\f146"}.la-mitten:before{content:"\f7b5"}.la-mix:before{content:"\f3cb"}.la-mixcloud:before{content:"\f289"}.la-mizuni:before{content:"\f3cc"}.la-mobile:before{content:"\f10b"}.la-mobile-alt:before{content:"\f3cd"}.la-modx:before{content:"\f285"}.la-monero:before{content:"\f3d0"}.la-money-bill:before{content:"\f0d6"}.la-money-bill-alt:before{content:"\f3d1"}.la-money-bill-wave:before{content:"\f53a"}.la-money-bill-wave-alt:before{content:"\f53b"}.la-money-check:before{content:"\f53c"}.la-money-check-alt:before{content:"\f53d"}.la-monument:before{content:"\f5a6"}.la-moon:before{content:"\f186"}.la-mortar-pestle:before{content:"\f5a7"}.la-mosque:before{content:"\f678"}.la-motorcycle:before{content:"\f21c"}.la-mountain:before{content:"\f6fc"}.la-mouse:before{content:"\f8cc"}.la-mouse-pointer:before{content:"\f245"}.la-mug-hot:before{content:"\f7b6"}.la-music:before{content:"\f001"}.la-napster:before{content:"\f3d2"}.la-neos:before{content:"\f612"}.la-network-wired:before{content:"\f6ff"}.la-neuter:before{content:"\f22c"}.la-newspaper:before{content:"\f1ea"}.la-nimblr:before{content:"\f5a8"}.la-node:before{content:"\f419"}.la-node-js:before{content:"\f3d3"}.la-not-equal:before{content:"\f53e"}.la-notes-medical:before{content:"\f481"}.la-npm:before{content:"\f3d4"}.la-ns8:before{content:"\f3d5"}.la-nutritionix:before{content:"\f3d6"}.la-object-group:before{content:"\f247"}.la-object-ungroup:before{content:"\f248"}.la-odnoklassniki:before{content:"\f263"}.la-odnoklassniki-square:before{content:"\f264"}.la-oil-can:before{content:"\f613"}.la-old-republic:before{content:"\f510"}.la-om:before{content:"\f679"}.la-opencart:before{content:"\f23d"}.la-openid:before{content:"\f19b"}.la-opera:before{content:"\f26a"}.la-optin-monster:before{content:"\f23c"}.la-orcid:before{content:"\f8d2"}.la-osi:before{content:"\f41a"}.la-otter:before{content:"\f700"}.la-outdent:before{content:"\f03b"}.la-page4:before{content:"\f3d7"}.la-pagelines:before{content:"\f18c"}.la-pager:before{content:"\f815"}.la-paint-brush:before{content:"\f1fc"}.la-paint-roller:before{content:"\f5aa"}.la-palette:before{content:"\f53f"}.la-palfed:before{content:"\f3d8"}.la-pallet:before{content:"\f482"}.la-paper-plane:before{content:"\f1d8"}.la-paperclip:before{content:"\f0c6"}.la-parachute-box:before{content:"\f4cd"}.la-paragraph:before{content:"\f1dd"}.la-parking:before{content:"\f540"}.la-passport:before{content:"\f5ab"}.la-pastafarianism:before{content:"\f67b"}.la-paste:before{content:"\f0ea"}.la-patreon:before{content:"\f3d9"}.la-pause:before{content:"\f04c"}.la-pause-circle:before{content:"\f28b"}.la-paw:before{content:"\f1b0"}.la-paypal:before{content:"\f1ed"}.la-peace:before{content:"\f67c"}.la-pen:before{content:"\f304"}.la-pen-alt:before{content:"\f305"}.la-pen-fancy:before{content:"\f5ac"}.la-pen-nib:before{content:"\f5ad"}.la-pen-square:before{content:"\f14b"}.la-pencil-alt:before{content:"\f303"}.la-pencil-ruler:before{content:"\f5ae"}.la-penny-arcade:before{content:"\f704"}.la-people-carry:before{content:"\f4ce"}.la-pepper-hot:before{content:"\f816"}.la-percent:before{content:"\f295"}.la-percentage:before{content:"\f541"}.la-periscope:before{content:"\f3da"}.la-person-booth:before{content:"\f756"}.la-phabricator:before{content:"\f3db"}.la-phoenix-framework:before{content:"\f3dc"}.la-phoenix-squadron:before{content:"\f511"}.la-phone:before{content:"\f095"}.la-phone-alt:before{content:"\f879"}.la-phone-slash:before{content:"\f3dd"}.la-phone-square:before{content:"\f098"}.la-phone-square-alt:before{content:"\f87b"}.la-phone-volume:before{content:"\f2a0"}.la-photo-video:before{content:"\f87c"}.la-php:before{content:"\f457"}.la-pied-piper:before{content:"\f2ae"}.la-pied-piper-alt:before{content:"\f1a8"}.la-pied-piper-hat:before{content:"\f4e5"}.la-pied-piper-pp:before{content:"\f1a7"}.la-piggy-bank:before{content:"\f4d3"}.la-pills:before{content:"\f484"}.la-pinterest:before{content:"\f0d2"}.la-pinterest-p:before{content:"\f231"}.la-pinterest-square:before{content:"\f0d3"}.la-pizza-slice:before{content:"\f818"}.la-place-of-worship:before{content:"\f67f"}.la-plane:before{content:"\f072"}.la-plane-arrival:before{content:"\f5af"}.la-plane-departure:before{content:"\f5b0"}.la-play:before{content:"\f04b"}.la-play-circle:before{content:"\f144"}.la-playstation:before{content:"\f3df"}.la-plug:before{content:"\f1e6"}.la-plus:before{content:"\f067"}.la-plus-circle:before{content:"\f055"}.la-plus-square:before{content:"\f0fe"}.la-podcast:before{content:"\f2ce"}.la-poll:before{content:"\f681"}.la-poll-h:before{content:"\f682"}.la-poo:before{content:"\f2fe"}.la-poo-storm:before{content:"\f75a"}.la-poop:before{content:"\f619"}.la-portrait:before{content:"\f3e0"}.la-pound-sign:before{content:"\f154"}.la-power-off:before{content:"\f011"}.la-pray:before{content:"\f683"}.la-praying-hands:before{content:"\f684"}.la-prescription:before{content:"\f5b1"}.la-prescription-bottle:before{content:"\f485"}.la-prescription-bottle-alt:before{content:"\f486"}.la-print:before{content:"\f02f"}.la-procedures:before{content:"\f487"}.la-product-hunt:before{content:"\f288"}.la-project-diagram:before{content:"\f542"}.la-pushed:before{content:"\f3e1"}.la-puzzle-piece:before{content:"\f12e"}.la-python:before{content:"\f3e2"}.la-qq:before{content:"\f1d6"}.la-qrcode:before{content:"\f029"}.la-question:before{content:"\f128"}.la-question-circle:before{content:"\f059"}.la-quidditch:before{content:"\f458"}.la-quinscape:before{content:"\f459"}.la-quora:before{content:"\f2c4"}.la-quote-left:before{content:"\f10d"}.la-quote-right:before{content:"\f10e"}.la-quran:before{content:"\f687"}.la-r-project:before{content:"\f4f7"}.la-radiation:before{content:"\f7b9"}.la-radiation-alt:before{content:"\f7ba"}.la-rainbow:before{content:"\f75b"}.la-random:before{content:"\f074"}.la-raspberry-pi:before{content:"\f7bb"}.la-ravelry:before{content:"\f2d9"}.la-react:before{content:"\f41b"}.la-reacteurope:before{content:"\f75d"}.la-readme:before{content:"\f4d5"}.la-rebel:before{content:"\f1d0"}.la-receipt:before{content:"\f543"}.la-record-vinyl:before{content:"\f8d9"}.la-recycle:before{content:"\f1b8"}.la-red-river:before{content:"\f3e3"}.la-reddit:before{content:"\f1a1"}.la-reddit-alien:before{content:"\f281"}.la-reddit-square:before{content:"\f1a2"}.la-redhat:before{content:"\f7bc"}.la-redo:before{content:"\f01e"}.la-redo-alt:before{content:"\f2f9"}.la-registered:before{content:"\f25d"}.la-remove-format:before{content:"\f87d"}.la-renren:before{content:"\f18b"}.la-reply:before{content:"\f3e5"}.la-reply-all:before{content:"\f122"}.la-replyd:before{content:"\f3e6"}.la-republican:before{content:"\f75e"}.la-researchgate:before{content:"\f4f8"}.la-resolving:before{content:"\f3e7"}.la-restroom:before{content:"\f7bd"}.la-retweet:before{content:"\f079"}.la-rev:before{content:"\f5b2"}.la-ribbon:before{content:"\f4d6"}.la-ring:before{content:"\f70b"}.la-road:before{content:"\f018"}.la-robot:before{content:"\f544"}.la-rocket:before{content:"\f135"}.la-rocketchat:before{content:"\f3e8"}.la-rockrms:before{content:"\f3e9"}.la-route:before{content:"\f4d7"}.la-rss:before{content:"\f09e"}.la-rss-square:before{content:"\f143"}.la-ruble-sign:before{content:"\f158"}.la-ruler:before{content:"\f545"}.la-ruler-combined:before{content:"\f546"}.la-ruler-horizontal:before{content:"\f547"}.la-ruler-vertical:before{content:"\f548"}.la-running:before{content:"\f70c"}.la-rupee-sign:before{content:"\f156"}.la-sad-cry:before{content:"\f5b3"}.la-sad-tear:before{content:"\f5b4"}.la-safari:before{content:"\f267"}.la-salesforce:before{content:"\f83b"}.la-sass:before{content:"\f41e"}.la-satellite:before{content:"\f7bf"}.la-satellite-dish:before{content:"\f7c0"}.la-save:before{content:"\f0c7"}.la-schlix:before{content:"\f3ea"}.la-school:before{content:"\f549"}.la-screwdriver:before{content:"\f54a"}.la-scribd:before{content:"\f28a"}.la-scroll:before{content:"\f70e"}.la-sd-card:before{content:"\f7c2"}.la-search:before{content:"\f002"}.la-search-dollar:before{content:"\f688"}.la-search-location:before{content:"\f689"}.la-search-minus:before{content:"\f010"}.la-search-plus:before{content:"\f00e"}.la-searchengin:before{content:"\f3eb"}.la-seedling:before{content:"\f4d8"}.la-sellcast:before{content:"\f2da"}.la-sellsy:before{content:"\f213"}.la-server:before{content:"\f233"}.la-servicestack:before{content:"\f3ec"}.la-shapes:before{content:"\f61f"}.la-share:before{content:"\f064"}.la-share-alt:before{content:"\f1e0"}.la-share-alt-square:before{content:"\f1e1"}.la-share-square:before{content:"\f14d"}.la-shekel-sign:before{content:"\f20b"}.la-shield-alt:before{content:"\f3ed"}.la-ship:before{content:"\f21a"}.la-shipping-fast:before{content:"\f48b"}.la-shirtsinbulk:before{content:"\f214"}.la-shoe-prints:before{content:"\f54b"}.la-shopping-bag:before{content:"\f290"}.la-shopping-basket:before{content:"\f291"}.la-shopping-cart:before{content:"\f07a"}.la-shopware:before{content:"\f5b5"}.la-shower:before{content:"\f2cc"}.la-shuttle-van:before{content:"\f5b6"}.la-sign:before{content:"\f4d9"}.la-sign-in-alt:before{content:"\f2f6"}.la-sign-language:before{content:"\f2a7"}.la-sign-out-alt:before{content:"\f2f5"}.la-signal:before{content:"\f012"}.la-signature:before{content:"\f5b7"}.la-sim-card:before{content:"\f7c4"}.la-simplybuilt:before{content:"\f215"}.la-sistrix:before{content:"\f3ee"}.la-sitemap:before{content:"\f0e8"}.la-sith:before{content:"\f512"}.la-skating:before{content:"\f7c5"}.la-sketch:before{content:"\f7c6"}.la-skiing:before{content:"\f7c9"}.la-skiing-nordic:before{content:"\f7ca"}.la-skull:before{content:"\f54c"}.la-skull-crossbones:before{content:"\f714"}.la-skyatlas:before{content:"\f216"}.la-skype:before{content:"\f17e"}.la-slack:before{content:"\f198"}.la-slack-hash:before{content:"\f3ef"}.la-slash:before{content:"\f715"}.la-sleigh:before{content:"\f7cc"}.la-sliders-h:before{content:"\f1de"}.la-slideshare:before{content:"\f1e7"}.la-smile:before{content:"\f118"}.la-smile-beam:before{content:"\f5b8"}.la-smile-wink:before{content:"\f4da"}.la-smog:before{content:"\f75f"}.la-smoking:before{content:"\f48d"}.la-smoking-ban:before{content:"\f54d"}.la-sms:before{content:"\f7cd"}.la-snapchat:before{content:"\f2ab"}.la-snapchat-ghost:before{content:"\f2ac"}.la-snapchat-square:before{content:"\f2ad"}.la-snowboarding:before{content:"\f7ce"}.la-snowflake:before{content:"\f2dc"}.la-snowman:before{content:"\f7d0"}.la-snowplow:before{content:"\f7d2"}.la-socks:before{content:"\f696"}.la-solar-panel:before{content:"\f5ba"}.la-sort:before{content:"\f0dc"}.la-sort-alpha-down:before{content:"\f15d"}.la-sort-alpha-down-alt:before{content:"\f881"}.la-sort-alpha-up:before{content:"\f15e"}.la-sort-alpha-up-alt:before{content:"\f882"}.la-sort-amount-down:before{content:"\f160"}.la-sort-amount-down-alt:before{content:"\f884"}.la-sort-amount-up:before{content:"\f161"}.la-sort-amount-up-alt:before{content:"\f885"}.la-sort-down:before{content:"\f0dd"}.la-sort-numeric-down:before{content:"\f162"}.la-sort-numeric-down-alt:before{content:"\f886"}.la-sort-numeric-up:before{content:"\f163"}.la-sort-numeric-up-alt:before{content:"\f887"}.la-sort-up:before{content:"\f0de"}.la-soundcloud:before{content:"\f1be"}.la-sourcetree:before{content:"\f7d3"}.la-spa:before{content:"\f5bb"}.la-space-shuttle:before{content:"\f197"}.la-speakap:before{content:"\f3f3"}.la-speaker-deck:before{content:"\f83c"}.la-spell-check:before{content:"\f891"}.la-spider:before{content:"\f717"}.la-spinner:before{content:"\f110"}.la-splotch:before{content:"\f5bc"}.la-spotify:before{content:"\f1bc"}.la-spray-can:before{content:"\f5bd"}.la-square:before{content:"\f0c8"}.la-square-full:before{content:"\f45c"}.la-square-root-alt:before{content:"\f698"}.la-squarespace:before{content:"\f5be"}.la-stack-exchange:before{content:"\f18d"}.la-stack-overflow:before{content:"\f16c"}.la-stackpath:before{content:"\f842"}.la-stamp:before{content:"\f5bf"}.la-star:before{content:"\f005"}.la-star-and-crescent:before{content:"\f699"}.la-star-half:before{content:"\f089"}.la-star-half-alt:before{content:"\f5c0"}.la-star-of-david:before{content:"\f69a"}.la-star-of-life:before{content:"\f621"}.la-staylinked:before{content:"\f3f5"}.la-steam:before{content:"\f1b6"}.la-steam-square:before{content:"\f1b7"}.la-steam-symbol:before{content:"\f3f6"}.la-step-backward:before{content:"\f048"}.la-step-forward:before{content:"\f051"}.la-stethoscope:before{content:"\f0f1"}.la-sticker-mule:before{content:"\f3f7"}.la-sticky-note:before{content:"\f249"}.la-stop:before{content:"\f04d"}.la-stop-circle:before{content:"\f28d"}.la-stopwatch:before{content:"\f2f2"}.la-store:before{content:"\f54e"}.la-store-alt:before{content:"\f54f"}.la-strava:before{content:"\f428"}.la-stream:before{content:"\f550"}.la-street-view:before{content:"\f21d"}.la-strikethrough:before{content:"\f0cc"}.la-stripe:before{content:"\f429"}.la-stripe-s:before{content:"\f42a"}.la-stroopwafel:before{content:"\f551"}.la-studiovinari:before{content:"\f3f8"}.la-stumbleupon:before{content:"\f1a4"}.la-stumbleupon-circle:before{content:"\f1a3"}.la-subscript:before{content:"\f12c"}.la-subway:before{content:"\f239"}.la-suitcase:before{content:"\f0f2"}.la-suitcase-rolling:before{content:"\f5c1"}.la-sun:before{content:"\f185"}.la-superpowers:before{content:"\f2dd"}.la-superscript:before{content:"\f12b"}.la-supple:before{content:"\f3f9"}.la-surprise:before{content:"\f5c2"}.la-suse:before{content:"\f7d6"}.la-swatchbook:before{content:"\f5c3"}.la-swift:before{content:"\f8e1"}.la-swimmer:before{content:"\f5c4"}.la-swimming-pool:before{content:"\f5c5"}.la-symfony:before{content:"\f83d"}.la-synagogue:before{content:"\f69b"}.la-sync:before{content:"\f021"}.la-sync-alt:before{content:"\f2f1"}.la-syringe:before{content:"\f48e"}.la-table:before{content:"\f0ce"}.la-table-tennis:before{content:"\f45d"}.la-tablet:before{content:"\f10a"}.la-tablet-alt:before{content:"\f3fa"}.la-tablets:before{content:"\f490"}.la-tachometer-alt:before{content:"\f3fd"}.la-tag:before{content:"\f02b"}.la-tags:before{content:"\f02c"}.la-tape:before{content:"\f4db"}.la-tasks:before{content:"\f0ae"}.la-taxi:before{content:"\f1ba"}.la-teamspeak:before{content:"\f4f9"}.la-teeth:before{content:"\f62e"}.la-teeth-open:before{content:"\f62f"}.la-telegram:before{content:"\f2c6"}.la-telegram-plane:before{content:"\f3fe"}.la-temperature-high:before{content:"\f769"}.la-temperature-low:before{content:"\f76b"}.la-tencent-weibo:before{content:"\f1d5"}.la-tenge:before{content:"\f7d7"}.la-terminal:before{content:"\f120"}.la-text-height:before{content:"\f034"}.la-text-width:before{content:"\f035"}.la-th:before{content:"\f00a"}.la-th-large:before{content:"\f009"}.la-th-list:before{content:"\f00b"}.la-the-red-yeti:before{content:"\f69d"}.la-theater-masks:before{content:"\f630"}.la-themeco:before{content:"\f5c6"}.la-themeisle:before{content:"\f2b2"}.la-thermometer:before{content:"\f491"}.la-thermometer-empty:before{content:"\f2cb"}.la-thermometer-full:before{content:"\f2c7"}.la-thermometer-half:before{content:"\f2c9"}.la-thermometer-quarter:before{content:"\f2ca"}.la-thermometer-three-quarters:before{content:"\f2c8"}.la-think-peaks:before{content:"\f731"}.la-thumbs-down:before{content:"\f165"}.la-thumbs-up:before{content:"\f164"}.la-thumbtack:before{content:"\f08d"}.la-ticket-alt:before{content:"\f3ff"}.la-times:before{content:"\f00d"}.la-times-circle:before{content:"\f057"}.la-tint:before{content:"\f043"}.la-tint-slash:before{content:"\f5c7"}.la-tired:before{content:"\f5c8"}.la-toggle-off:before{content:"\f204"}.la-toggle-on:before{content:"\f205"}.la-toilet:before{content:"\f7d8"}.la-toilet-paper:before{content:"\f71e"}.la-toolbox:before{content:"\f552"}.la-tools:before{content:"\f7d9"}.la-tooth:before{content:"\f5c9"}.la-torah:before{content:"\f6a0"}.la-torii-gate:before{content:"\f6a1"}.la-tractor:before{content:"\f722"}.la-trade-federation:before{content:"\f513"}.la-trademark:before{content:"\f25c"}.la-traffic-light:before{content:"\f637"}.la-train:before{content:"\f238"}.la-tram:before{content:"\f7da"}.la-transgender:before{content:"\f224"}.la-transgender-alt:before{content:"\f225"}.la-trash:before{content:"\f1f8"}.la-trash-alt:before{content:"\f2ed"}.la-trash-restore:before{content:"\f829"}.la-trash-restore-alt:before{content:"\f82a"}.la-tree:before{content:"\f1bb"}.la-trello:before{content:"\f181"}.la-tripadvisor:before{content:"\f262"}.la-trophy:before{content:"\f091"}.la-truck:before{content:"\f0d1"}.la-truck-loading:before{content:"\f4de"}.la-truck-monster:before{content:"\f63b"}.la-truck-moving:before{content:"\f4df"}.la-truck-pickup:before{content:"\f63c"}.la-tshirt:before{content:"\f553"}.la-tty:before{content:"\f1e4"}.la-tumblr:before{content:"\f173"}.la-tumblr-square:before{content:"\f174"}.la-tv:before{content:"\f26c"}.la-twitch:before{content:"\f1e8"}.la-twitter:before{content:"\f099"}.la-twitter-square:before{content:"\f081"}.la-typo3:before{content:"\f42b"}.la-uber:before{content:"\f402"}.la-ubuntu:before{content:"\f7df"}.la-uikit:before{content:"\f403"}.la-umbraco:before{content:"\f8e8"}.la-umbrella:before{content:"\f0e9"}.la-umbrella-beach:before{content:"\f5ca"}.la-underline:before{content:"\f0cd"}.la-undo:before{content:"\f0e2"}.la-undo-alt:before{content:"\f2ea"}.la-uniregistry:before{content:"\f404"}.la-universal-access:before{content:"\f29a"}.la-university:before{content:"\f19c"}.la-unlink:before{content:"\f127"}.la-unlock:before{content:"\f09c"}.la-unlock-alt:before{content:"\f13e"}.la-untappd:before{content:"\f405"}.la-upload:before{content:"\f093"}.la-ups:before{content:"\f7e0"}.la-usb:before{content:"\f287"}.la-user:before{content:"\f007"}.la-user-alt:before{content:"\f406"}.la-user-alt-slash:before{content:"\f4fa"}.la-user-astronaut:before{content:"\f4fb"}.la-user-check:before{content:"\f4fc"}.la-user-circle:before{content:"\f2bd"}.la-user-clock:before{content:"\f4fd"}.la-user-cog:before{content:"\f4fe"}.la-user-edit:before{content:"\f4ff"}.la-user-friends:before{content:"\f500"}.la-user-graduate:before{content:"\f501"}.la-user-injured:before{content:"\f728"}.la-user-lock:before{content:"\f502"}.la-user-md:before{content:"\f0f0"}.la-user-minus:before{content:"\f503"}.la-user-ninja:before{content:"\f504"}.la-user-nurse:before{content:"\f82f"}.la-user-plus:before{content:"\f234"}.la-user-secret:before{content:"\f21b"}.la-user-shield:before{content:"\f505"}.la-user-slash:before{content:"\f506"}.la-user-tag:before{content:"\f507"}.la-user-tie:before{content:"\f508"}.la-user-times:before{content:"\f235"}.la-users:before{content:"\f0c0"}.la-users-cog:before{content:"\f509"}.la-usps:before{content:"\f7e1"}.la-ussunnah:before{content:"\f407"}.la-utensil-spoon:before{content:"\f2e5"}.la-utensils:before{content:"\f2e7"}.la-vaadin:before{content:"\f408"}.la-vector-square:before{content:"\f5cb"}.la-venus:before{content:"\f221"}.la-venus-double:before{content:"\f226"}.la-venus-mars:before{content:"\f228"}.la-viacoin:before{content:"\f237"}.la-viadeo:before{content:"\f2a9"}.la-viadeo-square:before{content:"\f2aa"}.la-vial:before{content:"\f492"}.la-vials:before{content:"\f493"}.la-viber:before{content:"\f409"}.la-video:before{content:"\f03d"}.la-video-slash:before{content:"\f4e2"}.la-vihara:before{content:"\f6a7"}.la-vimeo:before{content:"\f40a"}.la-vimeo-square:before{content:"\f194"}.la-vimeo-v:before{content:"\f27d"}.la-vine:before{content:"\f1ca"}.la-vk:before{content:"\f189"}.la-vnv:before{content:"\f40b"}.la-voicemail:before{content:"\f897"}.la-volleyball-ball:before{content:"\f45f"}.la-volume-down:before{content:"\f027"}.la-volume-mute:before{content:"\f6a9"}.la-volume-off:before{content:"\f026"}.la-volume-up:before{content:"\f028"}.la-vote-yea:before{content:"\f772"}.la-vr-cardboard:before{content:"\f729"}.la-vuejs:before{content:"\f41f"}.la-walking:before{content:"\f554"}.la-wallet:before{content:"\f555"}.la-warehouse:before{content:"\f494"}.la-water:before{content:"\f773"}.la-wave-square:before{content:"\f83e"}.la-waze:before{content:"\f83f"}.la-weebly:before{content:"\f5cc"}.la-weibo:before{content:"\f18a"}.la-weight:before{content:"\f496"}.la-weight-hanging:before{content:"\f5cd"}.la-weixin:before{content:"\f1d7"}.la-whatsapp:before{content:"\f232"}.la-whatsapp-square:before{content:"\f40c"}.la-wheelchair:before{content:"\f193"}.la-whmcs:before{content:"\f40d"}.la-wifi:before{content:"\f1eb"}.la-wikipedia-w:before{content:"\f266"}.la-wind:before{content:"\f72e"}.la-window-close:before{content:"\f410"}.la-window-maximize:before{content:"\f2d0"}.la-window-minimize:before{content:"\f2d1"}.la-window-restore:before{content:"\f2d2"}.la-windows:before{content:"\f17a"}.la-wine-bottle:before{content:"\f72f"}.la-wine-glass:before{content:"\f4e3"}.la-wine-glass-alt:before{content:"\f5ce"}.la-wix:before{content:"\f5cf"}.la-wizards-of-the-coast:before{content:"\f730"}.la-wolf-pack-battalion:before{content:"\f514"}.la-won-sign:before{content:"\f159"}.la-wordpress:before{content:"\f19a"}.la-wordpress-simple:before{content:"\f411"}.la-wpbeginner:before{content:"\f297"}.la-wpexplorer:before{content:"\f2de"}.la-wpforms:before{content:"\f298"}.la-wpressr:before{content:"\f3e4"}.la-wrench:before{content:"\f0ad"}.la-x-ray:before{content:"\f497"}.la-xbox:before{content:"\f412"}.la-xing:before{content:"\f168"}.la-xing-square:before{content:"\f169"}.la-y-combinator:before{content:"\f23b"}.la-yahoo:before{content:"\f19e"}.la-yammer:before{content:"\f840"}.la-yandex:before{content:"\f413"}.la-yandex-international:before{content:"\f414"}.la-yarn:before{content:"\f7e3"}.la-yelp:before{content:"\f1e9"}.la-yen-sign:before{content:"\f157"}.la-yin-yang:before{content:"\f6ad"}.la-yoast:before{content:"\f2b1"}.la-youtube:before{content:"\f167"}.la-youtube-square:before{content:"\f431"}.la-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-display:swap;font-family:'Line Awesome Brands';font-style:normal;font-weight:normal;font-display:auto;src:url(/components/com_jbusinessdirectory/assets/css/fonts/la-brands-400.eot);src:url(/components/com_jbusinessdirectory/assets/css/fonts/la-brands-400.eot#iefix) format("embedded-opentype"),url(/components/com_jbusinessdirectory/assets/css/fonts/la-brands-400.woff2) format("woff2"),url(/components/com_jbusinessdirectory/assets/css/fonts/la-brands-400.woff) format("woff"),url(/components/com_jbusinessdirectory/assets/css/fonts/la-brands-400.ttf) format("truetype"),url(/components/com_jbusinessdirectory/assets/css/fonts/la-brands-400.svg#lineawesome) format("svg")}.lab{font-family:'Line Awesome Brands'}@font-face{font-display:swap;font-family:'Line Awesome Free';font-style:normal;font-weight:400;font-display:auto;src:url(/components/com_jbusinessdirectory/assets/css/fonts/la-regular-400.eot);src:url(/components/com_jbusinessdirectory/assets/css/fonts/la-regular-400.eot#iefix) format("embedded-opentype"),url(/components/com_jbusinessdirectory/assets/css/fonts/la-regular-400.woff2) format("woff2"),url(/components/com_jbusinessdirectory/assets/css/fonts/la-regular-400.woff) format("woff"),url(/components/com_jbusinessdirectory/assets/css/fonts/la-regular-400.ttf) format("truetype"),url(/components/com_jbusinessdirectory/assets/css/fonts/la-regular-400.svg#lineawesome) format("svg")}.lar{font-family:'Line Awesome Free';font-weight:400}@font-face{font-display:swap;font-family:'Line Awesome Free';font-style:normal;font-weight:900;font-display:auto;src:url(/components/com_jbusinessdirectory/assets/css/fonts/la-solid-900.eot);src:url(/components/com_jbusinessdirectory/assets/css/fonts/la-solid-900.eot#iefix) format("embedded-opentype"),url(/components/com_jbusinessdirectory/assets/css/fonts/la-solid-900.woff2) format("woff2"),url(/components/com_jbusinessdirectory/assets/css/fonts/la-solid-900.woff) format("woff"),url(/components/com_jbusinessdirectory/assets/css/fonts/la-solid-900.ttf) format("truetype"),url(/components/com_jbusinessdirectory/assets/css/fonts/la-solid-900.svg#lineawesome) format("svg")}.la,.las{font-family:'Line Awesome Free';font-size:18px;font-weight:900}.la.la-glass:before{content:"\f000"}.la.la-meetup{font-family:'Line Awesome Brands';font-weight:400}.la.la-star-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-o:before{content:"\f005"}.la.la-remove:before{content:"\f00d"}.la.la-close:before{content:"\f00d"}.la.la-gear:before{content:"\f013"}.la.la-trash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-trash-o:before{content:"\f2ed"}.la.la-file-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-o:before{content:"\f15b"}.la.la-clock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-clock-o:before{content:"\f017"}.la.la-arrow-circle-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-down:before{content:"\f358"}.la.la-arrow-circle-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-up:before{content:"\f35b"}.la.la-play-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-play-circle-o:before{content:"\f144"}.la.la-repeat:before{content:"\f01e"}.la.la-rotate-right:before{content:"\f01e"}.la.la-refresh:before{content:"\f021"}.la.la-list-alt{font-family:'Line Awesome Free';font-weight:400}.la.la-dedent:before{content:"\f03b"}.la.la-video-camera:before{content:"\f03d"}.la.la-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-picture-o:before{content:"\f03e"}.la.la-photo{font-family:'Line Awesome Free';font-weight:400}.la.la-photo:before{content:"\f03e"}.la.la-image{font-family:'Line Awesome Free';font-weight:400}.la.la-image:before{content:"\f03e"}.la.la-pencil:before{content:"\f303"}.la.la-map-marker:before{content:"\f3c5"}.la.la-pencil-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pencil-square-o:before{content:"\f044"}.la.la-share-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-share-square-o:before{content:"\f14d"}.la.la-check-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-square-o:before{content:"\f14a"}.la.la-arrows:before{content:"\f0b2"}.la.la-times-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-circle-o:before{content:"\f057"}.la.la-check-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-circle-o:before{content:"\f058"}.la.la-mail-forward:before{content:"\f064"}.la.la-eye{font-family:'Line Awesome Free';font-weight:400}.la.la-eye-slash{font-family:'Line Awesome Free';font-weight:400}.la.la-warning:before{content:"\f071"}.la.la-calendar:before{content:"\f073"}.la.la-arrows-v:before{content:"\f338"}.la.la-arrows-h:before{content:"\f337"}.la.la-bar-chart{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart:before{content:"\f080"}.la.la-bar-chart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart-o:before{content:"\f080"}.la.la-twitter-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-gears:before{content:"\f085"}.la.la-thumbs-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-up:before{content:"\f164"}.la.la-thumbs-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-down:before{content:"\f165"}.la.la-heart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-heart-o:before{content:"\f004"}.la.la-sign-out:before{content:"\f2f5"}.la.la-linkedin-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin-square:before{content:"\f08c"}.la.la-thumb-tack:before{content:"\f08d"}.la.la-external-link:before{content:"\f35d"}.la.la-sign-in:before{content:"\f2f6"}.la.la-github-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-lemon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lemon-o:before{content:"\f094"}.la.la-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-square-o:before{content:"\f0c8"}.la.la-bookmark-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bookmark-o:before{content:"\f02e"}.la.la-twitter{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook:before{content:"\f39e"}.la.la-facebook-f{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-f:before{content:"\f39e"}.la.la-github{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card{font-family:'Line Awesome Free';font-weight:400}.la.la-feed:before{content:"\f09e"}.la.la-hdd-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hdd-o:before{content:"\f0a0"}.la.la-hand-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-right:before{content:"\f0a4"}.la.la-hand-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-left:before{content:"\f0a5"}.la.la-hand-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-up:before{content:"\f0a6"}.la.la-hand-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-down:before{content:"\f0a7"}.la.la-arrows-alt:before{content:"\f31e"}.la.la-group:before{content:"\f0c0"}.la.la-chain:before{content:"\f0c1"}.la.la-scissors:before{content:"\f0c4"}.la.la-files-o{font-family:'Line Awesome Free';font-weight:400}.la.la-files-o:before{content:"\f0c5"}.la.la-floppy-o{font-family:'Line Awesome Free';font-weight:400}.la.la-floppy-o:before{content:"\f0c7"}.la.la-navicon:before{content:"\f0c9"}.la.la-reorder:before{content:"\f0c9"}.la.la-pinterest{font-family:'Line Awesome Brands';font-weight:400}.la.la-pinterest-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus:before{content:"\f0d5"}.la.la-money{font-family:'Line Awesome Free';font-weight:400}.la.la-money:before{content:"\f3d1"}.la.la-unsorted:before{content:"\f0dc"}.la.la-sort-desc:before{content:"\f0dd"}.la.la-sort-asc:before{content:"\f0de"}.la.la-linkedin{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin:before{content:"\f0e1"}.la.la-rotate-left:before{content:"\f0e2"}.la.la-legal:before{content:"\f0e3"}.la.la-tachometer:before{content:"\f3fd"}.la.la-dashboard:before{content:"\f3fd"}.la.la-comment-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comment-o:before{content:"\f075"}.la.la-comments-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comments-o:before{content:"\f086"}.la.la-flash:before{content:"\f0e7"}.la.la-clipboard{font-family:'Line Awesome Free';font-weight:400}.la.la-paste{font-family:'Line Awesome Free';font-weight:400}.la.la-paste:before{content:"\f328"}.la.la-lightbulb-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lightbulb-o:before{content:"\f0eb"}.la.la-exchange:before{content:"\f362"}.la.la-cloud-download:before{content:"\f381"}.la.la-cloud-upload:before{content:"\f382"}.la.la-bell-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-o:before{content:"\f0f3"}.la.la-cutlery:before{content:"\f2e7"}.la.la-file-text-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-text-o:before{content:"\f15c"}.la.la-building-o{font-family:'Line Awesome Free';font-weight:400}.la.la-building-o:before{content:"\f1ad"}.la.la-hospital-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hospital-o:before{content:"\f0f8"}.la.la-tablet:before{content:"\f3fa"}.la.la-mobile:before{content:"\f3cd"}.la.la-mobile-phone:before{content:"\f3cd"}.la.la-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-o:before{content:"\f111"}.la.la-mail-reply:before{content:"\f3e5"}.la.la-github-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-folder-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-o:before{content:"\f07b"}.la.la-folder-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-open-o:before{content:"\f07c"}.la.la-smile-o{font-family:'Line Awesome Free';font-weight:400}.la.la-smile-o:before{content:"\f118"}.la.la-frown-o{font-family:'Line Awesome Free';font-weight:400}.la.la-frown-o:before{content:"\f119"}.la.la-meh-o{font-family:'Line Awesome Free';font-weight:400}.la.la-meh-o:before{content:"\f11a"}.la.la-keyboard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-keyboard-o:before{content:"\f11c"}.la.la-flag-o{font-family:'Line Awesome Free';font-weight:400}.la.la-flag-o:before{content:"\f024"}.la.la-mail-reply-all:before{content:"\f122"}.la.la-star-half-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-o:before{content:"\f089"}.la.la-star-half-empty{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-empty:before{content:"\f089"}.la.la-star-half-full{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-full:before{content:"\f089"}.la.la-code-fork:before{content:"\f126"}.la.la-chain-broken:before{content:"\f127"}.la.la-shield:before{content:"\f3ed"}.la.la-calendar-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-o:before{content:"\f133"}.la.la-maxcdn{font-family:'Line Awesome Brands';font-weight:400}.la.la-html5{font-family:'Line Awesome Brands';font-weight:400}.la.la-css3{font-family:'Line Awesome Brands';font-weight:400}.la.la-ticket:before{content:"\f3ff"}.la.la-minus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-minus-square-o:before{content:"\f146"}.la.la-level-up:before{content:"\f3bf"}.la.la-level-down:before{content:"\f3be"}.la.la-pencil-square:before{content:"\f14b"}.la.la-external-link-square:before{content:"\f360"}.la.la-compass{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down:before{content:"\f150"}.la.la-toggle-down{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-down:before{content:"\f150"}.la.la-caret-square-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-up:before{content:"\f151"}.la.la-toggle-up{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-up:before{content:"\f151"}.la.la-caret-square-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-right:before{content:"\f152"}.la.la-toggle-right{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-right:before{content:"\f152"}.la.la-eur:before{content:"\f153"}.la.la-euro:before{content:"\f153"}.la.la-gbp:before{content:"\f154"}.la.la-usd:before{content:"\f155"}.la.la-dollar:before{content:"\f155"}.la.la-inr:before{content:"\f156"}.la.la-rupee:before{content:"\f156"}.la.la-jpy:before{content:"\f157"}.la.la-cny:before{content:"\f157"}.la.la-rmb:before{content:"\f157"}.la.la-yen:before{content:"\f157"}.la.la-rub:before{content:"\f158"}.la.la-ruble:before{content:"\f158"}.la.la-rouble:before{content:"\f158"}.la.la-krw:before{content:"\f159"}.la.la-won:before{content:"\f159"}.la.la-btc{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin:before{content:"\f15a"}.la.la-file-text:before{content:"\f15c"}.la.la-sort-alpha-asc:before{content:"\f15d"}.la.la-sort-alpha-desc:before{content:"\f881"}.la.la-sort-amount-asc:before{content:"\f160"}.la.la-sort-amount-desc:before{content:"\f884"}.la.la-sort-numeric-asc:before{content:"\f162"}.la.la-sort-numeric-desc:before{content:"\f886"}.la.la-youtube-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play:before{content:"\f167"}.la.la-dropbox{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-overflow{font-family:'Line Awesome Brands';font-weight:400}.la.la-instagram{font-family:'Line Awesome Brands';font-weight:400}.la.la-flickr{font-family:'Line Awesome Brands';font-weight:400}.la.la-adn{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square:before{content:"\f171"}.la.la-tumblr{font-family:'Line Awesome Brands';font-weight:400}.la.la-tumblr-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-long-arrow-down:before{content:"\f309"}.la.la-long-arrow-up:before{content:"\f30c"}.la.la-long-arrow-left:before{content:"\f30a"}.la.la-long-arrow-right:before{content:"\f30b"}.la.la-apple{font-family:'Line Awesome Brands';font-weight:400}.la.la-windows{font-family:'Line Awesome Brands';font-weight:400}.la.la-android{font-family:'Line Awesome Brands';font-weight:400}.la.la-linux{font-family:'Line Awesome Brands';font-weight:400}.la.la-dribbble{font-family:'Line Awesome Brands';font-weight:400}.la.la-skype{font-family:'Line Awesome Brands';font-weight:400}.la.la-foursquare{font-family:'Line Awesome Brands';font-weight:400}.la.la-trello{font-family:'Line Awesome Brands';font-weight:400}.la.la-gratipay{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip:before{content:"\f184"}.la.la-sun-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sun-o:before{content:"\f185"}.la.la-moon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-moon-o:before{content:"\f186"}.la.la-vk{font-family:'Line Awesome Brands';font-weight:400}.la.la-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-renren{font-family:'Line Awesome Brands';font-weight:400}.la.la-pagelines{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-exchange{font-family:'Line Awesome Brands';font-weight:400}.la.la-arrow-circle-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-right:before{content:"\f35a"}.la.la-arrow-circle-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-left:before{content:"\f359"}.la.la-caret-square-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-left:before{content:"\f191"}.la.la-toggle-left{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-left:before{content:"\f191"}.la.la-dot-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-dot-circle-o:before{content:"\f192"}.la.la-vimeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-try:before{content:"\f195"}.la.la-turkish-lira:before{content:"\f195"}.la.la-plus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-plus-square-o:before{content:"\f0fe"}.la.la-slack{font-family:'Line Awesome Brands';font-weight:400}.la.la-wordpress{font-family:'Line Awesome Brands';font-weight:400}.la.la-openid{font-family:'Line Awesome Brands';font-weight:400}.la.la-institution:before{content:"\f19c"}.la.la-bank:before{content:"\f19c"}.la.la-mortar-board:before{content:"\f19d"}.la.la-yahoo{font-family:'Line Awesome Brands';font-weight:400}.la.la-google{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon{font-family:'Line Awesome Brands';font-weight:400}.la.la-delicious{font-family:'Line Awesome Brands';font-weight:400}.la.la-digg{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-pp{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-drupal{font-family:'Line Awesome Brands';font-weight:400}.la.la-joomla{font-family:'Line Awesome Brands';font-weight:400}.la.la-spoon:before{content:"\f2e5"}.la.la-behance{font-family:'Line Awesome Brands';font-weight:400}.la.la-behance-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-automobile:before{content:"\f1b9"}.la.la-cab:before{content:"\f1ba"}.la.la-envelope-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-o:before{content:"\f0e0"}.la.la-deviantart{font-family:'Line Awesome Brands';font-weight:400}.la.la-soundcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-file-pdf-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-pdf-o:before{content:"\f1c1"}.la.la-file-word-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-word-o:before{content:"\f1c2"}.la.la-file-excel-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-excel-o:before{content:"\f1c3"}.la.la-file-powerpoint-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-powerpoint-o:before{content:"\f1c4"}.la.la-file-image-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-image-o:before{content:"\f1c5"}.la.la-file-photo-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-photo-o:before{content:"\f1c5"}.la.la-file-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-picture-o:before{content:"\f1c5"}.la.la-file-archive-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-archive-o:before{content:"\f1c6"}.la.la-file-zip-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-zip-o:before{content:"\f1c6"}.la.la-file-audio-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-audio-o:before{content:"\f1c7"}.la.la-file-sound-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-sound-o:before{content:"\f1c7"}.la.la-file-video-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-video-o:before{content:"\f1c8"}.la.la-file-movie-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-movie-o:before{content:"\f1c8"}.la.la-file-code-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-code-o:before{content:"\f1c9"}.la.la-vine{font-family:'Line Awesome Brands';font-weight:400}.la.la-codepen{font-family:'Line Awesome Brands';font-weight:400}.la.la-jsfiddle{font-family:'Line Awesome Brands';font-weight:400}.la.la-life-ring{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy:before{content:"\f1cd"}.la.la-life-buoy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-buoy:before{content:"\f1cd"}.la.la-life-saver{font-family:'Line Awesome Free';font-weight:400}.la.la-life-saver:before{content:"\f1cd"}.la.la-support{font-family:'Line Awesome Free';font-weight:400}.la.la-support:before{content:"\f1cd"}.la.la-circle-o-notch:before{content:"\f1ce"}.la.la-rebel{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra:before{content:"\f1d0"}.la.la-resistance{font-family:'Line Awesome Brands';font-weight:400}.la.la-resistance:before{content:"\f1d0"}.la.la-empire{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge:before{content:"\f1d1"}.la.la-git-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-git{font-family:'Line Awesome Brands';font-weight:400}.la.la-hacker-news{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square:before{content:"\f1d4"}.la.la-yc-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc-square:before{content:"\f1d4"}.la.la-tencent-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-qq{font-family:'Line Awesome Brands';font-weight:400}.la.la-weixin{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat:before{content:"\f1d7"}.la.la-send:before{content:"\f1d8"}.la.la-paper-plane-o{font-family:'Line Awesome Free';font-weight:400}.la.la-paper-plane-o:before{content:"\f1d8"}.la.la-send-o{font-family:'Line Awesome Free';font-weight:400}.la.la-send-o:before{content:"\f1d8"}.la.la-circle-thin{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-thin:before{content:"\f111"}.la.la-header:before{content:"\f1dc"}.la.la-sliders:before{content:"\f1de"}.la.la-futbol-o{font-family:'Line Awesome Free';font-weight:400}.la.la-futbol-o:before{content:"\f1e3"}.la.la-soccer-ball-o{font-family:'Line Awesome Free';font-weight:400}.la.la-soccer-ball-o:before{content:"\f1e3"}.la.la-slideshare{font-family:'Line Awesome Brands';font-weight:400}.la.la-twitch{font-family:'Line Awesome Brands';font-weight:400}.la.la-yelp{font-family:'Line Awesome Brands';font-weight:400}.la.la-newspaper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-newspaper-o:before{content:"\f1ea"}.la.la-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-wallet{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-visa{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-mastercard{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-discover{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-amex{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-stripe{font-family:'Line Awesome Brands';font-weight:400}.la.la-bell-slash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-slash-o:before{content:"\f1f6"}.la.la-trash:before{content:"\f2ed"}.la.la-copyright{font-family:'Line Awesome Free';font-weight:400}.la.la-eyedropper:before{content:"\f1fb"}.la.la-area-chart:before{content:"\f1fe"}.la.la-pie-chart:before{content:"\f200"}.la.la-line-chart:before{content:"\f201"}.la.la-lastfm{font-family:'Line Awesome Brands';font-weight:400}.la.la-lastfm-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-ioxhost{font-family:'Line Awesome Brands';font-weight:400}.la.la-angellist{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc{font-family:'Line Awesome Free';font-weight:400}.la.la-cc:before{content:"\f20a"}.la.la-ils:before{content:"\f20b"}.la.la-shekel:before{content:"\f20b"}.la.la-sheqel:before{content:"\f20b"}.la.la-meanpath{font-family:'Line Awesome Brands';font-weight:400}.la.la-meanpath:before{content:"\f2b4"}.la.la-buysellads{font-family:'Line Awesome Brands';font-weight:400}.la.la-connectdevelop{font-family:'Line Awesome Brands';font-weight:400}.la.la-dashcube{font-family:'Line Awesome Brands';font-weight:400}.la.la-forumbee{font-family:'Line Awesome Brands';font-weight:400}.la.la-leanpub{font-family:'Line Awesome Brands';font-weight:400}.la.la-sellsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-shirtsinbulk{font-family:'Line Awesome Brands';font-weight:400}.la.la-simplybuilt{font-family:'Line Awesome Brands';font-weight:400}.la.la-skyatlas{font-family:'Line Awesome Brands';font-weight:400}.la.la-diamond{font-family:'Line Awesome Free';font-weight:400}.la.la-diamond:before{content:"\f3a5"}.la.la-intersex:before{content:"\f224"}.la.la-facebook-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-official:before{content:"\f09a"}.la.la-pinterest-p{font-family:'Line Awesome Brands';font-weight:400}.la.la-whatsapp{font-family:'Line Awesome Brands';font-weight:400}.la.la-hotel:before{content:"\f236"}.la.la-viacoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-medium{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc:before{content:"\f23b"}.la.la-optin-monster{font-family:'Line Awesome Brands';font-weight:400}.la.la-opencart{font-family:'Line Awesome Brands';font-weight:400}.la.la-expeditedssl{font-family:'Line Awesome Brands';font-weight:400}.la.la-battery-4:before{content:"\f240"}.la.la-battery:before{content:"\f240"}.la.la-battery-3:before{content:"\f241"}.la.la-battery-2:before{content:"\f242"}.la.la-battery-1:before{content:"\f243"}.la.la-battery-0:before{content:"\f244"}.la.la-object-group{font-family:'Line Awesome Free';font-weight:400}.la.la-object-ungroup{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o:before{content:"\f249"}.la.la-cc-jcb{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-diners-club{font-family:'Line Awesome Brands';font-weight:400}.la.la-clone{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o:before{content:"\f254"}.la.la-hourglass-1:before{content:"\f251"}.la.la-hourglass-2:before{content:"\f252"}.la.la-hourglass-3:before{content:"\f253"}.la.la-hand-rock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-rock-o:before{content:"\f255"}.la.la-hand-grab-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-grab-o:before{content:"\f255"}.la.la-hand-paper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-paper-o:before{content:"\f256"}.la.la-hand-stop-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-stop-o:before{content:"\f256"}.la.la-hand-scissors-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-scissors-o:before{content:"\f257"}.la.la-hand-lizard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-lizard-o:before{content:"\f258"}.la.la-hand-spock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-spock-o:before{content:"\f259"}.la.la-hand-pointer-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-pointer-o:before{content:"\f25a"}.la.la-hand-peace-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-peace-o:before{content:"\f25b"}.la.la-registered{font-family:'Line Awesome Free';font-weight:400}.la.la-creative-commons{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-tripadvisor{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-get-pocket{font-family:'Line Awesome Brands';font-weight:400}.la.la-wikipedia-w{font-family:'Line Awesome Brands';font-weight:400}.la.la-safari{font-family:'Line Awesome Brands';font-weight:400}.la.la-chrome{font-family:'Line Awesome Brands';font-weight:400}.la.la-firefox{font-family:'Line Awesome Brands';font-weight:400}.la.la-opera{font-family:'Line Awesome Brands';font-weight:400}.la.la-internet-explorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-television:before{content:"\f26c"}.la.la-contao{font-family:'Line Awesome Brands';font-weight:400}.la.la-500px{font-family:'Line Awesome Brands';font-weight:400}.la.la-amazon{font-family:'Line Awesome Brands';font-weight:400}.la.la-calendar-plus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-plus-o:before{content:"\f271"}.la.la-calendar-minus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-minus-o:before{content:"\f272"}.la.la-calendar-times-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-times-o:before{content:"\f273"}.la.la-calendar-check-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-check-o:before{content:"\f274"}.la.la-map-o{font-family:'Line Awesome Free';font-weight:400}.la.la-map-o:before{content:"\f279"}.la.la-commenting:before{content:"\f4ad"}.la.la-commenting-o{font-family:'Line Awesome Free';font-weight:400}.la.la-commenting-o:before{content:"\f4ad"}.la.la-houzz{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo:before{content:"\f27d"}.la.la-black-tie{font-family:'Line Awesome Brands';font-weight:400}.la.la-fonticons{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-alien{font-family:'Line Awesome Brands';font-weight:400}.la.la-edge{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card-alt:before{content:"\f09d"}.la.la-codiepie{font-family:'Line Awesome Brands';font-weight:400}.la.la-modx{font-family:'Line Awesome Brands';font-weight:400}.la.la-fort-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-usb{font-family:'Line Awesome Brands';font-weight:400}.la.la-product-hunt{font-family:'Line Awesome Brands';font-weight:400}.la.la-mixcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-scribd{font-family:'Line Awesome Brands';font-weight:400}.la.la-pause-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pause-circle-o:before{content:"\f28b"}.la.la-stop-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-stop-circle-o:before{content:"\f28d"}.la.la-bluetooth{font-family:'Line Awesome Brands';font-weight:400}.la.la-bluetooth-b{font-family:'Line Awesome Brands';font-weight:400}.la.la-gitlab{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpbeginner{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpforms{font-family:'Line Awesome Brands';font-weight:400}.la.la-envira{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt:before{content:"\f368"}.la.la-question-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-question-circle-o:before{content:"\f059"}.la.la-volume-control-phone:before{content:"\f2a0"}.la.la-asl-interpreting:before{content:"\f2a3"}.la.la-deafness:before{content:"\f2a4"}.la.la-hard-of-hearing:before{content:"\f2a4"}.la.la-glide{font-family:'Line Awesome Brands';font-weight:400}.la.la-glide-g{font-family:'Line Awesome Brands';font-weight:400}.la.la-signing:before{content:"\f2a7"}.la.la-viadeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-viadeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-ghost{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper{font-family:'Line Awesome Brands';font-weight:400}.la.la-first-order{font-family:'Line Awesome Brands';font-weight:400}.la.la-yoast{font-family:'Line Awesome Brands';font-weight:400}.la.la-themeisle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official:before{content:"\f2b3"}.la.la-google-plus-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-circle:before{content:"\f2b3"}.la.la-font-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa:before{content:"\f2b4"}.la.la-handshake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-handshake-o:before{content:"\f2b5"}.la.la-envelope-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-open-o:before{content:"\f2b6"}.la.la-linode{font-family:'Line Awesome Brands';font-weight:400}.la.la-address-book-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-book-o:before{content:"\f2b9"}.la.la-vcard:before{content:"\f2bb"}.la.la-address-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-card-o:before{content:"\f2bb"}.la.la-vcard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-vcard-o:before{content:"\f2bb"}.la.la-user-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-circle-o:before{content:"\f2bd"}.la.la-user-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-o:before{content:"\f007"}.la.la-id-badge{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license:before{content:"\f2c2"}.la.la-id-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-id-card-o:before{content:"\f2c2"}.la.la-drivers-license-o{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license-o:before{content:"\f2c2"}.la.la-quora{font-family:'Line Awesome Brands';font-weight:400}.la.la-free-code-camp{font-family:'Line Awesome Brands';font-weight:400}.la.la-telegram{font-family:'Line Awesome Brands';font-weight:400}.la.la-thermometer-4:before{content:"\f2c7"}.la.la-thermometer:before{content:"\f2c7"}.la.la-thermometer-3:before{content:"\f2c8"}.la.la-thermometer-2:before{content:"\f2c9"}.la.la-thermometer-1:before{content:"\f2ca"}.la.la-thermometer-0:before{content:"\f2cb"}.la.la-bathtub:before{content:"\f2cd"}.la.la-s15:before{content:"\f2cd"}.la.la-window-maximize{font-family:'Line Awesome Free';font-weight:400}.la.la-window-restore{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle:before{content:"\f410"}.la.la-window-close-o{font-family:'Line Awesome Free';font-weight:400}.la.la-window-close-o:before{content:"\f410"}.la.la-times-rectangle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle-o:before{content:"\f410"}.la.la-bandcamp{font-family:'Line Awesome Brands';font-weight:400}.la.la-grav{font-family:'Line Awesome Brands';font-weight:400}.la.la-etsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-imdb{font-family:'Line Awesome Brands';font-weight:400}.la.la-ravelry{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast:before{content:"\f2da"}.la.la-snowflake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-snowflake-o:before{content:"\f2dc"}.la.la-superpowers{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpexplorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-spotify{font-family:'Line Awesome Brands';font-weight:400}
.jbd-container{}.jbd-container *,.jbd-container *::before,.jbd-container *::after{box-sizing:border-box}.jbd-container .m-0{margin:0 !important}.jbd-container .mt-0,.jbd-container .my-0{margin-top:0 !important}.jbd-container .mr-0,.jbd-container .mx-0{margin-right:0 !important}.jbd-container .mb-0,.jbd-container .my-0{margin-bottom:0 !important}.jbd-container .ml-0,.jbd-container .mx-0{margin-left:0 !important}.jbd-container .m-1{margin:0.25rem !important}.jbd-container .mt-1,.jbd-container .my-1{margin-top:0.25rem !important}.jbd-container .mr-1,.jbd-container .mx-1{margin-right:0.25rem !important}.jbd-container .mb-1,.jbd-container .my-1{margin-bottom:0.25rem !important}.jbd-container .ml-1,.jbd-container .mx-1{margin-left:0.25rem !important}.jbd-container .m-2{margin:0.5rem !important}.jbd-container .mt-2,.jbd-container .my-2{margin-top:0.5rem !important}.jbd-container .mr-2,.jbd-container .mx-2{margin-right:0.5rem !important}.jbd-container .mb-2,.jbd-container .my-2{margin-bottom:0.5rem !important}.jbd-container .ml-2,.jbd-container .mx-2{margin-left:0.5rem !important}.jbd-container .m-3{margin:1rem !important}.jbd-container .mt-3,.jbd-container .my-3{margin-top:1rem !important}.jbd-container .mr-3,.jbd-container .mx-3{margin-right:1rem !important}.jbd-container .mb-3,.jbd-container .my-3{margin-bottom:1rem !important}.jbd-container .ml-3,.jbd-container .mx-3{margin-left:1rem !important}.jbd-container .m-4{margin:1.5rem !important}.jbd-container .mt-4,.jbd-container .my-4{margin-top:1.5rem !important}.jbd-container .mr-4,.jbd-container .mx-4{margin-right:1.5rem !important}.jbd-container .mb-4,.jbd-container .my-4{margin-bottom:1.5rem !important}.jbd-container .ml-4,.jbd-container .mx-4{margin-left:1.5rem !important}.jbd-container .m-5{margin:3rem !important}.jbd-container .mt-5,.jbd-container .my-5{margin-top:3rem !important}.jbd-container .mr-5,.jbd-container .mx-5{margin-right:3rem !important}.jbd-container .mb-5,.jbd-container .my-5{margin-bottom:3rem !important}.jbd-container .ml-5,.jbd-container .mx-5{margin-left:3rem !important}.jbd-container .p-0{padding:0 !important}.jbd-container .pt-0,.jbd-container .py-0{padding-top:0 !important}.jbd-container .pr-0,.jbd-container .px-0{padding-right:0 !important}.jbd-container .pb-0,.jbd-container .py-0{padding-bottom:0 !important}.jbd-container .pl-0,.jbd-container .px-0{padding-left:0 !important}.jbd-container .p-1{padding:0.25rem !important}.jbd-container .pt-1,.jbd-container .py-1{padding-top:0.25rem !important}.jbd-container .pr-1,.jbd-container .px-1{padding-right:0.25rem !important}.jbd-container .pb-1,.jbd-container .py-1{padding-bottom:0.25rem !important}.jbd-container .pl-1,.jbd-container .px-1{padding-left:0.25rem !important}.jbd-container .p-2{padding:0.5rem !important}.jbd-container .pt-2,.jbd-container .py-2{padding-top:0.5rem !important}.jbd-container .pr-2,.jbd-container .px-2{padding-right:0.5rem !important}.jbd-container .pb-2,.jbd-container .py-2{padding-bottom:0.5rem !important}.jbd-container .pl-2,.jbd-container .px-2{padding-left:0.5rem !important}.jbd-container .p-3{padding:1rem !important}.jbd-container .pt-3,.jbd-container .py-3{padding-top:1rem !important}.jbd-container .pr-3,.jbd-container .px-3{padding-right:1rem !important}.jbd-container .pb-3,.jbd-container .py-3{padding-bottom:1rem !important}.jbd-container .pl-3,.jbd-container .px-3{padding-left:1rem !important}.jbd-container .p-4{padding:1.5rem !important}.jbd-container .pt-4,.jbd-container .py-4{padding-top:1.5rem !important}.jbd-container .pr-4,.jbd-container .px-4{padding-right:1.5rem !important}.jbd-container .pb-4,.jbd-container .py-4{padding-bottom:1.5rem !important}.jbd-container .pl-4,.jbd-container .px-4{padding-left:1.5rem !important}.jbd-container .p-5{padding:3rem !important}.jbd-container .pt-5,.jbd-container .py-5{padding-top:3rem !important}.jbd-container .pr-5,.jbd-container .px-5{padding-right:3rem !important}.jbd-container .pb-5,.jbd-container .py-5{padding-bottom:3rem !important}.jbd-container .pl-5,.jbd-container .px-5{padding-left:3rem !important}.jbd-container .m-auto{margin:auto !important}.jbd-container .mt-auto,.jbd-container .my-auto{margin-top:auto !important}.jbd-container .mr-auto,.jbd-container .mx-auto{margin-right:auto !important}.jbd-container .mb-auto,.jbd-container .my-auto{margin-bottom:auto !important}.jbd-container .ml-auto,.jbd-container .mx-auto{margin-left:auto !important}@media (min-width:576px){.jbd-container .m-sm-0{margin:0 !important}.jbd-container .mt-sm-0,.jbd-container .my-sm-0{margin-top:0 !important}.jbd-container .mr-sm-0,.jbd-container .mx-sm-0{margin-right:0 !important}.jbd-container .mb-sm-0,.jbd-container .my-sm-0{margin-bottom:0 !important}.jbd-container .ml-sm-0,.jbd-container .mx-sm-0{margin-left:0 !important}.jbd-container .m-sm-1{margin:0.25rem !important}.jbd-container .mt-sm-1,.jbd-container .my-sm-1{margin-top:0.25rem !important}.jbd-container .mr-sm-1,.jbd-container .mx-sm-1{margin-right:0.25rem !important}.jbd-container .mb-sm-1,.jbd-container .my-sm-1{margin-bottom:0.25rem !important}.jbd-container .ml-sm-1,.jbd-container .mx-sm-1{margin-left:0.25rem !important}.jbd-container .m-sm-2{margin:0.5rem !important}.jbd-container .mt-sm-2,.jbd-container .my-sm-2{margin-top:0.5rem !important}.jbd-container .mr-sm-2,.jbd-container .mx-sm-2{margin-right:0.5rem !important}.jbd-container .mb-sm-2,.jbd-container .my-sm-2{margin-bottom:0.5rem !important}.jbd-container .ml-sm-2,.jbd-container .mx-sm-2{margin-left:0.5rem !important}.jbd-container .m-sm-3{margin:1rem !important}.jbd-container .mt-sm-3,.jbd-container .my-sm-3{margin-top:1rem !important}.jbd-container .mr-sm-3,.jbd-container .mx-sm-3{margin-right:1rem !important}.jbd-container .mb-sm-3,.jbd-container .my-sm-3{margin-bottom:1rem !important}.jbd-container .ml-sm-3,.jbd-container .mx-sm-3{margin-left:1rem !important}.jbd-container .m-sm-4{margin:1.5rem !important}.jbd-container .mt-sm-4,.jbd-container .my-sm-4{margin-top:1.5rem !important}.jbd-container .mr-sm-4,.jbd-container .mx-sm-4{margin-right:1.5rem !important}.jbd-container .mb-sm-4,.jbd-container .my-sm-4{margin-bottom:1.5rem !important}.jbd-container .ml-sm-4,.jbd-container .mx-sm-4{margin-left:1.5rem !important}.jbd-container .m-sm-5{margin:3rem !important}.jbd-container .mt-sm-5,.jbd-container .my-sm-5{margin-top:3rem !important}.jbd-container .mr-sm-5,.jbd-container .mx-sm-5{margin-right:3rem !important}.jbd-container .mb-sm-5,.jbd-container .my-sm-5{margin-bottom:3rem !important}.jbd-container .ml-sm-5,.jbd-container .mx-sm-5{margin-left:3rem !important}.jbd-container .p-sm-0{padding:0 !important}.jbd-container .pt-sm-0,.jbd-container .py-sm-0{padding-top:0 !important}.jbd-container .pr-sm-0,.jbd-container .px-sm-0{padding-right:0 !important}.jbd-container .pb-sm-0,.jbd-container .py-sm-0{padding-bottom:0 !important}.jbd-container .pl-sm-0,.jbd-container .px-sm-0{padding-left:0 !important}.jbd-container .p-sm-1{padding:0.25rem !important}.jbd-container .pt-sm-1,.jbd-container .py-sm-1{padding-top:0.25rem !important}.jbd-container .pr-sm-1,.jbd-container .px-sm-1{padding-right:0.25rem !important}.jbd-container .pb-sm-1,.jbd-container .py-sm-1{padding-bottom:0.25rem !important}.jbd-container .pl-sm-1,.jbd-container .px-sm-1{padding-left:0.25rem !important}.jbd-container .p-sm-2{padding:0.5rem !important}.jbd-container .pt-sm-2,.jbd-container .py-sm-2{padding-top:0.5rem !important}.jbd-container .pr-sm-2,.jbd-container .px-sm-2{padding-right:0.5rem !important}.jbd-container .pb-sm-2,.jbd-container .py-sm-2{padding-bottom:0.5rem !important}.jbd-container .pl-sm-2,.jbd-container .px-sm-2{padding-left:0.5rem !important}.jbd-container .p-sm-3{padding:1rem !important}.jbd-container .pt-sm-3,.jbd-container .py-sm-3{padding-top:1rem !important}.jbd-container .pr-sm-3,.jbd-container .px-sm-3{padding-right:1rem !important}.jbd-container .pb-sm-3,.jbd-container .py-sm-3{padding-bottom:1rem !important}.jbd-container .pl-sm-3,.jbd-container .px-sm-3{padding-left:1rem !important}.jbd-container .p-sm-4{padding:1.5rem !important}.jbd-container .pt-sm-4,.jbd-container .py-sm-4{padding-top:1.5rem !important}.jbd-container .pr-sm-4,.jbd-container .px-sm-4{padding-right:1.5rem !important}.jbd-container .pb-sm-4,.jbd-container .py-sm-4{padding-bottom:1.5rem !important}.jbd-container .pl-sm-4,.jbd-container .px-sm-4{padding-left:1.5rem !important}.jbd-container .p-sm-5{padding:3rem !important}.jbd-container .pt-sm-5,.jbd-container .py-sm-5{padding-top:3rem !important}.jbd-container .pr-sm-5,.jbd-container .px-sm-5{padding-right:3rem !important}.jbd-container .pb-sm-5,.jbd-container .py-sm-5{padding-bottom:3rem !important}.jbd-container .pl-sm-5,.jbd-container .px-sm-5{padding-left:3rem !important}.jbd-container .m-sm-auto{margin:auto !important}.jbd-container .mt-sm-auto,.jbd-container .my-sm-auto{margin-top:auto !important}.jbd-container .mr-sm-auto,.jbd-container .mx-sm-auto{margin-right:auto !important}.jbd-container .mb-sm-auto,.jbd-container .my-sm-auto{margin-bottom:auto !important}.jbd-container .ml-sm-auto,.jbd-container .mx-sm-auto{margin-left:auto !important}}@media (min-width:768px){.jbd-container .m-md-0{margin:0 !important}.jbd-container .mt-md-0,.jbd-container .my-md-0{margin-top:0 !important}.jbd-container .mr-md-0,.jbd-container .mx-md-0{margin-right:0 !important}.jbd-container .mb-md-0,.jbd-container .my-md-0{margin-bottom:0 !important}.jbd-container .ml-md-0,.jbd-container .mx-md-0{margin-left:0 !important}.jbd-container .m-md-1{margin:0.25rem !important}.jbd-container .mt-md-1,.jbd-container .my-md-1{margin-top:0.25rem !important}.jbd-container .mr-md-1,.jbd-container .mx-md-1{margin-right:0.25rem !important}.jbd-container .mb-md-1,.jbd-container .my-md-1{margin-bottom:0.25rem !important}.jbd-container .ml-md-1,.jbd-container .mx-md-1{margin-left:0.25rem !important}.jbd-container .m-md-2{margin:0.5rem !important}.jbd-container .mt-md-2,.jbd-container .my-md-2{margin-top:0.5rem !important}.jbd-container .mr-md-2,.jbd-container .mx-md-2{margin-right:0.5rem !important}.jbd-container .mb-md-2,.jbd-container .my-md-2{margin-bottom:0.5rem !important}.jbd-container .ml-md-2,.jbd-container .mx-md-2{margin-left:0.5rem !important}.jbd-container .m-md-3{margin:1rem !important}.jbd-container .mt-md-3,.jbd-container .my-md-3{margin-top:1rem !important}.jbd-container .mr-md-3,.jbd-container .mx-md-3{margin-right:1rem !important}.jbd-container .mb-md-3,.jbd-container .my-md-3{margin-bottom:1rem !important}.jbd-container .ml-md-3,.jbd-container .mx-md-3{margin-left:1rem !important}.jbd-container .m-md-4{margin:1.5rem !important}.jbd-container .mt-md-4,.jbd-container .my-md-4{margin-top:1.5rem !important}.jbd-container .mr-md-4,.jbd-container .mx-md-4{margin-right:1.5rem !important}.jbd-container .mb-md-4,.jbd-container .my-md-4{margin-bottom:1.5rem !important}.jbd-container .ml-md-4,.jbd-container .mx-md-4{margin-left:1.5rem !important}.jbd-container .m-md-5{margin:3rem !important}.jbd-container .mt-md-5,.jbd-container .my-md-5{margin-top:3rem !important}.jbd-container .mr-md-5,.jbd-container .mx-md-5{margin-right:3rem !important}.jbd-container .mb-md-5,.jbd-container .my-md-5{margin-bottom:3rem !important}.jbd-container .ml-md-5,.jbd-container .mx-md-5{margin-left:3rem !important}.jbd-container .p-md-0{padding:0 !important}.jbd-container .pt-md-0,.jbd-container .py-md-0{padding-top:0 !important}.jbd-container .pr-md-0,.jbd-container .px-md-0{padding-right:0 !important}.jbd-container .pb-md-0,.jbd-container .py-md-0{padding-bottom:0 !important}.jbd-container .pl-md-0,.jbd-container .px-md-0{padding-left:0 !important}.jbd-container .p-md-1{padding:0.25rem !important}.jbd-container .pt-md-1,.jbd-container .py-md-1{padding-top:0.25rem !important}.jbd-container .pr-md-1,.jbd-container .px-md-1{padding-right:0.25rem !important}.jbd-container .pb-md-1,.jbd-container .py-md-1{padding-bottom:0.25rem !important}.jbd-container .pl-md-1,.jbd-container .px-md-1{padding-left:0.25rem !important}.jbd-container .p-md-2{padding:0.5rem !important}.jbd-container .pt-md-2,.jbd-container .py-md-2{padding-top:0.5rem !important}.jbd-container .pr-md-2,.jbd-container .px-md-2{padding-right:0.5rem !important}.jbd-container .pb-md-2,.jbd-container .py-md-2{padding-bottom:0.5rem !important}.jbd-container .pl-md-2,.jbd-container .px-md-2{padding-left:0.5rem !important}.jbd-container .p-md-3{padding:1rem !important}.jbd-container .pt-md-3,.jbd-container .py-md-3{padding-top:1rem !important}.jbd-container .pr-md-3,.jbd-container .px-md-3{padding-right:1rem !important}.jbd-container .pb-md-3,.jbd-container .py-md-3{padding-bottom:1rem !important}.jbd-container .pl-md-3,.jbd-container .px-md-3{padding-left:1rem !important}.jbd-container .p-md-4{padding:1.5rem !important}.jbd-container .pt-md-4,.jbd-container .py-md-4{padding-top:1.5rem !important}.jbd-container .pr-md-4,.jbd-container .px-md-4{padding-right:1.5rem !important}.jbd-container .pb-md-4,.jbd-container .py-md-4{padding-bottom:1.5rem !important}.jbd-container .pl-md-4,.jbd-container .px-md-4{padding-left:1.5rem !important}.jbd-container .p-md-5{padding:3rem !important}.jbd-container .pt-md-5,.jbd-container .py-md-5{padding-top:3rem !important}.jbd-container .pr-md-5,.jbd-container .px-md-5{padding-right:3rem !important}.jbd-container .pb-md-5,.jbd-container .py-md-5{padding-bottom:3rem !important}.jbd-container .pl-md-5,.jbd-container .px-md-5{padding-left:3rem !important}.jbd-container .m-md-auto{margin:auto !important}.jbd-container .mt-md-auto,.jbd-container .my-md-auto{margin-top:auto !important}.jbd-container .mr-md-auto,.jbd-container .mx-md-auto{margin-right:auto !important}.jbd-container .mb-md-auto,.jbd-container .my-md-auto{margin-bottom:auto !important}.jbd-container .ml-md-auto,.jbd-container .mx-md-auto{margin-left:auto !important}}@media (min-width:992px){.jbd-container .m-lg-0{margin:0 !important}.jbd-container .mt-lg-0,.jbd-container .my-lg-0{margin-top:0 !important}.jbd-container .mr-lg-0,.jbd-container .mx-lg-0{margin-right:0 !important}.jbd-container .mb-lg-0,.jbd-container .my-lg-0{margin-bottom:0 !important}.jbd-container .ml-lg-0,.jbd-container .mx-lg-0{margin-left:0 !important}.jbd-container .m-lg-1{margin:0.25rem !important}.jbd-container .mt-lg-1,.jbd-container .my-lg-1{margin-top:0.25rem !important}.jbd-container .mr-lg-1,.jbd-container .mx-lg-1{margin-right:0.25rem !important}.jbd-container .mb-lg-1,.jbd-container .my-lg-1{margin-bottom:0.25rem !important}.jbd-container .ml-lg-1,.jbd-container .mx-lg-1{margin-left:0.25rem !important}.jbd-container .m-lg-2{margin:0.5rem !important}.jbd-container .mt-lg-2,.jbd-container .my-lg-2{margin-top:0.5rem !important}.jbd-container .mr-lg-2,.jbd-container .mx-lg-2{margin-right:0.5rem !important}.jbd-container .mb-lg-2,.jbd-container .my-lg-2{margin-bottom:0.5rem !important}.jbd-container .ml-lg-2,.jbd-container .mx-lg-2{margin-left:0.5rem !important}.jbd-container .m-lg-3{margin:1rem !important}.jbd-container .mt-lg-3,.jbd-container .my-lg-3{margin-top:1rem !important}.jbd-container .mr-lg-3,.jbd-container .mx-lg-3{margin-right:1rem !important}.jbd-container .mb-lg-3,.jbd-container .my-lg-3{margin-bottom:1rem !important}.jbd-container .ml-lg-3,.jbd-container .mx-lg-3{margin-left:1rem !important}.jbd-container .m-lg-4{margin:1.5rem !important}.jbd-container .mt-lg-4,.jbd-container .my-lg-4{margin-top:1.5rem !important}.jbd-container .mr-lg-4,.jbd-container .mx-lg-4{margin-right:1.5rem !important}.jbd-container .mb-lg-4,.jbd-container .my-lg-4{margin-bottom:1.5rem !important}.jbd-container .ml-lg-4,.jbd-container .mx-lg-4{margin-left:1.5rem !important}.jbd-container .m-lg-5{margin:3rem !important}.jbd-container .mt-lg-5,.jbd-container .my-lg-5{margin-top:3rem !important}.jbd-container .mr-lg-5,.jbd-container .mx-lg-5{margin-right:3rem !important}.jbd-container .mb-lg-5,.jbd-container .my-lg-5{margin-bottom:3rem !important}.jbd-container .ml-lg-5,.jbd-container .mx-lg-5{margin-left:3rem !important}.jbd-container .p-lg-0{padding:0 !important}.jbd-container .pt-lg-0,.jbd-container .py-lg-0{padding-top:0 !important}.jbd-container .pr-lg-0,.jbd-container .px-lg-0{padding-right:0 !important}.jbd-container .pb-lg-0,.jbd-container .py-lg-0{padding-bottom:0 !important}.jbd-container .pl-lg-0,.jbd-container .px-lg-0{padding-left:0 !important}.jbd-container .p-lg-1{padding:0.25rem !important}.jbd-container .pt-lg-1,.jbd-container .py-lg-1{padding-top:0.25rem !important}.jbd-container .pr-lg-1,.jbd-container .px-lg-1{padding-right:0.25rem !important}.jbd-container .pb-lg-1,.jbd-container .py-lg-1{padding-bottom:0.25rem !important}.jbd-container .pl-lg-1,.jbd-container .px-lg-1{padding-left:0.25rem !important}.jbd-container .p-lg-2{padding:0.5rem !important}.jbd-container .pt-lg-2,.jbd-container .py-lg-2{padding-top:0.5rem !important}.jbd-container .pr-lg-2,.jbd-container .px-lg-2{padding-right:0.5rem !important}.jbd-container .pb-lg-2,.jbd-container .py-lg-2{padding-bottom:0.5rem !important}.jbd-container .pl-lg-2,.jbd-container .px-lg-2{padding-left:0.5rem !important}.jbd-container .p-lg-3{padding:1rem !important}.jbd-container .pt-lg-3,.jbd-container .py-lg-3{padding-top:1rem !important}.jbd-container .pr-lg-3,.jbd-container .px-lg-3{padding-right:1rem !important}.jbd-container .pb-lg-3,.jbd-container .py-lg-3{padding-bottom:1rem !important}.jbd-container .pl-lg-3,.jbd-container .px-lg-3{padding-left:1rem !important}.jbd-container .p-lg-4{padding:1.5rem !important}.jbd-container .pt-lg-4,.jbd-container .py-lg-4{padding-top:1.5rem !important}.jbd-container .pr-lg-4,.jbd-container .px-lg-4{padding-right:1.5rem !important}.jbd-container .pb-lg-4,.jbd-container .py-lg-4{padding-bottom:1.5rem !important}.jbd-container .pl-lg-4,.jbd-container .px-lg-4{padding-left:1.5rem !important}.jbd-container .p-lg-5{padding:3rem !important}.jbd-container .pt-lg-5,.jbd-container .py-lg-5{padding-top:3rem !important}.jbd-container .pr-lg-5,.jbd-container .px-lg-5{padding-right:3rem !important}.jbd-container .pb-lg-5,.jbd-container .py-lg-5{padding-bottom:3rem !important}.jbd-container .pl-lg-5,.jbd-container .px-lg-5{padding-left:3rem !important}.jbd-container .m-lg-auto{margin:auto !important}.jbd-container .mt-lg-auto,.jbd-container .my-lg-auto{margin-top:auto !important}.jbd-container .mr-lg-auto,.jbd-container .mx-lg-auto{margin-right:auto !important}.jbd-container .mb-lg-auto,.jbd-container .my-lg-auto{margin-bottom:auto !important}.jbd-container .ml-lg-auto,.jbd-container .mx-lg-auto{margin-left:auto !important}}@media (min-width:1200px){.jbd-container .m-xl-0{margin:0 !important}.jbd-container .mt-xl-0,.jbd-container .my-xl-0{margin-top:0 !important}.jbd-container .mr-xl-0,.jbd-container .mx-xl-0{margin-right:0 !important}.jbd-container .mb-xl-0,.jbd-container .my-xl-0{margin-bottom:0 !important}.jbd-container .ml-xl-0,.jbd-container .mx-xl-0{margin-left:0 !important}.jbd-container .m-xl-1{margin:0.25rem !important}.jbd-container .mt-xl-1,.jbd-container .my-xl-1{margin-top:0.25rem !important}.jbd-container .mr-xl-1,.jbd-container .mx-xl-1{margin-right:0.25rem !important}.jbd-container .mb-xl-1,.jbd-container .my-xl-1{margin-bottom:0.25rem !important}.jbd-container .ml-xl-1,.jbd-container .mx-xl-1{margin-left:0.25rem !important}.jbd-container .m-xl-2{margin:0.5rem !important}.jbd-container .mt-xl-2,.jbd-container .my-xl-2{margin-top:0.5rem !important}.jbd-container .mr-xl-2,.jbd-container .mx-xl-2{margin-right:0.5rem !important}.jbd-container .mb-xl-2,.jbd-container .my-xl-2{margin-bottom:0.5rem !important}.jbd-container .ml-xl-2,.jbd-container .mx-xl-2{margin-left:0.5rem !important}.jbd-container .m-xl-3{margin:1rem !important}.jbd-container .mt-xl-3,.jbd-container .my-xl-3{margin-top:1rem !important}.jbd-container .mr-xl-3,.jbd-container .mx-xl-3{margin-right:1rem !important}.jbd-container .mb-xl-3,.jbd-container .my-xl-3{margin-bottom:1rem !important}.jbd-container .ml-xl-3,.jbd-container .mx-xl-3{margin-left:1rem !important}.jbd-container .m-xl-4{margin:1.5rem !important}.jbd-container .mt-xl-4,.jbd-container .my-xl-4{margin-top:1.5rem !important}.jbd-container .mr-xl-4,.jbd-container .mx-xl-4{margin-right:1.5rem !important}.jbd-container .mb-xl-4,.jbd-container .my-xl-4{margin-bottom:1.5rem !important}.jbd-container .ml-xl-4,.jbd-container .mx-xl-4{margin-left:1.5rem !important}.jbd-container .m-xl-5{margin:3rem !important}.jbd-container .mt-xl-5,.jbd-container .my-xl-5{margin-top:3rem !important}.jbd-container .mr-xl-5,.jbd-container .mx-xl-5{margin-right:3rem !important}.jbd-container .mb-xl-5,.jbd-container .my-xl-5{margin-bottom:3rem !important}.jbd-container .ml-xl-5,.jbd-container .mx-xl-5{margin-left:3rem !important}.jbd-container .p-xl-0{padding:0 !important}.jbd-container .pt-xl-0,.jbd-container .py-xl-0{padding-top:0 !important}.jbd-container .pr-xl-0,.jbd-container .px-xl-0{padding-right:0 !important}.jbd-container .pb-xl-0,.jbd-container .py-xl-0{padding-bottom:0 !important}.jbd-container .pl-xl-0,.jbd-container .px-xl-0{padding-left:0 !important}.jbd-container .p-xl-1{padding:0.25rem !important}.jbd-container .pt-xl-1,.jbd-container .py-xl-1{padding-top:0.25rem !important}.jbd-container .pr-xl-1,.jbd-container .px-xl-1{padding-right:0.25rem !important}.jbd-container .pb-xl-1,.jbd-container .py-xl-1{padding-bottom:0.25rem !important}.jbd-container .pl-xl-1,.jbd-container .px-xl-1{padding-left:0.25rem !important}.jbd-container .p-xl-2{padding:0.5rem !important}.jbd-container .pt-xl-2,.jbd-container .py-xl-2{padding-top:0.5rem !important}.jbd-container .pr-xl-2,.jbd-container .px-xl-2{padding-right:0.5rem !important}.jbd-container .pb-xl-2,.jbd-container .py-xl-2{padding-bottom:0.5rem !important}.jbd-container .pl-xl-2,.jbd-container .px-xl-2{padding-left:0.5rem !important}.jbd-container .p-xl-3{padding:1rem !important}.jbd-container .pt-xl-3,.jbd-container .py-xl-3{padding-top:1rem !important}.jbd-container .pr-xl-3,.jbd-container .px-xl-3{padding-right:1rem !important}.jbd-container .pb-xl-3,.jbd-container .py-xl-3{padding-bottom:1rem !important}.jbd-container .pl-xl-3,.jbd-container .px-xl-3{padding-left:1rem !important}.jbd-container .p-xl-4{padding:1.5rem !important}.jbd-container .pt-xl-4,.jbd-container .py-xl-4{padding-top:1.5rem !important}.jbd-container .pr-xl-4,.jbd-container .px-xl-4{padding-right:1.5rem !important}.jbd-container .pb-xl-4,.jbd-container .py-xl-4{padding-bottom:1.5rem !important}.jbd-container .pl-xl-4,.jbd-container .px-xl-4{padding-left:1.5rem !important}.jbd-container .p-xl-5{padding:3rem !important}.jbd-container .pt-xl-5,.jbd-container .py-xl-5{padding-top:3rem !important}.jbd-container .pr-xl-5,.jbd-container .px-xl-5{padding-right:3rem !important}.jbd-container .pb-xl-5,.jbd-container .py-xl-5{padding-bottom:3rem !important}.jbd-container .pl-xl-5,.jbd-container .px-xl-5{padding-left:3rem !important}.jbd-container .m-xl-auto{margin:auto !important}.jbd-container .mt-xl-auto,.jbd-container .my-xl-auto{margin-top:auto !important}.jbd-container .mr-xl-auto,.jbd-container .mx-xl-auto{margin-right:auto !important}.jbd-container .mb-xl-auto,.jbd-container .my-xl-auto{margin-bottom:auto !important}.jbd-container .ml-xl-auto,.jbd-container .mx-xl-auto{margin-left:auto !important}}.jbd-container .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.jbd-container .container{max-width:540px}}@media (min-width:768px){.jbd-container .container{max-width:720px}}@media (min-width:992px){.jbd-container .container{max-width:960px}}@media (min-width:1200px){.jbd-container .container{max-width:1140px}}@media (min-width:1400px){.jbd-container .container{max-width:1320px}}.jbd-container .container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.jbd-container .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.jbd-container .no-gutters{margin-right:0;margin-left:0}.jbd-container .no-gutters>.col,.jbd-container .no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.jbd-container .col-1,.jbd-container .col-2,.jbd-container .col-3,.jbd-container .col-4,.jbd-container .col-5,.jbd-container .col-6,.jbd-container .col-7,.jbd-container .col-8,.jbd-container .col-9,.jbd-container .col-10,.jbd-container .col-11,.jbd-container .col-12,.jbd-container .col,.jbd-container .col-auto,.jbd-container .col-sm-1,.jbd-container .col-sm-2,.jbd-container .col-sm-3,.jbd-container .col-sm-4,.jbd-container .col-sm-5,.jbd-container .col-sm-6,.jbd-container .col-sm-7,.jbd-container .col-sm-8,.jbd-container .col-sm-9,.jbd-container .col-sm-10,.jbd-container .col-sm-11,.jbd-container .col-sm-12,.jbd-container .col-sm,.jbd-container .col-sm-auto,.jbd-container .col-md-1,.jbd-container .col-md-2,.jbd-container .col-md-3,.jbd-container .col-md-4,.jbd-container .col-md-5,.jbd-container .col-md-6,.jbd-container .col-md-7,.jbd-container .col-md-8,.jbd-container .col-md-9,.jbd-container .col-md-10,.jbd-container .col-md-11,.jbd-container .col-md-12,.jbd-container .col-md,.jbd-container .col-md-auto,.jbd-container .col-lg-1,.jbd-container .col-lg-2,.jbd-container .col-lg-3,.jbd-container .col-lg-4,.jbd-container .col-lg-5,.jbd-container .col-lg-6,.jbd-container .col-lg-7,.jbd-container .col-lg-8,.jbd-container .col-lg-9,.jbd-container .col-lg-10,.jbd-container .col-lg-11,.jbd-container .col-lg-12,.jbd-container .col-lg,.jbd-container .col-lg-auto,.jbd-container .col-xl-1,.jbd-container .col-xl-2,.jbd-container .col-xl-3,.jbd-container .col-xl-4,.jbd-container .col-xl-5,.jbd-container .col-xl-6,.jbd-container .col-xl-7,.jbd-container .col-xl-8,.jbd-container .col-xl-9,.jbd-container .col-xl-10,.jbd-container .col-xl-11,.jbd-container .col-xl-12,.jbd-container .col-xl,.jbd-container .col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.jbd-container .col{flex-basis:0;flex-grow:1;max-width:100%}.jbd-container .col-auto{flex:0 0 auto;width:auto;max-width:none}.jbd-container .col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.jbd-container .col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.jbd-container .col-3{flex:0 0 25%;max-width:25%}.jbd-container .col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.jbd-container .col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.jbd-container .col-6{flex:0 0 50%;max-width:50%}.jbd-container .col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.jbd-container .col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.jbd-container .col-9{flex:0 0 75%;max-width:75%}.jbd-container .col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.jbd-container .col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.jbd-container .col-12{flex:0 0 100%;max-width:100%}.jbd-container .order-first{order:-1}.jbd-container .order-last{order:13}.jbd-container .order-0{order:0}.jbd-container .order-1{order:1}.jbd-container .order-2{order:2}.jbd-container .order-3{order:3}.jbd-container .order-4{order:4}.jbd-container .order-5{order:5}.jbd-container .order-6{order:6}.jbd-container .order-7{order:7}.jbd-container .order-8{order:8}.jbd-container .order-9{order:9}.jbd-container .order-10{order:10}.jbd-container .order-11{order:11}.jbd-container .order-12{order:12}.jbd-container .offset-1{margin-left:8.3333333333%}.jbd-container .offset-2{margin-left:16.6666666667%}.jbd-container .offset-3{margin-left:25%}.jbd-container .offset-4{margin-left:33.3333333333%}.jbd-container .offset-5{margin-left:41.6666666667%}.jbd-container .offset-6{margin-left:50%}.jbd-container .offset-7{margin-left:58.3333333333%}.jbd-container .offset-8{margin-left:66.6666666667%}.jbd-container .offset-9{margin-left:75%}.jbd-container .offset-10{margin-left:83.3333333333%}.jbd-container .offset-11{margin-left:91.6666666667%}@media (min-width:576px){.jbd-container .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.jbd-container .col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.jbd-container .col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.jbd-container .col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.jbd-container .col-sm-3{flex:0 0 25%;max-width:25%}.jbd-container .col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.jbd-container .col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.jbd-container .col-sm-6{flex:0 0 50%;max-width:50%}.jbd-container .col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.jbd-container .col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.jbd-container .col-sm-9{flex:0 0 75%;max-width:75%}.jbd-container .col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.jbd-container .col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.jbd-container .col-sm-12{flex:0 0 100%;max-width:100%}.jbd-container .order-sm-first{order:-1}.jbd-container .order-sm-last{order:13}.jbd-container .order-sm-0{order:0}.jbd-container .order-sm-1{order:1}.jbd-container .order-sm-2{order:2}.jbd-container .order-sm-3{order:3}.jbd-container .order-sm-4{order:4}.jbd-container .order-sm-5{order:5}.jbd-container .order-sm-6{order:6}.jbd-container .order-sm-7{order:7}.jbd-container .order-sm-8{order:8}.jbd-container .order-sm-9{order:9}.jbd-container .order-sm-10{order:10}.jbd-container .order-sm-11{order:11}.jbd-container .order-sm-12{order:12}.jbd-container .offset-sm-0{margin-left:0}.jbd-container .offset-sm-1{margin-left:8.3333333333%}.jbd-container .offset-sm-2{margin-left:16.6666666667%}.jbd-container .offset-sm-3{margin-left:25%}.jbd-container .offset-sm-4{margin-left:33.3333333333%}.jbd-container .offset-sm-5{margin-left:41.6666666667%}.jbd-container .offset-sm-6{margin-left:50%}.jbd-container .offset-sm-7{margin-left:58.3333333333%}.jbd-container .offset-sm-8{margin-left:66.6666666667%}.jbd-container .offset-sm-9{margin-left:75%}.jbd-container .offset-sm-10{margin-left:83.3333333333%}.jbd-container .offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){.jbd-container .col-md{flex-basis:0;flex-grow:1;max-width:100%}.jbd-container .col-md-auto{flex:0 0 auto;width:auto;max-width:none}.jbd-container .col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.jbd-container .col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.jbd-container .col-md-3{flex:0 0 25%;max-width:25%}.jbd-container .col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.jbd-container .col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.jbd-container .col-md-6{flex:0 0 50%;max-width:50%}.jbd-container .col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.jbd-container .col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.jbd-container .col-md-9{flex:0 0 75%;max-width:75%}.jbd-container .col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.jbd-container .col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.jbd-container .col-md-12{flex:0 0 100%;max-width:100%}.jbd-container .order-md-first{order:-1}.jbd-container .order-md-last{order:13}.jbd-container .order-md-0{order:0}.jbd-container .order-md-1{order:1}.jbd-container .order-md-2{order:2}.jbd-container .order-md-3{order:3}.jbd-container .order-md-4{order:4}.jbd-container .order-md-5{order:5}.jbd-container .order-md-6{order:6}.jbd-container .order-md-7{order:7}.jbd-container .order-md-8{order:8}.jbd-container .order-md-9{order:9}.jbd-container .order-md-10{order:10}.jbd-container .order-md-11{order:11}.jbd-container .order-md-12{order:12}.jbd-container .offset-md-0{margin-left:0}.jbd-container .offset-md-1{margin-left:8.3333333333%}.jbd-container .offset-md-2{margin-left:16.6666666667%}.jbd-container .offset-md-3{margin-left:25%}.jbd-container .offset-md-4{margin-left:33.3333333333%}.jbd-container .offset-md-5{margin-left:41.6666666667%}.jbd-container .offset-md-6{margin-left:50%}.jbd-container .offset-md-7{margin-left:58.3333333333%}.jbd-container .offset-md-8{margin-left:66.6666666667%}.jbd-container .offset-md-9{margin-left:75%}.jbd-container .offset-md-10{margin-left:83.3333333333%}.jbd-container .offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){.jbd-container .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.jbd-container .col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.jbd-container .col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.jbd-container .col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.jbd-container .col-lg-3{flex:0 0 25%;max-width:25%}.jbd-container .col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.jbd-container .col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.jbd-container .col-lg-6{flex:0 0 50%;max-width:50%}.jbd-container .col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.jbd-container .col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.jbd-container .col-lg-9{flex:0 0 75%;max-width:75%}.jbd-container .col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.jbd-container .col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.jbd-container .col-lg-12{flex:0 0 100%;max-width:100%}.jbd-container .order-lg-first{order:-1}.jbd-container .order-lg-last{order:13}.jbd-container .order-lg-0{order:0}.jbd-container .order-lg-1{order:1}.jbd-container .order-lg-2{order:2}.jbd-container .order-lg-3{order:3}.jbd-container .order-lg-4{order:4}.jbd-container .order-lg-5{order:5}.jbd-container .order-lg-6{order:6}.jbd-container .order-lg-7{order:7}.jbd-container .order-lg-8{order:8}.jbd-container .order-lg-9{order:9}.jbd-container .order-lg-10{order:10}.jbd-container .order-lg-11{order:11}.jbd-container .order-lg-12{order:12}.jbd-container .offset-lg-0{margin-left:0}.jbd-container .offset-lg-1{margin-left:8.3333333333%}.jbd-container .offset-lg-2{margin-left:16.6666666667%}.jbd-container .offset-lg-3{margin-left:25%}.jbd-container .offset-lg-4{margin-left:33.3333333333%}.jbd-container .offset-lg-5{margin-left:41.6666666667%}.jbd-container .offset-lg-6{margin-left:50%}.jbd-container .offset-lg-7{margin-left:58.3333333333%}.jbd-container .offset-lg-8{margin-left:66.6666666667%}.jbd-container .offset-lg-9{margin-left:75%}.jbd-container .offset-lg-10{margin-left:83.3333333333%}.jbd-container .offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){.jbd-container .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.jbd-container .col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.jbd-container .col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.jbd-container .col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.jbd-container .col-xl-3{flex:0 0 25%;max-width:25%}.jbd-container .col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.jbd-container .col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.jbd-container .col-xl-6{flex:0 0 50%;max-width:50%}.jbd-container .col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.jbd-container .col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.jbd-container .col-xl-9{flex:0 0 75%;max-width:75%}.jbd-container .col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.jbd-container .col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.jbd-container .col-xl-12{flex:0 0 100%;max-width:100%}.jbd-container .order-xl-first{order:-1}.jbd-container .order-xl-last{order:13}.jbd-container .order-xl-0{order:0}.jbd-container .order-xl-1{order:1}.jbd-container .order-xl-2{order:2}.jbd-container .order-xl-3{order:3}.jbd-container .order-xl-4{order:4}.jbd-container .order-xl-5{order:5}.jbd-container .order-xl-6{order:6}.jbd-container .order-xl-7{order:7}.jbd-container .order-xl-8{order:8}.jbd-container .order-xl-9{order:9}.jbd-container .order-xl-10{order:10}.jbd-container .order-xl-11{order:11}.jbd-container .order-xl-12{order:12}.jbd-container .offset-xl-0{margin-left:0}.jbd-container .offset-xl-1{margin-left:8.3333333333%}.jbd-container .offset-xl-2{margin-left:16.6666666667%}.jbd-container .offset-xl-3{margin-left:25%}.jbd-container .offset-xl-4{margin-left:33.3333333333%}.jbd-container .offset-xl-5{margin-left:41.6666666667%}.jbd-container .offset-xl-6{margin-left:50%}.jbd-container .offset-xl-7{margin-left:58.3333333333%}.jbd-container .offset-xl-8{margin-left:66.6666666667%}.jbd-container .offset-xl-9{margin-left:75%}.jbd-container .offset-xl-10{margin-left:83.3333333333%}.jbd-container .offset-xl-11{margin-left:91.6666666667%}}.jbd-container .card{background-color:#fff;border:1px solid rgba(0,0,0,0.125);border-radius:0.35rem}.jbd-container .card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:0.35rem;border-top-right-radius:0.35rem}.jbd-container .card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:0.35rem;border-bottom-left-radius:0.35rem}.jbd-container .card-body{padding:0.6em}.jbd-container .card-title{margin-bottom:0.6rem}.jbd-container .card-subtitle{margin-top:-0.3rem}.jbd-container .card-link+.card-link{margin-left:0.6em}.jbd-container .card-header{padding:0.6rem 0.6em;background-color:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.125)}.jbd-container .card-header:first-child{border-radius:calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0}.jbd-container .card-header+.list-group .list-group-item:first-child{border-top:0}.jbd-container .card-footer{padding:0.6rem 0.6em;background-color:rgba(0,0,0,0.03);border-top:1px solid rgba(0,0,0,0.125)}.jbd-container .card-footer:last-child{border-radius:0 0 calc(0.35rem - 1px) calc(0.35rem - 1px)}.jbd-container .card-header-tabs{margin-right:-0.3em;margin-bottom:-0.6rem;margin-left:-0.3em;border-bottom:0}.jbd-container .card-header-pills{margin-right:-0.3em;margin-left:-0.3em}.jbd-container .card-img-overlay{padding:1.25rem}.jbd-container .card-img{border-radius:calc(0.35rem - 1px)}.jbd-container .card-img-top{border-top-left-radius:calc(0.35rem - 1px);border-top-right-radius:calc(0.35rem - 1px)}.jbd-container .card-img-bottom{border-bottom-right-radius:calc(0.35rem - 1px);border-bottom-left-radius:calc(0.35rem - 1px)}.jbd-container .card-deck .card{margin-bottom:15px}@media (min-width:576px){.jbd-container .card-deck{flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.jbd-container .card-deck .card{margin-right:15px;margin-left:15px}}.jbd-container .card-group>.card{margin-bottom:15px}@media (min-width:576px){.jbd-container .card-group{flex-flow:row wrap}.jbd-container .card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.jbd-container .card-group>.card:first-child .card-img-top,.jbd-container .card-group>.card:first-child .card-header{border-top-right-radius:0}.jbd-container .card-group>.card:first-child .card-img-bottom,.jbd-container .card-group>.card:first-child .card-footer{border-bottom-right-radius:0}.jbd-container .card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.jbd-container .card-group>.card:only-child{border-radius:0.35rem}.jbd-container .card-group>.card:only-child .card-img-top,.jbd-container .card-group>.card:only-child .card-header{border-top-left-radius:0.35rem;border-top-right-radius:0.35rem}.jbd-container .card-group>.card:only-child .card-img-bottom,.jbd-container .card-group>.card:only-child .card-footer{border-bottom-right-radius:0.35rem;border-bottom-left-radius:0.35rem}.jbd-container .card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.jbd-container .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.jbd-container .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.jbd-container .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.jbd-container .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0}}.jbd-container .card-columns .card{margin-bottom:0.6rem}@media (min-width:576px){.jbd-container .card-columns{column-count:3;column-gap:1.25rem}}.jbd-container.jbd-edit-container .chosen-container{width:100% !important}.jbd-container.jbd-edit-container .chosen-container .chosen-single{min-width:140px}.jbd-container.jbd-edit-container .chosen-container .chosen-single span{margin-right:15px !important}.jbd-container.jbd-edit-container .chosen-container.chosen-container-single{max-width:100%}.jbd-container.jbd-edit-container .chosen-container.chosen-container-single .chosen-single{width:100%}.jbd-container.jbd-edit-container .chosen-container.chosen-container-multi{width:100% !important}.jbd-container.jbd-edit-container .chosen-container.chosen-container-multi .chosen-choices{max-width:100%;border:1px solid #ced4da;min-height:38px;border-radius:0.35rem}@media (max-width:1120px){.jbd-container.jbd-edit-container .chosen-container .chosen-single{min-width:100%}}.jbd-container .text-justify{text-align:justify !important}.jbd-container .text-nowrap{white-space:nowrap !important}.jbd-container .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jbd-container .text-left{text-align:left !important}.jbd-container .text-right{text-align:right !important}.jbd-container .text-center{text-align:center !important}@media (min-width:576px){.jbd-container .text-sm-left{text-align:left !important}.jbd-container .text-sm-right{text-align:right !important}.jbd-container .text-sm-center{text-align:center !important}}@media (min-width:768px){.jbd-container .text-md-left{text-align:left !important}.jbd-container .text-md-right{text-align:right !important}.jbd-container .text-md-center{text-align:center !important}}@media (min-width:992px){.jbd-container .text-lg-left{text-align:left !important}.jbd-container .text-lg-right{text-align:right !important}.jbd-container .text-lg-center{text-align:center !important}}@media (min-width:1200px){.jbd-container .text-xl-left{text-align:left !important}.jbd-container .text-xl-right{text-align:right !important}.jbd-container .text-xl-center{text-align:center !important}}.jbd-container .text-lowercase{text-transform:lowercase !important}.jbd-container .text-uppercase{text-transform:uppercase !important}.jbd-container .text-capitalize{text-transform:capitalize !important}.jbd-container .font-weight-light{font-weight:300 !important}.jbd-container .font-weight-normal{font-weight:400 !important}.jbd-container .font-weight-bold{font-weight:700 !important}.jbd-container .font-italic{font-style:italic !important}.jbd-container .text-white{color:#fff !important}.jbd-container .text-primary{color:#2C3E50 !important}.jbd-container a.text-primary:hover,.jbd-container a.text-primary:focus{color:#1a252f !important}.jbd-container .text-secondary{color:#f0f1f3 !important}.jbd-container a.text-secondary:hover,.jbd-container a.text-secondary:focus{color:#d4d7dc !important}.jbd-container .text-success{color:#66c37b !important}.jbd-container a.text-success:hover,.jbd-container a.text-success:focus{color:#45b15e !important}.jbd-container .text-info{color:#3498DB !important}.jbd-container a.text-info:hover,.jbd-container a.text-info:focus{color:#217dbb !important}.jbd-container .text-warning{color:#F39C12 !important}.jbd-container a.text-warning:hover,.jbd-container a.text-warning:focus{color:#c87f0a !important}.jbd-container .text-danger{color:#F03738 !important}.jbd-container a.text-danger:hover,.jbd-container a.text-danger:focus{color:#e31112 !important}.jbd-container .text-light{color:#f0f1f3 !important}.jbd-container a.text-light:hover,.jbd-container a.text-light:focus{color:#d4d7dc !important}.jbd-container .text-dark{color:#343a40 !important}.jbd-container a.text-dark:hover,.jbd-container a.text-dark:focus{color:#1d2124 !important}.jbd-container .text-muted{color:#95a5a6 !important}.jbd-container .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.jbd-container .text-thin{font-weight:500}.jbd-container .w-25{width:25% !important}.jbd-container .w-50{width:50% !important}.jbd-container .w-75{width:75% !important}.jbd-container .w-100{width:100% !important}.jbd-container .w-auto{width:auto !important}.jbd-container .h-25{height:25% !important}.jbd-container .h-50{height:50% !important}.jbd-container .h-75{height:75% !important}.jbd-container .h-100{height:100% !important}.jbd-container .h-auto{height:auto !important}@media (min-width:576px){.jbd-container .w-sm-25{width:25% !important}.jbd-container .w-sm-50{width:50% !important}.jbd-container .w-sm-75{width:75% !important}.jbd-container .w-sm-100{width:100% !important}.jbd-container .w-sm-auto{width:auto !important}.jbd-container .h-sm-25{height:25% !important}.jbd-container .h-sm-50{height:50% !important}.jbd-container .h-sm-75{height:75% !important}.jbd-container .h-sm-100{height:100% !important}.jbd-container .h-sm-auto{height:auto !important}}@media (min-width:768px){.jbd-container .w-md-25{width:25% !important}.jbd-container .w-md-50{width:50% !important}.jbd-container .w-md-75{width:75% !important}.jbd-container .w-md-100{width:100% !important}.jbd-container .w-md-auto{width:auto !important}.jbd-container .h-md-25{height:25% !important}.jbd-container .h-md-50{height:50% !important}.jbd-container .h-md-75{height:75% !important}.jbd-container .h-md-100{height:100% !important}.jbd-container .h-md-auto{height:auto !important}}@media (min-width:992px){.jbd-container .w-lg-25{width:25% !important}.jbd-container .w-lg-50{width:50% !important}.jbd-container .w-lg-75{width:75% !important}.jbd-container .w-lg-100{width:100% !important}.jbd-container .w-lg-auto{width:auto !important}.jbd-container .h-lg-25{height:25% !important}.jbd-container .h-lg-50{height:50% !important}.jbd-container .h-lg-75{height:75% !important}.jbd-container .h-lg-100{height:100% !important}.jbd-container .h-lg-auto{height:auto !important}}@media (min-width:1200px){.jbd-container .w-xl-25{width:25% !important}.jbd-container .w-xl-50{width:50% !important}.jbd-container .w-xl-75{width:75% !important}.jbd-container .w-xl-100{width:100% !important}.jbd-container .w-xl-auto{width:auto !important}.jbd-container .h-xl-25{height:25% !important}.jbd-container .h-xl-50{height:50% !important}.jbd-container .h-xl-75{height:75% !important}.jbd-container .h-xl-100{height:100% !important}.jbd-container .h-xl-auto{height:auto !important}}.jbd-container .d-none{display:none !important}.jbd-container .d-inline{display:inline !important}.jbd-container .d-inline-block{display:inline-block !important}.jbd-container .d-block{display:block !important}.jbd-container .d-table{display:table !important}.jbd-container .d-table-row{display:table-row !important}.jbd-container .d-table-cell{display:table-cell !important}.jbd-container .d-flex{display:flex !important}.jbd-container .d-inline-flex{display:inline-flex !important}@media (min-width:576px){.jbd-container .d-sm-none{display:none !important}.jbd-container .d-sm-inline{display:inline !important}.jbd-container .d-sm-inline-block{display:inline-block !important}.jbd-container .d-sm-block{display:block !important}.jbd-container .d-sm-table{display:table !important}.jbd-container .d-sm-table-row{display:table-row !important}.jbd-container .d-sm-table-cell{display:table-cell !important}.jbd-container .d-sm-flex{display:flex !important}.jbd-container .d-sm-inline-flex{display:inline-flex !important}}@media (min-width:768px){.jbd-container .d-md-none{display:none !important}.jbd-container .d-md-inline{display:inline !important}.jbd-container .d-md-inline-block{display:inline-block !important}.jbd-container .d-md-block{display:block !important}.jbd-container .d-md-table{display:table !important}.jbd-container .d-md-table-row{display:table-row !important}.jbd-container .d-md-table-cell{display:table-cell !important}.jbd-container .d-md-flex{display:flex !important}.jbd-container .d-md-inline-flex{display:inline-flex !important}}@media (min-width:992px){.jbd-container .d-lg-none{display:none !important}.jbd-container .d-lg-inline{display:inline !important}.jbd-container .d-lg-inline-block{display:inline-block !important}.jbd-container .d-lg-block{display:block !important}.jbd-container .d-lg-table{display:table !important}.jbd-container .d-lg-table-row{display:table-row !important}.jbd-container .d-lg-table-cell{display:table-cell !important}.jbd-container .d-lg-flex{display:flex !important}.jbd-container .d-lg-inline-flex{display:inline-flex !important}}@media (min-width:1200px){.jbd-container .d-xl-none{display:none !important}.jbd-container .d-xl-inline{display:inline !important}.jbd-container .d-xl-inline-block{display:inline-block !important}.jbd-container .d-xl-block{display:block !important}.jbd-container .d-xl-table{display:table !important}.jbd-container .d-xl-table-row{display:table-row !important}.jbd-container .d-xl-table-cell{display:table-cell !important}.jbd-container .d-xl-flex{display:flex !important}.jbd-container .d-xl-inline-flex{display:inline-flex !important}}@media print{.jbd-container .d-print-none{display:none !important}.jbd-container .d-print-inline{display:inline !important}.jbd-container .d-print-inline-block{display:inline-block !important}.jbd-container .d-print-block{display:block !important}.jbd-container .d-print-table{display:table !important}.jbd-container .d-print-table-row{display:table-row !important}.jbd-container .d-print-table-cell{display:table-cell !important}.jbd-container .d-print-flex{display:flex !important}.jbd-container .d-print-inline-flex{display:inline-flex !important}}.jbd-container .flex-row{flex-direction:row !important}.jbd-container .flex-column{flex-direction:column !important}.jbd-container .flex-row-reverse{flex-direction:row-reverse !important}.jbd-container .flex-column-reverse{flex-direction:column-reverse !important}.jbd-container .flex-wrap{flex-wrap:wrap !important}.jbd-container .flex-nowrap{flex-wrap:nowrap !important}.jbd-container .flex-wrap-reverse{flex-wrap:wrap-reverse !important}.jbd-container .flex-fill{flex:1 1 auto !important}.jbd-container .flex-grow-0{flex-grow:0 !important}.jbd-container .flex-grow-1{flex-grow:1 !important}.jbd-container .flex-shrink-0{flex-shrink:0 !important}.jbd-container .flex-shrink-1{flex-shrink:1 !important}.jbd-container .justify-content-start{justify-content:flex-start !important}.jbd-container .justify-content-end{justify-content:flex-end !important}.jbd-container .justify-content-center{justify-content:center !important}.jbd-container .justify-content-between{justify-content:space-between !important}.jbd-container .justify-content-around{justify-content:space-around !important}.jbd-container .align-items-start{align-items:flex-start !important}.jbd-container .align-items-end{align-items:flex-end !important}.jbd-container .align-items-center{align-items:center !important}.jbd-container .align-items-baseline{align-items:baseline !important}.jbd-container .align-items-stretch{align-items:stretch !important}.jbd-container .align-content-start{align-content:flex-start !important}.jbd-container .align-content-end{align-content:flex-end !important}.jbd-container .align-content-center{align-content:center !important}.jbd-container .align-content-between{align-content:space-between !important}.jbd-container .align-content-around{align-content:space-around !important}.jbd-container .align-content-stretch{align-content:stretch !important}.jbd-container .align-self-auto{align-self:auto !important}.jbd-container .align-self-start{align-self:flex-start !important}.jbd-container .align-self-end{align-self:flex-end !important}.jbd-container .align-self-center{align-self:center !important}.jbd-container .align-self-baseline{align-self:baseline !important}.jbd-container .align-self-stretch{align-self:stretch !important}@media (min-width:576px){.jbd-container .flex-sm-row{flex-direction:row !important}.jbd-container .flex-sm-column{flex-direction:column !important}.jbd-container .flex-sm-row-reverse{flex-direction:row-reverse !important}.jbd-container .flex-sm-column-reverse{flex-direction:column-reverse !important}.jbd-container .flex-sm-wrap{flex-wrap:wrap !important}.jbd-container .flex-sm-nowrap{flex-wrap:nowrap !important}.jbd-container .flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.jbd-container .flex-sm-fill{flex:1 1 auto !important}.jbd-container .flex-sm-grow-0{flex-grow:0 !important}.jbd-container .flex-sm-grow-1{flex-grow:1 !important}.jbd-container .flex-sm-shrink-0{flex-shrink:0 !important}.jbd-container .flex-sm-shrink-1{flex-shrink:1 !important}.jbd-container .justify-content-sm-start{justify-content:flex-start !important}.jbd-container .justify-content-sm-end{justify-content:flex-end !important}.jbd-container .justify-content-sm-center{justify-content:center !important}.jbd-container .justify-content-sm-between{justify-content:space-between !important}.jbd-container .justify-content-sm-around{justify-content:space-around !important}.jbd-container .align-items-sm-start{align-items:flex-start !important}.jbd-container .align-items-sm-end{align-items:flex-end !important}.jbd-container .align-items-sm-center{align-items:center !important}.jbd-container .align-items-sm-baseline{align-items:baseline !important}.jbd-container .align-items-sm-stretch{align-items:stretch !important}.jbd-container .align-content-sm-start{align-content:flex-start !important}.jbd-container .align-content-sm-end{align-content:flex-end !important}.jbd-container .align-content-sm-center{align-content:center !important}.jbd-container .align-content-sm-between{align-content:space-between !important}.jbd-container .align-content-sm-around{align-content:space-around !important}.jbd-container .align-content-sm-stretch{align-content:stretch !important}.jbd-container .align-self-sm-auto{align-self:auto !important}.jbd-container .align-self-sm-start{align-self:flex-start !important}.jbd-container .align-self-sm-end{align-self:flex-end !important}.jbd-container .align-self-sm-center{align-self:center !important}.jbd-container .align-self-sm-baseline{align-self:baseline !important}.jbd-container .align-self-sm-stretch{align-self:stretch !important}}@media (min-width:768px){.jbd-container .flex-md-row{flex-direction:row !important}.jbd-container .flex-md-column{flex-direction:column !important}.jbd-container .flex-md-row-reverse{flex-direction:row-reverse !important}.jbd-container .flex-md-column-reverse{flex-direction:column-reverse !important}.jbd-container .flex-md-wrap{flex-wrap:wrap !important}.jbd-container .flex-md-nowrap{flex-wrap:nowrap !important}.jbd-container .flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.jbd-container .flex-md-fill{flex:1 1 auto !important}.jbd-container .flex-md-grow-0{flex-grow:0 !important}.jbd-container .flex-md-grow-1{flex-grow:1 !important}.jbd-container .flex-md-shrink-0{flex-shrink:0 !important}.jbd-container .flex-md-shrink-1{flex-shrink:1 !important}.jbd-container .justify-content-md-start{justify-content:flex-start !important}.jbd-container .justify-content-md-end{justify-content:flex-end !important}.jbd-container .justify-content-md-center{justify-content:center !important}.jbd-container .justify-content-md-between{justify-content:space-between !important}.jbd-container .justify-content-md-around{justify-content:space-around !important}.jbd-container .align-items-md-start{align-items:flex-start !important}.jbd-container .align-items-md-end{align-items:flex-end !important}.jbd-container .align-items-md-center{align-items:center !important}.jbd-container .align-items-md-baseline{align-items:baseline !important}.jbd-container .align-items-md-stretch{align-items:stretch !important}.jbd-container .align-content-md-start{align-content:flex-start !important}.jbd-container .align-content-md-end{align-content:flex-end !important}.jbd-container .align-content-md-center{align-content:center !important}.jbd-container .align-content-md-between{align-content:space-between !important}.jbd-container .align-content-md-around{align-content:space-around !important}.jbd-container .align-content-md-stretch{align-content:stretch !important}.jbd-container .align-self-md-auto{align-self:auto !important}.jbd-container .align-self-md-start{align-self:flex-start !important}.jbd-container .align-self-md-end{align-self:flex-end !important}.jbd-container .align-self-md-center{align-self:center !important}.jbd-container .align-self-md-baseline{align-self:baseline !important}.jbd-container .align-self-md-stretch{align-self:stretch !important}}@media (min-width:992px){.jbd-container .flex-lg-row{flex-direction:row !important}.jbd-container .flex-lg-column{flex-direction:column !important}.jbd-container .flex-lg-row-reverse{flex-direction:row-reverse !important}.jbd-container .flex-lg-column-reverse{flex-direction:column-reverse !important}.jbd-container .flex-lg-wrap{flex-wrap:wrap !important}.jbd-container .flex-lg-nowrap{flex-wrap:nowrap !important}.jbd-container .flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.jbd-container .flex-lg-fill{flex:1 1 auto !important}.jbd-container .flex-lg-grow-0{flex-grow:0 !important}.jbd-container .flex-lg-grow-1{flex-grow:1 !important}.jbd-container .flex-lg-shrink-0{flex-shrink:0 !important}.jbd-container .flex-lg-shrink-1{flex-shrink:1 !important}.jbd-container .justify-content-lg-start{justify-content:flex-start !important}.jbd-container .justify-content-lg-end{justify-content:flex-end !important}.jbd-container .justify-content-lg-center{justify-content:center !important}.jbd-container .justify-content-lg-between{justify-content:space-between !important}.jbd-container .justify-content-lg-around{justify-content:space-around !important}.jbd-container .align-items-lg-start{align-items:flex-start !important}.jbd-container .align-items-lg-end{align-items:flex-end !important}.jbd-container .align-items-lg-center{align-items:center !important}.jbd-container .align-items-lg-baseline{align-items:baseline !important}.jbd-container .align-items-lg-stretch{align-items:stretch !important}.jbd-container .align-content-lg-start{align-content:flex-start !important}.jbd-container .align-content-lg-end{align-content:flex-end !important}.jbd-container .align-content-lg-center{align-content:center !important}.jbd-container .align-content-lg-between{align-content:space-between !important}.jbd-container .align-content-lg-around{align-content:space-around !important}.jbd-container .align-content-lg-stretch{align-content:stretch !important}.jbd-container .align-self-lg-auto{align-self:auto !important}.jbd-container .align-self-lg-start{align-self:flex-start !important}.jbd-container .align-self-lg-end{align-self:flex-end !important}.jbd-container .align-self-lg-center{align-self:center !important}.jbd-container .align-self-lg-baseline{align-self:baseline !important}.jbd-container .align-self-lg-stretch{align-self:stretch !important}}@media (min-width:1200px){.jbd-container .flex-xl-row{flex-direction:row !important}.jbd-container .flex-xl-column{flex-direction:column !important}.jbd-container .flex-xl-row-reverse{flex-direction:row-reverse !important}.jbd-container .flex-xl-column-reverse{flex-direction:column-reverse !important}.jbd-container .flex-xl-wrap{flex-wrap:wrap !important}.jbd-container .flex-xl-nowrap{flex-wrap:nowrap !important}.jbd-container .flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.jbd-container .flex-xl-fill{flex:1 1 auto !important}.jbd-container .flex-xl-grow-0{flex-grow:0 !important}.jbd-container .flex-xl-grow-1{flex-grow:1 !important}.jbd-container .flex-xl-shrink-0{flex-shrink:0 !important}.jbd-container .flex-xl-shrink-1{flex-shrink:1 !important}.jbd-container .justify-content-xl-start{justify-content:flex-start !important}.jbd-container .justify-content-xl-end{justify-content:flex-end !important}.jbd-container .justify-content-xl-center{justify-content:center !important}.jbd-container .justify-content-xl-between{justify-content:space-between !important}.jbd-container .justify-content-xl-around{justify-content:space-around !important}.jbd-container .align-items-xl-start{align-items:flex-start !important}.jbd-container .align-items-xl-end{align-items:flex-end !important}.jbd-container .align-items-xl-center{align-items:center !important}.jbd-container .align-items-xl-baseline{align-items:baseline !important}.jbd-container .align-items-xl-stretch{align-items:stretch !important}.jbd-container .align-content-xl-start{align-content:flex-start !important}.jbd-container .align-content-xl-end{align-content:flex-end !important}.jbd-container .align-content-xl-center{align-content:center !important}.jbd-container .align-content-xl-between{align-content:space-between !important}.jbd-container .align-content-xl-around{align-content:space-around !important}.jbd-container .align-content-xl-stretch{align-content:stretch !important}.jbd-container .align-self-xl-auto{align-self:auto !important}.jbd-container .align-self-xl-start{align-self:flex-start !important}.jbd-container .align-self-xl-end{align-self:flex-end !important}.jbd-container .align-self-xl-center{align-self:center !important}.jbd-container .align-self-xl-baseline{align-self:baseline !important}.jbd-container .align-self-xl-stretch{align-self:stretch !important}}.jbd-container fieldset{width:auto !important}.jbd-container fieldset.boxed{width:100% !important}.jbd-container .form-control{display:block}.jbd-container .form-group{margin-bottom:1rem}.jbd-container .field-calendar *[class*="btn"] *[class*="la"]{color:#fff}.jbd-container .input-group{display:flex}.jbd-container .input-group input{flex:1 1 auto}.jbd-container .input-group .btn{display:flex;align-items:center}.jbd-container .btn-wrapper input{width:auto !important;height:auto}.jbd-container .input-group-prepend,.jbd-container .input-group-append{display:flex}.jbd-container .input-prepend,.jbd-container .input-append{display:inline-flex !important}.jbd-container .input-group-append{margin-left:-1px}.jbd-container .input-group-append .btn{border-top-left-radius:0;border-bottom-left-radius:0}.jbd-container .input-group-prepend{}.jbd-container .input-group-prepend .btn{border-top-right-radius:0;border-bottom-right-radius:0}.jbd-container .minicolors-swatch{top:50% !important;margin-top:-14px;height:30px;width:30px;cursor:pointer}.jbd-container .field-calendar input{height:auto}.jbd-container .radio{white-space:normal !important}.jbd-container .radio label{width:unset !important;min-width:70px !important;border-radius:0 !important;padding:5px 15px !important;margin:0 !important}.jbd-container .radio .btn{text-align:center;font-size:13px}.jbd-container .radio *[class*="active"]{color:#fff}.jbd-container .radio *:not([class*="active"]){color:#000}.jbd-container.jbd-edit-container input:not([type='checkbox']),.jbd-container.jbd-edit-container select{height:38px}.jbd-container.jbd-edit-container input[type='radio']{height:auto}.jbd-container.jbd-edit-container .jbd-checkbox input{min-height:unset}.jbd-container.jbd-edit-container *[class*="has-jicon"] input{height:100%}.jbd-container.jbd-edit-container .chzn-container{min-height:36px}.jbd-container.jbd-edit-container .chzn-container .chzn-single{min-height:36px}.jbd-container.jbd-edit-container .chzn-container.chosen-container-single .chosen-single,.jbd-container.jbd-edit-container .chzn-container.chosen-container-single .chzn-single,.jbd-container.jbd-edit-container .chzn-container.chzn-container-single .chosen-single,.jbd-container.jbd-edit-container .chzn-container.chzn-container-single .chzn-single{min-height:36px}.jbd-container.jbd-edit-container .chzn-container.chosen-container-multi .chzn-choices,.jbd-container.jbd-edit-container .chzn-container.chzn-container-multi .chzn-choices{min-height:36px}.jbd-container.jbd-edit-container .chzn-container .chzn-single{min-width:140px}.jbd-container.jbd-edit-container .chzn-container .chzn-single span{margin-right:15px !important}.jbd-container.jbd-edit-container .chzn-container.chosen-container-single,.jbd-container.jbd-edit-container .chzn-container.chzn-container-single{width:100% !important;max-width:100%}.jbd-container.jbd-edit-container .chzn-container.chosen-container-single .chosen-single,.jbd-container.jbd-edit-container .chzn-container.chosen-container-single .chzn-single,.jbd-container.jbd-edit-container .chzn-container.chzn-container-single .chosen-single,.jbd-container.jbd-edit-container .chzn-container.chzn-container-single .chzn-single{display:flex;align-items:center;width:100%}.jbd-container.jbd-edit-container .chzn-container.chosen-container-multi,.jbd-container.jbd-edit-container .chzn-container.chzn-container-multi{width:100% !important}.jbd-container.jbd-edit-container .chzn-container.chosen-container-multi .chzn-choices,.jbd-container.jbd-edit-container .chzn-container.chzn-container-multi .chzn-choices{max-width:100%;border:1px solid #ced4da}@media (max-width:1120px){.jbd-container.jbd-edit-container .chzn-container .chzn-single{min-width:100%}}.jbd-container form{margin:0 !important}.jbd-container table td{vertical-align:middle}.jbd-container table td input{margin:0 !important}.jbd-container table .input-append,.jbd-container table .input-prepend{margin:0}.jbd-container table .input-append input,.jbd-container table .input-prepend input{border-radius:3px !important}.jbd-container .company-info-rating>*{padding:3px 5px}.jbd-container .bookmark .la{}.jbd-container .bookmark span{margin:0 5px}.jbd-container .rounded-circle{border-radius:50% !important}.jbd-container .position-relative{position:relative !important}.jbd-container .bg-primary .navbar-nav .active>.nav-link{color:#66c37b !important}.jbd-container .bg-dark{background-color:#66c37b !important}.jbd-container .bg-dark.navbar-dark .navbar-nav .nav-link:focus,.jbd-container .bg-dark.navbar-dark .navbar-nav .nav-link:hover,.jbd-container .bg-dark.navbar-dark .navbar-nav .active>.nav-link{color:#2C3E50 !important}.jbd-container .btn-success,.jbd-container .btn-success:hover,.jbd-container .btn-success .la,.jbd-container .btn-warning,.jbd-container .btn-warning:hover,.jbd-container .btn-warning .la{color:#fff}.jbd-container .table-primary,.jbd-container .table-secondary,.jbd-container .table-success,.jbd-container .table-info,.jbd-container .table-warning,.jbd-container .table-danger{color:#fff}.jbd-container .table-primary,.jbd-container .table-primary>th,.jbd-container .table-primary>td{background-color:#2C3E50}.jbd-container .table-secondary,.jbd-container .table-secondary>th,.jbd-container .table-secondary>td{background-color:#f0f1f3}.jbd-container .table-light,.jbd-container .table-light>th,.jbd-container .table-light>td{background-color:#f0f1f3}.jbd-container .table-dark,.jbd-container .table-dark>th,.jbd-container .table-dark>td{background-color:#343a40}.jbd-container .table-success,.jbd-container .table-success>th,.jbd-container .table-success>td{background-color:#66c37b}.jbd-container .table-info,.jbd-container .table-info>th,.jbd-container .table-info>td{background-color:#3498DB}.jbd-container .table-danger,.jbd-container .table-danger>th,.jbd-container .table-danger>td{background-color:#F03738}.jbd-container .table-warning,.jbd-container .table-warning>th,.jbd-container .table-warning>td{background-color:#F39C12}.jbd-container .table-active,.jbd-container .table-active>th,.jbd-container .table-active>td{background-color:rgba(0,0,0,0.075)}.jbd-container .table-hover .table-primary:hover,.jbd-container .table-hover .table-primary:hover>th,.jbd-container .table-hover .table-primary:hover>td{background-color:#233140}.jbd-container .table-hover .table-secondary:hover,.jbd-container .table-hover .table-secondary:hover>th,.jbd-container .table-hover .table-secondary:hover>td{background-color:#e2e4e8}.jbd-container .table-hover .table-light:hover,.jbd-container .table-hover .table-light:hover>th,.jbd-container .table-hover .table-light:hover>td{background-color:#e2e4e8}.jbd-container .table-hover .table-dark:hover,.jbd-container .table-hover .table-dark:hover>th,.jbd-container .table-hover .table-dark:hover>td{background-color:#292d32}.jbd-container .table-hover .table-success:hover,.jbd-container .table-hover .table-success:hover>th,.jbd-container .table-hover .table-success:hover>td{background-color:#54bc6b}.jbd-container .table-hover .table-info:hover,.jbd-container .table-hover .table-info:hover>th,.jbd-container .table-hover .table-info:hover>td{background-color:#258cd1}.jbd-container .table-hover .table-danger:hover,.jbd-container .table-hover .table-danger:hover>th,.jbd-container .table-hover .table-danger:hover>td{background-color:#ee1f20}.jbd-container .table-hover .table-warning:hover,.jbd-container .table-hover .table-warning:hover>th,.jbd-container .table-hover .table-warning:hover>td{background-color:#e08e0b}.jbd-container .table-hover .table-active:hover,.jbd-container .table-hover .table-active:hover>th,.jbd-container .table-hover .table-active:hover>td{background-color:rgba(0,0,0,0.075)}.jbd-container .nav-tabs .nav-link.active,.jbd-container .nav-tabs .nav-link.active:focus,.jbd-container .nav-tabs .nav-link.active:hover,.jbd-container .nav-tabs .nav-item.open .nav-link,.jbd-container .nav-tabs .nav-item.open .nav-link:focus,.jbd-container .nav-tabs .nav-item.open .nav-link:hover{color:#2C3E50}.jbd-container .pagination a:hover{text-decoration:none}.jbd-container .close{text-decoration:none;opacity:0.4}.jbd-container .close:hover,.jbd-container .close:focus{opacity:1}.jbd-container .alert{border:none;color:#fff !important}.jbd-container .alert a,.jbd-container .alert .alert-link{color:#fff;text-decoration:underline}.jbd-container .alert-primary{background:#2C3E50 linear-gradient(180deg,#4c5b6a,#2C3E50) repeat-x}.jbd-container .alert-secondary{background:#f0f1f3 linear-gradient(180deg,#f2f3f5,#f0f1f3) repeat-x}.jbd-container .alert-success{background:#66c37b linear-gradient(180deg,#7dcc8f,#66c37b) repeat-x}.jbd-container .alert-info{background:#3498DB linear-gradient(180deg,#52a7e0,#3498DB) repeat-x}.jbd-container .alert-warning{background:#F39C12 linear-gradient(180deg,#f5ab36,#F39C12) repeat-x}.jbd-container .alert-danger{background:#F03738 linear-gradient(180deg,#f25556,#F03738) repeat-x}.jbd-container .alert-light{background:#f0f1f3 linear-gradient(180deg,#f2f3f5,#f0f1f3) repeat-x}.jbd-container .alert-dark{background:#343a40 linear-gradient(180deg,#52585d,#343a40) repeat-x}.jbd-container .alert-light,.jbd-container .alert-light a,.jbd-container .alert-light .alert-link{color:#212529}.jbd-container .modal .close{color:#000}.jbd-container .modal .close:not(:disabled):not(.disabled):hover,.jbd-container .modal .close:not(:disabled):not(.disabled):focus{color:#000}
.jquery-modal.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:98;padding:20px;box-sizing:border-box;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.jbd-modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:550px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;text-align:left}.jbd-modal a.close-modal{position:absolute;top:6px;right:6px;display:block;width:25px;height:25px;text-indent:-9999px;background-size:60%;background-repeat:no-repeat;background-position:center center;background-image:url(/components/com_jbusinessdirectory/assets/libraries/modal/img/close.svg)}.jbd-modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.jbd-modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.jbd-modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.jbd-modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.jbd-modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}@media (max-width:767px){.jbd-modal{padding:15px 10px}.blocker{padding:10px}}
.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,0.15);box-shadow:0 4px 5px rgba(0,0,0,0.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:normal;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,0.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,0.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(/components/com_jbusinessdirectory/assets/libraries/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(/components/com_jbusinessdirectory/assets/libraries/chosen/chosen-sprite.png) no-repeat 0px 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(/components/com_jbusinessdirectory/assets/libraries/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#596a84;color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:bold;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{margin:1px 0;padding:0;height:38px;outline:0;border:0 !important;background:transparent !important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:8px 10px 8px 10px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#596a84;color:#fff;line-height:13px;cursor:default;border-radius:5px;display:flex}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{width:12px;height:12px;font:normal normal normal 13px/1 "Line Awesome Free";margin-left:5px;color:#fff;background:none !important}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before{content:"\f191"}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3)}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#222 !important}.chosen-disabled{opacity:0.5 !important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;background:url(/components/com_jbusinessdirectory/assets/libraries/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(/components/com_jbusinessdirectory/assets/libraries/chosen/chosen-sprite@2x.png) !important;background-size:52px 37px !important;background-repeat:no-repeat !important}}
.rating-loading{width:25px;height:25px;font-size:0;color:#fff;background:transparent url(/components/com_jbusinessdirectory/assets/images/loading.gif) top left no-repeat;border:none}.rating-container .rating-stars{position:relative;cursor:pointer;vertical-align:middle;display:inline-block;overflow:hidden;white-space:nowrap}.rating-container .rating-input{position:absolute;cursor:pointer;width:100%;height:1px;bottom:0;left:0;font-size:1px;border:none;background:none;opacity:0;padding:0;margin:0}.rating-container.is-display-only .rating-input,.rating-container.is-display-only .rating-stars{cursor:default}.rating-disabled .rating-input,.rating-disabled .rating-stars{cursor:not-allowed}.rating-container{display:flex;justify-content:left;align-items:center}.rating-container .star{display:inline-flex;justify-content:center;align-items:center;margin:0 2px;text-align:center}.rating-container .star:first-child{margin-left:0}.rating-container .star:last-child{margin-right:0}.rating-container .empty-stars{color:#aaa}.rating-container .filled-stars{position:absolute;left:0;top:0;margin:auto;color:#E0C815;white-space:nowrap;overflow:hidden}.rating-rtl{float:right}.rating-animate .filled-stars{transition:width 0.25s ease}.rating-rtl .filled-stars{left:auto;right:0;transition:none;-webkit-transform:matrix(-1,0,0,1,0,0);transform:matrix(-1,0,0,1,0,0)}.rating-rtl.is-star .filled-stars{right:0.06em}.rating-rtl.is-heart .empty-stars{margin-right:0.07em}.rating-container .clear-rating{color:#aaa;cursor:not-allowed;display:inline-block;vertical-align:middle;font-size:60%}.clear-rating-active{cursor:pointer !important}.clear-rating-active:hover{color:#843534}.rating-container .clear-rating{padding-left:5px}.rating-container .caption .label{display:inline-block;padding:.25em .4em;line-height:1;text-align:center;vertical-align:baseline;border-radius:.25rem}.rating-container .caption{color:#999;display:inline-block;vertical-align:middle;line-height:1}.rating-container .caption{margin-left:5px;margin-right:0}.rating-rtl .caption{margin-right:5px;margin-left:0}@media print{.rating-container .clear-rating{display:none}}.rating-xl{font-size:48px}.rating-lg{font-size:40px}.rating-md{font-size:25px}.rating-sm{font-size:17px}.rating-xs{font-size:18px}.rating-xl .caption{font-size:20px}.rating-lg .caption{font-size:18px}.rating-md .caption{font-size:16px}.rating-sm .caption{font-size:14px}.rating-xs .caption{font-size:12px}.rating-xl,.rating-lg,.rating-md,.rating-sm,.rating-xs,.rating-xl .caption,.rating-lg .caption,.rating-md .caption,.rating-sm .caption,.rating-xs .caption{line-height:1}
.formError{z-index:990}.formError .formErrorContent{z-index:991}.formError .formErrorArrow{z-index:996}.ui-dialog .formError{z-index:5000}.ui-dialog .formError .formErrorContent{z-index:5001}.ui-dialog .formError .formErrorArrow{z-index:5006}.inputContainer{position:relative;float:left}.formError{position:absolute;top:300px;left:300px;display:block;cursor:pointer;text-align:left;padding:0!important}.formError.inline{position:relative;top:0;left:0;display:inline-block}.ajaxSubmit{padding:20px;background:#55ea55;border:1px solid #999;display:none}.formError .formErrorContent{width:100%;position:relative;color:#393939;min-width:120px;font-size:12px;padding:2px 10px 4px 2px;border-radius:6px;display:flex;align-items:center;background:#fff}.formError .formErrorContent i{width:14px !important;height:14px !important;background:#f00;position:relative !important;margin:0 4px 0 0 !important}.formError.inline .formErrorContent{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;border:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-o-border-radius:0}.greenPopup .formErrorContent{background:#33be40}.blackPopup .formErrorContent{background:#393939;color:#FFF}.formError .formErrorArrow{width:15px;margin:-2px 0 0 13px;position:relative}body[dir='rtl'] .formError .formErrorArrow,body.rtl .formError .formErrorArrow{margin:-2px 13px 0 0}.formError .formErrorArrowBottom{box-shadow:none;margin:0px;top:0px;height:0;display:none}.formError .formErrorArrow div{height:1px;margin:0 auto;line-height:0;font-size:0;display:block}.formError .formErrorArrowBottom div{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none}.greenPopup .formErrorArrow div{background:#33be40}.blackPopup .formErrorArrow div{background:#393939;color:#FFF}.formError .formErrorArrow .line10{width:15px;border:none}.formError .formErrorArrow .line9{width:13px;border:none}.formError .formErrorArrow .line8{width:11px}.formError .formErrorArrow .line7{width:9px}.formError .formErrorArrow .line6{width:7px}.formError .formErrorArrow .line5{width:5px}.formError .formErrorArrow .line4{width:3px}.formError .formErrorArrow .line3{width:1px;border-left:2px solid #ddd;border-right:2px solid #ddd;border-bottom:0 solid #ddd}.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd}.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd}
.module-quote-requets{padding:15px}.module-quote-requets .title{font-size:18px;margin-bottom:20px}.module-quote-requets .description{font-size:14px;margin-bottom:15px}.ui-autocomplete.ui-front.ui-menu{z-index:99000 !important}
.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item:focus,.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/components/com_jbusinessdirectory/assets/libraries/jquery/images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/components/com_jbusinessdirectory/assets/libraries/jquery/images/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(/components/com_jbusinessdirectory/assets/libraries/jquery/images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(/components/com_jbusinessdirectory/assets/libraries/jquery/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(/components/com_jbusinessdirectory/assets/libraries/jquery/images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/components/com_jbusinessdirectory/assets/libraries/jquery/images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(/components/com_jbusinessdirectory/assets/libraries/jquery/images/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none !important;max-height:none !important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,0.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(/components/com_jbusinessdirectory/assets/libraries/leaflet/#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform 0.25s cubic-bezier(0,0,0.25,1);-moz-transition:-moz-transform 0.25s cubic-bezier(0,0,0.25,1);transition:transform 0.25s cubic-bezier(0,0,0.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078A8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,0.5)}.leaflet-container{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:12px;font-size:0.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,0.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,0.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/components/com_jbusinessdirectory/assets/libraries/leaflet/images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/components/com_jbusinessdirectory/assets/libraries/leaflet/images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/components/com_jbusinessdirectory/assets/libraries/leaflet/images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,0.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline !important;vertical-align:baseline !important;width:1em;height:0.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,0.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,0.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:17px 0;margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0,0,0,0.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,0.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
.leaflet-container .leaflet-control-search{position:relative;float:left;background:#fff;color:#1978cf;border:2px solid rgba(0,0,0,0.2);background-clip:padding-box;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:rgba(255,255,255,0.8);z-index:1000;margin-left:10px;margin-top:10px}.leaflet-control-search.search-exp{background:#fff;border:2px solid rgba(0,0,0,0.2);background-clip:padding-box}.leaflet-control-search .search-input{display:block;float:left;background:#fff;border:1px solid #666;border-radius:2px;height:22px;padding:0 20px 0 2px;margin:4px 0 4px 4px}.leaflet-control-search.search-load .search-input{background:url(/components/com_jbusinessdirectory/assets/libraries/images/loader.gif) no-repeat center right #fff}.leaflet-control-search.search-load .search-cancel{visibility:hidden}.leaflet-control-search .search-cancel{display:block;width:22px;height:22px;position:absolute;right:28px;margin:6px 0;background:url(/components/com_jbusinessdirectory/assets/libraries/images/search-icon.png) no-repeat 0 -46px;text-decoration:none;filter:alpha(opacity=80);opacity:0.8}.leaflet-control-search .search-cancel:hover{filter:alpha(opacity=100);opacity:1}.leaflet-control-search .search-cancel span{display:none;font-size:18px;line-height:20px;color:#ccc;font-weight:bold}.leaflet-control-search .search-cancel:hover span{color:#aaa}.leaflet-control-search .search-button{display:block;float:left;width:30px;height:30px;background:url(/components/com_jbusinessdirectory/assets/libraries/images/search-icon.png) no-repeat 4px 4px #fff;border-radius:4px}.leaflet-control-search .search-button:hover{background:url(/components/com_jbusinessdirectory/assets/libraries/images/search-icon.png) no-repeat 4px -20px #fafafa}.leaflet-control-search .search-tooltip{position:absolute;top:100%;left:0;float:left;list-style:none;padding-left:0;min-width:120px;max-height:122px;box-shadow:1px 1px 6px rgba(0,0,0,0.4);background-color:rgba(0,0,0,0.25);z-index:1010;overflow-y:auto;overflow-x:hidden;cursor:pointer}.leaflet-control-search .search-tip{margin:2px;padding:2px 4px;display:block;color:black;background:#eee;border-radius:.25em;text-decoration:none;white-space:nowrap;vertical-align:center}.leaflet-control-search .search-button:hover{background-color:#f4f4f4}.leaflet-control-search .search-tip-select,.leaflet-control-search .search-tip:hover{background-color:#fff}.leaflet-control-search .search-alert{cursor:pointer;clear:both;font-size:.75em;margin-bottom:5px;padding:0 .25em;color:#e00;font-weight:bold;border-radius:.25em}
.leaflet-control-fullscreen a{background:#fff url(/components/com_jbusinessdirectory/assets/libraries/leaflet/fullscreen.png) no-repeat 0 0;background-size:26px 52px}.leaflet-touch .leaflet-control-fullscreen a{background-position:2px 2px}.leaflet-fullscreen-on .leaflet-control-fullscreen a{background-position:0 -26px}.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a{background-position:2px -24px}.leaflet-container:-webkit-full-screen{width:100%!important;height:100%!important}.leaflet-container.leaflet-fullscreen-on{width:100%!important;height:100%!important}.leaflet-pseudo-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:99999}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.leaflet-control-fullscreen a{background-image:url(/components/com_jbusinessdirectory/assets/libraries/leaflet/fullscreen@2x.png)}}
.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform 0.3s ease-out,opacity 0.3s ease-in;-moz-transition:-moz-transform 0.3s ease-out,opacity 0.3s ease-in;-o-transition:-o-transform 0.3s ease-out,opacity 0.3s ease-in;transition:transform 0.3s ease-out,opacity 0.3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset 0.3s ease-out,-webkit-stroke-opacity 0.3s ease-in;-moz-transition:-moz-stroke-dashoffset 0.3s ease-out,-moz-stroke-opacity 0.3s ease-in;-o-transition:-o-stroke-dashoffset 0.3s ease-out,-o-stroke-opacity 0.3s ease-in;transition:stroke-dashoffset 0.3s ease-out,stroke-opacity 0.3s ease-in}
.marker-cluster-small{background-color:rgba(181,226,140,0.6)}.marker-cluster-small div{background-color:rgba(110,204,57,0.6)}.marker-cluster-medium{background-color:rgba(241,211,87,0.6)}.marker-cluster-medium div{background-color:rgba(240,194,12,0.6)}.marker-cluster-large{background-color:rgba(253,156,115,0.6)}.marker-cluster-large div{background-color:rgba(241,128,23,0.6)}.leaflet-oldie .marker-cluster-small{background-color:rgb(181,226,140)}.leaflet-oldie .marker-cluster-small div{background-color:rgb(110,204,57)}.leaflet-oldie .marker-cluster-medium{background-color:rgb(241,211,87)}.leaflet-oldie .marker-cluster-medium div{background-color:rgb(240,194,12)}.leaflet-oldie .marker-cluster-large{background-color:rgb(253,156,115)}.leaflet-oldie .marker-cluster-large div{background-color:rgb(241,128,23)}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px "Helvetica Neue",Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}
@charset "UTF-8";.ns-bs5,.ns-bs5 [data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33,37,41,.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33,37,41,.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13,110,253,.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}.ns-bs5 [data-bs-theme=dark]{--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222,226,230,.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222,226,230,.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:hsla(0,0%,100%,.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f;color-scheme:dark}.ns-bs5 *,.ns-bs5:after,.ns-bs5:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){.ns-bs5:root{scroll-behavior:smooth}}.ns-bs5 body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}.ns-bs5 hr{border:0;border-top:var(--bs-border-width) solid;color:inherit;margin:1rem 0;opacity:.25}.ns-bs5 .h1,.ns-bs5 .h2,.ns-bs5 .h3,.ns-bs5 .h4,.ns-bs5 .h5,.ns-bs5 .h6,.ns-bs5 h1,.ns-bs5 h2,.ns-bs5 h3,.ns-bs5 h4,.ns-bs5 h5,.ns-bs5 h6{color:var(--bs-heading-color);font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.ns-bs5 .h1,.ns-bs5 h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.ns-bs5 .h1,.ns-bs5 h1{font-size:2.5rem}}.ns-bs5 .h2,.ns-bs5 h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.ns-bs5 .h2,.ns-bs5 h2{font-size:2rem}}.ns-bs5 .h3,.ns-bs5 h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.ns-bs5 .h3,.ns-bs5 h3{font-size:1.75rem}}.ns-bs5 .h4,.ns-bs5 h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.ns-bs5 .h4,.ns-bs5 h4{font-size:1.5rem}}.ns-bs5 .h5,.ns-bs5 h5{font-size:1.25rem}.ns-bs5 .h6,.ns-bs5 h6{font-size:1rem}.ns-bs5 p{margin-bottom:1rem;margin-top:0}.ns-bs5 abbr[title]{cursor:help;text-decoration:underline dotted;text-decoration-skip-ink:none}.ns-bs5 address{font-style:normal;line-height:inherit;margin-bottom:1rem}.ns-bs5 ol,.ns-bs5 ul{padding-left:2rem}.ns-bs5 dl,.ns-bs5 ol,.ns-bs5 ul{margin-bottom:1rem;margin-top:0}.ns-bs5 ol ol,.ns-bs5 ol ul,.ns-bs5 ul ol,.ns-bs5 ul ul{margin-bottom:0}.ns-bs5 dt{font-weight:700}.ns-bs5 dd{margin-bottom:.5rem;margin-left:0}.ns-bs5 blockquote{margin:0 0 1rem}.ns-bs5 b,.ns-bs5 strong{font-weight:bolder}.ns-bs5 .small,.ns-bs5 small{font-size:.875em}.ns-bs5 .mark,.ns-bs5 mark{background-color:var(--bs-highlight-bg);color:var(--bs-highlight-color);padding:.1875em}.ns-bs5 sub,.ns-bs5 sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}.ns-bs5 sub{bottom:-.25em}.ns-bs5 sup{top:-.5em}.ns-bs5 a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}.ns-bs5 a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}.ns-bs5 a:not([href]):not([class]),.ns-bs5 a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.ns-bs5 code,.ns-bs5 kbd,.ns-bs5 pre,.ns-bs5 samp{font-family:var(--bs-font-monospace);font-size:1em}.ns-bs5 pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}.ns-bs5 pre code{color:inherit;font-size:inherit;word-break:normal}.ns-bs5 code{word-wrap:break-word;color:var(--bs-code-color);font-size:.875em}a>.ns-bs5 code{color:inherit}.ns-bs5 kbd{background-color:var(--bs-body-color);border-radius:.25rem;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}.ns-bs5 kbd kbd{font-size:1em;padding:0}.ns-bs5 figure{margin:0 0 1rem}.ns-bs5 img,.ns-bs5 svg{vertical-align:middle}.ns-bs5 table{border-collapse:collapse;caption-side:bottom}.ns-bs5 caption{color:var(--bs-secondary-color);padding-bottom:.5rem;padding-top:.5rem;text-align:left}.ns-bs5 th{text-align:inherit;text-align:-webkit-match-parent}.ns-bs5 tbody,.ns-bs5 td,.ns-bs5 tfoot,.ns-bs5 th,.ns-bs5 thead,.ns-bs5 tr{border:0 solid;border-color:inherit}.ns-bs5 label{display:inline-block}.ns-bs5 button{border-radius:0}.ns-bs5 button:focus:not(:focus-visible){outline:0}.ns-bs5 button,.ns-bs5 input,.ns-bs5 optgroup,.ns-bs5 select,.ns-bs5 textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}.ns-bs5 button,.ns-bs5 select{text-transform:none}.ns-bs5 [role=button]{cursor:pointer}.ns-bs5 select{word-wrap:normal}.ns-bs5 select:disabled{opacity:1}.ns-bs5 [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}.ns-bs5 [type=button],.ns-bs5 [type=reset],.ns-bs5 [type=submit],.ns-bs5 button{-webkit-appearance:button}.ns-bs5 [type=button]:not(:disabled),.ns-bs5 [type=reset]:not(:disabled),.ns-bs5 [type=submit]:not(:disabled),.ns-bs5 button:not(:disabled){cursor:pointer}.ns-bs5::-moz-focus-inner{border-style:none;padding:0}.ns-bs5 textarea{resize:vertical}.ns-bs5 fieldset{border:0;margin:0;min-width:0;padding:0}.ns-bs5 legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){.ns-bs5 legend{font-size:1.5rem}}.ns-bs5 legend+*{clear:left}.ns-bs5::-webkit-datetime-edit-day-field,.ns-bs5::-webkit-datetime-edit-fields-wrapper,.ns-bs5::-webkit-datetime-edit-hour-field,.ns-bs5::-webkit-datetime-edit-minute,.ns-bs5::-webkit-datetime-edit-month-field,.ns-bs5::-webkit-datetime-edit-text,.ns-bs5::-webkit-datetime-edit-year-field{padding:0}.ns-bs5::-webkit-inner-spin-button{height:auto}.ns-bs5 [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.ns-bs5::-webkit-search-decoration{-webkit-appearance:none}.ns-bs5::-webkit-color-swatch-wrapper{padding:0}.ns-bs5::file-selector-button{-webkit-appearance:button;font:inherit}.ns-bs5 output{display:inline-block}.ns-bs5 iframe{border:0}.ns-bs5 summary{cursor:pointer;display:list-item}.ns-bs5 progress{vertical-align:baseline}.ns-bs5 [hidden]{display:none!important}.ns-bs5 .lead{font-size:1.25rem;font-weight:300}.ns-bs5 .display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.ns-bs5 .display-1{font-size:5rem}}.ns-bs5 .display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.ns-bs5 .display-2{font-size:4.5rem}}.ns-bs5 .display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.ns-bs5 .display-3{font-size:4rem}}.ns-bs5 .display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.ns-bs5 .display-4{font-size:3.5rem}}.ns-bs5 .display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.ns-bs5 .display-5{font-size:3rem}}.ns-bs5 .display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.ns-bs5 .display-6{font-size:2.5rem}}.ns-bs5 .list-inline,.ns-bs5 .list-unstyled{list-style:none;padding-left:0}.ns-bs5 .list-inline-item{display:inline-block}.ns-bs5 .list-inline-item:not(:last-child){margin-right:.5rem}.ns-bs5 .initialism{font-size:.875em;text-transform:uppercase}.ns-bs5 .blockquote{font-size:1.25rem;margin-bottom:1rem}.ns-bs5 .blockquote>:last-child{margin-bottom:0}.ns-bs5 .blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.ns-bs5 .blockquote-footer:before{content:"?????"}.ns-bs5 .img-fluid,.ns-bs5 .img-thumbnail{height:auto;max-width:100%}.ns-bs5 .img-thumbnail{background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);padding:.25rem}.ns-bs5 .figure{display:inline-block}.ns-bs5 .figure-img{line-height:1;margin-bottom:.5rem}.ns-bs5 .figure-caption{color:var(--bs-secondary-color);font-size:.875em}.ns-bs5 .container,.ns-bs5 .container-fluid,.ns-bs5 .container-lg,.ns-bs5 .container-md,.ns-bs5 .container-sm,.ns-bs5 .container-xl,.ns-bs5 .container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media (min-width:576px){.ns-bs5 .container,.ns-bs5 .container-sm{max-width:540px}}@media (min-width:768px){.ns-bs5 .container,.ns-bs5 .container-md,.ns-bs5 .container-sm{max-width:720px}}@media (min-width:992px){.ns-bs5 .container,.ns-bs5 .container-lg,.ns-bs5 .container-md,.ns-bs5 .container-sm{max-width:960px}}@media (min-width:1200px){.ns-bs5 .container,.ns-bs5 .container-lg,.ns-bs5 .container-md,.ns-bs5 .container-sm,.ns-bs5 .container-xl{max-width:1140px}}@media (min-width:1400px){.ns-bs5 .container,.ns-bs5 .container-lg,.ns-bs5 .container-md,.ns-bs5 .container-sm,.ns-bs5 .container-xl,.ns-bs5 .container-xxl{max-width:1320px}}.ns-bs5 :root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.ns-bs5 .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.ns-bs5 .row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.ns-bs5 .col{flex:1 0 0%}.ns-bs5 .row-cols-auto>*{flex:0 0 auto;width:auto}.ns-bs5 .row-cols-1>*{flex:0 0 auto;width:100%}.ns-bs5 .row-cols-2>*{flex:0 0 auto;width:50%}.ns-bs5 .row-cols-3>*{flex:0 0 auto;width:33.33333333%}.ns-bs5 .row-cols-4>*{flex:0 0 auto;width:25%}.ns-bs5 .row-cols-5>*{flex:0 0 auto;width:20%}.ns-bs5 .row-cols-6>*{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-auto{flex:0 0 auto;width:auto}.ns-bs5 .col-1{flex:0 0 auto;width:8.33333333%}.ns-bs5 .col-2{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-3{flex:0 0 auto;width:25%}.ns-bs5 .col-4{flex:0 0 auto;width:33.33333333%}.ns-bs5 .col-5{flex:0 0 auto;width:41.66666667%}.ns-bs5 .col-6{flex:0 0 auto;width:50%}.ns-bs5 .col-7{flex:0 0 auto;width:58.33333333%}.ns-bs5 .col-8{flex:0 0 auto;width:66.66666667%}.ns-bs5 .col-9{flex:0 0 auto;width:75%}.ns-bs5 .col-10{flex:0 0 auto;width:83.33333333%}.ns-bs5 .col-11{flex:0 0 auto;width:91.66666667%}.ns-bs5 .col-12{flex:0 0 auto;width:100%}.ns-bs5 .offset-1{margin-left:8.33333333%}.ns-bs5 .offset-2{margin-left:16.66666667%}.ns-bs5 .offset-3{margin-left:25%}.ns-bs5 .offset-4{margin-left:33.33333333%}.ns-bs5 .offset-5{margin-left:41.66666667%}.ns-bs5 .offset-6{margin-left:50%}.ns-bs5 .offset-7{margin-left:58.33333333%}.ns-bs5 .offset-8{margin-left:66.66666667%}.ns-bs5 .offset-9{margin-left:75%}.ns-bs5 .offset-10{margin-left:83.33333333%}.ns-bs5 .offset-11{margin-left:91.66666667%}.ns-bs5 .g-0,.ns-bs5 .gx-0{--bs-gutter-x:0}.ns-bs5 .g-0,.ns-bs5 .gy-0{--bs-gutter-y:0}.ns-bs5 .g-1,.ns-bs5 .gx-1{--bs-gutter-x:0.25rem}.ns-bs5 .g-1,.ns-bs5 .gy-1{--bs-gutter-y:0.25rem}.ns-bs5 .g-2,.ns-bs5 .gx-2{--bs-gutter-x:0.5rem}.ns-bs5 .g-2,.ns-bs5 .gy-2{--bs-gutter-y:0.5rem}.ns-bs5 .g-3,.ns-bs5 .gx-3{--bs-gutter-x:1rem}.ns-bs5 .g-3,.ns-bs5 .gy-3{--bs-gutter-y:1rem}.ns-bs5 .g-4,.ns-bs5 .gx-4{--bs-gutter-x:1.5rem}.ns-bs5 .g-4,.ns-bs5 .gy-4{--bs-gutter-y:1.5rem}.ns-bs5 .g-5,.ns-bs5 .gx-5{--bs-gutter-x:3rem}.ns-bs5 .g-5,.ns-bs5 .gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.ns-bs5 .col-sm{flex:1 0 0%}.ns-bs5 .row-cols-sm-auto>*{flex:0 0 auto;width:auto}.ns-bs5 .row-cols-sm-1>*{flex:0 0 auto;width:100%}.ns-bs5 .row-cols-sm-2>*{flex:0 0 auto;width:50%}.ns-bs5 .row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.ns-bs5 .row-cols-sm-4>*{flex:0 0 auto;width:25%}.ns-bs5 .row-cols-sm-5>*{flex:0 0 auto;width:20%}.ns-bs5 .row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-sm-auto{flex:0 0 auto;width:auto}.ns-bs5 .col-sm-1{flex:0 0 auto;width:8.33333333%}.ns-bs5 .col-sm-2{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-sm-3{flex:0 0 auto;width:25%}.ns-bs5 .col-sm-4{flex:0 0 auto;width:33.33333333%}.ns-bs5 .col-sm-5{flex:0 0 auto;width:41.66666667%}.ns-bs5 .col-sm-6{flex:0 0 auto;width:50%}.ns-bs5 .col-sm-7{flex:0 0 auto;width:58.33333333%}.ns-bs5 .col-sm-8{flex:0 0 auto;width:66.66666667%}.ns-bs5 .col-sm-9{flex:0 0 auto;width:75%}.ns-bs5 .col-sm-10{flex:0 0 auto;width:83.33333333%}.ns-bs5 .col-sm-11{flex:0 0 auto;width:91.66666667%}.ns-bs5 .col-sm-12{flex:0 0 auto;width:100%}.ns-bs5 .offset-sm-0{margin-left:0}.ns-bs5 .offset-sm-1{margin-left:8.33333333%}.ns-bs5 .offset-sm-2{margin-left:16.66666667%}.ns-bs5 .offset-sm-3{margin-left:25%}.ns-bs5 .offset-sm-4{margin-left:33.33333333%}.ns-bs5 .offset-sm-5{margin-left:41.66666667%}.ns-bs5 .offset-sm-6{margin-left:50%}.ns-bs5 .offset-sm-7{margin-left:58.33333333%}.ns-bs5 .offset-sm-8{margin-left:66.66666667%}.ns-bs5 .offset-sm-9{margin-left:75%}.ns-bs5 .offset-sm-10{margin-left:83.33333333%}.ns-bs5 .offset-sm-11{margin-left:91.66666667%}.ns-bs5 .g-sm-0,.ns-bs5 .gx-sm-0{--bs-gutter-x:0}.ns-bs5 .g-sm-0,.ns-bs5 .gy-sm-0{--bs-gutter-y:0}.ns-bs5 .g-sm-1,.ns-bs5 .gx-sm-1{--bs-gutter-x:0.25rem}.ns-bs5 .g-sm-1,.ns-bs5 .gy-sm-1{--bs-gutter-y:0.25rem}.ns-bs5 .g-sm-2,.ns-bs5 .gx-sm-2{--bs-gutter-x:0.5rem}.ns-bs5 .g-sm-2,.ns-bs5 .gy-sm-2{--bs-gutter-y:0.5rem}.ns-bs5 .g-sm-3,.ns-bs5 .gx-sm-3{--bs-gutter-x:1rem}.ns-bs5 .g-sm-3,.ns-bs5 .gy-sm-3{--bs-gutter-y:1rem}.ns-bs5 .g-sm-4,.ns-bs5 .gx-sm-4{--bs-gutter-x:1.5rem}.ns-bs5 .g-sm-4,.ns-bs5 .gy-sm-4{--bs-gutter-y:1.5rem}.ns-bs5 .g-sm-5,.ns-bs5 .gx-sm-5{--bs-gutter-x:3rem}.ns-bs5 .g-sm-5,.ns-bs5 .gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.ns-bs5 .col-md{flex:1 0 0%}.ns-bs5 .row-cols-md-auto>*{flex:0 0 auto;width:auto}.ns-bs5 .row-cols-md-1>*{flex:0 0 auto;width:100%}.ns-bs5 .row-cols-md-2>*{flex:0 0 auto;width:50%}.ns-bs5 .row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.ns-bs5 .row-cols-md-4>*{flex:0 0 auto;width:25%}.ns-bs5 .row-cols-md-5>*{flex:0 0 auto;width:20%}.ns-bs5 .row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-md-auto{flex:0 0 auto;width:auto}.ns-bs5 .col-md-1{flex:0 0 auto;width:8.33333333%}.ns-bs5 .col-md-2{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-md-3{flex:0 0 auto;width:25%}.ns-bs5 .col-md-4{flex:0 0 auto;width:33.33333333%}.ns-bs5 .col-md-5{flex:0 0 auto;width:41.66666667%}.ns-bs5 .col-md-6{flex:0 0 auto;width:50%}.ns-bs5 .col-md-7{flex:0 0 auto;width:58.33333333%}.ns-bs5 .col-md-8{flex:0 0 auto;width:66.66666667%}.ns-bs5 .col-md-9{flex:0 0 auto;width:75%}.ns-bs5 .col-md-10{flex:0 0 auto;width:83.33333333%}.ns-bs5 .col-md-11{flex:0 0 auto;width:91.66666667%}.ns-bs5 .col-md-12{flex:0 0 auto;width:100%}.ns-bs5 .offset-md-0{margin-left:0}.ns-bs5 .offset-md-1{margin-left:8.33333333%}.ns-bs5 .offset-md-2{margin-left:16.66666667%}.ns-bs5 .offset-md-3{margin-left:25%}.ns-bs5 .offset-md-4{margin-left:33.33333333%}.ns-bs5 .offset-md-5{margin-left:41.66666667%}.ns-bs5 .offset-md-6{margin-left:50%}.ns-bs5 .offset-md-7{margin-left:58.33333333%}.ns-bs5 .offset-md-8{margin-left:66.66666667%}.ns-bs5 .offset-md-9{margin-left:75%}.ns-bs5 .offset-md-10{margin-left:83.33333333%}.ns-bs5 .offset-md-11{margin-left:91.66666667%}.ns-bs5 .g-md-0,.ns-bs5 .gx-md-0{--bs-gutter-x:0}.ns-bs5 .g-md-0,.ns-bs5 .gy-md-0{--bs-gutter-y:0}.ns-bs5 .g-md-1,.ns-bs5 .gx-md-1{--bs-gutter-x:0.25rem}.ns-bs5 .g-md-1,.ns-bs5 .gy-md-1{--bs-gutter-y:0.25rem}.ns-bs5 .g-md-2,.ns-bs5 .gx-md-2{--bs-gutter-x:0.5rem}.ns-bs5 .g-md-2,.ns-bs5 .gy-md-2{--bs-gutter-y:0.5rem}.ns-bs5 .g-md-3,.ns-bs5 .gx-md-3{--bs-gutter-x:1rem}.ns-bs5 .g-md-3,.ns-bs5 .gy-md-3{--bs-gutter-y:1rem}.ns-bs5 .g-md-4,.ns-bs5 .gx-md-4{--bs-gutter-x:1.5rem}.ns-bs5 .g-md-4,.ns-bs5 .gy-md-4{--bs-gutter-y:1.5rem}.ns-bs5 .g-md-5,.ns-bs5 .gx-md-5{--bs-gutter-x:3rem}.ns-bs5 .g-md-5,.ns-bs5 .gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.ns-bs5 .col-lg{flex:1 0 0%}.ns-bs5 .row-cols-lg-auto>*{flex:0 0 auto;width:auto}.ns-bs5 .row-cols-lg-1>*{flex:0 0 auto;width:100%}.ns-bs5 .row-cols-lg-2>*{flex:0 0 auto;width:50%}.ns-bs5 .row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.ns-bs5 .row-cols-lg-4>*{flex:0 0 auto;width:25%}.ns-bs5 .row-cols-lg-5>*{flex:0 0 auto;width:20%}.ns-bs5 .row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-lg-auto{flex:0 0 auto;width:auto}.ns-bs5 .col-lg-1{flex:0 0 auto;width:8.33333333%}.ns-bs5 .col-lg-2{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-lg-3{flex:0 0 auto;width:25%}.ns-bs5 .col-lg-4{flex:0 0 auto;width:33.33333333%}.ns-bs5 .col-lg-5{flex:0 0 auto;width:41.66666667%}.ns-bs5 .col-lg-6{flex:0 0 auto;width:50%}.ns-bs5 .col-lg-7{flex:0 0 auto;width:58.33333333%}.ns-bs5 .col-lg-8{flex:0 0 auto;width:66.66666667%}.ns-bs5 .col-lg-9{flex:0 0 auto;width:75%}.ns-bs5 .col-lg-10{flex:0 0 auto;width:83.33333333%}.ns-bs5 .col-lg-11{flex:0 0 auto;width:91.66666667%}.ns-bs5 .col-lg-12{flex:0 0 auto;width:100%}.ns-bs5 .offset-lg-0{margin-left:0}.ns-bs5 .offset-lg-1{margin-left:8.33333333%}.ns-bs5 .offset-lg-2{margin-left:16.66666667%}.ns-bs5 .offset-lg-3{margin-left:25%}.ns-bs5 .offset-lg-4{margin-left:33.33333333%}.ns-bs5 .offset-lg-5{margin-left:41.66666667%}.ns-bs5 .offset-lg-6{margin-left:50%}.ns-bs5 .offset-lg-7{margin-left:58.33333333%}.ns-bs5 .offset-lg-8{margin-left:66.66666667%}.ns-bs5 .offset-lg-9{margin-left:75%}.ns-bs5 .offset-lg-10{margin-left:83.33333333%}.ns-bs5 .offset-lg-11{margin-left:91.66666667%}.ns-bs5 .g-lg-0,.ns-bs5 .gx-lg-0{--bs-gutter-x:0}.ns-bs5 .g-lg-0,.ns-bs5 .gy-lg-0{--bs-gutter-y:0}.ns-bs5 .g-lg-1,.ns-bs5 .gx-lg-1{--bs-gutter-x:0.25rem}.ns-bs5 .g-lg-1,.ns-bs5 .gy-lg-1{--bs-gutter-y:0.25rem}.ns-bs5 .g-lg-2,.ns-bs5 .gx-lg-2{--bs-gutter-x:0.5rem}.ns-bs5 .g-lg-2,.ns-bs5 .gy-lg-2{--bs-gutter-y:0.5rem}.ns-bs5 .g-lg-3,.ns-bs5 .gx-lg-3{--bs-gutter-x:1rem}.ns-bs5 .g-lg-3,.ns-bs5 .gy-lg-3{--bs-gutter-y:1rem}.ns-bs5 .g-lg-4,.ns-bs5 .gx-lg-4{--bs-gutter-x:1.5rem}.ns-bs5 .g-lg-4,.ns-bs5 .gy-lg-4{--bs-gutter-y:1.5rem}.ns-bs5 .g-lg-5,.ns-bs5 .gx-lg-5{--bs-gutter-x:3rem}.ns-bs5 .g-lg-5,.ns-bs5 .gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.ns-bs5 .col-xl{flex:1 0 0%}.ns-bs5 .row-cols-xl-auto>*{flex:0 0 auto;width:auto}.ns-bs5 .row-cols-xl-1>*{flex:0 0 auto;width:100%}.ns-bs5 .row-cols-xl-2>*{flex:0 0 auto;width:50%}.ns-bs5 .row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.ns-bs5 .row-cols-xl-4>*{flex:0 0 auto;width:25%}.ns-bs5 .row-cols-xl-5>*{flex:0 0 auto;width:20%}.ns-bs5 .row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-xl-auto{flex:0 0 auto;width:auto}.ns-bs5 .col-xl-1{flex:0 0 auto;width:8.33333333%}.ns-bs5 .col-xl-2{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-xl-3{flex:0 0 auto;width:25%}.ns-bs5 .col-xl-4{flex:0 0 auto;width:33.33333333%}.ns-bs5 .col-xl-5{flex:0 0 auto;width:41.66666667%}.ns-bs5 .col-xl-6{flex:0 0 auto;width:50%}.ns-bs5 .col-xl-7{flex:0 0 auto;width:58.33333333%}.ns-bs5 .col-xl-8{flex:0 0 auto;width:66.66666667%}.ns-bs5 .col-xl-9{flex:0 0 auto;width:75%}.ns-bs5 .col-xl-10{flex:0 0 auto;width:83.33333333%}.ns-bs5 .col-xl-11{flex:0 0 auto;width:91.66666667%}.ns-bs5 .col-xl-12{flex:0 0 auto;width:100%}.ns-bs5 .offset-xl-0{margin-left:0}.ns-bs5 .offset-xl-1{margin-left:8.33333333%}.ns-bs5 .offset-xl-2{margin-left:16.66666667%}.ns-bs5 .offset-xl-3{margin-left:25%}.ns-bs5 .offset-xl-4{margin-left:33.33333333%}.ns-bs5 .offset-xl-5{margin-left:41.66666667%}.ns-bs5 .offset-xl-6{margin-left:50%}.ns-bs5 .offset-xl-7{margin-left:58.33333333%}.ns-bs5 .offset-xl-8{margin-left:66.66666667%}.ns-bs5 .offset-xl-9{margin-left:75%}.ns-bs5 .offset-xl-10{margin-left:83.33333333%}.ns-bs5 .offset-xl-11{margin-left:91.66666667%}.ns-bs5 .g-xl-0,.ns-bs5 .gx-xl-0{--bs-gutter-x:0}.ns-bs5 .g-xl-0,.ns-bs5 .gy-xl-0{--bs-gutter-y:0}.ns-bs5 .g-xl-1,.ns-bs5 .gx-xl-1{--bs-gutter-x:0.25rem}.ns-bs5 .g-xl-1,.ns-bs5 .gy-xl-1{--bs-gutter-y:0.25rem}.ns-bs5 .g-xl-2,.ns-bs5 .gx-xl-2{--bs-gutter-x:0.5rem}.ns-bs5 .g-xl-2,.ns-bs5 .gy-xl-2{--bs-gutter-y:0.5rem}.ns-bs5 .g-xl-3,.ns-bs5 .gx-xl-3{--bs-gutter-x:1rem}.ns-bs5 .g-xl-3,.ns-bs5 .gy-xl-3{--bs-gutter-y:1rem}.ns-bs5 .g-xl-4,.ns-bs5 .gx-xl-4{--bs-gutter-x:1.5rem}.ns-bs5 .g-xl-4,.ns-bs5 .gy-xl-4{--bs-gutter-y:1.5rem}.ns-bs5 .g-xl-5,.ns-bs5 .gx-xl-5{--bs-gutter-x:3rem}.ns-bs5 .g-xl-5,.ns-bs5 .gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.ns-bs5 .col-xxl{flex:1 0 0%}.ns-bs5 .row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.ns-bs5 .row-cols-xxl-1>*{flex:0 0 auto;width:100%}.ns-bs5 .row-cols-xxl-2>*{flex:0 0 auto;width:50%}.ns-bs5 .row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.ns-bs5 .row-cols-xxl-4>*{flex:0 0 auto;width:25%}.ns-bs5 .row-cols-xxl-5>*{flex:0 0 auto;width:20%}.ns-bs5 .row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-xxl-auto{flex:0 0 auto;width:auto}.ns-bs5 .col-xxl-1{flex:0 0 auto;width:8.33333333%}.ns-bs5 .col-xxl-2{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-xxl-3{flex:0 0 auto;width:25%}.ns-bs5 .col-xxl-4{flex:0 0 auto;width:33.33333333%}.ns-bs5 .col-xxl-5{flex:0 0 auto;width:41.66666667%}.ns-bs5 .col-xxl-6{flex:0 0 auto;width:50%}.ns-bs5 .col-xxl-7{flex:0 0 auto;width:58.33333333%}.ns-bs5 .col-xxl-8{flex:0 0 auto;width:66.66666667%}.ns-bs5 .col-xxl-9{flex:0 0 auto;width:75%}.ns-bs5 .col-xxl-10{flex:0 0 auto;width:83.33333333%}.ns-bs5 .col-xxl-11{flex:0 0 auto;width:91.66666667%}.ns-bs5 .col-xxl-12{flex:0 0 auto;width:100%}.ns-bs5 .offset-xxl-0{margin-left:0}.ns-bs5 .offset-xxl-1{margin-left:8.33333333%}.ns-bs5 .offset-xxl-2{margin-left:16.66666667%}.ns-bs5 .offset-xxl-3{margin-left:25%}.ns-bs5 .offset-xxl-4{margin-left:33.33333333%}.ns-bs5 .offset-xxl-5{margin-left:41.66666667%}.ns-bs5 .offset-xxl-6{margin-left:50%}.ns-bs5 .offset-xxl-7{margin-left:58.33333333%}.ns-bs5 .offset-xxl-8{margin-left:66.66666667%}.ns-bs5 .offset-xxl-9{margin-left:75%}.ns-bs5 .offset-xxl-10{margin-left:83.33333333%}.ns-bs5 .offset-xxl-11{margin-left:91.66666667%}.ns-bs5 .g-xxl-0,.ns-bs5 .gx-xxl-0{--bs-gutter-x:0}.ns-bs5 .g-xxl-0,.ns-bs5 .gy-xxl-0{--bs-gutter-y:0}.ns-bs5 .g-xxl-1,.ns-bs5 .gx-xxl-1{--bs-gutter-x:0.25rem}.ns-bs5 .g-xxl-1,.ns-bs5 .gy-xxl-1{--bs-gutter-y:0.25rem}.ns-bs5 .g-xxl-2,.ns-bs5 .gx-xxl-2{--bs-gutter-x:0.5rem}.ns-bs5 .g-xxl-2,.ns-bs5 .gy-xxl-2{--bs-gutter-y:0.5rem}.ns-bs5 .g-xxl-3,.ns-bs5 .gx-xxl-3{--bs-gutter-x:1rem}.ns-bs5 .g-xxl-3,.ns-bs5 .gy-xxl-3{--bs-gutter-y:1rem}.ns-bs5 .g-xxl-4,.ns-bs5 .gx-xxl-4{--bs-gutter-x:1.5rem}.ns-bs5 .g-xxl-4,.ns-bs5 .gy-xxl-4{--bs-gutter-y:1.5rem}.ns-bs5 .g-xxl-5,.ns-bs5 .gx-xxl-5{--bs-gutter-x:3rem}.ns-bs5 .g-xxl-5,.ns-bs5 .gy-xxl-5{--bs-gutter-y:3rem}}.ns-bs5 .table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb),0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),0.075);border-color:var(--bs-table-border-color);margin-bottom:1rem;vertical-align:top;width:100%}.ns-bs5 .table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));padding:.5rem}.ns-bs5 .table>tbody{vertical-align:inherit}.ns-bs5 .table>thead{vertical-align:bottom}.ns-bs5 .table-group-divider{border-top:calc(var(--bs-border-width)*2) solid}.ns-bs5 .caption-top{caption-side:top}.ns-bs5 .table-sm>:not(caption)>*>*{padding:.25rem}.ns-bs5 .table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.ns-bs5 .table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.ns-bs5 .table-borderless>:not(caption)>*>*{border-bottom-width:0}.ns-bs5 .table-borderless>:not(:first-child){border-top-width:0}.ns-bs5 .table-striped-columns>:not(caption)>tr>:nth-child(2n),.ns-bs5 .table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.ns-bs5 .table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.ns-bs5 .table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.ns-bs5 .table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000}.ns-bs5 .table-primary,.ns-bs5 .table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.ns-bs5 .table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000}.ns-bs5 .table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000}.ns-bs5 .table-info,.ns-bs5 .table-success{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.ns-bs5 .table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000}.ns-bs5 .table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000}.ns-bs5 .table-danger,.ns-bs5 .table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.ns-bs5 .table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000}.ns-bs5 .table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000}.ns-bs5 .table-dark,.ns-bs5 .table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.ns-bs5 .table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff}.ns-bs5 .table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (max-width:575.98px){.ns-bs5 .table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:767.98px){.ns-bs5 .table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:991.98px){.ns-bs5 .table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1199.98px){.ns-bs5 .table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1399.98px){.ns-bs5 .table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.ns-bs5 .form-label{margin-bottom:.5rem}.ns-bs5 .col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + var(--bs-border-width));padding-top:calc(.375rem + var(--bs-border-width))}.ns-bs5 .col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + var(--bs-border-width));padding-top:calc(.5rem + var(--bs-border-width))}.ns-bs5 .col-form-label-sm{font-size:.875rem;padding-bottom:calc(.25rem + var(--bs-border-width));padding-top:calc(.25rem + var(--bs-border-width))}.ns-bs5 .form-text{color:var(--bs-secondary-color);font-size:.875em;margin-top:.25rem}.ns-bs5 .form-control{appearance:none;background-clip:padding-box;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-control{transition:none}}.ns-bs5 .form-control[type=file]{overflow:hidden}.ns-bs5 .form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.ns-bs5 .form-control:focus{background-color:var(--bs-body-bg);border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);color:var(--bs-body-color);outline:0}.ns-bs5 .form-control::-webkit-date-and-time-value{height:1.5em;margin:0;min-width:85px}.ns-bs5 .form-control::-webkit-datetime-edit{display:block;padding:0}.ns-bs5 .form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.ns-bs5 .form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.ns-bs5 .form-control::file-selector-button{background-color:var(--bs-tertiary-bg);border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;color:var(--bs-body-color);margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-control::file-selector-button{transition:none}}.ns-bs5 .form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.ns-bs5 .form-control-plaintext{background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0;color:var(--bs-body-color);display:block;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.ns-bs5 .form-control-plaintext:focus{outline:0}.ns-bs5 .form-control-plaintext.form-control-lg,.ns-bs5 .form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.ns-bs5 .form-control-sm{border-radius:var(--bs-border-radius-sm);font-size:.875rem;min-height:calc(1.5em + .5rem + var(--bs-border-width)*2);padding:.25rem .5rem}.ns-bs5 .form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.ns-bs5 .form-control-lg{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;min-height:calc(1.5em + 1rem + var(--bs-border-width)*2);padding:.5rem 1rem}.ns-bs5 .form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.ns-bs5 textarea.form-control{min-height:calc(1.5em + .75rem + var(--bs-border-width)*2)}.ns-bs5 textarea.form-control-sm{min-height:calc(1.5em + .5rem + var(--bs-border-width)*2)}.ns-bs5 textarea.form-control-lg{min-height:calc(1.5em + 1rem + var(--bs-border-width)*2)}.ns-bs5 .form-control-color{height:calc(1.5em + .75rem + var(--bs-border-width)*2);padding:.375rem;width:3rem}.ns-bs5 .form-control-color:not(:disabled):not([readonly]){cursor:pointer}.ns-bs5 .form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.ns-bs5 .form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.ns-bs5 .form-control-color.form-control-sm{height:calc(1.5em + .5rem + var(--bs-border-width)*2)}.ns-bs5 .form-control-color.form-control-lg{height:calc(1.5em + 1rem + var(--bs-border-width)*2)}.ns-bs5 .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-select{transition:none}}.ns-bs5 .form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}.ns-bs5 .form-select[multiple],.ns-bs5 .form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.ns-bs5 .form-select:disabled{background-color:var(--bs-secondary-bg)}.ns-bs5 .form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.ns-bs5 .form-select-sm{border-radius:var(--bs-border-radius-sm);font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.ns-bs5 .form-select-lg{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.ns-bs5 [data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")}.ns-bs5 .form-check{display:block;margin-bottom:.125rem;min-height:1.5rem;padding-left:1.5em}.ns-bs5 .form-check .form-check-input{float:left;margin-left:-1.5em}.ns-bs5 .form-check-reverse{padding-left:0;padding-right:1.5em;text-align:right}.ns-bs5 .form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.ns-bs5 .form-check-input{--bs-form-check-bg:var(--bs-body-bg);appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-position:50%;background-repeat:no-repeat;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);flex-shrink:0;height:1em;margin-top:.25em;print-color-adjust:exact;vertical-align:top;width:1em}.ns-bs5 .form-check-input[type=checkbox]{border-radius:.25em}.ns-bs5 .form-check-input[type=radio]{border-radius:50%}.ns-bs5 .form-check-input:active{filter:brightness(90%)}.ns-bs5 .form-check-input:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}.ns-bs5 .form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.ns-bs5 .form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.ns-bs5 .form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.ns-bs5 .form-check-input[type=checkbox]:indeterminate{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");background-color:#0d6efd;border-color:#0d6efd}.ns-bs5 .form-check-input:disabled{filter:none;opacity:.5;pointer-events:none}.ns-bs5 .form-check-input:disabled~.form-check-label,.ns-bs5 .form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.ns-bs5 .form-switch{padding-left:2.5em}.ns-bs5 .form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-switch .form-check-input{transition:none}}.ns-bs5 .form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")}.ns-bs5 .form-switch .form-check-input:checked{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.ns-bs5 .form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.ns-bs5 .form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.ns-bs5 .form-check-inline{display:inline-block;margin-right:1rem}.ns-bs5 .btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.ns-bs5 .btn-check:disabled+.btn,.ns-bs5 .btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}.ns-bs5 [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")}.ns-bs5 .form-range{appearance:none;background-color:transparent;height:1.5rem;padding:0;width:100%}.ns-bs5 .form-range:focus{outline:0}.ns-bs5 .form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.ns-bs5 .form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.ns-bs5 .form-range::-moz-focus-outer{border:0}.ns-bs5 .form-range::-webkit-slider-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-range::-webkit-slider-thumb{transition:none}}.ns-bs5 .form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.ns-bs5 .form-range::-webkit-slider-runnable-track{background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.ns-bs5 .form-range::-moz-range-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-range::-moz-range-thumb{transition:none}}.ns-bs5 .form-range::-moz-range-thumb:active{background-color:#b6d4fe}.ns-bs5 .form-range::-moz-range-track{background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.ns-bs5 .form-range:disabled{pointer-events:none}.ns-bs5 .form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.ns-bs5 .form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.ns-bs5 .form-floating{position:relative}.ns-bs5 .form-floating>.form-control,.ns-bs5 .form-floating>.form-control-plaintext,.ns-bs5 .form-floating>.form-select{height:calc(3.5rem + var(--bs-border-width)*2);line-height:1.25;min-height:calc(3.5rem + var(--bs-border-width)*2)}.ns-bs5 .form-floating>label{border:var(--bs-border-width) solid transparent;height:100%;left:0;overflow:hidden;padding:1rem .75rem;pointer-events:none;position:absolute;text-align:start;text-overflow:ellipsis;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;white-space:nowrap;z-index:2}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-floating>label{transition:none}}.ns-bs5 .form-floating>.form-control,.ns-bs5 .form-floating>.form-control-plaintext{padding:1rem .75rem}.ns-bs5 .form-floating>.form-control-plaintext::placeholder,.ns-bs5 .form-floating>.form-control::placeholder{color:transparent}.ns-bs5 .form-floating>.form-control-plaintext:focus,.ns-bs5 .form-floating>.form-control-plaintext:not(:placeholder-shown),.ns-bs5 .form-floating>.form-control:focus,.ns-bs5 .form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.ns-bs5 .form-floating>.form-control-plaintext:-webkit-autofill,.ns-bs5 .form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.ns-bs5 .form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.ns-bs5 .form-floating>.form-control-plaintext~label,.ns-bs5 .form-floating>.form-control:focus~label,.ns-bs5 .form-floating>.form-control:not(:placeholder-shown)~label,.ns-bs5 .form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.ns-bs5 .form-floating>.form-control-plaintext~label:after,.ns-bs5 .form-floating>.form-control:focus~label:after,.ns-bs5 .form-floating>.form-control:not(:placeholder-shown)~label:after,.ns-bs5 .form-floating>.form-select~label:after{background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius);content:"";height:1.5em;inset:1rem .375rem;position:absolute;z-index:-1}.ns-bs5 .form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.ns-bs5 .form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.ns-bs5 .form-floating>.form-control:disabled~label,.ns-bs5 .form-floating>:disabled~label{color:#6c757d}.ns-bs5 .form-floating>.form-control:disabled~label:after,.ns-bs5 .form-floating>:disabled~label:after{background-color:var(--bs-secondary-bg)}.ns-bs5 .input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.ns-bs5 .input-group>.form-control,.ns-bs5 .input-group>.form-floating,.ns-bs5 .input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.ns-bs5 .input-group>.form-control:focus,.ns-bs5 .input-group>.form-floating:focus-within,.ns-bs5 .input-group>.form-select:focus{z-index:5}.ns-bs5 .input-group .btn{position:relative;z-index:2}.ns-bs5 .input-group .btn:focus{z-index:5}.ns-bs5 .input-group-text{align-items:center;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:flex;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;white-space:nowrap}.ns-bs5 .input-group-lg>.btn,.ns-bs5 .input-group-lg>.form-control,.ns-bs5 .input-group-lg>.form-select,.ns-bs5 .input-group-lg>.input-group-text{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;padding:.5rem 1rem}.ns-bs5 .input-group-sm>.btn,.ns-bs5 .input-group-sm>.form-control,.ns-bs5 .input-group-sm>.form-select,.ns-bs5 .input-group-sm>.input-group-text{border-radius:var(--bs-border-radius-sm);font-size:.875rem;padding:.25rem .5rem}.ns-bs5 .input-group-lg>.form-select,.ns-bs5 .input-group-sm>.form-select{padding-right:3rem}.ns-bs5 .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.ns-bs5 .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.ns-bs5 .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.ns-bs5 .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.ns-bs5 .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.ns-bs5 .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.ns-bs5 .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.ns-bs5 .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-bottom-right-radius:0;border-top-right-radius:0}.ns-bs5 .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:calc(var(--bs-border-width)*-1)}.ns-bs5 .input-group>.form-floating:not(:first-child)>.form-control,.ns-bs5 .input-group>.form-floating:not(:first-child)>.form-select{border-bottom-left-radius:0;border-top-left-radius:0}.ns-bs5 .valid-feedback{color:var(--bs-form-valid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.ns-bs5 .valid-tooltip{background-color:var(--bs-success);border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.ns-bs5.is-valid~.valid-feedback,.ns-bs5.is-valid~.valid-tooltip,.was-validated .ns-bs5:valid~.valid-feedback,.was-validated .ns-bs5:valid~.valid-tooltip{display:block}.ns-bs5 .form-control.is-valid,.was-validated .ns-bs5 .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem)}.ns-bs5 .form-control.is-valid:focus,.was-validated .ns-bs5 .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.ns-bs5 textarea.form-control.is-valid,.was-validated .ns-bs5 textarea.form-control:valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.ns-bs5 .form-select.is-valid,.was-validated .ns-bs5 .form-select:valid{border-color:var(--bs-form-valid-border-color)}.ns-bs5 .form-select.is-valid:not([multiple]):not([size]),.ns-bs5 .form-select.is-valid:not([multiple])[size="1"],.was-validated .ns-bs5 .form-select:valid:not([multiple]):not([size]),.was-validated .ns-bs5 .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.ns-bs5 .form-select.is-valid:focus,.was-validated .ns-bs5 .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.ns-bs5 .form-control-color.is-valid,.was-validated .ns-bs5 .form-control-color:valid{width:calc(3.75rem + 1.5em)}.ns-bs5 .form-check-input.is-valid,.was-validated .ns-bs5 .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.ns-bs5 .form-check-input.is-valid:checked,.was-validated .ns-bs5 .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.ns-bs5 .form-check-input.is-valid:focus,.was-validated .ns-bs5 .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.ns-bs5 .form-check-input.is-valid~.form-check-label,.was-validated .ns-bs5 .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.ns-bs5 .form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.ns-bs5 .input-group>.form-control:not(:focus).is-valid,.ns-bs5 .input-group>.form-floating:not(:focus-within).is-valid,.ns-bs5 .input-group>.form-select:not(:focus).is-valid,.was-validated .ns-bs5 .input-group>.form-control:not(:focus):valid,.was-validated .ns-bs5 .input-group>.form-floating:not(:focus-within):valid,.was-validated .ns-bs5 .input-group>.form-select:not(:focus):valid{z-index:3}.ns-bs5 .invalid-feedback{color:var(--bs-form-invalid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.ns-bs5 .invalid-tooltip{background-color:var(--bs-danger);border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.ns-bs5.is-invalid~.invalid-feedback,.ns-bs5.is-invalid~.invalid-tooltip,.was-validated .ns-bs5:invalid~.invalid-feedback,.was-validated .ns-bs5:invalid~.invalid-tooltip{display:block}.ns-bs5 .form-control.is-invalid,.was-validated .ns-bs5 .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem)}.ns-bs5 .form-control.is-invalid:focus,.was-validated .ns-bs5 .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.ns-bs5 textarea.form-control.is-invalid,.was-validated .ns-bs5 textarea.form-control:invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.ns-bs5 .form-select.is-invalid,.was-validated .ns-bs5 .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.ns-bs5 .form-select.is-invalid:not([multiple]):not([size]),.ns-bs5 .form-select.is-invalid:not([multiple])[size="1"],.was-validated .ns-bs5 .form-select:invalid:not([multiple]):not([size]),.was-validated .ns-bs5 .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.ns-bs5 .form-select.is-invalid:focus,.was-validated .ns-bs5 .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.ns-bs5 .form-control-color.is-invalid,.was-validated .ns-bs5 .form-control-color:invalid{width:calc(3.75rem + 1.5em)}.ns-bs5 .form-check-input.is-invalid,.was-validated .ns-bs5 .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.ns-bs5 .form-check-input.is-invalid:checked,.was-validated .ns-bs5 .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.ns-bs5 .form-check-input.is-invalid:focus,.was-validated .ns-bs5 .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.ns-bs5 .form-check-input.is-invalid~.form-check-label,.was-validated .ns-bs5 .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.ns-bs5 .form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.ns-bs5 .input-group>.form-control:not(:focus).is-invalid,.ns-bs5 .input-group>.form-floating:not(:focus-within).is-invalid,.ns-bs5 .input-group>.form-select:not(:focus).is-invalid,.was-validated .ns-bs5 .input-group>.form-control:not(:focus):invalid,.was-validated .ns-bs5 .input-group>.form-floating:not(:focus-within):invalid,.was-validated .ns-bs5 .input-group>.form-select:not(:focus):invalid{z-index:4}.ns-bs5 .btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family:;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);background-color:var(--bs-btn-bg);border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);color:var(--bs-btn-color);cursor:pointer;display:inline-block;font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.ns-bs5 .btn{transition:none}}.ns-bs5 .btn:hover{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);color:var(--bs-btn-hover-color)}.btn-check+.ns-bs5 .btn:hover{background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color);color:var(--bs-btn-color)}.ns-bs5 .btn:focus-visible{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);color:var(--bs-btn-hover-color);outline:0}.btn-check:focus-visible+.ns-bs5 .btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.ns-bs5 .btn,.ns-bs5 .btn.active,.ns-bs5 .btn.show,.ns-bs5 .btn:first-child:active,:not(.btn-check)+.ns-bs5 .btn:active{background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);color:var(--bs-btn-active-color)}.btn-check:checked+.ns-bs5 .btn:focus-visible,.ns-bs5 .btn.active:focus-visible,.ns-bs5 .btn.show:focus-visible,.ns-bs5 .btn:first-child:active:focus-visible,:not(.btn-check)+.ns-bs5 .btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.ns-bs5 .btn.disabled,.ns-bs5 .btn:disabled,fieldset:disabled .ns-bs5 .btn{background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);color:var(--bs-btn-disabled-color);opacity:var(--bs-btn-disabled-opacity);pointer-events:none}.ns-bs5 .btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.ns-bs5 .btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.ns-bs5 .btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.ns-bs5 .btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.ns-bs5 .btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.ns-bs5 .btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.ns-bs5 .btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.ns-bs5 .btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.ns-bs5 .btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.ns-bs5 .btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.ns-bs5 .btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.ns-bs5 .btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.ns-bs5 .btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.ns-bs5 .btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.ns-bs5 .btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.ns-bs5 .btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.ns-bs5 .btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.ns-bs5 .btn-link:focus-visible{color:var(--bs-btn-color)}.ns-bs5 .btn-link:hover{color:var(--bs-btn-hover-color)}.ns-bs5 .btn-group-lg>.btn,.ns-bs5 .btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.ns-bs5 .btn-group-sm>.btn,.ns-bs5 .btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.ns-bs5 .fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.ns-bs5 .fade{transition:none}}.ns-bs5 .fade:not(.show){opacity:0}.ns-bs5 .collapse:not(.show){display:none}.ns-bs5 .collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.ns-bs5 .collapsing{transition:none}}.ns-bs5 .collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.ns-bs5 .collapsing.collapse-horizontal{transition:none}}.ns-bs5 .dropdown,.ns-bs5 .dropdown-center,.ns-bs5 .dropend,.ns-bs5 .dropstart,.ns-bs5 .dropup,.ns-bs5 .dropup-center{position:relative}.ns-bs5 .dropdown-toggle{white-space:nowrap}.ns-bs5 .dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.ns-bs5 .dropdown-toggle:empty:after{margin-left:0}.ns-bs5 .dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;background-clip:padding-box;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);color:var(--bs-dropdown-color);display:none;font-size:var(--bs-dropdown-font-size);list-style:none;margin:0;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);position:absolute;text-align:left;z-index:var(--bs-dropdown-zindex)}.ns-bs5 .dropdown-menu[data-bs-popper]{left:0;margin-top:var(--bs-dropdown-spacer);top:100%}.ns-bs5 .dropdown-menu-start{--bs-position:start}.ns-bs5 .dropdown-menu-start[data-bs-popper]{left:0;right:auto}.ns-bs5 .dropdown-menu-end{--bs-position:end}.ns-bs5 .dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (min-width:576px){.ns-bs5 .dropdown-menu-sm-start{--bs-position:start}.ns-bs5 .dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.ns-bs5 .dropdown-menu-sm-end{--bs-position:end}.ns-bs5 .dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (min-width:768px){.ns-bs5 .dropdown-menu-md-start{--bs-position:start}.ns-bs5 .dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.ns-bs5 .dropdown-menu-md-end{--bs-position:end}.ns-bs5 .dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (min-width:992px){.ns-bs5 .dropdown-menu-lg-start{--bs-position:start}.ns-bs5 .dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.ns-bs5 .dropdown-menu-lg-end{--bs-position:end}.ns-bs5 .dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1200px){.ns-bs5 .dropdown-menu-xl-start{--bs-position:start}.ns-bs5 .dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.ns-bs5 .dropdown-menu-xl-end{--bs-position:end}.ns-bs5 .dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1400px){.ns-bs5 .dropdown-menu-xxl-start{--bs-position:start}.ns-bs5 .dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.ns-bs5 .dropdown-menu-xxl-end{--bs-position:end}.ns-bs5 .dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.ns-bs5 .dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:var(--bs-dropdown-spacer);margin-top:0;top:auto}.ns-bs5 .dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.ns-bs5 .dropup .dropdown-toggle:empty:after{margin-left:0}.ns-bs5 .dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:var(--bs-dropdown-spacer);margin-top:0;right:auto;top:0}.ns-bs5 .dropend .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.ns-bs5 .dropend .dropdown-toggle:empty:after{margin-left:0}.ns-bs5 .dropend .dropdown-toggle:after{vertical-align:0}.ns-bs5 .dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:var(--bs-dropdown-spacer);margin-top:0;right:100%;top:0}.ns-bs5 .dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.ns-bs5 .dropstart .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.ns-bs5 .dropstart .dropdown-toggle:empty:after{margin-left:0}.ns-bs5 .dropstart .dropdown-toggle:before{vertical-align:0}.ns-bs5 .dropdown-divider{border-top:1px solid var(--bs-dropdown-divider-bg);height:0;margin:var(--bs-dropdown-divider-margin-y) 0;opacity:1;overflow:hidden}.ns-bs5 .dropdown-item{background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0);clear:both;color:var(--bs-dropdown-link-color);display:block;font-weight:400;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.ns-bs5 .dropdown-item:focus,.ns-bs5 .dropdown-item:hover{background-color:var(--bs-dropdown-link-hover-bg);color:var(--bs-dropdown-link-hover-color)}.ns-bs5 .dropdown-item.active,.ns-bs5 .dropdown-item:active{background-color:var(--bs-dropdown-link-active-bg);color:var(--bs-dropdown-link-active-color);text-decoration:none}.ns-bs5 .dropdown-item.disabled,.ns-bs5 .dropdown-item:disabled{background-color:transparent;color:var(--bs-dropdown-link-disabled-color);pointer-events:none}.ns-bs5 .dropdown-menu.show{display:block}.ns-bs5 .dropdown-header{color:var(--bs-dropdown-header-color);display:block;font-size:.875rem;margin-bottom:0;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);white-space:nowrap}.ns-bs5 .dropdown-item-text{color:var(--bs-dropdown-link-color);display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)}.ns-bs5 .dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow:;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:hsla(0,0%,100%,.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.ns-bs5 .btn-group,.ns-bs5 .btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.ns-bs5 .btn-group-vertical>.btn,.ns-bs5 .btn-group>.btn{flex:1 1 auto;position:relative}.ns-bs5 .btn-group-vertical>.btn-check:checked+.btn,.ns-bs5 .btn-group-vertical>.btn-check:focus+.btn,.ns-bs5 .btn-group-vertical>.btn.active,.ns-bs5 .btn-group-vertical>.btn:active,.ns-bs5 .btn-group-vertical>.btn:focus,.ns-bs5 .btn-group-vertical>.btn:hover,.ns-bs5 .btn-group>.btn-check:checked+.btn,.ns-bs5 .btn-group>.btn-check:focus+.btn,.ns-bs5 .btn-group>.btn.active,.ns-bs5 .btn-group>.btn:active,.ns-bs5 .btn-group>.btn:focus,.ns-bs5 .btn-group>.btn:hover{z-index:1}.ns-bs5 .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.ns-bs5 .btn-toolbar .input-group{width:auto}.ns-bs5 .btn-group{border-radius:var(--bs-border-radius)}.ns-bs5 .btn-group>.btn-group:not(:first-child),.ns-bs5 .btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width)*-1)}.ns-bs5 .btn-group>.btn-group:not(:last-child)>.btn,.ns-bs5 .btn-group>.btn.dropdown-toggle-split:first-child,.ns-bs5 .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.ns-bs5 .btn-group>.btn-group:not(:first-child)>.btn,.ns-bs5 .btn-group>.btn:nth-child(n+3),.ns-bs5 .btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.ns-bs5 .dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropend .ns-bs5 .dropdown-toggle-split:after,.dropup .ns-bs5 .dropdown-toggle-split:after,.ns-bs5 .dropdown-toggle-split:after{margin-left:0}.dropstart .ns-bs5 .dropdown-toggle-split:before{margin-right:0}.ns-bs5 .btn-group-sm>.btn+.dropdown-toggle-split,.ns-bs5 .btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.ns-bs5 .btn-group-lg>.btn+.dropdown-toggle-split,.ns-bs5 .btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.ns-bs5 .btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.ns-bs5 .btn-group-vertical>.btn,.ns-bs5 .btn-group-vertical>.btn-group{width:100%}.ns-bs5 .btn-group-vertical>.btn-group:not(:first-child),.ns-bs5 .btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.ns-bs5 .btn-group-vertical>.btn-group:not(:last-child)>.btn,.ns-bs5 .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.ns-bs5 .btn-group-vertical>.btn-group:not(:first-child)>.btn,.ns-bs5 .btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.ns-bs5 .nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight:;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.ns-bs5 .nav-link{background:none;border:0;color:var(--bs-nav-link-color);display:block;font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .nav-link{transition:none}}.ns-bs5 .nav-link:focus,.ns-bs5 .nav-link:hover{color:var(--bs-nav-link-hover-color)}.ns-bs5 .nav-link:focus-visible{box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}.ns-bs5 .nav-link.disabled,.ns-bs5 .nav-link:disabled{color:var(--bs-nav-link-disabled-color);cursor:default;pointer-events:none}.ns-bs5 .nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.ns-bs5 .nav-tabs .nav-link{border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius);margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1)}.ns-bs5 .nav-tabs .nav-link:focus,.ns-bs5 .nav-tabs .nav-link:hover{border-color:var(--bs-nav-tabs-link-hover-border-color);isolation:isolate}.ns-bs5 .nav-tabs .nav-item.show .nav-link,.ns-bs5 .nav-tabs .nav-link.active{background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color);color:var(--bs-nav-tabs-link-active-color)}.ns-bs5 .nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--bs-nav-tabs-border-width)*-1)}.ns-bs5 .nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.ns-bs5 .nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.ns-bs5 .nav-pills .nav-link.active,.ns-bs5 .nav-pills .show>.nav-link{background-color:var(--bs-nav-pills-link-active-bg);color:var(--bs-nav-pills-link-active-color)}.ns-bs5 .nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.ns-bs5 .nav-underline .nav-link{border-bottom:var(--bs-nav-underline-border-width) solid transparent;padding-left:0;padding-right:0}.ns-bs5 .nav-underline .nav-link:focus,.ns-bs5 .nav-underline .nav-link:hover{border-bottom-color:currentcolor}.ns-bs5 .nav-underline .nav-link.active,.ns-bs5 .nav-underline .show>.nav-link{border-bottom-color:currentcolor;color:var(--bs-nav-underline-link-active-color);font-weight:700}.ns-bs5 .nav-fill .nav-item,.ns-bs5 .nav-fill>.nav-link{flex:1 1 auto;text-align:center}.ns-bs5 .nav-justified .nav-item,.ns-bs5 .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.ns-bs5 .nav-fill .nav-item .nav-link,.ns-bs5 .nav-justified .nav-item .nav-link{width:100%}.ns-bs5 .tab-content>.tab-pane{display:none}.ns-bs5 .tab-content>.active{display:block}.ns-bs5 .navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(33, 37, 41, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb),0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);position:relative}.ns-bs5 .navbar>.container,.ns-bs5 .navbar>.container-fluid,.ns-bs5 .navbar>.container-lg,.ns-bs5 .navbar>.container-md,.ns-bs5 .navbar>.container-sm,.ns-bs5 .navbar>.container-xl,.ns-bs5 .navbar>.container-xxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.ns-bs5 .navbar-brand{color:var(--bs-navbar-brand-color);font-size:var(--bs-navbar-brand-font-size);margin-right:var(--bs-navbar-brand-margin-end);padding-bottom:var(--bs-navbar-brand-padding-y);padding-top:var(--bs-navbar-brand-padding-y);text-decoration:none;white-space:nowrap}.ns-bs5 .navbar-brand:focus,.ns-bs5 .navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.ns-bs5 .navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight:;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.ns-bs5 .navbar-nav .nav-link.active,.ns-bs5 .navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.ns-bs5 .navbar-nav .dropdown-menu{position:static}.ns-bs5 .navbar-text{color:var(--bs-navbar-color);padding-bottom:.5rem;padding-top:.5rem}.ns-bs5 .navbar-text a,.ns-bs5 .navbar-text a:focus,.ns-bs5 .navbar-text a:hover{color:var(--bs-navbar-active-color)}.ns-bs5 .navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.ns-bs5 .navbar-toggler{background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);color:var(--bs-navbar-color);font-size:var(--bs-navbar-toggler-font-size);line-height:1;padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.ns-bs5 .navbar-toggler{transition:none}}.ns-bs5 .navbar-toggler:hover{text-decoration:none}.ns-bs5 .navbar-toggler:focus{box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0;text-decoration:none}.ns-bs5 .navbar-toggler-icon{background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.ns-bs5 .navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.ns-bs5 .navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.ns-bs5 .navbar-expand-sm .navbar-nav{flex-direction:row}.ns-bs5 .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.ns-bs5 .navbar-expand-sm .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.ns-bs5 .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.ns-bs5 .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.ns-bs5 .navbar-expand-sm .navbar-toggler{display:none}.ns-bs5 .navbar-expand-sm .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.ns-bs5 .navbar-expand-sm .offcanvas .offcanvas-header{display:none}.ns-bs5 .navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:768px){.ns-bs5 .navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.ns-bs5 .navbar-expand-md .navbar-nav{flex-direction:row}.ns-bs5 .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.ns-bs5 .navbar-expand-md .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.ns-bs5 .navbar-expand-md .navbar-nav-scroll{overflow:visible}.ns-bs5 .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.ns-bs5 .navbar-expand-md .navbar-toggler{display:none}.ns-bs5 .navbar-expand-md .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.ns-bs5 .navbar-expand-md .offcanvas .offcanvas-header{display:none}.ns-bs5 .navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:992px){.ns-bs5 .navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.ns-bs5 .navbar-expand-lg .navbar-nav{flex-direction:row}.ns-bs5 .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.ns-bs5 .navbar-expand-lg .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.ns-bs5 .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.ns-bs5 .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.ns-bs5 .navbar-expand-lg .navbar-toggler{display:none}.ns-bs5 .navbar-expand-lg .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.ns-bs5 .navbar-expand-lg .offcanvas .offcanvas-header{display:none}.ns-bs5 .navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1200px){.ns-bs5 .navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.ns-bs5 .navbar-expand-xl .navbar-nav{flex-direction:row}.ns-bs5 .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.ns-bs5 .navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.ns-bs5 .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.ns-bs5 .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.ns-bs5 .navbar-expand-xl .navbar-toggler{display:none}.ns-bs5 .navbar-expand-xl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.ns-bs5 .navbar-expand-xl .offcanvas .offcanvas-header{display:none}.ns-bs5 .navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1400px){.ns-bs5 .navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.ns-bs5 .navbar-expand-xxl .navbar-nav{flex-direction:row}.ns-bs5 .navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.ns-bs5 .navbar-expand-xxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.ns-bs5 .navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.ns-bs5 .navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.ns-bs5 .navbar-expand-xxl .navbar-toggler{display:none}.ns-bs5 .navbar-expand-xxl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.ns-bs5 .navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.ns-bs5 .navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.ns-bs5 .navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.ns-bs5 .navbar-expand .navbar-nav{flex-direction:row}.ns-bs5 .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.ns-bs5 .navbar-expand .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.ns-bs5 .navbar-expand .navbar-nav-scroll{overflow:visible}.ns-bs5 .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.ns-bs5 .navbar-expand .navbar-toggler{display:none}.ns-bs5 .navbar-expand .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.ns-bs5 .navbar-expand .offcanvas .offcanvas-header{display:none}.ns-bs5 .navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.ns-bs5 .navbar-dark,.ns-bs5 .navbar[data-bs-theme=dark]{--bs-navbar-color:hsla(0,0%,100%,.55);--bs-navbar-hover-color:hsla(0,0%,100%,.75);--bs-navbar-disabled-color:hsla(0,0%,100%,.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:hsla(0,0%,100%,.1)}.ns-bs5 .navbar-dark,.ns-bs5 .navbar[data-bs-theme=dark],.ns-bs5 [data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.ns-bs5 .card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color:;--bs-card-subtitle-color:;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow:;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-cap-color:;--bs-card-height:;--bs-card-color:;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;word-wrap:break-word;background-clip:border-box;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius);color:var(--bs-body-color);display:flex;flex-direction:column;height:var(--bs-card-height);min-width:0;position:relative}.ns-bs5 .card>hr{margin-left:0;margin-right:0}.ns-bs5 .card>.list-group{border-bottom:inherit;border-top:inherit}.ns-bs5 .card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.ns-bs5 .card>.list-group:last-child{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.ns-bs5 .card>.card-header+.list-group,.ns-bs5 .card>.list-group+.card-footer{border-top:0}.ns-bs5 .card-body{color:var(--bs-card-color);flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x)}.ns-bs5 .card-title{color:var(--bs-card-title-color);margin-bottom:var(--bs-card-title-spacer-y)}.ns-bs5 .card-subtitle{color:var(--bs-card-subtitle-color);margin-bottom:0;margin-top:calc(var(--bs-card-title-spacer-y)*-.5)}.ns-bs5 .card-text:last-child{margin-bottom:0}.ns-bs5 .card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.ns-bs5 .card-header{background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);margin-bottom:0;padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.ns-bs5 .card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.ns-bs5 .card-footer{background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.ns-bs5 .card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.ns-bs5 .card-header-tabs{border-bottom:0;margin-bottom:calc(var(--bs-card-cap-padding-y)*-1);margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.ns-bs5 .card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.ns-bs5 .card-header-pills{margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.ns-bs5 .card-img-overlay{border-radius:var(--bs-card-inner-border-radius);bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);position:absolute;right:0;top:0}.ns-bs5 .card-img,.ns-bs5 .card-img-bottom,.ns-bs5 .card-img-top{width:100%}.ns-bs5 .card-img,.ns-bs5 .card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.ns-bs5 .card-img,.ns-bs5 .card-img-bottom{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius)}.ns-bs5 .card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.ns-bs5 .card-group{display:flex;flex-flow:row wrap}.ns-bs5 .card-group>.card{flex:1 0 0%;margin-bottom:0}.ns-bs5 .card-group>.card+.card{border-left:0;margin-left:0}.ns-bs5 .card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.ns-bs5 .card-group>.card:not(:last-child) .card-header,.ns-bs5 .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.ns-bs5 .card-group>.card:not(:last-child) .card-footer,.ns-bs5 .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.ns-bs5 .card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.ns-bs5 .card-group>.card:not(:first-child) .card-header,.ns-bs5 .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.ns-bs5 .card-group>.card:not(:first-child) .card-footer,.ns-bs5 .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.ns-bs5 .accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--bs-accordion-btn-focus-border-color:#86b7fe;--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13,110,253,.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.ns-bs5 .accordion-button{align-items:center;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;color:var(--bs-accordion-btn-color);display:flex;font-size:1rem;overflow-anchor:none;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);position:relative;text-align:left;transition:var(--bs-accordion-transition);width:100%}@media (prefers-reduced-motion:reduce){.ns-bs5 .accordion-button{transition:none}}.ns-bs5 .accordion-button:not(.collapsed){background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);color:var(--bs-accordion-active-color)}.ns-bs5 .accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.ns-bs5 .accordion-button:after{background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);content:"";flex-shrink:0;height:var(--bs-accordion-btn-icon-width);margin-left:auto;transition:var(--bs-accordion-btn-icon-transition);width:var(--bs-accordion-btn-icon-width)}@media (prefers-reduced-motion:reduce){.ns-bs5 .accordion-button:after{transition:none}}.ns-bs5 .accordion-button:hover{z-index:2}.ns-bs5 .accordion-button:focus{border-color:var(--bs-accordion-btn-focus-border-color);box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0;z-index:3}.ns-bs5 .accordion-header{margin-bottom:0}.ns-bs5 .accordion-item{background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);color:var(--bs-accordion-color)}.ns-bs5 .accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.ns-bs5 .accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.ns-bs5 .accordion-item:not(:first-of-type){border-top:0}.ns-bs5 .accordion-item:last-of-type{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.ns-bs5 .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:var(--bs-accordion-inner-border-radius);border-bottom-right-radius:var(--bs-accordion-inner-border-radius)}.ns-bs5 .accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.ns-bs5 .accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.ns-bs5 .accordion-flush .accordion-collapse{border-width:0}.ns-bs5 .accordion-flush .accordion-item{border-left:0;border-radius:0;border-right:0}.ns-bs5 .accordion-flush .accordion-item:first-child{border-top:0}.ns-bs5 .accordion-flush .accordion-item:last-child{border-bottom:0}.ns-bs5 .accordion-flush .accordion-item .accordion-button,.ns-bs5 .accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.ns-bs5 [data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.ns-bs5 .breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg:;--bs-breadcrumb-border-radius:;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);display:flex;flex-wrap:wrap;font-size:var(--bs-breadcrumb-font-size);list-style:none;margin-bottom:var(--bs-breadcrumb-margin-bottom);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)}.ns-bs5 .breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.ns-bs5 .breadcrumb-item+.breadcrumb-item:before{color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:var(--bs-breadcrumb-item-padding-x)}.ns-bs5 .breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.ns-bs5 .pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13,110,253,.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;list-style:none;padding-left:0}.ns-bs5 .page-link{background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);color:var(--bs-pagination-color);display:block;font-size:var(--bs-pagination-font-size);padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);position:relative;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .page-link{transition:none}}.ns-bs5 .page-link:hover{background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color);color:var(--bs-pagination-hover-color);z-index:2}.ns-bs5 .page-link:focus{background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);color:var(--bs-pagination-focus-color);outline:0;z-index:3}.active>.ns-bs5 .page-link,.ns-bs5 .page-link.active{background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color);color:var(--bs-pagination-active-color);z-index:3}.disabled>.ns-bs5 .page-link,.ns-bs5 .page-link.disabled{background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color);color:var(--bs-pagination-disabled-color);pointer-events:none}.ns-bs5 .page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.ns-bs5 .page-item:first-child .page-link{border-bottom-left-radius:var(--bs-pagination-border-radius);border-top-left-radius:var(--bs-pagination-border-radius)}.ns-bs5 .page-item:last-child .page-link{border-bottom-right-radius:var(--bs-pagination-border-radius);border-top-right-radius:var(--bs-pagination-border-radius)}.ns-bs5 .pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.ns-bs5 .pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.ns-bs5 .badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);border-radius:var(--bs-badge-border-radius);color:var(--bs-badge-color);display:inline-block;font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);text-align:center;vertical-align:baseline;white-space:nowrap}.ns-bs5 .badge:empty{display:none}.ns-bs5 .btn .badge{position:relative;top:-1px}.ns-bs5 .alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.ns-bs5 .alert-heading{color:inherit}.ns-bs5 .alert-link{color:var(--bs-alert-link-color);font-weight:700}.ns-bs5 .alert-dismissible{padding-right:3rem}.ns-bs5 .alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.ns-bs5 .alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.ns-bs5 .alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.ns-bs5 .alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.ns-bs5 .alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.ns-bs5 .alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.ns-bs5 .alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.ns-bs5 .alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.ns-bs5 .alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.ns-bs5 .progress,.ns-bs5 .progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius);display:flex;font-size:var(--bs-progress-font-size);height:var(--bs-progress-height);overflow:hidden}.ns-bs5 .progress-bar{background-color:var(--bs-progress-bar-bg);color:var(--bs-progress-bar-color);display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:var(--bs-progress-bar-transition);white-space:nowrap}@media (prefers-reduced-motion:reduce){.ns-bs5 .progress-bar{transition:none}}.ns-bs5 .progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.ns-bs5 .progress-stacked>.progress{overflow:visible}.ns-bs5 .progress-stacked>.progress>.progress-bar{width:100%}.ns-bs5 .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.ns-bs5 .progress-bar-animated{animation:none}}.ns-bs5 .list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;border-radius:var(--bs-list-group-border-radius);display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.ns-bs5 .list-group-numbered{counter-reset:section;list-style-type:none}.ns-bs5 .list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.ns-bs5 .list-group-item-action{color:var(--bs-list-group-action-color);text-align:inherit;width:100%}.ns-bs5 .list-group-item-action:focus,.ns-bs5 .list-group-item-action:hover{background-color:var(--bs-list-group-action-hover-bg);color:var(--bs-list-group-action-hover-color);text-decoration:none;z-index:1}.ns-bs5 .list-group-item-action:active{background-color:var(--bs-list-group-action-active-bg);color:var(--bs-list-group-action-active-color)}.ns-bs5 .list-group-item{background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);color:var(--bs-list-group-color);display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);position:relative;text-decoration:none}.ns-bs5 .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.ns-bs5 .list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.ns-bs5 .list-group-item.disabled,.ns-bs5 .list-group-item:disabled{background-color:var(--bs-list-group-disabled-bg);color:var(--bs-list-group-disabled-color);pointer-events:none}.ns-bs5 .list-group-item.active{background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color);color:var(--bs-list-group-active-color);z-index:2}.ns-bs5 .list-group-item+.list-group-item{border-top-width:0}.ns-bs5 .list-group-item+.list-group-item.active{border-top-width:var(--bs-list-group-border-width);margin-top:calc(var(--bs-list-group-border-width)*-1)}.ns-bs5 .list-group-horizontal{flex-direction:row}.ns-bs5 .list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.ns-bs5 .list-group-horizontal>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.ns-bs5 .list-group-horizontal>.list-group-item.active{margin-top:0}.ns-bs5 .list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.ns-bs5 .list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}@media (min-width:576px){.ns-bs5 .list-group-horizontal-sm{flex-direction:row}.ns-bs5 .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.ns-bs5 .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.ns-bs5 .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.ns-bs5 .list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.ns-bs5 .list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:768px){.ns-bs5 .list-group-horizontal-md{flex-direction:row}.ns-bs5 .list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.ns-bs5 .list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.ns-bs5 .list-group-horizontal-md>.list-group-item.active{margin-top:0}.ns-bs5 .list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.ns-bs5 .list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:992px){.ns-bs5 .list-group-horizontal-lg{flex-direction:row}.ns-bs5 .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.ns-bs5 .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.ns-bs5 .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.ns-bs5 .list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.ns-bs5 .list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1200px){.ns-bs5 .list-group-horizontal-xl{flex-direction:row}.ns-bs5 .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.ns-bs5 .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.ns-bs5 .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.ns-bs5 .list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.ns-bs5 .list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1400px){.ns-bs5 .list-group-horizontal-xxl{flex-direction:row}.ns-bs5 .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.ns-bs5 .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.ns-bs5 .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.ns-bs5 .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.ns-bs5 .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}.ns-bs5 .list-group-flush{border-radius:0}.ns-bs5 .list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.ns-bs5 .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.ns-bs5 .list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.ns-bs5 .list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.ns-bs5 .list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.ns-bs5 .list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.ns-bs5 .list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.ns-bs5 .list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.ns-bs5 .list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.ns-bs5 .list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.ns-bs5 .btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13,110,253,.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;box-sizing:content-box;color:var(--bs-btn-close-color);height:1em;opacity:var(--bs-btn-close-opacity);padding:.25em;width:1em}.ns-bs5 .btn-close:hover{color:var(--bs-btn-close-color);opacity:var(--bs-btn-close-hover-opacity);text-decoration:none}.ns-bs5 .btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.ns-bs5 .btn-close.disabled,.ns-bs5 .btn-close:disabled{opacity:var(--bs-btn-close-disabled-opacity);pointer-events:none;user-select:none}.ns-bs5 .btn-close-white,.ns-bs5 [data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.ns-bs5 .toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color:;--bs-toast-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);background-clip:padding-box;background-color:var(--bs-toast-bg);border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);border-radius:var(--bs-toast-border-radius);box-shadow:var(--bs-toast-box-shadow);color:var(--bs-toast-color);font-size:var(--bs-toast-font-size);max-width:100%;pointer-events:auto;width:var(--bs-toast-max-width)}.ns-bs5 .toast.showing{opacity:0}.ns-bs5 .toast:not(.show){display:none}.ns-bs5 .toast-container{--bs-toast-zindex:1090;max-width:100%;pointer-events:none;position:absolute;width:max-content;z-index:var(--bs-toast-zindex)}.ns-bs5 .toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.ns-bs5 .toast-header{align-items:center;background-clip:padding-box;background-color:var(--bs-toast-header-bg);border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));color:var(--bs-toast-header-color);display:flex;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x)}.ns-bs5 .toast-header .btn-close{margin-left:var(--bs-toast-padding-x);margin-right:calc(var(--bs-toast-padding-x)*-.5)}.ns-bs5 .toast-body{word-wrap:break-word;padding:var(--bs-toast-padding-x)}.ns-bs5 .modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg:;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--bs-modal-zindex)}.ns-bs5 .modal-dialog{margin:var(--bs-modal-margin);pointer-events:none;position:relative;width:auto}.modal.fade .ns-bs5 .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .ns-bs5 .modal-dialog{transition:none}}.modal.show .ns-bs5 .modal-dialog{transform:none}.modal.modal-static .ns-bs5 .modal-dialog{transform:scale(1.02)}.ns-bs5 .modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.ns-bs5 .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.ns-bs5 .modal-dialog-scrollable .modal-body{overflow-y:auto}.ns-bs5 .modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - var(--bs-modal-margin)*2)}.ns-bs5 .modal-content{background-clip:padding-box;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);color:var(--bs-modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.ns-bs5 .modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;background-color:var(--bs-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--bs-backdrop-zindex)}.ns-bs5 .modal-backdrop.fade{opacity:0}.ns-bs5 .modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.ns-bs5 .modal-header{align-items:center;border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);display:flex;flex-shrink:0;justify-content:space-between;padding:var(--bs-modal-header-padding)}.ns-bs5 .modal-header .btn-close{margin:calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)}.ns-bs5 .modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.ns-bs5 .modal-body{flex:1 1 auto;padding:var(--bs-modal-padding);position:relative}.ns-bs5 .modal-footer{align-items:center;background-color:var(--bs-modal-footer-bg);border-bottom-left-radius:var(--bs-modal-inner-border-radius);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)}.ns-bs5 .modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media (min-width:576px){.ns-bs5 .modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.ns-bs5 .modal-dialog{margin-left:auto;margin-right:auto;max-width:var(--bs-modal-width)}.ns-bs5 .modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.ns-bs5 .modal-lg,.ns-bs5 .modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.ns-bs5 .modal-xl{--bs-modal-width:1140px}}.ns-bs5 .modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.ns-bs5 .modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.ns-bs5 .modal-fullscreen .modal-footer,.ns-bs5 .modal-fullscreen .modal-header{border-radius:0}.ns-bs5 .modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.ns-bs5 .modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.ns-bs5 .modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.ns-bs5 .modal-fullscreen-sm-down .modal-footer,.ns-bs5 .modal-fullscreen-sm-down .modal-header{border-radius:0}.ns-bs5 .modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.ns-bs5 .modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.ns-bs5 .modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.ns-bs5 .modal-fullscreen-md-down .modal-footer,.ns-bs5 .modal-fullscreen-md-down .modal-header{border-radius:0}.ns-bs5 .modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.ns-bs5 .modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.ns-bs5 .modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.ns-bs5 .modal-fullscreen-lg-down .modal-footer,.ns-bs5 .modal-fullscreen-lg-down .modal-header{border-radius:0}.ns-bs5 .modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.ns-bs5 .modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.ns-bs5 .modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.ns-bs5 .modal-fullscreen-xl-down .modal-footer,.ns-bs5 .modal-fullscreen-xl-down .modal-header{border-radius:0}.ns-bs5 .modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.ns-bs5 .modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.ns-bs5 .modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.ns-bs5 .modal-fullscreen-xxl-down .modal-footer,.ns-bs5 .modal-fullscreen-xxl-down .modal-header{border-radius:0}.ns-bs5 .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.ns-bs5 .tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin:;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;word-wrap:break-word;display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-tooltip-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:var(--bs-tooltip-margin);opacity:0;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-tooltip-zindex)}.ns-bs5 .tooltip.show{opacity:var(--bs-tooltip-opacity)}.ns-bs5 .tooltip .tooltip-arrow{display:block;height:var(--bs-tooltip-arrow-height);width:var(--bs-tooltip-arrow-width)}.ns-bs5 .tooltip .tooltip-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.ns-bs5 .bs-tooltip-top .tooltip-arrow{bottom:calc(var(--bs-tooltip-arrow-height)*-1)}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.ns-bs5 .bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--bs-tooltip-bg);border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;top:-1px}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.ns-bs5 .bs-tooltip-end .tooltip-arrow{height:var(--bs-tooltip-arrow-width);left:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.ns-bs5 .bs-tooltip-end .tooltip-arrow:before{border-right-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;right:-1px}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.ns-bs5 .bs-tooltip-bottom .tooltip-arrow{top:calc(var(--bs-tooltip-arrow-height)*-1)}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.ns-bs5 .bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:var(--bs-tooltip-bg);border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);bottom:-1px}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.ns-bs5 .bs-tooltip-start .tooltip-arrow{height:var(--bs-tooltip-arrow-width);right:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.ns-bs5 .bs-tooltip-start .tooltip-arrow:before{border-left-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);left:-1px}.ns-bs5 .tooltip-inner{background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius);color:var(--bs-tooltip-color);max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);text-align:center}.ns-bs5 .popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);word-wrap:break-word;background-clip:padding-box;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius);display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-popover-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:var(--bs-popover-max-width);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-popover-zindex)}.ns-bs5 .popover .popover-arrow{display:block;height:var(--bs-popover-arrow-height);width:var(--bs-popover-arrow-width)}.ns-bs5 .popover .popover-arrow:after,.ns-bs5 .popover .popover-arrow:before{border:0 solid transparent;content:"";display:block;position:absolute}.ns-bs5 .bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.ns-bs5 .bs-popover-top>.popover-arrow{bottom:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.ns-bs5 .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.ns-bs5 .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.ns-bs5 .bs-popover-top>.popover-arrow:after,.ns-bs5 .bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.ns-bs5 .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.ns-bs5 .bs-popover-top>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.ns-bs5 .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.ns-bs5 .bs-popover-top>.popover-arrow:after{border-top-color:var(--bs-popover-bg);bottom:var(--bs-popover-border-width)}.ns-bs5 .bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.ns-bs5 .bs-popover-end>.popover-arrow{height:var(--bs-popover-arrow-width);left:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.ns-bs5 .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.ns-bs5 .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.ns-bs5 .bs-popover-end>.popover-arrow:after,.ns-bs5 .bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.ns-bs5 .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.ns-bs5 .bs-popover-end>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.ns-bs5 .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.ns-bs5 .bs-popover-end>.popover-arrow:after{border-right-color:var(--bs-popover-bg);left:var(--bs-popover-border-width)}.ns-bs5 .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.ns-bs5 .bs-popover-bottom>.popover-arrow{top:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.ns-bs5 .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.ns-bs5 .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.ns-bs5 .bs-popover-bottom>.popover-arrow:after,.ns-bs5 .bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.ns-bs5 .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.ns-bs5 .bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.ns-bs5 .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.ns-bs5 .bs-popover-bottom>.popover-arrow:after{border-bottom-color:var(--bs-popover-bg);top:var(--bs-popover-border-width)}.ns-bs5 .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.ns-bs5 .bs-popover-bottom .popover-header:before{border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);content:"";display:block;left:50%;margin-left:calc(var(--bs-popover-arrow-width)*-.5);position:absolute;top:0;width:var(--bs-popover-arrow-width)}.ns-bs5 .bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.ns-bs5 .bs-popover-start>.popover-arrow{height:var(--bs-popover-arrow-width);right:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.ns-bs5 .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.ns-bs5 .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.ns-bs5 .bs-popover-start>.popover-arrow:after,.ns-bs5 .bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.ns-bs5 .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.ns-bs5 .bs-popover-start>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.ns-bs5 .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.ns-bs5 .bs-popover-start>.popover-arrow:after{border-left-color:var(--bs-popover-bg);right:var(--bs-popover-border-width)}.ns-bs5 .popover-header{background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius);color:var(--bs-popover-header-color);font-size:var(--bs-popover-header-font-size);margin-bottom:0;padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)}.ns-bs5 .popover-header:empty{display:none}.ns-bs5 .popover-body{color:var(--bs-popover-body-color);padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)}.ns-bs5 .carousel{position:relative}.ns-bs5 .carousel.pointer-event{touch-action:pan-y}.ns-bs5 .carousel-inner{overflow:hidden;position:relative;width:100%}.ns-bs5 .carousel-inner:after{clear:both;content:"";display:block}.ns-bs5 .carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.ns-bs5 .carousel-item{transition:none}}.ns-bs5 .carousel-item-next,.ns-bs5 .carousel-item-prev,.ns-bs5 .carousel-item.active{display:block}.ns-bs5 .active.carousel-item-end,.ns-bs5 .carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.ns-bs5 .active.carousel-item-start,.ns-bs5 .carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.ns-bs5 .carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.ns-bs5 .carousel-fade .carousel-item-next.carousel-item-start,.ns-bs5 .carousel-fade .carousel-item-prev.carousel-item-end,.ns-bs5 .carousel-fade .carousel-item.active{opacity:1;z-index:1}.ns-bs5 .carousel-fade .active.carousel-item-end,.ns-bs5 .carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.ns-bs5 .carousel-fade .active.carousel-item-end,.ns-bs5 .carousel-fade .active.carousel-item-start{transition:none}}.ns-bs5 .carousel-control-next,.ns-bs5 .carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.ns-bs5 .carousel-control-next,.ns-bs5 .carousel-control-prev{transition:none}}.ns-bs5 .carousel-control-next:focus,.ns-bs5 .carousel-control-next:hover,.ns-bs5 .carousel-control-prev:focus,.ns-bs5 .carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.ns-bs5 .carousel-control-prev{left:0}.ns-bs5 .carousel-control-next{right:0}.ns-bs5 .carousel-control-next-icon,.ns-bs5 .carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.ns-bs5 .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.ns-bs5 .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.ns-bs5 .carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;position:absolute;right:0;z-index:2}.ns-bs5 .carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.ns-bs5 .carousel-indicators [data-bs-target]{transition:none}}.ns-bs5 .carousel-indicators .active{opacity:1}.ns-bs5 .carousel-caption{bottom:1.25rem;color:#fff;left:15%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:15%;text-align:center}.ns-bs5 .carousel-dark .carousel-control-next-icon,.ns-bs5 .carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.ns-bs5 .carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.ns-bs5 .carousel-dark .carousel-caption{color:#000}.ns-bs5 [data-bs-theme=dark] .carousel .carousel-control-next-icon,.ns-bs5 [data-bs-theme=dark] .carousel .carousel-control-prev-icon,.ns-bs5 [data-bs-theme=dark].carousel .carousel-control-next-icon,.ns-bs5 [data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.ns-bs5 [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],.ns-bs5 [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}.ns-bs5 [data-bs-theme=dark] .carousel .carousel-caption,.ns-bs5 [data-bs-theme=dark].carousel .carousel-caption{color:#000}.ns-bs5 .spinner-border,.ns-bs5 .spinner-grow{animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;display:inline-block;height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);width:var(--bs-spinner-width)}@keyframes spinner-border{to{transform:rotate(1turn)}}.ns-bs5 .spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid transparent}.ns-bs5 .spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.ns-bs5 .spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.ns-bs5 .spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.ns-bs5 .spinner-border,.ns-bs5 .spinner-grow{--bs-spinner-animation-speed:1.5s}}.ns-bs5 .offcanvas,.ns-bs5 .offcanvas-lg,.ns-bs5 .offcanvas-md,.ns-bs5 .offcanvas-sm,.ns-bs5 .offcanvas-xl,.ns-bs5 .offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (max-width:575.98px){.ns-bs5 .offcanvas-sm{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.ns-bs5 .offcanvas-sm{transition:none}}@media (max-width:575.98px){.ns-bs5 .offcanvas-sm.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.ns-bs5 .offcanvas-sm.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.ns-bs5 .offcanvas-sm.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.ns-bs5 .offcanvas-sm.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.ns-bs5 .offcanvas-sm.show:not(.hiding),.ns-bs5 .offcanvas-sm.showing{transform:none}.ns-bs5 .offcanvas-sm.hiding,.ns-bs5 .offcanvas-sm.show,.ns-bs5 .offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.ns-bs5 .offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.ns-bs5 .offcanvas-sm .offcanvas-header{display:none}.ns-bs5 .offcanvas-sm .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:767.98px){.ns-bs5 .offcanvas-md{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.ns-bs5 .offcanvas-md{transition:none}}@media (max-width:767.98px){.ns-bs5 .offcanvas-md.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.ns-bs5 .offcanvas-md.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.ns-bs5 .offcanvas-md.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.ns-bs5 .offcanvas-md.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.ns-bs5 .offcanvas-md.show:not(.hiding),.ns-bs5 .offcanvas-md.showing{transform:none}.ns-bs5 .offcanvas-md.hiding,.ns-bs5 .offcanvas-md.show,.ns-bs5 .offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.ns-bs5 .offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.ns-bs5 .offcanvas-md .offcanvas-header{display:none}.ns-bs5 .offcanvas-md .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:991.98px){.ns-bs5 .offcanvas-lg{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.ns-bs5 .offcanvas-lg{transition:none}}@media (max-width:991.98px){.ns-bs5 .offcanvas-lg.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.ns-bs5 .offcanvas-lg.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.ns-bs5 .offcanvas-lg.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.ns-bs5 .offcanvas-lg.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.ns-bs5 .offcanvas-lg.show:not(.hiding),.ns-bs5 .offcanvas-lg.showing{transform:none}.ns-bs5 .offcanvas-lg.hiding,.ns-bs5 .offcanvas-lg.show,.ns-bs5 .offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.ns-bs5 .offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.ns-bs5 .offcanvas-lg .offcanvas-header{display:none}.ns-bs5 .offcanvas-lg .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1199.98px){.ns-bs5 .offcanvas-xl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.ns-bs5 .offcanvas-xl{transition:none}}@media (max-width:1199.98px){.ns-bs5 .offcanvas-xl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.ns-bs5 .offcanvas-xl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.ns-bs5 .offcanvas-xl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.ns-bs5 .offcanvas-xl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.ns-bs5 .offcanvas-xl.show:not(.hiding),.ns-bs5 .offcanvas-xl.showing{transform:none}.ns-bs5 .offcanvas-xl.hiding,.ns-bs5 .offcanvas-xl.show,.ns-bs5 .offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.ns-bs5 .offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.ns-bs5 .offcanvas-xl .offcanvas-header{display:none}.ns-bs5 .offcanvas-xl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1399.98px){.ns-bs5 .offcanvas-xxl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.ns-bs5 .offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.ns-bs5 .offcanvas-xxl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.ns-bs5 .offcanvas-xxl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.ns-bs5 .offcanvas-xxl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.ns-bs5 .offcanvas-xxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.ns-bs5 .offcanvas-xxl.show:not(.hiding),.ns-bs5 .offcanvas-xxl.showing{transform:none}.ns-bs5 .offcanvas-xxl.hiding,.ns-bs5 .offcanvas-xxl.show,.ns-bs5 .offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.ns-bs5 .offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.ns-bs5 .offcanvas-xxl .offcanvas-header{display:none}.ns-bs5 .offcanvas-xxl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}.ns-bs5 .offcanvas{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}@media (prefers-reduced-motion:reduce){.ns-bs5 .offcanvas{transition:none}}.ns-bs5 .offcanvas.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.ns-bs5 .offcanvas.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.ns-bs5 .offcanvas.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.ns-bs5 .offcanvas.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.ns-bs5 .offcanvas.show:not(.hiding),.ns-bs5 .offcanvas.showing{transform:none}.ns-bs5 .offcanvas.hiding,.ns-bs5 .offcanvas.show,.ns-bs5 .offcanvas.showing{visibility:visible}.ns-bs5 .offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.ns-bs5 .offcanvas-backdrop.fade{opacity:0}.ns-bs5 .offcanvas-backdrop.show{opacity:.5}.ns-bs5 .offcanvas-header{align-items:center;display:flex;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.ns-bs5 .offcanvas-header .btn-close{margin-bottom:calc(var(--bs-offcanvas-padding-y)*-.5);margin-right:calc(var(--bs-offcanvas-padding-x)*-.5);margin-top:calc(var(--bs-offcanvas-padding-y)*-.5);padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)}.ns-bs5 .offcanvas-title{line-height:var(--bs-offcanvas-title-line-height);margin-bottom:0}.ns-bs5 .offcanvas-body{flex-grow:1;overflow-y:auto;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.ns-bs5 .placeholder{background-color:currentcolor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.ns-bs5 .placeholder.btn:before{content:"";display:inline-block}.ns-bs5 .placeholder-xs{min-height:.6em}.ns-bs5 .placeholder-sm{min-height:.8em}.ns-bs5 .placeholder-lg{min-height:1.2em}.ns-bs5 .placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.ns-bs5 .placeholder-wave{animation:placeholder-wave 2s linear infinite;mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-size:200% 100%}@keyframes placeholder-wave{to{mask-position:-200% 0}}.ns-bs5 .clearfix:after{clear:both;content:"";display:block}.ns-bs5 .text-bg-primary{background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.ns-bs5 .text-bg-secondary{background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.ns-bs5 .text-bg-success{background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.ns-bs5 .text-bg-info{background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.ns-bs5 .text-bg-warning{background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.ns-bs5 .text-bg-danger{background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.ns-bs5 .text-bg-light{background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.ns-bs5 .text-bg-dark{background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.ns-bs5 .link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-primary:focus,.ns-bs5 .link-primary:hover{color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-secondary:focus,.ns-bs5 .link-secondary:hover{color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-success:focus,.ns-bs5 .link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-info:focus,.ns-bs5 .link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-warning:focus,.ns-bs5 .link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-danger:focus,.ns-bs5 .link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-light:focus,.ns-bs5 .link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-dark:focus,.ns-bs5 .link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-body-emphasis:focus,.ns-bs5 .link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.ns-bs5 .focus-ring:focus{box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);outline:0}.ns-bs5 .icon-link{align-items:center;backface-visibility:hidden;display:inline-flex;gap:.375rem;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em}.ns-bs5 .icon-link>.bi{fill:currentcolor;flex-shrink:0;height:1em;transition:transform .2s ease-in-out;width:1em}@media (prefers-reduced-motion:reduce){.ns-bs5 .icon-link>.bi{transition:none}}.ns-bs5 .icon-link-hover:focus-visible>.bi,.ns-bs5 .icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ns-bs5 .ratio{position:relative;width:100%}.ns-bs5 .ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ns-bs5 .ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ns-bs5 .ratio-1x1{--bs-aspect-ratio:100%}.ns-bs5 .ratio-4x3{--bs-aspect-ratio:75%}.ns-bs5 .ratio-16x9{--bs-aspect-ratio:56.25%}.ns-bs5 .ratio-21x9{--bs-aspect-ratio:42.8571428571%}.ns-bs5 .fixed-top{top:0}.ns-bs5 .fixed-bottom,.ns-bs5 .fixed-top{left:0;position:fixed;right:0;z-index:1030}.ns-bs5 .fixed-bottom{bottom:0}.ns-bs5 .sticky-top{position:sticky;top:0;z-index:1020}.ns-bs5 .sticky-bottom{bottom:0;position:sticky;z-index:1020}@media (min-width:576px){.ns-bs5 .sticky-sm-top{position:sticky;top:0;z-index:1020}.ns-bs5 .sticky-sm-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:768px){.ns-bs5 .sticky-md-top{position:sticky;top:0;z-index:1020}.ns-bs5 .sticky-md-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:992px){.ns-bs5 .sticky-lg-top{position:sticky;top:0;z-index:1020}.ns-bs5 .sticky-lg-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1200px){.ns-bs5 .sticky-xl-top{position:sticky;top:0;z-index:1020}.ns-bs5 .sticky-xl-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1400px){.ns-bs5 .sticky-xxl-top{position:sticky;top:0;z-index:1020}.ns-bs5 .sticky-xxl-bottom{bottom:0;position:sticky;z-index:1020}}.ns-bs5 .hstack{align-items:center;align-self:stretch;display:flex;flex-direction:row}.ns-bs5 .vstack{align-self:stretch;display:flex;flex:1 1 auto;flex-direction:column}.ns-bs5 .visually-hidden,.ns-bs5 .visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;white-space:nowrap!important;width:1px!important}.ns-bs5 .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.ns-bs5 .visually-hidden:not(caption){position:absolute!important}.ns-bs5 .stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.ns-bs5 .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ns-bs5 .vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:var(--bs-border-width)}.ns-bs5 .align-baseline{vertical-align:baseline!important}.ns-bs5 .align-top{vertical-align:top!important}.ns-bs5 .align-middle{vertical-align:middle!important}.ns-bs5 .align-bottom{vertical-align:bottom!important}.ns-bs5 .align-text-bottom{vertical-align:text-bottom!important}.ns-bs5 .align-text-top{vertical-align:text-top!important}.ns-bs5 .float-start{float:left!important}.ns-bs5 .float-end{float:right!important}.ns-bs5 .float-none{float:none!important}.ns-bs5 .object-fit-contain{object-fit:contain!important}.ns-bs5 .object-fit-cover{object-fit:cover!important}.ns-bs5 .object-fit-fill{object-fit:fill!important}.ns-bs5 .object-fit-scale{object-fit:scale-down!important}.ns-bs5 .object-fit-none{object-fit:none!important}.ns-bs5 .opacity-0{opacity:0!important}.ns-bs5 .opacity-25{opacity:.25!important}.ns-bs5 .opacity-50{opacity:.5!important}.ns-bs5 .opacity-75{opacity:.75!important}.ns-bs5 .opacity-100{opacity:1!important}.ns-bs5 .overflow-auto{overflow:auto!important}.ns-bs5 .overflow-hidden{overflow:hidden!important}.ns-bs5 .overflow-visible{overflow:visible!important}.ns-bs5 .overflow-scroll{overflow:scroll!important}.ns-bs5 .overflow-x-auto{overflow-x:auto!important}.ns-bs5 .overflow-x-hidden{overflow-x:hidden!important}.ns-bs5 .overflow-x-visible{overflow-x:visible!important}.ns-bs5 .overflow-x-scroll{overflow-x:scroll!important}.ns-bs5 .overflow-y-auto{overflow-y:auto!important}.ns-bs5 .overflow-y-hidden{overflow-y:hidden!important}.ns-bs5 .overflow-y-visible{overflow-y:visible!important}.ns-bs5 .overflow-y-scroll{overflow-y:scroll!important}.ns-bs5 .d-inline{display:inline!important}.ns-bs5 .d-inline-block{display:inline-block!important}.ns-bs5 .d-block{display:block!important}.ns-bs5 .d-grid{display:grid!important}.ns-bs5 .d-inline-grid{display:inline-grid!important}.ns-bs5 .d-table{display:table!important}.ns-bs5 .d-table-row{display:table-row!important}.ns-bs5 .d-table-cell{display:table-cell!important}.ns-bs5 .d-flex{display:flex!important}.ns-bs5 .d-inline-flex{display:inline-flex!important}.ns-bs5 .d-none{display:none!important}.ns-bs5 .shadow{box-shadow:var(--bs-box-shadow)!important}.ns-bs5 .shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.ns-bs5 .shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.ns-bs5 .shadow-none{box-shadow:none!important}.ns-bs5 .focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))}.ns-bs5 .focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))}.ns-bs5 .focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))}.ns-bs5 .focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))}.ns-bs5 .focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))}.ns-bs5 .focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))}.ns-bs5 .focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))}.ns-bs5 .focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))}.ns-bs5 .position-static{position:static!important}.ns-bs5 .position-relative{position:relative!important}.ns-bs5 .position-absolute{position:absolute!important}.ns-bs5 .position-fixed{position:fixed!important}.ns-bs5 .position-sticky{position:sticky!important}.ns-bs5 .top-0{top:0!important}.ns-bs5 .top-50{top:50%!important}.ns-bs5 .top-100{top:100%!important}.ns-bs5 .bottom-0{bottom:0!important}.ns-bs5 .bottom-50{bottom:50%!important}.ns-bs5 .bottom-100{bottom:100%!important}.ns-bs5 .start-0{left:0!important}.ns-bs5 .start-50{left:50%!important}.ns-bs5 .start-100{left:100%!important}.ns-bs5 .end-0{right:0!important}.ns-bs5 .end-50{right:50%!important}.ns-bs5 .end-100{right:100%!important}.ns-bs5 .translate-middle{transform:translate(-50%,-50%)!important}.ns-bs5 .translate-middle-x{transform:translateX(-50%)!important}.ns-bs5 .translate-middle-y{transform:translateY(-50%)!important}.ns-bs5 .border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.ns-bs5 .border-0{border:0!important}.ns-bs5 .border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.ns-bs5 .border-top-0{border-top:0!important}.ns-bs5 .border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.ns-bs5 .border-end-0{border-right:0!important}.ns-bs5 .border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.ns-bs5 .border-bottom-0{border-bottom:0!important}.ns-bs5 .border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.ns-bs5 .border-start-0{border-left:0!important}.ns-bs5 .border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.ns-bs5 .border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.ns-bs5 .border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.ns-bs5 .border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.ns-bs5 .border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.ns-bs5 .border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.ns-bs5 .border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.ns-bs5 .border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.ns-bs5 .border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.ns-bs5 .border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.ns-bs5 .border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.ns-bs5 .border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.ns-bs5 .border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.ns-bs5 .border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.ns-bs5 .border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.ns-bs5 .border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.ns-bs5 .border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.ns-bs5 .border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.ns-bs5 .border-1{border-width:1px!important}.ns-bs5 .border-2{border-width:2px!important}.ns-bs5 .border-3{border-width:3px!important}.ns-bs5 .border-4{border-width:4px!important}.ns-bs5 .border-5{border-width:5px!important}.ns-bs5 .border-opacity-10{--bs-border-opacity:0.1}.ns-bs5 .border-opacity-25{--bs-border-opacity:0.25}.ns-bs5 .border-opacity-50{--bs-border-opacity:0.5}.ns-bs5 .border-opacity-75{--bs-border-opacity:0.75}.ns-bs5 .border-opacity-100{--bs-border-opacity:1}.ns-bs5 .w-25{width:25%!important}.ns-bs5 .w-50{width:50%!important}.ns-bs5 .w-75{width:75%!important}.ns-bs5 .w-100{width:100%!important}.ns-bs5 .w-auto{width:auto!important}.ns-bs5 .mw-100{max-width:100%!important}.ns-bs5 .vw-100{width:100vw!important}.ns-bs5 .min-vw-100{min-width:100vw!important}.ns-bs5 .h-25{height:25%!important}.ns-bs5 .h-50{height:50%!important}.ns-bs5 .h-75{height:75%!important}.ns-bs5 .h-100{height:100%!important}.ns-bs5 .h-auto{height:auto!important}.ns-bs5 .mh-100{max-height:100%!important}.ns-bs5 .vh-100{height:100vh!important}.ns-bs5 .min-vh-100{min-height:100vh!important}.ns-bs5 .flex-fill{flex:1 1 auto!important}.ns-bs5 .flex-row{flex-direction:row!important}.ns-bs5 .flex-column{flex-direction:column!important}.ns-bs5 .flex-row-reverse{flex-direction:row-reverse!important}.ns-bs5 .flex-column-reverse{flex-direction:column-reverse!important}.ns-bs5 .flex-grow-0{flex-grow:0!important}.ns-bs5 .flex-grow-1{flex-grow:1!important}.ns-bs5 .flex-shrink-0{flex-shrink:0!important}.ns-bs5 .flex-shrink-1{flex-shrink:1!important}.ns-bs5 .flex-wrap{flex-wrap:wrap!important}.ns-bs5 .flex-nowrap{flex-wrap:nowrap!important}.ns-bs5 .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.ns-bs5 .justify-content-start{justify-content:flex-start!important}.ns-bs5 .justify-content-end{justify-content:flex-end!important}.ns-bs5 .justify-content-center{justify-content:center!important}.ns-bs5 .justify-content-between{justify-content:space-between!important}.ns-bs5 .justify-content-around{justify-content:space-around!important}.ns-bs5 .justify-content-evenly{justify-content:space-evenly!important}.ns-bs5 .align-items-start{align-items:flex-start!important}.ns-bs5 .align-items-end{align-items:flex-end!important}.ns-bs5 .align-items-center{align-items:center!important}.ns-bs5 .align-items-baseline{align-items:baseline!important}.ns-bs5 .align-items-stretch{align-items:stretch!important}.ns-bs5 .align-content-start{align-content:flex-start!important}.ns-bs5 .align-content-end{align-content:flex-end!important}.ns-bs5 .align-content-center{align-content:center!important}.ns-bs5 .align-content-between{align-content:space-between!important}.ns-bs5 .align-content-around{align-content:space-around!important}.ns-bs5 .align-content-stretch{align-content:stretch!important}.ns-bs5 .align-self-auto{align-self:auto!important}.ns-bs5 .align-self-start{align-self:flex-start!important}.ns-bs5 .align-self-end{align-self:flex-end!important}.ns-bs5 .align-self-center{align-self:center!important}.ns-bs5 .align-self-baseline{align-self:baseline!important}.ns-bs5 .align-self-stretch{align-self:stretch!important}.ns-bs5 .order-first{order:-1!important}.ns-bs5 .order-0{order:0!important}.ns-bs5 .order-1{order:1!important}.ns-bs5 .order-2{order:2!important}.ns-bs5 .order-3{order:3!important}.ns-bs5 .order-4{order:4!important}.ns-bs5 .order-5{order:5!important}.ns-bs5 .order-last{order:6!important}.ns-bs5 .m-0{margin:0!important}.ns-bs5 .m-1{margin:.25rem!important}.ns-bs5 .m-2{margin:.5rem!important}.ns-bs5 .m-3{margin:1rem!important}.ns-bs5 .m-4{margin:1.5rem!important}.ns-bs5 .m-5{margin:3rem!important}.ns-bs5 .m-auto{margin:auto!important}.ns-bs5 .mx-0{margin-left:0!important;margin-right:0!important}.ns-bs5 .mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.ns-bs5 .mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.ns-bs5 .mx-3{margin-left:1rem!important;margin-right:1rem!important}.ns-bs5 .mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.ns-bs5 .mx-5{margin-left:3rem!important;margin-right:3rem!important}.ns-bs5 .mx-auto{margin-left:auto!important;margin-right:auto!important}.ns-bs5 .my-0{margin-bottom:0!important;margin-top:0!important}.ns-bs5 .my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.ns-bs5 .my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.ns-bs5 .my-3{margin-bottom:1rem!important;margin-top:1rem!important}.ns-bs5 .my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.ns-bs5 .my-5{margin-bottom:3rem!important;margin-top:3rem!important}.ns-bs5 .my-auto{margin-bottom:auto!important;margin-top:auto!important}.ns-bs5 .mt-0{margin-top:0!important}.ns-bs5 .mt-1{margin-top:.25rem!important}.ns-bs5 .mt-2{margin-top:.5rem!important}.ns-bs5 .mt-3{margin-top:1rem!important}.ns-bs5 .mt-4{margin-top:1.5rem!important}.ns-bs5 .mt-5{margin-top:3rem!important}.ns-bs5 .mt-auto{margin-top:auto!important}.ns-bs5 .me-0{margin-right:0!important}.ns-bs5 .me-1{margin-right:.25rem!important}.ns-bs5 .me-2{margin-right:.5rem!important}.ns-bs5 .me-3{margin-right:1rem!important}.ns-bs5 .me-4{margin-right:1.5rem!important}.ns-bs5 .me-5{margin-right:3rem!important}.ns-bs5 .me-auto{margin-right:auto!important}.ns-bs5 .mb-0{margin-bottom:0!important}.ns-bs5 .mb-1{margin-bottom:.25rem!important}.ns-bs5 .mb-2{margin-bottom:.5rem!important}.ns-bs5 .mb-3{margin-bottom:1rem!important}.ns-bs5 .mb-4{margin-bottom:1.5rem!important}.ns-bs5 .mb-5{margin-bottom:3rem!important}.ns-bs5 .mb-auto{margin-bottom:auto!important}.ns-bs5 .ms-0{margin-left:0!important}.ns-bs5 .ms-1{margin-left:.25rem!important}.ns-bs5 .ms-2{margin-left:.5rem!important}.ns-bs5 .ms-3{margin-left:1rem!important}.ns-bs5 .ms-4{margin-left:1.5rem!important}.ns-bs5 .ms-5{margin-left:3rem!important}.ns-bs5 .ms-auto{margin-left:auto!important}.ns-bs5 .p-0{padding:0!important}.ns-bs5 .p-1{padding:.25rem!important}.ns-bs5 .p-2{padding:.5rem!important}.ns-bs5 .p-3{padding:1rem!important}.ns-bs5 .p-4{padding:1.5rem!important}.ns-bs5 .p-5{padding:3rem!important}.ns-bs5 .px-0{padding-left:0!important;padding-right:0!important}.ns-bs5 .px-1{padding-left:.25rem!important;padding-right:.25rem!important}.ns-bs5 .px-2{padding-left:.5rem!important;padding-right:.5rem!important}.ns-bs5 .px-3{padding-left:1rem!important;padding-right:1rem!important}.ns-bs5 .px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.ns-bs5 .px-5{padding-left:3rem!important;padding-right:3rem!important}.ns-bs5 .py-0{padding-bottom:0!important;padding-top:0!important}.ns-bs5 .py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.ns-bs5 .py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.ns-bs5 .py-3{padding-bottom:1rem!important;padding-top:1rem!important}.ns-bs5 .py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.ns-bs5 .py-5{padding-bottom:3rem!important;padding-top:3rem!important}.ns-bs5 .pt-0{padding-top:0!important}.ns-bs5 .pt-1{padding-top:.25rem!important}.ns-bs5 .pt-2{padding-top:.5rem!important}.ns-bs5 .pt-3{padding-top:1rem!important}.ns-bs5 .pt-4{padding-top:1.5rem!important}.ns-bs5 .pt-5{padding-top:3rem!important}.ns-bs5 .pe-0{padding-right:0!important}.ns-bs5 .pe-1{padding-right:.25rem!important}.ns-bs5 .pe-2{padding-right:.5rem!important}.ns-bs5 .pe-3{padding-right:1rem!important}.ns-bs5 .pe-4{padding-right:1.5rem!important}.ns-bs5 .pe-5{padding-right:3rem!important}.ns-bs5 .pb-0{padding-bottom:0!important}.ns-bs5 .pb-1{padding-bottom:.25rem!important}.ns-bs5 .pb-2{padding-bottom:.5rem!important}.ns-bs5 .pb-3{padding-bottom:1rem!important}.ns-bs5 .pb-4{padding-bottom:1.5rem!important}.ns-bs5 .pb-5{padding-bottom:3rem!important}.ns-bs5 .ps-0{padding-left:0!important}.ns-bs5 .ps-1{padding-left:.25rem!important}.ns-bs5 .ps-2{padding-left:.5rem!important}.ns-bs5 .ps-3{padding-left:1rem!important}.ns-bs5 .ps-4{padding-left:1.5rem!important}.ns-bs5 .ps-5{padding-left:3rem!important}.ns-bs5 .gap-0{gap:0!important}.ns-bs5 .gap-1{gap:.25rem!important}.ns-bs5 .gap-2{gap:.5rem!important}.ns-bs5 .gap-3{gap:1rem!important}.ns-bs5 .gap-4{gap:1.5rem!important}.ns-bs5 .gap-5{gap:3rem!important}.ns-bs5 .row-gap-0{row-gap:0!important}.ns-bs5 .row-gap-1{row-gap:.25rem!important}.ns-bs5 .row-gap-2{row-gap:.5rem!important}.ns-bs5 .row-gap-3{row-gap:1rem!important}.ns-bs5 .row-gap-4{row-gap:1.5rem!important}.ns-bs5 .row-gap-5{row-gap:3rem!important}.ns-bs5 .column-gap-0{column-gap:0!important}.ns-bs5 .column-gap-1{column-gap:.25rem!important}.ns-bs5 .column-gap-2{column-gap:.5rem!important}.ns-bs5 .column-gap-3{column-gap:1rem!important}.ns-bs5 .column-gap-4{column-gap:1.5rem!important}.ns-bs5 .column-gap-5{column-gap:3rem!important}.ns-bs5 .font-monospace{font-family:var(--bs-font-monospace)!important}.ns-bs5 .fs-1{font-size:calc(1.375rem + 1.5vw)!important}.ns-bs5 .fs-2{font-size:calc(1.325rem + .9vw)!important}.ns-bs5 .fs-3{font-size:calc(1.3rem + .6vw)!important}.ns-bs5 .fs-4{font-size:calc(1.275rem + .3vw)!important}.ns-bs5 .fs-5{font-size:1.25rem!important}.ns-bs5 .fs-6{font-size:1rem!important}.ns-bs5 .fst-italic{font-style:italic!important}.ns-bs5 .fst-normal{font-style:normal!important}.ns-bs5 .fw-lighter{font-weight:lighter!important}.ns-bs5 .fw-light{font-weight:300!important}.ns-bs5 .fw-normal{font-weight:400!important}.ns-bs5 .fw-medium{font-weight:500!important}.ns-bs5 .fw-semibold{font-weight:600!important}.ns-bs5 .fw-bold{font-weight:700!important}.ns-bs5 .fw-bolder{font-weight:bolder!important}.ns-bs5 .lh-1{line-height:1!important}.ns-bs5 .lh-sm{line-height:1.25!important}.ns-bs5 .lh-base{line-height:1.5!important}.ns-bs5 .lh-lg{line-height:2!important}.ns-bs5 .text-start{text-align:left!important}.ns-bs5 .text-end{text-align:right!important}.ns-bs5 .text-center{text-align:center!important}.ns-bs5 .text-decoration-none{text-decoration:none!important}.ns-bs5 .text-decoration-underline{text-decoration:underline!important}.ns-bs5 .text-decoration-line-through{text-decoration:line-through!important}.ns-bs5 .text-lowercase{text-transform:lowercase!important}.ns-bs5 .text-uppercase{text-transform:uppercase!important}.ns-bs5 .text-capitalize{text-transform:capitalize!important}.ns-bs5 .text-wrap{white-space:normal!important}.ns-bs5 .text-nowrap{white-space:nowrap!important}.ns-bs5 .text-break{word-wrap:break-word!important;word-break:break-word!important}.ns-bs5 .text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.ns-bs5 .text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.ns-bs5 .text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.ns-bs5 .text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.ns-bs5 .text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.ns-bs5 .text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.ns-bs5 .text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.ns-bs5 .text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.ns-bs5 .text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.ns-bs5 .text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.ns-bs5 .text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.ns-bs5 .text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.ns-bs5 .text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.ns-bs5 .text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.ns-bs5 .text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.ns-bs5 .text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.ns-bs5 .text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.ns-bs5 .text-reset{--bs-text-opacity:1;color:inherit!important}.ns-bs5 .text-opacity-25{--bs-text-opacity:0.25}.ns-bs5 .text-opacity-50{--bs-text-opacity:0.5}.ns-bs5 .text-opacity-75{--bs-text-opacity:0.75}.ns-bs5 .text-opacity-100{--bs-text-opacity:1}.ns-bs5 .text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.ns-bs5 .text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.ns-bs5 .text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.ns-bs5 .text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.ns-bs5 .text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.ns-bs5 .text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.ns-bs5 .text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.ns-bs5 .text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.ns-bs5 .link-opacity-10,.ns-bs5 .link-opacity-10-hover:hover{--bs-link-opacity:0.1}.ns-bs5 .link-opacity-25,.ns-bs5 .link-opacity-25-hover:hover{--bs-link-opacity:0.25}.ns-bs5 .link-opacity-50,.ns-bs5 .link-opacity-50-hover:hover{--bs-link-opacity:0.5}.ns-bs5 .link-opacity-75,.ns-bs5 .link-opacity-75-hover:hover{--bs-link-opacity:0.75}.ns-bs5 .link-opacity-100,.ns-bs5 .link-opacity-100-hover:hover{--bs-link-opacity:1}.ns-bs5 .link-offset-1,.ns-bs5 .link-offset-1-hover:hover{text-underline-offset:.125em!important}.ns-bs5 .link-offset-2,.ns-bs5 .link-offset-2-hover:hover{text-underline-offset:.25em!important}.ns-bs5 .link-offset-3,.ns-bs5 .link-offset-3-hover:hover{text-underline-offset:.375em!important}.ns-bs5 .link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.ns-bs5 .link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.ns-bs5 .link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.ns-bs5 .link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.ns-bs5 .link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.ns-bs5 .link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.ns-bs5 .link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.ns-bs5 .link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.ns-bs5 .link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.ns-bs5 .link-underline-opacity-0,.ns-bs5 .link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.ns-bs5 .link-underline-opacity-10,.ns-bs5 .link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.ns-bs5 .link-underline-opacity-25,.ns-bs5 .link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.ns-bs5 .link-underline-opacity-50,.ns-bs5 .link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.ns-bs5 .link-underline-opacity-75,.ns-bs5 .link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.ns-bs5 .link-underline-opacity-100,.ns-bs5 .link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.ns-bs5 .bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.ns-bs5 .bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.ns-bs5 .bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.ns-bs5 .bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.ns-bs5 .bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.ns-bs5 .bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.ns-bs5 .bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.ns-bs5 .bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.ns-bs5 .bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.ns-bs5 .bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.ns-bs5 .bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.ns-bs5 .bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.ns-bs5 .bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.ns-bs5 .bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.ns-bs5 .bg-opacity-10{--bs-bg-opacity:0.1}.ns-bs5 .bg-opacity-25{--bs-bg-opacity:0.25}.ns-bs5 .bg-opacity-50{--bs-bg-opacity:0.5}.ns-bs5 .bg-opacity-75{--bs-bg-opacity:0.75}.ns-bs5 .bg-opacity-100{--bs-bg-opacity:1}.ns-bs5 .bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.ns-bs5 .bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.ns-bs5 .bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.ns-bs5 .bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.ns-bs5 .bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.ns-bs5 .bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.ns-bs5 .bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.ns-bs5 .bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.ns-bs5 .bg-gradient{background-image:var(--bs-gradient)!important}.ns-bs5 .user-select-all{user-select:all!important}.ns-bs5 .user-select-auto{user-select:auto!important}.ns-bs5 .user-select-none{user-select:none!important}.ns-bs5 .pe-none{pointer-events:none!important}.ns-bs5 .pe-auto{pointer-events:auto!important}.ns-bs5 .rounded{border-radius:var(--bs-border-radius)!important}.ns-bs5 .rounded-0{border-radius:0!important}.ns-bs5 .rounded-1{border-radius:var(--bs-border-radius-sm)!important}.ns-bs5 .rounded-2{border-radius:var(--bs-border-radius)!important}.ns-bs5 .rounded-3{border-radius:var(--bs-border-radius-lg)!important}.ns-bs5 .rounded-4{border-radius:var(--bs-border-radius-xl)!important}.ns-bs5 .rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.ns-bs5 .rounded-circle{border-radius:50%!important}.ns-bs5 .rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.ns-bs5 .rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.ns-bs5 .rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.ns-bs5 .rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.ns-bs5 .rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.ns-bs5 .rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.ns-bs5 .rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.ns-bs5 .rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.ns-bs5 .rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.ns-bs5 .rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.ns-bs5 .rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.ns-bs5 .rounded-end-0{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.ns-bs5 .rounded-end-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.ns-bs5 .rounded-end-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.ns-bs5 .rounded-end-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.ns-bs5 .rounded-end-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.ns-bs5 .rounded-end-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.ns-bs5 .rounded-end-circle{border-bottom-right-radius:50%!important;border-top-right-radius:50%!important}.ns-bs5 .rounded-end-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.ns-bs5 .rounded-bottom{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.ns-bs5 .rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ns-bs5 .rounded-bottom-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.ns-bs5 .rounded-bottom-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.ns-bs5 .rounded-bottom-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.ns-bs5 .rounded-bottom-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.ns-bs5 .rounded-bottom-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.ns-bs5 .rounded-bottom-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.ns-bs5 .rounded-bottom-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.ns-bs5 .rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.ns-bs5 .rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.ns-bs5 .rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.ns-bs5 .rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.ns-bs5 .rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.ns-bs5 .rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.ns-bs5 .rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.ns-bs5 .rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.ns-bs5 .rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.ns-bs5 .visible{visibility:visible!important}.ns-bs5 .invisible{visibility:hidden!important}.ns-bs5 .z-n1{z-index:-1!important}.ns-bs5 .z-0{z-index:0!important}.ns-bs5 .z-1{z-index:1!important}.ns-bs5 .z-2{z-index:2!important}.ns-bs5 .z-3{z-index:3!important}@media (min-width:576px){.ns-bs5 .float-sm-start{float:left!important}.ns-bs5 .float-sm-end{float:right!important}.ns-bs5 .float-sm-none{float:none!important}.ns-bs5 .object-fit-sm-contain{object-fit:contain!important}.ns-bs5 .object-fit-sm-cover{object-fit:cover!important}.ns-bs5 .object-fit-sm-fill{object-fit:fill!important}.ns-bs5 .object-fit-sm-scale{object-fit:scale-down!important}.ns-bs5 .object-fit-sm-none{object-fit:none!important}.ns-bs5 .d-sm-inline{display:inline!important}.ns-bs5 .d-sm-inline-block{display:inline-block!important}.ns-bs5 .d-sm-block{display:block!important}.ns-bs5 .d-sm-grid{display:grid!important}.ns-bs5 .d-sm-inline-grid{display:inline-grid!important}.ns-bs5 .d-sm-table{display:table!important}.ns-bs5 .d-sm-table-row{display:table-row!important}.ns-bs5 .d-sm-table-cell{display:table-cell!important}.ns-bs5 .d-sm-flex{display:flex!important}.ns-bs5 .d-sm-inline-flex{display:inline-flex!important}.ns-bs5 .d-sm-none{display:none!important}.ns-bs5 .flex-sm-fill{flex:1 1 auto!important}.ns-bs5 .flex-sm-row{flex-direction:row!important}.ns-bs5 .flex-sm-column{flex-direction:column!important}.ns-bs5 .flex-sm-row-reverse{flex-direction:row-reverse!important}.ns-bs5 .flex-sm-column-reverse{flex-direction:column-reverse!important}.ns-bs5 .flex-sm-grow-0{flex-grow:0!important}.ns-bs5 .flex-sm-grow-1{flex-grow:1!important}.ns-bs5 .flex-sm-shrink-0{flex-shrink:0!important}.ns-bs5 .flex-sm-shrink-1{flex-shrink:1!important}.ns-bs5 .flex-sm-wrap{flex-wrap:wrap!important}.ns-bs5 .flex-sm-nowrap{flex-wrap:nowrap!important}.ns-bs5 .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.ns-bs5 .justify-content-sm-start{justify-content:flex-start!important}.ns-bs5 .justify-content-sm-end{justify-content:flex-end!important}.ns-bs5 .justify-content-sm-center{justify-content:center!important}.ns-bs5 .justify-content-sm-between{justify-content:space-between!important}.ns-bs5 .justify-content-sm-around{justify-content:space-around!important}.ns-bs5 .justify-content-sm-evenly{justify-content:space-evenly!important}.ns-bs5 .align-items-sm-start{align-items:flex-start!important}.ns-bs5 .align-items-sm-end{align-items:flex-end!important}.ns-bs5 .align-items-sm-center{align-items:center!important}.ns-bs5 .align-items-sm-baseline{align-items:baseline!important}.ns-bs5 .align-items-sm-stretch{align-items:stretch!important}.ns-bs5 .align-content-sm-start{align-content:flex-start!important}.ns-bs5 .align-content-sm-end{align-content:flex-end!important}.ns-bs5 .align-content-sm-center{align-content:center!important}.ns-bs5 .align-content-sm-between{align-content:space-between!important}.ns-bs5 .align-content-sm-around{align-content:space-around!important}.ns-bs5 .align-content-sm-stretch{align-content:stretch!important}.ns-bs5 .align-self-sm-auto{align-self:auto!important}.ns-bs5 .align-self-sm-start{align-self:flex-start!important}.ns-bs5 .align-self-sm-end{align-self:flex-end!important}.ns-bs5 .align-self-sm-center{align-self:center!important}.ns-bs5 .align-self-sm-baseline{align-self:baseline!important}.ns-bs5 .align-self-sm-stretch{align-self:stretch!important}.ns-bs5 .order-sm-first{order:-1!important}.ns-bs5 .order-sm-0{order:0!important}.ns-bs5 .order-sm-1{order:1!important}.ns-bs5 .order-sm-2{order:2!important}.ns-bs5 .order-sm-3{order:3!important}.ns-bs5 .order-sm-4{order:4!important}.ns-bs5 .order-sm-5{order:5!important}.ns-bs5 .order-sm-last{order:6!important}.ns-bs5 .m-sm-0{margin:0!important}.ns-bs5 .m-sm-1{margin:.25rem!important}.ns-bs5 .m-sm-2{margin:.5rem!important}.ns-bs5 .m-sm-3{margin:1rem!important}.ns-bs5 .m-sm-4{margin:1.5rem!important}.ns-bs5 .m-sm-5{margin:3rem!important}.ns-bs5 .m-sm-auto{margin:auto!important}.ns-bs5 .mx-sm-0{margin-left:0!important;margin-right:0!important}.ns-bs5 .mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.ns-bs5 .mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.ns-bs5 .mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.ns-bs5 .mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.ns-bs5 .mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.ns-bs5 .mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.ns-bs5 .my-sm-0{margin-bottom:0!important;margin-top:0!important}.ns-bs5 .my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.ns-bs5 .my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.ns-bs5 .my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.ns-bs5 .my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.ns-bs5 .my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.ns-bs5 .my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.ns-bs5 .mt-sm-0{margin-top:0!important}.ns-bs5 .mt-sm-1{margin-top:.25rem!important}.ns-bs5 .mt-sm-2{margin-top:.5rem!important}.ns-bs5 .mt-sm-3{margin-top:1rem!important}.ns-bs5 .mt-sm-4{margin-top:1.5rem!important}.ns-bs5 .mt-sm-5{margin-top:3rem!important}.ns-bs5 .mt-sm-auto{margin-top:auto!important}.ns-bs5 .me-sm-0{margin-right:0!important}.ns-bs5 .me-sm-1{margin-right:.25rem!important}.ns-bs5 .me-sm-2{margin-right:.5rem!important}.ns-bs5 .me-sm-3{margin-right:1rem!important}.ns-bs5 .me-sm-4{margin-right:1.5rem!important}.ns-bs5 .me-sm-5{margin-right:3rem!important}.ns-bs5 .me-sm-auto{margin-right:auto!important}.ns-bs5 .mb-sm-0{margin-bottom:0!important}.ns-bs5 .mb-sm-1{margin-bottom:.25rem!important}.ns-bs5 .mb-sm-2{margin-bottom:.5rem!important}.ns-bs5 .mb-sm-3{margin-bottom:1rem!important}.ns-bs5 .mb-sm-4{margin-bottom:1.5rem!important}.ns-bs5 .mb-sm-5{margin-bottom:3rem!important}.ns-bs5 .mb-sm-auto{margin-bottom:auto!important}.ns-bs5 .ms-sm-0{margin-left:0!important}.ns-bs5 .ms-sm-1{margin-left:.25rem!important}.ns-bs5 .ms-sm-2{margin-left:.5rem!important}.ns-bs5 .ms-sm-3{margin-left:1rem!important}.ns-bs5 .ms-sm-4{margin-left:1.5rem!important}.ns-bs5 .ms-sm-5{margin-left:3rem!important}.ns-bs5 .ms-sm-auto{margin-left:auto!important}.ns-bs5 .p-sm-0{padding:0!important}.ns-bs5 .p-sm-1{padding:.25rem!important}.ns-bs5 .p-sm-2{padding:.5rem!important}.ns-bs5 .p-sm-3{padding:1rem!important}.ns-bs5 .p-sm-4{padding:1.5rem!important}.ns-bs5 .p-sm-5{padding:3rem!important}.ns-bs5 .px-sm-0{padding-left:0!important;padding-right:0!important}.ns-bs5 .px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.ns-bs5 .px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.ns-bs5 .px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.ns-bs5 .px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.ns-bs5 .px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.ns-bs5 .py-sm-0{padding-bottom:0!important;padding-top:0!important}.ns-bs5 .py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.ns-bs5 .py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.ns-bs5 .py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.ns-bs5 .py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.ns-bs5 .py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.ns-bs5 .pt-sm-0{padding-top:0!important}.ns-bs5 .pt-sm-1{padding-top:.25rem!important}.ns-bs5 .pt-sm-2{padding-top:.5rem!important}.ns-bs5 .pt-sm-3{padding-top:1rem!important}.ns-bs5 .pt-sm-4{padding-top:1.5rem!important}.ns-bs5 .pt-sm-5{padding-top:3rem!important}.ns-bs5 .pe-sm-0{padding-right:0!important}.ns-bs5 .pe-sm-1{padding-right:.25rem!important}.ns-bs5 .pe-sm-2{padding-right:.5rem!important}.ns-bs5 .pe-sm-3{padding-right:1rem!important}.ns-bs5 .pe-sm-4{padding-right:1.5rem!important}.ns-bs5 .pe-sm-5{padding-right:3rem!important}.ns-bs5 .pb-sm-0{padding-bottom:0!important}.ns-bs5 .pb-sm-1{padding-bottom:.25rem!important}.ns-bs5 .pb-sm-2{padding-bottom:.5rem!important}.ns-bs5 .pb-sm-3{padding-bottom:1rem!important}.ns-bs5 .pb-sm-4{padding-bottom:1.5rem!important}.ns-bs5 .pb-sm-5{padding-bottom:3rem!important}.ns-bs5 .ps-sm-0{padding-left:0!important}.ns-bs5 .ps-sm-1{padding-left:.25rem!important}.ns-bs5 .ps-sm-2{padding-left:.5rem!important}.ns-bs5 .ps-sm-3{padding-left:1rem!important}.ns-bs5 .ps-sm-4{padding-left:1.5rem!important}.ns-bs5 .ps-sm-5{padding-left:3rem!important}.ns-bs5 .gap-sm-0{gap:0!important}.ns-bs5 .gap-sm-1{gap:.25rem!important}.ns-bs5 .gap-sm-2{gap:.5rem!important}.ns-bs5 .gap-sm-3{gap:1rem!important}.ns-bs5 .gap-sm-4{gap:1.5rem!important}.ns-bs5 .gap-sm-5{gap:3rem!important}.ns-bs5 .row-gap-sm-0{row-gap:0!important}.ns-bs5 .row-gap-sm-1{row-gap:.25rem!important}.ns-bs5 .row-gap-sm-2{row-gap:.5rem!important}.ns-bs5 .row-gap-sm-3{row-gap:1rem!important}.ns-bs5 .row-gap-sm-4{row-gap:1.5rem!important}.ns-bs5 .row-gap-sm-5{row-gap:3rem!important}.ns-bs5 .column-gap-sm-0{column-gap:0!important}.ns-bs5 .column-gap-sm-1{column-gap:.25rem!important}.ns-bs5 .column-gap-sm-2{column-gap:.5rem!important}.ns-bs5 .column-gap-sm-3{column-gap:1rem!important}.ns-bs5 .column-gap-sm-4{column-gap:1.5rem!important}.ns-bs5 .column-gap-sm-5{column-gap:3rem!important}.ns-bs5 .text-sm-start{text-align:left!important}.ns-bs5 .text-sm-end{text-align:right!important}.ns-bs5 .text-sm-center{text-align:center!important}}@media (min-width:768px){.ns-bs5 .float-md-start{float:left!important}.ns-bs5 .float-md-end{float:right!important}.ns-bs5 .float-md-none{float:none!important}.ns-bs5 .object-fit-md-contain{object-fit:contain!important}.ns-bs5 .object-fit-md-cover{object-fit:cover!important}.ns-bs5 .object-fit-md-fill{object-fit:fill!important}.ns-bs5 .object-fit-md-scale{object-fit:scale-down!important}.ns-bs5 .object-fit-md-none{object-fit:none!important}.ns-bs5 .d-md-inline{display:inline!important}.ns-bs5 .d-md-inline-block{display:inline-block!important}.ns-bs5 .d-md-block{display:block!important}.ns-bs5 .d-md-grid{display:grid!important}.ns-bs5 .d-md-inline-grid{display:inline-grid!important}.ns-bs5 .d-md-table{display:table!important}.ns-bs5 .d-md-table-row{display:table-row!important}.ns-bs5 .d-md-table-cell{display:table-cell!important}.ns-bs5 .d-md-flex{display:flex!important}.ns-bs5 .d-md-inline-flex{display:inline-flex!important}.ns-bs5 .d-md-none{display:none!important}.ns-bs5 .flex-md-fill{flex:1 1 auto!important}.ns-bs5 .flex-md-row{flex-direction:row!important}.ns-bs5 .flex-md-column{flex-direction:column!important}.ns-bs5 .flex-md-row-reverse{flex-direction:row-reverse!important}.ns-bs5 .flex-md-column-reverse{flex-direction:column-reverse!important}.ns-bs5 .flex-md-grow-0{flex-grow:0!important}.ns-bs5 .flex-md-grow-1{flex-grow:1!important}.ns-bs5 .flex-md-shrink-0{flex-shrink:0!important}.ns-bs5 .flex-md-shrink-1{flex-shrink:1!important}.ns-bs5 .flex-md-wrap{flex-wrap:wrap!important}.ns-bs5 .flex-md-nowrap{flex-wrap:nowrap!important}.ns-bs5 .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.ns-bs5 .justify-content-md-start{justify-content:flex-start!important}.ns-bs5 .justify-content-md-end{justify-content:flex-end!important}.ns-bs5 .justify-content-md-center{justify-content:center!important}.ns-bs5 .justify-content-md-between{justify-content:space-between!important}.ns-bs5 .justify-content-md-around{justify-content:space-around!important}.ns-bs5 .justify-content-md-evenly{justify-content:space-evenly!important}.ns-bs5 .align-items-md-start{align-items:flex-start!important}.ns-bs5 .align-items-md-end{align-items:flex-end!important}.ns-bs5 .align-items-md-center{align-items:center!important}.ns-bs5 .align-items-md-baseline{align-items:baseline!important}.ns-bs5 .align-items-md-stretch{align-items:stretch!important}.ns-bs5 .align-content-md-start{align-content:flex-start!important}.ns-bs5 .align-content-md-end{align-content:flex-end!important}.ns-bs5 .align-content-md-center{align-content:center!important}.ns-bs5 .align-content-md-between{align-content:space-between!important}.ns-bs5 .align-content-md-around{align-content:space-around!important}.ns-bs5 .align-content-md-stretch{align-content:stretch!important}.ns-bs5 .align-self-md-auto{align-self:auto!important}.ns-bs5 .align-self-md-start{align-self:flex-start!important}.ns-bs5 .align-self-md-end{align-self:flex-end!important}.ns-bs5 .align-self-md-center{align-self:center!important}.ns-bs5 .align-self-md-baseline{align-self:baseline!important}.ns-bs5 .align-self-md-stretch{align-self:stretch!important}.ns-bs5 .order-md-first{order:-1!important}.ns-bs5 .order-md-0{order:0!important}.ns-bs5 .order-md-1{order:1!important}.ns-bs5 .order-md-2{order:2!important}.ns-bs5 .order-md-3{order:3!important}.ns-bs5 .order-md-4{order:4!important}.ns-bs5 .order-md-5{order:5!important}.ns-bs5 .order-md-last{order:6!important}.ns-bs5 .m-md-0{margin:0!important}.ns-bs5 .m-md-1{margin:.25rem!important}.ns-bs5 .m-md-2{margin:.5rem!important}.ns-bs5 .m-md-3{margin:1rem!important}.ns-bs5 .m-md-4{margin:1.5rem!important}.ns-bs5 .m-md-5{margin:3rem!important}.ns-bs5 .m-md-auto{margin:auto!important}.ns-bs5 .mx-md-0{margin-left:0!important;margin-right:0!important}.ns-bs5 .mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.ns-bs5 .mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.ns-bs5 .mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.ns-bs5 .mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.ns-bs5 .mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.ns-bs5 .mx-md-auto{margin-left:auto!important;margin-right:auto!important}.ns-bs5 .my-md-0{margin-bottom:0!important;margin-top:0!important}.ns-bs5 .my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.ns-bs5 .my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.ns-bs5 .my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.ns-bs5 .my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.ns-bs5 .my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.ns-bs5 .my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.ns-bs5 .mt-md-0{margin-top:0!important}.ns-bs5 .mt-md-1{margin-top:.25rem!important}.ns-bs5 .mt-md-2{margin-top:.5rem!important}.ns-bs5 .mt-md-3{margin-top:1rem!important}.ns-bs5 .mt-md-4{margin-top:1.5rem!important}.ns-bs5 .mt-md-5{margin-top:3rem!important}.ns-bs5 .mt-md-auto{margin-top:auto!important}.ns-bs5 .me-md-0{margin-right:0!important}.ns-bs5 .me-md-1{margin-right:.25rem!important}.ns-bs5 .me-md-2{margin-right:.5rem!important}.ns-bs5 .me-md-3{margin-right:1rem!important}.ns-bs5 .me-md-4{margin-right:1.5rem!important}.ns-bs5 .me-md-5{margin-right:3rem!important}.ns-bs5 .me-md-auto{margin-right:auto!important}.ns-bs5 .mb-md-0{margin-bottom:0!important}.ns-bs5 .mb-md-1{margin-bottom:.25rem!important}.ns-bs5 .mb-md-2{margin-bottom:.5rem!important}.ns-bs5 .mb-md-3{margin-bottom:1rem!important}.ns-bs5 .mb-md-4{margin-bottom:1.5rem!important}.ns-bs5 .mb-md-5{margin-bottom:3rem!important}.ns-bs5 .mb-md-auto{margin-bottom:auto!important}.ns-bs5 .ms-md-0{margin-left:0!important}.ns-bs5 .ms-md-1{margin-left:.25rem!important}.ns-bs5 .ms-md-2{margin-left:.5rem!important}.ns-bs5 .ms-md-3{margin-left:1rem!important}.ns-bs5 .ms-md-4{margin-left:1.5rem!important}.ns-bs5 .ms-md-5{margin-left:3rem!important}.ns-bs5 .ms-md-auto{margin-left:auto!important}.ns-bs5 .p-md-0{padding:0!important}.ns-bs5 .p-md-1{padding:.25rem!important}.ns-bs5 .p-md-2{padding:.5rem!important}.ns-bs5 .p-md-3{padding:1rem!important}.ns-bs5 .p-md-4{padding:1.5rem!important}.ns-bs5 .p-md-5{padding:3rem!important}.ns-bs5 .px-md-0{padding-left:0!important;padding-right:0!important}.ns-bs5 .px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.ns-bs5 .px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.ns-bs5 .px-md-3{padding-left:1rem!important;padding-right:1rem!important}.ns-bs5 .px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.ns-bs5 .px-md-5{padding-left:3rem!important;padding-right:3rem!important}.ns-bs5 .py-md-0{padding-bottom:0!important;padding-top:0!important}.ns-bs5 .py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.ns-bs5 .py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.ns-bs5 .py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.ns-bs5 .py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.ns-bs5 .py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.ns-bs5 .pt-md-0{padding-top:0!important}.ns-bs5 .pt-md-1{padding-top:.25rem!important}.ns-bs5 .pt-md-2{padding-top:.5rem!important}.ns-bs5 .pt-md-3{padding-top:1rem!important}.ns-bs5 .pt-md-4{padding-top:1.5rem!important}.ns-bs5 .pt-md-5{padding-top:3rem!important}.ns-bs5 .pe-md-0{padding-right:0!important}.ns-bs5 .pe-md-1{padding-right:.25rem!important}.ns-bs5 .pe-md-2{padding-right:.5rem!important}.ns-bs5 .pe-md-3{padding-right:1rem!important}.ns-bs5 .pe-md-4{padding-right:1.5rem!important}.ns-bs5 .pe-md-5{padding-right:3rem!important}.ns-bs5 .pb-md-0{padding-bottom:0!important}.ns-bs5 .pb-md-1{padding-bottom:.25rem!important}.ns-bs5 .pb-md-2{padding-bottom:.5rem!important}.ns-bs5 .pb-md-3{padding-bottom:1rem!important}.ns-bs5 .pb-md-4{padding-bottom:1.5rem!important}.ns-bs5 .pb-md-5{padding-bottom:3rem!important}.ns-bs5 .ps-md-0{padding-left:0!important}.ns-bs5 .ps-md-1{padding-left:.25rem!important}.ns-bs5 .ps-md-2{padding-left:.5rem!important}.ns-bs5 .ps-md-3{padding-left:1rem!important}.ns-bs5 .ps-md-4{padding-left:1.5rem!important}.ns-bs5 .ps-md-5{padding-left:3rem!important}.ns-bs5 .gap-md-0{gap:0!important}.ns-bs5 .gap-md-1{gap:.25rem!important}.ns-bs5 .gap-md-2{gap:.5rem!important}.ns-bs5 .gap-md-3{gap:1rem!important}.ns-bs5 .gap-md-4{gap:1.5rem!important}.ns-bs5 .gap-md-5{gap:3rem!important}.ns-bs5 .row-gap-md-0{row-gap:0!important}.ns-bs5 .row-gap-md-1{row-gap:.25rem!important}.ns-bs5 .row-gap-md-2{row-gap:.5rem!important}.ns-bs5 .row-gap-md-3{row-gap:1rem!important}.ns-bs5 .row-gap-md-4{row-gap:1.5rem!important}.ns-bs5 .row-gap-md-5{row-gap:3rem!important}.ns-bs5 .column-gap-md-0{column-gap:0!important}.ns-bs5 .column-gap-md-1{column-gap:.25rem!important}.ns-bs5 .column-gap-md-2{column-gap:.5rem!important}.ns-bs5 .column-gap-md-3{column-gap:1rem!important}.ns-bs5 .column-gap-md-4{column-gap:1.5rem!important}.ns-bs5 .column-gap-md-5{column-gap:3rem!important}.ns-bs5 .text-md-start{text-align:left!important}.ns-bs5 .text-md-end{text-align:right!important}.ns-bs5 .text-md-center{text-align:center!important}}@media (min-width:992px){.ns-bs5 .float-lg-start{float:left!important}.ns-bs5 .float-lg-end{float:right!important}.ns-bs5 .float-lg-none{float:none!important}.ns-bs5 .object-fit-lg-contain{object-fit:contain!important}.ns-bs5 .object-fit-lg-cover{object-fit:cover!important}.ns-bs5 .object-fit-lg-fill{object-fit:fill!important}.ns-bs5 .object-fit-lg-scale{object-fit:scale-down!important}.ns-bs5 .object-fit-lg-none{object-fit:none!important}.ns-bs5 .d-lg-inline{display:inline!important}.ns-bs5 .d-lg-inline-block{display:inline-block!important}.ns-bs5 .d-lg-block{display:block!important}.ns-bs5 .d-lg-grid{display:grid!important}.ns-bs5 .d-lg-inline-grid{display:inline-grid!important}.ns-bs5 .d-lg-table{display:table!important}.ns-bs5 .d-lg-table-row{display:table-row!important}.ns-bs5 .d-lg-table-cell{display:table-cell!important}.ns-bs5 .d-lg-flex{display:flex!important}.ns-bs5 .d-lg-inline-flex{display:inline-flex!important}.ns-bs5 .d-lg-none{display:none!important}.ns-bs5 .flex-lg-fill{flex:1 1 auto!important}.ns-bs5 .flex-lg-row{flex-direction:row!important}.ns-bs5 .flex-lg-column{flex-direction:column!important}.ns-bs5 .flex-lg-row-reverse{flex-direction:row-reverse!important}.ns-bs5 .flex-lg-column-reverse{flex-direction:column-reverse!important}.ns-bs5 .flex-lg-grow-0{flex-grow:0!important}.ns-bs5 .flex-lg-grow-1{flex-grow:1!important}.ns-bs5 .flex-lg-shrink-0{flex-shrink:0!important}.ns-bs5 .flex-lg-shrink-1{flex-shrink:1!important}.ns-bs5 .flex-lg-wrap{flex-wrap:wrap!important}.ns-bs5 .flex-lg-nowrap{flex-wrap:nowrap!important}.ns-bs5 .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.ns-bs5 .justify-content-lg-start{justify-content:flex-start!important}.ns-bs5 .justify-content-lg-end{justify-content:flex-end!important}.ns-bs5 .justify-content-lg-center{justify-content:center!important}.ns-bs5 .justify-content-lg-between{justify-content:space-between!important}.ns-bs5 .justify-content-lg-around{justify-content:space-around!important}.ns-bs5 .justify-content-lg-evenly{justify-content:space-evenly!important}.ns-bs5 .align-items-lg-start{align-items:flex-start!important}.ns-bs5 .align-items-lg-end{align-items:flex-end!important}.ns-bs5 .align-items-lg-center{align-items:center!important}.ns-bs5 .align-items-lg-baseline{align-items:baseline!important}.ns-bs5 .align-items-lg-stretch{align-items:stretch!important}.ns-bs5 .align-content-lg-start{align-content:flex-start!important}.ns-bs5 .align-content-lg-end{align-content:flex-end!important}.ns-bs5 .align-content-lg-center{align-content:center!important}.ns-bs5 .align-content-lg-between{align-content:space-between!important}.ns-bs5 .align-content-lg-around{align-content:space-around!important}.ns-bs5 .align-content-lg-stretch{align-content:stretch!important}.ns-bs5 .align-self-lg-auto{align-self:auto!important}.ns-bs5 .align-self-lg-start{align-self:flex-start!important}.ns-bs5 .align-self-lg-end{align-self:flex-end!important}.ns-bs5 .align-self-lg-center{align-self:center!important}.ns-bs5 .align-self-lg-baseline{align-self:baseline!important}.ns-bs5 .align-self-lg-stretch{align-self:stretch!important}.ns-bs5 .order-lg-first{order:-1!important}.ns-bs5 .order-lg-0{order:0!important}.ns-bs5 .order-lg-1{order:1!important}.ns-bs5 .order-lg-2{order:2!important}.ns-bs5 .order-lg-3{order:3!important}.ns-bs5 .order-lg-4{order:4!important}.ns-bs5 .order-lg-5{order:5!important}.ns-bs5 .order-lg-last{order:6!important}.ns-bs5 .m-lg-0{margin:0!important}.ns-bs5 .m-lg-1{margin:.25rem!important}.ns-bs5 .m-lg-2{margin:.5rem!important}.ns-bs5 .m-lg-3{margin:1rem!important}.ns-bs5 .m-lg-4{margin:1.5rem!important}.ns-bs5 .m-lg-5{margin:3rem!important}.ns-bs5 .m-lg-auto{margin:auto!important}.ns-bs5 .mx-lg-0{margin-left:0!important;margin-right:0!important}.ns-bs5 .mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.ns-bs5 .mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.ns-bs5 .mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.ns-bs5 .mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.ns-bs5 .mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.ns-bs5 .mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.ns-bs5 .my-lg-0{margin-bottom:0!important;margin-top:0!important}.ns-bs5 .my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.ns-bs5 .my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.ns-bs5 .my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.ns-bs5 .my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.ns-bs5 .my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.ns-bs5 .my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.ns-bs5 .mt-lg-0{margin-top:0!important}.ns-bs5 .mt-lg-1{margin-top:.25rem!important}.ns-bs5 .mt-lg-2{margin-top:.5rem!important}.ns-bs5 .mt-lg-3{margin-top:1rem!important}.ns-bs5 .mt-lg-4{margin-top:1.5rem!important}.ns-bs5 .mt-lg-5{margin-top:3rem!important}.ns-bs5 .mt-lg-auto{margin-top:auto!important}.ns-bs5 .me-lg-0{margin-right:0!important}.ns-bs5 .me-lg-1{margin-right:.25rem!important}.ns-bs5 .me-lg-2{margin-right:.5rem!important}.ns-bs5 .me-lg-3{margin-right:1rem!important}.ns-bs5 .me-lg-4{margin-right:1.5rem!important}.ns-bs5 .me-lg-5{margin-right:3rem!important}.ns-bs5 .me-lg-auto{margin-right:auto!important}.ns-bs5 .mb-lg-0{margin-bottom:0!important}.ns-bs5 .mb-lg-1{margin-bottom:.25rem!important}.ns-bs5 .mb-lg-2{margin-bottom:.5rem!important}.ns-bs5 .mb-lg-3{margin-bottom:1rem!important}.ns-bs5 .mb-lg-4{margin-bottom:1.5rem!important}.ns-bs5 .mb-lg-5{margin-bottom:3rem!important}.ns-bs5 .mb-lg-auto{margin-bottom:auto!important}.ns-bs5 .ms-lg-0{margin-left:0!important}.ns-bs5 .ms-lg-1{margin-left:.25rem!important}.ns-bs5 .ms-lg-2{margin-left:.5rem!important}.ns-bs5 .ms-lg-3{margin-left:1rem!important}.ns-bs5 .ms-lg-4{margin-left:1.5rem!important}.ns-bs5 .ms-lg-5{margin-left:3rem!important}.ns-bs5 .ms-lg-auto{margin-left:auto!important}.ns-bs5 .p-lg-0{padding:0!important}.ns-bs5 .p-lg-1{padding:.25rem!important}.ns-bs5 .p-lg-2{padding:.5rem!important}.ns-bs5 .p-lg-3{padding:1rem!important}.ns-bs5 .p-lg-4{padding:1.5rem!important}.ns-bs5 .p-lg-5{padding:3rem!important}.ns-bs5 .px-lg-0{padding-left:0!important;padding-right:0!important}.ns-bs5 .px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.ns-bs5 .px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.ns-bs5 .px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.ns-bs5 .px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.ns-bs5 .px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.ns-bs5 .py-lg-0{padding-bottom:0!important;padding-top:0!important}.ns-bs5 .py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.ns-bs5 .py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.ns-bs5 .py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.ns-bs5 .py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.ns-bs5 .py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.ns-bs5 .pt-lg-0{padding-top:0!important}.ns-bs5 .pt-lg-1{padding-top:.25rem!important}.ns-bs5 .pt-lg-2{padding-top:.5rem!important}.ns-bs5 .pt-lg-3{padding-top:1rem!important}.ns-bs5 .pt-lg-4{padding-top:1.5rem!important}.ns-bs5 .pt-lg-5{padding-top:3rem!important}.ns-bs5 .pe-lg-0{padding-right:0!important}.ns-bs5 .pe-lg-1{padding-right:.25rem!important}.ns-bs5 .pe-lg-2{padding-right:.5rem!important}.ns-bs5 .pe-lg-3{padding-right:1rem!important}.ns-bs5 .pe-lg-4{padding-right:1.5rem!important}.ns-bs5 .pe-lg-5{padding-right:3rem!important}.ns-bs5 .pb-lg-0{padding-bottom:0!important}.ns-bs5 .pb-lg-1{padding-bottom:.25rem!important}.ns-bs5 .pb-lg-2{padding-bottom:.5rem!important}.ns-bs5 .pb-lg-3{padding-bottom:1rem!important}.ns-bs5 .pb-lg-4{padding-bottom:1.5rem!important}.ns-bs5 .pb-lg-5{padding-bottom:3rem!important}.ns-bs5 .ps-lg-0{padding-left:0!important}.ns-bs5 .ps-lg-1{padding-left:.25rem!important}.ns-bs5 .ps-lg-2{padding-left:.5rem!important}.ns-bs5 .ps-lg-3{padding-left:1rem!important}.ns-bs5 .ps-lg-4{padding-left:1.5rem!important}.ns-bs5 .ps-lg-5{padding-left:3rem!important}.ns-bs5 .gap-lg-0{gap:0!important}.ns-bs5 .gap-lg-1{gap:.25rem!important}.ns-bs5 .gap-lg-2{gap:.5rem!important}.ns-bs5 .gap-lg-3{gap:1rem!important}.ns-bs5 .gap-lg-4{gap:1.5rem!important}.ns-bs5 .gap-lg-5{gap:3rem!important}.ns-bs5 .row-gap-lg-0{row-gap:0!important}.ns-bs5 .row-gap-lg-1{row-gap:.25rem!important}.ns-bs5 .row-gap-lg-2{row-gap:.5rem!important}.ns-bs5 .row-gap-lg-3{row-gap:1rem!important}.ns-bs5 .row-gap-lg-4{row-gap:1.5rem!important}.ns-bs5 .row-gap-lg-5{row-gap:3rem!important}.ns-bs5 .column-gap-lg-0{column-gap:0!important}.ns-bs5 .column-gap-lg-1{column-gap:.25rem!important}.ns-bs5 .column-gap-lg-2{column-gap:.5rem!important}.ns-bs5 .column-gap-lg-3{column-gap:1rem!important}.ns-bs5 .column-gap-lg-4{column-gap:1.5rem!important}.ns-bs5 .column-gap-lg-5{column-gap:3rem!important}.ns-bs5 .text-lg-start{text-align:left!important}.ns-bs5 .text-lg-end{text-align:right!important}.ns-bs5 .text-lg-center{text-align:center!important}}@media (min-width:1200px){.ns-bs5 .float-xl-start{float:left!important}.ns-bs5 .float-xl-end{float:right!important}.ns-bs5 .float-xl-none{float:none!important}.ns-bs5 .object-fit-xl-contain{object-fit:contain!important}.ns-bs5 .object-fit-xl-cover{object-fit:cover!important}.ns-bs5 .object-fit-xl-fill{object-fit:fill!important}.ns-bs5 .object-fit-xl-scale{object-fit:scale-down!important}.ns-bs5 .object-fit-xl-none{object-fit:none!important}.ns-bs5 .d-xl-inline{display:inline!important}.ns-bs5 .d-xl-inline-block{display:inline-block!important}.ns-bs5 .d-xl-block{display:block!important}.ns-bs5 .d-xl-grid{display:grid!important}.ns-bs5 .d-xl-inline-grid{display:inline-grid!important}.ns-bs5 .d-xl-table{display:table!important}.ns-bs5 .d-xl-table-row{display:table-row!important}.ns-bs5 .d-xl-table-cell{display:table-cell!important}.ns-bs5 .d-xl-flex{display:flex!important}.ns-bs5 .d-xl-inline-flex{display:inline-flex!important}.ns-bs5 .d-xl-none{display:none!important}.ns-bs5 .flex-xl-fill{flex:1 1 auto!important}.ns-bs5 .flex-xl-row{flex-direction:row!important}.ns-bs5 .flex-xl-column{flex-direction:column!important}.ns-bs5 .flex-xl-row-reverse{flex-direction:row-reverse!important}.ns-bs5 .flex-xl-column-reverse{flex-direction:column-reverse!important}.ns-bs5 .flex-xl-grow-0{flex-grow:0!important}.ns-bs5 .flex-xl-grow-1{flex-grow:1!important}.ns-bs5 .flex-xl-shrink-0{flex-shrink:0!important}.ns-bs5 .flex-xl-shrink-1{flex-shrink:1!important}.ns-bs5 .flex-xl-wrap{flex-wrap:wrap!important}.ns-bs5 .flex-xl-nowrap{flex-wrap:nowrap!important}.ns-bs5 .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.ns-bs5 .justify-content-xl-start{justify-content:flex-start!important}.ns-bs5 .justify-content-xl-end{justify-content:flex-end!important}.ns-bs5 .justify-content-xl-center{justify-content:center!important}.ns-bs5 .justify-content-xl-between{justify-content:space-between!important}.ns-bs5 .justify-content-xl-around{justify-content:space-around!important}.ns-bs5 .justify-content-xl-evenly{justify-content:space-evenly!important}.ns-bs5 .align-items-xl-start{align-items:flex-start!important}.ns-bs5 .align-items-xl-end{align-items:flex-end!important}.ns-bs5 .align-items-xl-center{align-items:center!important}.ns-bs5 .align-items-xl-baseline{align-items:baseline!important}.ns-bs5 .align-items-xl-stretch{align-items:stretch!important}.ns-bs5 .align-content-xl-start{align-content:flex-start!important}.ns-bs5 .align-content-xl-end{align-content:flex-end!important}.ns-bs5 .align-content-xl-center{align-content:center!important}.ns-bs5 .align-content-xl-between{align-content:space-between!important}.ns-bs5 .align-content-xl-around{align-content:space-around!important}.ns-bs5 .align-content-xl-stretch{align-content:stretch!important}.ns-bs5 .align-self-xl-auto{align-self:auto!important}.ns-bs5 .align-self-xl-start{align-self:flex-start!important}.ns-bs5 .align-self-xl-end{align-self:flex-end!important}.ns-bs5 .align-self-xl-center{align-self:center!important}.ns-bs5 .align-self-xl-baseline{align-self:baseline!important}.ns-bs5 .align-self-xl-stretch{align-self:stretch!important}.ns-bs5 .order-xl-first{order:-1!important}.ns-bs5 .order-xl-0{order:0!important}.ns-bs5 .order-xl-1{order:1!important}.ns-bs5 .order-xl-2{order:2!important}.ns-bs5 .order-xl-3{order:3!important}.ns-bs5 .order-xl-4{order:4!important}.ns-bs5 .order-xl-5{order:5!important}.ns-bs5 .order-xl-last{order:6!important}.ns-bs5 .m-xl-0{margin:0!important}.ns-bs5 .m-xl-1{margin:.25rem!important}.ns-bs5 .m-xl-2{margin:.5rem!important}.ns-bs5 .m-xl-3{margin:1rem!important}.ns-bs5 .m-xl-4{margin:1.5rem!important}.ns-bs5 .m-xl-5{margin:3rem!important}.ns-bs5 .m-xl-auto{margin:auto!important}.ns-bs5 .mx-xl-0{margin-left:0!important;margin-right:0!important}.ns-bs5 .mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.ns-bs5 .mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.ns-bs5 .mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.ns-bs5 .mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.ns-bs5 .mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.ns-bs5 .mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.ns-bs5 .my-xl-0{margin-bottom:0!important;margin-top:0!important}.ns-bs5 .my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.ns-bs5 .my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.ns-bs5 .my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.ns-bs5 .my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.ns-bs5 .my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.ns-bs5 .my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.ns-bs5 .mt-xl-0{margin-top:0!important}.ns-bs5 .mt-xl-1{margin-top:.25rem!important}.ns-bs5 .mt-xl-2{margin-top:.5rem!important}.ns-bs5 .mt-xl-3{margin-top:1rem!important}.ns-bs5 .mt-xl-4{margin-top:1.5rem!important}.ns-bs5 .mt-xl-5{margin-top:3rem!important}.ns-bs5 .mt-xl-auto{margin-top:auto!important}.ns-bs5 .me-xl-0{margin-right:0!important}.ns-bs5 .me-xl-1{margin-right:.25rem!important}.ns-bs5 .me-xl-2{margin-right:.5rem!important}.ns-bs5 .me-xl-3{margin-right:1rem!important}.ns-bs5 .me-xl-4{margin-right:1.5rem!important}.ns-bs5 .me-xl-5{margin-right:3rem!important}.ns-bs5 .me-xl-auto{margin-right:auto!important}.ns-bs5 .mb-xl-0{margin-bottom:0!important}.ns-bs5 .mb-xl-1{margin-bottom:.25rem!important}.ns-bs5 .mb-xl-2{margin-bottom:.5rem!important}.ns-bs5 .mb-xl-3{margin-bottom:1rem!important}.ns-bs5 .mb-xl-4{margin-bottom:1.5rem!important}.ns-bs5 .mb-xl-5{margin-bottom:3rem!important}.ns-bs5 .mb-xl-auto{margin-bottom:auto!important}.ns-bs5 .ms-xl-0{margin-left:0!important}.ns-bs5 .ms-xl-1{margin-left:.25rem!important}.ns-bs5 .ms-xl-2{margin-left:.5rem!important}.ns-bs5 .ms-xl-3{margin-left:1rem!important}.ns-bs5 .ms-xl-4{margin-left:1.5rem!important}.ns-bs5 .ms-xl-5{margin-left:3rem!important}.ns-bs5 .ms-xl-auto{margin-left:auto!important}.ns-bs5 .p-xl-0{padding:0!important}.ns-bs5 .p-xl-1{padding:.25rem!important}.ns-bs5 .p-xl-2{padding:.5rem!important}.ns-bs5 .p-xl-3{padding:1rem!important}.ns-bs5 .p-xl-4{padding:1.5rem!important}.ns-bs5 .p-xl-5{padding:3rem!important}.ns-bs5 .px-xl-0{padding-left:0!important;padding-right:0!important}.ns-bs5 .px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.ns-bs5 .px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.ns-bs5 .px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.ns-bs5 .px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.ns-bs5 .px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.ns-bs5 .py-xl-0{padding-bottom:0!important;padding-top:0!important}.ns-bs5 .py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.ns-bs5 .py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.ns-bs5 .py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.ns-bs5 .py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.ns-bs5 .py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.ns-bs5 .pt-xl-0{padding-top:0!important}.ns-bs5 .pt-xl-1{padding-top:.25rem!important}.ns-bs5 .pt-xl-2{padding-top:.5rem!important}.ns-bs5 .pt-xl-3{padding-top:1rem!important}.ns-bs5 .pt-xl-4{padding-top:1.5rem!important}.ns-bs5 .pt-xl-5{padding-top:3rem!important}.ns-bs5 .pe-xl-0{padding-right:0!important}.ns-bs5 .pe-xl-1{padding-right:.25rem!important}.ns-bs5 .pe-xl-2{padding-right:.5rem!important}.ns-bs5 .pe-xl-3{padding-right:1rem!important}.ns-bs5 .pe-xl-4{padding-right:1.5rem!important}.ns-bs5 .pe-xl-5{padding-right:3rem!important}.ns-bs5 .pb-xl-0{padding-bottom:0!important}.ns-bs5 .pb-xl-1{padding-bottom:.25rem!important}.ns-bs5 .pb-xl-2{padding-bottom:.5rem!important}.ns-bs5 .pb-xl-3{padding-bottom:1rem!important}.ns-bs5 .pb-xl-4{padding-bottom:1.5rem!important}.ns-bs5 .pb-xl-5{padding-bottom:3rem!important}.ns-bs5 .ps-xl-0{padding-left:0!important}.ns-bs5 .ps-xl-1{padding-left:.25rem!important}.ns-bs5 .ps-xl-2{padding-left:.5rem!important}.ns-bs5 .ps-xl-3{padding-left:1rem!important}.ns-bs5 .ps-xl-4{padding-left:1.5rem!important}.ns-bs5 .ps-xl-5{padding-left:3rem!important}.ns-bs5 .gap-xl-0{gap:0!important}.ns-bs5 .gap-xl-1{gap:.25rem!important}.ns-bs5 .gap-xl-2{gap:.5rem!important}.ns-bs5 .gap-xl-3{gap:1rem!important}.ns-bs5 .gap-xl-4{gap:1.5rem!important}.ns-bs5 .gap-xl-5{gap:3rem!important}.ns-bs5 .row-gap-xl-0{row-gap:0!important}.ns-bs5 .row-gap-xl-1{row-gap:.25rem!important}.ns-bs5 .row-gap-xl-2{row-gap:.5rem!important}.ns-bs5 .row-gap-xl-3{row-gap:1rem!important}.ns-bs5 .row-gap-xl-4{row-gap:1.5rem!important}.ns-bs5 .row-gap-xl-5{row-gap:3rem!important}.ns-bs5 .column-gap-xl-0{column-gap:0!important}.ns-bs5 .column-gap-xl-1{column-gap:.25rem!important}.ns-bs5 .column-gap-xl-2{column-gap:.5rem!important}.ns-bs5 .column-gap-xl-3{column-gap:1rem!important}.ns-bs5 .column-gap-xl-4{column-gap:1.5rem!important}.ns-bs5 .column-gap-xl-5{column-gap:3rem!important}.ns-bs5 .text-xl-start{text-align:left!important}.ns-bs5 .text-xl-end{text-align:right!important}.ns-bs5 .text-xl-center{text-align:center!important}}@media (min-width:1400px){.ns-bs5 .float-xxl-start{float:left!important}.ns-bs5 .float-xxl-end{float:right!important}.ns-bs5 .float-xxl-none{float:none!important}.ns-bs5 .object-fit-xxl-contain{object-fit:contain!important}.ns-bs5 .object-fit-xxl-cover{object-fit:cover!important}.ns-bs5 .object-fit-xxl-fill{object-fit:fill!important}.ns-bs5 .object-fit-xxl-scale{object-fit:scale-down!important}.ns-bs5 .object-fit-xxl-none{object-fit:none!important}.ns-bs5 .d-xxl-inline{display:inline!important}.ns-bs5 .d-xxl-inline-block{display:inline-block!important}.ns-bs5 .d-xxl-block{display:block!important}.ns-bs5 .d-xxl-grid{display:grid!important}.ns-bs5 .d-xxl-inline-grid{display:inline-grid!important}.ns-bs5 .d-xxl-table{display:table!important}.ns-bs5 .d-xxl-table-row{display:table-row!important}.ns-bs5 .d-xxl-table-cell{display:table-cell!important}.ns-bs5 .d-xxl-flex{display:flex!important}.ns-bs5 .d-xxl-inline-flex{display:inline-flex!important}.ns-bs5 .d-xxl-none{display:none!important}.ns-bs5 .flex-xxl-fill{flex:1 1 auto!important}.ns-bs5 .flex-xxl-row{flex-direction:row!important}.ns-bs5 .flex-xxl-column{flex-direction:column!important}.ns-bs5 .flex-xxl-row-reverse{flex-direction:row-reverse!important}.ns-bs5 .flex-xxl-column-reverse{flex-direction:column-reverse!important}.ns-bs5 .flex-xxl-grow-0{flex-grow:0!important}.ns-bs5 .flex-xxl-grow-1{flex-grow:1!important}.ns-bs5 .flex-xxl-shrink-0{flex-shrink:0!important}.ns-bs5 .flex-xxl-shrink-1{flex-shrink:1!important}.ns-bs5 .flex-xxl-wrap{flex-wrap:wrap!important}.ns-bs5 .flex-xxl-nowrap{flex-wrap:nowrap!important}.ns-bs5 .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.ns-bs5 .justify-content-xxl-start{justify-content:flex-start!important}.ns-bs5 .justify-content-xxl-end{justify-content:flex-end!important}.ns-bs5 .justify-content-xxl-center{justify-content:center!important}.ns-bs5 .justify-content-xxl-between{justify-content:space-between!important}.ns-bs5 .justify-content-xxl-around{justify-content:space-around!important}.ns-bs5 .justify-content-xxl-evenly{justify-content:space-evenly!important}.ns-bs5 .align-items-xxl-start{align-items:flex-start!important}.ns-bs5 .align-items-xxl-end{align-items:flex-end!important}.ns-bs5 .align-items-xxl-center{align-items:center!important}.ns-bs5 .align-items-xxl-baseline{align-items:baseline!important}.ns-bs5 .align-items-xxl-stretch{align-items:stretch!important}.ns-bs5 .align-content-xxl-start{align-content:flex-start!important}.ns-bs5 .align-content-xxl-end{align-content:flex-end!important}.ns-bs5 .align-content-xxl-center{align-content:center!important}.ns-bs5 .align-content-xxl-between{align-content:space-between!important}.ns-bs5 .align-content-xxl-around{align-content:space-around!important}.ns-bs5 .align-content-xxl-stretch{align-content:stretch!important}.ns-bs5 .align-self-xxl-auto{align-self:auto!important}.ns-bs5 .align-self-xxl-start{align-self:flex-start!important}.ns-bs5 .align-self-xxl-end{align-self:flex-end!important}.ns-bs5 .align-self-xxl-center{align-self:center!important}.ns-bs5 .align-self-xxl-baseline{align-self:baseline!important}.ns-bs5 .align-self-xxl-stretch{align-self:stretch!important}.ns-bs5 .order-xxl-first{order:-1!important}.ns-bs5 .order-xxl-0{order:0!important}.ns-bs5 .order-xxl-1{order:1!important}.ns-bs5 .order-xxl-2{order:2!important}.ns-bs5 .order-xxl-3{order:3!important}.ns-bs5 .order-xxl-4{order:4!important}.ns-bs5 .order-xxl-5{order:5!important}.ns-bs5 .order-xxl-last{order:6!important}.ns-bs5 .m-xxl-0{margin:0!important}.ns-bs5 .m-xxl-1{margin:.25rem!important}.ns-bs5 .m-xxl-2{margin:.5rem!important}.ns-bs5 .m-xxl-3{margin:1rem!important}.ns-bs5 .m-xxl-4{margin:1.5rem!important}.ns-bs5 .m-xxl-5{margin:3rem!important}.ns-bs5 .m-xxl-auto{margin:auto!important}.ns-bs5 .mx-xxl-0{margin-left:0!important;margin-right:0!important}.ns-bs5 .mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.ns-bs5 .mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.ns-bs5 .mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.ns-bs5 .mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.ns-bs5 .mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.ns-bs5 .mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.ns-bs5 .my-xxl-0{margin-bottom:0!important;margin-top:0!important}.ns-bs5 .my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.ns-bs5 .my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.ns-bs5 .my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.ns-bs5 .my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.ns-bs5 .my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.ns-bs5 .my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.ns-bs5 .mt-xxl-0{margin-top:0!important}.ns-bs5 .mt-xxl-1{margin-top:.25rem!important}.ns-bs5 .mt-xxl-2{margin-top:.5rem!important}.ns-bs5 .mt-xxl-3{margin-top:1rem!important}.ns-bs5 .mt-xxl-4{margin-top:1.5rem!important}.ns-bs5 .mt-xxl-5{margin-top:3rem!important}.ns-bs5 .mt-xxl-auto{margin-top:auto!important}.ns-bs5 .me-xxl-0{margin-right:0!important}.ns-bs5 .me-xxl-1{margin-right:.25rem!important}.ns-bs5 .me-xxl-2{margin-right:.5rem!important}.ns-bs5 .me-xxl-3{margin-right:1rem!important}.ns-bs5 .me-xxl-4{margin-right:1.5rem!important}.ns-bs5 .me-xxl-5{margin-right:3rem!important}.ns-bs5 .me-xxl-auto{margin-right:auto!important}.ns-bs5 .mb-xxl-0{margin-bottom:0!important}.ns-bs5 .mb-xxl-1{margin-bottom:.25rem!important}.ns-bs5 .mb-xxl-2{margin-bottom:.5rem!important}.ns-bs5 .mb-xxl-3{margin-bottom:1rem!important}.ns-bs5 .mb-xxl-4{margin-bottom:1.5rem!important}.ns-bs5 .mb-xxl-5{margin-bottom:3rem!important}.ns-bs5 .mb-xxl-auto{margin-bottom:auto!important}.ns-bs5 .ms-xxl-0{margin-left:0!important}.ns-bs5 .ms-xxl-1{margin-left:.25rem!important}.ns-bs5 .ms-xxl-2{margin-left:.5rem!important}.ns-bs5 .ms-xxl-3{margin-left:1rem!important}.ns-bs5 .ms-xxl-4{margin-left:1.5rem!important}.ns-bs5 .ms-xxl-5{margin-left:3rem!important}.ns-bs5 .ms-xxl-auto{margin-left:auto!important}.ns-bs5 .p-xxl-0{padding:0!important}.ns-bs5 .p-xxl-1{padding:.25rem!important}.ns-bs5 .p-xxl-2{padding:.5rem!important}.ns-bs5 .p-xxl-3{padding:1rem!important}.ns-bs5 .p-xxl-4{padding:1.5rem!important}.ns-bs5 .p-xxl-5{padding:3rem!important}.ns-bs5 .px-xxl-0{padding-left:0!important;padding-right:0!important}.ns-bs5 .px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.ns-bs5 .px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.ns-bs5 .px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.ns-bs5 .px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.ns-bs5 .px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.ns-bs5 .py-xxl-0{padding-bottom:0!important;padding-top:0!important}.ns-bs5 .py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.ns-bs5 .py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.ns-bs5 .py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.ns-bs5 .py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.ns-bs5 .py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.ns-bs5 .pt-xxl-0{padding-top:0!important}.ns-bs5 .pt-xxl-1{padding-top:.25rem!important}.ns-bs5 .pt-xxl-2{padding-top:.5rem!important}.ns-bs5 .pt-xxl-3{padding-top:1rem!important}.ns-bs5 .pt-xxl-4{padding-top:1.5rem!important}.ns-bs5 .pt-xxl-5{padding-top:3rem!important}.ns-bs5 .pe-xxl-0{padding-right:0!important}.ns-bs5 .pe-xxl-1{padding-right:.25rem!important}.ns-bs5 .pe-xxl-2{padding-right:.5rem!important}.ns-bs5 .pe-xxl-3{padding-right:1rem!important}.ns-bs5 .pe-xxl-4{padding-right:1.5rem!important}.ns-bs5 .pe-xxl-5{padding-right:3rem!important}.ns-bs5 .pb-xxl-0{padding-bottom:0!important}.ns-bs5 .pb-xxl-1{padding-bottom:.25rem!important}.ns-bs5 .pb-xxl-2{padding-bottom:.5rem!important}.ns-bs5 .pb-xxl-3{padding-bottom:1rem!important}.ns-bs5 .pb-xxl-4{padding-bottom:1.5rem!important}.ns-bs5 .pb-xxl-5{padding-bottom:3rem!important}.ns-bs5 .ps-xxl-0{padding-left:0!important}.ns-bs5 .ps-xxl-1{padding-left:.25rem!important}.ns-bs5 .ps-xxl-2{padding-left:.5rem!important}.ns-bs5 .ps-xxl-3{padding-left:1rem!important}.ns-bs5 .ps-xxl-4{padding-left:1.5rem!important}.ns-bs5 .ps-xxl-5{padding-left:3rem!important}.ns-bs5 .gap-xxl-0{gap:0!important}.ns-bs5 .gap-xxl-1{gap:.25rem!important}.ns-bs5 .gap-xxl-2{gap:.5rem!important}.ns-bs5 .gap-xxl-3{gap:1rem!important}.ns-bs5 .gap-xxl-4{gap:1.5rem!important}.ns-bs5 .gap-xxl-5{gap:3rem!important}.ns-bs5 .row-gap-xxl-0{row-gap:0!important}.ns-bs5 .row-gap-xxl-1{row-gap:.25rem!important}.ns-bs5 .row-gap-xxl-2{row-gap:.5rem!important}.ns-bs5 .row-gap-xxl-3{row-gap:1rem!important}.ns-bs5 .row-gap-xxl-4{row-gap:1.5rem!important}.ns-bs5 .row-gap-xxl-5{row-gap:3rem!important}.ns-bs5 .column-gap-xxl-0{column-gap:0!important}.ns-bs5 .column-gap-xxl-1{column-gap:.25rem!important}.ns-bs5 .column-gap-xxl-2{column-gap:.5rem!important}.ns-bs5 .column-gap-xxl-3{column-gap:1rem!important}.ns-bs5 .column-gap-xxl-4{column-gap:1.5rem!important}.ns-bs5 .column-gap-xxl-5{column-gap:3rem!important}.ns-bs5 .text-xxl-start{text-align:left!important}.ns-bs5 .text-xxl-end{text-align:right!important}.ns-bs5 .text-xxl-center{text-align:center!important}}@media (min-width:1200px){.ns-bs5 .fs-1{font-size:2.5rem!important}.ns-bs5 .fs-2{font-size:2rem!important}.ns-bs5 .fs-3{font-size:1.75rem!important}.ns-bs5 .fs-4{font-size:1.5rem!important}}@media print{.ns-bs5 .d-print-inline{display:inline!important}.ns-bs5 .d-print-inline-block{display:inline-block!important}.ns-bs5 .d-print-block{display:block!important}.ns-bs5 .d-print-grid{display:grid!important}.ns-bs5 .d-print-inline-grid{display:inline-grid!important}.ns-bs5 .d-print-table{display:table!important}.ns-bs5 .d-print-table-row{display:table-row!important}.ns-bs5 .d-print-table-cell{display:table-cell!important}.ns-bs5 .d-print-flex{display:flex!important}.ns-bs5 .d-print-inline-flex{display:inline-flex!important}.ns-bs5 .d-print-none{display:none!important}}
.sourcecoast.ns-bs5 .modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:99999 !important;max-width:600px;height:auto;width:80%;margin-left:0px}.ns-bs5 .modal-content .modal-header{flex-direction:row}.ns-bs5 .modal-header{flex-direction:row-reverse}.sourcecoast.login.ns-bs5 .d-flex{flex-wrap:wrap}.sourcecoast.facebook,.sourcecoast.linkedin,.sourcecoast.twitter,.sourcecoast.google,.sourcecoast.pinterest,.sourcecoast.instagram,.sourcecoast .facebook,.sourcecoast .linkedin,.sourcecoast .twitter,.sourcecoast .google,.sourcecoast .pinterest,.sourcecoast .instagram{background:none}
@font-face{font-display:swap;font-family:'Open Sans';font-style:italic;font-weight:300;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexQ.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Open Sans';font-style:italic;font-weight:400;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Open Sans';font-style:italic;font-weight:500;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkWVAexQ.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Open Sans';font-style:italic;font-weight:600;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAexQ.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Open Sans';font-style:italic;font-weight:700;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexQ.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Open Sans';font-style:italic;font-weight:800;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWVAexQ.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Open Sans';font-style:normal;font-weight:300;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Open Sans';font-style:normal;font-weight:500;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVc.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Open Sans';font-style:normal;font-weight:800;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype')}
@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8WXh0ow.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9WXh0ow.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXh0ow.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ow.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXh0ow.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXh0ow.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXh0ow.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6WXh0ow.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16WXh0ow.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Xw5aX8.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Hw5aX8.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aX8.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w5aX8.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w5aX8.ttf) format('truetype')}
@font-face{font-display:swap;font-family:'Nunito';font-style:italic;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXAHiabf.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:italic;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNi83AHiabf.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXAHiabf.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:italic;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNin3AHiabf.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:italic;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNic3cHiabf.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:italic;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiSncHiabf.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:italic;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXcHiabf.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:italic;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiBHcHiabf.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:normal;font-weight:200;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshdTA3ig.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhdTA3ig.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTA3ig.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhdTA3ig.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmdTA3ig.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmdTA3ig.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmdTA3ig.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Nunito';font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/nunito/v32/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImdTA3ig.ttf) format('truetype')}
@charset "UTF-8";:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#0d6efd;--bs-link-hover-color:#0a58ca;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"??? "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid var(--bs-border-color);border-radius:.375rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0,0,0,0.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0,0,0,0.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0,0,0,0.075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#bacbe6;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#cbccce;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#bcd0c7;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#badce3;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#e6dbb9;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#dfc2c4;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#dfe0e1;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#373b3e;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:calc(1.5em + .75rem + 2px);padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:.375rem}.form-control-color::-webkit-color-swatch{border-radius:.375rem}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + 2px)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 2px)}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.25rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.5rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.375rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated:valid~.valid-feedback,.was-validated:valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.375rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated:invalid~.invalid-feedback,.was-validated:invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family:;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:#212529;--bs-btn-bg:transparent;--bs-btn-border-width:1px;--bs-btn-border-color:transparent;--bs-btn-border-radius:0.375rem;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:none;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:0.5rem}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:0.25rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:#212529;--bs-dropdown-bg:#fff;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:0.375rem;--bs-dropdown-border-width:1px;--bs-dropdown-inner-border-radius:calc(0.375rem - 1px);--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15);--bs-dropdown-link-color:#212529;--bs-dropdown-link-hover-color:#1e2125;--bs-dropdown-link-hover-bg:#e9ecef;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow:;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255,255,255,0.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:.375rem}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight:;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:#6c757d;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:1px;--bs-nav-tabs-border-color:#dee2e6;--bs-nav-tabs-border-radius:0.375rem;--bs-nav-tabs-link-hover-border-color:#e9ecef #e9ecef #dee2e6;--bs-nav-tabs-link-active-color:#495057;--bs-nav-tabs-link-active-bg:#fff;--bs-nav-tabs-link-active-border-color:#dee2e6 #dee2e6 #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));background:0 0;border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:0.375rem;--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{background:0 0;border:0;border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(0,0,0,0.55);--bs-navbar-hover-color:rgba(0,0,0,0.7);--bs-navbar-disabled-color:rgba(0,0,0,0.3);--bs-navbar-active-color:rgba(0,0,0,0.9);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(0,0,0,0.9);--bs-navbar-brand-hover-color:rgba(0,0,0,0.9);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(0,0,0,0.1);--bs-navbar-toggler-border-radius:0.375rem;--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight:;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark{--bs-navbar-color:rgba(255,255,255,0.55);--bs-navbar-hover-color:rgba(255,255,255,0.75);--bs-navbar-disabled-color:rgba(255,255,255,0.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255,255,255,0.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-border-width:1px;--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:0.375rem;--bs-card-box-shadow:;--bs-card-inner-border-radius:calc(0.375rem - 1px);--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(0,0,0,0.03);--bs-card-cap-color:;--bs-card-height:;--bs-card-color:;--bs-card-bg:#fff;--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:#212529;--bs-accordion-bg:#fff;--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:1px;--bs-accordion-border-radius:0.375rem;--bs-accordion-inner-border-radius:calc(0.375rem - 1px);--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:#212529;--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color:#86b7fe;--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13,110,253,0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:#0c63e4;--bs-accordion-active-bg:#e7f1ff}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg:;--bs-breadcrumb-border-radius:;--bs-breadcrumb-divider-color:#6c757d;--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:#6c757d;display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:#fff;--bs-pagination-border-width:1px;--bs-pagination-border-color:#dee2e6;--bs-pagination-border-radius:0.375rem;--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:#e9ecef;--bs-pagination-hover-border-color:#dee2e6;--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:#e9ecef;--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13,110,253,0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:#6c757d;--bs-pagination-disabled-bg:#fff;--bs-pagination-disabled-border-color:#dee2e6;display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:0.5rem}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:0.25rem}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:0.375rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:1px solid var(--bs-alert-border-color);--bs-alert-border-radius:0.375rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:#084298;--bs-alert-bg:#cfe2ff;--bs-alert-border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{--bs-alert-color:#41464b;--bs-alert-bg:#e2e3e5;--bs-alert-border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{--bs-alert-color:#0f5132;--bs-alert-bg:#d1e7dd;--bs-alert-border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{--bs-alert-color:#055160;--bs-alert-bg:#cff4fc;--bs-alert-border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{--bs-alert-color:#664d03;--bs-alert-bg:#fff3cd;--bs-alert-border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{--bs-alert-color:#842029;--bs-alert-bg:#f8d7da;--bs-alert-border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{--bs-alert-color:#636464;--bs-alert-bg:#fefefe;--bs-alert-border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{--bs-alert-color:#141619;--bs-alert-bg:#d3d3d4;--bs-alert-border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:#e9ecef;--bs-progress-border-radius:0.375rem;--bs-progress-box-shadow:inset 0 1px 2px rgba(0,0,0,0.075);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:#212529;--bs-list-group-bg:#fff;--bs-list-group-border-color:rgba(0,0,0,0.125);--bs-list-group-border-width:1px;--bs-list-group-border-radius:0.375rem;--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:#495057;--bs-list-group-action-hover-color:#495057;--bs-list-group-action-hover-bg:#f8f9fa;--bs-list-group-action-active-color:#212529;--bs-list-group-action-active-bg:#e9ecef;--bs-list-group-disabled-color:#6c757d;--bs-list-group-disabled-bg:#fff;--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color:;--bs-toast-bg:rgba(255,255,255,0.85);--bs-toast-border-width:1px;--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:0.375rem;--bs-toast-box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15);--bs-toast-header-color:#6c757d;--bs-toast-header-bg:rgba(255,255,255,0.85);--bs-toast-header-border-color:rgba(0,0,0,0.05);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:;--bs-modal-bg:#fff;--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:1px;--bs-modal-border-radius:0.5rem;--bs-modal-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075);--bs-modal-inner-border-radius:calc(0.5rem - 1px);--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:1px;--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg:;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:1px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin:;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:#fff;--bs-tooltip-bg:#000;--bs-tooltip-border-radius:0.375rem;--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;padding:var(--bs-tooltip-arrow-height);margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:#fff;--bs-popover-border-width:1px;--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:0.5rem;--bs-popover-inner-border-radius:calc(0.5rem - 1px);--bs-popover-box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:;--bs-popover-header-bg:#f0f0f0;--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:#212529;--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}.spinner-border,.spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:;--bs-offcanvas-bg:#fff;--bs-offcanvas-border-width:1px;--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075)}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:575.98px){.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}}@media (max-width:575.98px){.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:767.98px){.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:767.98px){.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:767.98px){.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:767.98px){.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}}@media (max-width:767.98px){.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:991.98px){.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}}@media (max-width:991.98px){.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:1199.98px){.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}}@media (max-width:1199.98px){.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:1399.98px){.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}}@media (max-width:1399.98px){.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(13,110,253,var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(108,117,125,var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(25,135,84,var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(13,202,240,var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(255,193,7,var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(220,53,69,var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(248,249,250,var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(33,37,41,var(--bs-bg-opacity,1))!important}.link-primary{color:#0d6efd!important}.link-primary:focus,.link-primary:hover{color:#0a58ca!important}.link-secondary{color:#6c757d!important}.link-secondary:focus,.link-secondary:hover{color:#565e64!important}.link-success{color:#198754!important}.link-success:focus,.link-success:hover{color:#146c43!important}.link-info{color:#0dcaf0!important}.link-info:focus,.link-info:hover{color:#3dd5f3!important}.link-warning{color:#ffc107!important}.link-warning:focus,.link-warning:hover{color:#ffcd39!important}.link-danger{color:#dc3545!important}.link-danger:focus,.link-danger:hover{color:#b02a37!important}.link-light{color:#f8f9fa!important}.link-light:focus,.link-light:hover{color:#f9fafb!important}.link-dark{color:#212529!important}.link-dark:focus,.link-dark:hover{color:#1a1e21!important}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-1{--bs-border-width:1px}.border-2{--bs-border-width:2px}.border-3{--bs-border-width:3px}.border-4{--bs-border-width:4px}.border-5{--bs-border-width:5px}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-semibold{font-weight:600!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-2xl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
@charset "UTF-8";.chosen-container{vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:13px;display:inline-block;position:relative}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{z-index:1010;clip:rect(0,0,0,0);-webkit-clip-path:inset(100%);clip-path:inset(100%);background:#fff;border:1px solid #aaa;border-top:0;width:100%;position:absolute;top:100%;-webkit-box-shadow:0 4px 5px #00000026;box-shadow:0 4px 5px #00000026}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{white-space:nowrap;text-overflow:ellipsis;color:#999;margin-right:4px;font-weight:400;overflow:hidden}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";vertical-align:top;padding-left:2px}.chosen-container-single .chosen-single{color:#444;white-space:nowrap;background:-webkit-gradient(linear,left top,left bottom,color-stop(.2,#fff),color-stop(.5,#f6f6f6),color-stop(.52,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%) padding-box padding-box;border:1px solid #aaa;border-radius:5px;height:25px;padding:0 0 0 8px;line-height:24px;text-decoration:none;display:block;position:relative;overflow:hidden;-webkit-box-shadow:inset 0 0 3px #fff,0 1px 1px #0000001a;box-shadow:inset 0 0 3px #fff,0 1px 1px #0000001a}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{text-overflow:ellipsis;white-space:nowrap;margin-right:26px;display:block;overflow:hidden}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{background:url(/plugins/system/helixultimate/assets/images/chosen-sprite.png?v=8b55a8) -42px 1px no-repeat;width:12px;height:12px;font-size:1px;display:block;position:absolute;top:6px;right:26px}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{width:18px;height:100%;display:block;position:absolute;top:0;right:0}.chosen-container-single .chosen-single div b{background:url(/plugins/system/helixultimate/assets/images/chosen-sprite.png?v=8b55a8) 0 2px no-repeat;width:100%;height:100%;display:block}.chosen-container-single .chosen-search{z-index:1010;white-space:nowrap;margin:0;padding:3px 4px;position:relative}.chosen-container-single .chosen-search input[type=text]{background:url(/plugins/system/helixultimate/assets/images/chosen-sprite.png?v=8b55a8) 100% -20px no-repeat;border:1px solid #aaa;border-radius:0;outline:0;width:100%;height:auto;margin:1px 0;padding:4px 20px 4px 5px;font-family:sans-serif;font-size:1em;line-height:normal}.chosen-container-single .chosen-drop{background-clip:padding-box;border-radius:0 0 4px 4px;margin-top:-1px}.chosen-container-single.chosen-container-single-nosearch .chosen-search{clip:rect(0,0,0,0);-webkit-clip-path:inset(100%);clip-path:inset(100%);position:absolute}.chosen-container .chosen-results{color:#444;-webkit-overflow-scrolling:touch;max-height:240px;margin:0 4px 4px 0;padding:0 0 0 4px;position:relative;overflow:hidden auto}.chosen-container .chosen-results li{word-wrap:break-word;-webkit-touch-callout:none;margin:0;padding:5px 6px;line-height:15px;list-style:none;display:none}.chosen-container .chosen-results li.active-result{cursor:pointer;display:list-item}.chosen-container .chosen-results li.disabled-result{color:#ccc;cursor:default;display:list-item}.chosen-container .chosen-results li.highlighted{color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(.2,#3875d7),color-stop(.9,#2a62bc));background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%)}.chosen-container .chosen-results li.no-results{color:#777;background:#f4f4f4;display:list-item}.chosen-container .chosen-results li.group-result{cursor:default;font-weight:700;display:list-item}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{cursor:text;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(.01,#eee),color-stop(.15,#fff));background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);border:1px solid #aaa;width:100%;height:auto;margin:0;padding:0 5px;position:relative;overflow:hidden}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{white-space:nowrap;margin:0;padding:0}.chosen-container-multi .chosen-choices li.search-field input[type=text]{height:25px;-webkit-box-shadow:none;box-shadow:none;color:#999;border-radius:0;outline:0;width:25px;margin:1px 0;padding:0;font-family:sans-serif;font-size:100%;line-height:normal;background:0 0!important;border:0!important}.chosen-container-multi .chosen-choices li.search-choice{color:#333;cursor:default;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(.2,#f4f4f4),color-stop(.5,#f0f0f0),color-stop(.52,#e8e8e8),to(#eee));background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-repeat:repeat-x;background-size:100% 19px;background-clip:padding-box;border:1px solid #aaa;border-radius:3px;max-width:100%;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;line-height:13px;position:relative;-webkit-box-shadow:inset 0 0 2px #fff,0 1px #0000000d;box-shadow:inset 0 0 2px #fff,0 1px #0000000d}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:url(/plugins/system/helixultimate/assets/images/chosen-sprite.png?v=8b55a8) -42px 1px no-repeat;width:12px;height:12px;font-size:1px;display:block;position:absolute;top:4px;right:3px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{color:#666;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(.2,#f4f4f4),color-stop(.5,#f0f0f0),color-stop(.52,#e8e8e8),to(#eee));background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);border:1px solid #ccc;padding-right:5px}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{color:#ccc;cursor:default;display:list-item}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px #0000004d;box-shadow:0 0 5px #0000004d}.chosen-container-active.chosen-with-drop .chosen-single{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(.2,#eee),color-stop(.8,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;-webkit-box-shadow:inset 0 1px #fff;box-shadow:inset 0 1px #fff}.chosen-container-active.chosen-with-drop .chosen-single div{background:0 0;border-left:none}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px #0000004d;box-shadow:0 0 5px #0000004d}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{cursor:default;opacity:.5!important}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{padding:0 8px 0 0;overflow:visible}.chosen-rtl .chosen-single span{direction:rtl;margin-left:26px;margin-right:0}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{left:3px;right:auto}.chosen-rtl .chosen-single abbr{left:26px;right:auto}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{left:4px;right:auto}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-left:0;padding-right:15px}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{direction:rtl;background:url(/plugins/system/helixultimate/assets/images/chosen-sprite.png?v=8b55a8) -30px -20px no-repeat;padding:4px 5px 4px 20px}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-device-pixel-ratio>= 1.5),only screen and (resolution>= 144dpi),only screen and (resolution>= 1.5x){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(/plugins/system/helixultimate/assets/images/chosen-sprite@2x.png?v=614fad)!important;background-repeat:no-repeat!important;background-size:52px 37px!important}}
:root{--hue:214;--template-bg-light:#f0f4fb;--template-text-dark:#495057;--template-text-light:#fff;--template-link-color:#2a69b8;--template-special-color:#001b4c}.hidden{display:none!important}body.com-media{padding:15px}.media-breadcrumb-item::after{border-inline-start-color:#fff}.js-stools-container-bar{padding:10px 20px}.js-stools-container-bar .btn-toolbar{justify-content:flex-end}.js-stools-container-bar .btn-toolbar>*{margin:4px 0;margin-inline-end:8px}.js-stools-container-bar .btn-toolbar .js-stools-btn-clear{background-color:#1e95cc;border:0}.js-stools-container-bar .ordering-select{display:flex}.js-stools-container-filters{display:none;padding:0 20px;margin-bottom:20px}.js-stools-container-filters-visible{display:grid;grid-gap:8px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));padding:10px;background-color:#fff}.js-stools-container-filters>*{margin:4px 0;margin-inline-end:8px}.js-stools-field-list+.js-stools-field-list{margin-inline-start:8px}[role=tooltip]:not(.show){right:5em;z-index:9999;display:none;max-width:100%;padding:.5em;margin:.5em;color:#000;text-align:start;background:#fff;border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 0 .5rem rgba(0,0,0,.8)}[role=tooltip]:not(.show)[id^=editarticle-]{right:auto;margin-inline-start:-10em}[role=tooltip]:not(.show)[id^=editcontact-]{right:auto;margin-inline-start:-10em}:focus+[role=tooltip],:hover+[role=tooltip]{position:absolute;display:block}.subhead{position:sticky;top:0;right:0;left:0;z-index:1000;width:auto;min-height:43px;padding:8px 1rem;color:#0c192e;background:#fff;background-image:linear-gradient(var(--toolbar-bg),var(--template-bg-dark-3));box-shadow:0 2px 10px -8px var(--template-bg-dark-50)}.subhead .row{margin-right:0;margin-left:0}.subhead.noshadow{box-shadow:none}.subhead .btn-group,.subhead joomla-toolbar-button{margin-inline-start:.75rem}.subhead .btn-group:first-child,.subhead joomla-toolbar-button:first-child{margin-inline-start:0}.subhead joomla-toolbar-button .btn>span,.subhead joomla-toolbar-button .dropdown-item>span{margin-inline-end:.5rem;width:1.25em;text-align:center}.subhead .btn{--subhead-btn-accent:var(--template-text-dark);padding:0 1rem;margin:5px 0;font-size:1rem;line-height:2.45rem;color:var(--template-text-dark);background:#fff;border-color:#adb5bd}.subhead .btn>span{display:inline-block;color:var(--subhead-btn-accent)}.subhead .btn:not([disabled]):active,.subhead .btn:not([disabled]):focus,.subhead .btn:not([disabled]):hover{color:rgba(255,255,255,.9);background-color:var(--subhead-btn-accent);border-color:var(--subhead-btn-accent)}.subhead .btn:not([disabled]):active>span,.subhead .btn:not([disabled]):focus>span,.subhead .btn:not([disabled]):hover>span{color:rgba(255,255,255,.9)}.subhead .btn.btn-success{--subhead-btn-accent:#198754}.subhead .btn.btn-danger{--subhead-btn-accent:#dc3545}.subhead .btn.btn-primary{--subhead-btn-accent:var(--template-link-color)}.subhead .btn.btn-secondary{--subhead-btn-accent:var(--template-special-color)}.subhead .btn.btn-info{--subhead-btn-accent:var(--template-bg-dark)}.subhead .btn.btn-action{--subhead-btn-accent:var(--template-bg-dark);display:flex;align-items:center}.subhead .btn.btn-action::after{width:2.375rem;font-family:'Font Awesome 5 Free';font-weight:900;content:'\f078';border:0}.subhead .btn.dropdown-toggle[disabled],.subhead .btn[disabled]{--subhead-btn-accent:var(--template-bg-dark);background:rgba(222,226,230,.8);opacity:.5}.subhead .btn.dropdown-toggle[disabled]:active,.subhead .btn.dropdown-toggle[disabled]:focus,.subhead .btn.dropdown-toggle[disabled]:hover,.subhead .btn[disabled]:active,.subhead .btn[disabled]:focus,.subhead .btn[disabled]:hover{cursor:not-allowed}.subhead .dropdown-toggle.btn{padding-inline-end:0}.subhead .btn-group:not(:last-child)>.dropdown-toggle-split{order:1;margin-inline-start:-5px}[dir=ltr] .subhead .btn-group:not(:last-child)>.dropdown-toggle-split{border-radius:0 5px 5px 0}[dir=rtl] .subhead .btn-group:not(:last-child)>.dropdown-toggle-split{border-radius:5px 0 0 5px}.subhead .btn-group joomla-toolbar-button,.subhead .dropdown-menu joomla-toolbar-button{margin-inline-start:0}.contentpane .subhead{margin:-15px -15px 0;background-image:none;border-bottom:1px solid var(--template-bg-dark-7)}@media (min-width:576px) and (max-width:767.98px){joomla-tab[view=accordion] .col-md-3,joomla-tab[view=accordion] .col-md-9{padding:.5rem 1rem!important}#myTab{margin-top:1rem;margin-bottom:1.5rem}joomla-tab[view=accordion] ul li{width:100%}.toggler-toolbar{top:0;bottom:auto;z-index:1030;padding:7px 10px;margin:5px;background-color:var(--template-bg-dark);border-radius:30px}.toggler-toolbar .toggler-toolbar-icon::before{font:normal normal 900 28px/1 'Font Awesome 5 Free';color:var(--toggle-color);content:'\f00d'}.toggler-toolbar.collapsed .toggler-toolbar-icon::before{content:'\f085'}.subhead{padding-right:0;padding-left:0}.subhead .btn,.subhead .btn-group,.subhead joomla-toolbar-button{width:100%;margin-left:0;text-align:left}.subhead .btn-toolbar>.btn-group,.subhead .btn-toolbar>joomla-toolbar-button{margin-left:0}.subhead .btn.btn-action::after{text-align:center;margin-inline-start:auto}.subhead .dropdown-toggle-split{width:auto}}
@charset "UTF-8";.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fas,[class^=icon-],[class*=\ icon-],.far,.fab,.icon-joomla,.fa-solid,.fa-regular,.fa-brands,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-variant:normal;text-rendering:auto;font-style:normal;line-height:1}.fas:before,[class^=icon-]:before,[class*=\ icon-]:before,.far:before,.fab:before,.icon-joomla:before,.fa-solid:before,.fa-regular:before,.fa-brands:before,.fa:before{content:var(--fa)}.fa-classic,.fas,[class^=icon-],[class*=\ icon-],.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fa-brands,.fab,.icon-joomla{font-family:"Font Awesome 6 Brands"}.icon-joomla,[class^=icon-],[class*=\ icon-]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant:normal;font-style:normal;font-weight:400;line-height:1;display:inline-block}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{vertical-align:.225em;font-size:.625em;line-height:.1em}.fa-xs,.icon-xs{vertical-align:.125em;font-size:.75em;line-height:.0833333em}.fa-sm,.icon-sm{vertical-align:.0535714em;font-size:.875em;line-height:.0714286em}.fa-lg,.icon-lg{vertical-align:-.075em;font-size:1.25em;line-height:.05em}.fa-xl{vertical-align:-.125em;font-size:1.5em;line-height:.0416667em}.fa-2xl{vertical-align:-.1875em;font-size:2em;line-height:.03125em}.fa-fw,.icon-fw{text-align:center;width:1.25em}.fa-ul,.icon-ul{margin-left:var(--fa-li-margin,2.5em);padding-left:0;list-style-type:none}.fa-ul>li,.icon-ul>li{position:relative}.fa-li,.icon-li{left:calc(-1*var(--fa-li-width,2em));text-align:center;width:var(--fa-li-width,2em);line-height:inherit;position:absolute}.fa-border,.icon-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left,.icon-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right,.icon-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin,.icon-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.icon-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.icon-pulse,.fa-shake,.fa-spin,.icon-spin,.fa-spin-pulse{transition-duration:0s;transition-delay:0s;animation-duration:1ms;animation-iteration-count:1;animation-delay:-1ms}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1)translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0)}57%{transform:scale(1,1)translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1)translateY(0)}to{transform:scale(1)translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90,.icon-rotate-90{transform:rotate(90deg)}.fa-rotate-180,.icon-rotate-180{transform:rotate(180deg)}.fa-rotate-270,.icon-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal,.icon-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical,.icon-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.icon-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-horizontal.icon-flip-vertical,.fa-flip-vertical.icon-flip-horizontal,.icon-flip-horizontal.icon-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack,.icon-stack{vertical-align:middle;width:2.5em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.icon-stack-1x,.fa-stack-2x,.icon-stack-2x{text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto);position:absolute;left:0}.fa-stack-1x,.icon-stack-1x{line-height:inherit}.fa-stack-2x,.icon-stack-2x{font-size:2em}.fa-inverse,.icon-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"0"}.fa-1{--fa:"1"}.fa-2{--fa:"2"}.fa-3{--fa:"3"}.fa-4{--fa:"4"}.fa-5{--fa:"5"}.fa-6{--fa:"6"}.fa-7{--fa:"7"}.fa-8{--fa:"8"}.fa-9{--fa:"9"}.fa-fill-drip{--fa:""}.fa-arrows-to-circle{--fa:""}.fa-circle-chevron-right,.fa-chevron-circle-right{--fa:""}.fa-at{--fa:"@"}.fa-trash-can,.fa-trash-alt{--fa:""}.fa-text-height{--fa:""}.fa-user-xmark,.fa-user-times{--fa:""}.fa-stethoscope{--fa:""}.fa-message,.fa-comment-alt{--fa:""}.fa-info{--fa:""}.fa-down-left-and-up-right-to-center,.fa-compress-alt{--fa:""}.fa-explosion{--fa:""}.fa-file-lines,.fa-file-alt,.fa-file-text{--fa:""}.fa-wave-square{--fa:""}.fa-ring{--fa:""}.fa-building-un{--fa:""}.fa-dice-three{--fa:""}.fa-calendar-days,.fa-calendar-alt{--fa:""}.fa-anchor-circle-check{--fa:""}.fa-building-circle-arrow-right{--fa:""}.fa-volleyball,.fa-volleyball-ball{--fa:""}.fa-arrows-up-to-line{--fa:""}.fa-sort-down,.fa-sort-desc{--fa:""}.fa-circle-minus,.fa-minus-circle{--fa:""}.fa-door-open{--fa:""}.fa-right-from-bracket,.fa-sign-out-alt{--fa:""}.fa-atom{--fa:""}.fa-soap{--fa:""}.fa-icons,.fa-heart-music-camera-bolt{--fa:""}.fa-microphone-lines-slash,.fa-microphone-alt-slash{--fa:""}.fa-bridge-circle-check{--fa:""}.fa-pump-medical{--fa:""}.fa-fingerprint{--fa:""}.fa-hand-point-right{--fa:""}.fa-magnifying-glass-location,.fa-search-location{--fa:""}.fa-forward-step,.fa-step-forward{--fa:""}.fa-face-smile-beam,.fa-smile-beam{--fa:""}.fa-flag-checkered{--fa:""}.fa-football,.fa-football-ball{--fa:""}.fa-school-circle-exclamation{--fa:""}.fa-crop{--fa:""}.fa-angles-down,.fa-angle-double-down{--fa:""}.fa-users-rectangle{--fa:""}.fa-people-roof{--fa:""}.fa-people-line{--fa:""}.fa-beer-mug-empty,.fa-beer{--fa:""}.fa-diagram-predecessor{--fa:""}.fa-arrow-up-long,.fa-long-arrow-up{--fa:""}.fa-fire-flame-simple,.fa-burn{--fa:""}.fa-person,.fa-male{--fa:""}.fa-laptop{--fa:""}.fa-file-csv{--fa:""}.fa-menorah{--fa:""}.fa-truck-plane{--fa:""}.fa-record-vinyl{--fa:""}.fa-face-grin-stars,.fa-grin-stars{--fa:""}.fa-bong{--fa:""}.fa-spaghetti-monster-flying,.fa-pastafarianism{--fa:""}.fa-arrow-down-up-across-line{--fa:""}.fa-spoon,.fa-utensil-spoon{--fa:""}.fa-jar-wheat{--fa:""}.fa-envelopes-bulk,.fa-mail-bulk{--fa:""}.fa-file-circle-exclamation{--fa:""}.fa-circle-h,.fa-hospital-symbol{--fa:""}.fa-pager{--fa:""}.fa-address-book,.fa-contact-book{--fa:""}.fa-strikethrough{--fa:""}.fa-k{--fa:"K"}.fa-landmark-flag{--fa:""}.fa-pencil,.fa-pencil-alt{--fa:""}.fa-backward{--fa:""}.fa-caret-right{--fa:""}.fa-comments{--fa:""}.fa-paste,.fa-file-clipboard{--fa:""}.fa-code-pull-request{--fa:""}.fa-clipboard-list{--fa:""}.fa-truck-ramp-box,.fa-truck-loading{--fa:""}.fa-user-check{--fa:""}.fa-vial-virus{--fa:""}.fa-sheet-plastic{--fa:""}.fa-blog{--fa:""}.fa-user-ninja{--fa:""}.fa-person-arrow-up-from-line{--fa:""}.fa-scroll-torah,.fa-torah{--fa:""}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:""}.fa-toggle-off{--fa:""}.fa-box-archive,.fa-archive{--fa:""}.fa-person-drowning{--fa:""}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:""}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:""}.fa-spray-can{--fa:""}.fa-truck-monster{--fa:""}.fa-w{--fa:"W"}.fa-earth-africa,.fa-globe-africa{--fa:""}.fa-rainbow{--fa:""}.fa-circle-notch{--fa:""}.fa-tablet-screen-button,.fa-tablet-alt{--fa:""}.fa-paw{--fa:""}.fa-cloud{--fa:""}.fa-trowel-bricks{--fa:""}.fa-face-flushed,.fa-flushed{--fa:""}.fa-hospital-user{--fa:""}.fa-tent-arrow-left-right{--fa:""}.fa-gavel,.fa-legal{--fa:""}.fa-binoculars{--fa:""}.fa-microphone-slash{--fa:""}.fa-box-tissue{--fa:""}.fa-motorcycle{--fa:""}.fa-bell-concierge,.fa-concierge-bell{--fa:""}.fa-pen-ruler,.fa-pencil-ruler{--fa:""}.fa-people-arrows,.fa-people-arrows-left-right{--fa:""}.fa-mars-and-venus-burst{--fa:""}.fa-square-caret-right,.fa-caret-square-right{--fa:""}.fa-scissors,.fa-cut{--fa:""}.fa-sun-plant-wilt{--fa:""}.fa-toilets-portable{--fa:""}.fa-hockey-puck{--fa:""}.fa-table{--fa:""}.fa-magnifying-glass-arrow-right{--fa:""}.fa-tachograph-digital,.fa-digital-tachograph{--fa:""}.fa-users-slash{--fa:""}.fa-clover{--fa:""}.fa-reply,.fa-mail-reply{--fa:""}.fa-star-and-crescent{--fa:""}.fa-house-fire{--fa:""}.fa-square-minus,.fa-minus-square{--fa:""}.fa-helicopter{--fa:""}.fa-compass{--fa:""}.fa-square-caret-down,.fa-caret-square-down{--fa:""}.fa-file-circle-question{--fa:""}.fa-laptop-code{--fa:""}.fa-swatchbook{--fa:""}.fa-prescription-bottle{--fa:""}.fa-bars,.fa-navicon{--fa:""}.fa-people-group{--fa:""}.fa-hourglass-end,.fa-hourglass-3{--fa:""}.fa-heart-crack,.fa-heart-broken{--fa:""}.fa-square-up-right,.fa-external-link-square-alt{--fa:""}.fa-face-kiss-beam,.fa-kiss-beam{--fa:""}.fa-film{--fa:""}.fa-ruler-horizontal{--fa:""}.fa-people-robbery{--fa:""}.fa-lightbulb{--fa:""}.fa-caret-left{--fa:""}.fa-circle-exclamation,.fa-exclamation-circle{--fa:""}.fa-school-circle-xmark{--fa:""}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:""}.fa-circle-chevron-down,.fa-chevron-circle-down{--fa:""}.fa-unlock-keyhole,.fa-unlock-alt{--fa:""}.fa-cloud-showers-heavy{--fa:""}.fa-headphones-simple,.fa-headphones-alt{--fa:""}.fa-sitemap{--fa:""}.fa-circle-dollar-to-slot,.fa-donate{--fa:""}.fa-memory{--fa:""}.fa-road-spikes{--fa:""}.fa-fire-burner{--fa:""}.fa-flag{--fa:""}.fa-hanukiah{--fa:""}.fa-feather{--fa:""}.fa-volume-low,.fa-volume-down{--fa:""}.fa-comment-slash{--fa:""}.fa-cloud-sun-rain{--fa:""}.fa-compress{--fa:""}.fa-wheat-awn,.fa-wheat-alt{--fa:""}.fa-ankh{--fa:""}.fa-hands-holding-child{--fa:""}.fa-asterisk{--fa:"*"}.fa-square-check,.fa-check-square{--fa:""}.fa-peseta-sign{--fa:""}.fa-heading,.fa-header{--fa:""}.fa-ghost{--fa:""}.fa-list,.fa-list-squares{--fa:""}.fa-square-phone-flip,.fa-phone-square-alt{--fa:""}.fa-cart-plus{--fa:""}.fa-gamepad{--fa:""}.fa-circle-dot,.fa-dot-circle{--fa:""}.fa-face-dizzy,.fa-dizzy{--fa:""}.fa-egg{--fa:""}.fa-house-medical-circle-xmark{--fa:""}.fa-campground{--fa:""}.fa-folder-plus{--fa:""}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:""}.fa-paintbrush,.fa-paint-brush{--fa:""}.fa-lock{--fa:""}.fa-gas-pump{--fa:""}.fa-hot-tub-person,.fa-hot-tub{--fa:""}.fa-map-location,.fa-map-marked{--fa:""}.fa-house-flood-water{--fa:""}.fa-tree{--fa:""}.fa-bridge-lock{--fa:""}.fa-sack-dollar{--fa:""}.fa-pen-to-square,.fa-edit{--fa:""}.fa-car-side{--fa:""}.fa-share-nodes,.fa-share-alt{--fa:""}.fa-heart-circle-minus{--fa:""}.fa-hourglass-half,.fa-hourglass-2{--fa:""}.fa-microscope{--fa:""}.fa-sink{--fa:""}.fa-bag-shopping,.fa-shopping-bag{--fa:""}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:""}.fa-mitten{--fa:""}.fa-person-rays{--fa:""}.fa-users{--fa:""}.fa-eye-slash{--fa:""}.fa-flask-vial{--fa:""}.fa-hand,.fa-hand-paper{--fa:""}.fa-om{--fa:""}.fa-worm{--fa:""}.fa-house-circle-xmark{--fa:""}.fa-plug{--fa:""}.fa-chevron-up{--fa:""}.fa-hand-spock{--fa:""}.fa-stopwatch{--fa:""}.fa-face-kiss,.fa-kiss{--fa:""}.fa-bridge-circle-xmark{--fa:""}.fa-face-grin-tongue,.fa-grin-tongue{--fa:""}.fa-chess-bishop{--fa:""}.fa-face-grin-wink,.fa-grin-wink{--fa:""}.fa-ear-deaf,.fa-deaf,.fa-deafness,.fa-hard-of-hearing{--fa:""}.fa-road-circle-check{--fa:""}.fa-dice-five{--fa:""}.fa-square-rss,.fa-rss-square{--fa:""}.fa-land-mine-on{--fa:""}.fa-i-cursor{--fa:""}.fa-stamp{--fa:""}.fa-stairs{--fa:""}.fa-i{--fa:"I"}.fa-hryvnia-sign,.fa-hryvnia{--fa:""}.fa-pills{--fa:""}.fa-face-grin-wide,.fa-grin-alt{--fa:""}.fa-tooth{--fa:""}.fa-v{--fa:"V"}.fa-bangladeshi-taka-sign{--fa:""}.fa-bicycle{--fa:""}.fa-staff-snake,.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius{--fa:""}.fa-head-side-cough-slash{--fa:""}.fa-truck-medical,.fa-ambulance{--fa:""}.fa-wheat-awn-circle-exclamation{--fa:""}.fa-snowman{--fa:""}.fa-mortar-pestle{--fa:""}.fa-road-barrier{--fa:""}.fa-school{--fa:""}.fa-igloo{--fa:""}.fa-joint{--fa:""}.fa-angle-right{--fa:""}.fa-horse{--fa:""}.fa-q{--fa:"Q"}.fa-g{--fa:"G"}.fa-notes-medical{--fa:""}.fa-temperature-half,.fa-temperature-2,.fa-thermometer-2,.fa-thermometer-half{--fa:""}.fa-dong-sign{--fa:""}.fa-capsules{--fa:""}.fa-poo-storm,.fa-poo-bolt{--fa:""}.fa-face-frown-open,.fa-frown-open{--fa:""}.fa-hand-point-up{--fa:""}.fa-money-bill{--fa:""}.fa-bookmark{--fa:""}.fa-align-justify{--fa:""}.fa-umbrella-beach{--fa:""}.fa-helmet-un{--fa:""}.fa-bullseye{--fa:""}.fa-bacon{--fa:""}.fa-hand-point-down{--fa:""}.fa-arrow-up-from-bracket{--fa:""}.fa-folder,.fa-folder-blank{--fa:""}.fa-file-waveform,.fa-file-medical-alt{--fa:""}.fa-radiation{--fa:""}.fa-chart-simple{--fa:""}.fa-mars-stroke{--fa:""}.fa-vial{--fa:""}.fa-gauge,.fa-dashboard,.fa-gauge-med,.fa-tachometer-alt-average{--fa:""}.fa-wand-magic-sparkles,.fa-magic-wand-sparkles{--fa:""}.fa-e{--fa:"E"}.fa-pen-clip,.fa-pen-alt{--fa:""}.fa-bridge-circle-exclamation{--fa:""}.fa-user{--fa:""}.fa-school-circle-check{--fa:""}.fa-dumpster{--fa:""}.fa-van-shuttle,.fa-shuttle-van{--fa:""}.fa-building-user{--fa:""}.fa-square-caret-left,.fa-caret-square-left{--fa:""}.fa-highlighter{--fa:""}.fa-key{--fa:""}.fa-bullhorn{--fa:""}.fa-globe{--fa:""}.fa-synagogue{--fa:""}.fa-person-half-dress{--fa:""}.fa-road-bridge{--fa:""}.fa-location-arrow{--fa:""}.fa-c{--fa:"C"}.fa-tablet-button{--fa:""}.fa-building-lock{--fa:""}.fa-pizza-slice{--fa:""}.fa-money-bill-wave{--fa:""}.fa-chart-area,.fa-area-chart{--fa:""}.fa-house-flag{--fa:""}.fa-person-circle-minus{--fa:""}.fa-ban,.fa-cancel{--fa:""}.fa-camera-rotate{--fa:""}.fa-spray-can-sparkles,.fa-air-freshener{--fa:""}.fa-star{--fa:""}.fa-repeat{--fa:""}.fa-cross{--fa:""}.fa-box{--fa:""}.fa-venus-mars{--fa:""}.fa-arrow-pointer,.fa-mouse-pointer{--fa:""}.fa-maximize,.fa-expand-arrows-alt{--fa:""}.fa-charging-station{--fa:""}.fa-shapes,.fa-triangle-circle-square{--fa:""}.fa-shuffle,.fa-random{--fa:""}.fa-person-running,.fa-running{--fa:""}.fa-mobile-retro{--fa:""}.fa-grip-lines-vertical{--fa:""}.fa-spider{--fa:""}.fa-hands-bound{--fa:""}.fa-file-invoice-dollar{--fa:""}.fa-plane-circle-exclamation{--fa:""}.fa-x-ray{--fa:""}.fa-spell-check{--fa:""}.fa-slash{--fa:""}.fa-computer-mouse,.fa-mouse{--fa:""}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:""}.fa-shop-slash,.fa-store-alt-slash{--fa:""}.fa-server{--fa:""}.fa-virus-covid-slash{--fa:""}.fa-shop-lock{--fa:""}.fa-hourglass-start,.fa-hourglass-1{--fa:""}.fa-blender-phone{--fa:""}.fa-building-wheat{--fa:""}.fa-person-breastfeeding{--fa:""}.fa-right-to-bracket,.fa-sign-in-alt{--fa:""}.fa-venus{--fa:""}.fa-passport{--fa:""}.fa-thumbtack-slash,.fa-thumb-tack-slash{--fa:""}.fa-heart-pulse,.fa-heartbeat{--fa:""}.fa-people-carry-box,.fa-people-carry{--fa:""}.fa-temperature-high{--fa:""}.fa-microchip{--fa:""}.fa-crown{--fa:""}.fa-weight-hanging{--fa:""}.fa-xmarks-lines{--fa:""}.fa-file-prescription{--fa:""}.fa-weight-scale,.fa-weight{--fa:""}.fa-user-group,.fa-user-friends{--fa:""}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:""}.fa-chess-knight{--fa:""}.fa-face-laugh-squint,.fa-laugh-squint{--fa:""}.fa-wheelchair{--fa:""}.fa-circle-arrow-up,.fa-arrow-circle-up{--fa:""}.fa-toggle-on{--fa:""}.fa-person-walking,.fa-walking{--fa:""}.fa-l{--fa:"L"}.fa-fire{--fa:""}.fa-bed-pulse,.fa-procedures{--fa:""}.fa-shuttle-space,.fa-space-shuttle{--fa:""}.fa-face-laugh,.fa-laugh{--fa:""}.fa-folder-open{--fa:""}.fa-heart-circle-plus{--fa:""}.fa-code-fork{--fa:""}.fa-city{--fa:""}.fa-microphone-lines,.fa-microphone-alt{--fa:""}.fa-pepper-hot{--fa:""}.fa-unlock{--fa:""}.fa-colon-sign{--fa:""}.fa-headset{--fa:""}.fa-store-slash{--fa:""}.fa-road-circle-xmark{--fa:""}.fa-user-minus{--fa:""}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:""}.fa-champagne-glasses,.fa-glass-cheers{--fa:""}.fa-clipboard{--fa:""}.fa-house-circle-exclamation{--fa:""}.fa-file-arrow-up,.fa-file-upload{--fa:""}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:""}.fa-bath,.fa-bathtub{--fa:""}.fa-underline{--fa:""}.fa-user-pen,.fa-user-edit{--fa:""}.fa-signature{--fa:""}.fa-stroopwafel{--fa:""}.fa-bold{--fa:""}.fa-anchor-lock{--fa:""}.fa-building-ngo{--fa:""}.fa-manat-sign{--fa:""}.fa-not-equal{--fa:""}.fa-border-top-left,.fa-border-style{--fa:""}.fa-map-location-dot,.fa-map-marked-alt{--fa:""}.fa-jedi{--fa:""}.fa-square-poll-vertical,.fa-poll{--fa:""}.fa-mug-hot{--fa:""}.fa-car-battery,.fa-battery-car{--fa:""}.fa-gift{--fa:""}.fa-dice-two{--fa:""}.fa-chess-queen{--fa:""}.fa-glasses{--fa:""}.fa-chess-board{--fa:""}.fa-building-circle-check{--fa:""}.fa-person-chalkboard{--fa:""}.fa-mars-stroke-right,.fa-mars-stroke-h{--fa:""}.fa-hand-back-fist,.fa-hand-rock{--fa:""}.fa-square-caret-up,.fa-caret-square-up{--fa:""}.fa-cloud-showers-water{--fa:""}.fa-chart-bar,.fa-bar-chart{--fa:""}.fa-hands-bubbles,.fa-hands-wash{--fa:""}.fa-less-than-equal{--fa:""}.fa-train{--fa:""}.fa-eye-low-vision,.fa-low-vision{--fa:""}.fa-crow{--fa:""}.fa-sailboat{--fa:""}.fa-window-restore{--fa:""}.fa-square-plus,.fa-plus-square{--fa:""}.fa-torii-gate{--fa:""}.fa-frog{--fa:""}.fa-bucket{--fa:""}.fa-image{--fa:""}.fa-microphone{--fa:""}.fa-cow{--fa:""}.fa-caret-up{--fa:""}.fa-screwdriver{--fa:""}.fa-folder-closed{--fa:""}.fa-house-tsunami{--fa:""}.fa-square-nfi{--fa:""}.fa-arrow-up-from-ground-water{--fa:""}.fa-martini-glass,.fa-glass-martini-alt{--fa:""}.fa-square-binary{--fa:""}.fa-rotate-left,.fa-rotate-back,.fa-rotate-backward,.fa-undo-alt{--fa:""}.fa-table-columns,.fa-columns{--fa:""}.fa-lemon{--fa:""}.fa-head-side-mask{--fa:""}.fa-handshake{--fa:""}.fa-gem{--fa:""}.fa-dolly,.fa-dolly-box{--fa:""}.fa-smoking{--fa:""}.fa-minimize,.fa-compress-arrows-alt{--fa:""}.fa-monument{--fa:""}.fa-snowplow{--fa:""}.fa-angles-right,.fa-angle-double-right{--fa:""}.fa-cannabis{--fa:""}.fa-circle-play,.fa-play-circle{--fa:""}.fa-tablets{--fa:""}.fa-ethernet{--fa:""}.fa-euro-sign,.fa-eur,.fa-euro{--fa:""}.fa-chair{--fa:""}.fa-circle-check,.fa-check-circle{--fa:""}.fa-circle-stop,.fa-stop-circle{--fa:""}.fa-compass-drafting,.fa-drafting-compass{--fa:""}.fa-plate-wheat{--fa:""}.fa-icicles{--fa:""}.fa-person-shelter{--fa:""}.fa-neuter{--fa:""}.fa-id-badge{--fa:""}.fa-marker{--fa:""}.fa-face-laugh-beam,.fa-laugh-beam{--fa:""}.fa-helicopter-symbol{--fa:""}.fa-universal-access{--fa:""}.fa-circle-chevron-up,.fa-chevron-circle-up{--fa:""}.fa-lari-sign{--fa:""}.fa-volcano{--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:""}.fa-sterling-sign,.fa-gbp,.fa-pound-sign{--fa:""}.fa-viruses{--fa:""}.fa-square-person-confined{--fa:""}.fa-user-tie{--fa:""}.fa-arrow-down-long,.fa-long-arrow-down{--fa:""}.fa-tent-arrow-down-to-line{--fa:""}.fa-certificate{--fa:""}.fa-reply-all,.fa-mail-reply-all{--fa:""}.fa-suitcase{--fa:""}.fa-person-skating,.fa-skating{--fa:""}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:""}.fa-camera-retro{--fa:""}.fa-circle-arrow-down,.fa-arrow-circle-down{--fa:""}.fa-file-import,.fa-arrow-right-to-file{--fa:""}.fa-square-arrow-up-right,.fa-external-link-square{--fa:""}.fa-box-open{--fa:""}.fa-scroll{--fa:""}.fa-spa{--fa:""}.fa-location-pin-lock{--fa:""}.fa-pause{--fa:""}.fa-hill-avalanche{--fa:""}.fa-temperature-empty,.fa-temperature-0,.fa-thermometer-0,.fa-thermometer-empty{--fa:""}.fa-bomb{--fa:""}.fa-registered{--fa:""}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:""}.fa-scale-unbalanced-flip,.fa-balance-scale-right{--fa:""}.fa-subscript{--fa:""}.fa-diamond-turn-right,.fa-directions{--fa:""}.fa-burst{--fa:""}.fa-house-laptop,.fa-laptop-house{--fa:""}.fa-face-tired,.fa-tired{--fa:""}.fa-money-bills{--fa:""}.fa-smog{--fa:""}.fa-crutch{--fa:""}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:""}.fa-palette{--fa:""}.fa-arrows-turn-right{--fa:""}.fa-vest{--fa:""}.fa-ferry{--fa:""}.fa-arrows-down-to-people{--fa:""}.fa-seedling,.fa-sprout{--fa:""}.fa-left-right,.fa-arrows-alt-h{--fa:""}.fa-boxes-packing{--fa:""}.fa-circle-arrow-left,.fa-arrow-circle-left{--fa:""}.fa-group-arrows-rotate{--fa:""}.fa-bowl-food{--fa:""}.fa-candy-cane{--fa:""}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:""}.fa-cloud-bolt,.fa-thunderstorm{--fa:""}.fa-text-slash,.fa-remove-format{--fa:""}.fa-face-smile-wink,.fa-smile-wink{--fa:""}.fa-file-word{--fa:""}.fa-file-powerpoint{--fa:""}.fa-arrows-left-right,.fa-arrows-h{--fa:""}.fa-house-lock{--fa:""}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:""}.fa-children{--fa:""}.fa-chalkboard,.fa-blackboard{--fa:""}.fa-user-large-slash,.fa-user-alt-slash{--fa:""}.fa-envelope-open{--fa:""}.fa-handshake-simple-slash,.fa-handshake-alt-slash{--fa:""}.fa-mattress-pillow{--fa:""}.fa-guarani-sign{--fa:""}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:""}.fa-fire-extinguisher{--fa:""}.fa-cruzeiro-sign{--fa:""}.fa-greater-than-equal{--fa:""}.fa-shield-halved,.fa-shield-alt{--fa:""}.fa-book-atlas,.fa-atlas{--fa:""}.fa-virus{--fa:""}.fa-envelope-circle-check{--fa:""}.fa-layer-group{--fa:""}.fa-arrows-to-dot{--fa:""}.fa-archway{--fa:""}.fa-heart-circle-check{--fa:""}.fa-house-chimney-crack,.fa-house-damage{--fa:""}.fa-file-zipper,.fa-file-archive{--fa:""}.fa-square{--fa:""}.fa-martini-glass-empty,.fa-glass-martini{--fa:""}.fa-couch{--fa:""}.fa-cedi-sign{--fa:""}.fa-italic{--fa:""}.fa-table-cells-column-lock{--fa:""}.fa-church{--fa:""}.fa-comments-dollar{--fa:""}.fa-democrat{--fa:""}.fa-z{--fa:"Z"}.fa-person-skiing,.fa-skiing{--fa:""}.fa-road-lock{--fa:""}.fa-a{--fa:"A"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:""}.fa-feather-pointed,.fa-feather-alt{--fa:""}.fa-p{--fa:"P"}.fa-snowflake{--fa:""}.fa-newspaper{--fa:""}.fa-rectangle-ad,.fa-ad{--fa:""}.fa-circle-arrow-right,.fa-arrow-circle-right{--fa:""}.fa-filter-circle-xmark{--fa:""}.fa-locust{--fa:""}.fa-sort,.fa-unsorted{--fa:""}.fa-list-ol,.fa-list-1-2,.fa-list-numeric{--fa:""}.fa-person-dress-burst{--fa:""}.fa-money-check-dollar,.fa-money-check-alt{--fa:""}.fa-vector-square{--fa:""}.fa-bread-slice{--fa:""}.fa-language{--fa:""}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:""}.fa-filter{--fa:""}.fa-question{--fa:"?"}.fa-file-signature{--fa:""}.fa-up-down-left-right,.fa-arrows-alt{--fa:""}.fa-house-chimney-user{--fa:""}.fa-hand-holding-heart{--fa:""}.fa-puzzle-piece{--fa:""}.fa-money-check{--fa:""}.fa-star-half-stroke,.fa-star-half-alt{--fa:""}.fa-code{--fa:""}.fa-whiskey-glass,.fa-glass-whiskey{--fa:""}.fa-building-circle-exclamation{--fa:""}.fa-magnifying-glass-chart{--fa:""}.fa-arrow-up-right-from-square,.fa-external-link{--fa:""}.fa-cubes-stacked{--fa:""}.fa-won-sign,.fa-krw,.fa-won{--fa:""}.fa-virus-covid{--fa:""}.fa-austral-sign{--fa:""}.fa-f{--fa:"F"}.fa-leaf{--fa:""}.fa-road{--fa:""}.fa-taxi,.fa-cab{--fa:""}.fa-person-circle-plus{--fa:""}.fa-chart-pie,.fa-pie-chart{--fa:""}.fa-bolt-lightning{--fa:""}.fa-sack-xmark{--fa:""}.fa-file-excel{--fa:""}.fa-file-contract{--fa:""}.fa-fish-fins{--fa:""}.fa-building-flag{--fa:""}.fa-face-grin-beam,.fa-grin-beam{--fa:""}.fa-object-ungroup{--fa:""}.fa-poop{--fa:""}.fa-location-pin,.fa-map-marker{--fa:""}.fa-kaaba{--fa:""}.fa-toilet-paper{--fa:""}.fa-helmet-safety,.fa-hard-hat,.fa-hat-hard{--fa:""}.fa-eject{--fa:""}.fa-circle-right,.fa-arrow-alt-circle-right{--fa:""}.fa-plane-circle-check{--fa:""}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:""}.fa-object-group{--fa:""}.fa-chart-line,.fa-line-chart{--fa:""}.fa-mask-ventilator{--fa:""}.fa-arrow-right{--fa:""}.fa-signs-post,.fa-map-signs{--fa:""}.fa-cash-register{--fa:""}.fa-person-circle-question{--fa:""}.fa-h{--fa:"H"}.fa-tarp{--fa:""}.fa-screwdriver-wrench,.fa-tools{--fa:""}.fa-arrows-to-eye{--fa:""}.fa-plug-circle-bolt{--fa:""}.fa-heart{--fa:""}.fa-mars-and-venus{--fa:""}.fa-house-user,.fa-home-user{--fa:""}.fa-dumpster-fire{--fa:""}.fa-house-crack{--fa:""}.fa-martini-glass-citrus,.fa-cocktail{--fa:""}.fa-face-surprise,.fa-surprise{--fa:""}.fa-bottle-water{--fa:""}.fa-circle-pause,.fa-pause-circle{--fa:""}.fa-toilet-paper-slash{--fa:""}.fa-apple-whole,.fa-apple-alt{--fa:""}.fa-kitchen-set{--fa:""}.fa-r{--fa:"R"}.fa-temperature-quarter,.fa-temperature-1,.fa-thermometer-1,.fa-thermometer-quarter{--fa:""}.fa-cube{--fa:""}.fa-bitcoin-sign{--fa:""}.fa-shield-dog{--fa:""}.fa-solar-panel{--fa:""}.fa-lock-open{--fa:""}.fa-elevator{--fa:""}.fa-money-bill-transfer{--fa:""}.fa-money-bill-trend-up{--fa:""}.fa-house-flood-water-circle-arrow-right{--fa:""}.fa-square-poll-horizontal,.fa-poll-h{--fa:""}.fa-circle{--fa:""}.fa-backward-fast,.fa-fast-backward{--fa:""}.fa-recycle{--fa:""}.fa-user-astronaut{--fa:""}.fa-plane-slash{--fa:""}.fa-trademark{--fa:""}.fa-basketball,.fa-basketball-ball{--fa:""}.fa-satellite-dish{--fa:""}.fa-circle-up,.fa-arrow-alt-circle-up{--fa:""}.fa-mobile-screen-button,.fa-mobile-alt{--fa:""}.fa-volume-high,.fa-volume-up{--fa:""}.fa-users-rays{--fa:""}.fa-wallet{--fa:""}.fa-clipboard-check{--fa:""}.fa-file-audio{--fa:""}.fa-burger,.fa-hamburger{--fa:""}.fa-wrench{--fa:""}.fa-bugs{--fa:""}.fa-rupee-sign,.fa-rupee{--fa:""}.fa-file-image{--fa:""}.fa-circle-question,.fa-question-circle{--fa:""}.fa-plane-departure{--fa:""}.fa-handshake-slash{--fa:""}.fa-book-bookmark{--fa:""}.fa-code-branch{--fa:""}.fa-hat-cowboy{--fa:""}.fa-bridge{--fa:""}.fa-phone-flip,.fa-phone-alt{--fa:""}.fa-truck-front{--fa:""}.fa-cat{--fa:""}.fa-anchor-circle-exclamation{--fa:""}.fa-truck-field{--fa:""}.fa-route{--fa:""}.fa-clipboard-question{--fa:""}.fa-panorama{--fa:""}.fa-comment-medical{--fa:""}.fa-teeth-open{--fa:""}.fa-file-circle-minus{--fa:""}.fa-tags{--fa:""}.fa-wine-glass{--fa:""}.fa-forward-fast,.fa-fast-forward{--fa:""}.fa-face-meh-blank,.fa-meh-blank{--fa:""}.fa-square-parking,.fa-parking{--fa:""}.fa-house-signal{--fa:""}.fa-bars-progress,.fa-tasks-alt{--fa:""}.fa-faucet-drip{--fa:""}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:""}.fa-ban-smoking,.fa-smoking-ban{--fa:""}.fa-terminal{--fa:""}.fa-mobile-button{--fa:""}.fa-house-medical-flag{--fa:""}.fa-basket-shopping,.fa-shopping-basket{--fa:""}.fa-tape{--fa:""}.fa-bus-simple,.fa-bus-alt{--fa:""}.fa-eye{--fa:""}.fa-face-sad-cry,.fa-sad-cry{--fa:""}.fa-audio-description{--fa:""}.fa-person-military-to-person{--fa:""}.fa-file-shield{--fa:""}.fa-user-slash{--fa:""}.fa-pen{--fa:""}.fa-tower-observation{--fa:""}.fa-file-code{--fa:""}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:""}.fa-bus{--fa:""}.fa-heart-circle-xmark{--fa:""}.fa-house-chimney,.fa-home-lg{--fa:""}.fa-window-maximize{--fa:""}.fa-face-frown,.fa-frown{--fa:""}.fa-prescription{--fa:""}.fa-shop,.fa-store-alt{--fa:""}.fa-floppy-disk,.fa-save{--fa:""}.fa-vihara{--fa:""}.fa-scale-unbalanced,.fa-balance-scale-left{--fa:""}.fa-sort-up,.fa-sort-asc{--fa:""}.fa-comment-dots,.fa-commenting{--fa:""}.fa-plant-wilt{--fa:""}.fa-diamond{--fa:""}.fa-face-grin-squint,.fa-grin-squint{--fa:""}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:""}.fa-chart-diagram{--fa:""}.fa-bacterium{--fa:""}.fa-hand-pointer{--fa:""}.fa-drum-steelpan{--fa:""}.fa-hand-scissors{--fa:""}.fa-hands-praying,.fa-praying-hands{--fa:""}.fa-arrow-rotate-right,.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-redo{--fa:""}.fa-biohazard{--fa:""}.fa-location-crosshairs,.fa-location{--fa:""}.fa-mars-double{--fa:""}.fa-child-dress{--fa:""}.fa-users-between-lines{--fa:""}.fa-lungs-virus{--fa:""}.fa-face-grin-tears,.fa-grin-tears{--fa:""}.fa-phone{--fa:""}.fa-calendar-xmark,.fa-calendar-times{--fa:""}.fa-child-reaching{--fa:""}.fa-head-side-virus{--fa:""}.fa-user-gear,.fa-user-cog{--fa:""}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:""}.fa-door-closed{--fa:""}.fa-shield-virus{--fa:""}.fa-dice-six{--fa:""}.fa-mosquito-net{--fa:""}.fa-file-fragment{--fa:""}.fa-bridge-water{--fa:""}.fa-person-booth{--fa:""}.fa-text-width{--fa:""}.fa-hat-wizard{--fa:""}.fa-pen-fancy{--fa:""}.fa-person-digging,.fa-digging{--fa:""}.fa-trash{--fa:""}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:""}.fa-book-medical{--fa:""}.fa-poo{--fa:""}.fa-quote-right,.fa-quote-right-alt{--fa:""}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:""}.fa-cubes{--fa:""}.fa-divide{--fa:""}.fa-tenge-sign,.fa-tenge{--fa:""}.fa-headphones{--fa:""}.fa-hands-holding{--fa:""}.fa-hands-clapping{--fa:""}.fa-republican{--fa:""}.fa-arrow-left{--fa:""}.fa-person-circle-xmark{--fa:""}.fa-ruler{--fa:""}.fa-align-left{--fa:""}.fa-dice-d6{--fa:""}.fa-restroom{--fa:""}.fa-j{--fa:"J"}.fa-users-viewfinder{--fa:""}.fa-file-video{--fa:""}.fa-up-right-from-square,.fa-external-link-alt{--fa:""}.fa-table-cells,.fa-th{--fa:""}.fa-file-pdf{--fa:""}.fa-book-bible,.fa-bible{--fa:""}.fa-o{--fa:"O"}.fa-suitcase-medical,.fa-medkit{--fa:""}.fa-user-secret{--fa:""}.fa-otter{--fa:""}.fa-person-dress,.fa-female{--fa:""}.fa-comment-dollar{--fa:""}.fa-business-time,.fa-briefcase-clock{--fa:""}.fa-table-cells-large,.fa-th-large{--fa:""}.fa-book-tanakh,.fa-tanakh{--fa:""}.fa-phone-volume,.fa-volume-control-phone{--fa:""}.fa-hat-cowboy-side{--fa:""}.fa-clipboard-user{--fa:""}.fa-child{--fa:""}.fa-lira-sign{--fa:""}.fa-satellite{--fa:""}.fa-plane-lock{--fa:""}.fa-tag{--fa:""}.fa-comment{--fa:""}.fa-cake-candles,.fa-birthday-cake,.fa-cake{--fa:""}.fa-envelope{--fa:""}.fa-angles-up,.fa-angle-double-up{--fa:""}.fa-paperclip{--fa:""}.fa-arrow-right-to-city{--fa:""}.fa-ribbon{--fa:""}.fa-lungs{--fa:""}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:""}.fa-litecoin-sign{--fa:""}.fa-border-none{--fa:""}.fa-circle-nodes{--fa:""}.fa-parachute-box{--fa:""}.fa-indent{--fa:""}.fa-truck-field-un{--fa:""}.fa-hourglass,.fa-hourglass-empty{--fa:""}.fa-mountain{--fa:""}.fa-user-doctor,.fa-user-md{--fa:""}.fa-circle-info,.fa-info-circle{--fa:""}.fa-cloud-meatball{--fa:""}.fa-camera,.fa-camera-alt{--fa:""}.fa-square-virus{--fa:""}.fa-meteor{--fa:""}.fa-car-on{--fa:""}.fa-sleigh{--fa:""}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:""}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:""}.fa-water{--fa:""}.fa-calendar-check{--fa:""}.fa-braille{--fa:""}.fa-prescription-bottle-medical,.fa-prescription-bottle-alt{--fa:""}.fa-landmark{--fa:""}.fa-truck{--fa:""}.fa-crosshairs{--fa:""}.fa-person-cane{--fa:""}.fa-tent{--fa:""}.fa-vest-patches{--fa:""}.fa-check-double{--fa:""}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:""}.fa-money-bill-wheat{--fa:""}.fa-cookie{--fa:""}.fa-arrow-rotate-left,.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-undo{--fa:""}.fa-hard-drive,.fa-hdd{--fa:""}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:""}.fa-dumbbell{--fa:""}.fa-rectangle-list,.fa-list-alt{--fa:""}.fa-tarp-droplet{--fa:""}.fa-house-medical-circle-check{--fa:""}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:""}.fa-calendar-plus{--fa:""}.fa-plane-arrival{--fa:""}.fa-circle-left,.fa-arrow-alt-circle-left{--fa:""}.fa-train-subway,.fa-subway{--fa:""}.fa-chart-gantt{--fa:""}.fa-indian-rupee-sign,.fa-indian-rupee,.fa-inr{--fa:""}.fa-crop-simple,.fa-crop-alt{--fa:""}.fa-money-bill-1,.fa-money-bill-alt{--fa:""}.fa-left-long,.fa-long-arrow-alt-left{--fa:""}.fa-dna{--fa:""}.fa-virus-slash{--fa:""}.fa-minus,.fa-subtract{--fa:""}.fa-chess{--fa:""}.fa-arrow-left-long,.fa-long-arrow-left{--fa:""}.fa-plug-circle-check{--fa:""}.fa-street-view{--fa:""}.fa-franc-sign{--fa:""}.fa-volume-off{--fa:""}.fa-hands-asl-interpreting,.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting{--fa:""}.fa-gear,.fa-cog{--fa:""}.fa-droplet-slash,.fa-tint-slash{--fa:""}.fa-mosque{--fa:""}.fa-mosquito{--fa:""}.fa-star-of-david{--fa:""}.fa-person-military-rifle{--fa:""}.fa-cart-shopping,.fa-shopping-cart{--fa:""}.fa-vials{--fa:""}.fa-plug-circle-plus{--fa:""}.fa-place-of-worship{--fa:""}.fa-grip-vertical{--fa:""}.fa-hexagon-nodes{--fa:""}.fa-arrow-turn-up,.fa-level-up{--fa:""}.fa-u{--fa:"U"}.fa-square-root-variable,.fa-square-root-alt{--fa:""}.fa-clock,.fa-clock-four{--fa:""}.fa-backward-step,.fa-step-backward{--fa:""}.fa-pallet{--fa:""}.fa-faucet{--fa:""}.fa-baseball-bat-ball{--fa:""}.fa-s{--fa:"S"}.fa-timeline{--fa:""}.fa-keyboard{--fa:""}.fa-caret-down{--fa:""}.fa-house-chimney-medical,.fa-clinic-medical{--fa:""}.fa-temperature-three-quarters,.fa-temperature-3,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:""}.fa-mobile-screen,.fa-mobile-android-alt{--fa:""}.fa-plane-up{--fa:""}.fa-piggy-bank{--fa:""}.fa-battery-half,.fa-battery-3{--fa:""}.fa-mountain-city{--fa:""}.fa-coins{--fa:""}.fa-khanda{--fa:""}.fa-sliders,.fa-sliders-h{--fa:""}.fa-folder-tree{--fa:""}.fa-network-wired{--fa:""}.fa-map-pin{--fa:""}.fa-hamsa{--fa:""}.fa-cent-sign{--fa:""}.fa-flask{--fa:""}.fa-person-pregnant{--fa:""}.fa-wand-sparkles{--fa:""}.fa-ellipsis-vertical,.fa-ellipsis-v{--fa:""}.fa-ticket{--fa:""}.fa-power-off{--fa:""}.fa-right-long,.fa-long-arrow-alt-right{--fa:""}.fa-flag-usa{--fa:""}.fa-laptop-file{--fa:""}.fa-tty,.fa-teletype{--fa:""}.fa-diagram-next{--fa:""}.fa-person-rifle{--fa:""}.fa-house-medical-circle-exclamation{--fa:""}.fa-closed-captioning{--fa:""}.fa-person-hiking,.fa-hiking{--fa:""}.fa-venus-double{--fa:""}.fa-images{--fa:""}.fa-calculator{--fa:""}.fa-people-pulling{--fa:""}.fa-n{--fa:"N"}.fa-cable-car,.fa-tram{--fa:""}.fa-cloud-rain{--fa:""}.fa-building-circle-xmark{--fa:""}.fa-ship{--fa:""}.fa-arrows-down-to-line{--fa:""}.fa-download{--fa:""}.fa-face-grin,.fa-grin{--fa:""}.fa-delete-left,.fa-backspace{--fa:""}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:""}.fa-file-circle-check{--fa:""}.fa-forward{--fa:""}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:""}.fa-face-meh,.fa-meh{--fa:""}.fa-align-center{--fa:""}.fa-book-skull,.fa-book-dead{--fa:""}.fa-id-card,.fa-drivers-license{--fa:""}.fa-outdent,.fa-dedent{--fa:""}.fa-heart-circle-exclamation{--fa:""}.fa-house,.fa-home,.fa-home-alt,.fa-home-lg-alt{--fa:""}.fa-calendar-week{--fa:""}.fa-laptop-medical{--fa:""}.fa-b{--fa:"B"}.fa-file-medical{--fa:""}.fa-dice-one{--fa:""}.fa-kiwi-bird{--fa:""}.fa-arrow-right-arrow-left,.fa-exchange{--fa:""}.fa-rotate-right,.fa-redo-alt,.fa-rotate-forward{--fa:""}.fa-utensils,.fa-cutlery{--fa:""}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:""}.fa-mill-sign{--fa:""}.fa-bowl-rice{--fa:""}.fa-skull{--fa:""}.fa-tower-broadcast,.fa-broadcast-tower{--fa:""}.fa-truck-pickup{--fa:""}.fa-up-long,.fa-long-arrow-alt-up{--fa:""}.fa-stop{--fa:""}.fa-code-merge{--fa:""}.fa-upload{--fa:""}.fa-hurricane{--fa:""}.fa-mound{--fa:""}.fa-toilet-portable{--fa:""}.fa-compact-disc{--fa:""}.fa-file-arrow-down,.fa-file-download{--fa:""}.fa-caravan{--fa:""}.fa-shield-cat{--fa:""}.fa-bolt,.fa-zap{--fa:""}.fa-glass-water{--fa:""}.fa-oil-well{--fa:""}.fa-vault{--fa:""}.fa-mars{--fa:""}.fa-toilet{--fa:""}.fa-plane-circle-xmark{--fa:""}.fa-yen-sign,.fa-cny,.fa-jpy,.fa-rmb,.fa-yen{--fa:""}.fa-ruble-sign,.fa-rouble,.fa-rub,.fa-ruble{--fa:""}.fa-sun{--fa:""}.fa-guitar{--fa:""}.fa-face-laugh-wink,.fa-laugh-wink{--fa:""}.fa-horse-head{--fa:""}.fa-bore-hole{--fa:""}.fa-industry{--fa:""}.fa-circle-down,.fa-arrow-alt-circle-down{--fa:""}.fa-arrows-turn-to-dots{--fa:""}.fa-florin-sign{--fa:""}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:""}.fa-less-than{--fa:"<"}.fa-angle-down{--fa:""}.fa-car-tunnel{--fa:""}.fa-head-side-cough{--fa:""}.fa-grip-lines{--fa:""}.fa-thumbs-down{--fa:""}.fa-user-lock{--fa:""}.fa-arrow-right-long,.fa-long-arrow-right{--fa:""}.fa-anchor-circle-xmark{--fa:""}.fa-ellipsis,.fa-ellipsis-h{--fa:""}.fa-chess-pawn{--fa:""}.fa-kit-medical,.fa-first-aid{--fa:""}.fa-person-through-window{--fa:""}.fa-toolbox{--fa:""}.fa-hands-holding-circle{--fa:""}.fa-bug{--fa:""}.fa-credit-card,.fa-credit-card-alt{--fa:""}.fa-car,.fa-automobile{--fa:""}.fa-hand-holding-hand{--fa:""}.fa-book-open-reader,.fa-book-reader{--fa:""}.fa-mountain-sun{--fa:""}.fa-arrows-left-right-to-line{--fa:""}.fa-dice-d20{--fa:""}.fa-truck-droplet{--fa:""}.fa-file-circle-xmark{--fa:""}.fa-temperature-arrow-up,.fa-temperature-up{--fa:""}.fa-medal{--fa:""}.fa-bed{--fa:""}.fa-square-h,.fa-h-square{--fa:""}.fa-podcast{--fa:""}.fa-temperature-full,.fa-temperature-4,.fa-thermometer-4,.fa-thermometer-full{--fa:""}.fa-bell{--fa:""}.fa-superscript{--fa:""}.fa-plug-circle-xmark{--fa:""}.fa-star-of-life{--fa:""}.fa-phone-slash{--fa:""}.fa-paint-roller{--fa:""}.fa-handshake-angle,.fa-hands-helping{--fa:""}.fa-location-dot,.fa-map-marker-alt{--fa:""}.fa-file{--fa:""}.fa-greater-than{--fa:">"}.fa-person-swimming,.fa-swimmer{--fa:""}.fa-arrow-down{--fa:""}.fa-droplet,.fa-tint{--fa:""}.fa-eraser{--fa:""}.fa-earth-americas,.fa-earth,.fa-earth-america,.fa-globe-americas{--fa:""}.fa-person-burst{--fa:""}.fa-dove{--fa:""}.fa-battery-empty,.fa-battery-0{--fa:""}.fa-socks{--fa:""}.fa-inbox{--fa:""}.fa-section{--fa:""}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:""}.fa-envelope-open-text{--fa:""}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:""}.fa-wine-bottle{--fa:""}.fa-chess-rook{--fa:""}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:""}.fa-dharmachakra{--fa:""}.fa-hotdog{--fa:""}.fa-person-walking-with-cane,.fa-blind{--fa:""}.fa-drum{--fa:""}.fa-ice-cream{--fa:""}.fa-heart-circle-bolt{--fa:""}.fa-fax{--fa:""}.fa-paragraph{--fa:""}.fa-check-to-slot,.fa-vote-yea{--fa:""}.fa-star-half{--fa:""}.fa-boxes-stacked,.fa-boxes,.fa-boxes-alt{--fa:""}.fa-link,.fa-chain{--fa:""}.fa-ear-listen,.fa-assistive-listening-systems{--fa:""}.fa-tree-city{--fa:""}.fa-play{--fa:""}.fa-font{--fa:""}.fa-table-cells-row-lock{--fa:""}.fa-rupiah-sign{--fa:""}.fa-magnifying-glass,.fa-search{--fa:""}.fa-table-tennis-paddle-ball,.fa-ping-pong-paddle-ball,.fa-table-tennis{--fa:""}.fa-person-dots-from-line,.fa-diagnoses{--fa:""}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:""}.fa-naira-sign{--fa:""}.fa-cart-arrow-down{--fa:""}.fa-walkie-talkie{--fa:""}.fa-file-pen,.fa-file-edit{--fa:""}.fa-receipt{--fa:""}.fa-square-pen,.fa-pen-square,.fa-pencil-square{--fa:""}.fa-suitcase-rolling{--fa:""}.fa-person-circle-exclamation{--fa:""}.fa-chevron-down{--fa:""}.fa-battery-full,.fa-battery,.fa-battery-5{--fa:""}.fa-skull-crossbones{--fa:""}.fa-code-compare{--fa:""}.fa-list-ul,.fa-list-dots{--fa:""}.fa-school-lock{--fa:""}.fa-tower-cell{--fa:""}.fa-down-long,.fa-long-arrow-alt-down{--fa:""}.fa-ranking-star{--fa:""}.fa-chess-king{--fa:""}.fa-person-harassing{--fa:""}.fa-brazilian-real-sign{--fa:""}.fa-landmark-dome,.fa-landmark-alt{--fa:""}.fa-arrow-up{--fa:""}.fa-tv,.fa-television,.fa-tv-alt{--fa:""}.fa-shrimp{--fa:""}.fa-list-check,.fa-tasks{--fa:""}.fa-jug-detergent{--fa:""}.fa-circle-user,.fa-user-circle{--fa:""}.fa-user-shield{--fa:""}.fa-wind{--fa:""}.fa-car-burst,.fa-car-crash{--fa:""}.fa-y{--fa:"Y"}.fa-person-snowboarding,.fa-snowboarding{--fa:""}.fa-truck-fast,.fa-shipping-fast{--fa:""}.fa-fish{--fa:""}.fa-user-graduate{--fa:""}.fa-circle-half-stroke,.fa-adjust{--fa:""}.fa-clapperboard{--fa:""}.fa-circle-radiation,.fa-radiation-alt{--fa:""}.fa-baseball,.fa-baseball-ball{--fa:""}.fa-jet-fighter-up{--fa:""}.fa-diagram-project,.fa-project-diagram{--fa:""}.fa-copy{--fa:""}.fa-volume-xmark,.fa-volume-mute,.fa-volume-times{--fa:""}.fa-hand-sparkles{--fa:""}.fa-grip,.fa-grip-horizontal{--fa:""}.fa-share-from-square,.fa-share-square{--fa:""}.fa-child-combatant,.fa-child-rifle{--fa:""}.fa-gun{--fa:""}.fa-square-phone,.fa-phone-square{--fa:""}.fa-plus,.fa-add{--fa:"+"}.fa-expand{--fa:""}.fa-computer{--fa:""}.fa-xmark,.fa-close,.fa-multiply,.fa-remove,.fa-times{--fa:""}.fa-arrows-up-down-left-right,.fa-arrows{--fa:""}.fa-chalkboard-user,.fa-chalkboard-teacher{--fa:""}.fa-peso-sign{--fa:""}.fa-building-shield{--fa:""}.fa-baby{--fa:""}.fa-users-line{--fa:""}.fa-quote-left,.fa-quote-left-alt{--fa:""}.fa-tractor{--fa:""}.fa-trash-arrow-up,.fa-trash-restore{--fa:""}.fa-arrow-down-up-lock{--fa:""}.fa-lines-leaning{--fa:""}.fa-ruler-combined{--fa:""}.fa-copyright{--fa:""}.fa-equals{--fa:"="}.fa-blender{--fa:""}.fa-teeth{--fa:""}.fa-shekel-sign,.fa-ils,.fa-shekel,.fa-sheqel,.fa-sheqel-sign{--fa:""}.fa-map{--fa:""}.fa-rocket{--fa:""}.fa-photo-film,.fa-photo-video{--fa:""}.fa-folder-minus{--fa:""}.fa-hexagon-nodes-bolt{--fa:""}.fa-store{--fa:""}.fa-arrow-trend-up{--fa:""}.fa-plug-circle-minus{--fa:""}.fa-sign-hanging,.fa-sign{--fa:""}.fa-bezier-curve{--fa:""}.fa-bell-slash{--fa:""}.fa-tablet,.fa-tablet-android{--fa:""}.fa-school-flag{--fa:""}.fa-fill{--fa:""}.fa-angle-up{--fa:""}.fa-drumstick-bite{--fa:""}.fa-holly-berry{--fa:""}.fa-chevron-left{--fa:""}.fa-bacteria{--fa:""}.fa-hand-lizard{--fa:""}.fa-notdef{--fa:""}.fa-disease{--fa:""}.fa-briefcase-medical{--fa:""}.fa-genderless{--fa:""}.fa-chevron-right{--fa:""}.fa-retweet{--fa:""}.fa-car-rear,.fa-car-alt{--fa:""}.fa-pump-soap{--fa:""}.fa-video-slash{--fa:""}.fa-battery-quarter,.fa-battery-2{--fa:""}.fa-radio{--fa:""}.fa-baby-carriage,.fa-carriage-baby{--fa:""}.fa-traffic-light{--fa:""}.fa-thermometer{--fa:""}.fa-vr-cardboard{--fa:""}.fa-hand-middle-finger{--fa:""}.fa-percent,.fa-percentage{--fa:"%"}.fa-truck-moving{--fa:""}.fa-glass-water-droplet{--fa:""}.fa-display{--fa:""}.fa-face-smile,.fa-smile{--fa:""}.fa-thumbtack,.fa-thumb-tack{--fa:""}.fa-trophy{--fa:""}.fa-person-praying,.fa-pray{--fa:""}.fa-hammer{--fa:""}.fa-hand-peace{--fa:""}.fa-rotate,.fa-sync-alt{--fa:""}.fa-spinner{--fa:""}.fa-robot{--fa:""}.fa-peace{--fa:""}.fa-gears,.fa-cogs{--fa:""}.fa-warehouse{--fa:""}.fa-arrow-up-right-dots{--fa:""}.fa-splotch{--fa:""}.fa-face-grin-hearts,.fa-grin-hearts{--fa:""}.fa-dice-four{--fa:""}.fa-sim-card{--fa:""}.fa-transgender,.fa-transgender-alt{--fa:""}.fa-mercury{--fa:""}.fa-arrow-turn-down,.fa-level-down{--fa:""}.fa-person-falling-burst{--fa:""}.fa-award{--fa:""}.fa-ticket-simple,.fa-ticket-alt{--fa:""}.fa-building{--fa:""}.fa-angles-left,.fa-angle-double-left{--fa:""}.fa-qrcode{--fa:""}.fa-clock-rotate-left,.fa-history{--fa:""}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:""}.fa-file-export,.fa-arrow-right-from-file{--fa:""}.fa-shield,.fa-shield-blank{--fa:""}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:""}.fa-comment-nodes{--fa:""}.fa-house-medical{--fa:""}.fa-golf-ball-tee,.fa-golf-ball{--fa:""}.fa-circle-chevron-left,.fa-chevron-circle-left{--fa:""}.fa-house-chimney-window{--fa:""}.fa-pen-nib{--fa:""}.fa-tent-arrow-turn-left{--fa:""}.fa-tents{--fa:""}.fa-wand-magic,.fa-magic{--fa:""}.fa-dog{--fa:""}.fa-carrot{--fa:""}.fa-moon{--fa:""}.fa-wine-glass-empty,.fa-wine-glass-alt{--fa:""}.fa-cheese{--fa:""}.fa-yin-yang{--fa:""}.fa-music{--fa:""}.fa-code-commit{--fa:""}.fa-temperature-low{--fa:""}.fa-person-biking,.fa-biking{--fa:""}.fa-broom{--fa:""}.fa-shield-heart{--fa:""}.fa-gopuram{--fa:""}.fa-earth-oceania,.fa-globe-oceania{--fa:""}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:""}.fa-hashtag{--fa:"#"}.fa-up-right-and-down-left-from-center,.fa-expand-alt{--fa:""}.fa-oil-can{--fa:""}.fa-t{--fa:"T"}.fa-hippo{--fa:""}.fa-chart-column{--fa:""}.fa-infinity{--fa:""}.fa-vial-circle-check{--fa:""}.fa-person-arrow-down-to-line{--fa:""}.fa-voicemail{--fa:""}.fa-fan{--fa:""}.fa-person-walking-luggage{--fa:""}.fa-up-down,.fa-arrows-alt-v{--fa:""}.fa-cloud-moon-rain{--fa:""}.fa-calendar{--fa:""}.fa-trailer{--fa:""}.fa-bahai,.fa-haykal{--fa:""}.fa-sd-card{--fa:""}.fa-dragon{--fa:""}.fa-shoe-prints{--fa:""}.fa-circle-plus,.fa-plus-circle{--fa:""}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:""}.fa-hand-holding{--fa:""}.fa-plug-circle-exclamation{--fa:""}.fa-link-slash,.fa-chain-broken,.fa-chain-slash,.fa-unlink{--fa:""}.fa-clone{--fa:""}.fa-person-walking-arrow-loop-left{--fa:""}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:""}.fa-fire-flame-curved,.fa-fire-alt{--fa:""}.fa-tornado{--fa:""}.fa-file-circle-plus{--fa:""}.fa-book-quran,.fa-quran{--fa:""}.fa-anchor{--fa:""}.fa-border-all{--fa:""}.fa-face-angry,.fa-angry{--fa:""}.fa-cookie-bite{--fa:""}.fa-arrow-trend-down{--fa:""}.fa-rss,.fa-feed{--fa:""}.fa-draw-polygon{--fa:""}.fa-scale-balanced,.fa-balance-scale{--fa:""}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:""}.fa-shower{--fa:""}.fa-desktop,.fa-desktop-alt{--fa:""}.fa-m{--fa:"M"}.fa-table-list,.fa-th-list{--fa:""}.fa-comment-sms,.fa-sms{--fa:""}.fa-book{--fa:""}.fa-user-plus{--fa:""}.fa-check{--fa:""}.fa-battery-three-quarters,.fa-battery-4{--fa:""}.fa-house-circle-check{--fa:""}.fa-angle-left{--fa:""}.fa-diagram-successor{--fa:""}.fa-truck-arrow-right{--fa:""}.fa-arrows-split-up-and-left{--fa:""}.fa-hand-fist,.fa-fist-raised{--fa:""}.fa-cloud-moon{--fa:""}.fa-briefcase{--fa:""}.fa-person-falling{--fa:""}.fa-image-portrait,.fa-portrait{--fa:""}.fa-user-tag{--fa:""}.fa-rug{--fa:""}.fa-earth-europe,.fa-globe-europe{--fa:""}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:""}.fa-rectangle-xmark,.fa-rectangle-times,.fa-times-rectangle,.fa-window-close{--fa:""}.fa-baht-sign{--fa:""}.fa-book-open{--fa:""}.fa-book-journal-whills,.fa-journal-whills{--fa:""}.fa-handcuffs{--fa:""}.fa-triangle-exclamation,.fa-exclamation-triangle,.fa-warning{--fa:""}.fa-database{--fa:""}.fa-share,.fa-mail-forward{--fa:""}.fa-bottle-droplet{--fa:""}.fa-mask-face{--fa:""}.fa-hill-rockslide{--fa:""}.fa-right-left,.fa-exchange-alt{--fa:""}.fa-paper-plane{--fa:""}.fa-road-circle-exclamation{--fa:""}.fa-dungeon{--fa:""}.fa-align-right{--fa:""}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:""}.fa-life-ring{--fa:""}.fa-hands,.fa-sign-language,.fa-signing{--fa:""}.fa-calendar-day{--fa:""}.fa-water-ladder,.fa-ladder-water,.fa-swimming-pool{--fa:""}.fa-arrows-up-down,.fa-arrows-v{--fa:""}.fa-face-grimace,.fa-grimace{--fa:""}.fa-wheelchair-move,.fa-wheelchair-alt{--fa:""}.fa-turn-down,.fa-level-down-alt{--fa:""}.fa-person-walking-arrow-right{--fa:""}.fa-square-envelope,.fa-envelope-square{--fa:""}.fa-dice{--fa:""}.fa-bowling-ball{--fa:""}.fa-brain{--fa:""}.fa-bandage,.fa-band-aid{--fa:""}.fa-calendar-minus{--fa:""}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:""}.fa-gifts{--fa:""}.fa-hotel{--fa:""}.fa-earth-asia,.fa-globe-asia{--fa:""}.fa-id-card-clip,.fa-id-card-alt{--fa:""}.fa-magnifying-glass-plus,.fa-search-plus{--fa:""}.fa-thumbs-up{--fa:""}.fa-user-clock{--fa:""}.fa-hand-dots,.fa-allergies{--fa:""}.fa-file-invoice{--fa:""}.fa-window-minimize{--fa:""}.fa-mug-saucer,.fa-coffee{--fa:""}.fa-brush{--fa:""}.fa-file-half-dashed{--fa:""}.fa-mask{--fa:""}.fa-magnifying-glass-minus,.fa-search-minus{--fa:""}.fa-ruler-vertical{--fa:""}.fa-user-large,.fa-user-alt{--fa:""}.fa-train-tram{--fa:""}.fa-user-nurse{--fa:""}.fa-syringe{--fa:""}.fa-cloud-sun{--fa:""}.fa-stopwatch-20{--fa:""}.fa-square-full{--fa:""}.fa-magnet{--fa:""}.fa-jar{--fa:""}.fa-note-sticky,.fa-sticky-note{--fa:""}.fa-bug-slash{--fa:""}.fa-arrow-up-from-water-pump{--fa:""}.fa-bone{--fa:""}.fa-table-cells-row-unlock{--fa:""}.fa-user-injured{--fa:""}.fa-face-sad-tear,.fa-sad-tear{--fa:""}.fa-plane{--fa:""}.fa-tent-arrows-down{--fa:""}.fa-exclamation{--fa:"!"}.fa-arrows-spin{--fa:""}.fa-print{--fa:""}.fa-turkish-lira-sign,.fa-try,.fa-turkish-lira{--fa:""}.fa-dollar-sign,.fa-dollar,.fa-usd{--fa:"$"}.fa-x{--fa:"X"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:""}.fa-users-gear,.fa-users-cog{--fa:""}.fa-person-military-pointing{--fa:""}.fa-building-columns,.fa-bank,.fa-institution,.fa-museum,.fa-university{--fa:""}.fa-umbrella{--fa:""}.fa-trowel{--fa:""}.fa-d{--fa:"D"}.fa-stapler{--fa:""}.fa-masks-theater,.fa-theater-masks{--fa:""}.fa-kip-sign{--fa:""}.fa-hand-point-left{--fa:""}.fa-handshake-simple,.fa-handshake-alt{--fa:""}.fa-jet-fighter,.fa-fighter-jet{--fa:""}.fa-square-share-nodes,.fa-share-alt-square{--fa:""}.fa-barcode{--fa:""}.fa-plus-minus{--fa:""}.fa-video,.fa-video-camera{--fa:""}.fa-graduation-cap,.fa-mortar-board{--fa:""}.fa-hand-holding-medical{--fa:""}.fa-person-circle-check{--fa:""}.fa-turn-up,.fa-level-up-alt{--fa:""}.sr-only,.fa-sr-only,.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.fa.fa-glass{--fa:""}.fa.fa-envelope-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-remove,.fa.fa-close{--fa:""}.fa.fa-gear{--fa:""}.fa.fa-trash-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-home{--fa:""}.fa.fa-file-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-repeat,.fa.fa-rotate-right{--fa:""}.fa.fa-refresh{--fa:""}.fa.fa-list-alt{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dedent{--fa:""}.fa.fa-video-camera{--fa:""}.fa.fa-picture-o,.fa.fa-photo,.fa.fa-image{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-marker{--fa:""}.fa.fa-pencil-square-o,.fa.fa-edit{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-share-square-o{--fa:""}.fa.fa-check-square-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrows{--fa:""}.fa.fa-times-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-mail-forward{--fa:""}.fa.fa-expand{--fa:""}.fa.fa-compress{--fa:""}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning{--fa:""}.fa.fa-calendar{--fa:""}.fa.fa-arrows-v{--fa:""}.fa.fa-arrows-h{--fa:""}.fa.fa-bar-chart,.fa.fa-bar-chart-o{--fa:""}.fa.fa-twitter-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gears{--fa:""}.fa.fa-thumbs-o-up{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sign-out{--fa:""}.fa.fa-linkedin-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thumb-tack{--fa:""}.fa.fa-external-link{--fa:""}.fa.fa-sign-in{--fa:""}.fa.fa-github-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lemon-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-twitter,.fa.fa-facebook{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook{--fa:""}.fa.fa-facebook-f{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed{--fa:""}.fa.fa-hdd-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-globe{--fa:""}.fa.fa-tasks{--fa:""}.fa.fa-arrows-alt{--fa:""}.fa.fa-group{--fa:""}.fa.fa-chain{--fa:""}.fa.fa-cut{--fa:""}.fa.fa-files-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o,.fa.fa-save{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-navicon,.fa.fa-reorder{--fa:""}.fa.fa-magic{--fa:""}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square{--fa:""}.fa.fa-google-plus-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-money{--fa:""}.fa.fa-unsorted{--fa:""}.fa.fa-sort-desc{--fa:""}.fa.fa-sort-asc{--fa:""}.fa.fa-linkedin{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-rotate-left{--fa:""}.fa.fa-legal{--fa:""}.fa.fa-tachometer,.fa.fa-dashboard{--fa:""}.fa.fa-comment-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flash{--fa:""}.fa.fa-clipboard{--fa:""}.fa.fa-lightbulb-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-exchange{--fa:""}.fa.fa-cloud-download{--fa:""}.fa.fa-cloud-upload{--fa:""}.fa.fa-bell-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cutlery{--fa:""}.fa.fa-file-text-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-tablet{--fa:""}.fa.fa-mobile,.fa.fa-mobile-phone{--fa:""}.fa.fa-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-mail-reply{--fa:""}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-mail-reply-all{--fa:""}.fa.fa-star-half-o,.fa.fa-star-half-empty,.fa.fa-star-half-full{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-code-fork{--fa:""}.fa.fa-chain-broken,.fa.fa-unlink{--fa:""}.fa.fa-calendar-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-maxcdn,.fa.fa-html5,.fa.fa-css3{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt{--fa:""}.fa.fa-minus-square-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-level-up{--fa:""}.fa.fa-level-down{--fa:""}.fa.fa-pencil-square{--fa:""}.fa.fa-external-link-square{--fa:""}.fa.fa-compass,.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{--fa:""}.fa.fa-toggle-down{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up,.fa.fa-toggle-up{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right,.fa.fa-toggle-right{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eur,.fa.fa-euro{--fa:""}.fa.fa-gbp{--fa:""}.fa.fa-usd,.fa.fa-dollar{--fa:"$"}.fa.fa-inr,.fa.fa-rupee{--fa:""}.fa.fa-jpy,.fa.fa-cny,.fa.fa-rmb,.fa.fa-yen{--fa:""}.fa.fa-rub,.fa.fa-ruble,.fa.fa-rouble{--fa:""}.fa.fa-krw,.fa.fa-won{--fa:""}.fa.fa-btc,.fa.fa-bitcoin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin{--fa:""}.fa.fa-file-text{--fa:""}.fa.fa-sort-alpha-asc{--fa:""}.fa.fa-sort-alpha-desc{--fa:""}.fa.fa-sort-amount-asc{--fa:""}.fa.fa-sort-amount-desc{--fa:""}.fa.fa-sort-numeric-asc{--fa:""}.fa.fa-sort-numeric-desc{--fa:""}.fa.fa-youtube-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube,.fa.fa-xing,.fa.fa-xing-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square{--fa:""}.fa.fa-youtube-play{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-dropbox,.fa.fa-stack-overflow,.fa.fa-instagram,.fa.fa-flickr,.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square{--fa:""}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square{--fa:""}.fa.fa-long-arrow-down{--fa:""}.fa.fa-long-arrow-up{--fa:""}.fa.fa-long-arrow-left{--fa:""}.fa.fa-long-arrow-right{--fa:""}.fa.fa-apple,.fa.fa-windows,.fa.fa-android,.fa.fa-linux,.fa.fa-dribbble,.fa.fa-skype,.fa.fa-foursquare,.fa.fa-trello,.fa.fa-gratipay,.fa.fa-gittip{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip{--fa:""}.fa.fa-sun-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vk,.fa.fa-weibo,.fa.fa-renren,.fa.fa-pagelines,.fa.fa-stack-exchange{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left,.fa.fa-toggle-left{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vimeo-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-try,.fa.fa-turkish-lira{--fa:""}.fa.fa-plus-square-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-slack,.fa.fa-wordpress,.fa.fa-openid{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-institution,.fa.fa-bank{--fa:""}.fa.fa-mortar-board{--fa:""}.fa.fa-yahoo,.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square{--fa:""}.fa.fa-stumbleupon-circle,.fa.fa-stumbleupon,.fa.fa-delicious,.fa.fa-digg,.fa.fa-pied-piper-pp,.fa.fa-pied-piper-alt,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-behance,.fa.fa-behance-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square{--fa:""}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square{--fa:""}.fa.fa-automobile{--fa:""}.fa.fa-cab{--fa:""}.fa.fa-spotify,.fa.fa-deviantart,.fa.fa-soundcloud{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o,.fa.fa-file-photo-o,.fa.fa-file-picture-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o,.fa.fa-file-zip-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o,.fa.fa-file-sound-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o,.fa.fa-file-movie-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vine,.fa.fa-codepen,.fa.fa-jsfiddle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-buoy,.fa.fa-life-saver,.fa.fa-support{--fa:""}.fa.fa-circle-o-notch{--fa:""}.fa.fa-rebel,.fa.fa-ra{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra{--fa:""}.fa.fa-resistance{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge{--fa:""}.fa.fa-git-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square{--fa:""}.fa.fa-yc-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tencent-weibo,.fa.fa-qq,.fa.fa-weixin,.fa.fa-wechat{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat{--fa:""}.fa.fa-send{--fa:""}.fa.fa-paper-plane-o,.fa.fa-send-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-header{--fa:""}.fa.fa-futbol-o,.fa.fa-soccer-ball-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paypal,.fa.fa-google-wallet,.fa.fa-cc-visa,.fa.fa-cc-mastercard,.fa.fa-cc-discover,.fa.fa-cc-amex,.fa.fa-cc-paypal,.fa.fa-cc-stripe{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash{--fa:""}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper{--fa:""}.fa.fa-area-chart{--fa:""}.fa.fa-pie-chart{--fa:""}.fa.fa-line-chart{--fa:""}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square{--fa:""}.fa.fa-ioxhost,.fa.fa-angellist{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-ils,.fa.fa-shekel,.fa.fa-sheqel{--fa:""}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-transgender,.fa.fa-intersex{--fa:""}.fa.fa-transgender-alt{--fa:""}.fa.fa-facebook-official{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel{--fa:""}.fa.fa-viacoin,.fa.fa-medium,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc{--fa:""}.fa.fa-optin-monster,.fa.fa-opencart,.fa.fa-expeditedssl{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4,.fa.fa-battery{--fa:""}.fa.fa-battery-3{--fa:""}.fa.fa-battery-2{--fa:""}.fa.fa-battery-1{--fa:""}.fa.fa-battery-0{--fa:""}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o{--fa:""}.fa.fa-cc-jcb,.fa.fa-cc-diners-club{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o{--fa:""}.fa.fa-hourglass-1{--fa:""}.fa.fa-hourglass-2{--fa:""}.fa.fa-hourglass-3{--fa:""}.fa.fa-hand-rock-o,.fa.fa-hand-grab-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o,.fa.fa-hand-stop-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square{--fa:""}.fa.fa-get-pocket,.fa.fa-wikipedia-w,.fa.fa-safari,.fa.fa-chrome,.fa.fa-firefox,.fa.fa-opera,.fa.fa-internet-explorer{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television{--fa:""}.fa.fa-contao,.fa.fa-500px,.fa.fa-amazon{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting{--fa:""}.fa.fa-commenting-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo{--fa:""}.fa.fa-black-tie,.fa.fa-fonticons,.fa.fa-reddit-alien,.fa.fa-edge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt{--fa:""}.fa.fa-codiepie,.fa.fa-modx,.fa.fa-fort-awesome,.fa.fa-usb,.fa.fa-product-hunt,.fa.fa-mixcloud,.fa.fa-scribd{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-gitlab,.fa.fa-wpbeginner,.fa.fa-wpforms,.fa.fa-envira,.fa.fa-wheelchair-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt{--fa:""}.fa.fa-question-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-volume-control-phone{--fa:""}.fa.fa-asl-interpreting{--fa:""}.fa.fa-deafness,.fa.fa-hard-of-hearing{--fa:""}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing{--fa:""}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square{--fa:""}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost{--fa:""}.fa.fa-snapchat-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pied-piper,.fa.fa-first-order,.fa.fa-yoast,.fa.fa-themeisle,.fa.fa-google-plus-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official{--fa:""}.fa.fa-google-plus-circle{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-font-awesome,.fa.fa-fa{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa{--fa:""}.fa.fa-handshake-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard{--fa:""}.fa.fa-address-card-o,.fa.fa-vcard-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license{--fa:""}.fa.fa-id-card-o,.fa.fa-drivers-license-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-quora,.fa.fa-free-code-camp,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4,.fa.fa-thermometer{--fa:""}.fa.fa-thermometer-3{--fa:""}.fa.fa-thermometer-2{--fa:""}.fa.fa-thermometer-1{--fa:""}.fa.fa-thermometer-0{--fa:""}.fa.fa-bathtub,.fa.fa-s15{--fa:""}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle{--fa:""}.fa.fa-window-close-o,.fa.fa-times-rectangle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bandcamp,.fa.fa-grav,.fa.fa-etsy,.fa.fa-imdb,.fa.fa-ravelry,.fa.fa-eercast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast{--fa:""}.fa.fa-snowflake-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-superpowers,.fa.fa-wpexplorer,.fa.fa-meetup{font-family:"Font Awesome 6 Brands";font-weight:400}:root,:host{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-display:swap;font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/media/vendor/fontawesome-free/webfonts/fa-regular-400.woff2?v=896727)format("woff2"),url(/media/vendor/fontawesome-free/webfonts/fa-regular-400.ttf?v=262525)format("truetype")}.far,.fa-regular{font-weight:400}:root,:host{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-display:swap;font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2?v=4a6591)format("woff2"),url(/media/vendor/fontawesome-free/webfonts/fa-solid-900.ttf?v=269f97)format("truetype")}.fas,[class^=icon-],[class*=\ icon-],.fa-solid{font-weight:900}:root,:host{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-display:swap;font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/media/vendor/fontawesome-free/webfonts/fa-brands-400.woff2?v=cbcf42)format("woff2"),url(/media/vendor/fontawesome-free/webfonts/fa-brands-400.ttf?v=15d54d)format("truetype")}.fab,.icon-joomla,.fa-brands{font-weight:400}.fa-monero{--fa:""}.fa-hooli{--fa:""}.fa-yelp{--fa:""}.fa-cc-visa{--fa:""}.fa-lastfm{--fa:""}.fa-shopware{--fa:""}.fa-creative-commons-nc{--fa:""}.fa-aws{--fa:""}.fa-redhat{--fa:""}.fa-yoast{--fa:""}.fa-cloudflare{--fa:""}.fa-ups{--fa:""}.fa-pixiv{--fa:""}.fa-wpexplorer{--fa:""}.fa-dyalog{--fa:""}.fa-bity{--fa:""}.fa-stackpath{--fa:""}.fa-buysellads{--fa:""}.fa-first-order{--fa:""}.fa-modx{--fa:""}.fa-guilded{--fa:""}.fa-vnv{--fa:""}.fa-square-js,.fa-js-square{--fa:""}.fa-microsoft{--fa:""}.fa-qq{--fa:""}.fa-orcid{--fa:""}.fa-java{--fa:""}.fa-invision{--fa:""}.fa-creative-commons-pd-alt{--fa:""}.fa-centercode{--fa:""}.fa-glide-g{--fa:""}.fa-drupal{--fa:""}.fa-jxl{--fa:""}.fa-dart-lang{--fa:""}.fa-hire-a-helper{--fa:""}.fa-creative-commons-by{--fa:""}.fa-unity{--fa:""}.fa-whmcs{--fa:""}.fa-rocketchat{--fa:""}.fa-vk{--fa:""}.fa-untappd{--fa:""}.fa-mailchimp{--fa:""}.fa-css3-alt{--fa:""}.fa-square-reddit,.fa-reddit-square{--fa:""}.fa-vimeo-v{--fa:""}.fa-contao{--fa:""}.fa-square-font-awesome{--fa:""}.fa-deskpro{--fa:""}.fa-brave{--fa:""}.fa-sistrix{--fa:""}.fa-square-instagram,.fa-instagram-square{--fa:""}.fa-battle-net{--fa:""}.fa-the-red-yeti{--fa:""}.fa-square-hacker-news,.fa-hacker-news-square{--fa:""}.fa-edge{--fa:""}.fa-threads{--fa:""}.fa-napster{--fa:""}.fa-square-snapchat,.fa-snapchat-square{--fa:""}.fa-google-plus-g{--fa:""}.fa-artstation{--fa:""}.fa-markdown{--fa:""}.fa-sourcetree{--fa:""}.fa-google-plus{--fa:""}.fa-diaspora{--fa:""}.fa-foursquare{--fa:""}.fa-stack-overflow{--fa:""}.fa-github-alt{--fa:""}.fa-phoenix-squadron{--fa:""}.fa-pagelines{--fa:""}.fa-algolia{--fa:""}.fa-red-river{--fa:""}.fa-creative-commons-sa{--fa:""}.fa-safari{--fa:""}.fa-google{--fa:""}.fa-square-font-awesome-stroke,.fa-font-awesome-alt{--fa:""}.fa-atlassian{--fa:""}.fa-linkedin-in{--fa:""}.fa-digital-ocean{--fa:""}.fa-nimblr{--fa:""}.fa-chromecast{--fa:""}.fa-evernote{--fa:""}.fa-hacker-news{--fa:""}.fa-creative-commons-sampling{--fa:""}.fa-adversal{--fa:""}.fa-creative-commons{--fa:""}.fa-watchman-monitoring{--fa:""}.fa-fonticons{--fa:""}.fa-weixin{--fa:""}.fa-shirtsinbulk{--fa:""}.fa-codepen{--fa:""}.fa-git-alt{--fa:""}.fa-lyft{--fa:""}.fa-rev{--fa:""}.fa-windows{--fa:""}.fa-wizards-of-the-coast{--fa:""}.fa-square-viadeo,.fa-viadeo-square{--fa:""}.fa-meetup{--fa:""}.fa-centos{--fa:""}.fa-adn{--fa:""}.fa-cloudsmith{--fa:""}.fa-opensuse{--fa:""}.fa-pied-piper-alt{--fa:""}.fa-square-dribbble,.fa-dribbble-square{--fa:""}.fa-codiepie{--fa:""}.fa-node{--fa:""}.fa-mix{--fa:""}.fa-steam{--fa:""}.fa-cc-apple-pay{--fa:""}.fa-scribd{--fa:""}.fa-debian{--fa:""}.fa-openid{--fa:""}.fa-instalod{--fa:""}.fa-files-pinwheel{--fa:""}.fa-expeditedssl{--fa:""}.fa-sellcast{--fa:""}.fa-square-twitter,.fa-twitter-square{--fa:""}.fa-r-project{--fa:""}.fa-delicious{--fa:""}.fa-freebsd{--fa:""}.fa-vuejs{--fa:""}.fa-accusoft{--fa:""}.fa-ioxhost{--fa:""}.fa-fonticons-fi{--fa:""}.fa-app-store{--fa:""}.fa-cc-mastercard{--fa:""}.fa-itunes-note{--fa:""}.fa-golang{--fa:""}.fa-kickstarter,.fa-square-kickstarter{--fa:""}.fa-grav{--fa:""}.fa-weibo{--fa:""}.fa-uncharted{--fa:""}.fa-firstdraft{--fa:""}.fa-square-youtube,.fa-youtube-square{--fa:""}.fa-wikipedia-w{--fa:""}.fa-wpressr,.fa-rendact{--fa:""}.fa-angellist{--fa:""}.fa-galactic-republic{--fa:""}.fa-nfc-directional{--fa:""}.fa-skype{--fa:""}.fa-joget{--fa:""}.fa-fedora{--fa:""}.fa-stripe-s{--fa:""}.fa-meta{--fa:""}.fa-laravel{--fa:""}.fa-hotjar{--fa:""}.fa-bluetooth-b{--fa:""}.fa-square-letterboxd{--fa:""}.fa-sticker-mule{--fa:""}.fa-creative-commons-zero{--fa:""}.fa-hips{--fa:""}.fa-css{--fa:""}.fa-behance{--fa:""}.fa-reddit{--fa:""}.fa-discord{--fa:""}.fa-chrome{--fa:""}.fa-app-store-ios{--fa:""}.fa-cc-discover{--fa:""}.fa-wpbeginner{--fa:""}.fa-confluence{--fa:""}.fa-shoelace{--fa:""}.fa-mdb{--fa:""}.fa-dochub{--fa:""}.fa-accessible-icon{--fa:""}.fa-ebay{--fa:""}.fa-amazon{--fa:""}.fa-unsplash{--fa:""}.fa-yarn{--fa:""}.fa-square-steam,.fa-steam-square{--fa:""}.fa-500px{--fa:""}.fa-square-vimeo,.fa-vimeo-square{--fa:""}.fa-asymmetrik{--fa:""}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:""}.fa-gratipay{--fa:""}.fa-apple{--fa:""}.fa-hive{--fa:""}.fa-gitkraken{--fa:""}.fa-keybase{--fa:""}.fa-apple-pay{--fa:""}.fa-padlet{--fa:""}.fa-amazon-pay{--fa:""}.fa-square-github,.fa-github-square{--fa:""}.fa-stumbleupon{--fa:""}.fa-fedex{--fa:""}.fa-phoenix-framework{--fa:""}.fa-shopify{--fa:""}.fa-neos{--fa:""}.fa-square-threads{--fa:""}.fa-hackerrank{--fa:""}.fa-researchgate{--fa:""}.fa-swift{--fa:""}.fa-angular{--fa:""}.fa-speakap{--fa:""}.fa-angrycreative{--fa:""}.fa-y-combinator{--fa:""}.fa-empire{--fa:""}.fa-envira{--fa:""}.fa-google-scholar{--fa:""}.fa-square-gitlab,.fa-gitlab-square{--fa:""}.fa-studiovinari{--fa:""}.fa-pied-piper{--fa:""}.fa-wordpress{--fa:""}.fa-product-hunt{--fa:""}.fa-firefox{--fa:""}.fa-linode{--fa:""}.fa-goodreads{--fa:""}.fa-square-odnoklassniki,.fa-odnoklassniki-square{--fa:""}.fa-jsfiddle{--fa:""}.fa-sith{--fa:""}.fa-themeisle{--fa:""}.fa-page4{--fa:""}.fa-hashnode{--fa:""}.fa-react{--fa:""}.fa-cc-paypal{--fa:""}.fa-squarespace{--fa:""}.fa-cc-stripe{--fa:""}.fa-creative-commons-share{--fa:""}.fa-bitcoin{--fa:""}.fa-keycdn{--fa:""}.fa-opera{--fa:""}.fa-itch-io{--fa:""}.fa-umbraco{--fa:""}.fa-galactic-senate{--fa:""}.fa-ubuntu{--fa:""}.fa-draft2digital{--fa:""}.fa-stripe{--fa:""}.fa-houzz{--fa:""}.fa-gg{--fa:""}.fa-dhl{--fa:""}.fa-square-pinterest,.fa-pinterest-square{--fa:""}.fa-xing{--fa:""}.fa-blackberry{--fa:""}.fa-creative-commons-pd{--fa:""}.fa-playstation{--fa:""}.fa-quinscape{--fa:""}.fa-less{--fa:""}.fa-blogger-b{--fa:""}.fa-opencart{--fa:""}.fa-vine{--fa:""}.fa-signal-messenger{--fa:""}.fa-paypal{--fa:""}.fa-gitlab{--fa:""}.fa-typo3{--fa:""}.fa-reddit-alien{--fa:""}.fa-yahoo{--fa:""}.fa-dailymotion{--fa:""}.fa-affiliatetheme{--fa:""}.fa-pied-piper-pp{--fa:""}.fa-bootstrap{--fa:""}.fa-odnoklassniki{--fa:""}.fa-nfc-symbol{--fa:""}.fa-mintbit{--fa:""}.fa-ethereum{--fa:""}.fa-speaker-deck{--fa:""}.fa-creative-commons-nc-eu{--fa:""}.fa-patreon{--fa:""}.fa-avianex{--fa:""}.fa-ello{--fa:""}.fa-gofore{--fa:""}.fa-bimobject{--fa:""}.fa-brave-reverse{--fa:""}.fa-facebook-f{--fa:""}.fa-square-google-plus,.fa-google-plus-square{--fa:""}.fa-web-awesome{--fa:""}.fa-mandalorian{--fa:""}.fa-first-order-alt{--fa:""}.fa-osi{--fa:""}.fa-google-wallet{--fa:""}.fa-d-and-d-beyond{--fa:""}.fa-periscope{--fa:""}.fa-fulcrum{--fa:""}.fa-cloudscale{--fa:""}.fa-forumbee{--fa:""}.fa-mizuni{--fa:""}.fa-schlix{--fa:""}.fa-square-xing,.fa-xing-square{--fa:""}.fa-bandcamp{--fa:""}.fa-wpforms{--fa:""}.fa-cloudversify{--fa:""}.fa-usps{--fa:""}.fa-megaport{--fa:""}.fa-magento{--fa:""}.fa-spotify{--fa:""}.fa-optin-monster{--fa:""}.fa-fly{--fa:""}.fa-square-bluesky{--fa:""}.fa-aviato{--fa:""}.fa-itunes{--fa:""}.fa-cuttlefish{--fa:""}.fa-blogger{--fa:""}.fa-flickr{--fa:""}.fa-viber{--fa:""}.fa-soundcloud{--fa:""}.fa-digg{--fa:""}.fa-tencent-weibo{--fa:""}.fa-letterboxd{--fa:""}.fa-symfony{--fa:""}.fa-maxcdn{--fa:""}.fa-etsy{--fa:""}.fa-facebook-messenger{--fa:""}.fa-audible{--fa:""}.fa-think-peaks{--fa:""}.fa-bilibili{--fa:""}.fa-erlang{--fa:""}.fa-x-twitter{--fa:""}.fa-cotton-bureau{--fa:""}.fa-dashcube{--fa:""}.fa-42-group,.fa-innosoft{--fa:""}.fa-stack-exchange{--fa:""}.fa-elementor{--fa:""}.fa-square-pied-piper,.fa-pied-piper-square{--fa:""}.fa-creative-commons-nd{--fa:""}.fa-palfed{--fa:""}.fa-superpowers{--fa:""}.fa-resolving{--fa:""}.fa-xbox{--fa:""}.fa-square-web-awesome-stroke{--fa:""}.fa-searchengin{--fa:""}.fa-tiktok{--fa:""}.fa-square-facebook,.fa-facebook-square{--fa:""}.fa-renren{--fa:""}.fa-linux{--fa:""}.fa-glide{--fa:""}.fa-linkedin{--fa:""}.fa-hubspot{--fa:""}.fa-deploydog{--fa:""}.fa-twitch{--fa:""}.fa-flutter{--fa:""}.fa-ravelry{--fa:""}.fa-mixer{--fa:""}.fa-square-lastfm,.fa-lastfm-square{--fa:""}.fa-vimeo{--fa:""}.fa-mendeley{--fa:""}.fa-uniregistry{--fa:""}.fa-figma{--fa:""}.fa-creative-commons-remix{--fa:""}.fa-cc-amazon-pay{--fa:""}.fa-dropbox{--fa:""}.fa-instagram{--fa:""}.fa-cmplid{--fa:""}.fa-upwork{--fa:""}.fa-facebook{--fa:""}.fa-gripfire{--fa:""}.fa-jedi-order{--fa:""}.fa-uikit{--fa:""}.fa-fort-awesome-alt{--fa:""}.fa-phabricator{--fa:""}.fa-ussunnah{--fa:""}.fa-earlybirds{--fa:""}.fa-trade-federation{--fa:""}.fa-autoprefixer{--fa:""}.fa-whatsapp{--fa:""}.fa-square-upwork{--fa:""}.fa-slideshare{--fa:""}.fa-google-play{--fa:""}.fa-viadeo{--fa:""}.fa-line{--fa:""}.fa-google-drive{--fa:""}.fa-servicestack{--fa:""}.fa-simplybuilt{--fa:""}.fa-bitbucket{--fa:""}.fa-imdb{--fa:""}.fa-deezer{--fa:""}.fa-raspberry-pi{--fa:""}.fa-jira{--fa:""}.fa-docker{--fa:""}.fa-screenpal{--fa:""}.fa-bluetooth{--fa:""}.fa-gitter{--fa:""}.fa-d-and-d{--fa:""}.fa-microblog{--fa:""}.fa-cc-diners-club{--fa:""}.fa-gg-circle{--fa:""}.fa-pied-piper-hat{--fa:""}.fa-kickstarter-k{--fa:""}.fa-yandex{--fa:""}.fa-readme{--fa:""}.fa-html5{--fa:""}.fa-sellsy{--fa:""}.fa-square-web-awesome{--fa:""}.fa-sass{--fa:""}.fa-wirsindhandwerk,.fa-wsh{--fa:""}.fa-buromobelexperte{--fa:""}.fa-salesforce{--fa:""}.fa-octopus-deploy{--fa:""}.fa-medapps{--fa:""}.fa-ns8{--fa:""}.fa-pinterest-p{--fa:""}.fa-apper{--fa:""}.fa-fort-awesome{--fa:""}.fa-waze{--fa:""}.fa-bluesky{--fa:""}.fa-cc-jcb{--fa:""}.fa-snapchat,.fa-snapchat-ghost{--fa:""}.fa-fantasy-flight-games{--fa:""}.fa-rust{--fa:""}.fa-wix{--fa:""}.fa-square-behance,.fa-behance-square{--fa:""}.fa-supple{--fa:""}.fa-webflow{--fa:""}.fa-rebel{--fa:""}.fa-css3{--fa:""}.fa-staylinked{--fa:""}.fa-kaggle{--fa:""}.fa-space-awesome{--fa:""}.fa-deviantart{--fa:""}.fa-cpanel{--fa:""}.fa-goodreads-g{--fa:""}.fa-square-git,.fa-git-square{--fa:""}.fa-square-tumblr,.fa-tumblr-square{--fa:""}.fa-trello{--fa:""}.fa-creative-commons-nc-jp{--fa:""}.fa-get-pocket{--fa:""}.fa-perbyte{--fa:""}.fa-grunt{--fa:""}.fa-weebly{--fa:""}.fa-connectdevelop{--fa:""}.fa-leanpub{--fa:""}.fa-black-tie{--fa:""}.fa-themeco{--fa:""}.fa-python{--fa:""}.fa-android{--fa:""}.fa-bots{--fa:""}.fa-free-code-camp{--fa:""}.fa-hornbill{--fa:""}.fa-js{--fa:""}.fa-ideal{--fa:""}.fa-git{--fa:""}.fa-dev{--fa:""}.fa-sketch{--fa:""}.fa-yandex-international{--fa:""}.fa-cc-amex{--fa:""}.fa-uber{--fa:""}.fa-github{--fa:""}.fa-php{--fa:""}.fa-alipay{--fa:""}.fa-youtube{--fa:""}.fa-skyatlas{--fa:""}.fa-firefox-browser{--fa:""}.fa-replyd{--fa:""}.fa-suse{--fa:""}.fa-jenkins{--fa:""}.fa-twitter{--fa:""}.fa-rockrms{--fa:""}.fa-pinterest{--fa:""}.fa-buffer{--fa:""}.fa-npm{--fa:""}.fa-yammer{--fa:""}.fa-btc{--fa:""}.fa-dribbble{--fa:""}.fa-stumbleupon-circle{--fa:""}.fa-internet-explorer{--fa:""}.fa-stubber{--fa:""}.fa-telegram,.fa-telegram-plane{--fa:""}.fa-old-republic{--fa:""}.fa-odysee{--fa:""}.fa-square-whatsapp,.fa-whatsapp-square{--fa:""}.fa-node-js{--fa:""}.fa-edge-legacy{--fa:""}.fa-slack,.fa-slack-hash{--fa:""}.fa-medrt{--fa:""}.fa-usb{--fa:""}.fa-tumblr{--fa:""}.fa-vaadin{--fa:""}.fa-quora{--fa:""}.fa-square-x-twitter{--fa:""}.fa-reacteurope{--fa:""}.fa-medium,.fa-medium-m{--fa:""}.fa-amilia{--fa:""}.fa-mixcloud{--fa:""}.fa-flipboard{--fa:""}.fa-viacoin{--fa:""}.fa-critical-role{--fa:""}.fa-sitrox{--fa:""}.fa-discourse{--fa:""}.fa-joomla{--fa:""}.fa-mastodon{--fa:""}.fa-airbnb{--fa:""}.fa-wolf-pack-battalion{--fa:""}.fa-buy-n-large{--fa:""}.fa-gulp{--fa:""}.fa-creative-commons-sampling-plus{--fa:""}.fa-strava{--fa:""}.fa-ember{--fa:""}.fa-canadian-maple-leaf{--fa:""}.fa-teamspeak{--fa:""}.fa-pushed{--fa:""}.fa-wordpress-simple{--fa:""}.fa-nutritionix{--fa:""}.fa-wodu{--fa:""}.fa-google-pay{--fa:""}.fa-intercom{--fa:""}.fa-zhihu{--fa:""}.fa-korvue{--fa:""}.fa-pix{--fa:""}.fa-steam-symbol{--fa:""}[class^=icon-],[class*=\ icon-]{speak:none}[class^=icon-].disabled,[class*=\ icon-].disabled,[class^=fa-].disabled,[class*=\ fa-].disabled{font-weight:400}.icon-joomla:before{content:""}.icon-accessible:before{content:""}.icon-add:before{content:"+"}.icon-address-book:before,.icon-address:before{content:""}.icon-align-justify:before{content:""}.icon-angle-double-left:before{content:""}.icon-angle-double-right:before{content:""}.icon-angle-down:before{content:""}.icon-angle-left:before{content:""}.icon-angle-right:before{content:""}.icon-angle-up:before{content:""}.icon-apply:before{content:""}.icon-archive:before{content:""}.icon-arrow-down-2:before{content:""}.icon-arrow-down-3:before{content:""}.icon-arrow-down-4:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-first:before{content:""}.icon-arrow-last:before{content:""}.icon-arrow-left-2:before{content:""}.icon-arrow-left-3:before{content:""}.icon-arrow-left-4:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right-2:before{content:""}.icon-arrow-right-3:before{content:""}.icon-arrow-right-4:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up-2:before{content:""}.icon-arrow-up-3:before{content:""}.icon-arrow-up-4:before{content:""}.icon-arrow-up:before{content:""}.icon-arrows-alt:before{content:""}.icon-asterisk:before{content:""}.icon-attachment:before{content:""}.icon-backward-2:before{content:""}.icon-backward-circle:before{content:""}.icon-backward:before{content:""}.icon-ban-circle:before{content:""}.icon-bars:before{content:""}.icon-basket:before{content:""}.icon-bell:before{content:""}.icon-bolt:before{content:""}.icon-book:before{content:""}.icon-bookmark-2:before,.icon-bookmark:before{content:""}.icon-box-add:before,.icon-box-remove:before{content:""}.icon-briefcase:before{content:""}.icon-broadcast:before{content:""}.icon-brush:before{content:""}.icon-bubble-quote:before{content:""}.icon-bullhorn:before{content:""}.icon-calendar-check:before,.icon-calendar-2:before{content:""}.icon-calendar-3:before{content:""}.icon-calendar-alt:before,.icon-calendar:before{content:""}.icon-camera-2:before{content:""}.icon-camera:before{content:""}.icon-cancel-2:before{content:""}.icon-cancel-circle:before{content:""}.icon-cancel:before{content:""}.icon-caret-down:before{content:""}.icon-caret-up:before{content:""}.icon-cart:before{content:""}.icon-chart:before{content:""}.icon-check-circle:before{content:""}.icon-check-square:before{content:""}.icon-check:before{content:""}.icon-checkbox-checked:before{content:""}.icon-checkbox-partial:before,.icon-checkbox-unchecked:before{content:""}.icon-checkbox:before{content:""}.icon-checkedout:before{content:""}.icon-checkin:before{content:""}.icon-checkmark-2:before,.icon-checkmark-circle:before{content:""}.icon-checkmark:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-up:before{content:""}.icon-circle:before{content:""}.icon-clipboard:before{content:""}.icon-clock:before{content:""}.icon-cloud-download-alt:before,.icon-cloud-download:before{content:""}.icon-cloud-upload:before{content:""}.icon-cloud:before{content:""}.icon-code:before{content:""}.icon-code-branch:before{content:""}.icon-cog:before{content:""}.icon-cogs:before{content:""}.icon-collapse:before{content:"+"}.icon-color-palette:before{content:""}.icon-comment-dots:before{content:""}.icon-comment:before{content:""}.icon-comments-2:before{content:""}.icon-comments:before{content:""}.icon-compass:before{content:""}.icon-connection:before{content:""}.icon-contract-2:before{content:""}.icon-contract:before{content:""}.icon-copy:before{content:""}.icon-credit-2:before,.icon-credit:before{content:""}.icon-crop:before{content:""}.icon-cube:before{content:""}.icon-cubes:before{content:""}.icon-dashboard:before{content:""}.icon-database:before{content:""}.icon-default:before{content:""}.icon-delete:before{content:""}.icon-desktop:before{content:""}.icon-downarrow:before{content:""}.icon-download:before{content:""}.icon-drawer-2:before{content:""}.icon-drawer:before{content:""}.icon-edit:before{content:""}.icon-ellipsis-h:before{content:""}.icon-ellipsis-v:before{content:""}.icon-enter:before{content:""}.icon-envelope-open-text:before{content:""}.icon-envelope-opened:before,.icon-envelope:before{content:""}.icon-equalizer:before{content:""}.icon-error:before{content:"!"}.icon-exclamation-circle:before{content:""}.icon-exclamation-triangle:before{content:""}.icon-exclamation:before{content:"!"}.icon-exit:before{content:""}.icon-expand-2:before{content:""}.icon-expand:before{content:""}.icon-expired:before{content:""}.icon-external-link-alt:before{content:""}.icon-eye-2:before,.icon-eye-blocked:before,.icon-eye-close:before{content:""}.icon-eye-open:before{content:""}.icon-eye-slash:before{content:""}.icon-eye:before{content:""}.icon-fax:before{content:""}.icon-featured:before{content:""}.icon-feed:before{content:""}.icon-file-2:before{content:""}.icon-file-add:before{content:"+"}.icon-file-alt:before{content:""}.icon-file-check:before{content:""}.icon-file-minus:before{content:""}.icon-file-plus:before{content:"+"}.icon-file-remove:before{content:""}.icon-file:before{content:""}.icon-filter:before{content:""}.icon-first:before{content:""}.icon-flag-2:before{content:""}.icon-flag-3:before,.icon-flag:before{content:""}.icon-flash:before{content:""}.icon-folder-2:before{content:""}.icon-folder-3:before{content:""}.icon-folder-close:before,.icon-folder-minus:before{content:""}.icon-folder-open:before{content:""}.icon-folder-plus-2:before{content:""}.icon-folder-plus:before{content:""}.icon-folder-remove:before,.icon-folder:before{content:""}.icon-forward-2:before{content:""}.icon-forward-circle:before{content:""}.icon-forward:before{content:""}.icon-generic:before{content:""}.icon-globe:before{content:""}.icon-grid-2:before,.icon-grid-view-2:before{content:""}.icon-grid-view:before,.icon-grid:before{content:""}.icon-handshake:before{content:""}.icon-health:before{content:""}.icon-heart-2:before,.icon-heart:before{content:""}.icon-help:before{content:"?"}.icon-hits:before{content:""}.icon-home-2:before,.icon-home:before{content:""}.icon-image:before,.icon-images:before{content:""}.icon-info-2:before,.icon-info-circle:before{content:""}.icon-info:before{content:""}.icon-key:before{content:""}.icon-lamp:before{content:""}.icon-language:before{content:""}.icon-last:before{content:""}.icon-leftarrow:before{content:""}.icon-lightbulb:before{content:""}.icon-lightning:before{content:""}.icon-link:before{content:""}.icon-list-2:before{content:""}.icon-list-view:before,.icon-list:before{content:""}.icon-loading:before{content:""}.icon-location:before{content:""}.icon-lock:before,.icon-locked:before{content:""}.icon-loop:before{content:""}.icon-mail-2:before,.icon-mail:before{content:""}.icon-map-signs:before{content:""}.icon-menu-2:before{content:""}.icon-menu-3:before{content:""}.icon-menu:before{content:""}.icon-minus-2:before{content:""}.icon-minus-circle:before{content:""}.icon-minus-sign:before,.icon-minus:before{content:""}.icon-mobile:before{content:""}.icon-move:before{content:""}.icon-music:before{content:""}.icon-new-tab-2:before{content:""}.icon-new-tab:before{content:""}.icon-new:before{content:"+"}.icon-next:before{content:""}.icon-not-ok:before{content:""}.icon-notification-2:before,.icon-notification-circle:before{content:""}.icon-notification:before{content:"!"}.icon-ok:before{content:""}.icon-open:before{content:""}.icon-options:before{content:""}.icon-out-2:before{content:""}.icon-out-3:before{content:""}.icon-out:before{content:""}.icon-paint-brush:before,.icon-palette:before{content:""}.icon-paperclip:before{content:""}.icon-paragraph-center:before{content:""}.icon-paragraph-justify:before{content:""}.icon-paragraph-left:before{content:""}.icon-paragraph-right:before{content:""}.icon-pause-circle:before{content:""}.icon-pause:before{content:""}.icon-pen-square:before{content:""}.icon-pencil-2:before,.icon-pencil-alt:before{content:""}.icon-pencil:before{content:""}.icon-pending:before{content:""}.icon-phone-2:before{content:""}.icon-phone:before{content:""}.icon-picture:before,.icon-pictures:before{content:""}.icon-pie:before{content:""}.icon-pin:before{content:""}.icon-play-2:before{content:""}.icon-play-circle:before{content:""}.icon-play:before{content:""}.icon-plug:before{content:""}.icon-plus-2:before{content:"+"}.icon-plus-circle:before{content:""}.icon-plus-square:before{content:""}.icon-plus:before{content:"+"}.icon-power-cord:before{content:""}.icon-power-off:before{content:""}.icon-previous:before{content:""}.icon-print:before,.icon-printer:before{content:""}.icon-project-diagram:before{content:""}.icon-protected:before{content:""}.icon-publish:before{content:""}.icon-purge:before{content:""}.icon-pushpin:before{content:""}.icon-puzzle-piece:before,.icon-puzzle:before{content:""}.icon-question-2:before,.icon-question-circle:before{content:""}.icon-question-sign:before,.icon-question:before{content:"?"}.icon-quote-2:before{content:""}.icon-quote-3:before{content:""}.icon-quote:before,.icon-quotes-left:before{content:""}.icon-quotes-right:before{content:""}.icon-radio-checked:before{content:""}.icon-radio-unchecked:before{content:""}.icon-redo-2:before{content:""}.icon-redo:before{content:""}.icon-refresh:before{content:""}.icon-register:before{content:""}.icon-remove:before{content:""}.icon-reply:before{content:""}.icon-rightarrow:before{content:""}.icon-rss:before{content:""}.icon-save-copy:before{content:""}.icon-save-new:before{content:"+"}.icon-save:before{content:""}.icon-scissors:before{content:""}.icon-screen:before{content:""}.icon-screwdriver:before{content:""}.icon-search-minus:before{content:""}.icon-search-plus:before{content:""}.icon-search:before{content:""}.icon-select-file:before{content:""}.icon-share-alt:before,.icon-share:before{content:""}.icon-shield-alt:before,.icon-shield:before{content:""}.icon-shuffle:before{content:""}.icon-signup:before{content:""}.icon-sliders-h:before{content:""}.icon-smiley-2:before,.icon-smiley-happy-2:before,.icon-smiley-happy:before,.icon-smiley-neutral-2:before,.icon-smiley-neutral:before{content:""}.icon-smiley-sad-2:before,.icon-smiley-sad:before{content:""}.icon-smiley:before{content:""}.icon-sort:before{content:""}.icon-spinner:before{content:""}.icon-square:before{content:""}.icon-stack:before{content:""}.icon-star-2:before{content:""}.icon-star-empty:before,.icon-star:before{content:""}.icon-stop-circle:before{content:""}.icon-stop:before{content:""}.icon-success:before{content:""}.icon-support:before{content:""}.icon-switch:before{content:""}.icon-sync:before{content:""}.icon-tablet:before{content:""}.icon-tachometer-alt:before{content:""}.icon-tag-2:before,.icon-tag:before{content:""}.icon-tags-2:before,.icon-tags:before{content:""}.icon-tasks:before{content:""}.icon-text-width:before{content:""}.icon-th:before{content:""}.icon-th-large:before{content:""}.icon-thumbs-down:before{content:""}.icon-thumbs-up:before{content:""}.icon-times:before{content:""}.icon-toggle-off:before{content:""}.icon-toggle-on:before{content:""}.icon-tools:before{content:""}.icon-trash:before{content:""}.icon-tree-2:before{content:""}.icon-tree:before{content:""}.icon-trophy:before{content:""}.icon-unarchive:before{content:""}.icon-unblock:before{content:""}.icon-undo-2:before,.icon-undo:before{content:""}.icon-unfeatured:before{content:""}.icon-universal:before,.icon-universal-access:before{content:""}.icon-unlock-alt:before{content:""}.icon-unlock:before{content:""}.icon-unpublish:before{content:""}.icon-uparrow:before{content:""}.icon-upload:before{content:""}.icon-user-circle:before{content:""}.icon-user-edit:before{content:""}.icon-user-lock:before{content:""}.icon-user-tag:before{content:""}.icon-user:before{content:""}.icon-users-cog:before{content:""}.icon-users:before{content:""}.icon-vcard:before{content:""}.icon-video-2:before{content:""}.icon-video:before{content:""}.icon-wand:before{content:""}.icon-warning-2:before{content:""}.icon-warning-circle:before{content:""}.icon-warning:before{content:""}.icon-wifi:before{content:""}.icon-wrench:before{content:""}.icon-zoom-in:before{content:""}.icon-zoom-out:before{content:""}
﻿:root{--header_height:$header_height}body{text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.helix-ultimate-preloader{overflow:hidden}body.helix-ultimate-preloader:before{content:" ";position:fixed;top:0;left:0;width:100%;height:100%;z-index:99998;background:rgba(255,255,255,.9)}body.helix-ultimate-preloader:after{content:"";font-family:"FontAwesome";font-size:36px;position:fixed;top:50%;left:50%;margin-top:-24px;margin-left:-24px;width:48px;height:48px;line-break:48px;text-align:center;color:#007bff;-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;z-index:99999}a{transition:color 400ms,background-color 400ms}a,a:hover,a:focus,a:active{text-decoration:none}label{font-weight:normal}legend{padding-bottom:10px}img{display:block;max-width:100%;height:auto}.row{--bs-gutter-x:1.875rem}.container{padding-left:15px;padding-right:15px}.element-invisible{position:absolute;padding:0;margin:0;border:0;height:1px;width:1px;overflow:hidden}#sp-top-bar{padding:8px 0;font-size:.875rem}#sp-top-bar .sp-module{display:inline-block;margin:0 0 0 1.25rem}ul.social-icons{list-style:none;padding:0;margin:0;display:inline-block}ul.social-icons>li{display:inline-block;line-height:1.5}ul.social-icons>li:not(:last-child){margin-right:20px}.flex-auto{flex:auto}#sp-menu.menu-with-social .sp-megamenu-wrapper{flex:auto;justify-content:space-between;display:flex;align-items:center}#sp-menu>.sp-column{height:100%}#sp-menu .social-wrap{position:relative;padding-left:60px}#sp-menu .social-wrap:after{content:"";margin-top:10px;margin-bottom:10px;position:absolute;width:2px;height:calc(var(--header_height) - 20px);left:30px;background-color:rgba(80,80,80,.2)}#sp-menu ul.social-icons>li:not(:last-child){margin-right:20px}#sp-menu ul.social-icons a{color:#9c9c9c}#sp-menu .social-wrap.no-border ul.social-icons{border-left:none;padding-left:0px}#sp-menu.menu-center .sp-megamenu-wrapper{justify-content:center}.menu-flex .sp-megamenu-wrapper{display:flex;justify-content:flex-end}#menu-right .sp-module:first-child{border-right:2px solid rgba(80,80,80,.2);padding-right:30px}.header-has-modules #offcanvas-toggler{margin-right:20px;margin-left:0}.sp-module-content .mod-languages ul.lang-inline{margin:0;padding:0}.sp-module-content .mod-languages ul.lang-inline li{border:none;display:inline-block;margin:0 5px 0 0}.sp-module-content .mod-languages ul.lang-inline li a{padding:0 !important}.sp-module-content .mod-languages ul.lang-inline li>a:before{display:none}.sp-module-content .mod-languages img{display:inline-block;border:none}.sp-module-content .latestnews>li>a>span{display:block;margin-top:5px;font-size:85%}div.mod-languages ul li.lang-active{background-color:rgba(130,130,130,.5019607843) !important;padding:0px 5px 3px;border-radius:3px}.sp-contact-info{list-style:none;padding:0;margin:0px}.sp-contact-info li{display:inline-block;margin:0px 10px 0px 0px;font-size:90%;white-space:nowrap}.sp-contact-info li i{margin:0 3px}#sp-header{height:80px;width:100%;position:relative;z-index:99;box-shadow:0 0 4px 0 rgba(0,0,0,.1);animation:spFadeIn .5s}#sp-header .offcanvas-toggler-secondary{display:inline-flex;align-items:center}#sp-header.full-header{padding-left:45px;padding-right:45px}#sp-header.lg-header{box-shadow:0 2px 3px rgba(0,0,0,.1)}#sp-header.lg-header .logo{height:auto}#sp-header.lg-header #offcanvas-toggler{margin-right:20px;margin-left:0px}#sp-header.lg-header .sp-column{height:100%}#sp-header.lg-header #sp-logo #offcanvas-toggler{display:none}#sp-header.header-with-modal-menu{color:#252525}#sp-header.header-with-modal-menu a{color:rgba(37,37,37,.6)}#sp-header.header-with-modal-menu a:hover,#sp-header.header-with-modal-menu a:focus{color:#f68e13}#sp-header.header-with-modal-menu .sp-contact-info>li{margin-right:15px;opacity:.7;transition:.3s}#sp-header.header-with-modal-menu .sp-contact-info>li:hover,#sp-header.header-with-modal-menu .sp-contact-info>li:focus{opacity:1}#sp-header.header-with-modal-menu .sp-contact-info>li>span{margin-right:5px}#sp-header.header-with-modal-menu.center-layout .modules-wrapper{height:auto;border:none;padding:0px;max-width:730px;margin:0 auto}#sp-header.header-with-modal-menu.center-layout #modal-menu .modal-menu-inner>.container{align-items:flex-start;padding:170px 0 0}#sp-header.header-with-modal-menu.center-layout #modal-menu .search{margin-bottom:80px}#sp-header.header-with-modal-menu.center-layout #modal-menu .search form:after{font-size:16px}#sp-header.header-with-modal-menu.center-layout #modal-menu .search form:hover:after{display:none}#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input{background:rgba(0,0,0,0);border-bottom:2px solid rgba(32,31,31,.1);font-size:26px;padding:7px;border-radius:0px}#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input::placeholder{color:rgba(32,31,31,.4)}#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:focus,#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:active,#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:active:focus{box-shadow:none;border-bottom:2px solid rgba(32,31,31,.7)}#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper{justify-content:center}#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper ul.sp-megamenu-parent{flex-direction:row}#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>span{padding:0}#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>a:after,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>span:after{top:100%;width:2px;height:20px;left:50%;transform:translateX(-50%);margin:10px 0 0 0}#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child:hover>a:after,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child:hover>span:after{height:30px}#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child>.sp-dropdown{animation:spFadeIn .5s}#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li:not(:last-child)>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li:not(:last-child)>span{margin-right:70px}#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main{top:100%;padding-top:50px;padding-left:0;left:auto !important;right:0px;transition:.35s}#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main li.sp-menu-item>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main li.sp-menu-item>span{padding:6px 0}#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div{flex-direction:column;align-items:flex-start;padding:40px 0}#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .sp-megamenu-wrapper{height:100%;align-items:center}#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .social-icons{margin-top:auto;margin-bottom:0px;width:100%;border-top:2px solid rgba(32,31,31,.1);padding-top:20px;font-size:12px}#sp-header .logo{height:80px;display:inline-flex;margin:0;align-items:center}#sp-header .logo a{font-size:24px;line-height:1;margin:0;padding:0}#sp-header .logo p{margin:5px 0 0}#sp-header .logo .logo-sticky{display:none !important}#sp-header.header-sticky{position:fixed;z-index:9999;top:0;left:0;width:100%;animation:spFadeInDown .5s}#sp-header.header-sticky .logo-sticky{display:block !important}#sp-header.header-sticky .logo-default{display:none !important}#sp-header .sp-module{margin-left:20px}#offcanvas-toggler{height:var(--header_height);line-height:var(--header_height)}#offcanvas-toggler .burger-icon{display:inline-block}.offcanvas-toggler-left{margin-right:10px}.offcanvas-toggler-right{margin-left:10px}#sp-header-topbar{position:relative;z-index:111}#sp-header-topbar .sp-profile-wrapper .sp-sign-in .user-text{display:none !important}#sp-header-topbar #sp-logo #offcanvas-toggler{display:none !important}#sp-header-topbar #sp-logo .logo-sticky{display:none !important}#sp-header-topbar .container-inner{border-bottom:1px solid #e5e5e5}#sp-header-topbar .container-inner>.row{min-height:80px}#sp-header-topbar a{color:#909196}#sp-header-topbar a:hover{color:#ff6b35}#sp-header-topbar .sp-contact-info{color:#909196}.header-modules{margin-left:20px}.header-modules .sp-module{margin-left:20px}.header-modules .search{position:relative}.header-modules .search form:after{content:"";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;top:0;font-size:12px;line-height:32px;right:10px}.header-modules .search form input{background:#efeff0;border:none;height:32px;font-size:15px;border-radius:3px;padding:5px 10px}.burger-icon{width:25px;cursor:pointer}.burger-icon>span{display:block;height:2px;background-color:#000;margin:5px 0;transition:background-color .3s ease-in,opacity .3s ease-in,transform .3s ease-in}.offcanvas-active .burger-icon>span,#modal-menu-toggler.active .burger-icon>span{background-color:#000}.offcanvas-active .burger-icon>span:nth-child(1),#modal-menu-toggler.active .burger-icon>span:nth-child(1){transform:translate(0,8px) rotate(-45deg)}.offcanvas-active .burger-icon>span:nth-child(2),#modal-menu-toggler.active .burger-icon>span:nth-child(2){opacity:0}.offcanvas-active .burger-icon>span:nth-child(3),#modal-menu-toggler.active .burger-icon>span:nth-child(3){transform:translate(0,-5px) rotate(45deg)}.offcanvas-active .close-offcanvas .burger-icon>span{transition-delay:.2s}body.modal-menu-active{overflow-y:hidden}#modal-menu{background:#f9f9f9;position:fixed !important;top:80px;left:0;right:0;transition:.5s;bottom:120%;overflow:hidden;display:flex;z-index:10}#modal-menu.has-bg{background-image:url(/templates/shaper_helixultimate/images/menu-bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}#modal-menu.active{bottom:0}#modal-menu .sp-megamenu-parent>li>a,#modal-menu .sp-megamenu-parent>li>span{display:block}#modal-menu .sp-megamenu-parent>li>a:after,#modal-menu .sp-megamenu-parent>li>span:after{transition:.3s}#modal-menu .sp-megamenu-parent>li:hover>a,#modal-menu .sp-megamenu-parent>li:hover>span,#modal-menu .sp-megamenu-parent>li.active>a,#modal-menu .sp-megamenu-parent>li.active>span{color:#ff6b35}#modal-menu .sp-megamenu-parent>li:hover>a:after,#modal-menu .sp-megamenu-parent>li:hover>span:after,#modal-menu .sp-megamenu-parent>li.active>a:after,#modal-menu .sp-megamenu-parent>li.active>span:after{opacity:1}#modal-menu .sp-megamenu-parent>li>a .nav-counter,#modal-menu .sp-megamenu-parent>li>span .nav-counter{font-size:16px}#modal-menu .sp-megamenu-parent>li:hover>a:before,#modal-menu .sp-megamenu-parent>li.active>a:before{width:0;opacity:0}#modal-menu .modal-menu-inner{position:relative !important;width:100%}#modal-menu .modal-menu-inner #menu-dismiss{position:absolute;top:60px;left:60px;cursor:pointer}#modal-menu .modal-menu-inner #menu-dismiss svg{font-size:55px}#modal-menu .modal-menu-inner>.container{display:flex;padding:70px 0;align-items:center;height:100%}#modal-menu .modal-menu-inner>.container>.row{width:100%}#modal-menu ul.sp-megamenu-parent{display:flex !important;flex-direction:column}#modal-menu ul.sp-megamenu-parent>li{position:relative}#modal-menu ul.sp-megamenu-parent>li:not(:last-child){margin-bottom:30px}#modal-menu ul.sp-megamenu-parent>li>a,#modal-menu ul.sp-megamenu-parent>li>span{font-size:26px;font-weight:600;line-height:1.4;text-transform:initial}#modal-menu ul.sp-megamenu-parent li.sp-has-child>a,#modal-menu ul.sp-megamenu-parent li.sp-has-child>span{position:relative}#modal-menu ul.sp-megamenu-parent li.sp-has-child>a:after,#modal-menu ul.sp-megamenu-parent li.sp-has-child>span:after{content:"";font-family:"Font Awesome 6 Free";float:right;position:absolute;top:2px}#modal-menu ul.sp-megamenu-parent li.sp-has-child:hover>a:after,#modal-menu ul.sp-megamenu-parent li.sp-has-child:hover>span:after{transform:translateX(5px)}#modal-menu ul.sp-megamenu-parent li.sp-has-child:hover>.sp-dropdown{animation:spFadeInDown .5s}#modal-menu ul.sp-megamenu-parent .sp-dropdown{left:100% !important;transition:.3s;padding-left:20px}#modal-menu ul.sp-megamenu-parent .sp-dropdown.sp-dropdown-main{top:0px}#modal-menu ul.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega{top:auto;bottom:0px}#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{box-shadow:none;border-radius:0px;position:relative;overflow:visible !important;max-height:initial;background-color:#fff;padding:20px}#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul>li>a{font-weight:500 !important;font-size:15px !important}#modal-menu .modules-wrapper{display:flex;flex-direction:column;height:100%;justify-content:center;max-width:330px;border-left:2px solid rgba(32,31,31,.1);padding:30px;color:#252525}#modal-menu .modules-wrapper a{color:#252525}#modal-menu .modules-wrapper a:hover,#modal-menu .modules-wrapper a:focus{color:#f68e13}#modal-menu .modules-wrapper .sp-module{margin-left:0;margin-bottom:15px}#modal-menu .modules-wrapper .search form{margin-bottom:30px}#modal-menu .modules-wrapper .search form input{height:40px}#modal-menu .modules-wrapper .sp-contact-info{margin-bottom:10px;display:flex;flex-direction:column}#modal-menu .modules-wrapper .sp-contact-info>li{margin-bottom:35px}#modal-menu .modules-wrapper .sp-contact-info>li>span{font-size:12px;margin-bottom:10px}#modal-menu .modules-wrapper .sp-contact-info>li>a{opacity:.7}#modal-menu .modules-wrapper .sp-contact-info>li>a:hover,#modal-menu .modules-wrapper .sp-contact-info>li>a:focus{opacity:1}#modal-menu .modules-wrapper .social-icons{font-size:14px}#modal-menu .modules-wrapper .social-icons a{opacity:.7}#modal-menu .modules-wrapper .social-icons a:hover,#modal-menu .modules-wrapper .social-icons a:focus{opacity:1}#sp-logo.has-border{position:relative;padding-right:45px}#sp-logo.has-border:after{content:"";margin-top:10px;margin-bottom:10px;position:absolute;width:2px;height:calc(var(--header_height) - 20px);right:15px;background-color:rgba(80,80,80,.2)}#sp-logo.has-border .sp-column{display:inline-flex;align-items:center}.sp-profile-wrapper{position:relative;font-size:14px}.sp-profile-wrapper .arrow-icon{font-size:11px}.sp-profile-wrapper .sp-profile-dropdown{background:#fff;border:1px solid #e4e4e4;border-radius:3px;padding:10px 5px !important;list-style:none !important;font-size:14px;position:absolute;min-width:100px;right:0;top:100%;display:none !important}.sp-profile-wrapper .sp-profile-dropdown li a{display:block;width:100%;padding:0 15px}.sp-profile-wrapper .sp-profile-dropdown>li:not(:last-child){border-bottom:1px solid #e4e4e4;padding-bottom:5px;margin-bottom:5px;line-height:1.3}.sp-profile-wrapper:hover .sp-profile-dropdown{display:block !important;animation:spFadeInDown .5s}#sp-title{min-height:0}.sp-page-title{padding:30px 0;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-attachment:fixed}.sp-page-title .sp-page-title-heading,.sp-page-title .sp-page-title-sub-heading{margin:0;padding:0;color:#fff}.sp-page-title .sp-page-title-heading{font-size:24px;line-height:1}.sp-page-title .sp-page-title-sub-heading{font-size:14px;font-weight:normal;line-height:1;margin-top:10px}.sp-page-title .breadcrumb{background:none;padding:0;margin:10px 0 0 0}.sp-page-title .breadcrumb>.active{color:rgba(255,255,255,.8)}.sp-page-title .breadcrumb>span,.sp-page-title .breadcrumb>li,.sp-page-title .breadcrumb>li+li:before,.sp-page-title .breadcrumb>li>a{color:#fff}.breadcrumb{padding:.75rem 1rem;background-color:#e9ecef;border-radius:.25rem}.body-innerwrapper{overflow-x:hidden}.layout-boxed .body-innerwrapper{max-width:1240px;margin:0 auto;box-shadow:0 0 5px rgba(0,0,0,.2)}#sp-main-body{padding:100px 0}body.view-article.remove-container #sp-main-body>.container{max-width:100%;padding:0}.com-sppagebuilder #sp-main-body{padding:0}#sp-left .sp-module,#sp-right .sp-module{margin-top:50px;border:1px solid #f3f3f3;padding:30px;border-radius:3px}#sp-left .sp-module:first-child,#sp-right .sp-module:first-child{margin-top:0}#sp-left .sp-module .sp-module-title,#sp-right .sp-module .sp-module-title{margin:0 0 30px;padding-bottom:20px;font-size:22px;font-weight:700;border-bottom:1px solid #f3f3f3}#sp-left .sp-module ul,#sp-right .sp-module ul{list-style:none;padding:0;margin:0}#sp-left .sp-module ul>li,#sp-right .sp-module ul>li{display:block;border-bottom:1px solid #f3f3f3}#sp-left .sp-module ul>li>a,#sp-right .sp-module ul>li>a{display:block;padding:5px 0;line-height:36px;padding:2px 0}#sp-left .sp-module ul>li:last-child,#sp-right .sp-module ul>li:last-child{border-bottom:none}#sp-left .sp-module .categories-module ul,#sp-right .sp-module .categories-module ul{margin:0 10px}#sp-left .sp-module .latestnews>div,#sp-right .sp-module .latestnews>div{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #e8e8e8}#sp-left .sp-module .latestnews>div:last-child,#sp-right .sp-module .latestnews>div:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}#sp-left .sp-module .latestnews>div>a,#sp-right .sp-module .latestnews>div>a{display:block;font-weight:400}#sp-left .sp-module .tagscloud,#sp-right .sp-module .tagscloud{margin:-2px 0}#sp-left .sp-module .tagscloud .tag-name,#sp-right .sp-module .tagscloud .tag-name{display:inline-block;padding:5px 10px;background:gray;color:#fff;border-radius:4px;margin:2px 0}#sp-left .sp-module .tagscloud .tag-name span,#sp-right .sp-module .tagscloud .tag-name span{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:rgba(0,0,0,.2);border-radius:10px}.login img{display:inline-block;margin:20px 0}.login .checkbox input[type=checkbox]{margin-top:6px}.login .password-group button.input-password-toggle{background-color:#eaecef;border-color:#ced4da;color:#212529}.form-links ul{list-style:none;padding:0;margin:0}.hide-label{border:0;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.search .btn-toolbar{margin-bottom:20px}.search .btn-toolbar span.icon-search{margin:0}.search .btn-toolbar button{color:#fff}.search .phrases .phrases-box .controls label{display:inline-block;margin:0 20px 20px}.search .phrases .ordering-box{margin-bottom:15px}.search .only label{display:inline-block;margin:0 20px 20px}.search .search-results dt.result-title{margin-top:40px}.search .search-results dt,.search .search-results dd{margin:5px 0}.filter-search .chzn-container-single .chzn-single{height:34px;line-height:34px}.form-search .finder label{display:block}.form-search .finder .input-medium{width:60%;border-radius:4px}.finder .word input{display:inline-block}.finder .search-results.list-striped li{padding:20px 0}.article-list .article{position:relative;margin-bottom:30px;padding:20px;border:1px solid #f5f5f5;border-radius:3px}.article-list .article .article-intro-image,.article-list .article .article-featured-video,.article-list .article .article-featured-audio,.article-list .article .article-feature-gallery{margin:-20px -20px 20px -20px;border-radius:3px 3px 0 0;border-bottom:1px solid #f5f5f5;overflow:hidden}.article-list .article .article-intro-image img,.article-list .article .article-featured-video img,.article-list .article .article-featured-audio img,.article-list .article .article-feature-gallery img{border-radius:3px 3px 0 0}.article-list .article .featured-article-badge{position:absolute;top:5px;left:5px;cursor:default}.article-list .article .article-full-image{margin:-20px -20px 20px -20px;border-radius:3px 3px 0 0;border-bottom:1px solid #f5f5f5;overflow:hidden}.article-list .article .article-header h1,.article-list .article .article-header h2,.article-list .article .article-header h4{font-size:1.375rem;margin:0 0 1.25rem 0}.article-list .article .article-header h1 a,.article-list .article .article-header h2 a,.article-list .article .article-header h4 a{color:#252525}.article-list .article .article-header h1 a:hover,.article-list .article .article-header h1 a:active,.article-list .article .article-header h1 a:focus,.article-list .article .article-header h2 a:hover,.article-list .article .article-header h2 a:active,.article-list .article .article-header h2 a:focus,.article-list .article .article-header h4 a:hover,.article-list .article .article-header h4 a:active,.article-list .article .article-header h4 a:focus{color:#e65f25}.article-list .article .readmore{font-size:.875rem}.article-list .article .readmore a{color:#252525;font-weight:500}.article-list .article .readmore a:hover,.article-list .article .readmore a:active,.article-list .article .readmore a:focus{color:#e65f25}.article-list .article figcaption.caption{text-align:center;font-size:14px;color:#252525;margin:5px 0px;opacity:.7}.article-list.grid{--gap:1em;margin:0 auto;display:flow;columns:var(--columns);gap:var(--gap);margin-bottom:20px}.article-list.grid .article .article-intro-image{overflow:hidden;position:relative;height:40vh}.article-list.grid .article a img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:none;max-height:none;width:auto;height:100%}.article-list.grid .article:nth-child(1n) .article-intro-image{height:60vh}.article-list.grid .article:nth-child(2n) .article-intro-image{height:30vh}.article-list.grid .article:nth-child(3n) .article-intro-image{height:50vh}.article-list.grid .article:nth-child(4n) .article-intro-image{height:45vh}.article-list.grid .article:nth-child(5n) .article-intro-image{height:55vh}.article-list.grid>*{break-inside:avoid;margin-bottom:var(--gap)}@supports(grid-template-rows:masonry){.article-list.grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);grid-template-rows:masonry;grid-auto-flow:dense}.article-list.grid>*{margin-bottom:0em}}.related-article-large .article-image{width:350px;min-width:350px}.related-article-large .article-information{border-left:1px solid #f1f1f1;padding-left:20px;margin-left:20px}.related-article-large .article-information>span{font-size:.813rem}.related-article-large .article-information>span+span::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;content:"/"}.related-article-large .article-information>span a{color:#252525}.related-article-large .article-information>span a:hover{color:#e65f25}.related-article-large .article-information .intro-text{margin-top:20px}.article-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem}.article-info>span{font-size:.813rem}.article-info>span+span::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;content:"/"}.article-info>span a{color:#252525}.article-info>span a:hover{color:#e65f25}.article-details{position:relative}.article-details .article-header{position:relative}.article-details .article-header h1,.article-details .article-header h2,.article-details .article-header h4{font-size:2.25rem}.article-details .featured-article-badge{position:absolute;top:5px;left:5px;cursor:default}.article-details .article-info{margin-bottom:1rem}.article-details .article-full-image{margin-bottom:2rem}.article-details .article-full-image img{display:inline-block;border-radius:4px}.article-details .article-featured-video,.article-details .article-featured-audio,.article-details .article-feature-gallery{margin-bottom:2rem}.article-details .article-ratings-social-share{padding:1rem 0;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;margin-bottom:1rem}.article-details .article-author-information{padding-top:2rem;margin-top:2rem;border-top:1px solid #f5f5f5}.article-details .article-can-edit{position:relative;margin-bottom:10px}.article-details .article-can-edit a{display:inline-block;background:#2a61c9;color:#fff;padding:5px 12px;border-radius:3px;font-size:14px}.article-details figcaption.caption{font-size:14px;color:#252525;margin:5px 0px;opacity:.7}.related-article-list-container{margin-top:15px}.related-article-list-container .related-article-title{font-size:22px;padding-bottom:15px;border-bottom:1px solid #f3f3f3}.related-article-list-container ul.related-article-list{list-style:none;padding:0}.related-article-list-container ul.related-article-list li{margin-bottom:10px}.related-article-list-container ul.related-article-list li .article-header h2,.related-article-list-container ul.related-article-list li .article-header h4{font-size:1.2rem}.related-article-list-container ul.related-article-list li .article-header h2 a,.related-article-list-container ul.related-article-list li .article-header h4 a{color:#252525}.related-article-list-container ul.related-article-list li .article-header h2 a:hover,.related-article-list-container ul.related-article-list li .article-header h4 a:hover{color:#044cd0}.related-article-list-container ul.related-article-list li .published{font-size:14px}.tags{list-style:none;padding:0;margin:-0.3125rem;display:flex;flex-wrap:wrap}.tags>li{display:inline-block;margin:.3125rem}.tags>li a{display:block;font-size:.875rem;padding:.5rem 1rem;border-radius:6.25rem}.tags>li a:hover{color:#fff}.pager{list-style:none;padding:2rem 0 0 0;margin:2rem 0 0 0;border-top:1px solid #f5f5f5}.pager::after{display:block;clear:both;content:""}.pager>li{display:inline-block}.pager>li.previous{float:left}.pager>li.next{float:right}.pager>li a{display:inline-block;font-size:.785rem;padding:1rem 2.5rem;border-radius:100px}#article-comments{padding-top:2rem;margin-top:2rem;border-top:1px solid #f5f5f5}.article-ratings{display:flex;align-items:center}.article-ratings .rating-symbol{unicode-bidi:bidi-override;direction:rtl;font-size:1rem;display:inline-block;margin-left:5px}.article-ratings .rating-symbol span.rating-star{font-family:"Font Awesome 6 Free";font-weight:normal;font-style:normal;display:inline-block}.article-ratings .rating-symbol span.rating-star.active:before{content:"";font-weight:900;color:#f6bc00}.article-ratings .rating-symbol span.rating-star:before{content:"";padding-right:5px}.article-ratings .rating-symbol span.rating-star:hover:before,.article-ratings .rating-symbol span.rating-star:hover~span.rating-star:before{content:"";color:#e7b000;font-weight:900;cursor:pointer}.article-ratings .ratings-count{font-size:.785rem;color:#4c4b4b}.article-ratings .fa-spinner{margin-right:5px}.pagination-wrapper{align-items:center}.pagination-wrapper .pagination{margin-bottom:0}.pagenavigation{padding:2rem 0}.pagenavigation .pagination{display:block}.pagenavigation .pagination a{padding:5px 15px}.pagenavigation .pagination .next{float:right}.pagenavigation .pagination .previous{float:left}.pagenavigation .pagination:before,.pagenavigation .pagination:after{clear:both;display:table;content:"";line-height:0;box-sizing:border-box}.article-social-share{float:right}.article-social-share .social-share-icon ul{padding:0;list-style:none;margin:0}.article-social-share .social-share-icon ul li{display:inline-block}.article-social-share .social-share-icon ul li:not(:last-child){margin-right:10px}.article-social-share .social-share-icon ul li a{border:1px solid #ededed;font-size:1rem;border-radius:50%;height:34px;line-height:34px;text-align:center;width:34px;display:inline-block}.article-social-share .social-share-icon ul li a:hover,.article-social-share .social-share-icon ul li a:focus{color:#fff}.newsfeed-category .category{list-style:none;padding:0;margin:0}.newsfeed-category .category li{padding:5px 0}.newsfeed-category #filter-search{margin:10px 0}.category-module,.categories-module,.archive-module,.latestnews,.newsflash-horiz,.mostread,.form-links,.list-striped{list-style:none;padding:0;margin:0}.category-module li,.categories-module li,.archive-module li,.latestnews li,.newsflash-horiz li,.mostread li,.form-links li,.list-striped li{padding:2px 0}.category-module li h4,.categories-module li h4,.archive-module li h4,.latestnews li h4,.newsflash-horiz li h4,.mostread li h4,.form-links li h4,.list-striped li h4{margin:5px 0}.article-footer-top{display:table;clear:both;width:100%}.article-footer-top .post_rating{float:left}.contentpane:not(.com-sppagebuilder){padding:20px}#sp-bottom{padding:60px 0 30px;font-size:14px;line-height:1.6}#sp-bottom .sp-module{margin-bottom:30px}#sp-bottom .sp-module .sp-module-title{font-weight:700;font-size:18px;margin:0 0 30px;color:#fff}#sp-bottom .sp-module ul{list-style:none;padding:0;margin:0}#sp-bottom .sp-module ul>li{display:block;margin-bottom:15px}#sp-bottom .sp-module ul>li:last-child{margin-bottom:0}#sp-bottom .sp-module ul>li>a{display:block}#sp-footer{font-size:14px;padding:0}#sp-footer .container-inner{padding:30px 0;border-top:1px solid rgba(255,255,255,.1)}#sp-footer ul.menu{display:inline-block;list-style:none;padding:0;margin:0 -10px}#sp-footer ul.menu li{display:inline-block;margin:0 10px}#sp-footer ul.menu li a{display:block}#sp-footer ul.menu li a:hover{background:none}#sp-footer #sp-footer2{text-align:right}html.coming-soon{width:100%;height:100%;min-height:100%}html.coming-soon body{width:100%;height:100%;min-height:100%;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-ms-flex-pack:center;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;padding-top:40px;padding-bottom:40px;text-align:center;background-repeat:no-repeat;background-position:50% 40%}html.coming-soon .coming-soon-logo{display:inline-block;margin-bottom:2rem}html.coming-soon #coming-soon-countdown{margin-top:4rem}html.coming-soon #coming-soon-countdown .coming-soon-days,html.coming-soon #coming-soon-countdown .coming-soon-hours,html.coming-soon #coming-soon-countdown .coming-soon-minutes,html.coming-soon #coming-soon-countdown .coming-soon-seconds{margin:0;float:left;width:25%}html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number{width:100%;font-size:4.5rem;letter-spacing:-1px;line-height:1}html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string{font-size:1.5rem;letter-spacing:-1px;display:block;text-transform:uppercase}html.coming-soon .coming-soon-position{margin-top:2rem}html.coming-soon .social-icons{margin-top:4rem}html.coming-soon .coming-soon-login form{display:inline-block}html.error-page{width:100%;height:100%}html.error-page body{width:100%;height:100%;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-ms-flex-pack:center;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;padding-top:40px;padding-bottom:40px;text-align:center;background-repeat:no-repeat;background-position:50% 40%}html.error-page .error-logo{display:inline-block;margin-bottom:2rem}html.error-page .error-code{margin:0 0 1rem;font-size:6rem;line-break:auto}html.error-page .error-message{font-size:1.5rem;margin-bottom:3rem}.sp-social-share ul{display:block;padding:0;margin:20px -5px 0}.sp-social-share ul li{display:inline-block;font-size:24px;margin:0 5px}.profile>div:not(:last-child){margin-bottom:30px}.dl-horizontal dt{margin:8px 0;text-align:left}.page-header{padding-bottom:15px}table.category{width:100%}table.category thead>tr,table.category tbody>tr{border:1px solid #f2f2f2}table.category thead>tr th,table.category thead>tr td,table.category tbody>tr th,table.category tbody>tr td{padding:10px}.contact-form .form-actions{background:none;border:none}@media print{.visible-print{display:inherit !important}.hidden-print{display:none !important}}.sp-preloader{height:100%;left:0;position:fixed;top:0;width:100%;z-index:99999}.sp-preloader>div{border-radius:50%;height:50px;width:50px;top:50%;left:50%;margin-top:-25px;margin-left:-25px;position:absolute;animation:spSpin .75s linear infinite}.sp-preloader>div:after{content:"";position:absolute;width:49px;height:49px;top:1px;right:0;left:0;margin:auto;border-radius:50%}.sp-scroll-up{display:none;position:fixed;bottom:60px;right:30px;width:36px;height:36px;line-height:36px;text-align:center;font-size:16px;color:#fff;background:rgba(100,100,100,.4);border-radius:100%;z-index:1000;transition:all .3s ease}.sp-scroll-up:hover,.sp-scroll-up:active,.sp-scroll-up:focus{color:#fff;background:#000}.control-group{margin-bottom:1rem}select.form-control:not([multiple]),select.inputbox:not([multiple]),select:not([multiple]){height:calc(2.25rem + 2px)}.form-control-feedback{display:block;margin-top:.25rem;font-size:.875em}input[type=text],input[type=email],input[type=url],input[type=date],input[type=password],input[type=search],input[type=tel],input[type=number],textarea{outline:none;box-shadow:none !important}input[type=text]:not(.form-control),input[type=email]:not(.form-control),input[type=url]:not(.form-control),input[type=date]:not(.form-control),input[type=password]:not(.form-control),input[type=search]:not(.form-control),input[type=tel]:not(.form-control),input[type=number]:not(.form-control),select:not(.form-select):not(.form-control){display:block;width:100%;padding:.5rem .5rem !important;font-size:1rem;line-height:1.25;color:#495057;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}input[type=text]:not(.form-control):focus,input[type=email]:not(.form-control):focus,input[type=url]:not(.form-control):focus,input[type=date]:not(.form-control):focus,input[type=password]:not(.form-control):focus,input[type=search]:not(.form-control):focus,input[type=tel]:not(.form-control):focus,input[type=number]:not(.form-control):focus,select:not(.form-select):not(.form-control):focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0}.password-group meter{width:100%}.chzn-select,.chzn-select-deselect{width:100%}.chzn-container.chzn-container-single .chzn-single{display:block;width:100%;padding:.5rem .75rem;line-height:1.25;height:calc(2.25rem + 2px);color:#495057;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;box-shadow:none}.chzn-container.chzn-container-single .chzn-single div{width:30px;background:none}.chzn-container.chzn-container-single .chzn-single div>b{background:none;position:relative;font:normal normal normal 14px/1 FontAwesome}.chzn-container.chzn-container-single .chzn-single div>b:after{content:"";font-family:"Font Awesome 6 Free";font-weight:900;font-size:.875rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single{border-radius:.25rem .25rem 0 0}.chzn-container.chzn-container-single .chzn-search{padding:.625rem}.chzn-container.chzn-container-single .chzn-search input[type=text]{display:block;width:100%;padding:.5rem 1.429rem .5rem .75rem;font-size:.875rem;line-height:1.25;height:calc(2rem + 2px);color:#495057;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;box-shadow:none;-webkit-box-shadow:none}.chzn-container.chzn-container-single .chzn-search input[type=text]:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.chzn-container.chzn-container-single .chzn-search:after{content:"";font-family:"FontAwesome";font-size:.875rem;color:rgba(0,0,0,.2);position:absolute;top:50%;right:20px;transform:translateY(-50%);-webkit-transform:translateY(-50%)}.chzn-container.chzn-container-single .chzn-drop{border-color:rgba(0,0,0,.15);border-radius:0 0 .25rem .25rem;box-shadow:none;-webkit-box-shadow:none}.chzn-container.chzn-container-single .chzn-results li.highlighted{background-image:none !important}.chzn-container.chzn-container-multi .chzn-choices{display:block;width:100%;padding:0 .75rem;min-height:calc(2.25rem + 2px);line-height:1.25;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;box-shadow:none;-webkit-box-shadow:none}.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type=text]{font-size:.875rem;font-weight:normal;line-height:1.25;height:calc(2rem + 2px);background-color:#fff}.chzn-container.chzn-container-multi .chzn-choices li.search-choice{margin:5.5px 5px 0 0;padding:5px 20px 5px 5px;background-image:none;background-color:#f5f5f5;border-color:rgba(0,0,0,.1);box-shadow:none;-webkit-box-shadow:none}.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close{background:none;top:5px;color:rgba(0,0,0,.2)}.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover{color:rgba(0,0,0,.5)}.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after{content:"";font-family:"FontAwesome";font-size:.875rem;position:absolute;top:0;right:0}.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices{border-radius:.25rem}.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop{margin-top:-4px;border:none;border-radius:0;box-shadow:none;-webkit-box-shadow:none}.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty){padding:.75rem;background:#fff;border:1px solid rgba(0,0,0,.15);border-top:0;border-radius:0 0 .25rem .25rem}.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results{background:none}.form-horizontal .control-label{float:left;width:auto;padding-top:5px;padding-right:5px;text-align:left}.form-horizontal .controls{margin-left:220px}.card-block{padding:20px}.card-block ul{list-style:none;padding:0;margin:0;display:block}.card-block ul li{display:block}.alert.alert-error{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.invalid{color:#a51f18;border-color:#a51f18}#sp-cookie-consent{position:fixed;font-size:16px;font-weight:500;bottom:0;left:0;width:100%;z-index:10001}#sp-cookie-consent>div{padding:20px;position:relative}#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format{position:relative;display:inline-block;vertical-align:middle;white-space:nowrap}#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline{margin:0;margin-right:-5px;padding-left:0px}#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label{display:inline-block;padding:4px 12px;margin-bottom:0;font-size:13px;line-height:18px;text-align:center;vertical-align:middle;cursor:pointer;background-color:#f3f3f3;color:#333;border-top:1px solid #b3b3b3;border-right:1px solid #b3b3b3;border-bottom:1px solid #b3b3b3;box-shadow:0 1px 2px rgba(0,0,0,.05);border-radius:0}#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success{background:#46a546;color:#fff}#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type=radio]{display:none !important}#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label{border-top-right-radius:3px;border-bottom-right-radius:3px}#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label{border-left:1px solid #b3b3b3;border-top-left-radius:3px;border-bottom-left-radius:3px}.com-contenthistory .btn-group{display:flex;justify-content:flex-end}.com-contenthistory .btn-group button{display:inline-block;padding:4px 12px;margin-bottom:0;font-size:13px;line-height:18px;text-align:center;vertical-align:middle;cursor:pointer;color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);background-color:#f5f5f5;background-repeat:repeat-x;border:1px solid #bbb;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.com-contenthistory .btn-group button:hover{color:#333;background-color:#e9e9e9}#versionsModal{top:10%}#versionsModal .modal-dialog{max-width:80%}#versionsModal iframe{min-height:300px}body.com-content.view-form.layout-edit .nav-tabs .nav-link{display:block !important}.no-js img.lazyload{display:none}#system-message-container{position:fixed;bottom:0px;right:15px;max-width:350px;z-index:9999}#system-message-container .alert{font-size:13px;line-height:1.5}#system-message-container .alert>.btn-close{position:absolute;right:5px;top:5px;cursor:pointer}#system-message-container joomla-alert{font-size:13px}.com-users.view-registration #member-registration .modal-dialog,.com-users.view-registration #member-profile .modal-dialog,.com-users.view-profile #member-registration .modal-dialog,.com-users.view-profile #member-profile .modal-dialog{display:flex;align-items:center;min-height:calc(100% - 1rem)}.hu-media-modal .modal-dialog{display:flex;align-items:center;min-height:calc(100% - 1rem)}.registration #member-registration #jform_privacyconsent_privacy-lbl{display:inline-flex}.registration #member-registration #jform_privacyconsent_privacy-lbl>a{position:initial;display:block;color:#252525}.registration #member-registration #jform_privacyconsent_privacy-lbl>a:hover,.registration #member-registration #jform_privacyconsent_privacy-lbl>a:focus{color:#e65f25}body.com-users.view-registration>#sbox-window{overflow:hidden}body.com-users.view-registration>#sbox-window>#sbox-btn-close{top:5px;right:5px}body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs{display:flex;padding:0;margin:0 !important;overflow-x:auto;overflow-y:hidden;white-space:nowrap;list-style:outside none none;background-color:#f5f5f5;border-color:#ccc #ccc currentcolor;border-style:solid solid none;border-width:1px 1px 0;border-radius:.25rem .25rem 0 0;border-image:none;box-shadow:0 1px #fff inset,0 2px 3px -3px rgba(0,0,0,.15),0 -4px 0 rgba(0,0,0,.05) inset,0 0 3px rgba(0,0,0,.04)}body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs .nav-item>.nav-link{color:var(--text-color)}body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs .nav-item>.nav-link.active{background-color:rgba(0,0,0,.03);background-image:linear-gradient(to bottom,transparent,rgba(0,0,0,0.05) 100%);border-right:0 none;border-left:0 none;border-top-left-radius:0;border-top-right-radius:0;box-shadow:2px 0 1px -1px rgba(0,0,0,.08) inset,-2px 0 1px -1px rgba(0,0,0,.08) inset,0 1px 0 rgba(0,0,0,.02) inset}body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.tab-content{padding:15px;background-color:#fefefe;border:1px solid #ccc;border-radius:0 0 .25rem .25rem;box-shadow:0 0 3px rgba(0,0,0,.04)}body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #editor label#jform_title-lbl{margin-bottom:15px;font-weight:700}body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #editor .js-editor-tinymce{display:flex;flex-direction:column}body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group{display:flex;flex-direction:column}body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group>label,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group>label,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group>label{margin-bottom:5px;font-weight:700}body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group textarea,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group textarea,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group textarea{width:100%}body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group .calendar-container .time td select,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group .calendar-container .time td select,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group .calendar-container .time td select{padding:4px;font-size:13px}body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid{display:flex;max-width:100%}body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8{flex:auto}body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls{margin-left:10px;display:flex;max-width:500px}body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls #folderlist_chzn,body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls #folderlist{flex:auto}body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8 #upbutton{background:var(--bs-primary);color:#fff;margin:0 5px}body.contentpane.com-media.view-images .container-popup #imageForm .well>.row-fluid:not(:last-child){margin-bottom:5px}body.contentpane.com-media.view-images .container-popup #imageForm .well>.row-fluid:not(:last-child)>.control-group:not(:last-child){margin-bottom:5px}body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel{background:var(--bs-danger);color:#fff}body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel:hover,body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel:focus{border-color:var(--bs-danger)}body.contentpane.com-menus.view-items.layout-modal #adminForm .js-stools-container-bar{display:flex}body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar{display:flex;align-items:center;padding:10px 0px}body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label{margin-right:10px}body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append{display:flex}body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type=submit]{background:var(--bs-primary);color:#fff;margin-left:5px}body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type=button]{background:var(--bs-primary);color:#fff}body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools{padding-top:15px}body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar{margin-bottom:10px}body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label{margin-right:10px}body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append{display:flex}body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type=submit],body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type=submit],body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type=submit]{background:var(--bs-primary);color:#fff;margin-left:5px}body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type=button],body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type=button],body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type=button]{background:var(--bs-primary);color:#fff}body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm .js-stools-container-bar,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm .js-stools-container-bar{display:flex;align-items:center}.modal-dialog.jviewport-width80{width:80vw;max-width:none}.btn:focus{box-shadow:none !important}.input-group.hu-j4-media{max-width:356px}.hidden{display:none !important}.field-calendar .input-group-text{padding:0}.field-calendar .input-group-text button#jform_mycalendar_btn{background:rgba(0,0,0,0);border:none;color:#212529}.form-check-inline label.form-check-label.btn{padding:.375rem 3px}.modal-body .iframe{min-height:60vh !important}#sbox-content iframe{width:780px;height:480px}.carousel-item img{width:100%}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}li.custom_user_login_menu ul li:last-child,li.custom_user_login_menu{border-bottom:none}li.custom_user_login_menu ul{padding-left:0;list-style:none}li.custom_user_login_menu ul li{padding:5px 0;border-bottom:1px solid #eee}svg#Passkey{height:2rem}#icon-passkey{fill:#fff}.inner-wrapper-sticky{background-color:#fff}.joomla-dialog-container{box-sizing:border-box;flex-flow:column;width:100%;display:flex;position:relative}.joomla-dialog-container .buttons-holder{justify-content:flex-end;align-items:center;margin-inline-start:auto;display:flex}.joomla-dialog-container .buttons-holder button{margin-inline:.375rem}.joomla-dialog-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem;display:flex;position:relative}.joomla-dialog-header h3,.joomla-dialog-header .h3{margin:0}.joomla-dialog-header .header-icon{margin-inline-end:.375rem;font-size:1.75rem}.joomla-dialog-header.empty{display:none}.joomla-dialog-body{box-sizing:border-box;flex:auto;position:relative}.joomla-dialog-body .buttons-holder{position:absolute;top:1rem;right:1rem}.joomla-dialog-body joomla-dialog[type=inline],joomla-dialog[type=ajax] .joomla-dialog-body{overflow:auto}joomla-dialog.loading .joomla-dialog-body{opacity:0}joomla-dialog.loaded .joomla-dialog-body{opacity:1;transition:opacity .4s}.joomla-dialog-footer{border-top:1px solid var(--border-color);padding:1rem;position:relative}.joomla-dialog-footer .buttons-holder button{padding-inline:22px}.joomla-dialog-footer.empty{display:none}.joomla-dialog-alert dialog,.joomla-dialog-confirm dialog{width:600px;max-width:80vw;height:fit-content}.joomla-dialog-alert .joomla-dialog-body,.joomla-dialog-confirm .joomla-dialog-body{padding:1rem}@media(width>= 1400px){.joomla-dialog-content-select-field dialog{width:90vw;height:90vh}}.article-details .featured-article-badge{position:unset}.article-details:has(.article-full-image) .featured-article-badge,.article-details:has(.article-featured-image) .featured-article-badge,.article-details:has(.article-feature-gallery) .featured-article-badge,.article-details:has(.article-featured-video) .featured-article-badge,.article-details:has(.article-featured-audio) .featured-article-badge{position:absolute}#users-profile-custom-joomlatoken .list-group-item{white-space:nowrap;overflow:auto}.com-media.contentpane{padding:10px !important}.com-media .well{background:#f5f5f5;padding:20px;border-radius:4px;margin-bottom:10px}.com-media .well .row{margin:0;padding:0}.com-media .well .row>div:first-child{width:calc(100% - 200px)}.com-media .well .row>div:last-child{width:200px;float:right;text-align:right;padding-top:30px}.com-media .well .row #folderlist{display:inline-block}.com-media .well .row #upbutton{display:none}.com-media.view-imagesList{padding:0px 0px 10px 0 !important}.com-media.view-imagesList:before{content:" ";display:table}.com-media.view-imagesList:after{display:block;clear:both;content:""}.com-media.view-imagesList ul.manager{list-style:none;padding:0;margin:0}.com-media.view-imagesList ul.manager>li.thumbnail{width:110px;float:left}.com-media.view-imagesList ul.manager>li.thumbnail>a.selected{border:2px solid green;position:absolute;top:0;left:0;right:0;bottom:0}.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child{height:60px;margin-bottom:10px;text-align:center}.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child>span{display:inline-block;width:60px;height:40px;margin:0 auto;margin-top:25px;position:relative;background-color:#92ceff;border-radius:0 5px 5px 5px}.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child>span:before{content:"";width:50%;height:12px;border-radius:0 20px 0 0;background-color:#92ceff;position:absolute;top:-12px;left:0px}.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child img{display:inline-block}.sp-megamenu-parent{list-style:none;padding:0;margin:0 -15px;z-index:99;display:block;float:right;position:relative}.sp-megamenu-parent .sp-menu-item>a img,.sp-megamenu-parent .sp-menu-item>span img{display:inline-block}.sp-megamenu-parent>li{display:inline-block;position:relative;padding:0}.sp-megamenu-parent>li.menu-justify{position:static}.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span{display:inline-block;padding:0 15px;line-height:80px;font-size:14px;margin:0}.sp-megamenu-parent>li:last-child>a{padding:0px 0px 0px 15px}.sp-megamenu-parent>li.active>a{font-weight:500}.sp-megamenu-parent>li .sp-menu-badge{height:20px;line-height:20px;padding:0 5px;font-size:10px;letter-spacing:1px;display:inline-block;text-transform:uppercase;background:#d60000;color:#fff;border-radius:3px}.sp-megamenu-parent .sp-module{padding:10px}.sp-megamenu-parent .sp-mega-group{list-style:none;padding:0;margin:0}.sp-megamenu-parent .sp-mega-group>li>a{display:block;text-transform:uppercase;font-size:14px;font-weight:600;margin-bottom:10px}.sp-megamenu-parent .sp-mega-group .sp-mega-group-child{list-style:none;padding:0;margin:0}.sp-megamenu-parent .sp-dropdown{margin:0;position:absolute;z-index:10;display:none}.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{box-shadow:0 3px 5px 0 rgba(0,0,0,.2);padding:20px}.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner>.row:not(:first-child){margin-top:20px}.sp-megamenu-parent .sp-dropdown .sp-dropdown-items{list-style:none;padding:0;margin:0}.sp-megamenu-parent .sp-dropdown.sp-dropdown-main{top:100%}.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub{top:0}.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner{box-shadow:0 0 5px rgba(0,0,0,.2)}.sp-megamenu-parent .sp-dropdown li.sp-menu-item{display:block;padding:0;position:relative}.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge){font-size:14px;line-height:1;display:inline-block;padding:8px 0;cursor:pointer}.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a.sp-group-title,.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title{text-transform:uppercase;font-weight:bold}.sp-megamenu-parent .sp-dropdown .sp-module{padding:0}.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title{font-size:14px;margin:0 0 15px;text-transform:uppercase;font-weight:bold}.sp-megamenu-parent .sp-dropdown .sp-module .latestnews{margin:0}.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li:not(:last-child){margin:0 0 15px}.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li a{font-size:14px}.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li a span{opacity:.8}.sp-megamenu-parent .sp-dropdown-mega>.row{margin-top:30px}.sp-megamenu-parent .sp-dropdown-mega>.row:first-child{margin-top:0}.sp-megamenu-parent .sp-dropdown-mega .sp-module{margin-left:0px !important}.sp-megamenu-parent .sp-has-child:hover>.sp-dropdown{display:block}.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover>.sp-dropdown{animation:spFadeIn 600ms}.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover>.sp-dropdown{animation:spFadeInUp 400ms ease-in}.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover>.sp-dropdown{animation:spFadeInDown 400ms ease-in}.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover>.sp-dropdown{animation:spZoomIn 300ms}.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover>.sp-dropdown{animation:spRotateIn 300ms}.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover>.sp-dropdown{animation:spPulse 300ms}.offcanvas-menu .hide-on-offcanvas{display:none !important}.offcanvas-menu .fa,.offcanvas-menu .fab,.offcanvas-menu .far,.offcanvas-menu .fas{color:#252525}.offcanvas-menu .offcanvas-inner ul.menu li.active>a,.offcanvas-menu .offcanvas-inner ul.menu li.active>.nav-header,.offcanvas-menu .offcanvas-inner ul.menu li.active>.mod-menu__heading{color:#f68e13}.offcanvas-menu .offcanvas-inner ul.menu li.active ul li.active>a,.offcanvas-menu .offcanvas-inner ul.menu li.active ul li.active>.nav-header,.offcanvas-menu .offcanvas-inner ul.menu li.active ul li.active>.mod-menu__heading{color:#f68e13}body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,body.ltr .sp-megamenu-parent>li.sp-has-child>span:after{font-family:"Font Awesome 6 Free";content:"";float:right;margin-left:7px;font-weight:900}body.ltr .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-right{margin-left:5px}body.ltr .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-left{margin-right:5px}body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after{font-family:"Font Awesome 6 Free";content:"";float:right;margin-left:7px;font-weight:900}body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center{margin-left:45px}body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right{left:0}body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full{left:auto;right:0}body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left{right:0}body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub{left:100%}@media(min-width:576px){.sp-menu-full.container{width:540px}}@media(min-width:768px){.sp-menu-full.container{width:720px}}@media(min-width:992px){.sp-menu-full.container{width:960px}}@media(min-width:1200px){.sp-menu-full.container{width:1140px}}@media(min-width:1400px){.sp-menu-full.container{width:1320px}}#offcanvas-toggler{display:inline-flex;align-items:center;height:80px;line-height:80px;font-size:20px}#offcanvas-toggler>span:hover{color:#fff}.offcanvas-init{overflow-x:hidden;position:relative}.offcanvas-active .offcanvas-overlay{visibility:visible;opacity:1}.offcanvas-overlay{background:rgba(0,0,0,.7);bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;z-index:9999;visibility:hidden;-webkit-transition:.4s;transition:.4s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.body-wrapper{position:relative;-webkit-transition:.4s;transition:.4s;backface-visibility:hidden}.close-offcanvas{position:absolute;top:25px;z-index:1}.offcanvas-menu{width:300px;height:100%;position:fixed;top:60px;overflow:inherit;-webkit-transition:all .4s;transition:all .4s;z-index:10000}.offcanvas-menu #offcanvas-toggler{display:none !important}.offcanvas-menu .logo-sticky{display:none !important}.offcanvas-menu .offcanvas-inner{padding:25px;max-height:calc(100vh - 60px);overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth}.offcanvas-menu .offcanvas-inner .header-modules{margin-left:0px}.offcanvas-menu .offcanvas-inner .finder{margin-bottom:10px}.offcanvas-menu .offcanvas-inner .sp-sign-in{position:relative;top:10px}.offcanvas-menu .offcanvas-inner .sp-sign-in .signin-text{display:none !important}.offcanvas-menu .offcanvas-inner .sp-profile-wrapper .user-text{display:none !important}.offcanvas-menu .offcanvas-inner .sp-contact-info,.offcanvas-menu .offcanvas-inner .social-icons{font-size:14px}.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a,.offcanvas-menu .offcanvas-inner .social-icons>li>a{opacity:.7}.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a:hover,.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a:focus,.offcanvas-menu .offcanvas-inner .social-icons>li>a:hover,.offcanvas-menu .offcanvas-inner .social-icons>li>a:focus{opacity:1}.offcanvas-menu .offcanvas-inner .sp-contact-info{margin-top:20px}.offcanvas-menu .offcanvas-inner .sp-contact-info>li:not(:last-child){margin-bottom:10px}.offcanvas-menu .offcanvas-inner .sp-module{padding:0;margin:0}.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child){margin-right:20px}.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title{font-size:1rem;font-weight:bold}.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child){margin-bottom:20px}.offcanvas-menu .offcanvas-inner .sp-module .awesomplete{width:210px}.offcanvas-menu .offcanvas-inner ul.menu,.offcanvas-menu .offcanvas-inner ul.menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;margin:0 0 15px 0;list-style:none}.offcanvas-menu .offcanvas-inner ul.menu>li{border:0;padding:0;margin:0;position:relative;overflow:hidden;display:block}.offcanvas-menu .offcanvas-inner ul.menu>li>a,.offcanvas-menu .offcanvas-inner ul.menu>li>span{display:block;font-size:18px;padding:10px 0px;position:relative;line-height:18px;opacity:.7;transition:.3s}.offcanvas-menu .offcanvas-inner ul.menu>li>a:hover,.offcanvas-menu .offcanvas-inner ul.menu>li>span:hover{opacity:1}.offcanvas-menu .offcanvas-inner ul.menu>li ul.menu-child{display:none}.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler{display:block;position:absolute;top:50%;cursor:pointer;transform:translateY(-50%);-webkit-transform:translateY(-50%);padding:10px}.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler:after,.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler:after{font-family:"Font Awesome 6 Free";font-weight:900}.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent>a{position:relative;display:block}.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler{right:-10px;display:block;position:absolute;top:50%;cursor:pointer;transform:translateY(-50%);-webkit-transform:translateY(-50%);padding:2px 10px}.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler:after{font-family:"Font Awesome 6 Free";font-weight:900}.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>a>.menu-toggler:after,.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after{font-family:"Font Awesome 6 Free";content:"";font-weight:900}.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.nav-header>.menu-toggler:after{font-family:"Font Awesome 6 Free";content:"";font-weight:900}.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler{display:block;position:absolute;top:50%;cursor:pointer;transform:translateY(-50%);-webkit-transform:translateY(-50%)}.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler:after{font-family:"Font Awesome 6 Free";font-weight:900}.offcanvas-menu .offcanvas-inner ul.menu>li>ul{display:none}.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a{font-size:15px;padding:4px 0px;line-height:18px;font-weight:400}.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li{border-bottom:1px solid rgba(32,31,31,.1);margin-bottom:0}.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li>a,.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li>.nav-header{padding:15px 30px 15px 10px}.offcanvas-menu.center-alignment .offcanvas-inner{padding:0px 15px}body.ltr #offcanvas-toggler.offcanvas-toggler-right{float:right;margin-left:20px}body.ltr #offcanvas-toggler.offcanvas-toggler-left{float:left;margin-right:20px}body.ltr.offcanvs-position-left .body-wrapper{left:0}body.ltr.offcanvs-position-left .offcanvas-menu{left:-300px;top:0}body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu{left:0;top:0}body.ltr.offcanvs-position-right .body-wrapper{right:0}body.ltr.offcanvs-position-right .offcanvas-menu{right:-300px;top:0}body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu{right:0;top:0}body.ltr .close-offcanvas{right:15px}body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler{right:-10px}body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler{right:0}body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul{margin-left:10px}body.ltr .offcanvas-menu.offcanvas-arrow-left .offcanvas-inner ul.menu>li>a,body.ltr .offcanvas-menu.offcanvas-arrow-left .offcanvas-inner ul.menu>li>span,body.ltr .offcanvas-menu.offcanvas-arrow-left .offcanvas-inner ul.menu>li>.nav-header{padding-left:40px}body.ltr .offcanvas-menu.offcanvas-arrow-left .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,body.ltr .offcanvas-menu.offcanvas-arrow-left .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler,body.ltr .offcanvas-menu.offcanvas-arrow-left .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler{left:0;right:auto;padding:10px;transform:translateY(-50%)}body.ltr .offcanvas-menu.offcanvas-arrow-left .offcanvas-inner ul.menu>li ul{margin-left:10px}body.ltr .offcanvas-menu.offcanvas-arrow-left .offcanvas-inner ul.menu>li ul>li>a{padding-left:32px}body.ltr .offcanvas-menu.offcanvas-arrow-left .offcanvas-inner ul.menu>li ul>li.menu-parent .menu-toggler{left:0;right:auto;padding:2px 10px;transform:translateY(-50%)}body.ltr .offcanvas-menu.center-alignment .offcanvas-inner ul.menu>li ul>li>a{padding-left:0px}.offcanvas-menu .menu-toggler::after{content:""}.offcanvas-menu li.menu-parent.menu-parent-open>a>.menu-toggler::after,.offcanvas-menu li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler::after,.offcanvas-menu li.menu-parent.menu-parent-open>.nav-header>.menu-toggler::after,.offcanvas-menu li.menu-parent[aria-expanded=true]>a>.menu-toggler::after,.offcanvas-menu li.menu-parent[aria-expanded=true]>.menu-separator>.menu-toggler::after,.offcanvas-menu li.menu-parent[aria-expanded=true]>.nav-header>.menu-toggler::after{content:""}@keyframes spFadeIn{from{opacity:0}to{opacity:1}}@keyframes spFadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}@keyframes spFadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}@keyframes spZoomIn{0%{opacity:0;transform:scale3d(0.3,0.3,0.3)}100%{opacity:1}}@keyframes spRotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}@keyframes spPulse{from{opacity:0;transform:scale3d(1,1,1)}50%{opacity:.5;transform:scale3d(1.05,1.05,1.05)}to{opacity:1;transform:scale3d(1,1,1)}}@keyframes spSpin{to{transform:rotate(360deg)}}@-webkit-keyframes grdAiguille{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes grdAiguille{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes ptAiguille{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes ptAiguille{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes loader1{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes loader1{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes loader6{0%{-webkit-transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg)}100%{-webkit-transform:rotate(180deg)}}@keyframes loader6{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(180deg)}}@keyframes rotate-360{from{-moz-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}to{-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes audioWave{25%{background:linear-gradient(#ff6b35,#ff6b35) 0 50%,linear-gradient(#ff6b35,#ff6b35) .625em 50%,linear-gradient(#ff6b35,#ff6b35) 1.25em 50%,linear-gradient(#ff6b35,#ff6b35) 1.875em 50%,linear-gradient(#ff6b35,#ff6b35) 2.5em 50%;background-repeat:no-repeat;background-size:.5em 2em,.5em .25em,.5em .25em,.5em .25em,.5em .25em}37.5%{background:linear-gradient(#ff6b35,#ff6b35) 0 50%,linear-gradient(#ff6b35,#ff6b35) .625em 50%,linear-gradient(#ff6b35,#ff6b35) 1.25em 50%,linear-gradient(#ff6b35,#ff6b35) 1.875em 50%,linear-gradient(#ff6b35,#ff6b35) 2.5em 50%;background-repeat:no-repeat;background-size:.5em .25em,.5em 2em,.5em .25em,.5em .25em,.5em .25em}50%{background:linear-gradient(#ff6b35,#ff6b35) 0 50%,linear-gradient(#ff6b35,#ff6b35) .625em 50%,linear-gradient(#ff6b35,#ff6b35) 1.25em 50%,linear-gradient(#ff6b35,#ff6b35) 1.875em 50%,linear-gradient(#ff6b35,#ff6b35) 2.5em 50%;background-repeat:no-repeat;background-size:.5em .25em,.5em .25em,.5em 2em,.5em .25em,.5em .25em}62.5%{background:linear-gradient(#ff6b35,#ff6b35) 0 50%,linear-gradient(#ff6b35,#ff6b35) .625em 50%,linear-gradient(#ff6b35,#ff6b35) 1.25em 50%,linear-gradient(#ff6b35,#ff6b35) 1.875em 50%,linear-gradient(#ff6b35,#ff6b35) 2.5em 50%;background-repeat:no-repeat;background-size:.5em .25em,.5em .25em,.5em .25em,.5em 2em,.5em .25em}75%{background:linear-gradient(#ff6b35,#ff6b35) 0 50%,linear-gradient(#ff6b35,#ff6b35) .625em 50%,linear-gradient(#ff6b35,#ff6b35) 1.25em 50%,linear-gradient(#ff6b35,#ff6b35) 1.875em 50%,linear-gradient(#ff6b35,#ff6b35) 2.5em 50%;background-repeat:no-repeat;background-size:.5em .25em,.5em .25em,.5em .25em,.5em .25em,.5em 2em}}@-webkit-keyframes effect-2{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes effect-2{from{-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sequence1{0%{height:10px}50%{height:50px}100%{height:10px}}@keyframes sequence2{0%{height:20px}50%{height:65px}100%{height:20px}}@keyframes rot1{100%{transform:skew(-10deg) translateX(50px) rotate(405deg)}}@-webkit-keyframes rot1{100%{-webkit-transform:skew(-10deg) translateX(50px) rotate(405deg)}}@keyframes rot2{100%{transform:skew(-10deg) rotate(525deg)}}@-webkit-keyframes rot2{100%{-webkit-transform:skew(-10deg) rotate(525deg)}}@keyframes rot3{100%{transform:skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg)}}@-webkit-keyframes rot3{100%{-webkit-transform:skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg)}}@keyframes width{10%{width:10%}20%{width:20%}30%{width:30%}40%{width:40%}50%{width:50%}60%{width:60%}70%{width:70%}80%{width:80%}90%{width:90%}100%{width:100%}}.sp-pre-loader{background:#f0f0f0;height:100%;left:0;position:fixed;top:0;width:100%;z-index:99999}.sp-pre-loader .sp-loader-clock{border:3px solid #ff6b35;border-radius:60px;bottom:0;height:80px;left:0;margin:auto;position:absolute;right:0;top:0;width:80px}.sp-pre-loader .sp-loader-clock:after{content:"";position:absolute;background-color:#ff6b35;top:2px;left:48%;height:38px;width:4px;border-radius:5px;-webkit-transform-origin:50% 97%;transform-origin:50% 97%;-webkit-animation:grdAiguille 2s linear infinite;animation:grdAiguille 2s linear infinite}.sp-pre-loader .sp-loader-clock:before{content:"";position:absolute;background-color:#ff6b35;top:6px;left:48%;height:35px;width:4px;border-radius:5px;-webkit-transform-origin:50% 94%;transform-origin:50% 94%;-webkit-animation:ptAiguille 12s linear infinite;animation:ptAiguille 12s linear infinite}.sp-pre-loader .sp-loader-circle{position:absolute;height:80px;width:80px;border-radius:80px;border:3px solid fade(#ff6b35,70%);left:0;top:0;right:0;bottom:0;margin:auto;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:loader1 3s linear infinite;animation:loader1 3s linear infinite}.sp-pre-loader .sp-loader-circle:after{content:"";position:absolute;top:-5px;left:20px;width:11px;height:11px;border-radius:10px;background-color:#ff6b35}.sp-pre-loader .sp-loader-bubble-loop{position:absolute;width:12px;height:12px;left:0;top:0;right:0;bottom:0;margin:auto;border-radius:12px;background-color:#ff6b35;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:loader6 1s ease-in-out infinite;animation:loader6 1s ease-in-out infinite}.sp-pre-loader .sp-loader-bubble-loop:before{content:"";position:absolute;background-color:rgba(255,107,53,.5);top:0px;left:-25px;height:12px;width:12px;border-radius:12px}.sp-pre-loader .sp-loader-bubble-loop:after{content:"";position:absolute;background-color:rgba(255,107,53,.5);top:0px;left:25px;height:12px;width:12px;border-radius:12px}.sp-pre-loader .circle-two{bottom:0;height:100px;left:0;margin:auto;position:absolute;right:0;top:0;width:100px}.sp-pre-loader .circle-two>span,.sp-pre-loader .circle-two>span:before,.sp-pre-loader .circle-two>span:after{content:"";display:block;border-radius:50%;border:2px solid #ff6b35;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sp-pre-loader .circle-two>span{width:100%;height:100%;top:0;left:0;border-left-color:rgba(0,0,0,0);-webkit-animation:effect-2 2s infinite linear;-moz-animation:effect-2 2s infinite linear;-ms-animation:effect-2 2s infinite linear;-o-animation:effect-2 2s infinite linear;animation:effect-2 2s infinite linear}.sp-pre-loader .circle-two>span:before{width:75%;height:75%;border-right-color:rgba(0,0,0,0)}.sp-pre-loader .circle-two>span:after{width:50%;height:50%;border-bottom-color:rgba(0,0,0,0)}.sp-pre-loader .wave-two-wrap{position:absolute;margin:auto;left:0;right:0;top:50%;width:90px}.sp-pre-loader .wave-two{margin:0;list-style:none;width:90px;position:relative;padding:0;height:10px}.sp-pre-loader .wave-two li{position:absolute;width:2px;height:0;background-color:#ff6b35;bottom:0}.sp-pre-loader .wave-two li:nth-child(1){left:0;-webkit-animation:sequence1 1s ease infinite 0;animation:sequence1 1s ease infinite 0}.sp-pre-loader .wave-two li:nth-child(2){left:15px;-webkit-animation:sequence2 1s ease infinite .1s;animation:sequence2 1s ease infinite .1s}.sp-pre-loader .wave-two li:nth-child(3){left:30px;-webkit-animation:sequence1 1s ease-in-out infinite .2s;animation:sequence1 1s ease-in-out infinite .2s}.sp-pre-loader .wave-two li:nth-child(4){left:45px;-webkit-animation:sequence2 1s ease-in infinite .3s;animation:sequence2 1s ease-in infinite .3s}.sp-pre-loader .wave-two li:nth-child(5){left:60px;-webkit-animation:sequence1 1s ease-in-out infinite .4s;animation:sequence1 1s ease-in-out infinite .4s}.sp-pre-loader .wave-two li:nth-child(6){left:75px;-webkit-animation:sequence2 1s ease infinite .5s;animation:sequence2 1s ease infinite .5s}.sp-pre-loader .sp-loader-audio-wave{width:3em;height:2em;background:linear-gradient(#ff6b35,#ff6b35) 0 50%,linear-gradient(#ff6b35,#ff6b35) .625em 50%,linear-gradient(#ff6b35,#ff6b35) 1.25em 50%,linear-gradient(#ff6b35,#ff6b35) 1.875em 50%,linear-gradient(#ff6b35,#ff6b35) 2.5em 50%;background-repeat:no-repeat;background-size:.5em .25em,.5em .25em,.5em .25em,.5em .25em,.5em .25em;animation:audioWave 1.5s linear infinite;position:absolute;left:0;top:0;bottom:0;right:0;margin:auto}.sp-pre-loader .sp-loader-with-logo{top:0;left:0;width:100%;height:100%;right:0;bottom:0;margin:auto;text-align:center;position:absolute;display:flex;justify-content:center;align-items:center}.sp-pre-loader .sp-loader-with-logo .logo{display:inline-block;width:auto}.sp-pre-loader .sp-loader-with-logo .line{background:#ff6b35;height:5px;left:0;position:absolute;top:0}@media(max-width:1199px){#sp-header.full-header{padding-left:15px;padding-right:15px}#sp-header.header-with-social #sp-menu .social-wrap{padding-left:0px}.sp-megamenu-parent>li>a,.sp-megamenu-parent>li span{padding:0 10px}}@media(max-width:991px){:root{--header_height:$header_height_sm}.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span{line-height:60px}#sp-header{height:60px}#sp-header .logo{height:60px}#sp-header.header-with-modal-menu #modal-menu-toggler{display:none}#sp-header-topbar .container-inner>.row{min-height:60px}#modal-menu{top:60px}#offcanvas-toggler{height:60px;line-height:60px}#sp-logo.has-border>.sp-column{border-right:none;padding-right:0px}#sp-menu .social-wrap:after,#sp-logo.has-border:after{display:none}#sp-logo.has-border{padding-right:15px}#sp-menu .social-wrap{padding-left:15px}#sp-header.header-with-modal-menu.center-layout .sp-contact-info,#sp-header.header-with-modal-menu.classic-layout .sp-contact-info{display:none}#sp-header-topbar{margin:10px 0px}#sp-header-topbar .container-inner{padding-bottom:10px}.inner-wrapper-sticky{z-index:1000}}@media(max-width:767px){#sp-menu .social-wrap{padding-left:10px}#sp-menu .social-wrap:after{display:none}#sp-header .menu-wrap{display:none}.modal-dialog.jviewport-width80{width:auto}.article.related-article-large.d-flex{display:block !important}.related-article-large .article-image{width:auto;min-width:auto;margin-bottom:15px}.related-article-large .article-information{border-left:none;padding-left:0;margin-left:0}.article-list.grid{--columns:1 !important;margin-bottom:15px}.inner-wrapper-sticky{z-index:100}}@media(max-width:575px){:root{--header_height:$header_height_xs}.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span{line-height:60px}#sp-header{height:60px}#sp-header .logo{height:60px}#sp-header-topbar .container-inner>.row{min-height:60px}#modal-menu{top:60px}#offcanvas-toggler{height:60px;line-height:60px}#sp-header .sp-module{margin-left:10px}#sp-header .sp-module .sp-sign-in .text{display:none}#sp-menu ul.social-icons>li:not(:last-child){margin-right:10px}#sp-header.lg-header .top-part{border-bottom:none}#sp-header.lg-header #sp-contact{order:1}#sp-header.lg-header #sp-logo{order:3}#sp-header.lg-header #sp-social{order:2}#sp-header.lg-header #sp-social .sp-column{justify-content:center !important}#sp-header.lg-header #sp-social .social-icons{margin:0}#sp-header.lg-header #sp-social .social-icons>li:not(:last-child){margin-right:10px}#sp-header.lg-header .sp-contact-info{text-align:center;margin:5px 0}.header-has-modules .container-inner>.row{flex-wrap:wrap !important}.header-has-modules #offcanvas-toggler{height:auto;line-height:1.2}html.coming-soon #coming-soon-countdown .coming-soon-days,html.coming-soon #coming-soon-countdown .coming-soon-hours,html.coming-soon #coming-soon-countdown .coming-soon-minutes,html.coming-soon #coming-soon-countdown .coming-soon-seconds{width:50%;margin-bottom:15px}html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number{font-size:2.5rem}html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string{font-size:14px}.view-search #search-form .btn-group{flex-wrap:wrap}.view-search #search-form button,.view-search #search-form .btn{border-radius:3px}}
body,.sp-preloader{background-color:#f0f0f0;color:#252525}.sp-preloader>div{background:#ff6b35}.sp-preloader>div:after{background:#f0f0f0}#sp-top-bar{background:#333;color:#aaa}#sp-top-bar a{color:#aaa}#sp-header{background:#fff}#sp-menu ul.social-icons a:hover,#sp-menu ul.social-icons a:focus{color:#ff6b35}a{color:#ff6b35}a:hover,a:focus,a:active{color:#e65f25}.tags>li{display:inline-block}.tags>li a{background:rgba(255,107,53,.1);color:#ff6b35}.tags>li a:hover{background:#e65f25}.article-social-share .social-share-icon ul li a{color:#252525}.article-social-share .social-share-icon ul li a:hover,.article-social-share .social-share-icon ul li a:focus{background:#ff6b35}.pager>li a{border:1px solid #ededed;color:#252525}.sp-reading-progress-bar{background-color:#ff6b35}.sp-megamenu-parent>li>a{color:#252525}.sp-megamenu-parent>li:hover>a{color:#f68e13}.sp-megamenu-parent>li.active>a,.sp-megamenu-parent>li.active:hover>a{color:#f68e13}.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{background:#fff}.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a{color:#252525}.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover{color:#f68e13}.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a{color:#f68e13}.sp-megamenu-parent .sp-mega-group>li>a{color:#252525}#offcanvas-toggler>.fa{color:#252525}#offcanvas-toggler>.fa:hover,#offcanvas-toggler>.fa:focus,#offcanvas-toggler>.fa:active{color:#f68e13}#offcanvas-toggler>.fas{color:#252525}#offcanvas-toggler>.fas:hover,#offcanvas-toggler>.fas:focus,#offcanvas-toggler>.fas:active{color:#f68e13}#offcanvas-toggler>.far{color:#252525}#offcanvas-toggler>.far:hover,#offcanvas-toggler>.far:focus,#offcanvas-toggler>.far:active{color:#f68e13}.offcanvas-menu{background-color:#fff;color:#252525}.offcanvas-menu .logo-sticky{display:none !important}.offcanvas-menu .offcanvas-inner a{color:#252525}.offcanvas-menu .offcanvas-inner a:hover,.offcanvas-menu .offcanvas-inner a:focus,.offcanvas-menu .offcanvas-inner a:active{color:#ff6b35}.offcanvas-menu .offcanvas-inner ul.menu>li a,.offcanvas-menu .offcanvas-inner ul.menu>li span{color:#252525}.offcanvas-menu .offcanvas-inner ul.menu>li a:hover,.offcanvas-menu .offcanvas-inner ul.menu>li a:focus,.offcanvas-menu .offcanvas-inner ul.menu>li span:hover,.offcanvas-menu .offcanvas-inner ul.menu>li span:focus{color:#f68e13}.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler{color:rgba(37,37,37,.5)}.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .menu-toggler{color:rgba(37,37,37,.5)}.offcanvas-menu .offcanvas-inner ul.menu>li li a{color:rgba(37,37,37,.8)}.btn-primary,.sppb-btn-primary{border-color:#ff6b35;background-color:#ff6b35}.btn-primary:hover,.sppb-btn-primary:hover{border-color:#e65f25;background-color:#e65f25}ul.social-icons>li a:hover{color:#ff6b35}.sp-page-title{background:#ff6b35}.layout-boxed .body-innerwrapper{background:#f0f0f0}.sp-module ul>li>a{color:#252525}.sp-module ul>li>a:hover{color:#ff6b35}.sp-module .latestnews>div>a{color:#252525}.sp-module .latestnews>div>a:hover{color:#ff6b35}.sp-module .tagscloud .tag-name:hover{background:#ff6b35}.search .btn-toolbar button{background:#ff6b35}#sp-footer,#sp-bottom{background:#171717;color:#fff}#sp-footer a,#sp-bottom a{color:#a2a2a2}#sp-footer a:hover,#sp-footer a:active,#sp-footer a:focus,#sp-bottom a:hover,#sp-bottom a:active,#sp-bottom a:focus{color:#fff}#sp-bottom .sp-module-content .latestnews>li>a>span{color:#fff}.sp-comingsoon body{background-color:#ff6b35}.pagination>li>a,.pagination>li>span{color:#252525}.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus{color:#252525}.pagination>.active>a,.pagination>.active>span{border-color:#ff6b35;background-color:#ff6b35}.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span:hover,.pagination>.active>span:focus{border-color:#ff6b35;background-color:#ff6b35}.error-code,.coming-soon-number{color:#ff6b35}
.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:0.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom,#ddd -50%,white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom,#fff 0%,#428bca 30%,#b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom,white 0%,#B4B9BE 30%,white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom,white 0%,#919BA5 30%,white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom,#428bca 0%,#3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom,#e0e4ea 0%,#d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom,#20b426 0%,#18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom,white 0%,#e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom,#fff 0%,#919ba5 30%,#fff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:0.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
.irs-line-mid,.irs-line-left,.irs-line-right,.irs-bar,.irs-bar-edge,.irs-slider{background:url(/components/com_jbusinessdirectory/assets/libraries/range-slider/sprite-skin-flat.png) repeat-x}.irs{height:40px}.irs-with-grid{height:60px}.irs-line{height:12px;top:25px}.irs-line-left{height:12px;background-position:0 -30px}.irs-line-mid{height:12px;background-position:0 0}.irs-line-right{height:12px;background-position:100% -30px}.irs-bar{height:12px;top:25px;background-position:0 -60px}.irs-bar-edge{top:25px;height:12px;width:9px;background-position:0 -90px}.irs-shadow{height:3px;top:34px;background:#000;opacity:0.25}.lt-ie9 .irs-shadow{filter:alpha(opacity=25)}.irs-slider{width:16px;height:18px;top:22px;background-position:0 -120px}.irs-slider.state_hover,.irs-slider:hover{background-position:0 -150px}.irs-min,.irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:0;padding:1px 3px;background:#e1e4e9;-moz-border-radius:4px;border-radius:4px}.irs-from,.irs-to,.irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:#000;-moz-border-radius:4px;border-radius:4px}.irs-from:after,.irs-to:after,.irs-single:after{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#000}.irs-grid-pol{background:#e1e4e9}.irs-grid-text{color:#999}.irs-disabled{}
#companies-search *{box-sizing:border-box}#companies-search{width:100%}#companies-search h1{font-size:30px}#companies-search .search-description{font-size:18px;margin-bottom:45px}#companies-search textarea:focus,#companies-search input:focus,#companies-search select:focus,#companies-search password:focus{border-color:rgba(82,168,236,0.9);box-shadow:0 1px 1px rgba(0,2,2,0.075) inset,0 0 3px rgba(82,168,236,0.7) inset;outline:0 none}#companies-search textarea.required,#companies-search input.required,#companies-search select.required,#companies-search div.required a{border-color:rgba(255,0,0,1) !important;box-shadow:0 0 5px rgba(254,9,0,1) inset !important;outline:0 none}.ui-autocomplete-loading{background:white url(/media/com_jbusinessdirectory/pictures/loading_small.gif) right center no-repeat}.ui-autocomplete-loading{height:15px;width:17px;display:inline-block}#searchform .form-container{display:flex;align-items:center;flex-wrap:wrap}#searchform .fields-container{display:flex;align-items:center;flex-wrap:wrap}#searchform .form-field{margin:5px 10px 5px 0;line-height:40px;height:40px;position:relative}#searchform .form-field.custom{height:auto;padding-left:10px}#searchform .form-field div.custom-div{line-height:40px;margin:0 8px;display:inline}#searchform .form-field div.custom-div input{margin:0 3px 0 0;line-height:20px}#searchform .form-field label{margin:0 10px 0 0;line-height:40px;display:inline}#searchform .has-text-left{display:flex;margin-left:10px}#searchform .form-field label.text-label{display:none}#searchform .form-field select,#searchform .form-field input[type="text"]{border-color:#9B9B9B #EDEDED #DDD #C2C2C2;background-color:#fcfcfc;border-radius:5px;display:inline-block;color:#333;font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:0;width:200px;position:relative}#searchform #searchkeyword{width:260px}#searchform .chosen-container-single{height:40px;display:inherit}#searchform .chosen-container-single .chosen-single{height:40px}#searchform .chosen-container-single .chosen-single span{line-height:40px;color:#333;font-size:14px;text-align:left}#searchform .chosen-container-single .chosen-search input[type="text"]{width:100%}#searchform .chosen-container-single .chosen-single{background:#fcfcfc}#searchform .chosen-container-single .chosen-single div:before{font-family:LineAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;content:"\f110";font-size:16px;display:block;line-height:40px;text-align:center;color:#555}#searchform .chosen-container-single .chosen-single div{width:23px}#searchform .form-field .detail_box{margin:5px 10px 0 0;position:relative;width:222px}#searchform .form-field .detail_box div{margin:5px 10px 0 0}#searchform .form-field input{}#searchform .form-field input.dir-date{}#searchform .input-append button{height:39px;right:0;top:1px;position:absolute}#searchform .form-field select{height:40px;padding:0 0 0 7px}.zipcode-container{position:relative}#companies-search.vertical{padding:5px 7px}#companies-search.vertical input[type="text"]{width:100% !important;max-width:100%}#companies-search.vertical .input-append{width:100% !important}#companies-search.vertical #zipcode{width:100% !important}#companies-search.vertical .front-calendar{width:100%;max-width:100%}#companies-search.vertical .form-field{margin:7px 0 !important;padding:0 !important;width:100%;height:auto}#companies-search.vertical .form-field select{width:100% !important;font-size:13px;display:block}#companies-search.vertical label{font-size:13px;top:0px}#companies-search.vertical .search-dir-button{margin-top:15px}#companies-search.vertical #searchform .fields-container{margin-right:0}#companies-search.vertical #searchform .fields-container{background-color:transparent}#companies-search.vertical.search-style-3 #searchform .form-field input{padding-left:0}#companies-search.vertical #searchform .jbd-search-bar{padding:0;background-color:transparent}#companies-search.vertical.search-style-3 .has-text-left{display:block}#searchform .search-dir-button{font-weight:bold;padding:0px 10px;color:#FFF;font-size:17px;line-height:40px;height:40px;text-transform:none !important;position:relative}#current-search{color:#FFF;font-size:1.1em;line-height:40px;padding:0 10px}#categories-link{font-size:1.3em;color:#FFF;line-height:32px;padding:4px;margin-left:100px}.custom-combobox{position:relative;display:inline-block}.custom-combobox-toggle{top:0;bottom:0;padding:0;*height:1.7em;*top:0.1em}.custom-combobox-input{margin:0;padding:0.3em}.search-background-overlay{visibility:hidden;width:100vw;height:100vh;position:fixed;top:0;left:0;background:#000;opacity:0;transition:all .7s}.overlay-active{visibility:visible;z-index:1000;opacity:0.3;transition:all .7s}.search-btn-index{z-index:1001 !important}.higher-index{z-index:1002 !important}.highest-index{z-index:1004 !important}#searchform .higher-index .form-field select,#searchform .higher-index .form-field input[type="text"],#searchform .higher-index .chosen-container-single .chosen-single{background:#fff}.ui-autocomplete{max-height:200px;overflow-y:auto;overflow-x:hidden}* html .ui-autocomplete{height:200px}.ui-autocomplete.ui-front.ui-menu{z-index:99000 !important;padding:5px 0}#searchform .ui-button{height:29px;margin-left:1px}.ui-icon-triangle-1-s{background-position:-128px 0}#startDate_img,#endDate_img{background-color:#f5f5f5;background-image:linear-gradient(to bottom,#fff,#e6e6e6);border-image:none;height:40px;position:absolute;right:0px;z-index:1;border-radius:0 4px 4px 0;margin-left:-1px;display:inline-block;font-size:14px;line-height:20px;margin-bottom:0;padding:4px 14px;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25)}#companies-search .la la-bullseye{background:#eee;border-radius:0 5px 5px 0;color:#777;cursor:pointer;font-size:18px;height:39px;line-height:39px;position:absolute;right:1px;text-align:center;top:1px;width:31px;z-index:1;margin:0;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}#companies-search .la la-bullseye:hover{font-size:23px;background:#FAFAFA;-webkit-transform:translate3d(0,0,10px);-moz-transform:translate3d(0,0,10px);-ms-transform:translate3d(0,0,10px);-o-transform:translate3d(0,0,10px)}#companies-search .la la-map-marker,#companies-search .search .la la-search{top:12px;left:5px;font-size:15px;z-index:1;position:absolute;cursor:pointer;text-align:center;color:#979797;margin:0;font-weight:500}#companies-search .la la-map-marker{top:10px;font-size:18px}.jbd-container .search-dropdown{background:none repeat scroll 0 0 #fff;border:1px solid #afafaf;box-shadow:1px 1px 0 rgba(80,80,80,0.2);color:#333;display:block;padding:10px 10px !important;position:absolute;right:0;top:41px;width:100%;min-width:245px;z-index:999;border-radius:3px}.search-dropdown ul{margin:0;padding:0;list-style:none}.search-dropdown ul li{text-align:left;line-height:27px;padding:0}.search-dropdown.validation:before{border-color:transparent transparent #eee}.search-dropdown.validation{color:#555;background-color:#fff;padding:0px 10px !important;border-radius:4px}#companies-search.search-style-3 .search-dropdown{top:50px}#searchform h3.title{font-size:19px;line-height:23px}#searchform h3.title i.la la-close{border-radius:50%;background-color:#BABABA;width:auto;height:auto;float:right;padding:5px 8px;color:#FAFAFA;cursor:pointer;font-size:14px}#searchform .geo-radius{padding-bottom:3px}#searchform .geo-location{clear:both;float:right;padding-top:10px;font-size:13px}.geo-location .toggle{background-color:#f5f5f5;border-color:#bbb #bbb #a2a2a2;padding:4px 12px;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);text-decoration:none;font-size:12px !important;line-height:25px !important}.geo-location .toggle.btn-on.active{background-color:#83b802;color:#FFF}.geo-location .toggle.btn-off.active{background-color:#bd362f;color:#FFF}#companies-map img{width:auto;max-width:none}.ui-widget-content .ui-menu-item .ui-menu-item-wrapper{padding:4px 10px;font-size:14px}.ui-widget-content .ui-menu-item .ui-state-active{color:#555 !important;border:none;background:#d5d5d5;margin:0}.ui-widget-content .ui-menu-item.ui-state-disabled{opacity:1}.ui-widget-content .small.ui-menu-item{font-size:12px;color:#888}.ui-widget-content li.all-locations{font-weight:600}.search-style-3 #searchform .jbd-search-bar{display:flex;padding:15px;padding-bottom:15px;background-color:rgba(255,255,255,.2);border-radius:5px}.search-style-3 #searchform .fields-container{background:#fff;border-radius:4px;margin-right:10px}.search-style-3 #searchform .form-field{border-left:1px solid #e1e1e1;background-color:#fff}.search-style-3 #searchform .form-field:last-child{border-right:none}.search-style-3 #searchform .has-text-left{display:flex;margin-left:10px}.search-style-3 #searchform .form-field input,.search-style-3 #searchform .form-field select{border:none;padding-left:7px;border-style:none none none none}.search-style-3 #searchform .form-field select,.search-style-3 #searchform .form-field input[type="text"]{border-radius:0}#searchform .form-field label.text-label{display:inherit;color:#333}.search-style-3 .search-suggestions ul li{padding:0 4px}.search-style-3 .search-suggestions ul li div:hover{color:#ffa8a0}.search-style-3 #searchform label{margin:0;color:#333}.search-style-3 #searchform .search-dir-button{line-height:50px;height:50px}.search-style-3 #searchform textarea:focus,.search-style-3 #searchform input:focus,.search-style-3 #searchform select:focus,.search-style-3 #searchform password:focus{border-color:none;box-shadow:none;outline:none}#companies-search.search-style-3 .chosen-single{border:none;box-shadow:none}#companies-search.search-style-4 .search-description{max-width:600px;margin:30px 0}.search-style-4 #searchform .jbd-search-bar{background:#fff;padding:0px 10px 30px 5px}.search-style-4 #searchform .has-text-left{display:flex;margin-left:10px;flex-direction:column}.search-style-4 #searchform .form-field{margin:0}.search-style-4 #searchform .form-field label.text-label{font-weight:700;height:27px}#companies-search.search-style-4 #searchform .form-field input[type="text"]{padding:3px !important}.search-style-4 #searchform .search-dir-button{margin-bottom:-30px;font-weight:700;font-size:16px}@media (max-width:576px){#dir-search-preferences{left:0}#dir-search-preferences::before{left:13px}}.dir-beat-animation{-webkit-animation:Beat 1000ms infinite linear;-moz-animation:Beat 1000ms infinite linear;-ms-animation:Beat 1000ms infinite linear;-o-animation:Beat 1000ms infinite linear;animation:Beat 1000ms infinite linear;color:#d9534f !important}@-o-keyframes Beat{0%{font-size:18px}50%{font-size:24px}100%{font-size:18px}}@-moz-keyframes Beat{0%{font-size:18px}50%{font-size:24px}100%{font-size:18px}}@-webkit-keyframes Beat{0%{font-size:18px}50%{font-size:24px}100%{font-size:18px}}.geo-location .toggle.btn-on.color-animation{animation:pulse 1s infinite;background-color:#ffcb00}@keyframes pulse{0%{background-color:#fde37e}50%{background-color:#fde37e}100%{background-color:#ffcb00}}@media (max-width:769px){#searchform .has-text-left{margin-left:0}#searchform .form-container{flex-direction:column}#searchform .search-dir-button{width:100% !important;margin-top:10px}#companies-search input[type="text"]{width:100% !important;max-width:100%}#companies-search #zipcode{width:100% !important}#companies-search .form-field{margin:7px 0;width:100%}#companies-search .form-field select{width:100% !important;font-size:13px;display:block}#companies-search label{font-size:13px;top:0px}.search-style-3 #searchform .fields-container{background:transparent;margin:0}}.jbd-container .bookmark-container .bookmark-icon{display:inline-block;position:relative;font-size:26px;top:2px;cursor:pointer}
.search-style-2 #searchform .form-field{margin:0;position:relative}.search-style-2 #searchform #searchkeyword{border-radius:5px 0 0 5px}.search-style-2 #searchform .form-field select,.search-style-2 #searchform .form-field input[type="text"]{border-radius:0;width:280px}.search-style-2 .search-suggestions ul li{padding:0 4px;}.search-style-2 .search-suggestions ul li div:hover{color:#ffa8a0;background-color:#fff}.search-style-2 #searchform .search-dir-button{border-radius:0 5px 5px 0}.search-suggestions:before{border-color:transparent transparent #fff;border-style:solid;border-width:0 7px 8px;top:-8px;content:"";height:0;position:absolute;left:13px;width:0}.search-suggestions{background:none repeat scroll 0 0 #fff;border:1px solid #afafaf;border-radius:5px;box-shadow:1px 1px 0 rgba(80,80,80,0.2);color:#333;display:block;padding:0;position:absolute;left:0;top:41px;width:684px;z-index:3;font-size:13px;max-height:500px;overflow-x:hidden;overflow-y:auto;text-align:left}.search-suggestions ul{list-style:none;margin:0;padding:5px;line-height:27px}.search-suggestions ul li{cursor:pointer;margin:0}.search-suggestions li.city-suggestion{margin-left:10px}.search-suggestions .scol-3{display:inline-block;vertical-align:top;border-right:1px solid #d9d9d9;box-sizing:border-box;padding:2%;width:32.8%;text-align:left}#location-search-suggestion{width:400px}.search-suggestions .scol-2{display:inline-block;vertical-align:top;border-right:1px solid #d9d9d9;box-sizing:border-box;padding:2%;width:48.8%;text-align:left}.search-suggestions .scol-3:last-child{border-right:none}.search-suggestions .scol-2:last-child{border-right:none}@media (max-width:1024px){#searchform .form-field select,#searchform .form-field input[type="text"]{width:250px}}@media (max-width:767px){.search-suggestions{max-width:100%}}@media (max-width:484px){.search-style-2 #searchform .form-field{margin-bottom:5px}.search-suggestions .scol-3{width:94%;border:none}.search-suggestions .scol-2{width:94%;border:none}}
.fa-beat,.fa-bounce{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite)}.fa-fw,.fa-li{text-align:center}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa-brands,.fa-regular,.fab,.far{font-weight:400}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp-solid,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:'Font Awesome 6 Free'}.fa-brands,.fab{font-family:'Font Awesome 6 Brands'}.fa-1x{font-size:1em}.fa-2x,.fa-stack-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1 * var(--fa-li-width,2em));position:absolute;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-beat-fade,.fa-fade{animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-duration:var(--fa-animation-duration,1s)}.fa-fade{animation-name:fa-fade}.fa-beat-fade{animation-name:fa-beat-fade}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake{animation-name:fa-shake;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite)}.fa-pulse,.fa-spin,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-iteration-count:var(--fa-animation-iteration-count,infinite)}.fa-spin{animation-duration:var(--fa-animation-duration,2s)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-duration:var(--fa-animation-duration,1s);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%,100%,64%{transform:scale(1,1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}100%,40%{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1,1)}.fa-flip-vertical{transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0::before{content:"\30"}.fa-1::before{content:"\31"}.fa-2::before{content:"\32"}.fa-3::before{content:"\33"}.fa-4::before{content:"\34"}.fa-5::before{content:"\35"}.fa-6::before{content:"\36"}.fa-7::before{content:"\37"}.fa-8::before{content:"\38"}.fa-9::before{content:"\39"}.fa-fill-drip::before{content:"\f576"}.fa-arrows-to-circle::before{content:"\e4bd"}.fa-chevron-circle-right::before,.fa-circle-chevron-right::before{content:"\f138"}.fa-at::before{content:"\40"}.fa-trash-alt::before,.fa-trash-can::before{content:"\f2ed"}.fa-text-height::before{content:"\f034"}.fa-user-times::before,.fa-user-xmark::before{content:"\f235"}.fa-stethoscope::before{content:"\f0f1"}.fa-comment-alt::before,.fa-message::before{content:"\f27a"}.fa-info::before{content:"\f129"}.fa-compress-alt::before,.fa-down-left-and-up-right-to-center::before{content:"\f422"}.fa-explosion::before{content:"\e4e9"}.fa-file-alt::before,.fa-file-lines::before,.fa-file-text::before{content:"\f15c"}.fa-wave-square::before{content:"\f83e"}.fa-ring::before{content:"\f70b"}.fa-building-un::before{content:"\e4d9"}.fa-dice-three::before{content:"\f527"}.fa-calendar-alt::before,.fa-calendar-days::before{content:"\f073"}.fa-anchor-circle-check::before{content:"\e4aa"}.fa-building-circle-arrow-right::before{content:"\e4d1"}.fa-volleyball-ball::before,.fa-volleyball::before{content:"\f45f"}.fa-arrows-up-to-line::before{content:"\e4c2"}.fa-sort-desc::before,.fa-sort-down::before{content:"\f0dd"}.fa-circle-minus::before,.fa-minus-circle::before{content:"\f056"}.fa-door-open::before{content:"\f52b"}.fa-right-from-bracket::before,.fa-sign-out-alt::before{content:"\f2f5"}.fa-atom::before{content:"\f5d2"}.fa-soap::before{content:"\e06e"}.fa-heart-music-camera-bolt::before,.fa-icons::before{content:"\f86d"}.fa-microphone-alt-slash::before,.fa-microphone-lines-slash::before{content:"\f539"}.fa-bridge-circle-check::before{content:"\e4c9"}.fa-pump-medical::before{content:"\e06a"}.fa-fingerprint::before{content:"\f577"}.fa-hand-point-right::before{content:"\f0a4"}.fa-magnifying-glass-location::before,.fa-search-location::before{content:"\f689"}.fa-forward-step::before,.fa-step-forward::before{content:"\f051"}.fa-face-smile-beam::before,.fa-smile-beam::before{content:"\f5b8"}.fa-flag-checkered::before{content:"\f11e"}.fa-football-ball::before,.fa-football::before{content:"\f44e"}.fa-school-circle-exclamation::before{content:"\e56c"}.fa-crop::before{content:"\f125"}.fa-angle-double-down::before,.fa-angles-down::before{content:"\f103"}.fa-users-rectangle::before{content:"\e594"}.fa-people-roof::before{content:"\e537"}.fa-people-line::before{content:"\e534"}.fa-beer-mug-empty::before,.fa-beer::before{content:"\f0fc"}.fa-diagram-predecessor::before{content:"\e477"}.fa-arrow-up-long::before,.fa-long-arrow-up::before{content:"\f176"}.fa-burn::before,.fa-fire-flame-simple::before{content:"\f46a"}.fa-male::before,.fa-person::before{content:"\f183"}.fa-laptop::before{content:"\f109"}.fa-file-csv::before{content:"\f6dd"}.fa-menorah::before{content:"\f676"}.fa-truck-plane::before{content:"\e58f"}.fa-record-vinyl::before{content:"\f8d9"}.fa-face-grin-stars::before,.fa-grin-stars::before{content:"\f587"}.fa-bong::before{content:"\f55c"}.fa-pastafarianism::before,.fa-spaghetti-monster-flying::before{content:"\f67b"}.fa-arrow-down-up-across-line::before{content:"\e4af"}.fa-spoon::before,.fa-utensil-spoon::before{content:"\f2e5"}.fa-jar-wheat::before{content:"\e517"}.fa-envelopes-bulk::before,.fa-mail-bulk::before{content:"\f674"}.fa-file-circle-exclamation::before{content:"\e4eb"}.fa-circle-h::before,.fa-hospital-symbol::before{content:"\f47e"}.fa-pager::before{content:"\f815"}.fa-address-book::before,.fa-contact-book::before{content:"\f2b9"}.fa-strikethrough::before{content:"\f0cc"}.fa-k::before{content:"\4b"}.fa-landmark-flag::before{content:"\e51c"}.fa-pencil-alt::before,.fa-pencil::before{content:"\f303"}.fa-backward::before{content:"\f04a"}.fa-caret-right::before{content:"\f0da"}.fa-comments::before{content:"\f086"}.fa-file-clipboard::before,.fa-paste::before{content:"\f0ea"}.fa-code-pull-request::before{content:"\e13c"}.fa-clipboard-list::before{content:"\f46d"}.fa-truck-loading::before,.fa-truck-ramp-box::before{content:"\f4de"}.fa-user-check::before{content:"\f4fc"}.fa-vial-virus::before{content:"\e597"}.fa-sheet-plastic::before{content:"\e571"}.fa-blog::before{content:"\f781"}.fa-user-ninja::before{content:"\f504"}.fa-person-arrow-up-from-line::before{content:"\e539"}.fa-scroll-torah::before,.fa-torah::before{content:"\f6a0"}.fa-broom-ball::before,.fa-quidditch-broom-ball::before,.fa-quidditch::before{content:"\f458"}.fa-toggle-off::before{content:"\f204"}.fa-archive::before,.fa-box-archive::before{content:"\f187"}.fa-person-drowning::before{content:"\e545"}.fa-arrow-down-9-1::before,.fa-sort-numeric-desc::before,.fa-sort-numeric-down-alt::before{content:"\f886"}.fa-face-grin-tongue-squint::before,.fa-grin-tongue-squint::before{content:"\f58a"}.fa-spray-can::before{content:"\f5bd"}.fa-truck-monster::before{content:"\f63b"}.fa-w::before{content:"\57"}.fa-earth-africa::before,.fa-globe-africa::before{content:"\f57c"}.fa-rainbow::before{content:"\f75b"}.fa-circle-notch::before{content:"\f1ce"}.fa-tablet-alt::before,.fa-tablet-screen-button::before{content:"\f3fa"}.fa-paw::before{content:"\f1b0"}.fa-cloud::before{content:"\f0c2"}.fa-trowel-bricks::before{content:"\e58a"}.fa-face-flushed::before,.fa-flushed::before{content:"\f579"}.fa-hospital-user::before{content:"\f80d"}.fa-tent-arrow-left-right::before{content:"\e57f"}.fa-gavel::before,.fa-legal::before{content:"\f0e3"}.fa-binoculars::before{content:"\f1e5"}.fa-microphone-slash::before{content:"\f131"}.fa-box-tissue::before{content:"\e05b"}.fa-motorcycle::before{content:"\f21c"}.fa-bell-concierge::before,.fa-concierge-bell::before{content:"\f562"}.fa-pen-ruler::before,.fa-pencil-ruler::before{content:"\f5ae"}.fa-people-arrows-left-right::before,.fa-people-arrows::before{content:"\e068"}.fa-mars-and-venus-burst::before{content:"\e523"}.fa-caret-square-right::before,.fa-square-caret-right::before{content:"\f152"}.fa-cut::before,.fa-scissors::before{content:"\f0c4"}.fa-sun-plant-wilt::before{content:"\e57a"}.fa-toilets-portable::before{content:"\e584"}.fa-hockey-puck::before{content:"\f453"}.fa-table::before{content:"\f0ce"}.fa-magnifying-glass-arrow-right::before{content:"\e521"}.fa-digital-tachograph::before,.fa-tachograph-digital::before{content:"\f566"}.fa-users-slash::before{content:"\e073"}.fa-clover::before{content:"\e139"}.fa-mail-reply::before,.fa-reply::before{content:"\f3e5"}.fa-star-and-crescent::before{content:"\f699"}.fa-house-fire::before{content:"\e50c"}.fa-minus-square::before,.fa-square-minus::before{content:"\f146"}.fa-helicopter::before{content:"\f533"}.fa-compass::before{content:"\f14e"}.fa-caret-square-down::before,.fa-square-caret-down::before{content:"\f150"}.fa-file-circle-question::before{content:"\e4ef"}.fa-laptop-code::before{content:"\f5fc"}.fa-swatchbook::before{content:"\f5c3"}.fa-prescription-bottle::before{content:"\f485"}.fa-bars::before,.fa-navicon::before{content:"\f0c9"}.fa-people-group::before{content:"\e533"}.fa-hourglass-3::before,.fa-hourglass-end::before{content:"\f253"}.fa-heart-broken::before,.fa-heart-crack::before{content:"\f7a9"}.fa-external-link-square-alt::before,.fa-square-up-right::before{content:"\f360"}.fa-face-kiss-beam::before,.fa-kiss-beam::before{content:"\f597"}.fa-film::before{content:"\f008"}.fa-ruler-horizontal::before{content:"\f547"}.fa-people-robbery::before{content:"\e536"}.fa-lightbulb::before{content:"\f0eb"}.fa-caret-left::before{content:"\f0d9"}.fa-circle-exclamation::before,.fa-exclamation-circle::before{content:"\f06a"}.fa-school-circle-xmark::before{content:"\e56d"}.fa-arrow-right-from-bracket::before,.fa-sign-out::before{content:"\f08b"}.fa-chevron-circle-down::before,.fa-circle-chevron-down::before{content:"\f13a"}.fa-unlock-alt::before,.fa-unlock-keyhole::before{content:"\f13e"}.fa-cloud-showers-heavy::before{content:"\f740"}.fa-headphones-alt::before,.fa-headphones-simple::before{content:"\f58f"}.fa-sitemap::before{content:"\f0e8"}.fa-circle-dollar-to-slot::before,.fa-donate::before{content:"\f4b9"}.fa-memory::before{content:"\f538"}.fa-road-spikes::before{content:"\e568"}.fa-fire-burner::before{content:"\e4f1"}.fa-flag::before{content:"\f024"}.fa-hanukiah::before{content:"\f6e6"}.fa-feather::before{content:"\f52d"}.fa-volume-down::before,.fa-volume-low::before{content:"\f027"}.fa-comment-slash::before{content:"\f4b3"}.fa-cloud-sun-rain::before{content:"\f743"}.fa-compress::before{content:"\f066"}.fa-wheat-alt::before,.fa-wheat-awn::before{content:"\e2cd"}.fa-ankh::before{content:"\f644"}.fa-hands-holding-child::before{content:"\e4fa"}.fa-asterisk::before{content:"\2a"}.fa-check-square::before,.fa-square-check::before{content:"\f14a"}.fa-peseta-sign::before{content:"\e221"}.fa-header::before,.fa-heading::before{content:"\f1dc"}.fa-ghost::before{content:"\f6e2"}.fa-list-squares::before,.fa-list::before{content:"\f03a"}.fa-phone-square-alt::before,.fa-square-phone-flip::before{content:"\f87b"}.fa-cart-plus::before{content:"\f217"}.fa-gamepad::before{content:"\f11b"}.fa-circle-dot::before,.fa-dot-circle::before{content:"\f192"}.fa-dizzy::before,.fa-face-dizzy::before{content:"\f567"}.fa-egg::before{content:"\f7fb"}.fa-house-medical-circle-xmark::before{content:"\e513"}.fa-campground::before{content:"\f6bb"}.fa-folder-plus::before{content:"\f65e"}.fa-futbol-ball::before,.fa-futbol::before,.fa-soccer-ball::before{content:"\f1e3"}.fa-paint-brush::before,.fa-paintbrush::before{content:"\f1fc"}.fa-lock::before{content:"\f023"}.fa-gas-pump::before{content:"\f52f"}.fa-hot-tub-person::before,.fa-hot-tub::before{content:"\f593"}.fa-map-location::before,.fa-map-marked::before{content:"\f59f"}.fa-house-flood-water::before{content:"\e50e"}.fa-tree::before{content:"\f1bb"}.fa-bridge-lock::before{content:"\e4cc"}.fa-sack-dollar::before{content:"\f81d"}.fa-edit::before,.fa-pen-to-square::before{content:"\f044"}.fa-car-side::before{content:"\f5e4"}.fa-share-alt::before,.fa-share-nodes::before{content:"\f1e0"}.fa-heart-circle-minus::before{content:"\e4ff"}.fa-hourglass-2::before,.fa-hourglass-half::before{content:"\f252"}.fa-microscope::before{content:"\f610"}.fa-sink::before{content:"\e06d"}.fa-bag-shopping::before,.fa-shopping-bag::before{content:"\f290"}.fa-arrow-down-z-a::before,.fa-sort-alpha-desc::before,.fa-sort-alpha-down-alt::before{content:"\f881"}.fa-mitten::before{content:"\f7b5"}.fa-person-rays::before{content:"\e54d"}.fa-users::before{content:"\f0c0"}.fa-eye-slash::before{content:"\f070"}.fa-flask-vial::before{content:"\e4f3"}.fa-hand-paper::before,.fa-hand::before{content:"\f256"}.fa-om::before{content:"\f679"}.fa-worm::before{content:"\e599"}.fa-house-circle-xmark::before{content:"\e50b"}.fa-plug::before{content:"\f1e6"}.fa-chevron-up::before{content:"\f077"}.fa-hand-spock::before{content:"\f259"}.fa-stopwatch::before{content:"\f2f2"}.fa-face-kiss::before,.fa-kiss::before{content:"\f596"}.fa-bridge-circle-xmark::before{content:"\e4cb"}.fa-face-grin-tongue::before,.fa-grin-tongue::before{content:"\f589"}.fa-chess-bishop::before{content:"\f43a"}.fa-face-grin-wink::before,.fa-grin-wink::before{content:"\f58c"}.fa-deaf::before,.fa-deafness::before,.fa-ear-deaf::before,.fa-hard-of-hearing::before{content:"\f2a4"}.fa-road-circle-check::before{content:"\e564"}.fa-dice-five::before{content:"\f523"}.fa-rss-square::before,.fa-square-rss::before{content:"\f143"}.fa-land-mine-on::before{content:"\e51b"}.fa-i-cursor::before{content:"\f246"}.fa-stamp::before{content:"\f5bf"}.fa-stairs::before{content:"\e289"}.fa-i::before{content:"\49"}.fa-hryvnia-sign::before,.fa-hryvnia::before{content:"\f6f2"}.fa-pills::before{content:"\f484"}.fa-face-grin-wide::before,.fa-grin-alt::before{content:"\f581"}.fa-tooth::before{content:"\f5c9"}.fa-v::before{content:"\56"}.fa-bangladeshi-taka-sign::before{content:"\e2e6"}.fa-bicycle::before{content:"\f206"}.fa-rod-asclepius::before,.fa-rod-snake::before,.fa-staff-aesculapius::before,.fa-staff-snake::before{content:"\e579"}.fa-head-side-cough-slash::before{content:"\e062"}.fa-ambulance::before,.fa-truck-medical::before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation::before{content:"\e598"}.fa-snowman::before{content:"\f7d0"}.fa-mortar-pestle::before{content:"\f5a7"}.fa-road-barrier::before{content:"\e562"}.fa-school::before{content:"\f549"}.fa-igloo::before{content:"\f7ae"}.fa-joint::before{content:"\f595"}.fa-angle-right::before{content:"\f105"}.fa-horse::before{content:"\f6f0"}.fa-q::before{content:"\51"}.fa-g::before{content:"\47"}.fa-notes-medical::before{content:"\f481"}.fa-temperature-2::before,.fa-temperature-half::before,.fa-thermometer-2::before,.fa-thermometer-half::before{content:"\f2c9"}.fa-dong-sign::before{content:"\e169"}.fa-capsules::before{content:"\f46b"}.fa-poo-bolt::before,.fa-poo-storm::before{content:"\f75a"}.fa-face-frown-open::before,.fa-frown-open::before{content:"\f57a"}.fa-hand-point-up::before{content:"\f0a6"}.fa-money-bill::before{content:"\f0d6"}.fa-bookmark::before{content:"\f02e"}.fa-align-justify::before{content:"\f039"}.fa-umbrella-beach::before{content:"\f5ca"}.fa-helmet-un::before{content:"\e503"}.fa-bullseye::before{content:"\f140"}.fa-bacon::before{content:"\f7e5"}.fa-hand-point-down::before{content:"\f0a7"}.fa-arrow-up-from-bracket::before{content:"\e09a"}.fa-folder-blank::before,.fa-folder::before{content:"\f07b"}.fa-file-medical-alt::before,.fa-file-waveform::before{content:"\f478"}.fa-radiation::before{content:"\f7b9"}.fa-chart-simple::before{content:"\e473"}.fa-mars-stroke::before{content:"\f229"}.fa-vial::before{content:"\f492"}.fa-dashboard::before,.fa-gauge-med::before,.fa-gauge::before,.fa-tachometer-alt-average::before{content:"\f624"}.fa-magic-wand-sparkles::before,.fa-wand-magic-sparkles::before{content:"\e2ca"}.fa-e::before{content:"\45"}.fa-pen-alt::before,.fa-pen-clip::before{content:"\f305"}.fa-bridge-circle-exclamation::before{content:"\e4ca"}.fa-user::before{content:"\f007"}.fa-school-circle-check::before{content:"\e56b"}.fa-dumpster::before{content:"\f793"}.fa-shuttle-van::before,.fa-van-shuttle::before{content:"\f5b6"}.fa-building-user::before{content:"\e4da"}.fa-caret-square-left::before,.fa-square-caret-left::before{content:"\f191"}.fa-highlighter::before{content:"\f591"}.fa-key::before{content:"\f084"}.fa-bullhorn::before{content:"\f0a1"}.fa-globe::before{content:"\f0ac"}.fa-synagogue::before{content:"\f69b"}.fa-person-half-dress::before{content:"\e548"}.fa-road-bridge::before{content:"\e563"}.fa-location-arrow::before{content:"\f124"}.fa-c::before{content:"\43"}.fa-tablet-button::before{content:"\f10a"}.fa-building-lock::before{content:"\e4d6"}.fa-pizza-slice::before{content:"\f818"}.fa-money-bill-wave::before{content:"\f53a"}.fa-area-chart::before,.fa-chart-area::before{content:"\f1fe"}.fa-house-flag::before{content:"\e50d"}.fa-person-circle-minus::before{content:"\e540"}.fa-ban::before,.fa-cancel::before{content:"\f05e"}.fa-camera-rotate::before{content:"\e0d8"}.fa-air-freshener::before,.fa-spray-can-sparkles::before{content:"\f5d0"}.fa-star::before{content:"\f005"}.fa-repeat::before{content:"\f363"}.fa-cross::before{content:"\f654"}.fa-box::before{content:"\f466"}.fa-venus-mars::before{content:"\f228"}.fa-arrow-pointer::before,.fa-mouse-pointer::before{content:"\f245"}.fa-expand-arrows-alt::before,.fa-maximize::before{content:"\f31e"}.fa-charging-station::before{content:"\f5e7"}.fa-shapes::before,.fa-triangle-circle-square::before{content:"\f61f"}.fa-random::before,.fa-shuffle::before{content:"\f074"}.fa-person-running::before,.fa-running::before{content:"\f70c"}.fa-mobile-retro::before{content:"\e527"}.fa-grip-lines-vertical::before{content:"\f7a5"}.fa-spider::before{content:"\f717"}.fa-hands-bound::before{content:"\e4f9"}.fa-file-invoice-dollar::before{content:"\f571"}.fa-plane-circle-exclamation::before{content:"\e556"}.fa-x-ray::before{content:"\f497"}.fa-spell-check::before{content:"\f891"}.fa-slash::before{content:"\f715"}.fa-computer-mouse::before,.fa-mouse::before{content:"\f8cc"}.fa-arrow-right-to-bracket::before,.fa-sign-in::before{content:"\f090"}.fa-shop-slash::before,.fa-store-alt-slash::before{content:"\e070"}.fa-server::before{content:"\f233"}.fa-virus-covid-slash::before{content:"\e4a9"}.fa-shop-lock::before{content:"\e4a5"}.fa-hourglass-1::before,.fa-hourglass-start::before{content:"\f251"}.fa-blender-phone::before{content:"\f6b6"}.fa-building-wheat::before{content:"\e4db"}.fa-person-breastfeeding::before{content:"\e53a"}.fa-right-to-bracket::before,.fa-sign-in-alt::before{content:"\f2f6"}.fa-venus::before{content:"\f221"}.fa-passport::before{content:"\f5ab"}.fa-thumb-tack-slash::before,.fa-thumbtack-slash::before{content:"\e68f"}.fa-heart-pulse::before,.fa-heartbeat::before{content:"\f21e"}.fa-people-carry-box::before,.fa-people-carry::before{content:"\f4ce"}.fa-temperature-high::before{content:"\f769"}.fa-microchip::before{content:"\f2db"}.fa-crown::before{content:"\f521"}.fa-weight-hanging::before{content:"\f5cd"}.fa-xmarks-lines::before{content:"\e59a"}.fa-file-prescription::before{content:"\f572"}.fa-weight-scale::before,.fa-weight::before{content:"\f496"}.fa-user-friends::before,.fa-user-group::before{content:"\f500"}.fa-arrow-up-a-z::before,.fa-sort-alpha-up::before{content:"\f15e"}.fa-chess-knight::before{content:"\f441"}.fa-face-laugh-squint::before,.fa-laugh-squint::before{content:"\f59b"}.fa-wheelchair::before{content:"\f193"}.fa-arrow-circle-up::before,.fa-circle-arrow-up::before{content:"\f0aa"}.fa-toggle-on::before{content:"\f205"}.fa-person-walking::before,.fa-walking::before{content:"\f554"}.fa-l::before{content:"\4c"}.fa-fire::before{content:"\f06d"}.fa-bed-pulse::before,.fa-procedures::before{content:"\f487"}.fa-shuttle-space::before,.fa-space-shuttle::before{content:"\f197"}.fa-face-laugh::before,.fa-laugh::before{content:"\f599"}.fa-folder-open::before{content:"\f07c"}.fa-heart-circle-plus::before{content:"\e500"}.fa-code-fork::before{content:"\e13b"}.fa-city::before{content:"\f64f"}.fa-microphone-alt::before,.fa-microphone-lines::before{content:"\f3c9"}.fa-pepper-hot::before{content:"\f816"}.fa-unlock::before{content:"\f09c"}.fa-colon-sign::before{content:"\e140"}.fa-headset::before{content:"\f590"}.fa-store-slash::before{content:"\e071"}.fa-road-circle-xmark::before{content:"\e566"}.fa-user-minus::before{content:"\f503"}.fa-mars-stroke-up::before,.fa-mars-stroke-v::before{content:"\f22a"}.fa-champagne-glasses::before,.fa-glass-cheers::before{content:"\f79f"}.fa-clipboard::before{content:"\f328"}.fa-house-circle-exclamation::before{content:"\e50a"}.fa-file-arrow-up::before,.fa-file-upload::before{content:"\f574"}.fa-wifi-3::before,.fa-wifi-strong::before,.fa-wifi::before{content:"\f1eb"}.fa-bath::before,.fa-bathtub::before{content:"\f2cd"}.fa-underline::before{content:"\f0cd"}.fa-user-edit::before,.fa-user-pen::before{content:"\f4ff"}.fa-signature::before{content:"\f5b7"}.fa-stroopwafel::before{content:"\f551"}.fa-bold::before{content:"\f032"}.fa-anchor-lock::before{content:"\e4ad"}.fa-building-ngo::before{content:"\e4d7"}.fa-manat-sign::before{content:"\e1d5"}.fa-not-equal::before{content:"\f53e"}.fa-border-style::before,.fa-border-top-left::before{content:"\f853"}.fa-map-location-dot::before,.fa-map-marked-alt::before{content:"\f5a0"}.fa-jedi::before{content:"\f669"}.fa-poll::before,.fa-square-poll-vertical::before{content:"\f681"}.fa-mug-hot::before{content:"\f7b6"}.fa-battery-car::before,.fa-car-battery::before{content:"\f5df"}.fa-gift::before{content:"\f06b"}.fa-dice-two::before{content:"\f528"}.fa-chess-queen::before{content:"\f445"}.fa-glasses::before{content:"\f530"}.fa-chess-board::before{content:"\f43c"}.fa-building-circle-check::before{content:"\e4d2"}.fa-person-chalkboard::before{content:"\e53d"}.fa-mars-stroke-h::before,.fa-mars-stroke-right::before{content:"\f22b"}.fa-hand-back-fist::before,.fa-hand-rock::before{content:"\f255"}.fa-caret-square-up::before,.fa-square-caret-up::before{content:"\f151"}.fa-cloud-showers-water::before{content:"\e4e4"}.fa-bar-chart::before,.fa-chart-bar::before{content:"\f080"}.fa-hands-bubbles::before,.fa-hands-wash::before{content:"\e05e"}.fa-less-than-equal::before{content:"\f537"}.fa-train::before{content:"\f238"}.fa-eye-low-vision::before,.fa-low-vision::before{content:"\f2a8"}.fa-crow::before{content:"\f520"}.fa-sailboat::before{content:"\e445"}.fa-window-restore::before{content:"\f2d2"}.fa-plus-square::before,.fa-square-plus::before{content:"\f0fe"}.fa-torii-gate::before{content:"\f6a1"}.fa-frog::before{content:"\f52e"}.fa-bucket::before{content:"\e4cf"}.fa-image::before{content:"\f03e"}.fa-microphone::before{content:"\f130"}.fa-cow::before{content:"\f6c8"}.fa-caret-up::before{content:"\f0d8"}.fa-screwdriver::before{content:"\f54a"}.fa-folder-closed::before{content:"\e185"}.fa-house-tsunami::before{content:"\e515"}.fa-square-nfi::before{content:"\e576"}.fa-arrow-up-from-ground-water::before{content:"\e4b5"}.fa-glass-martini-alt::before,.fa-martini-glass::before{content:"\f57b"}.fa-rotate-back::before,.fa-rotate-backward::before,.fa-rotate-left::before,.fa-undo-alt::before{content:"\f2ea"}.fa-columns::before,.fa-table-columns::before{content:"\f0db"}.fa-lemon::before{content:"\f094"}.fa-head-side-mask::before{content:"\e063"}.fa-handshake::before{content:"\f2b5"}.fa-gem::before{content:"\f3a5"}.fa-dolly-box::before,.fa-dolly::before{content:"\f472"}.fa-smoking::before{content:"\f48d"}.fa-compress-arrows-alt::before,.fa-minimize::before{content:"\f78c"}.fa-monument::before{content:"\f5a6"}.fa-snowplow::before{content:"\f7d2"}.fa-angle-double-right::before,.fa-angles-right::before{content:"\f101"}.fa-cannabis::before{content:"\f55f"}.fa-circle-play::before,.fa-play-circle::before{content:"\f144"}.fa-tablets::before{content:"\f490"}.fa-ethernet::before{content:"\f796"}.fa-eur::before,.fa-euro-sign::before,.fa-euro::before{content:"\f153"}.fa-chair::before{content:"\f6c0"}.fa-check-circle::before,.fa-circle-check::before{content:"\f058"}.fa-circle-stop::before,.fa-stop-circle::before{content:"\f28d"}.fa-compass-drafting::before,.fa-drafting-compass::before{content:"\f568"}.fa-plate-wheat::before{content:"\e55a"}.fa-icicles::before{content:"\f7ad"}.fa-person-shelter::before{content:"\e54f"}.fa-neuter::before{content:"\f22c"}.fa-id-badge::before{content:"\f2c1"}.fa-marker::before{content:"\f5a1"}.fa-face-laugh-beam::before,.fa-laugh-beam::before{content:"\f59a"}.fa-helicopter-symbol::before{content:"\e502"}.fa-universal-access::before{content:"\f29a"}.fa-chevron-circle-up::before,.fa-circle-chevron-up::before{content:"\f139"}.fa-lari-sign::before{content:"\e1c8"}.fa-volcano::before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right::before{content:"\e553"}.fa-gbp::before,.fa-pound-sign::before,.fa-sterling-sign::before{content:"\f154"}.fa-viruses::before{content:"\e076"}.fa-square-person-confined::before{content:"\e577"}.fa-user-tie::before{content:"\f508"}.fa-arrow-down-long::before,.fa-long-arrow-down::before{content:"\f175"}.fa-tent-arrow-down-to-line::before{content:"\e57e"}.fa-certificate::before{content:"\f0a3"}.fa-mail-reply-all::before,.fa-reply-all::before{content:"\f122"}.fa-suitcase::before{content:"\f0f2"}.fa-person-skating::before,.fa-skating::before{content:"\f7c5"}.fa-filter-circle-dollar::before,.fa-funnel-dollar::before{content:"\f662"}.fa-camera-retro::before{content:"\f083"}.fa-arrow-circle-down::before,.fa-circle-arrow-down::before{content:"\f0ab"}.fa-arrow-right-to-file::before,.fa-file-import::before{content:"\f56f"}.fa-external-link-square::before,.fa-square-arrow-up-right::before{content:"\f14c"}.fa-box-open::before{content:"\f49e"}.fa-scroll::before{content:"\f70e"}.fa-spa::before{content:"\f5bb"}.fa-location-pin-lock::before{content:"\e51f"}.fa-pause::before{content:"\f04c"}.fa-hill-avalanche::before{content:"\e507"}.fa-temperature-0::before,.fa-temperature-empty::before,.fa-thermometer-0::before,.fa-thermometer-empty::before{content:"\f2cb"}.fa-bomb::before{content:"\f1e2"}.fa-registered::before{content:"\f25d"}.fa-address-card::before,.fa-contact-card::before,.fa-vcard::before{content:"\f2bb"}.fa-balance-scale-right::before,.fa-scale-unbalanced-flip::before{content:"\f516"}.fa-subscript::before{content:"\f12c"}.fa-diamond-turn-right::before,.fa-directions::before{content:"\f5eb"}.fa-burst::before{content:"\e4dc"}.fa-house-laptop::before,.fa-laptop-house::before{content:"\e066"}.fa-face-tired::before,.fa-tired::before{content:"\f5c8"}.fa-money-bills::before{content:"\e1f3"}.fa-smog::before{content:"\f75f"}.fa-crutch::before{content:"\f7f7"}.fa-cloud-arrow-up::before,.fa-cloud-upload-alt::before,.fa-cloud-upload::before{content:"\f0ee"}.fa-palette::before{content:"\f53f"}.fa-arrows-turn-right::before{content:"\e4c0"}.fa-vest::before{content:"\e085"}.fa-ferry::before{content:"\e4ea"}.fa-arrows-down-to-people::before{content:"\e4b9"}.fa-seedling::before,.fa-sprout::before{content:"\f4d8"}.fa-arrows-alt-h::before,.fa-left-right::before{content:"\f337"}.fa-boxes-packing::before{content:"\e4c7"}.fa-arrow-circle-left::before,.fa-circle-arrow-left::before{content:"\f0a8"}.fa-group-arrows-rotate::before{content:"\e4f6"}.fa-bowl-food::before{content:"\e4c6"}.fa-candy-cane::before{content:"\f786"}.fa-arrow-down-wide-short::before,.fa-sort-amount-asc::before,.fa-sort-amount-down::before{content:"\f160"}.fa-cloud-bolt::before,.fa-thunderstorm::before{content:"\f76c"}.fa-remove-format::before,.fa-text-slash::before{content:"\f87d"}.fa-face-smile-wink::before,.fa-smile-wink::before{content:"\f4da"}.fa-file-word::before{content:"\f1c2"}.fa-file-powerpoint::before{content:"\f1c4"}.fa-arrows-h::before,.fa-arrows-left-right::before{content:"\f07e"}.fa-house-lock::before{content:"\e510"}.fa-cloud-arrow-down::before,.fa-cloud-download-alt::before,.fa-cloud-download::before{content:"\f0ed"}.fa-children::before{content:"\e4e1"}.fa-blackboard::before,.fa-chalkboard::before{content:"\f51b"}.fa-user-alt-slash::before,.fa-user-large-slash::before{content:"\f4fa"}.fa-envelope-open::before{content:"\f2b6"}.fa-handshake-alt-slash::before,.fa-handshake-simple-slash::before{content:"\e05f"}.fa-mattress-pillow::before{content:"\e525"}.fa-guarani-sign::before{content:"\e19a"}.fa-arrows-rotate::before,.fa-refresh::before,.fa-sync::before{content:"\f021"}.fa-fire-extinguisher::before{content:"\f134"}.fa-cruzeiro-sign::before{content:"\e152"}.fa-greater-than-equal::before{content:"\f532"}.fa-shield-alt::before,.fa-shield-halved::before{content:"\f3ed"}.fa-atlas::before,.fa-book-atlas::before{content:"\f558"}.fa-virus::before{content:"\e074"}.fa-envelope-circle-check::before{content:"\e4e8"}.fa-layer-group::before{content:"\f5fd"}.fa-arrows-to-dot::before{content:"\e4be"}.fa-archway::before{content:"\f557"}.fa-heart-circle-check::before{content:"\e4fd"}.fa-house-chimney-crack::before,.fa-house-damage::before{content:"\f6f1"}.fa-file-archive::before,.fa-file-zipper::before{content:"\f1c6"}.fa-square::before{content:"\f0c8"}.fa-glass-martini::before,.fa-martini-glass-empty::before{content:"\f000"}.fa-couch::before{content:"\f4b8"}.fa-cedi-sign::before{content:"\e0df"}.fa-italic::before{content:"\f033"}.fa-table-cells-column-lock::before{content:"\e678"}.fa-church::before{content:"\f51d"}.fa-comments-dollar::before{content:"\f653"}.fa-democrat::before{content:"\f747"}.fa-z::before{content:"\5a"}.fa-person-skiing::before,.fa-skiing::before{content:"\f7c9"}.fa-road-lock::before{content:"\e567"}.fa-a::before{content:"\41"}.fa-temperature-arrow-down::before,.fa-temperature-down::before{content:"\e03f"}.fa-feather-alt::before,.fa-feather-pointed::before{content:"\f56b"}.fa-p::before{content:"\50"}.fa-snowflake::before{content:"\f2dc"}.fa-newspaper::before{content:"\f1ea"}.fa-ad::before,.fa-rectangle-ad::before{content:"\f641"}.fa-arrow-circle-right::before,.fa-circle-arrow-right::before{content:"\f0a9"}.fa-filter-circle-xmark::before{content:"\e17b"}.fa-locust::before{content:"\e520"}.fa-sort::before,.fa-unsorted::before{content:"\f0dc"}.fa-list-1-2::before,.fa-list-numeric::before,.fa-list-ol::before{content:"\f0cb"}.fa-person-dress-burst::before{content:"\e544"}.fa-money-check-alt::before,.fa-money-check-dollar::before{content:"\f53d"}.fa-vector-square::before{content:"\f5cb"}.fa-bread-slice::before{content:"\f7ec"}.fa-language::before{content:"\f1ab"}.fa-face-kiss-wink-heart::before,.fa-kiss-wink-heart::before{content:"\f598"}.fa-filter::before{content:"\f0b0"}.fa-question::before{content:"\3f"}.fa-file-signature::before{content:"\f573"}.fa-arrows-alt::before,.fa-up-down-left-right::before{content:"\f0b2"}.fa-house-chimney-user::before{content:"\e065"}.fa-hand-holding-heart::before{content:"\f4be"}.fa-puzzle-piece::before{content:"\f12e"}.fa-money-check::before{content:"\f53c"}.fa-star-half-alt::before,.fa-star-half-stroke::before{content:"\f5c0"}.fa-code::before{content:"\f121"}.fa-glass-whiskey::before,.fa-whiskey-glass::before{content:"\f7a0"}.fa-building-circle-exclamation::before{content:"\e4d3"}.fa-magnifying-glass-chart::before{content:"\e522"}.fa-arrow-up-right-from-square::before,.fa-external-link::before{content:"\f08e"}.fa-cubes-stacked::before{content:"\e4e6"}.fa-krw::before,.fa-won-sign::before,.fa-won::before{content:"\f159"}.fa-virus-covid::before{content:"\e4a8"}.fa-austral-sign::before{content:"\e0a9"}.fa-f::before{content:"\46"}.fa-leaf::before{content:"\f06c"}.fa-road::before{content:"\f018"}.fa-cab::before,.fa-taxi::before{content:"\f1ba"}.fa-person-circle-plus::before{content:"\e541"}.fa-chart-pie::before,.fa-pie-chart::before{content:"\f200"}.fa-bolt-lightning::before{content:"\e0b7"}.fa-sack-xmark::before{content:"\e56a"}.fa-file-excel::before{content:"\f1c3"}.fa-file-contract::before{content:"\f56c"}.fa-fish-fins::before{content:"\e4f2"}.fa-building-flag::before{content:"\e4d5"}.fa-face-grin-beam::before,.fa-grin-beam::before{content:"\f582"}.fa-object-ungroup::before{content:"\f248"}.fa-poop::before{content:"\f619"}.fa-location-pin::before,.fa-map-marker::before{content:"\f041"}.fa-kaaba::before{content:"\f66b"}.fa-toilet-paper::before{content:"\f71e"}.fa-hard-hat::before,.fa-hat-hard::before,.fa-helmet-safety::before{content:"\f807"}.fa-eject::before{content:"\f052"}.fa-arrow-alt-circle-right::before,.fa-circle-right::before{content:"\f35a"}.fa-plane-circle-check::before{content:"\e555"}.fa-face-rolling-eyes::before,.fa-meh-rolling-eyes::before{content:"\f5a5"}.fa-object-group::before{content:"\f247"}.fa-chart-line::before,.fa-line-chart::before{content:"\f201"}.fa-mask-ventilator::before{content:"\e524"}.fa-arrow-right::before{content:"\f061"}.fa-map-signs::before,.fa-signs-post::before{content:"\f277"}.fa-cash-register::before{content:"\f788"}.fa-person-circle-question::before{content:"\e542"}.fa-h::before{content:"\48"}.fa-tarp::before{content:"\e57b"}.fa-screwdriver-wrench::before,.fa-tools::before{content:"\f7d9"}.fa-arrows-to-eye::before{content:"\e4bf"}.fa-plug-circle-bolt::before{content:"\e55b"}.fa-heart::before{content:"\f004"}.fa-mars-and-venus::before{content:"\f224"}.fa-home-user::before,.fa-house-user::before{content:"\e1b0"}.fa-dumpster-fire::before{content:"\f794"}.fa-house-crack::before{content:"\e3b1"}.fa-cocktail::before,.fa-martini-glass-citrus::before{content:"\f561"}.fa-face-surprise::before,.fa-surprise::before{content:"\f5c2"}.fa-bottle-water::before{content:"\e4c5"}.fa-circle-pause::before,.fa-pause-circle::before{content:"\f28b"}.fa-toilet-paper-slash::before{content:"\e072"}.fa-apple-alt::before,.fa-apple-whole::before{content:"\f5d1"}.fa-kitchen-set::before{content:"\e51a"}.fa-r::before{content:"\52"}.fa-temperature-1::before,.fa-temperature-quarter::before,.fa-thermometer-1::before,.fa-thermometer-quarter::before{content:"\f2ca"}.fa-cube::before{content:"\f1b2"}.fa-bitcoin-sign::before{content:"\e0b4"}.fa-shield-dog::before{content:"\e573"}.fa-solar-panel::before{content:"\f5ba"}.fa-lock-open::before{content:"\f3c1"}.fa-elevator::before{content:"\e16d"}.fa-money-bill-transfer::before{content:"\e528"}.fa-money-bill-trend-up::before{content:"\e529"}.fa-house-flood-water-circle-arrow-right::before{content:"\e50f"}.fa-poll-h::before,.fa-square-poll-horizontal::before{content:"\f682"}.fa-circle::before{content:"\f111"}.fa-backward-fast::before,.fa-fast-backward::before{content:"\f049"}.fa-recycle::before{content:"\f1b8"}.fa-user-astronaut::before{content:"\f4fb"}.fa-plane-slash::before{content:"\e069"}.fa-trademark::before{content:"\f25c"}.fa-basketball-ball::before,.fa-basketball::before{content:"\f434"}.fa-satellite-dish::before{content:"\f7c0"}.fa-arrow-alt-circle-up::before,.fa-circle-up::before{content:"\f35b"}.fa-mobile-alt::before,.fa-mobile-screen-button::before{content:"\f3cd"}.fa-volume-high::before,.fa-volume-up::before{content:"\f028"}.fa-users-rays::before{content:"\e593"}.fa-wallet::before{content:"\f555"}.fa-clipboard-check::before{content:"\f46c"}.fa-file-audio::before{content:"\f1c7"}.fa-burger::before,.fa-hamburger::before{content:"\f805"}.fa-wrench::before{content:"\f0ad"}.fa-bugs::before{content:"\e4d0"}.fa-rupee-sign::before,.fa-rupee::before{content:"\f156"}.fa-file-image::before{content:"\f1c5"}.fa-circle-question::before,.fa-question-circle::before{content:"\f059"}.fa-plane-departure::before{content:"\f5b0"}.fa-handshake-slash::before{content:"\e060"}.fa-book-bookmark::before{content:"\e0bb"}.fa-code-branch::before{content:"\f126"}.fa-hat-cowboy::before{content:"\f8c0"}.fa-bridge::before{content:"\e4c8"}.fa-phone-alt::before,.fa-phone-flip::before{content:"\f879"}.fa-truck-front::before{content:"\e2b7"}.fa-cat::before{content:"\f6be"}.fa-anchor-circle-exclamation::before{content:"\e4ab"}.fa-truck-field::before{content:"\e58d"}.fa-route::before{content:"\f4d7"}.fa-clipboard-question::before{content:"\e4e3"}.fa-panorama::before{content:"\e209"}.fa-comment-medical::before{content:"\f7f5"}.fa-teeth-open::before{content:"\f62f"}.fa-file-circle-minus::before{content:"\e4ed"}.fa-tags::before{content:"\f02c"}.fa-wine-glass::before{content:"\f4e3"}.fa-fast-forward::before,.fa-forward-fast::before{content:"\f050"}.fa-face-meh-blank::before,.fa-meh-blank::before{content:"\f5a4"}.fa-parking::before,.fa-square-parking::before{content:"\f540"}.fa-house-signal::before{content:"\e012"}.fa-bars-progress::before,.fa-tasks-alt::before{content:"\f828"}.fa-faucet-drip::before{content:"\e006"}.fa-cart-flatbed::before,.fa-dolly-flatbed::before{content:"\f474"}.fa-ban-smoking::before,.fa-smoking-ban::before{content:"\f54d"}.fa-terminal::before{content:"\f120"}.fa-mobile-button::before{content:"\f10b"}.fa-house-medical-flag::before{content:"\e514"}.fa-basket-shopping::before,.fa-shopping-basket::before{content:"\f291"}.fa-tape::before{content:"\f4db"}.fa-bus-alt::before,.fa-bus-simple::before{content:"\f55e"}.fa-eye::before{content:"\f06e"}.fa-face-sad-cry::before,.fa-sad-cry::before{content:"\f5b3"}.fa-audio-description::before{content:"\f29e"}.fa-person-military-to-person::before{content:"\e54c"}.fa-file-shield::before{content:"\e4f0"}.fa-user-slash::before{content:"\f506"}.fa-pen::before{content:"\f304"}.fa-tower-observation::before{content:"\e586"}.fa-file-code::before{content:"\f1c9"}.fa-signal-5::before,.fa-signal-perfect::before,.fa-signal::before{content:"\f012"}.fa-bus::before{content:"\f207"}.fa-heart-circle-xmark::before{content:"\e501"}.fa-home-lg::before,.fa-house-chimney::before{content:"\e3af"}.fa-window-maximize::before{content:"\f2d0"}.fa-face-frown::before,.fa-frown::before{content:"\f119"}.fa-prescription::before{content:"\f5b1"}.fa-shop::before,.fa-store-alt::before{content:"\f54f"}.fa-floppy-disk::before,.fa-save::before{content:"\f0c7"}.fa-vihara::before{content:"\f6a7"}.fa-balance-scale-left::before,.fa-scale-unbalanced::before{content:"\f515"}.fa-sort-asc::before,.fa-sort-up::before{content:"\f0de"}.fa-comment-dots::before,.fa-commenting::before{content:"\f4ad"}.fa-plant-wilt::before{content:"\e5aa"}.fa-diamond::before{content:"\f219"}.fa-face-grin-squint::before,.fa-grin-squint::before{content:"\f585"}.fa-hand-holding-dollar::before,.fa-hand-holding-usd::before{content:"\f4c0"}.fa-bacterium::before{content:"\e05a"}.fa-hand-pointer::before{content:"\f25a"}.fa-drum-steelpan::before{content:"\f56a"}.fa-hand-scissors::before{content:"\f257"}.fa-hands-praying::before,.fa-praying-hands::before{content:"\f684"}.fa-arrow-right-rotate::before,.fa-arrow-rotate-forward::before,.fa-arrow-rotate-right::before,.fa-redo::before{content:"\f01e"}.fa-biohazard::before{content:"\f780"}.fa-location-crosshairs::before,.fa-location::before{content:"\f601"}.fa-mars-double::before{content:"\f227"}.fa-child-dress::before{content:"\e59c"}.fa-users-between-lines::before{content:"\e591"}.fa-lungs-virus::before{content:"\e067"}.fa-face-grin-tears::before,.fa-grin-tears::before{content:"\f588"}.fa-phone::before{content:"\f095"}.fa-calendar-times::before,.fa-calendar-xmark::before{content:"\f273"}.fa-child-reaching::before{content:"\e59d"}.fa-head-side-virus::before{content:"\e064"}.fa-user-cog::before,.fa-user-gear::before{content:"\f4fe"}.fa-arrow-up-1-9::before,.fa-sort-numeric-up::before{content:"\f163"}.fa-door-closed::before{content:"\f52a"}.fa-shield-virus::before{content:"\e06c"}.fa-dice-six::before{content:"\f526"}.fa-mosquito-net::before{content:"\e52c"}.fa-bridge-water::before{content:"\e4ce"}.fa-person-booth::before{content:"\f756"}.fa-text-width::before{content:"\f035"}.fa-hat-wizard::before{content:"\f6e8"}.fa-pen-fancy::before{content:"\f5ac"}.fa-digging::before,.fa-person-digging::before{content:"\f85e"}.fa-trash::before{content:"\f1f8"}.fa-gauge-simple-med::before,.fa-gauge-simple::before,.fa-tachometer-average::before{content:"\f629"}.fa-book-medical::before{content:"\f7e6"}.fa-poo::before{content:"\f2fe"}.fa-quote-right-alt::before,.fa-quote-right::before{content:"\f10e"}.fa-shirt::before,.fa-t-shirt::before,.fa-tshirt::before{content:"\f553"}.fa-cubes::before{content:"\f1b3"}.fa-divide::before{content:"\f529"}.fa-tenge-sign::before,.fa-tenge::before{content:"\f7d7"}.fa-headphones::before{content:"\f025"}.fa-hands-holding::before{content:"\f4c2"}.fa-hands-clapping::before{content:"\e1a8"}.fa-republican::before{content:"\f75e"}.fa-arrow-left::before{content:"\f060"}.fa-person-circle-xmark::before{content:"\e543"}.fa-ruler::before{content:"\f545"}.fa-align-left::before{content:"\f036"}.fa-dice-d6::before{content:"\f6d1"}.fa-restroom::before{content:"\f7bd"}.fa-j::before{content:"\4a"}.fa-users-viewfinder::before{content:"\e595"}.fa-file-video::before{content:"\f1c8"}.fa-external-link-alt::before,.fa-up-right-from-square::before{content:"\f35d"}.fa-table-cells::before,.fa-th::before{content:"\f00a"}.fa-file-pdf::before{content:"\f1c1"}.fa-bible::before,.fa-book-bible::before{content:"\f647"}.fa-o::before{content:"\4f"}.fa-medkit::before,.fa-suitcase-medical::before{content:"\f0fa"}.fa-user-secret::before{content:"\f21b"}.fa-otter::before{content:"\f700"}.fa-female::before,.fa-person-dress::before{content:"\f182"}.fa-comment-dollar::before{content:"\f651"}.fa-briefcase-clock::before,.fa-business-time::before{content:"\f64a"}.fa-table-cells-large::before,.fa-th-large::before{content:"\f009"}.fa-book-tanakh::before,.fa-tanakh::before{content:"\f827"}.fa-phone-volume::before,.fa-volume-control-phone::before{content:"\f2a0"}.fa-hat-cowboy-side::before{content:"\f8c1"}.fa-clipboard-user::before{content:"\f7f3"}.fa-child::before{content:"\f1ae"}.fa-lira-sign::before{content:"\f195"}.fa-satellite::before{content:"\f7bf"}.fa-plane-lock::before{content:"\e558"}.fa-tag::before{content:"\f02b"}.fa-comment::before{content:"\f075"}.fa-birthday-cake::before,.fa-cake-candles::before,.fa-cake::before{content:"\f1fd"}.fa-envelope::before{content:"\f0e0"}.fa-angle-double-up::before,.fa-angles-up::before{content:"\f102"}.fa-paperclip::before{content:"\f0c6"}.fa-arrow-right-to-city::before{content:"\e4b3"}.fa-ribbon::before{content:"\f4d6"}.fa-lungs::before{content:"\f604"}.fa-arrow-up-9-1::before,.fa-sort-numeric-up-alt::before{content:"\f887"}.fa-litecoin-sign::before{content:"\e1d3"}.fa-border-none::before{content:"\f850"}.fa-circle-nodes::before{content:"\e4e2"}.fa-parachute-box::before{content:"\f4cd"}.fa-indent::before{content:"\f03c"}.fa-truck-field-un::before{content:"\e58e"}.fa-hourglass-empty::before,.fa-hourglass::before{content:"\f254"}.fa-mountain::before{content:"\f6fc"}.fa-user-doctor::before,.fa-user-md::before{content:"\f0f0"}.fa-circle-info::before,.fa-info-circle::before{content:"\f05a"}.fa-cloud-meatball::before{content:"\f73b"}.fa-camera-alt::before,.fa-camera::before{content:"\f030"}.fa-square-virus::before{content:"\e578"}.fa-meteor::before{content:"\f753"}.fa-car-on::before{content:"\e4dd"}.fa-sleigh::before{content:"\f7cc"}.fa-arrow-down-1-9::before,.fa-sort-numeric-asc::before,.fa-sort-numeric-down::before{content:"\f162"}.fa-hand-holding-droplet::before,.fa-hand-holding-water::before{content:"\f4c1"}.fa-water::before{content:"\f773"}.fa-calendar-check::before{content:"\f274"}.fa-braille::before{content:"\f2a1"}.fa-prescription-bottle-alt::before,.fa-prescription-bottle-medical::before{content:"\f486"}.fa-landmark::before{content:"\f66f"}.fa-truck::before{content:"\f0d1"}.fa-crosshairs::before{content:"\f05b"}.fa-person-cane::before{content:"\e53c"}.fa-tent::before{content:"\e57d"}.fa-vest-patches::before{content:"\e086"}.fa-check-double::before{content:"\f560"}.fa-arrow-down-a-z::before,.fa-sort-alpha-asc::before,.fa-sort-alpha-down::before{content:"\f15d"}.fa-money-bill-wheat::before{content:"\e52a"}.fa-cookie::before{content:"\f563"}.fa-arrow-left-rotate::before,.fa-arrow-rotate-back::before,.fa-arrow-rotate-backward::before,.fa-arrow-rotate-left::before,.fa-undo::before{content:"\f0e2"}.fa-hard-drive::before,.fa-hdd::before{content:"\f0a0"}.fa-face-grin-squint-tears::before,.fa-grin-squint-tears::before{content:"\f586"}.fa-dumbbell::before{content:"\f44b"}.fa-list-alt::before,.fa-rectangle-list::before{content:"\f022"}.fa-tarp-droplet::before{content:"\e57c"}.fa-house-medical-circle-check::before{content:"\e511"}.fa-person-skiing-nordic::before,.fa-skiing-nordic::before{content:"\f7ca"}.fa-calendar-plus::before{content:"\f271"}.fa-plane-arrival::before{content:"\f5af"}.fa-arrow-alt-circle-left::before,.fa-circle-left::before{content:"\f359"}.fa-subway::before,.fa-train-subway::before{content:"\f239"}.fa-chart-gantt::before{content:"\e0e4"}.fa-indian-rupee-sign::before,.fa-indian-rupee::before,.fa-inr::before{content:"\e1bc"}.fa-crop-alt::before,.fa-crop-simple::before{content:"\f565"}.fa-money-bill-1::before,.fa-money-bill-alt::before{content:"\f3d1"}.fa-left-long::before,.fa-long-arrow-alt-left::before{content:"\f30a"}.fa-dna::before{content:"\f471"}.fa-virus-slash::before{content:"\e075"}.fa-minus::before,.fa-subtract::before{content:"\f068"}.fa-chess::before{content:"\f439"}.fa-arrow-left-long::before,.fa-long-arrow-left::before{content:"\f177"}.fa-plug-circle-check::before{content:"\e55c"}.fa-street-view::before{content:"\f21d"}.fa-franc-sign::before{content:"\e18f"}.fa-volume-off::before{content:"\f026"}.fa-american-sign-language-interpreting::before,.fa-asl-interpreting::before,.fa-hands-american-sign-language-interpreting::before,.fa-hands-asl-interpreting::before{content:"\f2a3"}.fa-cog::before,.fa-gear::before{content:"\f013"}.fa-droplet-slash::before,.fa-tint-slash::before{content:"\f5c7"}.fa-mosque::before{content:"\f678"}.fa-mosquito::before{content:"\e52b"}.fa-star-of-david::before{content:"\f69a"}.fa-person-military-rifle::before{content:"\e54b"}.fa-cart-shopping::before,.fa-shopping-cart::before{content:"\f07a"}.fa-vials::before{content:"\f493"}.fa-plug-circle-plus::before{content:"\e55f"}.fa-place-of-worship::before{content:"\f67f"}.fa-grip-vertical::before{content:"\f58e"}.fa-arrow-turn-up::before,.fa-level-up::before{content:"\f148"}.fa-u::before{content:"\55"}.fa-square-root-alt::before,.fa-square-root-variable::before{content:"\f698"}.fa-clock-four::before,.fa-clock::before{content:"\f017"}.fa-backward-step::before,.fa-step-backward::before{content:"\f048"}.fa-pallet::before{content:"\f482"}.fa-faucet::before{content:"\e005"}.fa-baseball-bat-ball::before{content:"\f432"}.fa-s::before{content:"\53"}.fa-timeline::before{content:"\e29c"}.fa-keyboard::before{content:"\f11c"}.fa-caret-down::before{content:"\f0d7"}.fa-clinic-medical::before,.fa-house-chimney-medical::before{content:"\f7f2"}.fa-temperature-3::before,.fa-temperature-three-quarters::before,.fa-thermometer-3::before,.fa-thermometer-three-quarters::before{content:"\f2c8"}.fa-mobile-android-alt::before,.fa-mobile-screen::before{content:"\f3cf"}.fa-plane-up::before{content:"\e22d"}.fa-piggy-bank::before{content:"\f4d3"}.fa-battery-3::before,.fa-battery-half::before{content:"\f242"}.fa-mountain-city::before{content:"\e52e"}.fa-coins::before{content:"\f51e"}.fa-khanda::before{content:"\f66d"}.fa-sliders-h::before,.fa-sliders::before{content:"\f1de"}.fa-folder-tree::before{content:"\f802"}.fa-network-wired::before{content:"\f6ff"}.fa-map-pin::before{content:"\f276"}.fa-hamsa::before{content:"\f665"}.fa-cent-sign::before{content:"\e3f5"}.fa-flask::before{content:"\f0c3"}.fa-person-pregnant::before{content:"\e31e"}.fa-wand-sparkles::before{content:"\f72b"}.fa-ellipsis-v::before,.fa-ellipsis-vertical::before{content:"\f142"}.fa-ticket::before{content:"\f145"}.fa-power-off::before{content:"\f011"}.fa-long-arrow-alt-right::before,.fa-right-long::before{content:"\f30b"}.fa-flag-usa::before{content:"\f74d"}.fa-laptop-file::before{content:"\e51d"}.fa-teletype::before,.fa-tty::before{content:"\f1e4"}.fa-diagram-next::before{content:"\e476"}.fa-person-rifle::before{content:"\e54e"}.fa-house-medical-circle-exclamation::before{content:"\e512"}.fa-closed-captioning::before{content:"\f20a"}.fa-hiking::before,.fa-person-hiking::before{content:"\f6ec"}.fa-venus-double::before{content:"\f226"}.fa-images::before{content:"\f302"}.fa-calculator::before{content:"\f1ec"}.fa-people-pulling::before{content:"\e535"}.fa-n::before{content:"\4e"}.fa-cable-car::before,.fa-tram::before{content:"\f7da"}.fa-cloud-rain::before{content:"\f73d"}.fa-building-circle-xmark::before{content:"\e4d4"}.fa-ship::before{content:"\f21a"}.fa-arrows-down-to-line::before{content:"\e4b8"}.fa-download::before{content:"\f019"}.fa-face-grin::before,.fa-grin::before{content:"\f580"}.fa-backspace::before,.fa-delete-left::before{content:"\f55a"}.fa-eye-dropper-empty::before,.fa-eye-dropper::before,.fa-eyedropper::before{content:"\f1fb"}.fa-file-circle-check::before{content:"\e5a0"}.fa-forward::before{content:"\f04e"}.fa-mobile-android::before,.fa-mobile-phone::before,.fa-mobile::before{content:"\f3ce"}.fa-face-meh::before,.fa-meh::before{content:"\f11a"}.fa-align-center::before{content:"\f037"}.fa-book-dead::before,.fa-book-skull::before{content:"\f6b7"}.fa-drivers-license::before,.fa-id-card::before{content:"\f2c2"}.fa-dedent::before,.fa-outdent::before{content:"\f03b"}.fa-heart-circle-exclamation::before{content:"\e4fe"}.fa-home-alt::before,.fa-home-lg-alt::before,.fa-home::before,.fa-house::before{content:"\f015"}.fa-calendar-week::before{content:"\f784"}.fa-laptop-medical::before{content:"\f812"}.fa-b::before{content:"\42"}.fa-file-medical::before{content:"\f477"}.fa-dice-one::before{content:"\f525"}.fa-kiwi-bird::before{content:"\f535"}.fa-arrow-right-arrow-left::before,.fa-exchange::before{content:"\f0ec"}.fa-redo-alt::before,.fa-rotate-forward::before,.fa-rotate-right::before{content:"\f2f9"}.fa-cutlery::before,.fa-utensils::before{content:"\f2e7"}.fa-arrow-up-wide-short::before,.fa-sort-amount-up::before{content:"\f161"}.fa-mill-sign::before{content:"\e1ed"}.fa-bowl-rice::before{content:"\e2eb"}.fa-skull::before{content:"\f54c"}.fa-broadcast-tower::before,.fa-tower-broadcast::before{content:"\f519"}.fa-truck-pickup::before{content:"\f63c"}.fa-long-arrow-alt-up::before,.fa-up-long::before{content:"\f30c"}.fa-stop::before{content:"\f04d"}.fa-code-merge::before{content:"\f387"}.fa-upload::before{content:"\f093"}.fa-hurricane::before{content:"\f751"}.fa-mound::before{content:"\e52d"}.fa-toilet-portable::before{content:"\e583"}.fa-compact-disc::before{content:"\f51f"}.fa-file-arrow-down::before,.fa-file-download::before{content:"\f56d"}.fa-caravan::before{content:"\f8ff"}.fa-shield-cat::before{content:"\e572"}.fa-bolt::before,.fa-zap::before{content:"\f0e7"}.fa-glass-water::before{content:"\e4f4"}.fa-oil-well::before{content:"\e532"}.fa-vault::before{content:"\e2c5"}.fa-mars::before{content:"\f222"}.fa-toilet::before{content:"\f7d8"}.fa-plane-circle-xmark::before{content:"\e557"}.fa-cny::before,.fa-jpy::before,.fa-rmb::before,.fa-yen-sign::before,.fa-yen::before{content:"\f157"}.fa-rouble::before,.fa-rub::before,.fa-ruble-sign::before,.fa-ruble::before{content:"\f158"}.fa-sun::before{content:"\f185"}.fa-guitar::before{content:"\f7a6"}.fa-face-laugh-wink::before,.fa-laugh-wink::before{content:"\f59c"}.fa-horse-head::before{content:"\f7ab"}.fa-bore-hole::before{content:"\e4c3"}.fa-industry::before{content:"\f275"}.fa-arrow-alt-circle-down::before,.fa-circle-down::before{content:"\f358"}.fa-arrows-turn-to-dots::before{content:"\e4c1"}.fa-florin-sign::before{content:"\e184"}.fa-arrow-down-short-wide::before,.fa-sort-amount-desc::before,.fa-sort-amount-down-alt::before{content:"\f884"}.fa-less-than::before{content:"\3c"}.fa-angle-down::before{content:"\f107"}.fa-car-tunnel::before{content:"\e4de"}.fa-head-side-cough::before{content:"\e061"}.fa-grip-lines::before{content:"\f7a4"}.fa-thumbs-down::before{content:"\f165"}.fa-user-lock::before{content:"\f502"}.fa-arrow-right-long::before,.fa-long-arrow-right::before{content:"\f178"}.fa-anchor-circle-xmark::before{content:"\e4ac"}.fa-ellipsis-h::before,.fa-ellipsis::before{content:"\f141"}.fa-chess-pawn::before{content:"\f443"}.fa-first-aid::before,.fa-kit-medical::before{content:"\f479"}.fa-person-through-window::before{content:"\e5a9"}.fa-toolbox::before{content:"\f552"}.fa-hands-holding-circle::before{content:"\e4fb"}.fa-bug::before{content:"\f188"}.fa-credit-card-alt::before,.fa-credit-card::before{content:"\f09d"}.fa-automobile::before,.fa-car::before{content:"\f1b9"}.fa-hand-holding-hand::before{content:"\e4f7"}.fa-book-open-reader::before,.fa-book-reader::before{content:"\f5da"}.fa-mountain-sun::before{content:"\e52f"}.fa-arrows-left-right-to-line::before{content:"\e4ba"}.fa-dice-d20::before{content:"\f6cf"}.fa-truck-droplet::before{content:"\e58c"}.fa-file-circle-xmark::before{content:"\e5a1"}.fa-temperature-arrow-up::before,.fa-temperature-up::before{content:"\e040"}.fa-medal::before{content:"\f5a2"}.fa-bed::before{content:"\f236"}.fa-h-square::before,.fa-square-h::before{content:"\f0fd"}.fa-podcast::before{content:"\f2ce"}.fa-temperature-4::before,.fa-temperature-full::before,.fa-thermometer-4::before,.fa-thermometer-full::before{content:"\f2c7"}.fa-bell::before{content:"\f0f3"}.fa-superscript::before{content:"\f12b"}.fa-plug-circle-xmark::before{content:"\e560"}.fa-star-of-life::before{content:"\f621"}.fa-phone-slash::before{content:"\f3dd"}.fa-paint-roller::before{content:"\f5aa"}.fa-hands-helping::before,.fa-handshake-angle::before{content:"\f4c4"}.fa-location-dot::before,.fa-map-marker-alt::before{content:"\f3c5"}.fa-file::before{content:"\f15b"}.fa-greater-than::before{content:"\3e"}.fa-person-swimming::before,.fa-swimmer::before{content:"\f5c4"}.fa-arrow-down::before{content:"\f063"}.fa-droplet::before,.fa-tint::before{content:"\f043"}.fa-eraser::before{content:"\f12d"}.fa-earth-america::before,.fa-earth-americas::before,.fa-earth::before,.fa-globe-americas::before{content:"\f57d"}.fa-person-burst::before{content:"\e53b"}.fa-dove::before{content:"\f4ba"}.fa-battery-0::before,.fa-battery-empty::before{content:"\f244"}.fa-socks::before{content:"\f696"}.fa-inbox::before{content:"\f01c"}.fa-section::before{content:"\e447"}.fa-gauge-high::before,.fa-tachometer-alt-fast::before,.fa-tachometer-alt::before{content:"\f625"}.fa-envelope-open-text::before{content:"\f658"}.fa-hospital-alt::before,.fa-hospital-wide::before,.fa-hospital::before{content:"\f0f8"}.fa-wine-bottle::before{content:"\f72f"}.fa-chess-rook::before{content:"\f447"}.fa-bars-staggered::before,.fa-reorder::before,.fa-stream::before{content:"\f550"}.fa-dharmachakra::before{content:"\f655"}.fa-hotdog::before{content:"\f80f"}.fa-blind::before,.fa-person-walking-with-cane::before{content:"\f29d"}.fa-drum::before{content:"\f569"}.fa-ice-cream::before{content:"\f810"}.fa-heart-circle-bolt::before{content:"\e4fc"}.fa-fax::before{content:"\f1ac"}.fa-paragraph::before{content:"\f1dd"}.fa-check-to-slot::before,.fa-vote-yea::before{content:"\f772"}.fa-star-half::before{content:"\f089"}.fa-boxes-alt::before,.fa-boxes-stacked::before,.fa-boxes::before{content:"\f468"}.fa-chain::before,.fa-link::before{content:"\f0c1"}.fa-assistive-listening-systems::before,.fa-ear-listen::before{content:"\f2a2"}.fa-tree-city::before{content:"\e587"}.fa-play::before{content:"\f04b"}.fa-font::before{content:"\f031"}.fa-table-cells-row-lock::before{content:"\e67a"}.fa-rupiah-sign::before{content:"\e23d"}.fa-magnifying-glass::before,.fa-search::before{content:"\f002"}.fa-ping-pong-paddle-ball::before,.fa-table-tennis-paddle-ball::before,.fa-table-tennis::before{content:"\f45d"}.fa-diagnoses::before,.fa-person-dots-from-line::before{content:"\f470"}.fa-trash-can-arrow-up::before,.fa-trash-restore-alt::before{content:"\f82a"}.fa-naira-sign::before{content:"\e1f6"}.fa-cart-arrow-down::before{content:"\f218"}.fa-walkie-talkie::before{content:"\f8ef"}.fa-file-edit::before,.fa-file-pen::before{content:"\f31c"}.fa-receipt::before{content:"\f543"}.fa-pen-square::before,.fa-pencil-square::before,.fa-square-pen::before{content:"\f14b"}.fa-suitcase-rolling::before{content:"\f5c1"}.fa-person-circle-exclamation::before{content:"\e53f"}.fa-chevron-down::before{content:"\f078"}.fa-battery-5::before,.fa-battery-full::before,.fa-battery::before{content:"\f240"}.fa-skull-crossbones::before{content:"\f714"}.fa-code-compare::before{content:"\e13a"}.fa-list-dots::before,.fa-list-ul::before{content:"\f0ca"}.fa-school-lock::before{content:"\e56f"}.fa-tower-cell::before{content:"\e585"}.fa-down-long::before,.fa-long-arrow-alt-down::before{content:"\f309"}.fa-ranking-star::before{content:"\e561"}.fa-chess-king::before{content:"\f43f"}.fa-person-harassing::before{content:"\e549"}.fa-brazilian-real-sign::before{content:"\e46c"}.fa-landmark-alt::before,.fa-landmark-dome::before{content:"\f752"}.fa-arrow-up::before{content:"\f062"}.fa-television::before,.fa-tv-alt::before,.fa-tv::before{content:"\f26c"}.fa-shrimp::before{content:"\e448"}.fa-list-check::before,.fa-tasks::before{content:"\f0ae"}.fa-jug-detergent::before{content:"\e519"}.fa-circle-user::before,.fa-user-circle::before{content:"\f2bd"}.fa-user-shield::before{content:"\f505"}.fa-wind::before{content:"\f72e"}.fa-car-burst::before,.fa-car-crash::before{content:"\f5e1"}.fa-y::before{content:"\59"}.fa-person-snowboarding::before,.fa-snowboarding::before{content:"\f7ce"}.fa-shipping-fast::before,.fa-truck-fast::before{content:"\f48b"}.fa-fish::before{content:"\f578"}.fa-user-graduate::before{content:"\f501"}.fa-adjust::before,.fa-circle-half-stroke::before{content:"\f042"}.fa-clapperboard::before{content:"\e131"}.fa-circle-radiation::before,.fa-radiation-alt::before{content:"\f7ba"}.fa-baseball-ball::before,.fa-baseball::before{content:"\f433"}.fa-jet-fighter-up::before{content:"\e518"}.fa-diagram-project::before,.fa-project-diagram::before{content:"\f542"}.fa-copy::before{content:"\f0c5"}.fa-volume-mute::before,.fa-volume-times::before,.fa-volume-xmark::before{content:"\f6a9"}.fa-hand-sparkles::before{content:"\e05d"}.fa-grip-horizontal::before,.fa-grip::before{content:"\f58d"}.fa-share-from-square::before,.fa-share-square::before{content:"\f14d"}.fa-child-combatant::before,.fa-child-rifle::before{content:"\e4e0"}.fa-gun::before{content:"\e19b"}.fa-phone-square::before,.fa-square-phone::before{content:"\f098"}.fa-add::before,.fa-plus::before{content:"\2b"}.fa-expand::before{content:"\f065"}.fa-computer::before{content:"\e4e5"}.fa-close::before,.fa-multiply::before,.fa-remove::before,.fa-times::before,.fa-xmark::before{content:"\f00d"}.fa-arrows-up-down-left-right::before,.fa-arrows::before{content:"\f047"}.fa-chalkboard-teacher::before,.fa-chalkboard-user::before{content:"\f51c"}.fa-peso-sign::before{content:"\e222"}.fa-building-shield::before{content:"\e4d8"}.fa-baby::before{content:"\f77c"}.fa-users-line::before{content:"\e592"}.fa-quote-left-alt::before,.fa-quote-left::before{content:"\f10d"}.fa-tractor::before{content:"\f722"}.fa-trash-arrow-up::before,.fa-trash-restore::before{content:"\f829"}.fa-arrow-down-up-lock::before{content:"\e4b0"}.fa-lines-leaning::before{content:"\e51e"}.fa-ruler-combined::before{content:"\f546"}.fa-copyright::before{content:"\f1f9"}.fa-equals::before{content:"\3d"}.fa-blender::before{content:"\f517"}.fa-teeth::before{content:"\f62e"}.fa-ils::before,.fa-shekel-sign::before,.fa-shekel::before,.fa-sheqel-sign::before,.fa-sheqel::before{content:"\f20b"}.fa-map::before{content:"\f279"}.fa-rocket::before{content:"\f135"}.fa-photo-film::before,.fa-photo-video::before{content:"\f87c"}.fa-folder-minus::before{content:"\f65d"}.fa-store::before{content:"\f54e"}.fa-arrow-trend-up::before{content:"\e098"}.fa-plug-circle-minus::before{content:"\e55e"}.fa-sign-hanging::before,.fa-sign::before{content:"\f4d9"}.fa-bezier-curve::before{content:"\f55b"}.fa-bell-slash::before{content:"\f1f6"}.fa-tablet-android::before,.fa-tablet::before{content:"\f3fb"}.fa-school-flag::before{content:"\e56e"}.fa-fill::before{content:"\f575"}.fa-angle-up::before{content:"\f106"}.fa-drumstick-bite::before{content:"\f6d7"}.fa-holly-berry::before{content:"\f7aa"}.fa-chevron-left::before{content:"\f053"}.fa-bacteria::before{content:"\e059"}.fa-hand-lizard::before{content:"\f258"}.fa-notdef::before{content:"\e1fe"}.fa-disease::before{content:"\f7fa"}.fa-briefcase-medical::before{content:"\f469"}.fa-genderless::before{content:"\f22d"}.fa-chevron-right::before{content:"\f054"}.fa-retweet::before{content:"\f079"}.fa-car-alt::before,.fa-car-rear::before{content:"\f5de"}.fa-pump-soap::before{content:"\e06b"}.fa-video-slash::before{content:"\f4e2"}.fa-battery-2::before,.fa-battery-quarter::before{content:"\f243"}.fa-radio::before{content:"\f8d7"}.fa-baby-carriage::before,.fa-carriage-baby::before{content:"\f77d"}.fa-traffic-light::before{content:"\f637"}.fa-thermometer::before{content:"\f491"}.fa-vr-cardboard::before{content:"\f729"}.fa-hand-middle-finger::before{content:"\f806"}.fa-percent::before,.fa-percentage::before{content:"\25"}.fa-truck-moving::before{content:"\f4df"}.fa-glass-water-droplet::before{content:"\e4f5"}.fa-display::before{content:"\e163"}.fa-face-smile::before,.fa-smile::before{content:"\f118"}.fa-thumb-tack::before,.fa-thumbtack::before{content:"\f08d"}.fa-trophy::before{content:"\f091"}.fa-person-praying::before,.fa-pray::before{content:"\f683"}.fa-hammer::before{content:"\f6e3"}.fa-hand-peace::before{content:"\f25b"}.fa-rotate::before,.fa-sync-alt::before{content:"\f2f1"}.fa-spinner::before{content:"\f110"}.fa-robot::before{content:"\f544"}.fa-peace::before{content:"\f67c"}.fa-cogs::before,.fa-gears::before{content:"\f085"}.fa-warehouse::before{content:"\f494"}.fa-arrow-up-right-dots::before{content:"\e4b7"}.fa-splotch::before{content:"\f5bc"}.fa-face-grin-hearts::before,.fa-grin-hearts::before{content:"\f584"}.fa-dice-four::before{content:"\f524"}.fa-sim-card::before{content:"\f7c4"}.fa-transgender-alt::before,.fa-transgender::before{content:"\f225"}.fa-mercury::before{content:"\f223"}.fa-arrow-turn-down::before,.fa-level-down::before{content:"\f149"}.fa-person-falling-burst::before{content:"\e547"}.fa-award::before{content:"\f559"}.fa-ticket-alt::before,.fa-ticket-simple::before{content:"\f3ff"}.fa-building::before{content:"\f1ad"}.fa-angle-double-left::before,.fa-angles-left::before{content:"\f100"}.fa-qrcode::before{content:"\f029"}.fa-clock-rotate-left::before,.fa-history::before{content:"\f1da"}.fa-face-grin-beam-sweat::before,.fa-grin-beam-sweat::before{content:"\f583"}.fa-arrow-right-from-file::before,.fa-file-export::before{content:"\f56e"}.fa-shield-blank::before,.fa-shield::before{content:"\f132"}.fa-arrow-up-short-wide::before,.fa-sort-amount-up-alt::before{content:"\f885"}.fa-house-medical::before{content:"\e3b2"}.fa-golf-ball-tee::before,.fa-golf-ball::before{content:"\f450"}.fa-chevron-circle-left::before,.fa-circle-chevron-left::before{content:"\f137"}.fa-house-chimney-window::before{content:"\e00d"}.fa-pen-nib::before{content:"\f5ad"}.fa-tent-arrow-turn-left::before{content:"\e580"}.fa-tents::before{content:"\e582"}.fa-magic::before,.fa-wand-magic::before{content:"\f0d0"}.fa-dog::before{content:"\f6d3"}.fa-carrot::before{content:"\f787"}.fa-moon::before{content:"\f186"}.fa-wine-glass-alt::before,.fa-wine-glass-empty::before{content:"\f5ce"}.fa-cheese::before{content:"\f7ef"}.fa-yin-yang::before{content:"\f6ad"}.fa-music::before{content:"\f001"}.fa-code-commit::before{content:"\f386"}.fa-temperature-low::before{content:"\f76b"}.fa-biking::before,.fa-person-biking::before{content:"\f84a"}.fa-broom::before{content:"\f51a"}.fa-shield-heart::before{content:"\e574"}.fa-gopuram::before{content:"\f664"}.fa-earth-oceania::before,.fa-globe-oceania::before{content:"\e47b"}.fa-square-xmark::before,.fa-times-square::before,.fa-xmark-square::before{content:"\f2d3"}.fa-hashtag::before{content:"\23"}.fa-expand-alt::before,.fa-up-right-and-down-left-from-center::before{content:"\f424"}.fa-oil-can::before{content:"\f613"}.fa-t::before{content:"\54"}.fa-hippo::before{content:"\f6ed"}.fa-chart-column::before{content:"\e0e3"}.fa-infinity::before{content:"\f534"}.fa-vial-circle-check::before{content:"\e596"}.fa-person-arrow-down-to-line::before{content:"\e538"}.fa-voicemail::before{content:"\f897"}.fa-fan::before{content:"\f863"}.fa-person-walking-luggage::before{content:"\e554"}.fa-arrows-alt-v::before,.fa-up-down::before{content:"\f338"}.fa-cloud-moon-rain::before{content:"\f73c"}.fa-calendar::before{content:"\f133"}.fa-trailer::before{content:"\e041"}.fa-bahai::before,.fa-haykal::before{content:"\f666"}.fa-sd-card::before{content:"\f7c2"}.fa-dragon::before{content:"\f6d5"}.fa-shoe-prints::before{content:"\f54b"}.fa-circle-plus::before,.fa-plus-circle::before{content:"\f055"}.fa-face-grin-tongue-wink::before,.fa-grin-tongue-wink::before{content:"\f58b"}.fa-hand-holding::before{content:"\f4bd"}.fa-plug-circle-exclamation::before{content:"\e55d"}.fa-chain-broken::before,.fa-chain-slash::before,.fa-link-slash::before,.fa-unlink::before{content:"\f127"}.fa-clone::before{content:"\f24d"}.fa-person-walking-arrow-loop-left::before{content:"\e551"}.fa-arrow-up-z-a::before,.fa-sort-alpha-up-alt::before{content:"\f882"}.fa-fire-alt::before,.fa-fire-flame-curved::before{content:"\f7e4"}.fa-tornado::before{content:"\f76f"}.fa-file-circle-plus::before{content:"\e494"}.fa-book-quran::before,.fa-quran::before{content:"\f687"}.fa-anchor::before{content:"\f13d"}.fa-border-all::before{content:"\f84c"}.fa-angry::before,.fa-face-angry::before{content:"\f556"}.fa-cookie-bite::before{content:"\f564"}.fa-arrow-trend-down::before{content:"\e097"}.fa-feed::before,.fa-rss::before{content:"\f09e"}.fa-draw-polygon::before{content:"\f5ee"}.fa-balance-scale::before,.fa-scale-balanced::before{content:"\f24e"}.fa-gauge-simple-high::before,.fa-tachometer-fast::before,.fa-tachometer::before{content:"\f62a"}.fa-shower::before{content:"\f2cc"}.fa-desktop-alt::before,.fa-desktop::before{content:"\f390"}.fa-m::before{content:"\4d"}.fa-table-list::before,.fa-th-list::before{content:"\f00b"}.fa-comment-sms::before,.fa-sms::before{content:"\f7cd"}.fa-book::before{content:"\f02d"}.fa-user-plus::before{content:"\f234"}.fa-check::before{content:"\f00c"}.fa-battery-4::before,.fa-battery-three-quarters::before{content:"\f241"}.fa-house-circle-check::before{content:"\e509"}.fa-angle-left::before{content:"\f104"}.fa-diagram-successor::before{content:"\e47a"}.fa-truck-arrow-right::before{content:"\e58b"}.fa-arrows-split-up-and-left::before{content:"\e4bc"}.fa-fist-raised::before,.fa-hand-fist::before{content:"\f6de"}.fa-cloud-moon::before{content:"\f6c3"}.fa-briefcase::before{content:"\f0b1"}.fa-person-falling::before{content:"\e546"}.fa-image-portrait::before,.fa-portrait::before{content:"\f3e0"}.fa-user-tag::before{content:"\f507"}.fa-rug::before{content:"\e569"}.fa-earth-europe::before,.fa-globe-europe::before{content:"\f7a2"}.fa-cart-flatbed-suitcase::before,.fa-luggage-cart::before{content:"\f59d"}.fa-rectangle-times::before,.fa-rectangle-xmark::before,.fa-times-rectangle::before,.fa-window-close::before{content:"\f410"}.fa-baht-sign::before{content:"\e0ac"}.fa-book-open::before{content:"\f518"}.fa-book-journal-whills::before,.fa-journal-whills::before{content:"\f66a"}.fa-handcuffs::before{content:"\e4f8"}.fa-exclamation-triangle::before,.fa-triangle-exclamation::before,.fa-warning::before{content:"\f071"}.fa-database::before{content:"\f1c0"}.fa-mail-forward::before,.fa-share::before{content:"\f064"}.fa-bottle-droplet::before{content:"\e4c4"}.fa-mask-face::before{content:"\e1d7"}.fa-hill-rockslide::before{content:"\e508"}.fa-exchange-alt::before,.fa-right-left::before{content:"\f362"}.fa-paper-plane::before{content:"\f1d8"}.fa-road-circle-exclamation::before{content:"\e565"}.fa-dungeon::before{content:"\f6d9"}.fa-align-right::before{content:"\f038"}.fa-money-bill-1-wave::before,.fa-money-bill-wave-alt::before{content:"\f53b"}.fa-life-ring::before{content:"\f1cd"}.fa-hands::before,.fa-sign-language::before,.fa-signing::before{content:"\f2a7"}.fa-calendar-day::before{content:"\f783"}.fa-ladder-water::before,.fa-swimming-pool::before,.fa-water-ladder::before{content:"\f5c5"}.fa-arrows-up-down::before,.fa-arrows-v::before{content:"\f07d"}.fa-face-grimace::before,.fa-grimace::before{content:"\f57f"}.fa-wheelchair-alt::before,.fa-wheelchair-move::before{content:"\e2ce"}.fa-level-down-alt::before,.fa-turn-down::before{content:"\f3be"}.fa-person-walking-arrow-right::before{content:"\e552"}.fa-envelope-square::before,.fa-square-envelope::before{content:"\f199"}.fa-dice::before{content:"\f522"}.fa-bowling-ball::before{content:"\f436"}.fa-brain::before{content:"\f5dc"}.fa-band-aid::before,.fa-bandage::before{content:"\f462"}.fa-calendar-minus::before{content:"\f272"}.fa-circle-xmark::before,.fa-times-circle::before,.fa-xmark-circle::before{content:"\f057"}.fa-gifts::before{content:"\f79c"}.fa-hotel::before{content:"\f594"}.fa-earth-asia::before,.fa-globe-asia::before{content:"\f57e"}.fa-id-card-alt::before,.fa-id-card-clip::before{content:"\f47f"}.fa-magnifying-glass-plus::before,.fa-search-plus::before{content:"\f00e"}.fa-thumbs-up::before{content:"\f164"}.fa-user-clock::before{content:"\f4fd"}.fa-allergies::before,.fa-hand-dots::before{content:"\f461"}.fa-file-invoice::before{content:"\f570"}.fa-window-minimize::before{content:"\f2d1"}.fa-coffee::before,.fa-mug-saucer::before{content:"\f0f4"}.fa-brush::before{content:"\f55d"}.fa-mask::before{content:"\f6fa"}.fa-magnifying-glass-minus::before,.fa-search-minus::before{content:"\f010"}.fa-ruler-vertical::before{content:"\f548"}.fa-user-alt::before,.fa-user-large::before{content:"\f406"}.fa-train-tram::before{content:"\e5b4"}.fa-user-nurse::before{content:"\f82f"}.fa-syringe::before{content:"\f48e"}.fa-cloud-sun::before{content:"\f6c4"}.fa-stopwatch-20::before{content:"\e06f"}.fa-square-full::before{content:"\f45c"}.fa-magnet::before{content:"\f076"}.fa-jar::before{content:"\e516"}.fa-note-sticky::before,.fa-sticky-note::before{content:"\f249"}.fa-bug-slash::before{content:"\e490"}.fa-arrow-up-from-water-pump::before{content:"\e4b6"}.fa-bone::before{content:"\f5d7"}.fa-table-cells-row-unlock::before{content:"\e691"}.fa-user-injured::before{content:"\f728"}.fa-face-sad-tear::before,.fa-sad-tear::before{content:"\f5b4"}.fa-plane::before{content:"\f072"}.fa-tent-arrows-down::before{content:"\e581"}.fa-exclamation::before{content:"\21"}.fa-arrows-spin::before{content:"\e4bb"}.fa-print::before{content:"\f02f"}.fa-try::before,.fa-turkish-lira-sign::before,.fa-turkish-lira::before{content:"\e2bb"}.fa-dollar-sign::before,.fa-dollar::before,.fa-usd::before{content:"\24"}.fa-x::before{content:"\58"}.fa-magnifying-glass-dollar::before,.fa-search-dollar::before{content:"\f688"}.fa-users-cog::before,.fa-users-gear::before{content:"\f509"}.fa-person-military-pointing::before{content:"\e54a"}.fa-bank::before,.fa-building-columns::before,.fa-institution::before,.fa-museum::before,.fa-university::before{content:"\f19c"}.fa-umbrella::before{content:"\f0e9"}.fa-trowel::before{content:"\e589"}.fa-d::before{content:"\44"}.fa-stapler::before{content:"\e5af"}.fa-masks-theater::before,.fa-theater-masks::before{content:"\f630"}.fa-kip-sign::before{content:"\e1c4"}.fa-hand-point-left::before{content:"\f0a5"}.fa-handshake-alt::before,.fa-handshake-simple::before{content:"\f4c6"}.fa-fighter-jet::before,.fa-jet-fighter::before{content:"\f0fb"}.fa-share-alt-square::before,.fa-square-share-nodes::before{content:"\f1e1"}.fa-barcode::before{content:"\f02a"}.fa-plus-minus::before{content:"\e43c"}.fa-video-camera::before,.fa-video::before{content:"\f03d"}.fa-graduation-cap::before,.fa-mortar-board::before{content:"\f19d"}.fa-hand-holding-medical::before{content:"\e05c"}.fa-person-circle-check::before{content:"\e53e"}.fa-level-up-alt::before,.fa-turn-up::before{content:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:'Font Awesome 6 Brands';--fa-font-brands:normal 400 1em/1 'Font Awesome 6 Brands';--fa-style-family-classic:'Font Awesome 6 Free';--fa-font-regular:normal 400 1em/1 'Font Awesome 6 Free';--fa-style-family-classic:'Font Awesome 6 Free';--fa-font-solid:normal 900 1em/1 'Font Awesome 6 Free'}@font-face{font-display:swap;font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:400;font-display:block;src:url(/components/com_sppagebuilder/assets/webfonts/fa-brands-400-6.woff2) format("woff2"),url(/components/com_sppagebuilder/assets/webfonts/fa-brands-400-6.ttf) format("truetype")}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-jxl:before{content:"\e67b"}.fa-dart-lang:before{content:"\e693"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before,.fa-square-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-web-awesome:before{content:"\e682"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-square-web-awesome-stroke:before{content:"\e684"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-flutter:before{content:"\e694"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-square-upwork:before{content:"\e67c"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-square-web-awesome:before{content:"\e683"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-bluesky:before{content:"\e671"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}@font-face{font-display:swap;font-family:'Font Awesome 6 Free';font-style:normal;font-weight:400;font-display:block;src:url(/components/com_sppagebuilder/assets/webfonts/fa-regular-400-6.woff2) format("woff2"),url(/components/com_sppagebuilder/assets/webfonts/fa-regular-400-6.ttf) format("truetype")}@font-face{font-display:swap;font-family:'Font Awesome 6 Free';font-style:normal;font-weight:900;font-display:block;src:url(/components/com_sppagebuilder/assets/webfonts/fa-solid-900-6.woff2) format("woff2"),url(/components/com_sppagebuilder/assets/webfonts/fa-solid-900-6.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-display:swap;font-family:'Font Awesome 5 Brands';font-display:block;font-weight:400;src:url(/components/com_sppagebuilder/assets/webfonts/fa-brands-400-6.woff2) format("woff2"),url(/components/com_sppagebuilder/assets/webfonts/fa-brands-400-6.ttf) format("truetype")}@font-face{font-display:swap;font-family:'Font Awesome 5 Free';font-display:block;font-weight:900;src:url(/components/com_sppagebuilder/assets/webfonts/fa-solid-900-6.woff2) format("woff2"),url(/components/com_sppagebuilder/assets/webfonts/fa-solid-900-6.ttf) format("truetype")}@font-face{font-display:swap;font-family:'Font Awesome 5 Free';font-display:block;font-weight:400;src:url(/components/com_sppagebuilder/assets/webfonts/fa-regular-400-6.woff2) format("woff2"),url(/components/com_sppagebuilder/assets/webfonts/fa-regular-400-6.ttf) format("truetype")}@font-face{font-display:swap;font-family:FontAwesome;font-display:block;src:url(/components/com_sppagebuilder/assets/webfonts/fa-solid-900-6.woff2) format("woff2"),url(/components/com_sppagebuilder/assets/webfonts/fa-solid-900-6.ttf) format("truetype")}@font-face{font-display:swap;font-family:FontAwesome;font-display:block;src:url(/components/com_sppagebuilder/assets/webfonts/fa-brands-400-6.woff2) format("woff2"),url(/components/com_sppagebuilder/assets/webfonts/fa-brands-400-6.ttf) format("truetype")}@font-face{font-display:swap;font-family:FontAwesome;font-display:block;src:url(/components/com_sppagebuilder/assets/webfonts/fa-regular-400-6.woff2) format("woff2"),url(/components/com_sppagebuilder/assets/webfonts/fa-regular-400-6.ttf) format("truetype");unicode-range:U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC}@font-face{font-display:swap;font-family:FontAwesome;font-display:block;src:url(/components/com_sppagebuilder/assets/webfonts/fa-v4compatibility.woff2) format("woff2"),url(/components/com_sppagebuilder/assets/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A}
.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}
#sp-page-builder{position:relative}#sp-page-builder .sp-pagebuilder-page-edit{position:absolute;font-size:13px;line-height:1;top:15px;right:15px;color:#fff;display:block;margin:0;padding:8px 10px;text-decoration:none;font-style:normal;background:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.2);border-radius:3px;-webkit-transition:background-color .3s,color .3s,border-color .3s;transition:background-color .3s,color .3s,border-color .3s;z-index:9995}#sp-page-builder .sp-pagebuilder-page-edit:active,#sp-page-builder .sp-pagebuilder-page-edit:focus,#sp-page-builder .sp-pagebuilder-page-edit:hover{color:#000;background:#fff;border-color:rgba(0,0,0,.2)}#sp-page-builder .page-content .sppb-section,#sp-page-builder .sppb-section,.mod-sppagebuilder .sppb-section{z-index:1;position:relative}#sp-page-builder .page-content .sppb-section,#sp-page-builder .sppb-section{will-change:top}#sp-page-builder .page-content .sppb-section:not(div.sppb-section):first-child{margin-top:0}#sp-page-builder .sppb-section-title{margin-bottom:50px;position:relative;z-index:1}#sp-page-builder .sppb-section-title .sppb-title-heading{margin-top:0;margin-bottom:15px;border:0}#sp-page-builder .sppb-section-title .sppb-title-subheading{font-size:16px;margin-top:0;margin-bottom:0}#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading{display:inline-block;max-width:80%}#sp-page-builder .sppb-row-fluid-padding-horizontal{padding-left:20px;padding-right:20px}.sp-pagebuilder-popup .sppb-row-fluid-padding-horizontal{padding-left:0!important;padding-right:0!important}.sppb-section-background-video{position:absolute;left:0;top:0;height:100%;width:100%;overflow:hidden;z-index:-1}.sppb-section-background-video::before{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background:0 0;z-index:1}.sppb-section-background-video video{object-fit:cover;position:absolute;left:0;top:0;height:100%;width:100%}@supports (-ms-ime-align:auto){.sppb-section-background-video video{height:auto;margin:auto;top:50%;left:50%;transform:translate(-50%,-50%)}}.sppb-youtube-video-bg.display-none{display:none}.com-sppagebuilder.view-form.layout-edit.off-canvas-menu-init{position:inherit}.sppb-addon-cta .sppb-cta-title{margin-top:0;font-size:36px;line-height:36px;margin-bottom:15px;border:0}.sppb-addon-cta .sppb-cta-subtitle{font-size:24px;line-height:24px;margin-top:0;margin-bottom:0}.sppb-addon-cta .sppb-cta-text{margin-top:15px;margin-bottom:0}@media screen and (min-width:768px){.sppb-addon-cta .sppb-row{display:table;height:100%;width:100%}.sppb-addon-cta .sppb-row>div{display:table-cell;vertical-align:middle;float:none}}@media all and (forced-colors:active){.sppb-carousel-inner>.sppb-item>a>img,.sppb-carousel-inner>.sppb-item>img,.sppb-img-responsive{width:100%}.sppb-testimonial-pro .sppb-img-responsive.sppb-avatar{width:auto!important}}.sppb-addon-facebook-likebox *{max-width:100%!important}.sppb-gallery{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap}.sppb-gallery.gallery-item-left{justify-content:flex-start}.sppb-gallery.gallery-item-center{justify-content:center}.sppb-gallery.gallery-item-right{justify-content:flex-end}.sppb-gallery li{display:inline-block;float:left;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sppb-gallery li a{display:block}.sppb-addon-persion .sppb-person-image,.sppb-addon-person .sppb-person-image{margin-bottom:20px;position:relative;overflow:hidden}.sppb-addon-person .sppb-person-image.person-layout-4{margin-bottom:0}.sppb-addon-persion .sppb-person-introtext,.sppb-addon-persion .sppb-person-social-icons,.sppb-addon-person .sppb-person-introtext,.sppb-addon-person .sppb-person-social-icons{margin-top:10px}.sppb-addon-persion .sppb-person-information>span,.sppb-addon-person .sppb-person-information>span{display:block}.sppb-addon-persion .sppb-person-information>span.sppb-person-name,.sppb-addon-person .sppb-person-information>a>span.sppb-person-name,.sppb-addon-person .sppb-person-information>span.sppb-person-name{font-size:16px;font-weight:700}.sppb-addon-persion .sppb-person-information>a.sppb-person-email,.sppb-addon-persion .sppb-person-information>span.sppb-person-designation,.sppb-addon-person .sppb-person-information>a.sppb-person-email,.sppb-addon-person .sppb-person-information>span.sppb-person-designation{margin-top:5px;display:block;font-size:14px;font-weight:500;color:rgba(0,0,0,.4)}.sppb-addon-persion .sppb-person-social,.sppb-addon-person .sppb-person-social{list-style:none;display:block;padding:0;margin:0 -5px}.sppb-addon-persion .sppb-person-social>li,.sppb-addon-person .sppb-person-social>li{display:inline-block;margin:0 5px}.sppb-addon-persion .sppb-person-social>li>a,.sppb-addon-person .sppb-person-social>li>a{display:block;font-size:14px;line-height:14px;color:#999}.sppb-addon-persion .sppb-person-social>li>a:hover,.sppb-addon-person .sppb-person-social>li>a:hover{color:#666}.person-content-show-on-hover{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;opacity:0;visibility:hidden;transition:.4s}.sppb-addon-person:hover .person-content-show-on-hover{opacity:1;visibility:visible}.person-content-hover-content-wrap{padding:30px;width:100%}.person-content-position-bottom-left .sppb-person-image{margin-bottom:0}.person-content-position-bottom-left .person-content-show-on-hover,.person-content-position-half-overlay .person-content-show-on-hover{justify-content:flex-start;align-items:flex-end}.person-content-position-half-overlay .person-content-show-on-hover{height:auto;top:auto;bottom:0}.person-content-position-half-overlay .sppb-person-image>img{transition:.4s}.person-content-position-half-overlay:hover .sppb-person-image>img{opacity:.8}.person-content-position-full-overlay .sppb-person-designation,.person-content-position-full-overlay .sppb-person-name,.person-content-position-full-overlay .sppb-person-social>li>a,.person-content-position-half-overlay .sppb-person-designation,.person-content-position-half-overlay .sppb-person-name,.person-content-position-half-overlay .sppb-person-social>li>a{color:#fff}.person-content-position-full-overlay .person-content-show-on-hover{justify-content:center;align-items:center;text-align:center}.person-content-position-full-overlay .person-content-hover-content-wrap{padding:30px;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%;position:relative}.person-content-position-full-overlay .sppb-person-social-icons{bottom:30px;left:0;position:absolute;right:0;top:auto}.person-content-hover-content-wrap>span{display:block}.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title{margin-top:0;padding:0;font-size:18px;margin:0 0 20px}.sppb-pricing-box .sppb-pricing-header>span.sppb-pricing-price{font-size:24px;line-height:24px}.sppb-pricing-box .sppb-pricing-header>span.sppb-pricing-duration{font-size:16px;line-height:16px}.sppb-pricing-box .sppb-pricing-features,.sppb-pricing-box .sppb-pricing-price-container{margin:0 0 20px}.sppb-pricing-box .sppb-pricing-features>ul{list-style:none;padding:0;margin:0}.sppb-pricing-box .sppb-pricing-features>ul>li{display:block;padding:0}.sppb-pricing-box .sppb-pricing-features>ul>li:last-child{margin-bottom:0!important}.sppb-pricing-box .sppb-pricing-features>ul>li .fa-check{color:#03e16d}.sppb-pricing-box .sppb-pricing-features>ul>li .fa-times{color:#d0021b}.sppb-pricing-box .sppb-pricing-header>span.sppb-pricing-price{font-size:24px;line-height:1}.sppb-pricing-box .sppb-pricing-header>span.sppb-pricing-duration{font-size:16px;line-height:1}.sppb-pricing-box .sppb-pricing-header span.sppb-pricing-price-symbol{line-height:1.3;vertical-align:super}.sppb-pricing-box .sppb-pricing-price.after{margin-bottom:30px;display:block}.sppb-pricing-box .sppb-pricing-header>span.sppb-pricing-price{font-size:24px;line-height:1}.sppb-pricing-box .sppb-pricing-header>span.sppb-pricing-duration{font-size:16px;line-height:1}.sppb-pricing-box .sppb-pricing-header span.sppb-pricing-price-symbol{line-height:1.3;vertical-align:super}.sppb-addon-animated-number .sppb-addon-content{display:inline-block}.sppb-addon-animated-number .sppb-animated-number{font-variant-numeric:tabular-nums}.sppb-addon-animated-number.sppb-hasbg .sppb-addon-content{padding:20px}.animated-number-position-bottom .sppb-addon-content,.animated-number-position-left .sppb-addon-content,.animated-number-position-right .sppb-addon-content{display:flex}.animated-number-position-right .sppb-addon-content{flex-direction:row-reverse}.animated-number-position-bottom .sppb-addon-content{flex-direction:column-reverse}.sppb-text-center.animated-number-position-bottom .sppb-addon-content,.sppb-text-center.animated-number-position-left .sppb-addon-content,.sppb-text-center.animated-number-position-right .sppb-addon-content{justify-content:center}.sppb-text-left.animated-number-position-bottom .sppb-addon-content,.sppb-text-left.animated-number-position-left .sppb-addon-content{justify-content:flex-start}.sppb-text-right.animated-number-position-bottom .sppb-addon-content,.sppb-text-right.animated-number-position-left .sppb-addon-content{justify-content:flex-end}.sppb-text-left.animated-number-position-right .sppb-addon-content{justify-content:flex-end}.sppb-text-right.animated-number-position-right .sppb-addon-content{justify-content:flex-start}.sppb-pie-chart{position:relative;display:inline-block}.sppb-pie-chart canvas{position:absolute;top:0;left:0}.sppb-pie-chart .sppb-chart-percent{font-size:24px}.sppb-pie-chart .sppb-chart-icon,.sppb-pie-chart .sppb-chart-percent{width:100%;height:100%;display:table}.sppb-pie-chart .sppb-chart-icon span,.sppb-pie-chart .sppb-chart-percent span{display:table-cell;vertical-align:middle}.sppb-addon-single-image::after,.sppb-addon-single-image::before{content:"";display:table}.sppb-addon-single-image-container{display:inline-block;position:relative;transition:all .4s ease}.sppb-addon-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s;z-index:1}.sppb-addon-single-image-container:hover .sppb-addon-image-overlay{opacity:1}.sppb-addon-image-overlay-icon{position:absolute;color:#fff;text-decoration:none;display:none;width:36px;font-size:28px;height:36px;line-height:32px;text-align:center;top:50%;left:50%;margin-left:-18px;margin-top:-18px;background:rgba(0,0,0,.8);border-radius:40px;-webkit-transition:background-color .3s;transition:background-color .3s;z-index:2}.sppb-addon-image-overlay-icon:active,.sppb-addon-image-overlay-icon:focus,.sppb-addon-image-overlay-icon:hover{text-decoration:none;color:#fff;background:#000;outline:0}.sppb-addon-single-image-container:hover .sppb-addon-image-overlay-icon{display:block;-webkit-animation:zoomIn .2s;animation:zoomIn .2s}.sppb-addon-image-content{position:relative}.sppb-addon-image-content .sppb-image-holder{position:absolute;top:0;width:50%;height:100%;background-position:50%;background-size:cover}.sppb-addon-image-content.aligment-left .sppb-image-holder{left:0}html[dir=rtl] .sppb-addon-image-content.aligment-left .sppb-image-holder{left:auto;right:0}.sppb-addon-image-content.aligment-left .sppb-content-holder{padding:120px 0 120px 50px}.sppb-addon-image-content.aligment-right .sppb-image-holder{right:0}html[dir=rtl] .sppb-addon-image-content.aligment-right .sppb-image-holder{left:0;right:auto}.sppb-addon-image-content.aligment-right .sppb-content-holder{padding:120px 50px 120px 0}@media (max-width:768px){.sppb-addon-image-content .sppb-image-holder{width:50%!important}}@media (max-width:767px){.sppb-addon-image-content .sppb-image-holder{position:inherit;width:100%!important;height:300px}}.sppb-addon-image-shape-circle{-webkit-clip-path:circle();clip-path:circle()}.sppb-addon-image-shape-quarter-slice{border-radius:0 100% 0 0}.sppb-addon-image-shape-half-circle{border-radius:50%/100% 100% 0 0}.sppb-addon-image-shape-bevel{-webkit-clip-path:polygon(20% 0,80% 0,100% 20%,100% 80%,80% 100%,20% 100%,0 80%,0 20%);clip-path:polygon(20% 0,80% 0,100% 20%,100% 80%,80% 100%,20% 100%,0 80%,0 20%)}.sppb-addon-image-shape-star{-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.sppb-addon-image-shape-pentagon{-webkit-clip-path:polygon(50% 0,100% 38%,82% 100%,18% 100%,0 38%);clip-path:polygon(50% 0,100% 38%,82% 100%,18% 100%,0 38%)}.sppb-addon-image-shape-right-point{-webkit-clip-path:polygon(0 0,75% 0,100% 50%,75% 100%,0 100%);clip-path:polygon(0 0,75% 0,100% 50%,75% 100%,0 100%)}.sppb-addon-image-shape-triangle{-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%)}.sppb-addon-image-shape-trapezoid{-webkit-clip-path:polygon(20% 0,80% 0,100% 100%,0 100%);clip-path:polygon(20% 0,80% 0,100% 100%,0 100%)}.sppb-addon-image-shape-right-chevron{-webkit-clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0)}.sppb-addon-image-shape-right-arrow{-webkit-clip-path:polygon(0 20%,60% 20%,60% 0,100% 50%,60% 100%,60% 80%,0 80%);clip-path:polygon(0 20%,60% 20%,60% 0,100% 50%,60% 100%,60% 80%,0 80%)}.sppb-addon-image-shape-rabbet{-webkit-clip-path:polygon(0 15%,15% 15%,15% 0,85% 0,85% 15%,100% 15%,100% 85%,85% 85%,85% 100%,15% 100%,15% 85%,0 85%);clip-path:polygon(0 15%,15% 15%,15% 0,85% 0,85% 15%,100% 15%,100% 85%,85% 85%,85% 100%,15% 100%,15% 85%,0 85%)}.sppb-addon-articles{margin-bottom:-30px}.sppb-addon-articles .sppb-addon-article{margin-bottom:30px}.sppb-addon-articles .sppb-addon-article-layout-editorial-content,.sppb-addon-articles .sppb-addon-article-layout-magazine-content,.sppb-addon-articles .sppb-addon-article-layout-masonry-content,.sppb-addon-articles .sppb-addon-article-layout-side-content{height:100%}.sppb-addon-articles .sppb-addon-article-layout-editorial-content .sppb-article-info-wrap,.sppb-addon-articles .sppb-addon-article-layout-magazine-content .sppb-article-info-wrap,.sppb-addon-articles .sppb-addon-article-layout-masonry-content .sppb-article-info-wrap,.sppb-addon-articles .sppb-addon-article-layout-side-content .sppb-article-info-wrap{padding:15px}.sppb-addon-articles .sppb-addon-article-layout-editorial-content,.sppb-addon-articles .sppb-addon-article-layout-magazine-content,.sppb-addon-articles .sppb-addon-article-layout-masonry-content,.sppb-addon-articles .sppb-addon-article-layout-side-content{margin-bottom:0}.sppb-addon-articles .sppb-addon-article-layout-masonry-wrapper{display:inline-block}.sppb-addon-articles .sppb-addon-article-layout-side-content{display:grid;grid-template-columns:repeat(2,1fr);column-gap:15px}.sppb-addon-articles .sppb-addon-article-layout-editorial-content img,.sppb-addon-articles .sppb-addon-article-layout-magazine-content img,.sppb-addon-articles .sppb-addon-article-layout-masonry-content img,.sppb-addon-articles .sppb-addon-article-layout-side-content img{width:100%;height:250px;object-fit:cover}.sppb-addon-articles .sppb-addon-article-layout-masonry-content img{height:auto}.sppb-addon-articles .sppb-addon-article-layout-editorial-content .embed-responsive,.sppb-addon-articles .sppb-addon-article-layout-magazine-content .embed-responsive,.sppb-addon-articles .sppb-addon-article-layout-masonry-content .embed-responsive,.sppb-addon-articles .sppb-addon-article-layout-side-content .embed-responsive{width:100%;height:250px!important;object-fit:cover}@media (max-width:768px){.sppb-addon-articles .sppb-addon-article-layout-side-content{grid-template-columns:repeat(1,1fr)}}.sppb-addon-articles .sppb-addon-article-layout-side-content .sppb-article-info-wrap{min-width:50%}.sppb-addon-articles .sppb-addon-article-layout-magazine-content{position:relative;margin-bottom:0}.sppb-addon-articles .sppb-addon-article-layout-magazine-content .sppb-article-info-wrap{display:none}.sppb-addon-articles .sppb-addon-article-layout-magazine-content:hover .sppb-article-info-wrap{display:block;position:absolute;top:0;background:rgba(0,0,0,.3);width:100%;height:100%;padding:15px}.sppb-addon-articles .sppb-carousel .sppb-carousel-inner>.sppb-item{padding:0}.sppb-addon-articles .sppb-carousel .sppb-carousel-control{position:absolute;top:50%;border:1px solid #fff;color:#fff;border-radius:100px;width:36px;height:36px;line-height:34px;font-size:18px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.4s;transition:.4s;opacity:0;text-align:center}.sppb-addon-articles .sppb-carousel .sppb-carousel-control.left{left:10px}.sppb-addon-articles .sppb-carousel .sppb-carousel-control.right{right:10px}.sppb-addon-articles .sppb-carousel .sppb-carousel-control:hover{background-color:#333;border-color:#333}.sppb-addon-articles:hover .sppb-carousel-control{opacity:1}.sppb-addon-articles .sppb-article-meta{margin:-5px -5px 5px}.sppb-addon-articles .sppb-article-meta>span,.sppb-addon-articles .sppb-article-meta>time{display:inline-block;margin:5px;color:#888;font-size:13px}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}img{vertical-align:middle}.sppb-carousel-inner>.sppb-item>a>img,.sppb-carousel-inner>.sppb-item>img,.sppb-img-responsive{display:block;max-width:100%;height:auto}.sppb-img-rounded{border-radius:6px}.sppb-img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.sppb-img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sppb-lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.sppb-lead{font-size:21px}}.sppb-text-left{text-align:left}.sppb-text-right{text-align:right}.sppb-text-center{text-align:center}.sppb-addon-single-image .sppb-img-responsive,.sppb-text-center .sppb-img-responsive,.sppb-text-left .sppb-img-responsive,.sppb-text-right .sppb-img-responsive{display:inline-block}.sppb-text-justify{text-align:justify}.sppb-text-nowrap{white-space:nowrap}.sppb-text-lowercase{text-transform:lowercase}.sppb-text-uppercase{text-transform:uppercase}.sppb-text-capitalize{text-transform:capitalize}.sppb-text-muted{color:#777}.sppb-text-primary{color:#428bca}a.sppb-text-primary:hover{color:#3071a9}.sppb-text-success{color:#3c763d}a.sppb-text-success:hover{color:#2b542c}.sppb-text-info{color:#31708f}a.sppb-text-info:hover{color:#245269}.sppb-text-warning{color:#8a6d3b}a.sppb-text-warning:hover{color:#66512c}.sppb-text-danger{color:#a94442}a.sppb-text-danger:hover{color:#843534}.sppb-blockquote{position:relative;font-size:18px;font-style:italic}.sppb-blockquote ol:last-child,.sppb-blockquote p:last-child,.sppb-blockquote ul:last-child{margin-bottom:0}.sppb-blockquote .small,.sppb-blockquote footer,.sppb-blockquote small{font-style:normal;display:block;margin-top:15px;font-size:80%;line-height:1.42857143;color:#989898}.sppb-blockquote .small:before,.sppb-blockquote footer:before,.sppb-blockquote small:before{content:"\2014 \00A0"}.sppb-blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.sppb-blockquote.pull-right .small:before,.sppb-blockquote.pull-right footer:before,.sppb-blockquote.pull-right small:before{content:""}.sppb-blockquote.pull-right .small:after,.sppb-blockquote.pull-right footer:after,.sppb-blockquote.pull-right small:after{content:"\00A0 \2014"}.sppb-blockquote:after{content:""}.sppb-blockquote:before{content:"\f10d";font-family:"Font Awesome 5 Free";font-style:normal;font-size:28px;line-height:28px;color:rgba(152,152,152,.3);display:block;margin-bottom:15px;font-weight:900}.sppb-address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.sppb-addon-blocknumber .sppb-blocknumber-number{display:flex;text-align:center;justify-content:center;align-items:center}.sppb-blocknumber .sppb-text-center .sppb-blocknumber-number{margin:0 auto}.sppb-addon-blocknumber .sppb-media-body.sppb-text-center{margin-top:15px}.sppb-addon-blocknumber .sppb-media-body h1,.sppb-addon-blocknumber .sppb-media-body h2,.sppb-addon-blocknumber .sppb-media-body h3,.sppb-addon-blocknumber .sppb-media-body h4,.sppb-addon-blocknumber .sppb-media-body h5,.sppb-addon-blocknumber .sppb-media-body h6{margin-top:0}.sppb-dropcap .sppb-addon-content:first-letter{display:block;float:left;font-size:50px;line-height:40px;padding:4px 8px 0 0}.sppb-btn-container{width:100%;position:relative;padding-top:calc(1.8rem + 4px);margin-top:-1.8rem;background:linear-gradient(to bottom,#f6f6F700,#fff 1.8rem)}.sppb-btn-show-more{width:fit-content;font-weight:600}.sppb-code,.sppb-pre{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.sppb-code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.sppb-pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.sppb-pre .sppb-code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.sppb-container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}@media (min-width:576px){.sppb-container{max-width:540px}}@media (min-width:768px){.sppb-container{max-width:720px}}@media (min-width:992px){.sppb-container{max-width:960px}}@media (min-width:1200px){.sppb-container{max-width:1140px}}@media (min-width:1400px){.sppb-container{max-width:1320px}}.sppb-container-fluid{width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}.sp-pagebuilder-row,.sppb-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.sppb-no-gutter{margin-right:0;margin-left:0}.sppb-no-gutter>.sppb-col,.sppb-no-gutter>.sppb-row-column,.sppb-no-gutter>[class*=sppb-col-]{padding-right:0;padding-left:0}.sppb-col,.sppb-col-auto,.sppb-col-lg,.sppb-col-lg-1,.sppb-col-lg-10,.sppb-col-lg-11,.sppb-col-lg-12,.sppb-col-lg-2,.sppb-col-lg-3,.sppb-col-lg-4,.sppb-col-lg-5,.sppb-col-lg-6,.sppb-col-lg-7,.sppb-col-lg-8,.sppb-col-lg-9,.sppb-col-lg-auto,.sppb-col-md,.sppb-col-md-1,.sppb-col-md-10,.sppb-col-md-11,.sppb-col-md-12,.sppb-col-md-2,.sppb-col-md-3,.sppb-col-md-4,.sppb-col-md-5,.sppb-col-md-6,.sppb-col-md-7,.sppb-col-md-8,.sppb-col-md-9,.sppb-col-md-auto,.sppb-col-sm,.sppb-col-sm-1,.sppb-col-sm-10,.sppb-col-sm-11,.sppb-col-sm-12,.sppb-col-sm-2,.sppb-col-sm-3,.sppb-col-sm-4,.sppb-col-sm-5,.sppb-col-sm-6,.sppb-col-sm-7,.sppb-col-sm-8,.sppb-col-sm-9,.sppb-col-sm-auto,.sppb-col-xl,.sppb-col-xl-1,.sppb-col-xl-10,.sppb-col-xl-11,.sppb-col-xl-12,.sppb-col-xl-2,.sppb-col-xl-3,.sppb-col-xl-4,.sppb-col-xl-5,.sppb-col-xl-6,.sppb-col-xl-7,.sppb-col-xl-8,.sppb-col-xl-9,.sppb-col-xl-auto,.sppb-col-xs-1,.sppb-col-xs-10,.sppb-col-xs-11,.sppb-col-xs-12,.sppb-col-xs-2,.sppb-col-xs-3,.sppb-col-xs-4,.sppb-col-xs-5,.sppb-col-xs-6,.sppb-col-xs-7,.sppb-col-xs-8,.sppb-col-xs-9,.sppb-row-column{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.sppb-col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sppb-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.sppb-col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sppb-col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sppb-col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sppb-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sppb-col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sppb-col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sppb-col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sppb-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sppb-col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sppb-col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sppb-col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sppb-col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sppb-order-0{-ms-flex-order:0;order:0}.sppb-order-1{-ms-flex-order:1;order:1}.sppb-order-2{-ms-flex-order:2;order:2}.sppb-order-3{-ms-flex-order:3;order:3}.sppb-order-4{-ms-flex-order:4;order:4}.sppb-order-5{-ms-flex-order:5;order:5}.sppb-order-6{-ms-flex-order:6;order:6}.sppb-order-7{-ms-flex-order:7;order:7}.sppb-order-8{-ms-flex-order:8;order:8}.sppb-order-9{-ms-flex-order:9;order:9}.sppb-order-10{-ms-flex-order:10;order:10}.sppb-order-11{-ms-flex-order:11;order:11}.sppb-order-12{-ms-flex-order:12;order:12}@media (min-width:575px){.sppb-col-xs{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sppb-col-xs-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.sppb-col-xs-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sppb-col-xs-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sppb-col-xs-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sppb-col-xs-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sppb-col-xs-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sppb-col-xs-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sppb-col-xs-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sppb-col-xs-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sppb-col-xs-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sppb-col-xs-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sppb-col-xs-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sppb-col-xs-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:768px){.sppb-col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sppb-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.sppb-col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sppb-col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sppb-col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sppb-col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sppb-col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sppb-col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sppb-col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sppb-col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sppb-col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sppb-col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sppb-col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sppb-col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:992px){.sppb-col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sppb-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.sppb-col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sppb-col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sppb-col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sppb-col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sppb-col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sppb-col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sppb-col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sppb-col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sppb-col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sppb-col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sppb-col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sppb-col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.sppb-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sppb-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.sppb-col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sppb-col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sppb-col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sppb-col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sppb-col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sppb-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sppb-col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sppb-col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sppb-col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sppb-col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sppb-col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sppb-col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (max-width:1199.98px){.sppb-order-lg-0{-ms-flex-order:0;order:0}.sppb-order-lg-1{-ms-flex-order:1;order:1}.sppb-order-lg-2{-ms-flex-order:2;order:2}.sppb-order-lg-3{-ms-flex-order:3;order:3}.sppb-order-lg-4{-ms-flex-order:4;order:4}.sppb-order-lg-5{-ms-flex-order:5;order:5}.sppb-order-lg-6{-ms-flex-order:6;order:6}.sppb-order-lg-7{-ms-flex-order:7;order:7}.sppb-order-lg-8{-ms-flex-order:8;order:8}.sppb-order-lg-9{-ms-flex-order:9;order:9}.sppb-order-lg-10{-ms-flex-order:10;order:10}.sppb-order-lg-11{-ms-flex-order:11;order:11}.sppb-order-lg-12{-ms-flex-order:12;order:12}}@media (max-width:991.98px){.sppb-order-md-0{-ms-flex-order:0;order:0}.sppb-order-md-1{-ms-flex-order:1;order:1}.sppb-order-md-2{-ms-flex-order:2;order:2}.sppb-order-md-3{-ms-flex-order:3;order:3}.sppb-order-md-4{-ms-flex-order:4;order:4}.sppb-order-md-5{-ms-flex-order:5;order:5}.sppb-order-md-6{-ms-flex-order:6;order:6}.sppb-order-md-7{-ms-flex-order:7;order:7}.sppb-order-md-8{-ms-flex-order:8;order:8}.sppb-order-md-9{-ms-flex-order:9;order:9}.sppb-order-md-10{-ms-flex-order:10;order:10}.sppb-order-md-11{-ms-flex-order:11;order:11}.sppb-order-md-12{-ms-flex-order:12;order:12}}@media (max-width:767.98px){.sppb-order-sm-0{-ms-flex-order:0;order:0}.sppb-order-sm-1{-ms-flex-order:1;order:1}.sppb-order-sm-2{-ms-flex-order:2;order:2}.sppb-order-sm-3{-ms-flex-order:3;order:3}.sppb-order-sm-4{-ms-flex-order:4;order:4}.sppb-order-sm-5{-ms-flex-order:5;order:5}.sppb-order-sm-6{-ms-flex-order:6;order:6}.sppb-order-sm-7{-ms-flex-order:7;order:7}.sppb-order-sm-8{-ms-flex-order:8;order:8}.sppb-order-sm-9{-ms-flex-order:9;order:9}.sppb-order-sm-10{-ms-flex-order:10;order:10}.sppb-order-sm-11{-ms-flex-order:11;order:11}.sppb-order-sm-12{-ms-flex-order:12;order:12}.sppb-section-content-center .sppb-row-container{width:100%}}@media (max-width:575.98px){.sppb-order-xs-0{-ms-flex-order:0;order:0}.sppb-order-xs-1{-ms-flex-order:1;order:1}.sppb-order-xs-2{-ms-flex-order:2;order:2}.sppb-order-xs-3{-ms-flex-order:3;order:3}.sppb-order-xs-4{-ms-flex-order:4;order:4}.sppb-order-xs-5{-ms-flex-order:5;order:5}.sppb-order-xs-6{-ms-flex-order:6;order:6}.sppb-order-xs-7{-ms-flex-order:7;order:7}.sppb-order-xs-8{-ms-flex-order:8;order:8}.sppb-order-xs-9{-ms-flex-order:9;order:9}.sppb-order-xs-10{-ms-flex-order:10;order:10}.sppb-order-xs-11{-ms-flex-order:11;order:11}.sppb-order-xs-12{-ms-flex-order:12;order:12}.sppb-section-content-center .sppb-row-container{width:100%}}.sppb-column,.sppb-column-addons{position:relative;z-index:1;width:100%}.sppb-column{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.sppb-column.sppb-align-items-center{-ms-flex-align:center!important;align-items:center!important}.sppb-column.sppb-align-items-top{-ms-flex-align:flex-start!important;align-items:flex-start!important}.sppb-column.sppb-align-items-bottom{-ms-flex-align:flex-end!important;align-items:flex-end!important}.sppp-column-vertical-align{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.sppb-column-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background-position:center center;background-repeat:repeat}.sppb-row-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-position:center center;background-repeat:repeat;z-index:1}.sp-pagebuilder-section-inner .sppb-row,.sppb-container-inner,.sppb-row-container{position:relative;z-index:3}.sppb-btn{display:inline-block;font-weight:400;text-align:center;white-space:pre-line;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:8px 12px;font-size:16px;line-height:1.25;border-radius:4px;transition:all .15s ease-in-out;cursor:pointer}.sppb-btn.sppb-btn-3d{border-bottom-width:3px;padding-top:7px;padding-bottom:7px}.sppb-btn:focus,.sppb-btn:hover{text-decoration:none}.sppb-btn.focus,.sppb-btn:focus{outline:0;box-shadow:0 0 0 3px rgba(0,123,255,.25)}.sppb-btn.disabled,.sppb-btn:disabled{opacity:.65}.sppb-btn.active,.sppb-btn:active{background-image:none}a.sppb-btn.disabled,fieldset[disabled] a.sppb-btn{pointer-events:none}.sppb-btn-default{color:#010101;background-color:#eff1f4;border-color:#eff1f4}.sppb-btn-default.sppb-btn-3d{border-bottom-color:#d7dadd}.sppb-btn-default.sppb-btn-gradient{background-image:linear-gradient(-180deg,#eff1f2 0,#c2c3c3 100%);color:#6a6a6a;border:none}.sppb-btn-default:hover{color:#010101;background-color:#d7dadd;border-color:#d7dadd}.sppb-btn-default.focus,.sppb-btn-default:focus{color:#010101;box-shadow:0 0 0 3px rgba(239,241,244,.8)}.sppb-btn-default.disabled,.sppb-btn-default:disabled{background-color:#eff1f4;border-color:#eff1f4;color:#010101}.show>.sppb-btn-default.dropdown-toggle,.sppb-btn-default.active,.sppb-btn-default:active{background-color:#d7dadd;background-image:none;border-color:#d7dadd}.sppb-btn-default.sppb-btn-outline{color:#d7dadd;background-color:transparent}.sppb-btn-default.sppb-btn-outline:hover{color:#010101;background-color:#eff1f4;border-color:#eff1f4}.sppb-btn-default.sppb-btn-outline.focus:hover,.sppb-btn-default.sppb-btn-outline:focus:hover{color:#010101;background-color:#eff1f4;border-color:#eff1f4}.sppb-btn-default.sppb-btn-outline.focus,.sppb-btn-default.sppb-btn-outline:focus{color:#d7dadd;background:0 0}.sppb-btn-default.sppb-btn-outline.disabled,.sppb-btn-default.sppb-btn-outline:disabled{color:#010101;background-color:transparent;border-color:#eff1f4}.show>.sppb-btn-default.sppb-btn-outline.dropdown-toggle,.sppb-btn-default.sppb-btn-outline.active,.sppb-btn-default.sppb-btn-outline:active{color:#010101;background-color:#eff1f4;border-color:#eff1f4}.sppb-btn-primary{color:#fff;background-color:#3071ff;border-color:#3071ff}.sppb-btn-primary.sppb-btn-3d{border-bottom-color:#1e58d6}.sppb-btn-primary.sppb-btn-gradient{background-image:linear-gradient(0deg,#2858c2 0,#5186f9 100%);border:none}.sppb-btn-primary:hover{color:#fff;background-color:#1e58d6;border-color:#1e58d6}.sppb-btn-primary.sppb-btn-gradient:hover{background-image:-webkit-linear-gradient(-180deg,#004cf4 0,#2567f5 100%);background-image:linear-gradient(-180deg,#004cf4 0,#2567f5 100%);border:none}.sppb-btn-primary.focus,.sppb-btn-primary:focus{color:#fff;box-shadow:0 0 0 3px rgba(48,113,255,.5)}.sppb-btn-primary.disabled,.sppb-btn-primary:disabled{background-color:#3071ff;border-color:#3071ff;color:#fff}.show>.sppb-btn-primary.dropdown-toggle,.sppb-btn-primary.active,.sppb-btn-primary:active{background-color:#1e58d6;background-image:none;border-color:#1e58d6}.sppb-btn-primary.sppb-btn-outline{color:#3071ff;background-color:transparent}.sppb-btn-primary.sppb-btn-outline:hover{color:#fff;background-color:#3071ff;border-color:#3071ff}.sppb-btn-primary.sppb-btn-outline.focus:hover,.sppb-btn-primary.sppb-btn-outline:focus:hover{color:#fff;background-color:#3071ff;border-color:#3071ff}.sppb-btn-primary.sppb-btn-outline.focus,.sppb-btn-primary.sppb-btn-outline:focus{color:#3071ff;background:0 0}.sppb-btn-primary.sppb-btn-outline.disabled,.sppb-btn-primary.sppb-btn-outline:disabled{color:#3071ff;background-color:transparent;border-color:#3071ff}.show>.sppb-btn-primary.sppb-btn-outline.dropdown-toggle,.sppb-btn-primary.sppb-btn-outline.active,.sppb-btn-primary.sppb-btn-outline:active{color:#fff;background-color:#3071ff;border-color:#3071ff}.sppb-btn-secondary{color:#fff;background-color:#98a7b5;border-color:#98a7b5}.sppb-btn-secondary.sppb-btn-3d{border-bottom-color:#7a8793}.sppb-btn-secondary.sppb-btn-gradient{background-image:linear-gradient(0deg,#6a757f 0,#a7b8c7 100%);border:none}.sppb-btn-secondary:hover{color:#fff;background-color:#7a8793;border-color:#7a8793}.sppb-btn-secondary.focus,.sppb-btn-secondary:focus{color:#fff;box-shadow:0 0 0 3px rgba(152,167,181,.5)}.sppb-btn-secondary.disabled,.sppb-btn-secondary:disabled{background-color:#98a7b5;border-color:#98a7b5;color:#fff}.show>.sppb-btn-secondary.dropdown-toggle,.sppb-btn-secondary.active,.sppb-btn-secondary:active{background-color:#7a8793;background-image:none;border-color:#7a8793}.sppb-btn-secondary.sppb-btn-outline{color:#98a7b5;background-color:transparent}.sppb-btn-secondary.sppb-btn-outline:hover{color:#fff;background-color:#98a7b5;border-color:#98a7b5}.sppb-btn-secondary.sppb-btn-outline.focus:hover,.sppb-btn-secondary.sppb-btn-outline:focus:hover{color:#fff;background-color:#98a7b5;border-color:#98a7b5}.sppb-btn-secondary.sppb-btn-outline.focus,.sppb-btn-secondary.sppb-btn-outline:focus{color:#98a7b5;background:0 0}.sppb-btn-secondary.sppb-btn-outline.disabled,.sppb-btn-secondary.sppb-btn-outline:disabled{color:#98a7b5;background-color:transparent;border-color:#98a7b5}.show>.sppb-btn-secondary.sppb-btn-outline.dropdown-toggle,.sppb-btn-secondary.sppb-btn-outline.active,.sppb-btn-secondary.sppb-btn-outline:active{color:#fff;background-color:#98a7b5;border-color:#98a7b5}.sppb-btn-success{color:#fff;background-color:#23cf5f;border-color:#23cf5f}.sppb-btn-success.sppb-btn-3d{border-bottom-color:#1fae51}.sppb-btn-success.sppb-btn-gradient{background-image:linear-gradient(-180deg,#27da65 0,#1d9d4a 100%);border:none}.sppb-btn-success:hover{color:#fff;background-color:#1fae51;border-color:#1fae51}.sppb-btn-success.focus,.sppb-btn-success:focus{color:#fff;box-shadow:0 0 0 3px rgba(35,207,97,.5)}.sppb-btn-success.disabled,.sppb-btn-success:disabled{background-color:#23cf5f;border-color:#23cf5f;color:#fff}.show>.sppb-btn-success.dropdown-toggle,.sppb-btn-success.active,.sppb-btn-success:active{background-color:#1fae51;background-image:none;border-color:#1fae51}.sppb-btn-success.sppb-btn-outline{color:#23cf5f;background-color:transparent}.sppb-btn-success.sppb-btn-outline:hover{color:#fff;background-color:#23cf5f;border-color:#23cf5f}.sppb-btn-success.sppb-btn-outline.focus:hover,.sppb-btn-success.sppb-btn-outline:focus:hover{color:#fff;background-color:#23cf5f;border-color:#23cf5f}.sppb-btn-success.sppb-btn-outline.focus,.sppb-btn-success.sppb-btn-outline:focus{color:#23cf5f;background:0 0}.sppb-btn-success.sppb-btn-outline.disabled,.sppb-btn-success.sppb-btn-outline:disabled{color:#23cf5f;background-color:transparent;border-color:#23cf5f}.show>.sppb-btn-success.sppb-btn-outline.dropdown-toggle,.sppb-btn-success.sppb-btn-outline.active,.sppb-btn-success.sppb-btn-outline:active{color:#fff;background-color:#23cf5f;border-color:#23cf5f}.sppb-btn-info{color:#fff;background-color:#0ac9c9;border-color:#0ac9c9}.sppb-btn-info.sppb-btn-3d{border-bottom-color:#09aeae}.sppb-btn-info.sppb-btn-gradient{background-image:linear-gradient(-180deg,#0ddada 0,#0aa9a9 100%);border:none}.sppb-btn-info:hover{color:#fff;background-color:#09aeae;border-color:#09aeae}.sppb-btn-info.focus,.sppb-btn-info:focus{color:#fff;box-shadow:0 0 0 3px rgba(10,201,201,.5)}.sppb-btn-info.disabled,.sppb-btn-info:disabled{background-color:#0ac9c9;border-color:#0ac9c9;color:#fff}.show>.sppb-btn-info.dropdown-toggle,.sppb-btn-info.active,.sppb-btn-info:active{background-color:#09aeae;background-image:none;border-color:#09aeae}.sppb-btn-info.sppb-btn-outline{color:#0ac9c9;background-color:transparent}.sppb-btn-info.sppb-btn-outline:hover{color:#fff;background-color:#0ac9c9;border-color:#0ac9c9}.sppb-btn-info.sppb-btn-outline.focus:hover,.sppb-btn-info.sppb-btn-outline:focus:hover{color:#fff;background-color:#0ac9c9;border-color:#0ac9c9}.sppb-btn-info.sppb-btn-outline.focus,.sppb-btn-info.sppb-btn-outline:focus{color:#0ac9c9;background:0 0}.sppb-btn-info.sppb-btn-outline.disabled,.sppb-btn-info.sppb-btn-outline:disabled{color:#0ac9c9;background-color:transparent;border-color:#0ac9c9}.show>.sppb-btn-info.sppb-btn-outline.dropdown-toggle,.sppb-btn-info.sppb-btn-outline.active,.sppb-btn-info.sppb-btn-outline:active{color:#fff;background-color:#0ac9c9;border-color:#0ac9c9}.sppb-btn-warning{color:#fff;background-color:#ffd012;border-color:#ffd012}.sppb-btn-warning.sppb-btn-3d{border-bottom-color:#e6bc15}.sppb-btn-warning.sppb-btn-gradient{background-image:linear-gradient(0deg,#f29412 0,#ffd012 100%);border:none}.sppb-btn-warning:hover{color:#fff;background-color:#e6bc15;border-color:#e6bc15}.sppb-btn-warning.focus,.sppb-btn-warning:focus{color:#fff;box-shadow:0 0 0 3px rgba(255,208,18,.5)}.sppb-btn-warning.disabled,.sppb-btn-warning:disabled{background-color:#ffd012;border-color:#ffd012;color:#fff}.show>.sppb-btn-warning.dropdown-toggle,.sppb-btn-warning.active,.sppb-btn-warning:active{background-color:#e6bc15;background-image:none;border-color:#e6bc15}.sppb-btn-warning.sppb-btn-outline{color:#ffd012;background-color:transparent}.sppb-btn-warning.sppb-btn-outline:hover{color:#fff;background-color:#ffd012;border-color:#ffd012}.sppb-btn-warning.sppb-btn-outline.focus:hover,.sppb-btn-warning.sppb-btn-outline:focus:hover{color:#fff;background-color:#ffd012;border-color:#ffd012}.sppb-btn-warning.sppb-btn-outline.focus,.sppb-btn-warning.sppb-btn-outline:focus{color:#ffd012;background:0 0}.sppb-btn-warning.sppb-btn-outline.disabled,.sppb-btn-warning.sppb-btn-outline:disabled{color:#ffd012;background-color:transparent;border-color:#ffd012}.show>.sppb-btn-warning.sppb-btn-outline.dropdown-toggle,.sppb-btn-warning.sppb-btn-outline.active,.sppb-btn-warning.sppb-btn-outline:active{color:#fff;background-color:#ffd012;border-color:#ffd012}.sppb-btn-danger{color:#fff;background-color:#ff2b02;border-color:#ff2b02}.sppb-btn-danger.sppb-btn-3d{border-bottom-color:#d72503}.sppb-btn-danger.sppb-btn-gradient{background-image:linear-gradient(-180deg,#ff5a3b 0,#db2300 100%);border:none}.sppb-btn-danger:hover{color:#fff;background-color:#d72503;border-color:#d72503}.sppb-btn-danger.focus,.sppb-btn-danger:focus{color:#fff;box-shadow:0 0 0 3px rgba(255,43,2,.5)}.sppb-btn-danger.disabled,.sppb-btn-danger:disabled{background-color:#ff2b02;border-color:#ff2b02;color:#fff}.show>.sppb-btn-danger.dropdown-toggle,.sppb-btn-danger.active,.sppb-btn-danger:active{background-color:#d72503;background-image:none;border-color:#d72503}.sppb-btn-danger.sppb-btn-outline{color:#ff2b02;background-color:transparent}.sppb-btn-danger.sppb-btn-outline:hover{color:#fff;background-color:#ff2b02;border-color:#ff2b02}.sppb-btn-danger.sppb-btn-outline.focus:hover,.sppb-btn-danger.sppb-btn-outline:focus:hover{color:#fff;background-color:#ff2b02;border-color:#ff2b02}.sppb-btn-danger.sppb-btn-outline.focus,.sppb-btn-danger.sppb-btn-outline:focus{color:#ff2b02;background:0 0}.sppb-btn-danger.sppb-btn-outline.disabled,.sppb-btn-danger.sppb-btn-outline:disabled{color:#ff2b02;background-color:transparent;border-color:#ff2b02}.show>.sppb-btn-danger.sppb-btn-outline.dropdown-toggle,.sppb-btn-danger.sppb-btn-outline.active,.sppb-btn-danger.sppb-btn-outline:active{color:#fff;background-color:#ff2b02;border-color:#ff2b02}.sppb-btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.sppb-btn-dark.sppb-btn-3d{border-bottom-color:#23272b}.sppb-btn-dark.sppb-btn-gradient{background-image:linear-gradient(0deg,#202428 0,#6e7a86 100%);border:none}.sppb-btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.sppb-btn-dark.focus,.sppb-btn-dark:focus{box-shadow:0 0 0 3px rgba(52,58,64,.5)}.sppb-btn-dark.disabled,.sppb-btn-dark:disabled{background-color:#343a40;border-color:#343a40}.show>.sppb-btn-dark.dropdown-toggle,.sppb-btn-dark.active,.sppb-btn-dark:active{background-color:#23272b;background-image:none;border-color:#1d2124}.sppb-btn-dark.sppb-btn-outline{color:#343a40;background-color:transparent}.sppb-btn-dark.sppb-btn-outline:hover{color:#fff;background-color:#343a40;border-color:#343a40}.sppb-btn-dark.sppb-btn-outline.focus:hover,.sppb-btn-dark.sppb-btn-outline:focus:hover{color:#fff;background-color:#343a40;border-color:#343a40}.sppb-btn-dark.sppb-btn-outline.focus,.sppb-btn-dark.sppb-btn-outline:focus{color:#343a40;background:0 0}.sppb-btn-dark.sppb-btn-outline.disabled,.sppb-btn-dark.sppb-btn-outline:disabled{color:#343a40;background-color:transparent;border-color:#343a40}.show>.sppb-btn-dark.sppb-btn-outline.dropdown-toggle,.sppb-btn-dark.sppb-btn-outline.active,.sppb-btn-dark.sppb-btn-outline:active{color:#fff;background-color:#343a40;border-color:#343a40}.sppb-btn-link{font-weight:400;color:#3071ff;border-radius:0}.sppb-btn-link,.sppb-btn-link.active,.sppb-btn-link:active,.sppb-btn-link:disabled{background-color:transparent}.sppb-btn-link,.sppb-btn-link:active,.sppb-btn-link:focus{border-color:transparent;box-shadow:none}.sppb-btn-link:hover{border-color:transparent}.sppb-btn-link:focus,.sppb-btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent}.sppb-btn-link:disabled{color:#868e96}.sppb-btn-link:disabled:focus,.sppb-btn-link:disabled:hover{text-decoration:none}.sppb-btn-xlg{padding:20px 50px;font-size:22px;line-height:1.6;border-radius:6px}.sppb-btn-xlg.sppb-btn.sppb-btn-3d{border-bottom-width:7px;padding-top:17px;padding-bottom:17px}.sppb-btn-lg{padding:8px 16px;font-size:20px;line-height:1.5;border-radius:5px}.sppb-btn-lg.sppb-btn.sppb-btn-3d{border-bottom-width:5px;padding-top:6px;padding-bottom:6px}.sppb-btn-sm{padding:4px 8px;font-size:14px;line-height:1.5;border-radius:3px}.sppb-btn-sm.sppb-btn.sppb-btn-3d{padding-top:3px;padding-bottom:3px}.sppb-btn-xs{padding:2px 5px;font-size:12px;line-height:1.5;border-radius:2px}.sppb-btn-xs.sppb-btn.sppb-btn-3d{border-bottom-width:2px;padding-top:1.5px;padding-bottom:1.5px}.sppb-btn-block{display:block;width:100%}.sppb-btn-block+.sppb-btn-block{margin-top:5px}input[type=button].sppb-btn-block,input[type=reset].sppb-btn-block,input[type=submit].sppb-btn-block{width:100%}.sppb-btn-round{border-radius:100px}.sppb-btn-square{border-radius:0}.sppb-fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.sppb-fade.in{opacity:1}.sppb-collapse{display:none}.sppb-collapse.in{display:block}tr.sppb-collapse.in{display:table-row}tbody.sppb-collapse.in{display:table-row-group}.sppb-collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}.sppb-label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.sppb-label:focus,a.sppb-label:hover{color:#fff;text-decoration:none;cursor:pointer}.sppb-label:empty{display:none}.sppb-btn .sppb-label{position:relative;top:-1px}.sppb-label-default{background-color:#777}.sppb-label-default[href]:focus,.sppb-label-default[href]:hover{background-color:#5e5e5e}.sppb-label-primary{background-color:#428bca}.sppb-label-primary[href]:focus,.sppb-label-primary[href]:hover{background-color:#3071a9}.sppb-label-success{background-color:#5cb85c}.sppb-label-success[href]:focus,.sppb-label-success[href]:hover{background-color:#449d44}.sppb-label-info{background-color:#5bc0de}.sppb-label-info[href]:focus,.sppb-label-info[href]:hover{background-color:#31b0d5}.sppb-label-warning{background-color:#f0ad4e}.sppb-label-warning[href]:focus,.sppb-label-warning[href]:hover{background-color:#ec971f}.sppb-label-danger{background-color:#d9534f}.sppb-label-danger[href]:focus,.sppb-label-danger[href]:hover{background-color:#c9302c}.sppb-thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.sppb-thumbnail a>img,.sppb-thumbnail>img{margin-left:auto;margin-right:auto}a.sppb-thumbnail.active,a.sppb-thumbnail:focus,a.sppb-thumbnail:hover{border-color:#428bca}.sppb-thumbnail .sppb-caption{padding:9px;color:#333}.sppb-alert{padding:12px 20px;border:1px solid transparent;border-radius:4px}.sppb-alert h4{margin-top:0;color:inherit}.sppb-alert hr{border-bottom:0}.sppb-alert .sppb-alert-link{font-weight:700}.sppb-alert-dismissable,.sppb-alert-dismissible{padding-right:35px}.sppb-alert .sppb-close{color:inherit}.sppb-alert-primary{background:rgba(48,113,255,.1);color:#3071ff}.sppb-alert-primary hr{border-top-color:rgba(48,113,255,.4)}.sppb-alert-primary .alert-link,.sppb-alert-primary .alert-link:active,.sppb-alert-primary .alert-link:focus,.sppb-alert-primary .alert-link:hover,.sppb-alert-primary a,.sppb-alert-primary a:active,.sppb-alert-primary a:focus,.sppb-alert-primary a:hover{color:#3071ff;font-weight:700}.sppb-alert-primary .alert-link:hover,.sppb-alert-primary a:hover{text-decoration:underline}.sppb-alert-light{background:#f5f5f5;color:#848e97}.sppb-alert-light hr{border-top-color:#e5e5e5}.sppb-alert-light .alert-link,.sppb-alert-light .alert-link:active,.sppb-alert-light .alert-link:focus,.sppb-alert-light .alert-link:hover,.sppb-alert-light a,.sppb-alert-light a:active,.sppb-alert-light a:focus,.sppb-alert-light a:hover{font-weight:700}.sppb-alert-light .alert-link:hover,.sppb-alert-light a:hover{text-decoration:underline}.sppb-alert-dark{background:#333a41;color:#fff}.sppb-alert-dark hr{border-top-color:#3e464e}.sppb-alert-dark .alert-link,.sppb-alert-dark .alert-link:active,.sppb-alert-dark .alert-link:focus,.sppb-alert-dark .alert-link:hover,.sppb-alert-dark a,.sppb-alert-dark a:active,.sppb-alert-dark a:focus,.sppb-alert-dark a:hover{font-weight:700}.sppb-alert-dark .alert-link:hover,.sppb-alert-dark a:hover{text-decoration:underline}.sppb-alert-success{background:rgba(35,207,95,.1);color:#23cf5f}.sppb-alert-success hr{border-top-color:rgba(35,207,95,.4)}.sppb-alert-success .alert-link,.sppb-alert-success .alert-link:active,.sppb-alert-success .alert-link:focus,.sppb-alert-success .alert-link:hover,.sppb-alert-success a,.sppb-alert-success a:active,.sppb-alert-success a:focus,.sppb-alert-success a:hover{color:#23cf5f;font-weight:700}.sppb-alert-success .alert-link:hover,.sppb-alert-success a:hover{text-decoration:underline}.sppb-alert-info{background:rgba(10,201,201,.1);color:#0ac9c9}.sppb-alert-info hr{border-top-color:rgba(10,201,201,.4)}.sppb-alert-info .alert-link,.sppb-alert-info .alert-link:active,.sppb-alert-info .alert-link:focus,.sppb-alert-info .alert-link:hover,.sppb-alert-info a,.sppb-alert-info a:active,.sppb-alert-info a:focus,.sppb-alert-info a:hover{color:#0ac9c9;font-weight:700}.sppb-alert-info .alert-link:hover,.sppb-alert-info a:hover{text-decoration:underline}.sppb-alert-warning{background:rgba(255,208,18,.1);color:#f5a623}.sppb-alert-warning hr{border-top-color:rgba(255,208,18,.4)}.sppb-alert-warning .alert-link,.sppb-alert-warning .alert-link:active,.sppb-alert-warning .alert-link:focus,.sppb-alert-warning .alert-link:hover,.sppb-alert-warning a,.sppb-alert-warning a:active,.sppb-alert-warning a:focus,.sppb-alert-warning a:hover{color:#f5a623;font-weight:700}.sppb-alert-warning .alert-link:hover,.sppb-alert-warning a:hover{text-decoration:underline}.sppb-alert-danger{background:rgba(255,43,2,.1);color:#ff2b02}.sppb-alert-danger hr{border-top-color:rgba(255,43,2,.4)}.sppb-alert-danger .alert-link,.sppb-alert-danger .alert-link:active,.sppb-alert-danger .alert-link:focus,.sppb-alert-danger .alert-link:hover,.sppb-alert-danger a,.sppb-alert-danger a:active,.sppb-alert-danger a:focus,.sppb-alert-danger a:hover{color:#ff2b02;font-weight:700}.sppb-alert-danger .alert-link:hover,.sppb-alert-danger a:hover{text-decoration:underline}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.sppb-progress{overflow:hidden;height:24px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px}.sppb-progress-label{display:block;font-size:14px;line-height:1;font-weight:700;margin-bottom:10px;position:relative}.sppb-progress-label>span{float:right;font-weight:700}.sppb-progress.sppb-progress-square{border-radius:0}.sppb-progress.sppb-progress-round{border-radius:40px}.sppb-progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:24px;color:#fff;text-align:center;background-color:#3071ff;-webkit-transition:width 1s;-o-transition:width 1s;transition:width 1s;overflow:hidden}.sppb-progress-bar-striped,.sppb-progress-striped .sppb-progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.sppb-progress-bar.active,.sppb-progress.active .sppb-progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.sppb-progress-bar[aria-valuenow="0"]{color:#777;background-color:transparent;background-image:none;box-shadow:none}.sppb-progress-bar-success{background-color:#23cf5f}.progress-striped .sppb-progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.sppb-progress-bar-info{background-color:#0ac9c9}.progress-striped .sppb-progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.sppb-progress-bar-warning{background-color:#ffd012}.progress-striped .sppb-progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.sppb-progress-bar-danger{background-color:#ff2b02}.progress-striped .sppb-progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.sppb-media,.sppb-media-body{overflow:hidden;zoom:1}.sppb-media,.sppb-media .sppb-media{margin-top:15px}.sppb-media:first-child{margin-top:0}.sppb-media-object{display:block}.sppb-media-heading{margin:0 0 5px}.sppb-media>.pull-left{margin-right:15px}.sppb-media>.pull-right{margin-left:15px}.sppb-media-list{padding-left:0;list-style:none}.sppb-panel{background-color:#fff;border:1px solid transparent;border-top-width:0}.sppb-panel.sppb-panel-faq{background:0 0}.sppb-panel-group>.sppb-panel:first-child{border-top-width:1px}.sppb-panel-body{padding:15px;border-top:1px solid transparent}.sppb-panel-group .sppb-panel:last-child .sppb-panel-body{border-top-width:1px;border-bottom-width:0}.sppb-panel-heading{padding:10px 30px 10px 15px;cursor:pointer;position:relative}.sppb-panel-heading .sppb-toggle-direction{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0);-webkit-transition:transform .3s;transition:transform .3s}.sppb-panel-heading.active .sppb-toggle-direction{-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.sppb-panel-title{margin-top:0;margin-bottom:0;font-size:14px;font-weight:bolder;color:inherit}.sppb-panel-title>a{color:inherit}.sppb-panel-default{border-color:#e5e5e5}.sppb-panel-default .sppb-panel-body{border-top-color:#e5e5e5}.sppb-panel-default>.sppb-panel-heading{background:#f9f9f9}.sppb-panel-default>.sppb-panel-heading .sppb-toggle-direction{color:#ccc}.sppb-panel-modern{background:#fff;border:1px solid #e8eff1;border-radius:4px;margin-bottom:10px}.sppb-panel-group>.sppb-panel-modern:last-child{margin-bottom:0}.sppb-panel-modern .sppb-panel-body{border-top-color:#e8eff1}.sppb-panel-modern>.sppb-panel-heading{padding:17px 30px 17px 15px;background:#f6fafb;color:#4b5981}.sppb-panel-primary{border-color:rgba(48,113,255,.3)}.sppb-panel-primary>.sppb-panel-heading{color:#3071ff;background:rgba(48,113,255,.1)}.sppb-panel-primary .sppb-panel-body{border-top-color:rgba(48,113,255,.3)}.sppb-panel-success{border-color:rgba(35,207,95,.3)}.sppb-panel-success>.sppb-panel-heading{color:#23cf5f;background:rgba(35,207,95,.1)}.sppb-panel-success .sppb-panel-body{border-top-color:rgba(35,207,95,.3)}.sppb-panel-info{border-color:rgba(10,201,201,.3)}.sppb-panel-info>.sppb-panel-heading{color:#0ac9c9;background:rgba(10,201,201,.1)}.sppb-panel-info .sppb-panel-body{border-top-color:rgba(10,201,201,.3)}.sppb-panel-warning{border-color:rgba(255,208,18,.3)}.sppb-panel-warning>.sppb-panel-heading{color:#f5a623;background:rgba(255,208,18,.1)}.sppb-panel-warning .sppb-panel-body{border-top-color:rgba(255,208,18,.3)}.sppb-panel-danger{border-color:rgba(255,43,2,.2)}.sppb-panel-danger>.sppb-panel-heading{color:#ff2b02;background:rgba(255,43,2,.1)}.sppb-panel-danger .sppb-panel-body{border-top-color:rgba(255,43,2,.2)}.sppb-panel-faq{border:0}.sppb-panel-faq .sppb-panel-body{border:0;border-bottom:1px solid #e5e5e5}.sppb-panel-faq>.sppb-panel-heading{border-bottom:1px solid #e5e5e5}.sppb-panel-faq>.sppb-panel-heading .sppb-toggle-direction{color:#ccc}.sppb-panel.sppb-panel-custom{overflow:hidden}.sppb-accordion-icon-position-right{display:table;width:100%}.sppb-panel-custom .sppb-panel-heading{transition:.4s}.sppb-accordion-icon-wrap{transition:.4s;display:inline-block}.sppb-accordion-icon-position-right .sppb-accordion-icon-wrap{float:right}.sppb-accordion-icon-wrap .sppb-accordion-image{height:30px;width:30px;display:inline-block}.sppb-nav{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap}.sppb-nav>li{position:relative}.sppb-nav>li>a{position:relative;display:block;padding:10px 15px;transition:.3s ease-in}.sppb-nav>li>a:focus,.sppb-nav>li>a:hover{text-decoration:none;background-color:#eee}.sppb-nav>li.disabled>a{color:#777}.sppb-nav>li.disabled>a:focus,.sppb-nav>li.disabled>a:hover{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.sppb-nav .open>a,.sppb-nav .open>a:focus,.sppb-nav .open>a:hover{background-color:#eee;border-color:#428bca}.sppb-nav>li>a>img{max-width:none}.sppb-nav>li>a .sppb-tab-nav-item{display:flex}.sppb-nav-tabs{border-bottom:1px solid #e5e5e5}.sppb-nav-tabs-content{margin-top:0;border:1px solid #e5e5e5;background:#fff;border-top:0;padding:15px}.sppb-nav-tabs>li{margin-bottom:-1px}.sppb-nav-tabs>li>a{font-size:14px;font-weight:bolder;line-height:1.42857143;padding:12px 15px;background:#f5f5f5;border:1px solid #e5e5e5;border-right-width:0}.sppb-nav-tabs>li:last-child>a{border-right-width:1px}.sppb-nav-tabs>li>a>i{margin-right:5px}.sppb-nav-tabs>li.active>a,.sppb-nav-tabs>li.active>a:focus,.sppb-nav-tabs>li.active>a:hover{background-color:#fff;border-bottom-color:transparent;cursor:default}.sppb-nav-tabs.sppb-nav-justified{border-bottom:0}.sppb-nav-tabs.sppb-nav-justified>li{flex:1 1 auto}.sppb-nav-tabs.sppb-nav-justified>li>a{text-align:center;margin-bottom:5px}@media (min-width:768px){.sppb-nav-tabs.sppb-nav-justified>li{display:table-cell;width:1%}.sppb-nav-tabs.sppb-nav-justified>li>a{margin-bottom:0}}.sppb-nav-modern-content{margin-top:0;border:1px solid #e8eff1;background:#fff;padding:15px;border-radius:0 4px 4px 4px}.sppb-nav-modern>li{margin-right:5px;margin-bottom:-1px}.sppb-nav-modern>li>a{font-size:14px;font-weight:bolder;line-height:1.42857143;padding:12px 15px;background:#f6fafb;color:#4b5981;border:1px solid #e8eff1;border-radius:4px 4px 0 0}.sppb-nav-modern>li>a:focus,.sppb-nav-modern>li>a:hover{background-color:#f2f6f7}.sppb-nav-modern>li>a>i{margin-right:5px}.sppb-nav-modern>li.active>a,.sppb-nav-modern>li.active>a:focus,.sppb-nav-modern>li.active>a:hover{color:#4b5981;background-color:#fff;border-bottom-color:transparent;cursor:default}.sppb-nav-pills>li>a{font-size:14px;line-height:1.42857143;font-weight:bolder;color:inherit;padding:13px 15px;border-radius:3px;color:inherit}.sppb-nav-pills>li>a>i{margin-right:5px}.sppb-nav-pills>li+li{margin-left:2px}.sppb-nav-pills>li>a:focus,.sppb-nav-pills>li>a:hover{background:0 0}.sppb-nav-pills>li.active>a,.sppb-nav-pills>li.active>a:focus,.sppb-nav-pills>li.active>a:hover{color:#333;background-color:#e5e5e5}.sppb-nav-lines{border-bottom:2px solid #e5e5e5}.sppb-nav-lines>li>a{padding:13px 15px;font-size:14px;color:inherit;font-weight:bolder;line-height:1.42857143;color:inherit}.sppb-nav-lines>li>a>i{margin-right:5px}.sppb-nav-lines>li+li{margin-left:0}.sppb-nav-lines>li>a:focus,.sppb-nav-lines>li>a:hover{background:0 0}.sppb-nav-lines>li.active>a,.sppb-nav-lines>li.active>a:focus,.sppb-nav-lines>li.active>a:hover{color:#006cff;background-color:transparent;border-bottom:2px solid #006cff;margin-bottom:-2px}.sppb-tab{display:flex;width:100%;flex-wrap:wrap}.sppb-tab:not(.sppb-custom-tab){flex-direction:column}.sppb-tab-content{width:100%}.sppb-tab-content>.sppb-tab-pane{display:none}.sppb-tab-content>.sppb-tab-pane.active{display:block}.sppb-custom-tab.sppb-tab-nav-left .sppb-tab-custom-content,.sppb-custom-tab.sppb-tab-nav-right .sppb-tab-custom-content{flex-basis:0;flex-grow:1}.sppb-custom-tab.sppb-tab-nav-right{flex-direction:row-reverse}.sppb-custom-tab.sppb-tab-nav-left .sppb-nav.sppb-nav-custom,.sppb-custom-tab.sppb-tab-nav-right .sppb-nav.sppb-nav-custom{flex-direction:column}.sppb-custom-tab.sppb-tab-nav-top{flex-direction:column}.sppb-custom-tab.sppb-tab-nav-bottom{flex-direction:column-reverse}.sppb-tab-icon,.sppb-tab-image{display:inline-block}.sppb-tab-icon{line-height:1}.sppb-tab-icon.tab-icon-block,.sppb-tab-image.tab-image-block{display:block}.sppb-text-center .tab-image-block{margin:0 auto}.sppb-text-left .tab-image-block{margin-right:auto}.sppb-text-right .tab-image-block{margin-left:auto}.sppb-nav .active .sppb-tab-subtitle{display:block}.sppb-embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.sppb-embed-responsive .sppb-embed-responsive-item,.sppb-embed-responsive embed,.sppb-embed-responsive iframe,.sppb-embed-responsive object{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.sppb-embed-responsive.sppb-embed-responsive-16by9{padding-bottom:56.25%}.sppb-embed-responsive.sppb-embed-responsive-4by3{padding-bottom:75%}.sppb-embed-responsive.sppb-embed-responsive-9by16{padding-bottom:calc((16 / 9) * 100%)}.sppb-embed-responsive.sppb-embed-responsive-1by1{padding-bottom:100%}.sppb-close{float:right;font-size:24px;font-weight:700;line-height:1;color:#000;opacity:.5}.sppb-close>span{display:block;line-height:1}.sppb-close:focus,.sppb-close:hover{color:#000;text-decoration:none;opacity:.75}button.sppb-close{padding:0;background:0 0;border:0;-webkit-appearance:none}.sppb-form-control,.sppb-form-group .sppb-form-control{display:block;width:100%;height:inherit;padding:8px 12px;font-size:16px;line-height:1.25;color:#495057;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:none;-webkit-box-shadow:none;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.sppb-form-control.sppb-has-field-error,.sppb-form-group .sppb-form-control.sppb-has-field-error{border:1px solid #ff4500}.sppb-form-validation-error{color:#ff4500;padding-top:10px}.sppb-form-control::-ms-expand{background-color:transparent;border:0}.sppb-form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0}.sppb-form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.sppb-form-control:-ms-input-placeholder{color:#868e96;opacity:1}.sppb-form-control::placeholder{color:#868e96;opacity:1}.sppb-form-control:disabled,.sppb-form-control[readonly]{background-color:#e9ecef;opacity:1}select.sppb-form-control:not([size]):not([multiple]){height:auto}select.sppb-form-control:focus::-ms-value{color:#495057;background-color:#fff}.sppb-form-control-file,.sppb-form-control-range{display:block}.sppb-col-form-label{padding-top:calc(.5rem - 1px * 2);padding-bottom:calc(.5rem - 1px * 2);margin-bottom:0}.sppb-col-form-label-lg{padding-top:calc(.5rem - 1px * 2);padding-bottom:calc(.5rem - 1px * 2);font-size:1.25rem}.sppb-col-form-label-sm{padding-top:calc(.25rem - 1px * 2);padding-bottom:calc(.25rem - 1px * 2);font-size:.875rem}.sppb-col-form-legend{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;font-size:1rem}.sppb-form-control-plaintext{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;line-height:1.25;border:solid transparent;border-width:1px 0}.sppb-form-control-plaintext.sppb-form-control-lg,.sppb-form-control-plaintext.sppb-form-control-sm,.sppb-input-group-lg>.sppb-form-control-plaintext.sppb-form-control,.sppb-input-group-lg>.sppb-form-control-plaintext.sppb-input-group-addon,.sppb-input-group-lg>.sppb-input-group-btn>.sppb-form-control-plaintext.btn,.sppb-input-group-sm>.sppb-form-control-plaintext.sppb-form-control,.sppb-input-group-sm>.sppb-form-control-plaintext.sppb-input-group-addon,.sppb-input-group-sm>.sppb-input-group-btn>.sppb-form-control-plaintext.btn{padding-right:0;padding-left:0}.sppb-form-control-sm,.sppb-input-group-sm>.sppb-form-control,.sppb-input-group-sm>.sppb-input-group-addon,.sppb-input-group-sm>.sppb-input-group-btn>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.sppb-input-group-sm>.sppb-input-group-btn>select.btn:not([size]):not([multiple]),.sppb-input-group-sm>select.sppb-form-control:not([size]):not([multiple]),.sppb-input-group-sm>select.sppb-input-group-addon:not([size]):not([multiple]),select.sppb-form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.sppb-form-control-lg,.sppb-input-group-lg>.sppb-form-control,.sppb-input-group-lg>.sppb-input-group-addon,.sppb-input-group-lg>.sppb-input-group-btn>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.sppb-input-group-lg>.sppb-input-group-btn>select.btn:not([size]):not([multiple]),.sppb-input-group-lg>select.sppb-form-control:not([size]):not([multiple]),.sppb-input-group-lg>select.sppb-input-group-addon:not([size]):not([multiple]),select.sppb-form-control-lg:not([size]):not([multiple]){height:calc(2.3125rem + 2px)}.sppb-form-group{margin-bottom:20px}.sppb-form-check{position:relative;display:block;padding-left:18px}.sppb-form-check .sppb-form-check-input{position:absolute;margin-top:6px;margin-left:-18px}.sppb-form-check .sppb-form-check-label{line-height:24px}.sppb-form-text{display:block;margin-top:8px}.sppb-editor-pagination,.sppb-pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.sppb-page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.sppb-page-link:hover{z-index:1;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.sppb-page-link:focus{z-index:1;outline:0}.sppb-page-item:first-child .sppb-page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.sppb-page-item:last-child .sppb-page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.sppb-page-item.active .sppb-page-link{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.sppb-modal-popover{position:fixed;z-index:1300;right:0;bottom:0;top:0;left:0;overflow-y:scroll}.sppb-element-backdrop{top:0;left:0;right:0;bottom:0;display:flex;z-index:-1;position:fixed;align-items:center;justify-content:center;background:rgba(0,0,0,.5);-webkit-tap-highlight-color:transparent}.sppb-element-backdrop.sppb-element-backdrop-visible{background:0 0}.sp-pagebuilder-dropdown-row-layouts-extented{width:540px}.sp-pagebuilder-dropdown-row-layouts-extented .sp-pagebuilder-layouts-list{display:flex;list-style:none;margin:0 0 20px;padding:10px;list-style:none;background:#ecf0f6;border-radius:3px;justify-content:space-between}.sp-pagebuilder-dropdown-row-layouts-extented .sp-pagebuilder-layouts-list li{padding:0;margin:0;font-size:27px;height:40px;width:40px;align-items:center;justify-content:center;line-height:40px;text-align:center;color:#666;border-radius:3px;text-decoration:none;cursor:pointer}.sp-pagebuilder-dropdown-row-layouts-extented .sp-pagebuilder-layouts-list li:hover{background-color:#1e7ed8;color:#fff}.sp-pagebuilder-dropdown-row-layouts-extented .sp-pagebuilder-custom-layout{display:flex;align-items:center}.sp-pagebuilder-dropdown-row-layouts-extented .sp-pagebuilder-custom-layout>div:nth-child(2){flex-grow:1;margin:0 20px}.sp-pagebuilder-layouts-container{padding:20px}.sp-pagebuilder-layouts-container .sp-pagebuilder-layout-preview{text-align:center;margin-bottom:20px}.sp-pagebuilder-layouts-container .sp-pagebuilder-layout-preview .pbfont{font-size:36px;display:block;margin-bottom:10px;color:#88898b}.sp-pagebuilder-layouts-container .sp-pagebuilder-layout-preview p{display:block;margin:0;color:#88898b}.sp-pagebuilder-layouts-container .sp-pagebuilder-layout-preview strong{display:block;color:#000;font-size:18px;font-weight:700;line-height:1;margin-bottom:5px}.sp-pagebuilder-layouts-container input[type=text]{margin:0;display:block;background-color:#fff;border:1px solid #ccc;width:100%;height:36px;padding:8px 15px;font-size:13px;line-height:18px;color:#555;border-radius:3px;vertical-align:middle;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border linear .2s,box-shadow linear .2s}.sp-pagebuilder-layouts-container .sp-pagebuilder-btn-generate{padding:8px 15px;font-size:14px;line-height:1.42857143}.context-menu{position:relative;list-style:none;padding:0;margin:0}.context-menu>li{display:block;padding:10px;font-size:14px;font-weight:400;line-height:18px;color:#666;cursor:pointer}.context-menu>li:hover{color:#fff;background-color:#1e7ed8;border-radius:3px}.context-menu .context-menu-item{padding:.5rem;margin:0;font-size:.8rem;line-height:1;border-bottom:1px solid #dcdcdc}.sppb-popover{position:absolute;top:0;left:10px;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #e2e5e9;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.sppb-popover.top{margin-top:-10px}.sppb-popover.right{margin-left:10px}.sppb-popover.bottom{margin-top:10px}.sppb-popover.left{margin-left:-10px}.sppb-popover-title{margin:0;padding:8px 14px;font-size:12px;font-weight:500;line-height:18px;background-color:#f7f7f7;color:#4c4c4c;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.sppb-popover-content{padding:15px;line-height:22px;font-size:13px;color:#666}.sppb-popover>.arrow,.sppb-popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.sppb-popover>.arrow{border-width:11px}.sppb-popover>.arrow:after{border-width:10px;content:""}.sppb-popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.sppb-popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.sppb-popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.sppb-popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.sppb-popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.sppb-popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.sppb-popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.sppb-popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.sppb-carousel{position:relative}.sppb-carousel-inner{position:relative;overflow:hidden;width:100%}.sppb-carousel-inner>.sppb-item{padding:60px;display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.sppb-carousel-inner>.sppb-item>.sppb-addon-carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.sppb-carousel-inner>.sppb-item>a>img,.sppb-carousel-inner>.sppb-item>img{line-height:1}.sppb-carousel-inner>.active,.sppb-carousel-inner>.next,.sppb-carousel-inner>.prev{display:block}.sppb-carousel-inner>.active{left:0}.sppb-carousel-inner>.next,.sppb-carousel-inner>.prev{position:absolute;top:0;width:100%}.sppb-carousel-inner>.next{left:100%}.sppb-carousel-inner>.prev{left:-100%}.sppb-carousel-inner>.next.left,.sppb-carousel-inner>.prev.right{left:0}.sppb-carousel-inner>.active.left{left:-100%}.sppb-carousel-inner>.active.right{left:100%}.sppb-carousel-arrow{position:absolute;top:0;left:0;bottom:0;width:40px;opacity:.8;font-size:24px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.sppb-carousel-arrow.right{left:auto;right:0}.sppb-carousel-arrow:focus,.sppb-carousel-arrow:hover{outline:0;color:#fff;text-decoration:none;opacity:.9}.sppb-carousel-arrow i{position:absolute;top:50%;z-index:5;display:inline-block}.sppb-carousel-arrow.left i{left:50%;margin-left:-10px}.sppb-carousel-arrow.right i{right:50%;margin-right:-10px}.sppb-carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.sppb-carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:rgba(0,0,0,0);transition:.2s}.sppb-carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.sppb-item.sppb-item-has-bg{padding:0;background-size:cover}.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner{position:absolute;top:0;left:0;width:100%;height:100%;padding:20px 50px}.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div{height:100%;width:100%;display:table}.sppb-item.sppb-item-has-bg>img{width:100%}.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div>div{display:table-cell;vertical-align:middle}.sppb-carousel-pro-text h2{font-size:36px;line-height:36px;margin-top:0}.sppb-carousel-item-inner .sppb-text-right{margin-top:30px}.sppb-addon-testimonial .fa-quote-left,.sppb-addon-testimonial .fa-quote-right{display:block;font-size:48px;color:#edeef2;margin-bottom:10px}.sppb-testimonial-top-content.sppb-addon-testimonial-footer{display:flex;flex-wrap:wrap}.sppb-text-center .sppb-testimonial-top-content.sppb-addon-testimonial-footer{justify-content:center}.sppb-text-right .sppb-testimonial-top-content.sppb-addon-testimonial-footer{justify-content:flex-end}.sppb-testimonial-top-content.sppb-addon-testimonial-footer>span{margin-left:auto;margin-bottom:0}.sppb-addon-testimonial-review{margin:0 0 20px 0}.sppb-addon-testimonial-footer{display:block;font-size:90%}.sppb-addon-testimonial-footer img{display:inline-block;margin-right:10px}.sppb-addon-testimonial-footer img.sppb-avatar-round{border-radius:4px}.sppb-addon-testimonial-footer img.sppb-avatar-circle{border-radius:100%}.sppb-addon-testimonial-content-wrap{display:flex;flex-wrap:wrap}.sppb-text-center .sppb-addon-testimonial-content-wrap{justify-content:center}.sppb-text-left .sppb-addon-testimonial-content-wrap{justify-content:flex-start}.sppb-text-right .sppb-addon-testimonial-content-wrap{justify-content:flex-end}.sppb-addon-testimonial-footer a{display:inline-block}.sppb-addon-testimonial-rating i{display:inline-block}.sppb-testimonial-pro{padding-bottom:40px}.sppb-testimonial-pro .sppb-carousel-inner>.sppb-item{padding:0}.sppb-testimonial-pro .sppb-img-responsive.sppb-avatar{display:inline-block}.sppb-testimonial-pro .sppb-img-responsive.sppb-avatar,.sppb-testimonial-pro .sppb-testimonial-client,.sppb-testimonial-pro .sppb-testimonial-message{margin-bottom:10px}.sppb-testimonial-pro .sppb-testimonial-message{font-size:16px;line-height:24px}.sppb-testimonial-pro .sppb-carousel-control{display:inline-block;font-size:18px;line-height:28px;width:28px;height:28px;border-radius:4px;text-align:center;border:2px solid #333;color:#888;margin:5px 3px 0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;-webkit-box-sizing:initial;-moz-box-sizing:initial;box-sizing:initial}.sppb-testimonial-pro .sppb-carousel-control:hover{background:#333;color:#fff}.sppb-testimonial-pro .sppb-carousel-indicators{bottom:0;margin-bottom:0}.sppb-testimonial-pro .sppb-carousel-indicators li{border-color:rgba(0,0,0,.3)}.sppb-testimonial-pro .sppb-carousel-indicators li.active{border-color:#666;background-color:#666}.sppb-testimonial-pro .fa-quote-left{display:block;font-size:48px;color:#edeef2;margin-bottom:10px}.sppb-addon-testimonial-pro-footer{margin-top:20px;display:flex;flex-wrap:wrap;font-size:90%}.sppb-testimonial-pro.sppb-text-left .sppb-addon-testimonial-pro-footer{justify-content:flex-start}.sppb-testimonial-pro.sppb-text-center .sppb-addon-testimonial-pro-footer{justify-content:center}.sppb-testimonial-pro.sppb-text-right .sppb-addon-testimonial-pro-footer{justify-content:flex-end}.sppb-addon-testimonial-pro-footer img{display:inline-block;margin-right:10px}.sppb-testimonial-pro .sppb-item>img{display:inline-block;margin-bottom:15px}.sppb-addon-testimonial-pro-footer img.sppb-avatar-round,.sppb-testimonial-pro .sppb-item>img.sppb-avatar-round{border-radius:4px}.sppb-addon-testimonial-pro-footer img.sppb-avatar-circle,.sppb-testimonial-pro .sppb-item>img.sppb-avatar-circle{border-radius:100%}.sppb-testimonial-pro.sppb-text-left .sppb-carousel-indicators{left:0;margin-left:0;text-align:left}.sppb-testimonial-pro.sppb-text-right .sppb-carousel-indicators{left:auto;margin-left:0;right:0;text-align:right}.sppb-addon-tweet .sppb-tweet-avatar{display:inline-block;margin-bottom:15px}.sppb-addon-tweet .sppb-tweet-username{display:block;font-size:18px;font-weight:700;margin-bottom:15px}.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-inner>.sppb-item{padding:0}.sppb-addon-tweet .sppb-tweet-slider .sppb-tweet-created{display:inline-block;margin-bottom:5px}.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control{display:inline-block;font-size:18px;line-height:24px;width:28px;height:28px;border-radius:4px;text-align:center;border:2px solid #333;color:#888;margin:15px 3px 0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;-webkit-box-sizing:initial;-moz-box-sizing:initial;box-sizing:initial}.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control:hover{background:#333;color:#fff}.sppb-addon-clients-image{transition:.4s}.sppb-addon-clients .sppb-carousel-extended-item{padding:15px 0}.sppb-addon-clients .sppb-carousel-extended-dots li{height:10px;width:10px;border-radius:50%}.sppb-addon-clients .sppb-carousel-extended-nav-control .nav-control{height:40px;width:40px;line-height:40px;font-size:18px}.sppb-addon-clients .sppb-carousel-extended-item img{width:auto;object-fit:initial;height:auto}.clearfix:after,.clearfix:before,.sp-pagebuilder-row:after,.sp-pagebuilder-row:before,.sppb-container-fluid:after,.sppb-container-fluid:before,.sppb-container:after,.sppb-container:before,.sppb-nav:after,.sppb-nav:before,.sppb-panel-body:after,.sppb-panel-body:before{content:" ";display:table}.clearfix:after,.sp-pagebuilder-row:after,.sppb-container-fluid:after,.sppb-container:after,.sppb-nav:after,.sppb-panel-body:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}@-ms-viewport{width:device-width}.sppb-visible-lg,.sppb-visible-md,.sppb-visible-sm,.sppb-visible-xs{display:none!important}.sppb-visible-lg-block,.sppb-visible-lg-inline,.sppb-visible-lg-inline-block,.sppb-visible-md-block,.sppb-visible-md-inline,.sppb-visible-md-inline-block,.sppb-visible-sm-block,.sppb-visible-sm-inline,.sppb-visible-sm-inline-block,.sppb-visible-xs-block,.sppb-visible-xs-inline,.sppb-visible-xs-inline-block{display:none!important}@media (max-width:767px){.sppb-visible-xs{display:block!important}table.sppb-visible-xs{display:table}tr.sppb-visible-xs{display:table-row!important}td.sppb-visible-xs,th.sppb-visible-xs{display:table-cell!important}}@media (max-width:767px){.sppb-visible-xs-block{display:block!important}}@media (max-width:767px){.sppb-visible-xs-inline{display:inline!important}}@media (max-width:767px){.sppb-visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.sppb-visible-sm{display:block!important}table.sppb-visible-sm{display:table}tr.sppb-visible-sm{display:table-row!important}td.sppb-visible-sm,th.sppb-visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.sppb-visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.sppb-visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.sppb-visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.sppb-visible-md{display:block!important}table.sppb-visible-md{display:table}tr.sppb-visible-md{display:table-row!important}td.sppb-visible-md,th.sppb-visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.sppb-visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.sppb-visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.sppb-visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.sppb-visible-lg{display:block!important}table.sppb-visible-lg{display:table}tr.sppb-visible-lg{display:table-row!important}td.sppb-visible-lg,th.sppb-visible-lg{display:table-cell!important}}@media (min-width:1200px){.sppb-visible-lg-block{display:block!important}}@media (min-width:1200px){.sppb-visible-lg-inline{display:inline!important}}@media (min-width:1200px){.sppb-visible-lg-inline-block{display:inline-block!important}}@media (max-width:575.98px){.sppb-hidden-xs{display:none!important}}@media (min-width:576px) and (max-width:767.98px){.sppb-hidden-sm{display:none!important}}@media (min-width:768px) and (max-width:991.98px){.sppb-hidden-md{display:none!important}}@media (min-width:992px) and (max-width:1199.98px){.sppb-hidden-lg{display:none!important}}@media (min-width:1200px){.sppb-hidden-xl{display:none!important}}@media (min-width:1400px){.sppb-hidden-xxl{display:none!important}}.sppb-visible-print{display:none!important}@media print{.sppb-visible-print{display:block!important}table.sppb-visible-print{display:table}tr.sppb-visible-print{display:table-row!important}td.sppb-visible-print,th.sppb-visible-print{display:table-cell!important}}.sppb-visible-print-block{display:none!important}@media print{.sppb-visible-print-block{display:block!important}}.sppb-visible-print-inline{display:none!important}@media print{.sppb-visible-print-inline{display:inline!important}}.sppb-visible-print-inline-block{display:none!important}@media print{.sppb-visible-print-inline-block{display:inline-block!important}}@media print{.sppb-hidden-print{display:none!important}}.sppb-empty-space-edit{display:block;border:1px dotted rgba(0,0,0,.2)}.sppb-divider{display:inline-block;width:100%}.sppb-countdown-number{display:inline-block;padding:0;text-align:center;font-weight:700;margin:0 0 5px 0}.sppb-countdown-text{display:block}.sppb-addon-countdown .sppb-countdown-timer .sppb-countdown-finishedtext{margin:30px 0;width:100%!important;padding:20px 0;height:auto!important}.sppb-social-share-wrap{align-items:center}.sppb-addon-social-share ul{margin:-5px;padding:0;list-style:none}.sppb-addon-social-share.sppb-social-share-style-colored ul,.sppb-addon-social-share.sppb-social-share-style-simple ul{margin:-10px}.sppb-addon-social-share.sppb-social-share-style-colored ul li,.sppb-addon-social-share.sppb-social-share-style-simple ul li{margin:10px}.sppb-addon-social-share ul li{display:inline-block;box-sizing:border-box;margin:5px}.sppb-addon-social-share ul li a{display:inline-block;margin:0;font-size:14px;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;text-align:center;text-decoration:none}.sppb-addon-social-share ul li a:active,.sppb-addon-social-share ul li a:focus,.sppb-addon-social-share ul li a:hover{text-decoration:none}.sppb-social-share-style-custom ul li a,.sppb-social-share-style-solid ul li a{padding:10px}.sppb-social-share-style-custom ul li a i,.sppb-social-share-style-solid ul li a i{display:inline-block;font-size:16px;width:24px;height:20px;line-height:20px}.sppb-social-share-title{margin-left:5px}.sppb-social-share-wrap ul li a:focus,.sppb-social-share-wrap ul li a:hover{text-decoration:none}.sppb-social-share-wrap ul li .social-share-count,.sppb-social-share-wrap ul li .social-share-title{padding-left:5px}.sppb-social-share-wrap .sppb-social-total-shares{position:relative;text-align:center}.sppb-social-share-wrap span.sppb-social-share-count{margin-left:5px;font-size:12px;font-weight:600;opacity:.9}.sppb-social-share-wrap .sppb-social-total-shares:after{content:"";display:inline-block;height:100%;width:1px;position:absolute;right:15px;top:0;background:#ddd}.sppb-social-share-wrap .sppb-social-total-shares em{font-style:normal;font-weight:700;font-size:42px;line-height:42px}.sppb-social-share-wrap .sppb-social-total-shares .sppb-social-total-share-caption{text-transform:uppercase;font-size:14px}.sppb-social-share-style-solid ul li a{color:#fff}.sppb-social-share-style-solid ul li.sppb-social-share-facebook a{background-color:#306199}.sppb-social-share-style-solid ul li.sppb-social-share-facebook a:hover{background-color:#244872}.sppb-social-share-style-solid ul li.sppb-social-share-twitter a{background-color:#26c4f1}.sppb-social-share-style-solid ul li.sppb-social-share-twitter a:hover{background-color:#0eaad6}.sppb-social-share-style-solid ul li.sppb-social-share-twitter-x a{background-color:#000000c7}.sppb-social-share-style-solid ul li.sppb-social-share-twitter-x a:hover{background-color:#000}.sppb-social-share-style-solid ul li.sppb-social-share-linkedin a{background-color:#007bb6}.sppb-social-share-style-solid ul li.sppb-social-share-linkedin a:hover{background-color:#005983}.sppb-social-share-style-solid ul li.sppb-social-share-pinterest a{background-color:#b81621}.sppb-social-share-style-solid ul li.sppb-social-share-pinterest a:hover{background-color:#8a1119}.sppb-social-share-style-solid ul li.sppb-social-share-glpus a{background-color:#e93f2e}.sppb-social-share-style-solid ul li.sppb-social-share-glpus a:hover{background-color:#ce2616}.sppb-social-share-style-solid ul li.sppb-social-share-thumblr a{background-color:#32506d}.sppb-social-share-style-solid ul li.sppb-social-share-thumblr a:hover{background-color:#22364a}.sppb-social-share-style-solid ul li.sppb-social-share-getpocket a{background-color:#ed4054}.sppb-social-share-style-solid ul li.sppb-social-share-getpocket a:hover{background-color:#e4162d}.sppb-social-share-style-solid ul li.sppb-social-share-reddit a{background-color:#ff4500}.sppb-social-share-style-solid ul li.sppb-social-share-reddit a:hover{background-color:#e83f00}.sppb-social-share-style-solid ul li.sppb-social-share-vk a{background-color:#597ba5}.sppb-social-share-style-solid ul li.sppb-social-share-vk a:hover{background-color:#3d5f88}.sppb-social-share-style-solid ul li.sppb-social-share-xing a{background-color:#005658}.sppb-social-share-style-solid ul li.sppb-social-share-xing a:hover{background-color:#004748}.sppb-social-share-style-solid ul li.sppb-social-share-whatsapp a{background-color:#00d66e}.sppb-social-share-style-solid ul li.sppb-social-share-whatsapp a:hover{background-color:#00b55d}.sppb-social-share-style-solid ul li.sppb-social-share-telegram a{background-color:#54a9eb}.sppb-social-share-style-solid ul li.sppb-social-share-bluesky a{background-color:#0285ff}.sppb-social-share-style-solid ul li.sppb-social-share-bluesky a:hover{background-color:#2566a4}.sppb-social-share-style-solid ul li.sppb-social-share-telegram a:hover{background-color:#4998d5}.sppb-social-share-style-colored ul li.sppb-social-share-facebook a{color:#306199}.sppb-social-share-style-colored ul li.sppb-social-share-facebook a:hover{color:#244872}.sppb-social-share-style-colored ul li.sppb-social-share-twitter a{color:#26c4f1}.sppb-social-share-style-colored ul li.sppb-social-share-twitter a:hover{color:#0eaad6}.sppb-social-share-style-colored ul li.sppb-social-share-linkedin a{color:#007bb6}.sppb-social-share-style-colored ul li.sppb-social-share-linkedin a:hover{color:#005983}.sppb-social-share-style-colored ul li.sppb-social-share-pinterest a{color:#b81621}.sppb-social-share-style-colored ul li.sppb-social-share-pinterest a:hover{color:#8a1119}.sppb-social-share-style-colored ul li.sppb-social-share-glpus a{color:#e93f2e}.sppb-social-share-style-colored ul li.sppb-social-share-glpus a:hover{color:#ce2616}.sppb-social-share-style-colored ul li.sppb-social-share-thumblr a{color:#32506d}.sppb-social-share-style-colored ul li.sppb-social-share-thumblr a:hover{color:#22364a}.sppb-social-share-style-colored ul li.sppb-social-share-getpocket a{color:#ed4054}.sppb-social-share-style-colored ul li.sppb-social-share-getpocket a:hover{color:#e4162d}.sppb-social-share-style-colored ul li.sppb-social-share-reddit a{color:#ff4500}.sppb-social-share-style-colored ul li.sppb-social-share-reddit a:hover{color:#e83f00}.sppb-social-share-style-colored ul li.sppb-social-share-vk a{color:#597ba5}.sppb-social-share-style-colored ul li.sppb-social-share-vk a:hover{color:#3d5f88}.sppb-icon-inner{display:inline-block;text-align:center;-webkit-transition:all .4s;transition:all .4s}.sppb-icon-hover-effect-zoom-in .sppb-icon-inner:hover{transform:scale(1.2);-webkit-transform:scale(1.2)}.sppb-icon-hover-effect-zoom-out .sppb-icon-inner:hover{transform:scale(.8);-webkit-transform:scale(.8)}.sppb-icon-hover-effect-rotate{-webkit-transition:all .8s;transition:all .8s}.sppb-icon-hover-effect-rotate .sppb-icon-inner:hover{transform:rotate(360deg);-webkit-transform:rotate(360deg)}.sppb-ajax-contact-status .sppb-text-danger,.sppb-ajax-contact-status .sppb-text-success{font-weight:700}.sppb-addon-flickr .sppb-flickr-gallery,.sppb-instagram-images{width:100%;display:block;list-style:none;padding:0;margin:0}.sppb-addon-flickr .sppb-flickr-gallery li,.sppb-instagram-image{margin:0;width:20%;float:left;text-align:center;position:relative}.sppb-addon-flickr .sppb-flickr-gallery li a{display:block;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:.4s;transition:.4s}.sppb-addon-flickr .sppb-flickr-gallery li a:before{content:"";background:rgba(0,0,0,.7);position:absolute;left:0;top:0;height:100%;width:100%;-webkit-transition:.4s;transition:.4s;visibility:visible;opacity:1}.sppb-addon-flickr .sppb-flickr-gallery li a:after{content:"\f002";font-family:"Font Awesome 5 Free";color:#fff;font-size:38px;top:0;left:0;position:absolute;right:0;height:25px;margin:auto;bottom:0;visibility:hidden;-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition:.4s;transition:.4s;font-weight:900}.sppb-instagram-gallery-btn:focus,.sppb-instagram-gallery-btn:hover{outline:0}.sppb-addon-flickr .sppb-flickr-gallery li a:hover{transform:scale(.83)}.sppb-addon-flickr .sppb-flickr-gallery li a:hover:after{-webkit-transform:scale(1);transform:scale(1);visibility:visible;opacity:1}.sppb-addon-flickr .sppb-flickr-gallery li a:hover:before{visibility:visible;opacity:1}.sppb-addon-flickr .sppb-flickr-gallery img{width:100%}.addon-instagram-item-wrap{position:relative}.addon-instagram-item-overlay{visibility:hidden;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:0;bottom:0;left:0;right:0;padding:15px;color:#fff;-webkit-transition:.4s;transition:.4s;opacity:0;z-index:1}.addon-instagram-meta-content{position:relative;top:30px;transition:.4s}.addon-instagram-item-info{visibility:hidden;opacity:0;-webkit-transition:.4s;transition:.4s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sppb-instagram-image:hover .addon-instagram-item-info{visibility:visible;opacity:1}.sppb-instagram-image:hover .addon-instagram-item-overlay{visibility:visible;background:rgba(0,0,0,.85);opacity:1}.sppb-instagram-image:hover .addon-instagram-meta-content{top:0}.addon-instagram-author-image,.addon-instagram-item-info i,.addon-instagram-item-info span{display:inline-block;font-size:20px;line-height:1;color:#fff}.addon-instagram-item-likes{margin-right:20px}.addon-instagram-item-likes i,.addon-instagram-item-likes span{float:left}.addon-instagram-item-likes span{font-size:16px}.intagram-like-number{margin-left:5px}.addon-instagram-item-comments{margin-left:20px}.addon-instagram-item-comments i,.addon-instagram-item-comments span{float:left}.addon-instagram-item-comments span{font-size:16px}.intagram-comment-number{margin-left:5px}.addon-instagram-caption{margin-top:40px;text-align:center}.addon-instagram-caption p{margin:0;line-height:1.4;color:#fff;font-weight:400;font-size:14px}.addon-instagram-image-wrap{position:relative;padding-top:100%;overflow:hidden}.instagram-image.sppb-img-responsive{position:absolute;left:0;top:0;height:100%;width:100%;transition:.4s;transform:scale(1);object-fit:cover}.sppb-instagram-image:hover .instagram-image.sppb-img-responsive{transform:scale(1.08)}.sppb-addon-instagram-gallery.layout-classic{margin:-10px}.layout-classic .sppb-instagram-images{display:flex;flex-wrap:wrap}.layout-classic .sppb-instagram-image{float:none;padding:10px}.sppb-instagram-classic-content-wrap{border:1px solid rgba(0,0,0,.1);background:#fff;height:100%}.addon-instagram-item-author-wrap{display:table;width:100%;padding:10px 20px}.addon-instagram-author-info{float:left}.instagram-redirect-link{float:right}.instagram-author-image{float:left;width:36px;height:36px;background:-webkit-linear-gradient(50deg,#f99b4a 15%,#dd3071 50%,#c72e8d 85%);background:-o-linear-gradient(50deg,#f99b4a 15%,#dd3071 50%,#c72e8d 85%);background:linear-gradient(40deg,#f99b4a 15%,#dd3071 50%,#c72e8d 85%);padding:2px;border-radius:50%}.instagram-author-image img{border-radius:50%;width:100%;height:100%}.instagram-author-meta-content{float:left;margin-left:10px;margin-top:5px;text-align:left;line-height:1}.instagram-author-meta-content a{display:block;line-height:1;font-weight:700;color:#000;font-size:14px}.instagram-author-meta-content span{display:inline-block;line-height:1;font-size:10px;text-transform:uppercase;color:rgba(0,0,0,.7);font-weight:600}.instagram-redirect-link{font-size:24px;color:#000}.addon-instagram-classic-meta-content{padding:15px}.addon-instagram-classic-meta-content .addon-instagram-item-info{visibility:visible;opacity:1;display:flex;justify-content:flex-start}.addon-instagram-item-share{margin-left:auto}.layout-classic .addon-instagram-caption{margin:10px 0 0;text-align:left}.layout-classic .addon-instagram-caption p{color:#000}.layout-classic .addon-instagram-author-image,.layout-classic .addon-instagram-item-info i,.layout-classic .addon-instagram-item-info span{color:#000}.addon-instagram-classic-meta-content .addon-instagram-item-likes{margin:0}.layout-classic .addon-instagram-item-share i{font-size:18px}.addon-instagram-item-share span{font-size:14px;display:inline-block;margin-left:5px}.layout-classic .instagram-image.sppb-img-responsive{transition:none}.layout-classic .sppb-instagram-image:hover .instagram-image.sppb-img-responsive{transform:scale(1)}.layout-classic .addon-instagram-item-comments{margin-left:auto}.sppb-addon-timeline .sppb-addon-timeline-wrapper{list-style:none;position:relative}.sppb-addon-timeline .sppb-addon-timeline-wrapper:before{background-color:#0095eb;bottom:0;content:" ";left:50%;position:absolute;top:8px;width:2px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge{height:90px;position:absolute;left:50%;z-index:5}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .3s;transition:all .3s;font-size:30px;background-color:#fff;border:3px solid #0095eb;height:20px;width:20px;border-radius:100%}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after{background:#0095eb none repeat scroll 0 0;content:"";height:2px;left:10px;position:absolute;top:37px;width:20px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .odd .timeline-badge:after{left:auto;right:10px;top:45px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge .timeline-date{font-size:1.4em}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement{position:relative;padding-top:0;padding-bottom:30px}.sppb-addon-timeline .sppb-addon-timeline-wrapper>.timeline-movement:last-child{padding-bottom:0;bottom:-15px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel{text-align:initial;padding:20px;border:solid 1px #dfdfdf;border-radius:5px;position:relative;width:345px;margin-left:15px}.sppb-col-md-6 .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel{width:93%}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title{font-size:18px;margin:0 0 10px;position:relative}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .details{font-size:14px;margin:0}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-badge{height:76px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-item .timeline-date{line-height:76px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part{text-align:right;margin-right:15px;float:right;padding:13px 20px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part .title:after{right:-80px;left:inherit}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part:before{left:inherit;right:1px;-webkit-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%)}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel:before{content:"";position:absolute;top:32px;left:1px;width:0;height:0;border-width:8px;border-color:#fff #fff transparent transparent;border-style:solid;-webkit-transform:rotate(-135deg) translateY(-50%);transform:rotate(-135deg) translateY(-50%);-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:3px -3px 1px -2px rgba(0,0,0,.2);box-shadow:3px -3px 1px -2px rgba(0,0,0,.2)}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date{font-size:16px;line-height:90px;margin:0 0 0 30px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-date{margin:0 30px 0 0}.timeline-item.mobile-block{display:none}.timeline-item.mobile-hidden{display:block}.sppb-addon-timeline .timeline-item img.sppb-image-round{border-radius:4px}.sppb-addon-timeline .timeline-item img.sppb-image-circle{border-radius:100%}.sppb-addon-timeline .sppb-image-container-right{display:flex;justify-content:flex-end;margin:4px}.sppb-addon-timeline .sppb-image-container-left{display:flex;justify-content:flex-start;margin:4px}.sppb-flipbox-panel{margin:0 auto;position:relative;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.sppb-flipbox-panel .sppb-flipbox-back,.sppb-flipbox-panel .sppb-flipbox-front{width:100%;height:100%;margin:0 auto;padding:20px;overflow:hidden;background-attachment:scroll;background-position:center;background-size:cover;background-repeat:no-repeat}.sppb-flipbox-panel .sppb-flipbox-front{height:100%;position:absolute;width:100%;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;background-size:cover!important;background-repeat:no-repeat!important}.sppb-flipbox-panel .sppb-flipbox-back{height:100%;position:absolute;width:100%;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;background-size:cover!important;background-repeat:no-repeat!important}.sppb-flipbox-panel .flip-box{display:flex;flex-direction:column;justify-content:center}.sppb-flipbox-panel .flip-box .flip-box-inner{position:relative}.flip_right .sppb-flipbox-panel .sppb-flipbox-front{-webkit-transform:rotateX(0) rotateY(0);-moz-transform:rotateX(0) rotateY(0);transform:rotateX(0) rotateY(0)}.flip_right .sppb-flipbox-panel.flip .sppb-flipbox-front{-webkit-transform:rotateX(0) rotateY(178deg);-moz-transform:rotateX(0) rotateY(178deg);transform:rotateX(0) rotateY(178deg)}.flip_right .sppb-flipbox-panel .sppb-flipbox-back{-webkit-transform:rotateX(0) rotateY(-178deg);-moz-transform:rotateX(0) rotateY(-178deg);transform:rotateX(0) rotateY(-178deg)}.flip_right .sppb-flipbox-panel.flip .sppb-flipbox-back{-webkit-transform:none;-moz-transform:none;transform:none}.flip_left .sppb-flipbox-panel .sppb-flipbox-front{-webkit-transform:rotateX(0) rotateY(0);-moz-transform:rotateX(0) rotateY(0);transform:rotateX(0) rotateY(0)}.flip_left .sppb-flipbox-panel.flip .sppb-flipbox-front{-webkit-transform:rotateX(0) rotateY(-178deg);-moz-transform:rotateX(0) rotateY(-178deg);transform:rotateX(0) rotateY(-178deg)}.flip_left .sppb-flipbox-panel .sppb-flipbox-back{-webkit-transform:rotateX(0) rotateY(178deg);-moz-transform:rotateX(0) rotateY(178deg);transform:rotateX(0) rotateY(178deg)}.flip_left .sppb-flipbox-panel.flip .sppb-flipbox-back{-webkit-transform:none;-moz-transform:none;transform:none}.flip_top .sppb-flipbox-panel .sppb-flipbox-front{-webkit-transform:rotateY(0) rotateX(0);-moz-transform:rotateY(0) rotateX(0);transform:rotateY(0) rotateX(0)}.flip_top .sppb-flipbox-panel.flip .sppb-flipbox-front{-webkit-transform:rotateX(178deg) rotateY(0);-moz-transform:rotateX(178deg) rotateY(0);transform:rotateX(178deg) rotateY(0)}.flip_top .sppb-flipbox-panel .sppb-flipbox-back{-webkit-transform:rotateX(-178deg) rotateY(0);-moz-transform:rotateX(-178deg) rotateY(0);transform:rotateX(-178deg) rotateY(0)}.flip_top .sppb-flipbox-panel.flip .sppb-flipbox-back{-webkit-transform:none;-moz-transform:none;transform:none}.flip_bottom .sppb-flipbox-panel .sppb-flipbox-front{-webkit-transform:rotateY(0) rotateX(0);-moz-transform:rotateY(0) rotateX(0);transform:rotateY(0) rotateX(0)}.flip_bottom .sppb-flipbox-panel.flip .sppb-flipbox-front{-webkit-transform:rotateX(-178deg) rotateY(0);-moz-transform:rotateX(-178deg) rotateY(0);transform:rotateX(-178deg) rotateY(0)}.flip_bottom .sppb-flipbox-panel .sppb-flipbox-back{-webkit-transform:rotateX(178deg) rotateY(0);-moz-transform:rotateX(178deg) rotateY(0);transform:rotateX(178deg) rotateY(0)}.flip_bottom .sppb-flipbox-panel.flip .sppb-flipbox-back{-webkit-transform:none;-moz-transform:none;transform:none}.sppb-addon-sppb-flibox.fade-flipbox .sppb-flipbox-panel .sppb-flipbox-front,.sppb-addon-sppb-flibox.slide-flipbox .sppb-flipbox-panel .sppb-flipbox-front{-webkit-transform:none;-moz-transform:none;transform:none}.fade-flipbox .sppb-flipbox-panel,.slide-flipbox .sppb-flipbox-panel{overflow:hidden;-webkit-perspective:initial;-moz-perspective:initial;perspective:initial;-webkit-transform-style:initial;-moz-transform-style:initial;transform-style:initial}.slide-flipbox.flip_right .sppb-flipbox-panel .sppb-flipbox-back{-webkit-transform:translateX(100%) translateY(0);-moz-transform:translateX(100%) translateY(0);transform:translateX(100%) translateY(0)}.slide-flipbox.flip_right .sppb-flipbox-panel.flip .sppb-flipbox-back{-webkit-transform:translateX(0) translateY(0);-moz-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}.fade-flipbox .sppb-flipbox-panel .sppb-flipbox-back,.slide-flipbox .sppb-flipbox-panel .sppb-flipbox-back{-webkit-transform-style:initial;-moz-transform-style:initial;transform-style:initial}.slide-flipbox.flip_left .sppb-flipbox-panel .sppb-flipbox-back{-webkit-transform:translateX(-100%) translateY(0);-moz-transform:translateX(-100%) translateY(0);transform:translateX(-100%) translateY(0)}.slide-flipbox.flip_left .sppb-flipbox-panel.flip .sppb-flipbox-back{-webkit-transform:translateX(0) translateY(0);-moz-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}.slide-flipbox.flip_top .sppb-flipbox-panel .sppb-flipbox-back{-webkit-transform:translateX(0) translateY(-100%);-moz-transform:translateX(0) translateY(-100%);transform:translateX(0) translateY(-100%)}.slide-flipbox.flip_top .sppb-flipbox-panel.flip .sppb-flipbox-back{-webkit-transform:translateX(0) translateY(0);-moz-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}.slide-flipbox.flip_bottom .sppb-flipbox-panel .sppb-flipbox-back{-webkit-transform:translateX(0) translateY(100%);-moz-transform:translateX(0) translateY(100%);transform:translateX(0) translateY(100%)}.slide-flipbox.flip_bottom .sppb-flipbox-panel.flip .sppb-flipbox-back{-webkit-transform:translateX(0) translateY(0);-moz-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}.fade-flipbox .sppb-flipbox-panel .sppb-flipbox-back{-webkit-transform:none;-moz-transform:none;transform:none;opacity:0}.fade-flipbox .sppb-flipbox-panel.flip .sppb-flipbox-back{opacity:1}.threeD-content-wrap{-webkit-perspective:2000;-moz-perspective:2000;-ms-perspective:2000;perspective:2000;-ms-transform:perspective(2000px);-moz-transform:perspective(2000px);-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;display:inline-block;width:100%}.threeD-item{height:100%;width:100%;-webkit-transition:.5s;transition:.5s;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition-timing-function:cubic-bezier(.5,.3,.3,1);transition-timing-function:cubic-bezier(.5,.3,.3,1)}.threeD-content-wrap.flip .threeD-item{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.flip_left .threeD-content-wrap.flip .threeD-item{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.flip_top .threeD-content-wrap.flip .threeD-item{-webkit-transform:rotateX(-180deg) rotateY(0);transform:rotateX(-180deg) rotateY(0);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.flip_top .threeD-content-wrap .threeD-item .threeD-flip-back{-webkit-transform:rotateX(180deg) rotateY(0);transform:rotateX(180deg) rotateY(0);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.flip_bottom .threeD-content-wrap.flip .threeD-item{-webkit-transform:rotateX(180deg) rotateY(0);transform:rotateX(180deg) rotateY(0);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.flip_bottom .threeD-content-wrap .threeD-item .threeD-flip-back{-webkit-transform:rotateX(-180deg) rotateY(0);transform:rotateX(-180deg) rotateY(0);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.threeD-flip-front{z-index:2}.threeD-flip-back{-webkit-transform:rotate3d(0,45,0,180deg);transform:rotate3d(0,45,0,180deg)}.threeD-flip-back,.threeD-flip-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;background-size:cover!important;background-repeat:no-repeat!important}.threeD-flip-back .threeD-content-inner,.threeD-flip-front .threeD-content-inner{width:100%;padding:0 50px;box-sizing:border-box;position:absolute;top:50%;transform:translateY(-50%) translateZ(60px);-webkit-transform:translateY(-50%) translateZ(60px);-ms-transform:translateY(-50%) translateZ(60px)}.sppb-flipbox-back.flip-box:before,.sppb-flipbox-front.flip-box:before,.threeD-flip-back:before,.threeD-flip-front:before{content:"";position:absolute;left:0;top:0;height:100%;width:100%}.sppb-flipbox-panel,.threeD-item{height:280px}@media screen and (max-width:767px){.timeline-item.mobile-block{display:block}.timeline-item.mobile-hidden{display:none}.sppb-addon-timeline .sppb-addon-timeline-wrapper{padding:0 0 10px 40px}.sppb-addon-timeline .sppb-addon-timeline-wrapper:before{left:10px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge{width:30px;left:-29px;top:48px;height:76px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after{left:23px;width:6px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:before{border-width:2px;height:16px;width:16px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .odd .timeline-badge:after{left:23px;right:auto;top:37px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel{text-align:left!important;margin-right:0!important;float:left!important;width:100%;margin-left:0;padding:15px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part{padding:15px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part:before{left:0;right:auto;-webkit-transform:rotate(-135deg) translateY(-50%);transform:rotate(-135deg) translateY(-50%)}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date{margin:0;text-align:left!important}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-item .timeline-date{line-height:40px}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date{margin:0;text-align:left!important}.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-date{margin:0;line-height:40px}.sppb-addon-timeline .sppb-addon-timeline-wrapper>.timeline-movement:last-child{bottom:0}.sppb-carousel-pro .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner{padding:20px 30px}}.sppb-modal-selector{display:inline-block}.sppb-ajax-contact-content .g-recaptcha{margin-bottom:15px}.sppb-addon-tweet .sppb-tweet-slider .sppb-item-image{padding:20px 0}.sppb-addon-tweet .sppb-tweet-slider .sppb-item-image .sppb-tweet-image{display:inline-block}.mfp-close-btn-in .mfp-content .mfp-close{color:#fff}.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close{color:#333}.mfp-content .popup-image-block{position:relative;display:inline-block}.sppb-modal-icon-wrap{position:relative;display:inline-block}@-webkit-keyframes sppbModalRipple{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}10%{opacity:1}90%{opacity:0}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@keyframes sppbModalRipple{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}10%{opacity:1}90%{opacity:0}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}.sppb-ripple-effect{position:absolute;left:0;right:0;bottom:0;top:0;box-shadow:0 0 0 15px rgba(255,255,255,.8),0 0 0 30px rgba(255,255,255,.6),0 0 0 45px rgba(255,255,255,.4);z-index:-1;animation:sppbModalRipple 2s infinite}@keyframes sppbPopoverRipple{0%{opacity:.35;transform:scale(1)}100%{opacity:0;transform:scale(1.5)}}.sppb-popover-ripple-effect{position:absolute;width:40px;height:40px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.sppb-popover-ripple-effect::before{content:'';position:absolute;inset:0;border-radius:100%;z-index:-1;opacity:0;animation:sppbPopoverRipple 1s ease-out infinite;background-color:#36f}.sppb-popover-ripple-effect::after{content:'';position:absolute;inset:0;transform:scale(1.5);border-radius:100%;animation-delay:1s;z-index:-1;opacity:0;animation:sppbPopoverRipple 1s ease-out infinite;background-color:#36f}.sppb-youtube-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.sppb-youtube-video-bg iframe{border:none}.sppb-carousel-pro .sppb-carousel-inner .sppb-item{-webkit-transition-property:opacity;transition-property:opacity}.sppb-carousel-pro .sppb-carousel-inner .active.left,.sppb-carousel-pro .sppb-carousel-inner .active.right,.sppb-carousel-pro .sppb-carousel-inner .sppb-item{opacity:0}.sppb-carousel-pro .sppb-carousel-inner .active,.sppb-carousel-pro .sppb-carousel-inner .next.left,.sppb-carousel-pro .sppb-carousel-inner .prev.right{opacity:1}.sppb-carousel-pro .sppb-carousel-inner .active.left,.sppb-carousel-pro .sppb-carousel-inner .active.right,.sppb-carousel-pro .sppb-carousel-inner .next,.sppb-carousel-pro .sppb-carousel-inner .prev{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.sppb-carousel-pro .sppb-carousel-control{z-index:2}.sppb-carousel-pro-arrow-bottom-center,.sppb-carousel-pro-arrow-bottom-left,.sppb-carousel-pro-arrow-bottom-right{position:absolute;right:0;left:0;top:auto;bottom:0}.sppb-carousel-pro-arrow-bottom-center .sppb-col-sm-12,.sppb-carousel-pro-arrow-bottom-left .sppb-col-sm-12,.sppb-carousel-pro-arrow-bottom-right .sppb-col-sm-12{font-size:0}.sppb-carousel-pro-arrow-bottom-center .sppb-carousel-control,.sppb-carousel-pro-arrow-bottom-left .sppb-carousel-control,.sppb-carousel-pro-arrow-bottom-right .sppb-carousel-control{position:relative;display:inline-block;height:40px;line-height:40px;font-size:24px;left:0;opacity:1;border:1px solid #fff;text-shadow:none}.sppb-carousel-pro-arrow-bottom-left{text-align:left}.sppb-carousel-pro-arrow-bottom-center .sppb-carousel-control i,.sppb-carousel-pro-arrow-bottom-left .sppb-carousel-control i,.sppb-carousel-pro-arrow-bottom-right .sppb-carousel-control i{position:relative;top:0;left:0;right:auto;margin:0}.sppb-carousel-pro-arrow-bottom-center{text-align:center}.sppb-carousel-pro-arrow-bottom-right{text-align:right}.sppb-align-center{-ms-flex-align:center!important;align-items:center!important}.sppb-align-top{-ms-flex-align:flex-start!important;align-items:flex-start!important}.sppb-align-bottom{-ms-flex-align:flex-end!important;align-items:flex-end!important}.sppb-section-content-bottom,.sppb-section-content-center,.sppb-section-content-top{display:flex;width:100%}.sppb-section-content-center{align-items:center}.sppb-section-content-top{align-items:flex-start}.sppb-section-content-bottom{align-items:flex-end}.sppb-section-content-bottom .sppb-align-center,.sppb-section-content-center .sppb-align-center,.sppb-section-content-top .sppb-align-center{flex:1 0 100%}.sppb-section-content-bottom .sppb-container-inner,.sppb-section-content-center .sppb-container-inner,.sppb-section-content-top .sppb-container-inner{width:100%}.sppb-shape-container{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;z-index:2}.sppb-shape-container.sppb-top-shape{top:-1px}.sppb-shape-container.sppb-bottom-shape{bottom:-1px}.sppb-shape-container svg{display:block;width:100%;position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.sppb-shape-container.sppb-bottom-shape svg{transform:rotateX(180deg) translateX(-50%)}.sppb-shape-container.sppb-top-shape.sppb-shape-flip svg{transform:rotateY(180deg) translateX(50%)}.sppb-shape-container.sppb-bottom-shape.sppb-shape-flip svg{transform:rotate(180deg) translateX(50%)}.sppb-shape-container.sppb-top-shape.sppb-shape-invert svg{transform:rotateX(180deg) translateX(-50%)}.sppb-shape-container.sppb-bottom-shape.sppb-shape-invert svg{transform:rotateX(0) translateX(-50%)}.sppb-shape-container.sppb-top-shape.sppb-shape-invert.sppb-shape-flip svg{transform:rotate(180deg) translateX(50%)}.sppb-shape-container.sppb-bottom-shape.sppb-shape-invert.sppb-shape-flip svg{transform:rotateY(180deg) translateX(50%)}.sppb-shape-container.sppb-shape-to-front{z-index:99999}.sppb-addon-optin-forms{padding:30px}.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty){padding:20px 0}.sppb-addon-optin-forms .sppb-optin-form-info-wrap{overflow:hidden}.sppb-addon-optin-forms .sppb-optin-form input{-webkit-box-shadow:none;box-shadow:none}.sppb-optin-form-box.has-grid,.sppb-optin-form-info-wrap.media-position-bottom,.sppb-optin-form-info-wrap.media-position-left,.sppb-optin-form-info-wrap.media-position-right{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;align-items:center}.sppb-optin-form-info-wrap.media-position-right{flex-direction:row-reverse}.sppb-optin-form-info-wrap.media-position-bottom{flex-direction:column-reverse;align-items:flex-start}.sppb-optin-form-info-wrap.media-position-left .sppb-optin-form-icon,.sppb-optin-form-info-wrap.media-position-left .sppb-optin-form-img{padding-right:20px}.sppb-optin-form-info-wrap.media-position-right .sppb-optin-form-icon,.sppb-optin-form-info-wrap.media-position-right .sppb-optin-form-img{padding-left:20px}.sppb-optin-form.form-inline .button-wrap{margin-bottom:20px}form.sppb-optin-form.submit-button-inside{position:relative}.sppb-optin-form.submit-button-inside .name-wrap .checkbox-wrap,form.sppb-optin-form.submit-button-inside{padding-right:0}form.sppb-optin-form.submit-button-inside .button-wrap{margin-bottom:0;position:absolute;top:0;right:0}@media screen and (min-width:480px){.sppb-optin-form.form-inline{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.sppb-optin-form.form-inline .checkbox-wrap,.sppb-optin-form.form-inline .email-wrap,.sppb-optin-form.form-inline .name-wrap{padding-right:20px}.sppb-optin-form.form-inline .checkbox-wrap,.sppb-optin-form.form-inline .email-wrap,.sppb-optin-form.form-inline .name-wrap{flex:1}}.com-sppagebuilder .mfp-content,.com_sppagebuilder .mfp-content{text-align:center}.com-sppagebuilder .sppb-optin-form-popup-wrap,.com_sppagebuilder .sppb-optin-form-popup-wrap{display:inline-block;position:relative;max-width:100%}.com-sppagebuilder .sppb-optin-form-popup-wrap .mfp-close,.com_sppagebuilder .sppb-optin-form-popup-wrap .mfp-close{width:35px;height:35px;line-height:30px;opacity:.5;-webkit-transition:.3s;transition:.3s}.com-sppagebuilder .sppb-optin-form-popup-wrap .mfp-close:hover,.com_sppagebuilder .sppb-optin-form-popup-wrap .mfp-close:hover{opacity:1}.com-sppagebuilder .sppb-optin-form-popup-wrap>[id*=sppb-addon-],.com_sppagebuilder .sppb-optin-form-popup-wrap>[id*=sppb-addon-]{position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:100%}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.com-sppagebuilder:not(.layout-edit) .sppb-addon-optin-forms.optintype-popup .sppb-optin-forms-close{position:absolute;top:-25px;right:-5px;z-index:999;cursor:pointer;font-size:20px}.com-sppagebuilder:not(.layout-edit) .sppb-addon-optin-forms.optintype-popup{display:none!important}.com-sppagebuilder:not(.layout-edit) .mfp-content .sppb-addon-optin-forms.optintype-popup{display:block!important}.sppb-modal-selector{display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flex;display:-o-inline-flex;display:inline-flex;align-items:center;position:relative;z-index:1}@media screen and (min-width:768px){.sppb-addon-cta .sppb-row{display:table;width:100%;height:100%}.sppb-addon-cta .sppb-row>div{display:table-cell;vertical-align:middle;float:none}}.sppb-addon-testimonial-avatar{display:inline-block}.sppb-addon-testimonial-footer span{display:inline-block}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.sppb-addon-overlayer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.sppb-link-list-wrap ul{margin:0;padding:0;list-style:none}.sppb-link-list-wrap ul li a{display:inline-block;color:#000}.sppb-link-list-wrap.sppb-link-list-nav ul li{display:inline-block}.sppb-nav-align-right{text-align:right}.sppb-nav-align-center{text-align:center}.sppb-responsive-bars{display:none;cursor:pointer;padding:10px;background-color:rgba(0,0,0,.1);border-radius:3px;transition:all .3s}.sppb-responsive-bars.open{background-color:#22b8f0}.sppb-responsive-bar{display:block;height:3px;width:35px;background-color:#000;transition:all .3s}.sppb-responsive-bars.open .sppb-responsive-bar{background-color:#fff}.sppb-responsive-bar+.sppb-responsive-bar{margin-top:7px}#sp-page-builder .page-content .sppb-section.sppb-sticky-it,#sp-page-builder .sppb-section.sppb-sticky-it{position:fixed;width:100%;top:0;left:0;z-index:999}@media (max-width:991px){.sppb-responsive-bars{display:inline-block}.sppb-link-list-responsive.sppb-link-list-wrap ul{max-height:0;overflow:hidden;transition:all .5s}.sppb-link-list-responsive.sppb-link-list-wrap ul.open{max-height:1000px;transition:all .5s ease-in}.sppb-link-list-responsive.sppb-link-list-wrap .open ul{max-height:fit-content}.sppb-link-list-responsive.sppb-link-list-wrap ul li a{display:block}.sppb-link-list-responsive.sppb-link-list-wrap.sppb-link-list-nav ul li{display:block}.sppb-link-list-responsive.sppb-nav-align-right ul{text-align:left}}.sppb-icons-group-list{list-style:none;margin:0;padding:0;display:block}.sppb-icons-group-list li{text-align:center}.sppb-icons-group-list li a{display:inline-block}.sppb-icons-label-text{display:block;line-height:1}.sppb-icons-label-text.right{display:inline-block}.sppb-addon-icons-group.icons-group-title-postion-left,.sppb-addon-icons-group.icons-group-title-postion-right{display:flex}.sppb-addon-icons-group.icons-group-title-postion-right .sppb-addon-title{order:2}.overlay-image-title .sppb-addon-subtitle,.overlay-image-title .sppb-addon-title{transition:.35s;color:#fff;margin-top:0}.overlay-image-title .sppb-addon-subtitle{margin-bottom:0}.overlay-image-title .sppb-addon-subtitle i,.overlay-image-title .sppb-addon-title i{margin-right:5px}.sppb-addon-overlay-image-content{padding:35px;-ms-display:flex;display:flex;position:relative;backface-visibility:hidden;overflow:hidden}.title-subtitle-top-left{align-items:flex-start;justify-content:flex-start}.title-subtitle-top-center{align-items:flex-start;justify-content:center;text-align:center}.title-subtitle-top-right{align-items:flex-start;justify-content:flex-end;text-align:right}.title-subtitle-bottom-left{align-items:flex-end;justify-content:flex-start}.title-subtitle-bottom-center{align-items:flex-end;justify-content:center;text-align:center}.title-subtitle-bottom-right{align-items:flex-end;justify-content:flex-end;text-align:right}.title-subtitle-center-left{align-items:center;justify-content:flex-start}.title-subtitle-center-center{align-items:center;justify-content:center;text-align:center}.title-subtitle-center-right{align-items:center;justify-content:flex-end;text-align:right}.overlay-image-button-wrap{position:relative;z-index:1}.title-subtitle-bottom-left .sppb-addon-title,.title-subtitle-center-left .sppb-addon-title,.title-subtitle-top-left .sppb-addon-title{transform:translate3d(15px,0,0)}.title-subtitle-bottom-left .sppb-addon-subtitle,.title-subtitle-center-left .sppb-addon-subtitle,.title-subtitle-top-left .sppb-addon-subtitle{transform:translate3d(15px,0,0);transition:.45s}.sppb-addon-overlay-image:hover .title-subtitle-bottom-left .sppb-addon-subtitle,.sppb-addon-overlay-image:hover .title-subtitle-bottom-left .sppb-addon-title,.sppb-addon-overlay-image:hover .title-subtitle-center-left .sppb-addon-subtitle,.sppb-addon-overlay-image:hover .title-subtitle-center-left .sppb-addon-title,.sppb-addon-overlay-image:hover .title-subtitle-top-left .sppb-addon-subtitle,.sppb-addon-overlay-image:hover .title-subtitle-top-left .sppb-addon-title{transform:translate3d(0,0,0)}.title-subtitle-bottom-right .sppb-addon-title,.title-subtitle-center-right .sppb-addon-title,.title-subtitle-top-right .sppb-addon-title{transform:translate3d(-15px,0,0);transition:.45s}.title-subtitle-bottom-right .sppb-addon-subtitle,.title-subtitle-center-right .sppb-addon-subtitle,.title-subtitle-top-right .sppb-addon-subtitle{transform:translate3d(-15px,0,0)}.sppb-addon-overlay-image:hover .title-subtitle-bottom-right .sppb-addon-subtitle,.sppb-addon-overlay-image:hover .title-subtitle-bottom-right .sppb-addon-title,.sppb-addon-overlay-image:hover .title-subtitle-center-right .sppb-addon-subtitle,.sppb-addon-overlay-image:hover .title-subtitle-center-right .sppb-addon-title,.sppb-addon-overlay-image:hover .title-subtitle-top-right .sppb-addon-subtitle,.sppb-addon-overlay-image:hover .title-subtitle-top-right .sppb-addon-title{transform:translate3d(0,0,0)}.title-subtitle-top-center .sppb-addon-title{transform:translate3d(0,15px,0);transition:.45s}.title-subtitle-top-center .sppb-addon-subtitle{transform:translate3d(0,15px,0)}.sppb-addon-overlay-image:hover .title-subtitle-top-center .sppb-addon-subtitle,.sppb-addon-overlay-image:hover .title-subtitle-top-center .sppb-addon-title{transform:translate3d(0,0,0)}.title-subtitle-center-center .sppb-addon-title{transform:translate3d(0,15px,0)}.title-subtitle-center-center .sppb-addon-subtitle{transform:translate3d(0,15px,0);transition:.45s}.sppb-addon-overlay-image:hover .title-subtitle-center-center .sppb-addon-subtitle,.sppb-addon-overlay-image:hover .title-subtitle-center-center .sppb-addon-title{transform:translate3d(0,0,0)}.title-subtitle-bottom-center .sppb-addon-title{transform:translate3d(0,-15px,0)}.title-subtitle-bottom-center .sppb-addon-subtitle{transform:translate3d(0,-15px,0);transition:.45s}.sppb-addon-overlay-image:hover .title-subtitle-bottom-center .sppb-addon-subtitle,.sppb-addon-overlay-image:hover .title-subtitle-bottom-center .sppb-addon-title{transform:translate3d(0,0,0)}.title-subtitle-bottom-left .overlay-image-button-wrap,.title-subtitle-center-left .overlay-image-button-wrap,.title-subtitle-top-left .overlay-image-button-wrap{transform:translate3d(15px,0,0);transition:.55s}.sppb-addon-overlay-image:hover .title-subtitle-bottom-left .overlay-image-button-wrap,.sppb-addon-overlay-image:hover .title-subtitle-center-left .overlay-image-button-wrap,.sppb-addon-overlay-image:hover .title-subtitle-top-left .overlay-image-button-wrap{transform:translate3d(0,0,0)}.title-subtitle-bottom-right .overlay-image-button-wrap,.title-subtitle-center-right .overlay-image-button-wrap,.title-subtitle-top-right .overlay-image-button-wrap{transform:translate3d(-15px,0,0);transition:.55s}.sppb-addon-overlay-image:hover .title-subtitle-bottom-right .overlay-image-button-wrap,.sppb-addon-overlay-image:hover .title-subtitle-center-right .overlay-image-button-wrap,.sppb-addon-overlay-image:hover .title-subtitle-top-right .overlay-image-button-wrap{transform:translate3d(0,0,0)}.title-subtitle-top-center .overlay-image-button-wrap{transform:translate3d(0,15px,0);transition:.3s}.sppb-addon-overlay-image:hover .title-subtitle-top-center .overlay-image-button-wrap{transform:translate3d(0,0,0)}.title-subtitle-center-center .overlay-image-button-wrap{transform:translate3d(0,0,0);transition:.3s}.sppb-addon-overlay-image:hover .title-subtitle-center-center .overlay-image-button-wrap{transform:translate3d(0,-15px,0)}.title-subtitle-bottom-center .overlay-image-button-wrap{transform:translate3d(0,-15px,0);transition:.3s}.sppb-addon-overlay-image:hover .title-subtitle-bottom-center .overlay-image-button-wrap{transform:translate3d(0,0,0)}.overlay-image-title{position:relative;z-index:1}.title-subtitle-center-center .overlay-image-title{height:100%;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.overlay-background-image-wrapper{position:absolute;left:0;top:0;width:100%;height:100%}.overlay-background-image{background-position:center center;background-repeat:no-repeat;background-size:cover;height:100%;transition:.35s}.image-effect-slide-top .overlay-background-image{height:-webkit-calc(100% + 50px);height:calc(100% + 50px);transform:translate3d(0,-50px,0)}.image-effect-slide-top:hover .overlay-background-image{transform:translate3d(0,0,0)}.image-effect-slide-bottom .overlay-background-image{height:-webkit-calc(100% + 50px);height:calc(100% + 50px);transform:translate3d(0,0,0)}.image-effect-slide-bottom:hover .overlay-background-image{transform:translate3d(0,-50px,0)}.image-effect-slide-left .overlay-background-image{width:-webkit-calc(100% + 50px);width:calc(100% + 50px);transform:translate3d(-50px,0,0)}.image-effect-slide-left:hover .overlay-background-image{transform:translate3d(0,0,0)}.image-effect-slide-right .overlay-background-image{width:-webkit-calc(100% + 50px);width:calc(100% + 50px);transform:translate3d(0,0,0)}.image-effect-slide-right:hover .overlay-background-image{transform:translate3d(-50px,0,0)}.image-effect-zoom-in:hover .overlay-background-image{transform:scale3d(1.15,1.15,1)}.image-effect-zoom-out .overlay-background-image{transform:scale3d(1.15,1.15,1)}.image-effect-zoom-out:hover .overlay-background-image{transform:scale3d(1,1,1)}.image-effect-zoom-in .overlay-image-title::before{position:absolute;content:"";opacity:0;top:0;right:0;bottom:0;left:0;border:1px solid #fff;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:.35s;transition:.35s}.image-effect-zoom-out .overlay-image-title::before{position:absolute;content:"";opacity:0;top:0;right:-15px;bottom:0;left:-15px;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transition:.35s;transition:.35s;border-left:none;border-right:none}.image-effect-zoom-out .overlay-image-title::after{position:absolute;content:"";opacity:0;top:-15px;right:0;bottom:-15px;left:0;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;transform-origin:100% 0;-webkit-transition:.35s;transition:.35s;border-top:none;border-bottom:none}.image-effect-zoom-out:hover .title-subtitle-center-center .overlay-image-title::before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.image-effect-zoom-out:hover .title-subtitle-center-center .overlay-image-title::after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.image-effect-zoom-in:hover .title-subtitle-center-center .overlay-image-title::before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.sppb-addon-overlay-image:hover .sppb-addon-image-overlay-icon{display:block;-webkit-animation:zoomIn .2s;animation:zoomIn .2s}.overlay-background-style{position:absolute;left:0;top:0;height:100%;width:100%;transition:.4s linear}.overlay-background-style::after{content:"";position:absolute;left:0;top:0;height:100%;width:100%;opacity:0;transition:.6s linear}.overlay-show-content-on-hover .overlay-image-title{opacity:0;visibility:hidden;transition:.4s}.overlay-show-content-on-hover:hover .overlay-image-title{opacity:1;visibility:visible}.sppb-addon-articles-scroller,.sppb-addon-articles-ticker{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.sppb-articles-scroller-link{display:block}.sppb-addon-articles-scroller-title{font-size:18px;color:#fff;font-weight:700;line-height:1;margin-bottom:10px}.sppb-articles-scroller-date-left-date-container{display:-webkit-box;display:-ms-flexbox;display:flex}.sppb-articles-scroller-date-left-date{background:#e91e63;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 15%;flex:0 0 15%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sppb-articles-scroller-meta-date-left{text-align:center}.sppb-articles-scroller-meta-date-left span{color:#fff;line-height:1;font-weight:700;font-size:14px;display:block;text-transform:uppercase}.sppb-articles-scroller-meta-date-left span.sppb-articles-scroller-day{font-size:42px;margin-bottom:5px;font-weight:700}.sppb-articles-scroller-date-left-content{background:#212125;padding:25px;-ms-flex:0 0 85%;flex:0 0 85%}.sppb-articles-scroller-introtext{color:#fff}.sppb-articles-scroller-introtext p{margin-bottom:5px}.sppb-articles-scroller-introtext *{display:inline-block}.sppb-articles-scroller-introtext ol,.sppb-articles-scroller-introtext ul{margin:0;padding:0}.sppb-articles-scroller-date-left-content .sppb-addon-articles-scroller-title{font-size:24px;margin-bottom:15px}.sppb-articles-ticker-wrap{display:flex;position:relative}.sppb-articles-ticker-wrap .bx-wrapper{margin:0 auto;display:table;width:100%}.sppb-articles-ticker-heading{background:#e91e63;color:#fff;-ms-flex:0 0 25%;flex:0 0 25%;align-items:center;display:flex;justify-content:center;position:relative;z-index:1;text-align:center;line-height:1}.sppb-articles-ticker-heading svg{position:absolute;left:auto;top:0;height:100%;z-index:-1;right:-25px}.sppb-articles-ticker{margin:0;-ms-flex:0 0 75%;flex:0 0 75%;background:#222;position:relative}.sppb-articles-ticker .bx-wrapper{margin:0 auto}.sppb-articles-ticker-text{padding:15px 30px 15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto!important}.sppb-articles-ticker-text.shape-enabled-need-extra-padding{padding-left:42px}.sppb-articles-ticker-text a{color:#fff;display:block;font-size:16px;line-height:1;position:relative;z-index:1}.sppb-articles-ticker-controller{position:absolute;left:auto;right:15px;top:0;margin:auto;bottom:0;height:29px}.sppb-articles-ticker-controller span{display:inline-block;font-size:22px;line-height:1.2}.sppb-articles-ticker-controller span.sppb-articles-ticker-left-control{margin-right:5px}.sppb-articles-ticker-controller span a{font-size:22px;color:#fff;line-height:1}.ticker-date-time-content-wrap{position:relative;right:15px;margin-left:auto}@media (max-width:550px){.ticker-date-time-content-wrap{display:none}}.ticker-date-time-content-wrap.date-wrapper-class.hour-wrapper-class{-ms-flex:0 0 50%;flex:0 0 50%}.ticker-date-time-content-wrap.date-wrapper-class{-ms-flex:0 0 30%;flex:0 0 30%}.ticker-date-time-content-wrap.hour-wrapper-class{-ms-flex:0 0 40%;flex:0 0 40%}.ticker-date-time{position:absolute;left:auto;right:0;top:0;color:#fff;padding:3px 4px;line-height:1;font-size:12px;background:#e91e63;text-transform:uppercase;height:18px;bottom:0;margin:auto 0}.ticker-date-time span{display:inline-block}.ticker-date-time .ticker-date+.ticker-hour{margin-left:3px}.article-image-as-bg{position:relative}.article-image-as-bg::before{content:"";background:rgba(0,0,0,.5);position:absolute;left:0;top:0;height:100%;width:100%}.article-image-as-bg .sppb-articles-scroller-date-left-date{position:relative}.article-image-as-bg .sppb-articles-scroller-date-left-date:after{content:"";position:absolute;left:auto;right:0;width:1px;height:60%;margin:auto;background:#fff}.date-text-overlay{position:relative}.date-text-overlay .sppb-articles-scroller-month{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:auto;right:0;line-height:1;top:0;bottom:0;color:#000;font-size:24px}.sppb-articles-carousel-column{width:25%}.sppb-articles-carousel-content{background:#fff;box-shadow:0 6px 12px -3px rgba(49,41,41,.1);padding:20px 20px 25px;margin-bottom:15px}.sppb-articles-carousel-meta-date{color:rgba(0,0,0,.6);font-size:14px}.sppb-articles-carousel-link{display:block;margin:12px 0;font-size:24px;color:#000;line-height:1}.sppb-articles-carousel-meta-category a{font-size:14px;font-weight:600;color:#95a5a6;display:inline-block;margin-top:10px}.sppb-addon-articles-carousel .bx-controls.bx-has-pager{position:absolute;width:100%;top:-40px}.sppb-addon-articles-carousel .bx-pager.bx-default-pager{padding-top:0;bottom:auto;font-size:0;text-align:right;right:10px}.sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a{width:30px;height:2px;border-radius:0;position:relative;overflow:hidden;transition:.35s}.sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a.active{width:50px}.sppb-addon-articles-carousel .bx-wrapper .bx-controls-auto .bx-controls-auto-item,.sppb-addon-articles-carousel .bx-wrapper .bx-pager-item{vertical-align:initial}div.bx-wrapper .bx-controls-direction a{text-indent:initial;color:#000;font-size:24px;text-align:center;left:10px;width:20px}div.bx-wrapper .bx-controls-direction a:hover{color:#fff}div.bx-wrapper .bx-controls-direction a.bx-next{left:35px}.sppb-addon-video .sppb-addon-video-local-video-wrap{padding-top:56.3%;position:relative}.sppb-addon-video-local-source{object-fit:contain;position:absolute;left:0;top:0;height:100%;width:100%}.sppb-addon-pricelist{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.sppb-addon-pricelist .sppb-addon-title{font-size:18px;font-weight:700;line-height:1;margin-bottom:10px}.pricelist-price{margin-left:5px}.pricelist-price sup{font-weight:400}.pricelist-title-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.pricelist-text-content{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%}.pricelist-price-content,.pricelist-title{white-space:nowrap}.pricelist-line{-webkit-box-flex:1;-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:2px 5px 0 10px}.bottom-of-content+.pricelist-line,.pricelist-line.title-bottom{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;margin-left:0;margin-right:0}.pricelist-line span{border-bottom-color:#d2d2d2;border-bottom-width:2px;width:100%}.pricelist-line-style-dotted{border-bottom-style:dotted}.pricelist-line-style-solid{border-bottom-style:solid}.pricelist-line-style-dashed{border-bottom-style:dashed}span.pricelist-line-style-double{border-bottom-style:double;border-bottom-width:3px}.pricelist-price.discounted-price{text-decoration:line-through;font-size:70%;display:inline-block;line-height:1}.pricelist-price.discounted-price .pricelist-point-zero{font-size:80%;vertical-align:initial!important}.pricelist-left-image{position:relative}.pricelist-tag{position:absolute;left:15px;top:15px;color:#fff;background:#000;line-height:1;padding:5px 7px;font-size:12px;font-weight:700}.pricelist-left-number{color:#ccc;font-size:36px;font-weight:700;font-style:italic;line-height:1;text-align:center}.pricelist-point-zero{font-size:60%}@media only screen and (max-width:550px){.pricelist-price-content,.pricelist-title{white-space:initial}}.sppb-addon-title{display:inline-block}.sppb-addon-animated-heading .sppb-addon-title{font-size:45px;font-weight:600;color:#4e5465;display:flex;flex-wrap:wrap;align-items:center;margin:0}.sppb-addon-animated-heading.sppb-text-left .sppb-addon-title{justify-content:flex-start}.sppb-addon-animated-heading.sppb-text-center .sppb-addon-title{justify-content:center}.sppb-addon-animated-heading.sppb-text-right .sppb-addon-title{justify-content:flex-end}.animated-heading-after-part,.animated-heading-before-part{position:relative;z-index:1}.animated-heading-before-part{margin-right:8px}.animated-heading-after-part{margin-left:8px}.animated-heading-highlighted-wrap{position:relative;display:inline-block}.animated-heading-highlighted-text.shape-circle{padding:5px 15px 10px}.animated-heading-highlighted-text.shape-square{padding:7px 20px 5px 40px}.animated-heading-highlighted-text.shape-wave{padding:5px 5px 0}.animated-heading-highlighted-text.shape-bg-fill{padding:5px}.animated-heading-highlighted-text{position:relative;display:inline-block;z-index:1;padding:5px 5px 10px}.animated-heading-highlighted-wrap svg{position:absolute;top:50%;left:50%;width:calc(100% + 20px);height:calc(100% + 20px);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:visible!important}.animated-heading-highlighted-wrap svg path{stroke:#f44336;stroke-width:10;fill:none;stroke-dasharray:1500;-webkit-animation-name:highlighted-text-animation;animation-name:highlighted-text-animation;-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-duration:10s;animation-duration:10s}.animated-heading-highlighted-wrap svg path:nth-of-type(2){-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes highlighted-text-animation{0%{stroke-dasharray:0 1500}15%{stroke-dasharray:1500 1500}85%{opacity:1}90%{stroke-dasharray:1500 1500;opacity:0}to{stroke-dasharray:0 1500;opacity:0}}@keyframes highlighted-text-animation{0%{stroke-dasharray:0 1500}15%{stroke-dasharray:1500 1500}85%{opacity:1}90%{stroke-dasharray:1500 1500;opacity:0}to{stroke-dasharray:0 1500;opacity:0}}.animated-text-words-wrapper{position:relative;text-align:center;display:flex;flex-wrap:wrap;color:#26c4f1}.animated-text-words-wrapper .animated-text{display:inline-block;position:absolute;white-space:nowrap;left:0;top:0}.animated-text em,.animated-text i{font-style:normal}.animated-text-words-wrapper span.is-visible{position:relative}.no-js .animated-text-words-wrapper .animated-text{opacity:0}.no-js .animated-text-words-wrapper span.is-visible{opacity:1}.animated-heading-text.text-animation-flip .animated-text-words-wrapper{-webkit-perspective:300px;perspective:300px}.animated-heading-text.text-animation-flip .animated-text{opacity:0;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg)}.animated-heading-text.text-animation-flip span.is-visible{opacity:1;-webkit-transform:rotateX(0);-ms-transform:rotateX(0);transform:rotateX(0);-webkit-animation:animated-text-animation-flip-in 1.2s;animation:animated-text-animation-flip-in 1.2s}.animated-heading-text.text-animation-flip span.is-hidden{-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:animated-text-animation-flip-out 1.2s;animation:animated-text-animation-flip-out 1.2s}@-webkit-keyframes animated-text-animation-flip-in{0%{-webkit-transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);opacity:1}}@keyframes animated-text-animation-flip-in{0%{-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);-ms-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);-ms-transform:rotateX(360deg);transform:rotateX(360deg);opacity:1}}@-webkit-keyframes animated-text-animation-flip-out{0%{-webkit-transform:rotateX(0);opacity:1}35%{-webkit-transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);opacity:0}}@keyframes animated-text-animation-flip-out{0%{-webkit-transform:rotateX(0);-ms-transform:rotateX(0);transform:rotateX(0);opacity:1}35%{-webkit-transform:rotateX(-40deg);-ms-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}.animated-heading-text.type .animated-text-words-wrapper{vertical-align:top;overflow:hidden}.animated-heading-text.type .animated-text-words-wrapper::after{content:"";position:absolute;right:0;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:90%;width:1px;background-color:#aebcb9}.animated-heading-text.type .animated-text-words-wrapper.waiting::after{-webkit-animation:animated-text-pulse 1s infinite;animation:animated-text-pulse 1s infinite}.animated-heading-text.type .animated-text-words-wrapper.selected{background-color:#000}.animated-heading-text.type .animated-text-words-wrapper.selected::after{visibility:hidden}.animated-heading-text.type .animated-text-words-wrapper.selected .animated-text{color:#fff}.animated-heading-text.type .animated-text{visibility:hidden}.animated-heading-text.type span.is-visible{visibility:visible}.animated-heading-text.type i{position:absolute;visibility:hidden;font-style:normal}.animated-heading-text.type i.in{position:relative;visibility:visible}@-webkit-keyframes animated-text-pulse{0%{-webkit-transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);opacity:0}}@keyframes animated-text-pulse{0%{-webkit-transform:translateY(-50%) scale(1);-ms-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);-ms-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);-ms-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}.animated-heading-text.animation-wave .animated-text-words-wrapper{-webkit-perspective:300px;perspective:300px}.animated-heading-text.animation-wave em,.animated-heading-text.animation-wave i{display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}.animated-heading-text.animation-wave .animated-text{opacity:0}.animated-heading-text.animation-wave i{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-20px) rotateX(90deg);-ms-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg);opacity:0}span.is-visible .animated-heading-text.animation-wave i{opacity:1}.animated-heading-text.animation-wave i.in{-webkit-animation:animated-text-animation-wave-in .4s forwards;animation:animated-text-animation-wave-in .4s forwards}.animated-heading-text.animation-wave i.out{-webkit-animation:animated-text-animation-wave-out .4s forwards;animation:animated-text-animation-wave-out .4s forwards}.animated-heading-text.animation-wave em{-webkit-transform:translateZ(20px);-ms-transform:translateZ(20px);transform:translateZ(20px)}.no-csstransitions .animated-heading-text.animation-wave i{-webkit-transform:rotateX(0);-ms-transform:rotateX(0);transform:rotateX(0);opacity:0}.no-csstransitions .animated-heading-text.animation-wave i em{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.no-csstransitions .animated-heading-text.animation-wave span.is-visible i{opacity:1}@-webkit-keyframes animated-text-animation-wave-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0)}}@keyframes animated-text-animation-wave-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);-ms-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);-ms-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);-ms-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}}@-webkit-keyframes animated-text-animation-wave-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg)}}@keyframes animated-text-animation-wave-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);-ms-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);-ms-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);-ms-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}.animated-heading-text.marquee{display:flex;overflow:hidden;white-space:nowrap;align-items:center}.animated-heading-text.marquee .marquee__item{display:inline-block;padding:0 1rem;animation-name:marquee-content;animation-duration:12s;animation-timing-function:linear;animation-iteration-count:infinite}.animated-heading-text.marquee:hover .marquee__item{animation-play-state:paused}@keyframes marquee-content{from{transform:translateX(0)}to{transform:translateX(-100%)}}@-webkit-keyframes marquee-content{from{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(-100%)}}.animated-heading-text.loading-bar .animated-text-words-wrapper{overflow:hidden;vertical-align:top}.animated-heading-text.loading-bar .animated-text-words-wrapper::after{content:"";position:absolute;left:0;bottom:0;height:3px;width:0;background:#22b8f0;z-index:2;-webkit-transition:width .3s -.1s;-o-transition:width .3s -.1s;transition:width .3s -.1s}.animated-heading-text.loading-bar .animated-text-words-wrapper.is-loading::after{width:100%;-webkit-transition:width 3s;-o-transition:width 3s;transition:width 3s}.animated-heading-text.loading-bar .animated-text{top:0;opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.animated-heading-text.loading-bar span.is-visible{opacity:1;top:0}.animated-heading-text.slide .animated-text-words-wrapper{overflow:hidden;vertical-align:top}.animated-heading-text.slide .animated-text{opacity:0;top:.2em}.animated-heading-text.slide span.is-visible{top:0;opacity:1;-webkit-animation:slide-in .6s;animation:slide-in .6s}.animated-heading-text.slide span.is-hidden{-webkit-animation:slide-out .6s;animation:slide-out .6s}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%)}}@keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);-ms-transform:translateY(120%);transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}}.animated-heading-text.text-clip .animated-text-words-wrapper{overflow:hidden;vertical-align:top}.animated-heading-text.text-clip .animated-text-words-wrapper::after{content:"";position:absolute;top:0;right:0;width:2px;height:100%;background-color:#aebcb9}.animated-heading-text.text-clip .animated-text{opacity:0;visibility:hidden}.animated-heading-text.text-clip span.is-visible{opacity:1;visibility:visible}.animated-heading-text.zoom .animated-text-words-wrapper{-webkit-perspective:300px;perspective:300px}.animated-heading-text.zoom .animated-text{opacity:0}.animated-heading-text.zoom span.is-visible{opacity:1;-webkit-animation:zoom-in .8s;animation:zoom-in .8s}.animated-heading-text.zoom span.is-hidden{-webkit-animation:zoom-out .8s;animation:zoom-out .8s}@-webkit-keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0)}}@keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);-ms-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px)}}@keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);-ms-transform:translateZ(-100px);transform:translateZ(-100px)}}.animated-heading-text.animation-blinds .animated-text-words-wrapper{-webkit-perspective:300px;perspective:300px}.animated-heading-text.animation-blinds .animated-text{opacity:0}.animated-heading-text.animation-blinds i{display:inline-block;-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden}span.is-visible .animated-heading-text.animation-blinds i{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);transform:rotateY(0)}.animated-heading-text.animation-blinds i.in{-webkit-animation:animated-text-animation-blinds-in .6s forwards;animation:animated-text-animation-blinds-in .6s forwards}.animated-heading-text.animation-blinds i.out{-webkit-animation:animated-text-animation-blinds-out .6s forwards;animation:animated-text-animation-blinds-out .6s forwards}.no-csstransitions .animated-heading-text.animation-blinds i{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);transform:rotateY(0);opacity:0}.no-csstransitions .animated-heading-text.animation-blinds span.is-visible i{opacity:1}@-webkit-keyframes animated-text-animation-blinds-in{0%{-webkit-transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0)}}@keyframes animated-text-animation-blinds-in{0%{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);transform:rotateY(0)}}@-webkit-keyframes animated-text-animation-blinds-out{0%{-webkit-transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg)}}@keyframes animated-text-animation-blinds-out{0%{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg)}}.animated-heading-text.scale .animated-text{opacity:0}.animated-heading-text.scale i{display:inline-block;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}span.is-visible .animated-heading-text.scale i{opacity:1}.animated-heading-text.scale i.in{-webkit-animation:scale-up .6s forwards;animation:scale-up .6s forwards}.animated-heading-text.scale i.out{-webkit-animation:scale-down .6s forwards;animation:scale-down .6s forwards}.no-csstransitions .animated-heading-text.scale i{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:0}.no-csstransitions .animated-heading-text.scale span.is-visible i{opacity:1}@-webkit-keyframes scale-up{0%{-webkit-transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);opacity:1}}@keyframes scale-up{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes scale-down{0%{-webkit-transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);opacity:0}}@keyframes scale-down{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}}.animated-heading-text.push .animated-text{opacity:0}.animated-heading-text.push span.is-visible{opacity:1;-webkit-animation:push-in .6s;animation:push-in .6s}.animated-heading-text.push span.is-hidden{-webkit-animation:push-out .6s;animation:push-out .6s}@-webkit-keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%)}}@keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}}.sppb-addon-sp-slider .sp-item.slider-content-vercally-center{display:flex;flex-wrap:wrap;align-items:center}.sppb-addon-sp-slider.sp-slider .sp-item.active [data-layer=true]{opacity:1}.sppb-addon-sp-slider .sp-slider-outer-stage,div.sp-slider.on-3d-active .sp-slider-outer-stage{background:0 0}.slider-content-vercally-center .sppb-row{display:flex;align-items:center}.sppb-addon-sp-slider.sp-slider .sp-dots ul{margin:0}.dot-controller-dot.sp-slider .sp-dots ul li,.dot-controller-dot.sp-slider .sp-dots ul li.active{border-color:#fff;border-style:solid;border-width:2px;transition:.4s;overflow:hidden}.dot-controller-dot.sp-slider .sp-dots ul li::after{content:"";position:absolute;background:#fff;width:8px;top:0;border-radius:50%;height:8px;left:0;right:0;bottom:0;margin:auto;transition:.4s;opacity:0}.dot-controller-dot.sp-slider .sp-dots ul li.active::after,.dot-controller-dot.sp-slider .sp-dots ul li:hover::after{opacity:1}.dot-controller-with_image.sp-slider .sp-dots{height:50px;margin:0}.dot-controller-with_image.sp-slider .sp-dots ul li,.dot-controller-with_image.sp-slider .sp-dots ul li.active{width:50px;height:50px;border-color:#fff;border-style:solid;border-width:3px;border-radius:50%;transition:.4s}.dot-controller-dot.sp-slider .sp-dots ul li span,.dot-controller-with_image.sp-slider .sp-dots ul li span{display:none}.dot-controller-with_image.sp-slider .sp-dots ul li::after{content:"";background:rgba(0,0,0,.4);width:100%;height:100%;border-radius:50%;left:0;top:0;position:absolute;transition:.3s}.dot-controller-with_image.sp-slider .sp-dots ul li.active::after,.dot-controller-with_image.sp-slider .sp-dots ul li:hover::after{background:0 0}.dot-controller-position-bottom_left.sp-slider .sp-dots,.dot-controller-position-bottom_right.sp-slider .sp-dots{transform:initial;margin:auto}.dot-controller-position-bottom_left.sp-slider .sp-dots ul{text-align:left}.dot-controller-position-bottom_right.sp-slider .sp-dots ul{text-align:right}.dot-controller-position-bottom_right.sp-slider .sp-dots{left:auto}.dot-controller-position-vertical_left.sp-slider .sp-dots{transform:initial;margin:auto;max-width:20px;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center}.dot-controller-position-vertical_right.sp-slider .sp-dots{transform:initial;margin:auto;left:auto;max-width:20px;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center}.dot-controller-line.dot-controller-position-vertical_left .sp-dots,.dot-controller-line.dot-controller-position-vertical_right .sp-dots{max-width:50px}.dot-controller-with_image.dot-controller-position-vertical_left .sp-dots,.dot-controller-with_image.dot-controller-position-vertical_right .sp-dots{max-width:50px}.dot-controller-line.dot-controller-position-vertical_left .sp-dots ul li.active,.dot-controller-line.dot-controller-position-vertical_right .sp-dots ul li.active{width:50px}.dot-controller-line.dot-controller-position-vertical_left .sp-dots ul{text-align:left}.dot-controller-line.dot-controller-position-vertical_right .sp-dots ul{text-align:right}.dot-controller-line.sp-slider .sp-dots ul li .dot-indicator{bottom:0;margin:auto}.dot-controller-line.sp-slider .sp-dots ul li::before{content:"";padding-top:3px;display:block;margin-top:-3px}.dot-controller-line.sp-slider .sp-dots ul li::after{content:"";padding-bottom:3px;display:block;margin-top:3px}.dot-controller-position-vertical_left .sp-dots ul,.dot-controller-position-vertical_right .sp-dots ul{display:flex;flex-wrap:wrap;flex-direction:column}.sp-slider .sp-nav-control .nav-control{transition:.3s}div.sp-slider .sp-indicator.line-indicator{background:rgba(0,0,0,.3)}div.sp-slider .sp-nav-control{position:absolute;height:1px;z-index:3;left:50px;top:-50px;bottom:0;margin:auto;right:50px;width:auto}div.sp-slider .sp-nav-control .nav-control{color:#fff;height:50px;width:50px;border:1px solid #fff;background:rgba(0,0,0,.3);line-height:50px;font-size:14px;padding:0;top:0;bottom:0}div.sp-slider .sp-nav-control .nav-control:hover{background:rgba(0,0,0,.6)}div[data-arrow-content=icon_only].sp-slider .sp-nav-control{height:1px;top:-70px}div[data-arrow-content=icon_only].sp-slider .sp-nav-control .nav-control{font-size:28px;width:70px;height:70px}div[data-arrow-content=icon_only] .sp-nav-control .nav-control i{line-height:70px}div[data-arrow-content=icon_with_text] .sp-nav-control .nav-control{width:70px;height:60px;line-height:60px}.sppb-addon-sp-slider.sp-slider.arrow-position-bottom_center .sp-nav-control,.sppb-addon-sp-slider.sp-slider.arrow-position-bottom_left .sp-nav-control,.sppb-addon-sp-slider.sp-slider.arrow-position-bottom_right .sp-nav-control{top:auto;bottom:50px;left:0;width:160px;margin:auto;right:0;height:70px;z-index:4}.sppb-addon-sp-slider.sp-slider.arrow-position-bottom_right .sp-nav-control{left:auto;right:50px}.sppb-addon-sp-slider.sp-slider.arrow-position-bottom_left .sp-nav-control{left:50px;right:auto}.sp-slider.arrow-show-on-hover .sp-nav-control{opacity:0;visibility:hidden;transition:.4s}.sp-slider.arrow-show-on-hover:hover .sp-nav-control{opacity:1;visibility:visible}.sppb-sp-slider-title{font-size:46px;margin-top:0;margin-bottom:0}.sppb-sp-slider-image,.sppb-sp-slider-text,.sppb-sp-slider-title{display:table;word-break:break-word}.sp-slider-content-align-left,.sp-slider-image-align-left{text-align:left;width:100%}.sp-slider-content-align-center,.sp-slider-image-align-center{text-align:center;width:100%}.sp-slider-content-align-right,.sp-slider-image-align-right{text-align:right;width:100%}.sppb-addon-sp-slider .sp-slider-content-align-left .sppb-sp-slider-image,.sppb-addon-sp-slider .sp-slider-content-align-left .sppb-sp-slider-text,.sppb-addon-sp-slider .sp-slider-content-align-left .sppb-sp-slider-title{margin-right:auto!important}.sppb-addon-sp-slider .sp-slider-content-align-center .sppb-sp-slider-image,.sppb-addon-sp-slider .sp-slider-content-align-center .sppb-sp-slider-text,.sppb-addon-sp-slider .sp-slider-content-align-center .sppb-sp-slider-title{margin-left:auto!important;margin-right:auto!important}.sppb-addon-sp-slider .sp-slider-content-align-right .sppb-sp-slider-image,.sppb-addon-sp-slider .sp-slider-content-align-right .sppb-sp-slider-text,.sppb-addon-sp-slider .sp-slider-content-align-right .sppb-sp-slider-title{margin-left:auto!important}.sppb-addon-sp-slider .sp-slider-image-align-left .sppb-sp-slider-image{margin-right:auto!important}.sppb-addon-sp-slider .sp-slider-image-align-center .sppb-sp-slider-image{margin-left:auto!important;margin-right:auto!important}.sppb-addon-sp-slider .sp-slider-image-align-right .sppb-sp-slider-image{margin-left:auto!important}.sp-slider .sp-item .sppb-sp-slider-image img{display:inline-block}.sppb-sp-slider-icon{display:inline-block}.sppb-sp-slider-icon.sp-slider-icon-block{display:table}.sppb-sp-slider-button{display:inline-block;margin-right:15px;margin-left:15px}.sp-slider-content-align-left .sppb-sp-slider-button{margin-left:0;margin-right:30px}.sp-slider-content-align-right .sppb-sp-slider-button{margin-right:0;margin-left:30px}.sppb-sp-slider-button .sp-slider-btn-text{display:block;color:#fff;background:#f102f2;padding:10px 20px;transition-duration:.4s;transition-property:color,background;font-size:16px;border-radius:2px}.sp-slider-btn-icon{display:inline-block}.sp-slider-custom-dot-indecators{background:rgba(0,0,0,.3);position:absolute;bottom:0;left:auto;right:0;padding:30px;z-index:1;width:50%}.sp-slider-custom-dot-indecators ul{list-style:none;padding:0;margin:0;display:table;width:100%;color:#fff}.sp-slider-custom-dot-indecators ul li{margin:0 25px;width:180px;float:left;cursor:pointer}.sp-slider-number{font-size:16px;line-height:1;color:rgba(255,255,255,.8)}.sp-slider-dot-indecator-text.sp-dot-text-key-1{font-size:18px;line-height:1.4;color:rgba(255,255,255,.75)}.sp-slider-dot-indecator-text.sp-dot-text-key-2{font-size:14px;line-height:1;color:rgba(255,255,255,.3);margin-top:10px}.sp-dot-indicator-wrap{position:relative;height:2px;background:rgba(255,255,255,.2);margin:10px 0}.sp-dot-indicator-wrap .dot-indicator{background:rgba(255,255,255,.3);position:absolute;transition-property:width;-webkit-transition-property:width;width:0;left:0;top:0;height:2px}.sp-dot-indicator-wrap .dot-indicator.active{width:100%}.sppb-addon-sp-slider .sp-video-control .sp-volumn-control{font-size:20px;color:#000;width:40px;height:40px;line-height:40px;background:#fff;text-align:center;border-radius:50%;-webkit-transition:.35s;transition:.35s}.sppb-addon-sp-slider .sp-video-control .sp-volumn-control:hover{color:#fff;background:#000}.sppb-addon-sp-slider .sp-video-container{height:100%}.sppb-addon-sp-slider .sp-item .sp-background::after{content:"";position:absolute;left:0;top:0;height:100%;width:100%}.sp-html5-video-container video{object-fit:cover;position:absolute;height:100%;width:100%}.sppb-image-layouts-inline,.sppb-image-layouts-inline-img{position:relative}.image-layout-preset-style-card .sppb-addon-image-overlay-icon,.sppb-image-layouts-inline .sppb-addon-image-overlay-icon{transition:.35s;line-height:32px}.image-layout-preset-style-card:hover .sppb-addon-image-overlay-icon,.sppb-image-layouts-inline:hover .sppb-addon-image-overlay-icon{display:block}.image-layout-preset-style-card .sppb-addon-image-overlay-icon{background:0 0;width:100%;height:100%;top:0;left:0;margin:0}.sppb-addon-image-layouts-card-text-caption{position:absolute;left:0;bottom:0;background:rgba(0,0,0,.4);width:100%;display:flex;flex-wrap:wrap;color:#fff;align-items:center;padding:15px}.image-layouts-card-text-caption-icon{font-size:24px;padding-right:15px;line-height:1;color:#ffc900}.image-layouts-card-text-caption-title{font-size:16px;line-height:1;margin:0}.sppb-image-layouts-inline:hover .sppb-addon-image-overlay{opacity:1}.sppb-addon-image-layout-image.image-fit,.sppb-img-responsive.image-fit{width:100%}.sppb-addon-image-layout-caption{color:#fff;background:rgba(0,0,0,.7);padding:10px 15px;position:relative;z-index:1}.sppb-addon-image-layout-caption.caption-overlay,.sppb-addon-image-layout-caption.caption-overlay-on-over{position:absolute;left:0;top:auto;bottom:0;width:100%}.sppb-addon-image-layout-caption.caption-overlay-on-over{opacity:0;visibility:hidden;transition:.35s}.sppb-image-layouts-inline:hover .sppb-addon-image-layout-caption.caption-overlay-on-over{opacity:1;visibility:visible}.sppb-addon-image-layout-wrap{display:flex;flex-wrap:wrap;position:relative}.sppb-addon-image-layout-content{background:#f1f1f1;padding:30px 40px 40px}.image-layout-preset-style-poster{align-items:center;text-align:center}.image-layout-preset-style-poster .sppb-addon-image-layout-content{position:absolute;margin:0 50px}.image-layout-preset-style-card .sppb-addon-image-layout-content{background:0 0;padding:0 30px 0 50px}.image-layout-preset-style-overlap .sppb-addon-image-layout-content{background:0 0;padding:0 20px}.image-layout-preset-style-card .sppb-row,.image-layout-preset-style-collage .sppb-row,.image-layout-preset-style-overlap .sppb-row{margin:0;width:100%}.image-layout-preset-style-collage .sppb-col-sm-6,.image-layout-preset-style-overlap .sppb-col-sm-6{padding:0}.image-layout-preset-style-card div[class*=sppb-col-sm],.image-layout-preset-style-card div[class^=sppb-col-sm]{padding:0}.image-layout-preset-style-card .sppb-row .sppb-col-sm-6:nth-child(2),.image-layout-preset-style-overlap .sppb-row .sppb-col-sm-6:nth-child(2){display:flex;flex-wrap:wrap;align-items:center}.image-layout-preset-style-card .sppb-row .sppb-col-sm-6:nth-child(2) .sppb-addon-image-layout-content,.image-layout-preset-style-overlap .sppb-row .sppb-col-sm-6:nth-child(2) .sppb-addon-image-layout-content{max-width:100%}.image-layout-preset-style-card .sppb-addon-image-layout-image,.image-layout-preset-style-card .sppb-img-responsive,.image-layout-preset-style-overlap .sppb-addon-image-layout-image,.image-layout-preset-style-overlap .sppb-img-responsive{height:100%}.image-layout-preset-style-overlap .sppb-image-layout-title{background:#fff;box-shadow:12px 0 0 #fff,-12px 0 0 #fff;font-weight:700;font-size:46px;line-height:1.3;display:inline;text-transform:uppercase}.image-layout-preset-style-overlap .sppb-addon-image-layout-text{margin-top:10px}.image-layout-preset-style-collage .sppb-addon-image-layout-content{margin-left:-10%;box-shadow:-10px 15px 20px 0 rgba(0,0,0,.3);background:-webkit-linear-gradient(225deg,rgba(38,51,159,.95) 0,rgba(61,59,136,.95) 100%) transparent;background:linear-gradient(225deg,rgba(38,51,159,.95) 0,rgba(61,59,136,.95) 100%) transparent;position:relative;z-index:1}.image-layout-preset-style-collage .sppb-image-layout-title{font-size:30px;line-height:35px;color:#fff}.image-layout-preset-style-collage .sppb-addon-image-layout-text{color:rgba(255,255,255,.8)}.collage-content-vertical-top{margin-top:5%}.collage-content-vertical-center{display:flex;flex-wrap:wrap;align-items:center}.collage-content-vertical-bottom{display:flex;flex-wrap:wrap;align-items:flex-end;margin-bottom:5%}.image-layout-tittle-wrap{margin-left:-50%}@media (min-width:992px){.image-layout-tittle-wrap.title-align-right{margin-right:-50%;margin-left:auto}.sppb-addon-image-layout-content.collage-content-right{margin-left:auto;margin-right:-10%}}@media (min-width:768px) and (max-width:991px){.image-layout-tittle-wrap.title-align-sm-right{margin-right:-50%;margin-left:auto}.sppb-addon-image-layout-content.collage-content-sm-right{margin-left:auto;margin-right:-10%}}@media (max-width:767px){.image-layout-tittle-wrap{margin-left:auto}.image-layout-preset-style-collage .sppb-addon-image-layout-content{margin-top:auto;margin-left:auto;margin-bottom:auto;display:block}}.sppb-addon-form-builder-form{display:flex;flex-wrap:wrap}.sppb-addon-form-builder-form .sppb-form-group{width:100%}.sppb-form-builder-btn{width:100%;transition:.35s}.sppb-addon-form-builder-form textarea.sppb-form-control{height:150px;transition:.35s}.sppb-form-builder-invisible-recaptcha,.sppb-form-builder-recaptcha{margin-bottom:15px}.sppb-addon-form-builder .form-builder-checkbox-content input,.sppb-addon-form-builder .form-builder-radio-content input,.sppb-addon-form-builder .sppb-form-check-input{position:absolute;opacity:0}.sppb-addon-form-builder .form-builder-checkbox-content input,.sppb-addon-form-builder .form-builder-checkbox-content label,.sppb-addon-form-builder .form-builder-radio-content input,.sppb-addon-form-builder .form-builder-radio-content label{display:inline-block;width:auto}.form-builder-radio-content label{margin-right:25px;margin-left:22px}.form-builder-checkbox-content label{margin-right:25px;margin-left:25px}.sppb-addon-form-builder .sppb-form-check-label{margin-left:10px}.form-builder-checkbox-item label::before,.form-builder-radio-item label::before,.sppb-addon-form-builder .sppb-form-check-label::before{content:"";width:16px;height:16px;border-radius:50%;border:2px solid #0345bf;position:absolute;top:4px;left:0}.sppb-addon-form-builder label.sppb-form-check-label::before,div.form-builder-checkbox-item label::before{border-radius:0;width:19px;height:19px}.form-builder-checkbox-item label::after,.sppb-addon-form-builder .sppb-form-check-label::after{content:"\2713";color:#fff;width:auto;height:auto;font-size:16px;position:absolute;top:5px;left:3px;font-weight:700;line-height:1;visibility:hidden;opacity:0;transition:.35s}.form-builder-checkbox-item input:checked+label::after,.sppb-addon-form-builder .sppb-form-check-input:checked+label::after{visibility:visible;opacity:1}.form-builder-checkbox-item input:checked+label::before,.form-builder-radio-item input:checked+label::before,.sppb-addon-form-builder .sppb-form-check-input:checked+label::before{background:#0345bf}.sppb-addon-form-builder .sppb-form-check{position:relative}.form-builder-checkbox-item,.form-builder-radio-item{position:relative;display:inline-block}.sppb-form-group.sppb-form-builder-range input{padding:0;margin:0}.sppb-form-builder-range-wrap{position:relative}.sppb-form-builder-range-output{position:absolute;top:-30px;display:none;width:50px;height:24px;border:1px solid rgba(0,0,0,.15);background-color:#fff;border-radius:4px;color:#495057;font-size:14px;line-height:24px;text-align:center;left:50%}.sppb-addon-form-builder .fa-spinner{margin-right:5px}.sppb-form-builder-range input[type=range]:active+output{display:block;transform:translateX(-50%)}.sppb-addon-form-builder button{cursor:pointer}span.sppb-form-builder-required{display:none;font-size:14px;color:red}textarea.not-resize{resize:none}.sppb-form-label-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sppb-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.sppb-addon-table-not-responsive{overflow-x:auto}.sppb-addon-table-main{width:100%}.sppb-addon-table-main tr{transition:.35s}.sppb-addon-table-main th{border:none;color:#fff;padding:16px 20px;font-size:18px}.sppb-addon-table-main td{border:none;color:grey;padding:16px 20px;font-size:16px}.sppb-addon-table-main tbody tr{background:#f8f6ff;border:none}.sppb-addon-table-main tbody tr:nth-child(even){background:#fff}.sppb-addon-table-main.bt tbody th,.sppb-addon-table-main.bt thead{display:none}.sppb-addon-table-main.bt tbody td,.sppb-addon-table-main.bt tfoot td,.sppb-addon-table-main.bt tfoot th{border:none;display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;vertical-align:top}.sppb-addon-table-main.bt tbody td::before,.sppb-addon-table-main.bt tfoot td::before,.sppb-addon-table-main.bt tfoot th::before{content:attr(data-th) ": ";display:inline-block;-webkit-flex-shrink:0;-ms-flex-shrink:0;flex-shrink:0;font-weight:700;width:6.5em}.sppb-addon-table-main.bt tbody td.bt-hide,.sppb-addon-table-main.bt tfoot td.bt-hide,.sppb-addon-table-main.bt tfoot th.bt-hide{display:none}.sppb-addon-table-main.bt tbody td .bt-content,.sppb-addon-table-main.bt tfoot td .bt-content,.sppb-addon-table-main.bt tfoot th .bt-content{vertical-align:top}.sppb-addon-table-main.bt.bt--no-header tbody td::before,.sppb-addon-table-main.bt.bt--no-header tfoot td::before{display:none}.sppb-addon-table-main.two-axis tr td:first-of-type{background:#dff1f7}.sppb-table-addon-sortable-data{position:relative}.sppb-table-addon-sortable[data-content=sort-asc]::after{content:"";position:absolute;top:1px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff}.sppb-table-addon-sortable[data-content=sort-desc]::after{content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;position:absolute;top:12px}.sppb-table-addon-sortable[data-content=no-sort]::before{content:"";position:absolute;top:3px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff}.sppb-table-addon-sortable[data-content=no-sort]::after{content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;position:absolute;top:11px}.sppb-table-addon-sortable{cursor:pointer;position:absolute;width:12px;height:20px;top:0;bottom:0;left:auto;right:15px;margin:auto}.sppb-addon-table-pagination-wrap{display:flex;justify-content:space-between;margin-top:30px}.sppb-addon-table-pagination-wrap.sppb-total-entries-to-left{flex-direction:row-reverse}.sppb-addon-table-pagination-wrap.center-pagi{justify-content:center}.sppb-addon-table-pagination-wrap.right-pagi{justify-content:flex-end}.sppb-addon-table-pagination-wrap .sppb-pagination{margin:0;list-style:none}.sppb-table-total-reg{line-height:1;color:#6c7ae0}.sppb-addon-table input[type=text].sppb-addon-table-search{border-radius:0;padding:15px 20px 15px 40px!important;border-color:#f8f6ff;color:grey}.sppb-addon-table input[type=text].sppb-addon-table-search::placeholder,.sppb-addon-table input[type=text].sppb-addon-table-search:focus{color:grey}.sppb-addon-table-pagination-wrap .sppb-page-link{padding:.8rem 1.2rem;color:#6c7ae0}.sppb-addon-table-pagination-wrap .sppb-page-item.active .sppb-page-link{background-color:#6c7ae0;border-color:#6c7ae0}.sppb-addon-table-search-wrap{position:relative}.sppb-addon-table-search-wrap i{color:grey;font-size:16px;position:absolute;left:15px;top:0;bottom:0;margin:auto;height:16px}@media only screen and (max-width:568px){.sppb-addon-table-search-wrap{display:none}.sppb-no-table-header tbody tr:first-child{display:none}.sppb-addon-table-main.bt tbody td::before,.sppb-addon-table-main.bt tfoot td::before,.sppb-addon-table-main.bt tfoot th::before{width:8.5em;margin-right:10px}}.sppb-row-container{width:100%;margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:576px){.sppb-row-container{max-width:540px}}@media (min-width:768px){.sppb-row-container{max-width:720px}}@media (min-width:992px){.sppb-row-container{max-width:960px}}@media (min-width:1200px){.sppb-row-container{max-width:1140px}}.sppb-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sppb-sr-only-focusable:active,.sppb-sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.sppb-interaction-hide{visibility:hidden;opacity:0!important}.sppb-mouseMovement p{transform:translateZ(20px)}.sppb-carousel-extended{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.sppb-carousel-extended-list{position:relative;overflow:hidden}@-moz-document url-prefix(){.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage{overflow:initial}}.sppb-carousel-extended-outer-stage{display:flex;position:relative;overflow:hidden;-webkit-perspective:1000px;perspective:1000px;transition:all .25s ease 0s;-webkit-transition:all .25s ease 0s}.sppb-carousel-extended-center .sppb-carousel-extended-outer-stage{align-items:center}.sppb-carousel-extended-item{position:relative;float:left}.sppb-carousel-extended-item.active,.sppb-carousel-extended-item.dragenable{visibility:visible;transform-style:preserve-3d}.sppb-carousel-extended-dots,.sppb-carousel-extended-nav-control{position:absolute;height:1px;width:100%;z-index:3;top:0;bottom:0;margin:auto}div.sppb-carousel-extended-nav-control{top:-40px;z-index:4}div.sppb-carousel-extended-dots{bottom:-30px;height:20px;top:auto}.sppb-carousel-extended-nav-control .nav-control{cursor:pointer;text-align:center;line-height:50px;font-size:24px;border-radius:3px;color:#0080fe;border:1px solid #0080fe;transition:.35s}.sppb-carousel-extended-nav-control .nav-control.next-control{float:right;margin-right:-75px}.sppb-carousel-extended-nav-control .nav-control.prev-control{float:left;margin-left:-75px}.sppb-carousel-extended-dots ul{margin:0;padding:0;list-style:none;text-align:center}.sppb-carousel-extended-dots ul li{background:rgba(0,0,0,.4);border-radius:10px;cursor:pointer;display:inline-block;transition:.35s;overflow:hidden;margin:0 5px;position:relative}.sppb-carousel-extended-dots ul li span{position:absolute;background:#0080fe;top:0;left:0;right:0;bottom:0;margin:auto;transition:none;opacity:0}.sppb-carousel-extended-dots ul li.active span,.sppb-carousel-extended-dots ul li:hover span{opacity:1}.sppb-carousel-extended-center .sppb-carousel-extended-item .sppb-addon-wrapper{transition:all .4s ease 0s}.sppb-carousel-extended-item-center .sppb-addon-wrapper{transform:scale(1.2)}.sppb-carousel-extended-item-overlay{background:-o-linear-gradient(325deg,rgba(59,25,208,.5) 2%,rgba(255,79,226,.5) 99%);background:linear-gradient(125deg,rgba(59,25,208,.5) 2%,rgba(255,79,226,.5) 99%);position:absolute;width:100%;top:0;bottom:0;left:0;transition:.4s;opacity:0;visibility:hidden}.sppb-carousel-extended-content-wrap{position:absolute;width:100%;display:flex;align-items:center;justify-content:center;top:0;bottom:0;left:0;flex-direction:column;z-index:1;padding:20px;text-align:center}.sppb-carousel-extended-item{height:100%}.sppb-carousel-extended-item img{width:100%;object-fit:fill;height:100%}.sppb-carousel-fadeIn .sppb-carousel-extended-item{opacity:0}.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap,.sppb-image-carousel-layout1 .sppb-carousel-extended-item img,.sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay{border-radius:8px}.sppb-image-carousel-layout3 .sppb-carousel-extended-item{transition:.35s}.sppb-image-carousel-layout3 .sppb-carousel-extended-item:not(.active){transform:scale(.9);opacity:.5}.sppb-carousel-extended-heading{font-size:36px;font-weight:700;color:#fff;line-height:1;margin-bottom:15px}.sppb-carousel-extended-subheading{color:#fff;font-size:24px;font-weight:500;line-height:1;margin-bottom:10px}.sppb-carousel-extended-description{font-size:16px;color:#fff;line-height:1}.sppb-testimonial-carousel-content-wrap{display:inline-flex;align-items:center}.sppb-testimonial-carousel-img-wrap{max-width:200px}.sppb-testimonial-carousel-rating{display:inline-block;position:relative;letter-spacing:5px}.sppb-testimonial-carousel-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";z-index:1;width:88%;overflow:hidden;display:block;font-weight:900}.sppb-testimonial-carousel-rating::after{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";position:absolute;top:0;left:0;z-index:0}.sppb-testimonial-carousel-icon{line-height:1}.sppb-testimonial-carousel-testi_layout2 .sppb-testimonial-carousel-icon i{transform:rotateY(180deg) rotateZ(-180deg)}.sppb-testimonial-carousel-testi_layout3 .sppb-testimonial-carousel-item-content{border-radius:20px;position:relative}.sppb-testimonial-carousel-testi_layout3 .sppb-testimonial-carousel-item-content::before{content:"";position:absolute;border-top:15px solid #f8f8f8;border-left:15px solid transparent;border-right:15px solid transparent;left:0;right:0;top:auto;bottom:-15px;width:15px;margin:0 auto}.sppb-testimonial-carousel-testi_layout3 .sppb-text-right .sppb-testimonial-carousel-item-content::before{left:auto;right:15px}.sppb-testimonial-carousel-testi_layout3 .sppb-text-left .sppb-testimonial-carousel-item-content::before{left:15px;right:auto}.sppb-testimonial-carousel-name{font-weight:600}.sppb-carousel-extended-team-content{box-shadow:0 2px 2px 0 rgba(0,0,0,.15);padding:20px 20px 25px 20px;margin:0 1px 10px}.sppb-team-carousel .sppb-carousel-extended-item img{object-fit:initial;height:auto}.sppb-carousel-extended-team-name{font-size:18px;font-weight:700;color:#000;margin-bottom:10px}.sppb-carousel-extended-team-designation{color:#4a4a4a;font-size:12px;margin-bottom:30px}.sppb-carousel-extended-team-social-icon{margin:0;padding:0;list-style:none}.sppb-carousel-extended-team-social-icon li{display:inline-block;margin-right:15px}.sppb-carousel-extended-team-social-icon a{color:#9b9b9b;font-size:14px;transition:.35s;display:inline-block;text-align:center}.sppb-carousel-extended-team-social-icon a:hover{color:#00a9ff}.sppb-carousel-extended-team-content.sppb-carousel-layout2{padding:20px;box-shadow:none;margin:0;position:absolute;left:0;top:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;text-align:center;transition:.4s;opacity:0;visibility:hidden}.sppb-carousel-layout2 .sppb-carousel-extended-team-name{text-transform:uppercase}.sppb-carousel-layout2 .sppb-carousel-extended-team-designation,.sppb-carousel-layout2 .sppb-carousel-extended-team-name,.sppb-carousel-layout2 .sppb-carousel-extended-team-social-icon a{color:#fff}.sppb-carousel-extended-team-wrap{display:flex;width:100%}.sppb-team-carousel-layout3 .sppb-carousel-extended-team-wrap{border-top-left-radius:5px;border-bottom-left-radius:5px}.sppb-carousel-extended-team-img{width:55%;margin-right:20px}.sppb-carousel-extended-team-img img{border-top-left-radius:5px;border-bottom-left-radius:5px}.sppb-carousel-extended-team-content.sppb-carousel-layout3{box-shadow:none;margin:0;padding:0;width:45%}.sppb-carousel-layout3 .sppb-carousel-extended-team-designation{margin-bottom:10px}.sppb-carousel-extended-item:hover .sppb-carousel-extended-item-overlay,.sppb-carousel-extended-item:hover .sppb-carousel-extended-team-content{opacity:1;visibility:visible}.sppb-carousel-extended-team-content-wrap{position:relative;z-index:1}.sppb-carousel-extended-team-content.sppb-carousel-layout1{background:#fff}.sppb-svg-icon{font-size:inherit;height:1em;width:1em;display:inline-flex}.sppb-svg-icon svg{flex-grow:1}.sppb-svg-icon svg path{fill:inherit}img.sppb-element-lazy{filter:blur(20px)}img.sppb-element-lazy.sppb-element-loaded{animation-name:fadeInImage;animation-duration:.4s;animation-fill-mode:forwards;animation-timing-function:ease-in;filter:none}@keyframes fadeInImage{0%{opacity:0}100%{opacity:1}}.sppb-addon.sppb-addon-popover{position:relative}.sppb-addon.sppb-addon-popover .sppb-inline{display:inline-block;position:relative;max-width:100%;vertical-align:middle}.sppb-addon.sppb-addon-popover img{max-width:100%;height:auto}.sppb-popover-content{width:450px;max-width:1143px}.sppb-popover-content-item{background-color:#fff;color:#293945;box-sizing:border-box;transition:.1s ease-in-out;transition-property:color,background-color,background-size,border-color,box-shadow;box-shadow:0 5px 5px rgba(0,0,0,.1)}.sppb-card-media-top>picture img{margin-left:auto;margin-right:auto}.sppb-card-media-top>picture img.sppb-border-rounded{border-radius:5px}.sppb-card-media-top>picture img.sppb-border-circle{border-radius:50%}.sppb-card-media-top>picture img.sppb-border-pill{border-radius:500px}.sppb-card-media-top.sppb-padding{padding:20px 20px 0}.sppb-popover-content-item .sppb-card-body{padding:20px}.sppb-popover-content-title{font-size:14px;line-height:1.6;font-weight:600;letter-spacing:1.5px}.sppb-popover-content-title.sppb-h1{font-size:36.55px;line-height:1.2;font-weight:200}.sppb-popover-content-title.sppb-h2{font-size:27.2px;line-height:1.5;font-weight:300}.sppb-popover-content-title.sppb-h3{font-size:28px;line-height:1.3;font-weight:300}.sppb-popover-content-title.sppb-h4{font-size:24px;line-height:1.5;font-weight:300;letter-spacing:0}.sppb-popover-content-title.sppb-h5{font-size:21px;line-height:1.5;font-weight:300;letter-spacing:0}.sppb-popover-content-title.sppb-h6{font-size:14px;line-height:1.6;font-weight:600;text-transform:uppercase;letter-spacing:1.5px}.sppb-popover-content-title.sppb-decoration-divider{padding-bottom:calc(5px + .1em);border-bottom:calc(.2px + .05em) solid #e1e0d8}.sppb-popover-content-title.sppb-decoration-line{overflow:hidden}.sppb-popover-content-title.sppb-decoration-line>*{display:inline-block;position:relative}.sppb-popover-content-title.sppb-decoration-line>::before{content:"";position:absolute;top:calc(50% - (calc(.2px + .05em)/ 2));width:2000px;border-bottom:calc(.2px + .05em) solid #e1e0d8;right:100%;margin-right:calc(5px + .3em)}.sppb-popover-content-title.sppb-decoration-line>::after{content:"";position:absolute;top:calc(50% - (calc(.2px + .05em)/ 2));width:2000px;border-bottom:calc(.2px + .05em) solid #e1e0d8;left:100%;margin-left:calc(5px + .3em)}.sppb-popover-content-title.sppb-decoration-bullet{position:relative}.sppb-popover-content-title.sppb-decoration-bullet::before{content:"";display:inline-block;position:relative;top:calc(-.1 * 1em);vertical-align:middle;height:calc(4px + .7em);margin-right:calc(5px + .2em);border-left:calc(5px + .1em) solid #e1e0d8}.sppb-popover-content-meta{margin-top:20px;font-size:14px;line-height:1.4;color:#a7a69b;font-family:Montserrat;font-weight:500;text-transform:none;letter-spacing:0}.sppb-popover-content-link>a{cursor:pointer}.sppb-popover-content-link.sppb-button{margin:0;border:none;overflow:visible;font:inherit;color:inherit;-webkit-appearance:none;border-radius:0;display:inline-block;box-sizing:border-box;padding:0 20px;vertical-align:middle;font-size:16px;line-height:36px;text-align:center;text-decoration:none;transition:.1s ease-in-out;transition-property:color,background-color,background-position,background-size,border-color,box-shadow;font-family:Montserrat;font-weight:500;text-transform:none;letter-spacing:0;border-radius:500px;background-origin:border-box}.sppb-popover-content-link.sppb-button:hover{text-decoration:none}.sppb-popover-content-link.sppb-button-default{background-color:transparent;color:#142131;border:2px solid #142131}.sppb-popover-content-link.sppb-button-default:hover{background-color:rgba(0,0,0,0);color:#a68563;border-color:#a68563}.sppb-popover-content-link.sppb-button-default:active{background-color:rgba(0,0,0,0);color:#9f7d5b;border-color:#9f7d5b}.sppb-popover-content-link.sppb-button-primary{background-color:#a68563;color:#faf9f1;border:2px solid transparent}.sppb-popover-content-link.sppb-button-primary:active,.sppb-popover-content-link.sppb-button-primary:hover{background-color:#293945;color:#faf9f1;border-color:transparent}.sppb-popover-content-link.sppb-button-secondary{background-color:#293945;color:#faf9f1;border:2px solid transparent}.sppb-popover-content-link.sppb-button-secondary:active,.sppb-popover-content-link.sppb-button-secondary:hover{background-color:#a68563;color:#faf9f1;border-color:transparent}.sppb-popover-content-link.sppb-button-danger{background-color:#e44e56;color:#faf9f1;border:2px solid transparent}.sppb-popover-content-link.sppb-button-danger:active,.sppb-popover-content-link.sppb-button-danger:hover{background-color:#dd222c;color:#faf9f1;border-color:transparent}.sppb-popover-content-link.sppb-button-text{padding:0;line-height:1.625;background:0 0;color:#142131;position:relative;z-index:0;border-radius:0}.sppb-popover-content-link.sppb-button-text:active,.sppb-popover-content-link.sppb-button-text:hover{color:#142131}.sppb-popover-content-link.sppb-button-text::before:hover{content:"";position:absolute;bottom:0;left:0;right:60%;border-bottom:2px solid currentColor;transition:right .3s ease-out}.sppb-popover-content-link.sppb-button-text::before:hover{right:0}.sppb-popover-content-link.sppb-link-muted{color:#a7a69b}.sppb-popover-content-link.sppb-link-muted:hover{color:#293945}.sppb-popover-content-link.sppb-link-text{color:inherit}.sppb-popover-content-link.sppb-link-text:hover{color:#a7a69b}.sppb-popover-content-link.sppb-button-small{padding:0 18px;line-height:30px;font-size:14px;border-radius:500px}.sppb-popover-content-link.sppb-button-large{padding:0 40px;line-height:51px;font-size:17px;border-radius:500px}.sppb-popover-content-link.sppb-button-fluid{box-sizing:border-box;width:100%;max-width:100%}.sppb-popover-text-muted{color:#a7a69b!important}.sppb-popover-text-emphasis{color:#142131!important}.sppb-popover-text-primary{color:#a68563!important}.sppb-popover-text-secondary{color:#a7a69b!important}.sppb-popover-text-success{color:#3dc372!important}.sppb-popover-text-warning{color:#ff9e45!important}.sppb-popover-text-danger{color:#e44e56!important}.sppb-popover-text-background{-webkit-background-clip:text;color:transparent!important;display:inline-block;background-color:#a68563;background-image:linear-gradient(135deg,#c2ab94,#a68563)}.sppb-margin-default-top{margin-top:20px!important}.sppb-margin-small-top{margin-top:10px!important}.sppb-margin-medium-top{margin-top:40px!important}.sppb-margin-large-top{margin-top:40px!important}.sppb-margin-xlarge-top{margin-top:70px!important}.sppb-addon.sppb-addon-popover .sppb-marker{background:0 0;border:none;outline:0;padding:0;margin:0;text-align:inherit;cursor:pointer;position:absolute!important;transform:translate(-50%,-50%);width:32px;height:32px;display:flex;justify-content:center;align-items:center;padding:5px;background:#36f;color:#fff;transition:.4s ease;transition-property:color,background-color;border-radius:50%;fill:currentcolor}.sppb-addon.sppb-addon-popover .sppb-marker.active{color:#36f;background:#fff}.sppb-addon.sppb-addon-popover .sppb-marker>svg{transform:rotate(0);transition:transform .4s ease}.sppb-addon.sppb-addon-popover .sppb-marker.active>svg{transform:rotate(45deg)}.sppb-addon.sppb-addon-popover .sppb-marker:hover{color:#36f;background:#fff}.sppb-addon.sppb-addon-popover .sppb-marker.sppb-marker-light{background:#f5f1e5;color:#293945}.sppb-addon.sppb-addon-popover .sppb-marker.sppb-marker-light:hover{color:#faf9f1;background:#a68563}.sppb-popover-wrap{display:none;position:absolute;z-index:1020;--uk-position-offset:20px;--uk-position-viewport-offset:15px;box-sizing:border-box;width:250px}.sppb-popover-wrap.sppb-open{display:block}.sppb-before-after-wrapper{position:relative;text-align:center;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;overflow:hidden;width:950px;height:534px}.sppb-before-after-image{position:absolute;overflow:hidden;width:auto}.sppb-before-after-image>img{user-select:none;display:block;max-width:none;width:950px;height:534px;object-fit:cover}.sppb-image-before.sppb-before-after-image-horizontal{z-index:1;width:50%;border-right:3px solid #fff}.sppb-image-before.sppb-before-after-image-vertical{z-index:1;height:50%;border-bottom:3px solid #fff}.sppb-image-after.sppb-before-after-image-horizontal{z-index:0;width:100%}.sppb-image-after.sppb-before-after-image-vertical{z-index:0;height:100%}.sppb-before-after-separator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center}.sppb-before-after-separator>svg{color:#fff;height:32px;width:32px}.sppb-separator-horizontal{margin-left:-2px;left:50%;cursor:ew-resize}.sppb-separator-vertical{margin-top:-2px;top:50%;transform:translate(-50%,-50%) rotate(90deg);cursor:ns-resize}.sppb-after-title,.sppb-before-title{position:absolute;opacity:1;transform:opacity ease .3s}.sppb-before-title{z-index:1;overflow:hidden}.sppb-before-title.horizontal.center{left:10px;top:50%;transform:translateY(-50%)}.sppb-before-title.horizontal.top{left:10px;top:10px}.sppb-before-title.horizontal.bottom{left:10px;bottom:10px}.sppb-before-title.vertical.center{top:10px;left:50%;transform:translateX(-50%)}.sppb-before-title.vertical.left{top:10px;left:10px}.sppb-before-title.vertical.right{top:10px;right:10px}.sppb-after-title.horizontal.center{right:10px;top:50%;transform:translateY(-50%)}.sppb-after-title.horizontal.top{right:10px;top:10px}.sppb-after-title.horizontal.bottom{right:10px;bottom:10px}.sppb-after-title.vertical.center{bottom:10px;left:50%;transform:translateX(-50%)}.sppb-after-title.vertical.left{bottom:10px;left:10px}.sppb-after-title.vertical.right{bottom:10px;right:10px}.sppb-blockquote-style{font-size:18px;line-height:1.55;margin:12px 0;border-top-right-radius:4px;border-bottom-right-radius:4px;padding:12px 16px;border-left:6px solid #d3d7eb}.sppb-table-style{border-collapse:collapse;table-layout:fixed;width:100%;margin:0;overflow:hidden}.sppb-table-style td,.sppb-table-style th{min-width:1em;border:2px solid #ced4da!important;padding:3px 5px;vertical-align:top;box-sizing:border-box;position:relative}.sppb-table-style td>*,.sppb-table-style th>*{margin-bottom:0}.sppb-table-style th{font-weight:700;text-align:left;background-color:#f1f3f5}.sppb-div-addon{min-width:20px}.sppb-reset-button-styles{background:0 0;border:none;outline:0;text-align:inherit}.sppb-reset-button-styles:focus-visible{background-color:#e8e8e8}.sppb-w-full{width:100%}.sppb-d-flex{display:flex}.sppb-align-items-center{align-items:center}.sp-pagebuilder-popup{width:auto;z-index:99999;height:auto;max-width:100vw;margin:0 auto;position:fixed!important;inset:0;overflow-y:auto}#sp-popup-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.sp-pagebuilder-popup .sp-pagebuilder-container-popup{min-height:320px}.sp-pagebuilder-popup .builder-container{width:60%;background:#fff;margin:0 auto;animation-timing-function:ease-in-out;animation-iteration-count:1}.sp-pagebuilder-popup-homepage{width:100%}.sp-pagebuilder-popup-close-btn{display:inline-block;position:absolute;z-index:100}.mfp-figure[has-shape]:after{background:0 0;box-shadow:none}.sppb-text-ellipsis-action-panel{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.sppb-dc-bxpager{text-align:center;margin-top:-30px;display:flex;justify-content:center}.sppb-dc-bxpager a{margin:0 3px}.sppb-dc-bxpager a img{padding:3px;width:100px;height:100px;object-fit:cover;border:solid #ccc 1px}.sppb-dc-bxpager a.active img{border:solid #5280dd 1px}.sppb-dynamic-content-gallery div.bx-wrapper .bx-controls-direction a.bx-prev{color:#dad9d5}.sppb-dynamic-content-gallery div.bx-wrapper .bx-controls-direction a.bx-prev:hover{color:#fff}.sppb-dynamic-content-gallery div.bx-wrapper .bx-controls-direction a.bx-next{right:10px;left:unset;color:#dad9d5}.sppb-dynamic-content-gallery div.bx-wrapper .bx-controls-direction a.bx-next:hover{color:#fff}.sppb-comment-edit-input{margin-top:-43px}.sppb-comment-thread-line{display:none}.sppb-comment-children-wrapper>.sppb-comment-item:not(:last-child)>.sppb-comment-thread-line{display:block;position:absolute;height:100%;width:1px;background-color:#e6e6e6;z-index:0}.sppb-comment-children-wrapper>.sppb-comment-item>.sppb-comment-thread-connector{display:block;position:absolute;top:0;height:40px;border-bottom-left-radius:8px;border-width:0 0 1px 1px;border-style:solid;border-color:#e6e6e6;z-index:0}.sppb-comment-item:has(.sppb-comment-children-wrapper)>.sppb-comment-content>.sppb-comment-body>.sppb-comment-body-thread-line{display:block;position:absolute;top:-4px;left:-34px;height:100%;width:1px;background-color:#e6e6e6;z-index:-1}.sppb-comment-item{display:flex;flex-direction:column;position:relative}.sppb-comment-content{display:flex;flex-direction:column}.sppb-comment-header{display:flex;flex-direction:row;align-items:center;gap:10px}.sppb-comment-avatar{width:40px;height:40px;border-radius:50%}.sppb-comment-body{margin-left:60px;position:relative}.sppb-comment-children-wrapper{display:flex;flex-direction:column;position:relative}.sppb-login-modal{position:fixed;top:25%;left:40%}.sppb-login-modal-content{padding:24px;background:#fff;border-radius:12px}.sppb-login-modal-overlay{position:fixed;width:100vw;height:100vh;left:0;top:0;background:rgba(0,0,0,.5)}.sppb-login-modal-close{width:36px;height:36px;border-radius:50%;padding:6px;display:flex;justify-content:center;align-items:center;background:#f0f4fa;border:none;cursor:pointer}.sppb-login-modal-close span{font-size:24px;font-weight:300;color:#6f7ca3}.sppb-login-modal-close:hover{background:#e5e5e5}.sppb-comment-unpublished-notice{background-color:#f1f1f1;color:#7a7c85;padding:8px 16px;display:flex;align-items:center;border-radius:4px;margin-top:12px}.sppb-comment-unpublished{filter:opacity(.7)}.builder-media-info-wrapper{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);padding:4px 8px;display:none;flex-direction:column;align-items:center;gap:2px;opacity:0;transition:opacity .2s ease;z-index:10;background:rgba(0,0,0,.5);border-radius:4px}.builder-card:hover .builder-media-info-wrapper,.builder-form-has-media:hover .builder-media-info-wrapper{display:flex;opacity:1}.builder-media-info-text{font-size:12px;color:rgba(255,255,255,.95);margin:0;line-height:1.4;white-space:nowrap}.builder-versions-list{padding-top:46px;margin-top:-10px}.builder-versions-list-card{border:1px solid #d3d7eb;border-radius:6px;overflow:hidden;background-color:#fff}.builder-versions-bulk-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border:none;background-color:#f0f4fb}.builder-versions-bulk-bar-left{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.builder-versions-select-all-label{font-size:14px;color:#333}.builder-versions-bulk-selected-count{font-size:14px;font-weight:500;color:#36f;white-space:nowrap}.builder-versions-bulk-delete{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;font-size:14px;font-weight:500;color:#f44337;background:0 0;border:1px solid #d2d4d8;border-radius:6px;cursor:pointer;flex-shrink:0;line-height:1}.builder-versions-bulk-delete:disabled{opacity:.6;cursor:not-allowed}.builder-versions-bulk-delete svg{color:#f44337;flex-shrink:0}.builder-versions-list-card .builder-version-item{border-left:none;border-right:none;border-radius:0!important}.builder-versions-list-card .builder-version-item:last-of-type{border-bottom:none}.builder-versions-row-checkbox{margin:0}.builder-versions-list-card .builder-version-item:first-of-type{border-top:none}.builder-version-item{padding:16px;border-bottom:1px solid #d3d7eb;border-left:1px solid #d3d7eb;border-right:1px solid #d3d7eb}.builder-version-item:first-of-type{border-top-left-radius:6px;border-top-right-radius:6px;border-top:1px solid #d3d7eb}.builder-version-item:last-of-type{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.builder-form-icon{left:6px!important;top:17px!important}
@font-face{font-display:swap;font-family:'fa-brands-400';src:url(/media/com_sppagebuilder/assets/iconfont/fa-brands-400/fonts/fa-brands-400.eot?q8efys=);src:url(/media/com_sppagebuilder/assets/iconfont/fa-brands-400/fonts/fa-brands-400.eot?q8efys=#iefix) format('embedded-opentype'),url(/media/com_sppagebuilder/assets/iconfont/fa-brands-400/fonts/fa-brands-400.ttf?q8efys=) format('truetype'),url(/media/com_sppagebuilder/assets/iconfont/fa-brands-400/fonts/fa-brands-400.woff?q8efys=) format('woff'),url(/media/com_sppagebuilder/assets/iconfont/fa-brands-400/fonts/fa-brands-400.svg?q8efys=#fa-brands-400) format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="fapro-"],[class*=" fapro-"]{font-family:'fa-brands-400' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fapro-ty:before{content:"\e900"}.fapro-group:before{content:"\e901"}.fapro-px:before{content:"\e902"}.fapro-accessible-icon:before{content:"\e903"}.fapro-accusoft:before{content:"\e904"}.fapro-adn:before{content:"\e905"}.fapro-adversal:before{content:"\e906"}.fapro-affiliatetheme:before{content:"\e907"}.fapro-airbnb:before{content:"\e908"}.fapro-algolia:before{content:"\e909"}.fapro-alipay:before{content:"\e90a"}.fapro-amazon-pay:before{content:"\e90b"}.fapro-amazon:before{content:"\e90c"}.fapro-amilia:before{content:"\e90d"}.fapro-android:before{content:"\e90e"}.fapro-angellist:before{content:"\e90f"}.fapro-angrycreative:before{content:"\e910"}.fapro-angular:before{content:"\e911"}.fapro-app-store-ios:before{content:"\e912"}.fapro-app-store:before{content:"\e913"}.fapro-apper:before{content:"\e914"}.fapro-apple-pay:before{content:"\e915"}.fapro-apple:before{content:"\e916"}.fapro-arch-linux:before{content:"\e917"}.fapro-artstation:before{content:"\e918"}.fapro-asymmetrik:before{content:"\e919"}.fapro-atlassian:before{content:"\e91a"}.fapro-audible:before{content:"\e91b"}.fapro-autoprefixer:before{content:"\e91c"}.fapro-avianex:before{content:"\e91d"}.fapro-aviato:before{content:"\e91e"}.fapro-aws:before{content:"\e91f"}.fapro-bandcamp:before{content:"\e920"}.fapro-battle-net:before{content:"\e921"}.fapro-behance-square:before{content:"\e922"}.fapro-behance:before{content:"\e923"}.fapro-bgg:before{content:"\e924"}.fapro-bilibili:before{content:"\e925"}.fapro-bimobject:before{content:"\e926"}.fapro-bitbucket:before{content:"\e927"}.fapro-bitcoin:before{content:"\e928"}.fapro-bity:before{content:"\e929"}.fapro-black-tie:before{content:"\e92a"}.fapro-blackberry:before{content:"\e92b"}.fapro-blogger-b:before{content:"\e92c"}.fapro-blogger:before{content:"\e92d"}.fapro-bluesky:before{content:"\e92e"}.fapro-bluetooth-b:before{content:"\e92f"}.fapro-bluetooth:before{content:"\e930"}.fapro-board-game-geek:before{content:"\e931"}.fapro-bootstrap:before{content:"\e932"}.fapro-bots:before{content:"\e933"}.fapro-brave-reverse:before{content:"\e934"}.fapro-brave:before{content:"\e935"}.fapro-btc:before{content:"\e936"}.fapro-buffer:before{content:"\e937"}.fapro-buromobelexperte:before{content:"\e938"}.fapro-buy-n-large:before{content:"\e939"}.fapro-buysellads:before{content:"\e93a"}.fapro-canadian-maple-leaf:before{content:"\e93b"}.fapro-cash-app:before{content:"\e93c"}.fapro-cc-amazon-pay:before{content:"\e93d"}.fapro-cc-amex:before{content:"\e93e"}.fapro-cc-apple-pay:before{content:"\e93f"}.fapro-cc-diners-club:before{content:"\e940"}.fapro-cc-discover:before{content:"\e941"}.fapro-cc-jcb:before{content:"\e942"}.fapro-cc-mastercard:before{content:"\e943"}.fapro-cc-paypal:before{content:"\e944"}.fapro-cc-stripe:before{content:"\e945"}.fapro-cc-visa:before{content:"\e946"}.fapro-centercode:before{content:"\e947"}.fapro-centos:before{content:"\e948"}.fapro-chrome:before{content:"\e949"}.fapro-chromecast:before{content:"\e94a"}.fapro-circle-zulip:before{content:"\e94b"}.fapro-claude:before{content:"\e94c"}.fapro-cloudflare:before{content:"\e94d"}.fapro-cloudscale:before{content:"\e94e"}.fapro-cloudsmith:before{content:"\e94f"}.fapro-cloudversify:before{content:"\e950"}.fapro-cmplid:before{content:"\e951"}.fapro-codepen:before{content:"\e952"}.fapro-codiepie:before{content:"\e953"}.fapro-confluence:before{content:"\e954"}.fapro-connectdevelop:before{content:"\e955"}.fapro-contao:before{content:"\e956"}.fapro-cotton-bureau:before{content:"\e957"}.fapro-cpanel:before{content:"\e958"}.fapro-creative-commons-by:before{content:"\e959"}.fapro-creative-commons-nc-eu:before{content:"\e95a"}.fapro-creative-commons-nc-jp:before{content:"\e95b"}.fapro-creative-commons-nc:before{content:"\e95c"}.fapro-creative-commons-nd:before{content:"\e95d"}.fapro-creative-commons-pd-alt:before{content:"\e95e"}.fapro-creative-commons-pd:before{content:"\e95f"}.fapro-creative-commons-remix:before{content:"\e960"}.fapro-creative-commons-sa:before{content:"\e961"}.fapro-creative-commons-sampling-plus:before{content:"\e962"}.fapro-creative-commons-sampling:before{content:"\e963"}.fapro-creative-commons-share:before{content:"\e964"}.fapro-creative-commons-zero:before{content:"\e965"}.fapro-creative-commons:before{content:"\e966"}.fapro-critical-role:before{content:"\e967"}.fapro-css:before{content:"\e968"}.fapro-css3-alt:before{content:"\e969"}.fapro-css3:before{content:"\e96a"}.fapro-cuttlefish:before{content:"\e96b"}.fapro-d-and-d-beyond:before{content:"\e96c"}.fapro-d-and-d:before{content:"\e96d"}.fapro-dailymotion:before{content:"\e96e"}.fapro-dart-lang:before{content:"\e96f"}.fapro-dashcube:before{content:"\e970"}.fapro-debian:before{content:"\e971"}.fapro-deezer:before{content:"\e972"}.fapro-delicious:before{content:"\e973"}.fapro-deploydog:before{content:"\e974"}.fapro-deskpro:before{content:"\e975"}.fapro-dev:before{content:"\e976"}.fapro-deviantart:before{content:"\e977"}.fapro-dhl:before{content:"\e978"}.fapro-diaspora:before{content:"\e979"}.fapro-digg:before{content:"\e97a"}.fapro-digital-ocean:before{content:"\e97b"}.fapro-discord:before{content:"\e97c"}.fapro-discourse:before{content:"\e97d"}.fapro-disqus:before{content:"\e97e"}.fapro-dochub:before{content:"\e97f"}.fapro-docker:before{content:"\e980"}.fapro-draft2digital:before{content:"\e981"}.fapro-dribbble-square:before{content:"\e982"}.fapro-dribbble:before{content:"\e983"}.fapro-dropbox:before{content:"\e984"}.fapro-drupal:before{content:"\e985"}.fapro-duolingo:before{content:"\e986"}.fapro-dyalog:before{content:"\e987"}.fapro-earlybirds:before{content:"\e988"}.fapro-ebay:before{content:"\e989"}.fapro-edge-legacy:before{content:"\e98a"}.fapro-edge:before{content:"\e98b"}.fapro-elementor:before{content:"\e98c"}.fapro-eleventy:before{content:"\e98d"}.fapro-ello:before{content:"\e98e"}.fapro-ember:before{content:"\e98f"}.fapro-empire:before{content:"\e990"}.fapro-envira:before{content:"\e991"}.fapro-erlang:before{content:"\e992"}.fapro-ethereum:before{content:"\e993"}.fapro-etsy:before{content:"\e994"}.fapro-evernote:before{content:"\e995"}.fapro-expeditedssl:before{content:"\e996"}.fapro-facebook-f:before{content:"\e997"}.fapro-facebook-messenger:before{content:"\e998"}.fapro-facebook-square:before{content:"\e999"}.fapro-facebook:before{content:"\e99a"}.fapro-fantasy-flight-games:before{content:"\e99b"}.fapro-fedex:before{content:"\e99c"}.fapro-fediverse:before{content:"\e99d"}.fapro-fedora:before{content:"\e99e"}.fapro-figma:before{content:"\e99f"}.fapro-files-pinwheel:before{content:"\e9a0"}.fapro-firefox-browser:before{content:"\e9a1"}.fapro-firefox:before{content:"\e9a2"}.fapro-first-order-alt:before{content:"\e9a3"}.fapro-first-order:before{content:"\e9a4"}.fapro-firstdraft:before{content:"\e9a5"}.fapro-flickr:before{content:"\e9a6"}.fapro-flipboard:before{content:"\e9a7"}.fapro-flutter:before{content:"\e9a8"}.fapro-fly:before{content:"\e9a9"}.fapro-font-awesome-alt:before{content:"\e9aa"}.fapro-font-awesome-flag:before{content:"\e9ab"}.fapro-font-awesome-logo-full:before{content:"\e9ac"}.fapro-font-awesome:before{content:"\e9ad"}.fapro-fonticons-fi:before{content:"\e9ae"}.fapro-fonticons:before{content:"\e9af"}.fapro-forgejo:before{content:"\e9b0"}.fapro-fort-awesome-alt:before{content:"\e9b1"}.fapro-fort-awesome:before{content:"\e9b2"}.fapro-forumbee:before{content:"\e9b3"}.fapro-foursquare:before{content:"\e9b4"}.fapro-free-code-camp:before{content:"\e9b5"}.fapro-freebsd:before{content:"\e9b6"}.fapro-fulcrum:before{content:"\e9b7"}.fapro-galactic-republic:before{content:"\e9b8"}.fapro-galactic-senate:before{content:"\e9b9"}.fapro-get-pocket:before{content:"\e9ba"}.fapro-gg-circle:before{content:"\e9bb"}.fapro-gg:before{content:"\e9bc"}.fapro-git-alt:before{content:"\e9bd"}.fapro-git-square:before{content:"\e9be"}.fapro-git:before{content:"\e9bf"}.fapro-gitee:before{content:"\e9c0"}.fapro-github-alt:before{content:"\e9c1"}.fapro-github-square:before{content:"\e9c2"}.fapro-github:before{content:"\e9c3"}.fapro-gitkraken:before{content:"\e9c4"}.fapro-gitlab-square:before{content:"\e9c5"}.fapro-gitlab:before{content:"\e9c6"}.fapro-gitter:before{content:"\e9c7"}.fapro-glide-g:before{content:"\e9c8"}.fapro-glide:before{content:"\e9c9"}.fapro-globaleaks:before{content:"\e9ca"}.fapro-gofore:before{content:"\e9cb"}.fapro-golang:before{content:"\e9cc"}.fapro-goodreads-g:before{content:"\e9cd"}.fapro-goodreads:before{content:"\e9ce"}.fapro-google-drive:before{content:"\e9cf"}.fapro-google-pay:before{content:"\e9d0"}.fapro-google-play:before{content:"\e9d1"}.fapro-google-plus-g:before{content:"\e9d2"}.fapro-google-plus-square:before{content:"\e9d3"}.fapro-google-plus:before{content:"\e9d4"}.fapro-google-scholar:before{content:"\e9d5"}.fapro-google-wallet:before{content:"\e9d6"}.fapro-google:before{content:"\e9d7"}.fapro-gratipay:before{content:"\e9d8"}.fapro-grav:before{content:"\e9d9"}.fapro-gripfire:before{content:"\e9da"}.fapro-grunt:before{content:"\e9db"}.fapro-guilded:before{content:"\e9dc"}.fapro-gulp:before{content:"\e9dd"}.fapro-hacker-news-square:before{content:"\e9de"}.fapro-hacker-news:before{content:"\e9df"}.fapro-hackerrank:before{content:"\e9e0"}.fapro-hashnode:before{content:"\e9e1"}.fapro-hips:before{content:"\e9e2"}.fapro-hire-a-helper:before{content:"\e9e3"}.fapro-hive:before{content:"\e9e4"}.fapro-hooli:before{content:"\e9e5"}.fapro-hornbill:before{content:"\e9e6"}.fapro-hotjar:before{content:"\e9e7"}.fapro-houzz:before{content:"\e9e8"}.fapro-html5:before{content:"\e9e9"}.fapro-hubspot:before{content:"\e9ea"}.fapro-hugging-face:before{content:"\e9eb"}.fapro-ideal:before{content:"\e9ec"}.fapro-imdb:before{content:"\e9ed"}.fapro-innosoft:before{content:"\e9ee"}.fapro-instagram-square:before{content:"\e9ef"}.fapro-instagram:before{content:"\e9f0"}.fapro-instalod:before{content:"\e9f1"}.fapro-intercom:before{content:"\e9f2"}.fapro-internet-explorer:before{content:"\e9f3"}.fapro-invision:before{content:"\e9f4"}.fapro-ioxhost:before{content:"\e9f5"}.fapro-itch-io:before{content:"\e9f6"}.fapro-itunes-note:before{content:"\e9f7"}.fapro-itunes:before{content:"\e9f8"}.fapro-java:before{content:"\e9f9"}.fapro-jedi-order:before{content:"\e9fa"}.fapro-jenkins:before{content:"\e9fb"}.fapro-jira:before{content:"\e9fc"}.fapro-joget:before{content:"\e9fd"}.fapro-joomla:before{content:"\e9fe"}.fapro-js-square:before{content:"\e9ff"}.fapro-js:before{content:"\ea00"}.fapro-jsfiddle:before{content:"\ea01"}.fapro-julia:before{content:"\ea02"}.fapro-jxl:before{content:"\ea03"}.fapro-kaggle:before{content:"\ea04"}.fapro-kakao-talk:before{content:"\ea05"}.fapro-keybase:before{content:"\ea06"}.fapro-keycdn:before{content:"\ea07"}.fapro-kickstarter-k:before{content:"\ea08"}.fapro-kickstarter:before{content:"\ea09"}.fapro-ko-fi:before{content:"\ea0a"}.fapro-korvue:before{content:"\ea0b"}.fapro-kubernetes:before{content:"\ea0c"}.fapro-laravel:before{content:"\ea0d"}.fapro-lastfm-square:before{content:"\ea0e"}.fapro-lastfm:before{content:"\ea0f"}.fapro-leanpub:before{content:"\ea10"}.fapro-leetcode:before{content:"\ea11"}.fapro-less:before{content:"\ea12"}.fapro-letterboxd:before{content:"\ea13"}.fapro-line:before{content:"\ea14"}.fapro-linkedin-in:before{content:"\ea15"}.fapro-linkedin:before{content:"\ea16"}.fapro-linktree:before{content:"\ea17"}.fapro-linode:before{content:"\ea18"}.fapro-linux:before{content:"\ea19"}.fapro-lumon-drop:before{content:"\ea1a"}.fapro-lumon:before{content:"\ea1b"}.fapro-lyft:before{content:"\ea1c"}.fapro-magento:before{content:"\ea1d"}.fapro-mailchimp:before{content:"\ea1e"}.fapro-mandalorian:before{content:"\ea1f"}.fapro-markdown:before{content:"\ea20"}.fapro-mastodon:before{content:"\ea21"}.fapro-maxcdn:before{content:"\ea22"}.fapro-mdb:before{content:"\ea23"}.fapro-medapps:before{content:"\ea24"}.fapro-medium-m:before{content:"\ea25"}.fapro-medium:before{content:"\ea26"}.fapro-medrt:before{content:"\ea27"}.fapro-meetup:before{content:"\ea28"}.fapro-megaport:before{content:"\ea29"}.fapro-mendeley:before{content:"\ea2a"}.fapro-meta:before{content:"\ea2b"}.fapro-microblog:before{content:"\ea2c"}.fapro-microsoft:before{content:"\ea2d"}.fapro-mintbit:before{content:"\ea2e"}.fapro-mix:before{content:"\ea2f"}.fapro-mixcloud:before{content:"\ea30"}.fapro-mixer:before{content:"\ea31"}.fapro-mizuni:before{content:"\ea32"}.fapro-modx:before{content:"\ea33"}.fapro-monero:before{content:"\ea34"}.fapro-napster:before{content:"\ea35"}.fapro-neos:before{content:"\ea36"}.fapro-nfc-directional:before{content:"\ea37"}.fapro-nfc-symbol:before{content:"\ea38"}.fapro-nimblr:before{content:"\ea39"}.fapro-node-js:before{content:"\ea3a"}.fapro-node:before{content:"\ea3b"}.fapro-notion:before{content:"\ea3c"}.fapro-npm:before{content:"\ea3d"}.fapro-ns8:before{content:"\ea3e"}.fapro-nutritionix:before{content:"\ea3f"}.fapro-obsidian:before{content:"\ea40"}.fapro-octopus-deploy:before{content:"\ea41"}.fapro-odnoklassniki-square:before{content:"\ea42"}.fapro-odnoklassniki:before{content:"\ea43"}.fapro-odysee:before{content:"\ea44"}.fapro-old-republic:before{content:"\ea45"}.fapro-openai:before{content:"\ea46"}.fapro-opencart:before{content:"\ea47"}.fapro-openid:before{content:"\ea48"}.fapro-openstreetmap:before{content:"\ea49"}.fapro-opensuse:before{content:"\ea4a"}.fapro-opera:before{content:"\ea4b"}.fapro-optin-monster:before{content:"\ea4c"}.fapro-orcid:before{content:"\ea4d"}.fapro-osi:before{content:"\ea4e"}.fapro-padlet:before{content:"\ea4f"}.fapro-page4:before{content:"\ea50"}.fapro-pagelines:before{content:"\ea51"}.fapro-palfed:before{content:"\ea52"}.fapro-pandora:before{content:"\ea53"}.fapro-patreon:before{content:"\ea54"}.fapro-paypal:before{content:"\ea55"}.fapro-perbyte:before{content:"\ea56"}.fapro-periscope:before{content:"\ea57"}.fapro-phabricator:before{content:"\ea58"}.fapro-phoenix-framework:before{content:"\ea59"}.fapro-phoenix-squadron:before{content:"\ea5a"}.fapro-php:before{content:"\ea5b"}.fapro-pied-piper-alt:before{content:"\ea5c"}.fapro-pied-piper-hat:before{content:"\ea5d"}.fapro-pied-piper-pp:before{content:"\ea5e"}.fapro-pied-piper-square:before{content:"\ea5f"}.fapro-pied-piper:before{content:"\ea60"}.fapro-pinterest-p:before{content:"\ea61"}.fapro-pinterest-square:before{content:"\ea62"}.fapro-pinterest:before{content:"\ea63"}.fapro-pix:before{content:"\ea64"}.fapro-pixelfed:before{content:"\ea65"}.fapro-pixiv:before{content:"\ea66"}.fapro-playstation:before{content:"\ea67"}.fapro-postgresql:before{content:"\ea68"}.fapro-product-hunt:before{content:"\ea69"}.fapro-pushed:before{content:"\ea6a"}.fapro-python:before{content:"\ea6b"}.fapro-qq:before{content:"\ea6c"}.fapro-quinscape:before{content:"\ea6d"}.fapro-quora:before{content:"\ea6e"}.fapro-r-project:before{content:"\ea6f"}.fapro-raspberry-pi:before{content:"\ea70"}.fapro-ravelry:before{content:"\ea71"}.fapro-react:before{content:"\ea72"}.fapro-reacteurope:before{content:"\ea73"}.fapro-readme:before{content:"\ea74"}.fapro-rebel:before{content:"\ea75"}.fapro-red-river:before{content:"\ea76"}.fapro-reddit-alien:before{content:"\ea77"}.fapro-reddit-square:before{content:"\ea78"}.fapro-reddit:before{content:"\ea79"}.fapro-redhat:before{content:"\ea7a"}.fapro-rendact:before{content:"\ea7b"}.fapro-renren:before{content:"\ea7c"}.fapro-replyd:before{content:"\ea7d"}.fapro-researchgate:before{content:"\ea7e"}.fapro-resolving:before{content:"\ea7f"}.fapro-rev:before{content:"\ea80"}.fapro-rocketchat:before{content:"\ea81"}.fapro-rockrms:before{content:"\ea82"}.fapro-rust:before{content:"\ea83"}.fapro-safari:before{content:"\ea84"}.fapro-salesforce:before{content:"\ea85"}.fapro-sass:before{content:"\ea86"}.fapro-scaleway:before{content:"\ea87"}.fapro-schlix:before{content:"\ea88"}.fapro-screenpal:before{content:"\ea89"}.fapro-scribd:before{content:"\ea8a"}.fapro-searchengin:before{content:"\ea8b"}.fapro-sellcast:before{content:"\ea8c"}.fapro-sellsy:before{content:"\ea8d"}.fapro-servicestack:before{content:"\ea8e"}.fapro-shirtsinbulk:before{content:"\ea8f"}.fapro-shoelace:before{content:"\ea90"}.fapro-shopify:before{content:"\ea91"}.fapro-shopware:before{content:"\ea92"}.fapro-signal-messenger:before{content:"\ea93"}.fapro-simplybuilt:before{content:"\ea94"}.fapro-sistrix:before{content:"\ea95"}.fapro-sith:before{content:"\ea96"}.fapro-sitrox:before{content:"\ea97"}.fapro-sketch:before{content:"\ea98"}.fapro-skyatlas:before{content:"\ea99"}.fapro-skype:before{content:"\ea9a"}.fapro-slack-hash:before{content:"\ea9b"}.fapro-slack:before{content:"\ea9c"}.fapro-slideshare:before{content:"\ea9d"}.fapro-snapchat-ghost:before{content:"\ea9e"}.fapro-snapchat-square:before{content:"\ea9f"}.fapro-snapchat:before{content:"\eaa0"}.fapro-solana:before{content:"\eaa1"}.fapro-soundcloud:before{content:"\eaa2"}.fapro-sourcetree:before{content:"\eaa3"}.fapro-space-awesome:before{content:"\eaa4"}.fapro-speakap:before{content:"\eaa5"}.fapro-speaker-deck:before{content:"\eaa6"}.fapro-spotify:before{content:"\eaa7"}.fapro-square-behance:before{content:"\eaa8"}.fapro-square-bluesky:before{content:"\eaa9"}.fapro-square-deskpro:before{content:"\eaaa"}.fapro-square-dribbble:before{content:"\eaab"}.fapro-square-facebook:before{content:"\eaac"}.fapro-square-figma:before{content:"\eaad"}.fapro-square-font-awesome-stroke:before{content:"\eaae"}.fapro-square-font-awesome:before{content:"\eaaf"}.fapro-square-git:before{content:"\eab0"}.fapro-square-github:before{content:"\eab1"}.fapro-square-gitlab:before{content:"\eab2"}.fapro-square-google-plus:before{content:"\eab3"}.fapro-square-hacker-news:before{content:"\eab4"}.fapro-square-instagram:before{content:"\eab5"}.fapro-square-js:before{content:"\eab6"}.fapro-square-kickstarter:before{content:"\eab7"}.fapro-square-lastfm:before{content:"\eab8"}.fapro-square-letterboxd:before{content:"\eab9"}.fapro-square-linkedin:before{content:"\eaba"}.fapro-square-odnoklassniki:before{content:"\eabb"}.fapro-square-pied-piper:before{content:"\eabc"}.fapro-square-pinterest:before{content:"\eabd"}.fapro-square-reddit:before{content:"\eabe"}.fapro-square-snapchat:before{content:"\eabf"}.fapro-square-steam:before{content:"\eac0"}.fapro-square-threads:before{content:"\eac1"}.fapro-square-tumblr:before{content:"\eac2"}.fapro-square-twitter:before{content:"\eac3"}.fapro-square-upwork:before{content:"\eac4"}.fapro-square-viadeo:before{content:"\eac5"}.fapro-square-vimeo:before{content:"\eac6"}.fapro-square-web-awesome-stroke:before{content:"\eac7"}.fapro-square-web-awesome:before{content:"\eac8"}.fapro-square-whatsapp:before{content:"\eac9"}.fapro-square-x-twitter:before{content:"\eaca"}.fapro-square-xing:before{content:"\eacb"}.fapro-square-youtube:before{content:"\eacc"}.fapro-squarespace:before{content:"\eacd"}.fapro-stack-exchange:before{content:"\eace"}.fapro-stack-overflow:before{content:"\eacf"}.fapro-stackpath:before{content:"\ead0"}.fapro-staylinked:before{content:"\ead1"}.fapro-steam-square:before{content:"\ead2"}.fapro-steam-symbol:before{content:"\ead3"}.fapro-steam:before{content:"\ead4"}.fapro-sticker-mule:before{content:"\ead5"}.fapro-strava:before{content:"\ead6"}.fapro-stripe-s:before{content:"\ead7"}.fapro-stripe:before{content:"\ead8"}.fapro-stubber:before{content:"\ead9"}.fapro-studiovinari:before{content:"\eada"}.fapro-stumbleupon-circle:before{content:"\eadb"}.fapro-stumbleupon:before{content:"\eadc"}.fapro-superpowers:before{content:"\eadd"}.fapro-supple:before{content:"\eade"}.fapro-supportnow:before{content:"\eadf"}.fapro-suse:before{content:"\eae0"}.fapro-svelte:before{content:"\eae1"}.fapro-swift:before{content:"\eae2"}.fapro-symfony:before{content:"\eae3"}.fapro-symfonycasts:before{content:"\eae4"}.fapro-tailwind-css:before{content:"\eae5"}.fapro-teamspeak:before{content:"\eae6"}.fapro-telegram-plane:before{content:"\eae7"}.fapro-telegram:before{content:"\eae8"}.fapro-tencent-weibo:before{content:"\eae9"}.fapro-tex:before{content:"\eaea"}.fapro-the-red-yeti:before{content:"\eaeb"}.fapro-themeco:before{content:"\eaec"}.fapro-themeisle:before{content:"\eaed"}.fapro-think-peaks:before{content:"\eaee"}.fapro-threads:before{content:"\eaef"}.fapro-threema:before{content:"\eaf0"}.fapro-tidal:before{content:"\eaf1"}.fapro-tiktok:before{content:"\eaf2"}.fapro-tor-browser:before{content:"\eaf3"}.fapro-trade-federation:before{content:"\eaf4"}.fapro-trello:before{content:"\eaf5"}.fapro-tumblr-square:before{content:"\eaf6"}.fapro-tumblr:before{content:"\eaf7"}.fapro-twitch:before{content:"\eaf8"}.fapro-twitter-square:before{content:"\eaf9"}.fapro-twitter:before{content:"\eafa"}.fapro-typescript:before{content:"\eafb"}.fapro-typo3:before{content:"\eafc"}.fapro-uber:before{content:"\eafd"}.fapro-ubuntu:before{content:"\eafe"}.fapro-uikit:before{content:"\eaff"}.fapro-ultralytics-hub:before{content:"\eb00"}.fapro-ultralytics-yolo:before{content:"\eb01"}.fapro-ultralytics:before{content:"\eb02"}.fapro-umbraco:before{content:"\eb03"}.fapro-uncharted:before{content:"\eb04"}.fapro-uniregistry:before{content:"\eb05"}.fapro-unison:before{content:"\eb06"}.fapro-unity:before{content:"\eb07"}.fapro-unreal-engine:before{content:"\eb08"}.fapro-unsplash:before{content:"\eb09"}.fapro-untappd:before{content:"\eb0a"}.fapro-ups:before{content:"\eb0b"}.fapro-upwork:before{content:"\eb0c"}.fapro-usb:before{content:"\eb0d"}.fapro-usps:before{content:"\eb0e"}.fapro-ussunnah:before{content:"\eb0f"}.fapro-vaadin:before{content:"\eb10"}.fapro-venmo-v:before{content:"\eb11"}.fapro-venmo:before{content:"\eb12"}.fapro-viacoin:before{content:"\eb13"}.fapro-viadeo-square:before{content:"\eb14"}.fapro-viadeo:before{content:"\eb15"}.fapro-viber:before{content:"\eb16"}.fapro-vim:before{content:"\eb17"}.fapro-vimeo-square:before{content:"\eb18"}.fapro-vimeo-v:before{content:"\eb19"}.fapro-vimeo:before{content:"\eb1a"}.fapro-vine:before{content:"\eb1b"}.fapro-vk:before{content:"\eb1c"}.fapro-vnv:before{content:"\eb1d"}.fapro-vsco:before{content:"\eb1e"}.fapro-vuejs:before{content:"\eb1f"}.fapro-w3c:before{content:"\eb20"}.fapro-watchman-monitoring:before{content:"\eb21"}.fapro-waze:before{content:"\eb22"}.fapro-web-awesome:before{content:"\eb23"}.fapro-webflow:before{content:"\eb24"}.fapro-weebly:before{content:"\eb25"}.fapro-weibo:before{content:"\eb26"}.fapro-weixin:before{content:"\eb27"}.fapro-whatsapp-square:before{content:"\eb28"}.fapro-whatsapp:before{content:"\eb29"}.fapro-whmcs:before{content:"\eb2a"}.fapro-wikipedia-w:before{content:"\eb2b"}.fapro-windows:before{content:"\eb2c"}.fapro-wirsindhandwerk:before{content:"\eb2d"}.fapro-wix:before{content:"\eb2e"}.fapro-wizards-of-the-coast:before{content:"\eb2f"}.fapro-wodu:before{content:"\eb30"}.fapro-wolf-pack-battalion:before{content:"\eb31"}.fapro-wordpress-simple:before{content:"\eb32"}.fapro-wordpress:before{content:"\eb33"}.fapro-wpbeginner:before{content:"\eb34"}.fapro-wpexplorer:before{content:"\eb35"}.fapro-wpforms:before{content:"\eb36"}.fapro-wpressr:before{content:"\eb37"}.fapro-wsh:before{content:"\eb38"}.fapro-x-twitter:before{content:"\eb39"}.fapro-xbox:before{content:"\eb3a"}.fapro-xing-square:before{content:"\eb3b"}.fapro-xing:before{content:"\eb3c"}.fapro-xmpp:before{content:"\eb3d"}.fapro-y-combinator:before{content:"\eb3e"}.fapro-yahoo:before{content:"\eb3f"}.fapro-yammer:before{content:"\eb40"}.fapro-yandex-international:before{content:"\eb41"}.fapro-yandex:before{content:"\eb42"}.fapro-yarn:before{content:"\eb43"}.fapro-yelp:before{content:"\eb44"}.fapro-yoast:before{content:"\eb45"}.fapro-youtube-square:before{content:"\eb46"}.fapro-youtube:before{content:"\eb47"}.fapro-zhihu:before{content:"\eb48"}.fapro-zoom:before{content:"\eb49"}.fapro-zulip:before{content:"\eb4a"}
@font-face{font-display:swap;font-family:'fa-light';src:url(/media/com_sppagebuilder/assets/iconfont/fa-light/fonts/fa-light.eot?rn0op=);src:url(/media/com_sppagebuilder/assets/iconfont/fa-light/fonts/fa-light.eot?rn0op=#iefix) format('embedded-opentype'),url(/media/com_sppagebuilder/assets/iconfont/fa-light/fonts/fa-light.ttf?rn0op=) format('truetype'),url(/media/com_sppagebuilder/assets/iconfont/fa-light/fonts/fa-light.woff?rn0op=) format('woff'),url(/media/com_sppagebuilder/assets/iconfont/fa-light/fonts/fa-light.svg?rn0op=#fa-light) format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="fapro-"],[class*=" fapro-"]{font-family:'fa-light' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fapro-0:before{content:"\e900"}.fapro-00:before{content:"\e901"}.fapro-1:before{content:"\e902"}.fapro-2:before{content:"\e903"}.fapro-3:before{content:"\e904"}.fapro-4:before{content:"\e905"}.fapro-5:before{content:"\e906"}.fapro-6:before{content:"\e907"}.fapro-7:before{content:"\e908"}.fapro-8:before{content:"\e909"}.fapro-9:before{content:"\e90a"}.fapro-100:before{content:"\e90b"}.fapro-degrees:before{content:"\e90c"}.fapro-a:before{content:"\e90d"}.fapro-abacus:before{content:"\e90e"}.fapro-accent-grave:before{content:"\e90f"}.fapro-acorn:before{content:"\e910"}.fapro-ad:before{content:"\e911"}.fapro-add:before{content:"\e912"}.fapro-address-book:before{content:"\e913"}.fapro-address-card:before{content:"\e914"}.fapro-adjust:before{content:"\e915"}.fapro-aeropress:before{content:"\e916"}.fapro-air-conditioner:before{content:"\e917"}.fapro-air-freshener:before{content:"\e918"}.fapro-airplay-audio:before{content:"\e919"}.fapro-airplay:before{content:"\e91a"}.fapro-alarm-clock:before{content:"\e91b"}.fapro-alarm-exclamation:before{content:"\e91c"}.fapro-alarm-minus:before{content:"\e91d"}.fapro-alarm-plus:before{content:"\e91e"}.fapro-alarm-snooze:before{content:"\e91f"}.fapro-album-circle-plus:before{content:"\e920"}.fapro-album-circle-user:before{content:"\e921"}.fapro-album-collection-circle-plus:before{content:"\e922"}.fapro-album-collection-circle-user:before{content:"\e923"}.fapro-album-collection:before{content:"\e924"}.fapro-album:before{content:"\e925"}.fapro-alicorn:before{content:"\e926"}.fapro-alien-8bit:before{content:"\e927"}.fapro-alien-monster:before{content:"\e928"}.fapro-alien:before{content:"\e929"}.fapro-align-center:before{content:"\e92a"}.fapro-align-justify:before{content:"\e92b"}.fapro-align-left:before{content:"\e92c"}.fapro-align-right:before{content:"\e92d"}.fapro-align-slash:before{content:"\e92e"}.fapro-allergies:before{content:"\e92f"}.fapro-almost-equal-to:before{content:"\e930"}.fapro-alt:before{content:"\e931"}.fapro-ambulance:before{content:"\e932"}.fapro-american-sign-language-interpreting:before{content:"\e933"}.fapro-amp-guitar:before{content:"\e934"}.fapro-ampersand:before{content:"\e935"}.fapro-analytics:before{content:"\e936"}.fapro-anchor-circle-check:before{content:"\e937"}.fapro-anchor-circle-exclamation:before{content:"\e938"}.fapro-anchor-circle-xmark:before{content:"\e939"}.fapro-anchor-lock:before{content:"\e93a"}.fapro-anchor:before{content:"\e93b"}.fapro-angel:before{content:"\e93c"}.fapro-angle-90:before{content:"\e93d"}.fapro-angle-double-down:before{content:"\e93e"}.fapro-angle-double-left:before{content:"\e93f"}.fapro-angle-double-right:before{content:"\e940"}.fapro-angle-double-up:before{content:"\e941"}.fapro-angle-down:before{content:"\e942"}.fapro-angle-left:before{content:"\e943"}.fapro-angle-right:before{content:"\e944"}.fapro-angle-up:before{content:"\e945"}.fapro-angle:before{content:"\e946"}.fapro-angles-down:before{content:"\e947"}.fapro-angles-left:before{content:"\e948"}.fapro-angles-right:before{content:"\e949"}.fapro-angles-up-down:before{content:"\e94a"}.fapro-angles-up:before{content:"\e94b"}.fapro-angry:before{content:"\e94c"}.fapro-ankh:before{content:"\e94d"}.fapro-ant:before{content:"\e94e"}.fapro-apartment:before{content:"\e94f"}.fapro-aperture:before{content:"\e950"}.fapro-apostrophe:before{content:"\e951"}.fapro-apple-alt:before{content:"\e952"}.fapro-apple-core:before{content:"\e953"}.fapro-apple-crate:before{content:"\e954"}.fapro-apple-whole:before{content:"\e955"}.fapro-aquarius:before{content:"\e956"}.fapro-archive:before{content:"\e957"}.fapro-archway:before{content:"\e958"}.fapro-area-chart:before{content:"\e959"}.fapro-aries:before{content:"\e95a"}.fapro-arrow-alt-circle-down:before{content:"\e95b"}.fapro-arrow-alt-circle-left:before{content:"\e95c"}.fapro-arrow-alt-circle-right:before{content:"\e95d"}.fapro-arrow-alt-circle-up:before{content:"\e95e"}.fapro-arrow-alt-down:before{content:"\e95f"}.fapro-arrow-alt-from-bottom:before{content:"\e960"}.fapro-arrow-alt-from-left:before{content:"\e961"}.fapro-arrow-alt-from-right:before{content:"\e962"}.fapro-arrow-alt-from-top:before{content:"\e963"}.fapro-arrow-alt-left:before{content:"\e964"}.fapro-arrow-alt-right:before{content:"\e965"}.fapro-arrow-alt-square-down:before{content:"\e966"}.fapro-arrow-alt-square-left:before{content:"\e967"}.fapro-arrow-alt-square-right:before{content:"\e968"}.fapro-arrow-alt-square-up:before{content:"\e969"}.fapro-arrow-alt-to-bottom:before{content:"\e96a"}.fapro-arrow-alt-to-left:before{content:"\e96b"}.fapro-arrow-alt-to-right:before{content:"\e96c"}.fapro-arrow-alt-to-top:before{content:"\e96d"}.fapro-arrow-alt-up:before{content:"\e96e"}.fapro-arrow-archery:before{content:"\e96f"}.fapro-arrow-circle-down:before{content:"\e970"}.fapro-arrow-circle-left:before{content:"\e971"}.fapro-arrow-circle-right:before{content:"\e972"}.fapro-arrow-circle-up:before{content:"\e973"}.fapro-arrow-down-1-9:before{content:"\e974"}.fapro-arrow-down-9-1:before{content:"\e975"}.fapro-arrow-down-a-z:before{content:"\e976"}.fapro-arrow-down-arrow-up:before{content:"\e977"}.fapro-arrow-down-big-small:before{content:"\e978"}.fapro-arrow-down-from-arc:before{content:"\e979"}.fapro-arrow-down-from-bracket:before{content:"\e97a"}.fapro-arrow-down-from-dotted-line:before{content:"\e97b"}.fapro-arrow-down-from-line:before{content:"\e97c"}.fapro-arrow-down-left-and-arrow-up-right-to-center:before{content:"\e97d"}.fapro-arrow-down-left:before{content:"\e97e"}.fapro-arrow-down-long-to-line:before{content:"\e97f"}.fapro-arrow-down-long:before{content:"\e980"}.fapro-arrow-down-right:before{content:"\e981"}.fapro-arrow-down-short-wide:before{content:"\e982"}.fapro-arrow-down-small-big:before{content:"\e983"}.fapro-arrow-down-square-triangle:before{content:"\e984"}.fapro-arrow-down-to-arc:before{content:"\e985"}.fapro-arrow-down-to-bracket:before{content:"\e986"}.fapro-arrow-down-to-dotted-line:before{content:"\e987"}.fapro-arrow-down-to-line:before{content:"\e988"}.fapro-arrow-down-to-square:before{content:"\e989"}.fapro-arrow-down-triangle-square:before{content:"\e98a"}.fapro-arrow-down-up-across-line:before{content:"\e98b"}.fapro-arrow-down-up-lock:before{content:"\e98c"}.fapro-arrow-down-wide-short:before{content:"\e98d"}.fapro-arrow-down-z-a:before{content:"\e98e"}.fapro-arrow-down:before{content:"\e98f"}.fapro-arrow-from-bottom:before{content:"\e990"}.fapro-arrow-from-left:before{content:"\e991"}.fapro-arrow-from-right:before{content:"\e992"}.fapro-arrow-from-top:before{content:"\e993"}.fapro-arrow-left-arrow-right:before{content:"\e994"}.fapro-arrow-left-from-arc:before{content:"\e995"}.fapro-arrow-left-from-bracket:before{content:"\e996"}.fapro-arrow-left-from-dotted-line:before{content:"\e997"}.fapro-arrow-left-from-line:before{content:"\e998"}.fapro-arrow-left-long-to-line:before{content:"\e999"}.fapro-arrow-left-long:before{content:"\e99a"}.fapro-arrow-left-rotate:before{content:"\e99b"}.fapro-arrow-left-to-arc:before{content:"\e99c"}.fapro-arrow-left-to-bracket:before{content:"\e99d"}.fapro-arrow-left-to-dotted-line:before{content:"\e99e"}.fapro-arrow-left-to-line:before{content:"\e99f"}.fapro-arrow-left:before{content:"\e9a0"}.fapro-arrow-pointer:before{content:"\e9a1"}.fapro-arrow-progress:before{content:"\e9a2"}.fapro-arrow-right-arrow-left:before{content:"\e9a3"}.fapro-arrow-right-from-arc:before{content:"\e9a4"}.fapro-arrow-right-from-bracket:before{content:"\e9a5"}.fapro-arrow-right-from-dotted-line:before{content:"\e9a6"}.fapro-arrow-right-from-file:before{content:"\e9a7"}.fapro-arrow-right-from-line:before{content:"\e9a8"}.fapro-arrow-right-long-to-line:before{content:"\e9a9"}.fapro-arrow-right-long:before{content:"\e9aa"}.fapro-arrow-right-rotate:before{content:"\e9ab"}.fapro-arrow-right-to-arc:before{content:"\e9ac"}.fapro-arrow-right-to-bracket:before{content:"\e9ad"}.fapro-arrow-right-to-city:before{content:"\e9ae"}.fapro-arrow-right-to-dotted-line:before{content:"\e9af"}.fapro-arrow-right-to-file:before{content:"\e9b0"}.fapro-arrow-right-to-line:before{content:"\e9b1"}.fapro-arrow-right:before{content:"\e9b2"}.fapro-arrow-rotate-back:before{content:"\e9b3"}.fapro-arrow-rotate-backward:before{content:"\e9b4"}.fapro-arrow-rotate-forward:before{content:"\e9b5"}.fapro-arrow-rotate-left-10:before{content:"\e9b6"}.fapro-arrow-rotate-left-15:before{content:"\e9b7"}.fapro-arrow-rotate-left-30:before{content:"\e9b8"}.fapro-arrow-rotate-left:before{content:"\e9b9"}.fapro-arrow-rotate-right-10:before{content:"\e9ba"}.fapro-arrow-rotate-right-15:before{content:"\e9bb"}.fapro-arrow-rotate-right-30:before{content:"\e9bc"}.fapro-arrow-rotate-right:before{content:"\e9bd"}.fapro-arrow-square-down:before{content:"\e9be"}.fapro-arrow-square-left:before{content:"\e9bf"}.fapro-arrow-square-right:before{content:"\e9c0"}.fapro-arrow-square-up:before{content:"\e9c1"}.fapro-arrow-to-bottom:before{content:"\e9c2"}.fapro-arrow-to-left:before{content:"\e9c3"}.fapro-arrow-to-right:before{content:"\e9c4"}.fapro-arrow-to-top:before{content:"\e9c5"}.fapro-arrow-trend-down:before{content:"\e9c6"}.fapro-arrow-trend-up:before{content:"\e9c7"}.fapro-arrow-turn-down-left:before{content:"\e9c8"}.fapro-arrow-turn-down-right:before{content:"\e9c9"}.fapro-arrow-turn-down:before{content:"\e9ca"}.fapro-arrow-turn-left-down:before{content:"\e9cb"}.fapro-arrow-turn-left-up:before{content:"\e9cc"}.fapro-arrow-turn-left:before{content:"\e9cd"}.fapro-arrow-turn-right:before{content:"\e9ce"}.fapro-arrow-turn-up:before{content:"\e9cf"}.fapro-arrow-u-turn-down-left:before{content:"\e9d0"}.fapro-arrow-u-turn-down-right:before{content:"\e9d1"}.fapro-arrow-u-turn-left-down:before{content:"\e9d2"}.fapro-arrow-u-turn-left-up:before{content:"\e9d3"}.fapro-arrow-u-turn-right-down:before{content:"\e9d4"}.fapro-arrow-u-turn-right-up:before{content:"\e9d5"}.fapro-arrow-u-turn-up-left:before{content:"\e9d6"}.fapro-arrow-u-turn-up-right:before{content:"\e9d7"}.fapro-arrow-up-1-9:before{content:"\e9d8"}.fapro-arrow-up-9-1:before{content:"\e9d9"}.fapro-arrow-up-a-z:before{content:"\e9da"}.fapro-arrow-up-arrow-down:before{content:"\e9db"}.fapro-arrow-up-big-small:before{content:"\e9dc"}.fapro-arrow-up-from-arc:before{content:"\e9dd"}.fapro-arrow-up-from-bracket:before{content:"\e9de"}.fapro-arrow-up-from-dotted-line:before{content:"\e9df"}.fapro-arrow-up-from-ground-water:before{content:"\e9e0"}.fapro-arrow-up-from-line:before{content:"\e9e1"}.fapro-arrow-up-from-square:before{content:"\e9e2"}.fapro-arrow-up-from-water-pump:before{content:"\e9e3"}.fapro-arrow-up-left-from-circle:before{content:"\e9e4"}.fapro-arrow-up-left:before{content:"\e9e5"}.fapro-arrow-up-long-to-line:before{content:"\e9e6"}.fapro-arrow-up-long:before{content:"\e9e7"}.fapro-arrow-up-right-and-arrow-down-left-from-center:before{content:"\e9e8"}.fapro-arrow-up-right-dots:before{content:"\e9e9"}.fapro-arrow-up-right-from-square:before{content:"\e9ea"}.fapro-arrow-up-right:before{content:"\e9eb"}.fapro-arrow-up-short-wide:before{content:"\e9ec"}.fapro-arrow-up-small-big:before{content:"\e9ed"}.fapro-arrow-up-square-triangle:before{content:"\e9ee"}.fapro-arrow-up-to-arc:before{content:"\e9ef"}.fapro-arrow-up-to-bracket:before{content:"\e9f0"}.fapro-arrow-up-to-dotted-line:before{content:"\e9f1"}.fapro-arrow-up-to-line:before{content:"\e9f2"}.fapro-arrow-up-triangle-square:before{content:"\e9f3"}.fapro-arrow-up-wide-short:before{content:"\e9f4"}.fapro-arrow-up-z-a:before{content:"\e9f5"}.fapro-arrow-up:before{content:"\e9f6"}.fapro-arrows-alt-h:before{content:"\e9f7"}.fapro-arrows-alt-v:before{content:"\e9f8"}.fapro-arrows-alt:before{content:"\e9f9"}.fapro-arrows-cross:before{content:"\e9fa"}.fapro-arrows-down-to-line:before{content:"\e9fb"}.fapro-arrows-down-to-people:before{content:"\e9fc"}.fapro-arrows-from-dotted-line:before{content:"\e9fd"}.fapro-arrows-from-line:before{content:"\e9fe"}.fapro-arrows-h:before{content:"\e9ff"}.fapro-arrows-left-right-to-line:before{content:"\ea00"}.fapro-arrows-left-right:before{content:"\ea01"}.fapro-arrows-maximize:before{content:"\ea02"}.fapro-arrows-minimize:before{content:"\ea03"}.fapro-arrows-repeat-1:before{content:"\ea04"}.fapro-arrows-repeat:before{content:"\ea05"}.fapro-arrows-retweet:before{content:"\ea06"}.fapro-arrows-rotate-reverse:before{content:"\ea07"}.fapro-arrows-rotate:before{content:"\ea08"}.fapro-arrows-spin:before{content:"\ea09"}.fapro-arrows-split-up-and-left:before{content:"\ea0a"}.fapro-arrows-to-circle:before{content:"\ea0b"}.fapro-arrows-to-dot:before{content:"\ea0c"}.fapro-arrows-to-dotted-line:before{content:"\ea0d"}.fapro-arrows-to-eye:before{content:"\ea0e"}.fapro-arrows-to-line:before{content:"\ea0f"}.fapro-arrows-turn-right:before{content:"\ea10"}.fapro-arrows-turn-to-dots:before{content:"\ea11"}.fapro-arrows-up-down-left-right:before{content:"\ea12"}.fapro-arrows-up-down:before{content:"\ea13"}.fapro-arrows-up-to-line:before{content:"\ea14"}.fapro-arrows-v:before{content:"\ea15"}.fapro-arrows:before{content:"\ea16"}.fapro-asl-interpreting:before{content:"\ea17"}.fapro-assistive-listening-systems:before{content:"\ea18"}.fapro-asterisk:before{content:"\ea19"}.fapro-at:before{content:"\ea1a"}.fapro-atlas:before{content:"\ea1b"}.fapro-atom-alt:before{content:"\ea1c"}.fapro-atom-simple:before{content:"\ea1d"}.fapro-atom:before{content:"\ea1e"}.fapro-audio-description-slash:before{content:"\ea1f"}.fapro-audio-description:before{content:"\ea20"}.fapro-austral-sign:before{content:"\ea21"}.fapro-australian-dollar-sign:before{content:"\ea22"}.fapro-automobile:before{content:"\ea23"}.fapro-avocado:before{content:"\ea24"}.fapro-award-simple:before{content:"\ea25"}.fapro-award:before{content:"\ea26"}.fapro-axe-battle:before{content:"\ea27"}.fapro-axe:before{content:"\ea28"}.fapro-b:before{content:"\ea29"}.fapro-baby-carriage:before{content:"\ea2a"}.fapro-baby:before{content:"\ea2b"}.fapro-backpack:before{content:"\ea2c"}.fapro-backspace:before{content:"\ea2d"}.fapro-backward-fast:before{content:"\ea2e"}.fapro-backward-step:before{content:"\ea2f"}.fapro-backward:before{content:"\ea30"}.fapro-bacon:before{content:"\ea31"}.fapro-bacteria:before{content:"\ea32"}.fapro-bacterium:before{content:"\ea33"}.fapro-badge-check:before{content:"\ea34"}.fapro-badge-dollar:before{content:"\ea35"}.fapro-badge-percent:before{content:"\ea36"}.fapro-badge-sheriff:before{content:"\ea37"}.fapro-badge:before{content:"\ea38"}.fapro-badger-honey:before{content:"\ea39"}.fapro-badminton:before{content:"\ea3a"}.fapro-bag-seedling:before{content:"\ea3b"}.fapro-bag-shopping-minus:before{content:"\ea3c"}.fapro-bag-shopping-plus:before{content:"\ea3d"}.fapro-bag-shopping:before{content:"\ea3e"}.fapro-bagel:before{content:"\ea3f"}.fapro-bags-shopping:before{content:"\ea40"}.fapro-baguette:before{content:"\ea41"}.fapro-bahai:before{content:"\ea42"}.fapro-baht-sign:before{content:"\ea43"}.fapro-balance-scale-left:before{content:"\ea44"}.fapro-balance-scale-right:before{content:"\ea45"}.fapro-balance-scale:before{content:"\ea46"}.fapro-ball-pile:before{content:"\ea47"}.fapro-ball-yarn:before{content:"\ea48"}.fapro-balloon:before{content:"\ea49"}.fapro-balloons:before{content:"\ea4a"}.fapro-ballot-check:before{content:"\ea4b"}.fapro-ballot:before{content:"\ea4c"}.fapro-ban-bug:before{content:"\ea4d"}.fapro-ban-parking:before{content:"\ea4e"}.fapro-ban-smoking:before{content:"\ea4f"}.fapro-ban:before{content:"\ea50"}.fapro-banana:before{content:"\ea51"}.fapro-band-aid:before{content:"\ea52"}.fapro-bandage:before{content:"\ea53"}.fapro-bangladeshi-taka-sign:before{content:"\ea54"}.fapro-banjo:before{content:"\ea55"}.fapro-bank:before{content:"\ea56"}.fapro-bar-chart:before{content:"\ea57"}.fapro-bar-progress-empty:before{content:"\ea58"}.fapro-bar-progress-full:before{content:"\ea59"}.fapro-bar-progress-half:before{content:"\ea5a"}.fapro-bar-progress-quarter:before{content:"\ea5b"}.fapro-bar-progress-three-quarters:before{content:"\ea5c"}.fapro-bar-progress:before{content:"\ea5d"}.fapro-barcode-alt:before{content:"\ea5e"}.fapro-barcode-read:before{content:"\ea5f"}.fapro-barcode-scan:before{content:"\ea60"}.fapro-barcode:before{content:"\ea61"}.fapro-barn-silo:before{content:"\ea62"}.fapro-barn:before{content:"\ea63"}.fapro-bars-filter:before{content:"\ea64"}.fapro-bars-progress:before{content:"\ea65"}.fapro-bars-sort:before{content:"\ea66"}.fapro-bars-staggered:before{content:"\ea67"}.fapro-bars:before{content:"\ea68"}.fapro-baseball-ball:before{content:"\ea69"}.fapro-baseball-bat-ball:before{content:"\ea6a"}.fapro-baseball-bat:before{content:"\ea6b"}.fapro-baseball:before{content:"\ea6c"}.fapro-basket-shopping-minus:before{content:"\ea6d"}.fapro-basket-shopping-plus:before{content:"\ea6e"}.fapro-basket-shopping-simple:before{content:"\ea6f"}.fapro-basket-shopping:before{content:"\ea70"}.fapro-basketball-ball:before{content:"\ea71"}.fapro-basketball-hoop:before{content:"\ea72"}.fapro-basketball:before{content:"\ea73"}.fapro-bat:before{content:"\ea74"}.fapro-bath:before{content:"\ea75"}.fapro-bathtub:before{content:"\ea76"}.fapro-battery-0:before{content:"\ea77"}.fapro-battery-1:before{content:"\ea78"}.fapro-battery-2:before{content:"\ea79"}.fapro-battery-3:before{content:"\ea7a"}.fapro-battery-4:before{content:"\ea7b"}.fapro-battery-5:before{content:"\ea7c"}.fapro-battery-bolt:before{content:"\ea7d"}.fapro-battery-car:before{content:"\ea7e"}.fapro-battery-empty:before{content:"\ea7f"}.fapro-battery-exclamation:before{content:"\ea80"}.fapro-battery-full:before{content:"\ea81"}.fapro-battery-half:before{content:"\ea82"}.fapro-battery-low:before{content:"\ea83"}.fapro-battery-quarter:before{content:"\ea84"}.fapro-battery-slash:before{content:"\ea85"}.fapro-battery-three-quarters:before{content:"\ea86"}.fapro-battery:before{content:"\ea87"}.fapro-bed-alt:before{content:"\ea88"}.fapro-bed-bunk:before{content:"\ea89"}.fapro-bed-empty:before{content:"\ea8a"}.fapro-bed-front:before{content:"\ea8b"}.fapro-bed-pulse:before{content:"\ea8c"}.fapro-bed:before{content:"\ea8d"}.fapro-bee:before{content:"\ea8e"}.fapro-beer-foam:before{content:"\ea8f"}.fapro-beer-mug-empty:before{content:"\ea90"}.fapro-beer-mug:before{content:"\ea91"}.fapro-beer:before{content:"\ea92"}.fapro-bell-concierge:before{content:"\ea93"}.fapro-bell-exclamation:before{content:"\ea94"}.fapro-bell-on:before{content:"\ea95"}.fapro-bell-plus:before{content:"\ea96"}.fapro-bell-ring:before{content:"\ea97"}.fapro-bell-school-slash:before{content:"\ea98"}.fapro-bell-school:before{content:"\ea99"}.fapro-bell-slash:before{content:"\ea9a"}.fapro-bell:before{content:"\ea9b"}.fapro-bells:before{content:"\ea9c"}.fapro-bench-tree:before{content:"\ea9d"}.fapro-betamax:before{content:"\ea9e"}.fapro-bezier-curve:before{content:"\ea9f"}.fapro-bible:before{content:"\eaa0"}.fapro-bicep:before{content:"\eaa1"}.fapro-bicycle:before{content:"\eaa2"}.fapro-biking-mountain:before{content:"\eaa3"}.fapro-biking:before{content:"\eaa4"}.fapro-billboard:before{content:"\eaa5"}.fapro-bin-bottles-recycle:before{content:"\eaa6"}.fapro-bin-bottles:before{content:"\eaa7"}.fapro-bin-recycle:before{content:"\eaa8"}.fapro-bin:before{content:"\eaa9"}.fapro-binary-circle-check:before{content:"\eaaa"}.fapro-binary-lock:before{content:"\eaab"}.fapro-binary-slash:before{content:"\eaac"}.fapro-binary:before{content:"\eaad"}.fapro-binoculars:before{content:"\eaae"}.fapro-biohazard:before{content:"\eaaf"}.fapro-bird:before{content:"\eab0"}.fapro-birthday-cake:before{content:"\eab1"}.fapro-bitcoin-sign:before{content:"\eab2"}.fapro-blackboard:before{content:"\eab3"}.fapro-blanket-fire:before{content:"\eab4"}.fapro-blanket:before{content:"\eab5"}.fapro-blender-phone:before{content:"\eab6"}.fapro-blender:before{content:"\eab7"}.fapro-blind:before{content:"\eab8"}.fapro-blinds-open:before{content:"\eab9"}.fapro-blinds-raised:before{content:"\eaba"}.fapro-blinds:before{content:"\eabb"}.fapro-block-brick-fire:before{content:"\eabc"}.fapro-block-brick:before{content:"\eabd"}.fapro-block-question:before{content:"\eabe"}.fapro-block-quote:before{content:"\eabf"}.fapro-block:before{content:"\eac0"}.fapro-blog:before{content:"\eac1"}.fapro-blueberries:before{content:"\eac2"}.fapro-bluetooth:before{content:"\eac3"}.fapro-bold:before{content:"\eac4"}.fapro-bolt-auto:before{content:"\eac5"}.fapro-bolt-lightning:before{content:"\eac6"}.fapro-bolt-slash:before{content:"\eac7"}.fapro-bolt:before{content:"\eac8"}.fapro-bomb:before{content:"\eac9"}.fapro-bone-break:before{content:"\eaca"}.fapro-bone:before{content:"\eacb"}.fapro-bong:before{content:"\eacc"}.fapro-book-alt:before{content:"\eacd"}.fapro-book-arrow-right:before{content:"\eace"}.fapro-book-arrow-up:before{content:"\eacf"}.fapro-book-atlas:before{content:"\ead0"}.fapro-book-bible:before{content:"\ead1"}.fapro-book-blank:before{content:"\ead2"}.fapro-book-bookmark:before{content:"\ead3"}.fapro-book-circle-arrow-right:before{content:"\ead4"}.fapro-book-circle-arrow-up:before{content:"\ead5"}.fapro-book-circle:before{content:"\ead6"}.fapro-book-copy:before{content:"\ead7"}.fapro-book-dead:before{content:"\ead8"}.fapro-book-font:before{content:"\ead9"}.fapro-book-heart:before{content:"\eada"}.fapro-book-journal-whills:before{content:"\eadb"}.fapro-book-law:before{content:"\eadc"}.fapro-book-medical:before{content:"\eadd"}.fapro-book-open-alt:before{content:"\eade"}.fapro-book-open-cover:before{content:"\eadf"}.fapro-book-open-lines:before{content:"\eae0"}.fapro-book-open-reader:before{content:"\eae1"}.fapro-book-open:before{content:"\eae2"}.fapro-book-quran:before{content:"\eae3"}.fapro-book-reader:before{content:"\eae4"}.fapro-book-section:before{content:"\eae5"}.fapro-book-skull:before{content:"\eae6"}.fapro-book-sparkles:before{content:"\eae7"}.fapro-book-spells:before{content:"\eae8"}.fapro-book-spine:before{content:"\eae9"}.fapro-book-tanakh:before{content:"\eaea"}.fapro-book-user:before{content:"\eaeb"}.fapro-book:before{content:"\eaec"}.fapro-bookmark-circle:before{content:"\eaed"}.fapro-bookmark-plus:before{content:"\eaee"}.fapro-bookmark-slash:before{content:"\eaef"}.fapro-bookmark:before{content:"\eaf0"}.fapro-books-medical:before{content:"\eaf1"}.fapro-books:before{content:"\eaf2"}.fapro-boombox:before{content:"\eaf3"}.fapro-boot-heeled:before{content:"\eaf4"}.fapro-boot:before{content:"\eaf5"}.fapro-booth-curtain:before{content:"\eaf6"}.fapro-border-all:before{content:"\eaf7"}.fapro-border-bottom-right:before{content:"\eaf8"}.fapro-border-bottom:before{content:"\eaf9"}.fapro-border-center-h:before{content:"\eafa"}.fapro-border-center-v:before{content:"\eafb"}.fapro-border-inner:before{content:"\eafc"}.fapro-border-left:before{content:"\eafd"}.fapro-border-none:before{content:"\eafe"}.fapro-border-outer:before{content:"\eaff"}.fapro-border-right:before{content:"\eb00"}.fapro-border-style-alt:before{content:"\eb01"}.fapro-border-style:before{content:"\eb02"}.fapro-border-top-left:before{content:"\eb03"}.fapro-border-top:before{content:"\eb04"}.fapro-bore-hole:before{content:"\eb05"}.fapro-bottle-baby:before{content:"\eb06"}.fapro-bottle-droplet:before{content:"\eb07"}.fapro-bottle-water:before{content:"\eb08"}.fapro-bow-archery:before{content:"\eb09"}.fapro-bow-arrow:before{content:"\eb0a"}.fapro-bowl-chopsticks-noodles:before{content:"\eb0b"}.fapro-bowl-chopsticks:before{content:"\eb0c"}.fapro-bowl-food:before{content:"\eb0d"}.fapro-bowl-hot:before{content:"\eb0e"}.fapro-bowl-rice:before{content:"\eb0f"}.fapro-bowl-salad:before{content:"\eb10"}.fapro-bowl-scoop:before{content:"\eb11"}.fapro-bowl-scoops:before{content:"\eb12"}.fapro-bowl-shaved-ice:before{content:"\eb13"}.fapro-bowl-soft-serve:before{content:"\eb14"}.fapro-bowl-spoon:before{content:"\eb15"}.fapro-bowling-ball-pin:before{content:"\eb16"}.fapro-bowling-ball:before{content:"\eb17"}.fapro-bowling-pins:before{content:"\eb18"}.fapro-box-alt:before{content:"\eb19"}.fapro-box-archive:before{content:"\eb1a"}.fapro-box-arrow-down-arrow-up:before{content:"\eb1b"}.fapro-box-arrow-down-magnifying-glass:before{content:"\eb1c"}.fapro-box-arrow-down:before{content:"\eb1d"}.fapro-box-arrow-up:before{content:"\eb1e"}.fapro-box-ballot:before{content:"\eb1f"}.fapro-box-check:before{content:"\eb20"}.fapro-box-circle-check:before{content:"\eb21"}.fapro-box-dollar:before{content:"\eb22"}.fapro-box-fragile:before{content:"\eb23"}.fapro-box-full:before{content:"\eb24"}.fapro-box-heart:before{content:"\eb25"}.fapro-box-isometric-tape:before{content:"\eb26"}.fapro-box-isometric:before{content:"\eb27"}.fapro-box-magnifying-glass:before{content:"\eb28"}.fapro-box-open-full:before{content:"\eb29"}.fapro-box-open:before{content:"\eb2a"}.fapro-box-taped:before{content:"\eb2b"}.fapro-box-tissue:before{content:"\eb2c"}.fapro-box-up:before{content:"\eb2d"}.fapro-box-usd:before{content:"\eb2e"}.fapro-box:before{content:"\eb2f"}.fapro-boxes-alt:before{content:"\eb30"}.fapro-boxes-packing:before{content:"\eb31"}.fapro-boxes-stacked:before{content:"\eb32"}.fapro-boxes:before{content:"\eb33"}.fapro-boxing-glove:before{content:"\eb34"}.fapro-bra:before{content:"\eb35"}.fapro-bracket-curly-left:before{content:"\eb36"}.fapro-bracket-curly-right:before{content:"\eb37"}.fapro-bracket-curly:before{content:"\eb38"}.fapro-bracket-left:before{content:"\eb39"}.fapro-bracket-round-right:before{content:"\eb3a"}.fapro-bracket-round:before{content:"\eb3b"}.fapro-bracket-square-right:before{content:"\eb3c"}.fapro-bracket-square:before{content:"\eb3d"}.fapro-bracket:before{content:"\eb3e"}.fapro-brackets-curly:before{content:"\eb3f"}.fapro-brackets-round:before{content:"\eb40"}.fapro-brackets-square:before{content:"\eb41"}.fapro-brackets:before{content:"\eb42"}.fapro-braille:before{content:"\eb43"}.fapro-brain-arrow-curved-right:before{content:"\eb44"}.fapro-brain-circuit:before{content:"\eb45"}.fapro-brain:before{content:"\eb46"}.fapro-brake-warning:before{content:"\eb47"}.fapro-brazilian-real-sign:before{content:"\eb48"}.fapro-bread-loaf:before{content:"\eb49"}.fapro-bread-slice-butter:before{content:"\eb4a"}.fapro-bread-slice:before{content:"\eb4b"}.fapro-bridge-circle-check:before{content:"\eb4c"}.fapro-bridge-circle-exclamation:before{content:"\eb4d"}.fapro-bridge-circle-xmark:before{content:"\eb4e"}.fapro-bridge-lock:before{content:"\eb4f"}.fapro-bridge-suspension:before{content:"\eb50"}.fapro-bridge-water:before{content:"\eb51"}.fapro-bridge:before{content:"\eb52"}.fapro-briefcase-arrow-right:before{content:"\eb53"}.fapro-briefcase-blank:before{content:"\eb54"}.fapro-briefcase-clock:before{content:"\eb55"}.fapro-briefcase-medical:before{content:"\eb56"}.fapro-briefcase:before{content:"\eb57"}.fapro-briefs:before{content:"\eb58"}.fapro-brightness-low:before{content:"\eb59"}.fapro-brightness:before{content:"\eb5a"}.fapro-bring-forward:before{content:"\eb5b"}.fapro-bring-front:before{content:"\eb5c"}.fapro-broadcast-tower:before{content:"\eb5d"}.fapro-broccoli:before{content:"\eb5e"}.fapro-broom-ball:before{content:"\eb5f"}.fapro-broom-wide:before{content:"\eb60"}.fapro-broom:before{content:"\eb61"}.fapro-browser:before{content:"\eb62"}.fapro-browsers:before{content:"\eb63"}.fapro-brush:before{content:"\eb64"}.fapro-bucket:before{content:"\eb65"}.fapro-bug-slash:before{content:"\eb66"}.fapro-bug:before{content:"\eb67"}.fapro-bugs:before{content:"\eb68"}.fapro-building-circle-arrow-right:before{content:"\eb69"}.fapro-building-circle-check:before{content:"\eb6a"}.fapro-building-circle-exclamation:before{content:"\eb6b"}.fapro-building-circle-xmark:before{content:"\eb6c"}.fapro-building-columns:before{content:"\eb6d"}.fapro-building-flag:before{content:"\eb6e"}.fapro-building-lock:before{content:"\eb6f"}.fapro-building-magnifying-glass:before{content:"\eb70"}.fapro-building-memo:before{content:"\eb71"}.fapro-building-ngo:before{content:"\eb72"}.fapro-building-shield:before{content:"\eb73"}.fapro-building-un:before{content:"\eb74"}.fapro-building-user:before{content:"\eb75"}.fapro-building-wheat:before{content:"\eb76"}.fapro-building:before{content:"\eb77"}.fapro-buildings:before{content:"\eb78"}.fapro-bulldozer:before{content:"\eb79"}.fapro-bullhorn:before{content:"\eb7a"}.fapro-bullseye-arrow:before{content:"\eb7b"}.fapro-bullseye-pointer:before{content:"\eb7c"}.fapro-bullseye:before{content:"\eb7d"}.fapro-buoy-mooring:before{content:"\eb7e"}.fapro-buoy:before{content:"\eb7f"}.fapro-burger-cheese:before{content:"\eb80"}.fapro-burger-fries:before{content:"\eb81"}.fapro-burger-glass:before{content:"\eb82"}.fapro-burger-lettuce:before{content:"\eb83"}.fapro-burger-soda:before{content:"\eb84"}.fapro-burger:before{content:"\eb85"}.fapro-burn:before{content:"\eb86"}.fapro-burrito:before{content:"\eb87"}.fapro-burst-new:before{content:"\eb88"}.fapro-burst:before{content:"\eb89"}.fapro-bus-alt:before{content:"\eb8a"}.fapro-bus-school:before{content:"\eb8b"}.fapro-bus-side:before{content:"\eb8c"}.fapro-bus-simple:before{content:"\eb8d"}.fapro-bus-stop:before{content:"\eb8e"}.fapro-bus:before{content:"\eb8f"}.fapro-business-front:before{content:"\eb90"}.fapro-business-time:before{content:"\eb91"}.fapro-butter:before{content:"\eb92"}.fapro-butterfly:before{content:"\eb93"}.fapro-c:before{content:"\eb94"}.fapro-cab:before{content:"\eb95"}.fapro-cabin:before{content:"\eb96"}.fapro-cabinet-filing:before{content:"\eb97"}.fapro-cable-car:before{content:"\eb98"}.fapro-cactus:before{content:"\eb99"}.fapro-caduceus:before{content:"\eb9a"}.fapro-cake-candles:before{content:"\eb9b"}.fapro-cake-slice:before{content:"\eb9c"}.fapro-cake:before{content:"\eb9d"}.fapro-calculator-alt:before{content:"\eb9e"}.fapro-calculator-simple:before{content:"\eb9f"}.fapro-calculator:before{content:"\eba0"}.fapro-calendar-alt:before{content:"\eba1"}.fapro-calendar-arrow-down:before{content:"\eba2"}.fapro-calendar-arrow-up:before{content:"\eba3"}.fapro-calendar-check:before{content:"\eba4"}.fapro-calendar-circle-exclamation:before{content:"\eba5"}.fapro-calendar-circle-minus:before{content:"\eba6"}.fapro-calendar-circle-plus:before{content:"\eba7"}.fapro-calendar-circle-user:before{content:"\eba8"}.fapro-calendar-circle:before{content:"\eba9"}.fapro-calendar-clock:before{content:"\ebaa"}.fapro-calendar-day:before{content:"\ebab"}.fapro-calendar-days:before{content:"\ebac"}.fapro-calendar-download:before{content:"\ebad"}.fapro-calendar-edit:before{content:"\ebae"}.fapro-calendar-exclamation:before{content:"\ebaf"}.fapro-calendar-heart:before{content:"\ebb0"}.fapro-calendar-image:before{content:"\ebb1"}.fapro-calendar-lines-pen:before{content:"\ebb2"}.fapro-calendar-lines:before{content:"\ebb3"}.fapro-calendar-minus:before{content:"\ebb4"}.fapro-calendar-note:before{content:"\ebb5"}.fapro-calendar-pen:before{content:"\ebb6"}.fapro-calendar-plus:before{content:"\ebb7"}.fapro-calendar-range:before{content:"\ebb8"}.fapro-calendar-star:before{content:"\ebb9"}.fapro-calendar-time:before{content:"\ebba"}.fapro-calendar-times:before{content:"\ebbb"}.fapro-calendar-upload:before{content:"\ebbc"}.fapro-calendar-users:before{content:"\ebbd"}.fapro-calendar-week:before{content:"\ebbe"}.fapro-calendar-xmark:before{content:"\ebbf"}.fapro-calendar:before{content:"\ebc0"}.fapro-calendars:before{content:"\ebc1"}.fapro-camcorder:before{content:"\ebc2"}.fapro-camera-alt:before{content:"\ebc3"}.fapro-camera-cctv:before{content:"\ebc4"}.fapro-camera-circle-ellipsis:before{content:"\ebc5"}.fapro-camera-circle:before{content:"\ebc6"}.fapro-camera-clock:before{content:"\ebc7"}.fapro-camera-home:before{content:"\ebc8"}.fapro-camera-movie:before{content:"\ebc9"}.fapro-camera-polaroid:before{content:"\ebca"}.fapro-camera-retro:before{content:"\ebcb"}.fapro-camera-rotate:before{content:"\ebcc"}.fapro-camera-security:before{content:"\ebcd"}.fapro-camera-shutter:before{content:"\ebce"}.fapro-camera-slash:before{content:"\ebcf"}.fapro-camera-viewfinder:before{content:"\ebd0"}.fapro-camera-web-slash:before{content:"\ebd1"}.fapro-camera-web:before{content:"\ebd2"}.fapro-camera:before{content:"\ebd3"}.fapro-campfire:before{content:"\ebd4"}.fapro-campground:before{content:"\ebd5"}.fapro-can-food:before{content:"\ebd6"}.fapro-cancel:before{content:"\ebd7"}.fapro-cancer:before{content:"\ebd8"}.fapro-candle-holder:before{content:"\ebd9"}.fapro-candy-bar:before{content:"\ebda"}.fapro-candy-cane:before{content:"\ebdb"}.fapro-candy-corn:before{content:"\ebdc"}.fapro-candy:before{content:"\ebdd"}.fapro-cannabis:before{content:"\ebde"}.fapro-cannon:before{content:"\ebdf"}.fapro-canoe-person:before{content:"\ebe0"}.fapro-capricorn:before{content:"\ebe1"}.fapro-capsule:before{content:"\ebe2"}.fapro-capsules:before{content:"\ebe3"}.fapro-car-alt:before{content:"\ebe4"}.fapro-car-battery:before{content:"\ebe5"}.fapro-car-bolt:before{content:"\ebe6"}.fapro-car-building:before{content:"\ebe7"}.fapro-car-bump:before{content:"\ebe8"}.fapro-car-burst:before{content:"\ebe9"}.fapro-car-bus:before{content:"\ebea"}.fapro-car-circle-bolt:before{content:"\ebeb"}.fapro-car-crash:before{content:"\ebec"}.fapro-car-garage:before{content:"\ebed"}.fapro-car-key:before{content:"\ebee"}.fapro-car-mechanic:before{content:"\ebef"}.fapro-car-mirrors:before{content:"\ebf0"}.fapro-car-on:before{content:"\ebf1"}.fapro-car-people:before{content:"\ebf2"}.fapro-car-rear:before{content:"\ebf3"}.fapro-car-side-bolt:before{content:"\ebf4"}.fapro-car-side:before{content:"\ebf5"}.fapro-car-siren-on:before{content:"\ebf6"}.fapro-car-siren:before{content:"\ebf7"}.fapro-car-tilt:before{content:"\ebf8"}.fapro-car-tunnel:before{content:"\ebf9"}.fapro-car-wash:before{content:"\ebfa"}.fapro-car-wrench:before{content:"\ebfb"}.fapro-car:before{content:"\ebfc"}.fapro-caravan-alt:before{content:"\ebfd"}.fapro-caravan-simple:before{content:"\ebfe"}.fapro-caravan:before{content:"\ebff"}.fapro-card-club:before{content:"\ec00"}.fapro-card-diamond:before{content:"\ec01"}.fapro-card-heart:before{content:"\ec02"}.fapro-card-spade:before{content:"\ec03"}.fapro-cards-blank:before{content:"\ec04"}.fapro-cards:before{content:"\ec05"}.fapro-caret-circle-down:before{content:"\ec06"}.fapro-caret-circle-left:before{content:"\ec07"}.fapro-caret-circle-right:before{content:"\ec08"}.fapro-caret-circle-up:before{content:"\ec09"}.fapro-caret-down:before{content:"\ec0a"}.fapro-caret-large-down:before{content:"\ec0b"}.fapro-caret-large-left:before{content:"\ec0c"}.fapro-caret-large-right:before{content:"\ec0d"}.fapro-caret-large-up:before{content:"\ec0e"}.fapro-caret-left:before{content:"\ec0f"}.fapro-caret-right:before{content:"\ec10"}.fapro-caret-square-down:before{content:"\ec11"}.fapro-caret-square-left:before{content:"\ec12"}.fapro-caret-square-right:before{content:"\ec13"}.fapro-caret-square-up:before{content:"\ec14"}.fapro-caret-up:before{content:"\ec15"}.fapro-carpool:before{content:"\ec16"}.fapro-carriage-baby:before{content:"\ec17"}.fapro-carrot:before{content:"\ec18"}.fapro-cars:before{content:"\ec19"}.fapro-cart-arrow-down:before{content:"\ec1a"}.fapro-cart-arrow-up:before{content:"\ec1b"}.fapro-cart-circle-arrow-down:before{content:"\ec1c"}.fapro-cart-circle-arrow-up:before{content:"\ec1d"}.fapro-cart-circle-check:before{content:"\ec1e"}.fapro-cart-circle-exclamation:before{content:"\ec1f"}.fapro-cart-circle-plus:before{content:"\ec20"}.fapro-cart-circle-xmark:before{content:"\ec21"}.fapro-cart-flatbed-boxes:before{content:"\ec22"}.fapro-cart-flatbed-empty:before{content:"\ec23"}.fapro-cart-flatbed-suitcase:before{content:"\ec24"}.fapro-cart-flatbed:before{content:"\ec25"}.fapro-cart-minus:before{content:"\ec26"}.fapro-cart-plus:before{content:"\ec27"}.fapro-cart-shopping-fast:before{content:"\ec28"}.fapro-cart-shopping:before{content:"\ec29"}.fapro-cart-xmark:before{content:"\ec2a"}.fapro-cash-register:before{content:"\ec2b"}.fapro-cassette-betamax:before{content:"\ec2c"}.fapro-cassette-tape:before{content:"\ec2d"}.fapro-cassette-vhs:before{content:"\ec2e"}.fapro-castle:before{content:"\ec2f"}.fapro-cat-space:before{content:"\ec30"}.fapro-cat:before{content:"\ec31"}.fapro-cauldron:before{content:"\ec32"}.fapro-cctv:before{content:"\ec33"}.fapro-cedi-sign:before{content:"\ec34"}.fapro-cent-sign:before{content:"\ec35"}.fapro-certificate:before{content:"\ec36"}.fapro-chain-broken:before{content:"\ec37"}.fapro-chain-horizontal-slash:before{content:"\ec38"}.fapro-chain-horizontal:before{content:"\ec39"}.fapro-chain-slash:before{content:"\ec3a"}.fapro-chain:before{content:"\ec3b"}.fapro-chair-office:before{content:"\ec3c"}.fapro-chair:before{content:"\ec3d"}.fapro-chalkboard-teacher:before{content:"\ec3e"}.fapro-chalkboard-user:before{content:"\ec3f"}.fapro-chalkboard:before{content:"\ec40"}.fapro-champagne-glass:before{content:"\ec41"}.fapro-champagne-glasses:before{content:"\ec42"}.fapro-charging-station:before{content:"\ec43"}.fapro-chart-area:before{content:"\ec44"}.fapro-chart-bar:before{content:"\ec45"}.fapro-chart-bullet:before{content:"\ec46"}.fapro-chart-candlestick:before{content:"\ec47"}.fapro-chart-column:before{content:"\ec48"}.fapro-chart-diagram:before{content:"\ec49"}.fapro-chart-fft:before{content:"\ec4a"}.fapro-chart-gantt:before{content:"\ec4b"}.fapro-chart-kanban:before{content:"\ec4c"}.fapro-chart-line-down:before{content:"\ec4d"}.fapro-chart-line-up-down:before{content:"\ec4e"}.fapro-chart-line-up:before{content:"\ec4f"}.fapro-chart-line:before{content:"\ec50"}.fapro-chart-mixed-up-circle-currency:before{content:"\ec51"}.fapro-chart-mixed-up-circle-dollar:before{content:"\ec52"}.fapro-chart-mixed:before{content:"\ec53"}.fapro-chart-network:before{content:"\ec54"}.fapro-chart-pie-alt:before{content:"\ec55"}.fapro-chart-pie-simple-circle-currency:before{content:"\ec56"}.fapro-chart-pie-simple-circle-dollar:before{content:"\ec57"}.fapro-chart-pie-simple:before{content:"\ec58"}.fapro-chart-pie:before{content:"\ec59"}.fapro-chart-pyramid:before{content:"\ec5a"}.fapro-chart-radar:before{content:"\ec5b"}.fapro-chart-scatter-3d:before{content:"\ec5c"}.fapro-chart-scatter-bubble:before{content:"\ec5d"}.fapro-chart-scatter:before{content:"\ec5e"}.fapro-chart-simple-horizontal:before{content:"\ec5f"}.fapro-chart-simple:before{content:"\ec60"}.fapro-chart-sine:before{content:"\ec61"}.fapro-chart-tree-map:before{content:"\ec62"}.fapro-chart-user:before{content:"\ec63"}.fapro-chart-waterfall:before{content:"\ec64"}.fapro-check-circle:before{content:"\ec65"}.fapro-check-double:before{content:"\ec66"}.fapro-check-square:before{content:"\ec67"}.fapro-check-to-slot:before{content:"\ec68"}.fapro-check:before{content:"\ec69"}.fapro-cheese-swiss:before{content:"\ec6a"}.fapro-cheese:before{content:"\ec6b"}.fapro-cheeseburger:before{content:"\ec6c"}.fapro-chemex:before{content:"\ec6d"}.fapro-cherries:before{content:"\ec6e"}.fapro-chess-bishop-alt:before{content:"\ec6f"}.fapro-chess-bishop-piece:before{content:"\ec70"}.fapro-chess-bishop:before{content:"\ec71"}.fapro-chess-board:before{content:"\ec72"}.fapro-chess-clock-alt:before{content:"\ec73"}.fapro-chess-clock-flip:before{content:"\ec74"}.fapro-chess-clock:before{content:"\ec75"}.fapro-chess-king-alt:before{content:"\ec76"}.fapro-chess-king-piece:before{content:"\ec77"}.fapro-chess-king:before{content:"\ec78"}.fapro-chess-knight-alt:before{content:"\ec79"}.fapro-chess-knight-piece:before{content:"\ec7a"}.fapro-chess-knight:before{content:"\ec7b"}.fapro-chess-pawn-alt:before{content:"\ec7c"}.fapro-chess-pawn-piece:before{content:"\ec7d"}.fapro-chess-pawn:before{content:"\ec7e"}.fapro-chess-queen-alt:before{content:"\ec7f"}.fapro-chess-queen-piece:before{content:"\ec80"}.fapro-chess-queen:before{content:"\ec81"}.fapro-chess-rook-alt:before{content:"\ec82"}.fapro-chess-rook-piece:before{content:"\ec83"}.fapro-chess-rook:before{content:"\ec84"}.fapro-chess:before{content:"\ec85"}.fapro-chest-drawers:before{content:"\ec86"}.fapro-chestnut:before{content:"\ec87"}.fapro-chevron-circle-down:before{content:"\ec88"}.fapro-chevron-circle-left:before{content:"\ec89"}.fapro-chevron-circle-right:before{content:"\ec8a"}.fapro-chevron-circle-up:before{content:"\ec8b"}.fapro-chevron-double-down:before{content:"\ec8c"}.fapro-chevron-double-left:before{content:"\ec8d"}.fapro-chevron-double-right:before{content:"\ec8e"}.fapro-chevron-double-up:before{content:"\ec8f"}.fapro-chevron-down:before{content:"\ec90"}.fapro-chevron-left:before{content:"\ec91"}.fapro-chevron-right:before{content:"\ec92"}.fapro-chevron-square-down:before{content:"\ec93"}.fapro-chevron-square-left:before{content:"\ec94"}.fapro-chevron-square-right:before{content:"\ec95"}.fapro-chevron-square-up:before{content:"\ec96"}.fapro-chevron-up:before{content:"\ec97"}.fapro-chevrons-down:before{content:"\ec98"}.fapro-chevrons-left:before{content:"\ec99"}.fapro-chevrons-right:before{content:"\ec9a"}.fapro-chevrons-up:before{content:"\ec9b"}.fapro-chf-sign:before{content:"\ec9c"}.fapro-child-combatant:before{content:"\ec9d"}.fapro-child-dress:before{content:"\ec9e"}.fapro-child-reaching:before{content:"\ec9f"}.fapro-child-rifle:before{content:"\eca0"}.fapro-child:before{content:"\eca1"}.fapro-children:before{content:"\eca2"}.fapro-chimney:before{content:"\eca3"}.fapro-chocolate-bar:before{content:"\eca4"}.fapro-chopsticks:before{content:"\eca5"}.fapro-church:before{content:"\eca6"}.fapro-circle-0:before{content:"\eca7"}.fapro-circle-1:before{content:"\eca8"}.fapro-circle-2:before{content:"\eca9"}.fapro-circle-3:before{content:"\ecaa"}.fapro-circle-4:before{content:"\ecab"}.fapro-circle-5:before{content:"\ecac"}.fapro-circle-6:before{content:"\ecad"}.fapro-circle-7:before{content:"\ecae"}.fapro-circle-8:before{content:"\ecaf"}.fapro-circle-9:before{content:"\ecb0"}.fapro-circle-a:before{content:"\ecb1"}.fapro-circle-ampersand:before{content:"\ecb2"}.fapro-circle-arrow-down-left:before{content:"\ecb3"}.fapro-circle-arrow-down-right:before{content:"\ecb4"}.fapro-circle-arrow-down:before{content:"\ecb5"}.fapro-circle-arrow-left:before{content:"\ecb6"}.fapro-circle-arrow-right:before{content:"\ecb7"}.fapro-circle-arrow-up-left:before{content:"\ecb8"}.fapro-circle-arrow-up-right:before{content:"\ecb9"}.fapro-circle-arrow-up:before{content:"\ecba"}.fapro-circle-austral:before{content:"\ecbb"}.fapro-circle-australian-dollar:before{content:"\ecbc"}.fapro-circle-b:before{content:"\ecbd"}.fapro-circle-baht:before{content:"\ecbe"}.fapro-circle-bangladeshi-taka:before{content:"\ecbf"}.fapro-circle-bitcoin:before{content:"\ecc0"}.fapro-circle-bolt:before{content:"\ecc1"}.fapro-circle-book-open:before{content:"\ecc2"}.fapro-circle-bookmark:before{content:"\ecc3"}.fapro-circle-brazilian-real:before{content:"\ecc4"}.fapro-circle-c:before{content:"\ecc5"}.fapro-circle-calendar:before{content:"\ecc6"}.fapro-circle-camera:before{content:"\ecc7"}.fapro-circle-caret-down:before{content:"\ecc8"}.fapro-circle-caret-left:before{content:"\ecc9"}.fapro-circle-caret-right:before{content:"\ecca"}.fapro-circle-caret-up:before{content:"\eccb"}.fapro-circle-cedi:before{content:"\eccc"}.fapro-circle-cent:before{content:"\eccd"}.fapro-circle-check:before{content:"\ecce"}.fapro-circle-chevron-down:before{content:"\eccf"}.fapro-circle-chevron-left:before{content:"\ecd0"}.fapro-circle-chevron-right:before{content:"\ecd1"}.fapro-circle-chevron-up:before{content:"\ecd2"}.fapro-circle-chf:before{content:"\ecd3"}.fapro-circle-colon:before{content:"\ecd4"}.fapro-circle-cruzeiro:before{content:"\ecd5"}.fapro-circle-currency:before{content:"\ecd6"}.fapro-circle-d:before{content:"\ecd7"}.fapro-circle-danish-krone:before{content:"\ecd8"}.fapro-circle-dashed:before{content:"\ecd9"}.fapro-circle-divide:before{content:"\ecda"}.fapro-circle-dollar-to-slot:before{content:"\ecdb"}.fapro-circle-dollar:before{content:"\ecdc"}.fapro-circle-dong:before{content:"\ecdd"}.fapro-circle-dot:before{content:"\ecde"}.fapro-circle-down-left:before{content:"\ecdf"}.fapro-circle-down-right:before{content:"\ece0"}.fapro-circle-down:before{content:"\ece1"}.fapro-circle-e:before{content:"\ece2"}.fapro-circle-ellipsis-vertical:before{content:"\ece3"}.fapro-circle-ellipsis:before{content:"\ece4"}.fapro-circle-envelope:before{content:"\ece5"}.fapro-circle-equals:before{content:"\ece6"}.fapro-circle-euro:before{content:"\ece7"}.fapro-circle-eurozone:before{content:"\ece8"}.fapro-circle-exclamation-check:before{content:"\ece9"}.fapro-circle-exclamation:before{content:"\ecea"}.fapro-circle-f:before{content:"\eceb"}.fapro-circle-florin:before{content:"\ecec"}.fapro-circle-franc:before{content:"\eced"}.fapro-circle-g:before{content:"\ecee"}.fapro-circle-gf:before{content:"\ecef"}.fapro-circle-guarani:before{content:"\ecf0"}.fapro-circle-h:before{content:"\ecf1"}.fapro-circle-half-horizontal:before{content:"\ecf2"}.fapro-circle-half-stroke-horizontal:before{content:"\ecf3"}.fapro-circle-half-stroke:before{content:"\ecf4"}.fapro-circle-half:before{content:"\ecf5"}.fapro-circle-heart:before{content:"\ecf6"}.fapro-circle-house:before{content:"\ecf7"}.fapro-circle-hryvnia:before{content:"\ecf8"}.fapro-circle-i:before{content:"\ecf9"}.fapro-circle-indian-rupee:before{content:"\ecfa"}.fapro-circle-info:before{content:"\ecfb"}.fapro-circle-j:before{content:"\ecfc"}.fapro-circle-k:before{content:"\ecfd"}.fapro-circle-kip:before{content:"\ecfe"}.fapro-circle-l:before{content:"\ecff"}.fapro-circle-lari:before{content:"\ed00"}.fapro-circle-left:before{content:"\ed01"}.fapro-circle-lira:before{content:"\ed02"}.fapro-circle-litecoin:before{content:"\ed03"}.fapro-circle-location-arrow:before{content:"\ed04"}.fapro-circle-m:before{content:"\ed05"}.fapro-circle-malaysian-ringgit:before{content:"\ed06"}.fapro-circle-manat:before{content:"\ed07"}.fapro-circle-microphone-lines:before{content:"\ed08"}.fapro-circle-microphone:before{content:"\ed09"}.fapro-circle-mill:before{content:"\ed0a"}.fapro-circle-minus:before{content:"\ed0b"}.fapro-circle-moon:before{content:"\ed0c"}.fapro-circle-n:before{content:"\ed0d"}.fapro-circle-naira:before{content:"\ed0e"}.fapro-circle-nodes:before{content:"\ed0f"}.fapro-circle-norwegian-krone:before{content:"\ed10"}.fapro-circle-notch:before{content:"\ed11"}.fapro-circle-o:before{content:"\ed12"}.fapro-circle-p:before{content:"\ed13"}.fapro-circle-parking:before{content:"\ed14"}.fapro-circle-pause:before{content:"\ed15"}.fapro-circle-peruvian-soles:before{content:"\ed16"}.fapro-circle-peseta:before{content:"\ed17"}.fapro-circle-peso:before{content:"\ed18"}.fapro-circle-phone-flip:before{content:"\ed19"}.fapro-circle-phone-hangup:before{content:"\ed1a"}.fapro-circle-phone:before{content:"\ed1b"}.fapro-circle-play:before{content:"\ed1c"}.fapro-circle-plus:before{content:"\ed1d"}.fapro-circle-polish-zloty:before{content:"\ed1e"}.fapro-circle-q:before{content:"\ed1f"}.fapro-circle-quarter-stroke:before{content:"\ed20"}.fapro-circle-quarter:before{content:"\ed21"}.fapro-circle-quarters:before{content:"\ed22"}.fapro-circle-question:before{content:"\ed23"}.fapro-circle-r:before{content:"\ed24"}.fapro-circle-radiation:before{content:"\ed25"}.fapro-circle-renminbi:before{content:"\ed26"}.fapro-circle-right:before{content:"\ed27"}.fapro-circle-ruble:before{content:"\ed28"}.fapro-circle-rupee:before{content:"\ed29"}.fapro-circle-rupiah:before{content:"\ed2a"}.fapro-circle-s:before{content:"\ed2b"}.fapro-circle-share-nodes:before{content:"\ed2c"}.fapro-circle-shekel:before{content:"\ed2d"}.fapro-circle-small:before{content:"\ed2e"}.fapro-circle-sort-down:before{content:"\ed2f"}.fapro-circle-sort-up:before{content:"\ed30"}.fapro-circle-sort:before{content:"\ed31"}.fapro-circle-star:before{content:"\ed32"}.fapro-circle-sterling:before{content:"\ed33"}.fapro-circle-stop:before{content:"\ed34"}.fapro-circle-swedish-krona:before{content:"\ed35"}.fapro-circle-t:before{content:"\ed36"}.fapro-circle-tenge:before{content:"\ed37"}.fapro-circle-three-quarters-stroke:before{content:"\ed38"}.fapro-circle-three-quarters:before{content:"\ed39"}.fapro-circle-trash:before{content:"\ed3a"}.fapro-circle-tugrik:before{content:"\ed3b"}.fapro-circle-turkish-lira:before{content:"\ed3c"}.fapro-circle-u:before{content:"\ed3d"}.fapro-circle-up-left:before{content:"\ed3e"}.fapro-circle-up-right:before{content:"\ed3f"}.fapro-circle-up:before{content:"\ed40"}.fapro-circle-user-circle-check:before{content:"\ed41"}.fapro-circle-user-circle-exclamation:before{content:"\ed42"}.fapro-circle-user-circle-minus:before{content:"\ed43"}.fapro-circle-user-circle-moon:before{content:"\ed44"}.fapro-circle-user-circle-plus:before{content:"\ed45"}.fapro-circle-user-circle-question:before{content:"\ed46"}.fapro-circle-user-circle-user:before{content:"\ed47"}.fapro-circle-user-circle-xmark:before{content:"\ed48"}.fapro-circle-user-clock:before{content:"\ed49"}.fapro-circle-user:before{content:"\ed4a"}.fapro-circle-v:before{content:"\ed4b"}.fapro-circle-video:before{content:"\ed4c"}.fapro-circle-w:before{content:"\ed4d"}.fapro-circle-waveform-lines:before{content:"\ed4e"}.fapro-circle-wifi-circle-wifi:before{content:"\ed4f"}.fapro-circle-wifi-group:before{content:"\ed50"}.fapro-circle-wifi:before{content:"\ed51"}.fapro-circle-won:before{content:"\ed52"}.fapro-circle-x:before{content:"\ed53"}.fapro-circle-xmark:before{content:"\ed54"}.fapro-circle-y:before{content:"\ed55"}.fapro-circle-yen:before{content:"\ed56"}.fapro-circle-z:before{content:"\ed57"}.fapro-circle:before{content:"\ed58"}.fapro-circleapore-dollar:before{content:"\ed59"}.fapro-circles-overlap-3:before{content:"\ed5a"}.fapro-circles-overlap:before{content:"\ed5b"}.fapro-citrus-slice:before{content:"\ed5c"}.fapro-citrus:before{content:"\ed5d"}.fapro-city:before{content:"\ed5e"}.fapro-clapperboard-play:before{content:"\ed5f"}.fapro-clapperboard:before{content:"\ed60"}.fapro-clarinet:before{content:"\ed61"}.fapro-claw-marks:before{content:"\ed62"}.fapro-clinic-medical:before{content:"\ed63"}.fapro-clipboard-check:before{content:"\ed64"}.fapro-clipboard-clock:before{content:"\ed65"}.fapro-clipboard-exclamation:before{content:"\ed66"}.fapro-clipboard-list-check:before{content:"\ed67"}.fapro-clipboard-list:before{content:"\ed68"}.fapro-clipboard-medical:before{content:"\ed69"}.fapro-clipboard-prescription:before{content:"\ed6a"}.fapro-clipboard-question:before{content:"\ed6b"}.fapro-clipboard-user:before{content:"\ed6c"}.fapro-clipboard:before{content:"\ed6d"}.fapro-clock-desk:before{content:"\ed6e"}.fapro-clock-eight-thirty:before{content:"\ed6f"}.fapro-clock-eight:before{content:"\ed70"}.fapro-clock-eleven-thirty:before{content:"\ed71"}.fapro-clock-eleven:before{content:"\ed72"}.fapro-clock-five-thirty:before{content:"\ed73"}.fapro-clock-five:before{content:"\ed74"}.fapro-clock-four-thirty:before{content:"\ed75"}.fapro-clock-four:before{content:"\ed76"}.fapro-clock-nine-thirty:before{content:"\ed77"}.fapro-clock-nine:before{content:"\ed78"}.fapro-clock-one-thirty:before{content:"\ed79"}.fapro-clock-one:before{content:"\ed7a"}.fapro-clock-rotate-left:before{content:"\ed7b"}.fapro-clock-seven-thirty:before{content:"\ed7c"}.fapro-clock-seven:before{content:"\ed7d"}.fapro-clock-six-thirty:before{content:"\ed7e"}.fapro-clock-six:before{content:"\ed7f"}.fapro-clock-ten-thirty:before{content:"\ed80"}.fapro-clock-ten:before{content:"\ed81"}.fapro-clock-three-thirty:before{content:"\ed82"}.fapro-clock-three:before{content:"\ed83"}.fapro-clock-twelve-thirty:before{content:"\ed84"}.fapro-clock-twelve:before{content:"\ed85"}.fapro-clock-two-thirty:before{content:"\ed86"}.fapro-clock-two:before{content:"\ed87"}.fapro-clock:before{content:"\ed88"}.fapro-clone-plus:before{content:"\ed89"}.fapro-clone:before{content:"\ed8a"}.fapro-close:before{content:"\ed8b"}.fapro-closed-captioning-slash:before{content:"\ed8c"}.fapro-closed-captioning:before{content:"\ed8d"}.fapro-clothes-hanger:before{content:"\ed8e"}.fapro-cloud-arrow-down:before{content:"\ed8f"}.fapro-cloud-arrow-up:before{content:"\ed90"}.fapro-cloud-binary:before{content:"\ed91"}.fapro-cloud-bolt-moon:before{content:"\ed92"}.fapro-cloud-bolt-sun:before{content:"\ed93"}.fapro-cloud-bolt:before{content:"\ed94"}.fapro-cloud-check:before{content:"\ed95"}.fapro-cloud-download-alt:before{content:"\ed96"}.fapro-cloud-download:before{content:"\ed97"}.fapro-cloud-drizzle:before{content:"\ed98"}.fapro-cloud-exclamation:before{content:"\ed99"}.fapro-cloud-fog:before{content:"\ed9a"}.fapro-cloud-hail-mixed:before{content:"\ed9b"}.fapro-cloud-hail:before{content:"\ed9c"}.fapro-cloud-meatball:before{content:"\ed9d"}.fapro-cloud-minus:before{content:"\ed9e"}.fapro-cloud-moon-rain:before{content:"\ed9f"}.fapro-cloud-moon:before{content:"\eda0"}.fapro-cloud-music:before{content:"\eda1"}.fapro-cloud-plus:before{content:"\eda2"}.fapro-cloud-question:before{content:"\eda3"}.fapro-cloud-rain:before{content:"\eda4"}.fapro-cloud-rainbow:before{content:"\eda5"}.fapro-cloud-showers-heavy:before{content:"\eda6"}.fapro-cloud-showers-water:before{content:"\eda7"}.fapro-cloud-showers:before{content:"\eda8"}.fapro-cloud-slash:before{content:"\eda9"}.fapro-cloud-sleet:before{content:"\edaa"}.fapro-cloud-snow:before{content:"\edab"}.fapro-cloud-sun-rain:before{content:"\edac"}.fapro-cloud-sun:before{content:"\edad"}.fapro-cloud-upload-alt:before{content:"\edae"}.fapro-cloud-upload:before{content:"\edaf"}.fapro-cloud-word:before{content:"\edb0"}.fapro-cloud-xmark:before{content:"\edb1"}.fapro-cloud:before{content:"\edb2"}.fapro-clouds-moon:before{content:"\edb3"}.fapro-clouds-sun:before{content:"\edb4"}.fapro-clouds:before{content:"\edb5"}.fapro-clover:before{content:"\edb6"}.fapro-club:before{content:"\edb7"}.fapro-cny:before{content:"\edb8"}.fapro-cocktail:before{content:"\edb9"}.fapro-coconut:before{content:"\edba"}.fapro-code-branch:before{content:"\edbb"}.fapro-code-commit:before{content:"\edbc"}.fapro-code-compare:before{content:"\edbd"}.fapro-code-fork:before{content:"\edbe"}.fapro-code-merge:before{content:"\edbf"}.fapro-code-pull-request-closed:before{content:"\edc0"}.fapro-code-pull-request-draft:before{content:"\edc1"}.fapro-code-pull-request:before{content:"\edc2"}.fapro-code-simple:before{content:"\edc3"}.fapro-code:before{content:"\edc4"}.fapro-coffee-bean:before{content:"\edc5"}.fapro-coffee-beans:before{content:"\edc6"}.fapro-coffee-pot:before{content:"\edc7"}.fapro-coffee-togo:before{content:"\edc8"}.fapro-coffee:before{content:"\edc9"}.fapro-coffin-cross:before{content:"\edca"}.fapro-coffin:before{content:"\edcb"}.fapro-cog:before{content:"\edcc"}.fapro-cogs:before{content:"\edcd"}.fapro-coin-blank:before{content:"\edce"}.fapro-coin-front:before{content:"\edcf"}.fapro-coin-vertical:before{content:"\edd0"}.fapro-coin:before{content:"\edd1"}.fapro-coins:before{content:"\edd2"}.fapro-colon-sign:before{content:"\edd3"}.fapro-colon:before{content:"\edd4"}.fapro-columns-3:before{content:"\edd5"}.fapro-columns:before{content:"\edd6"}.fapro-comet:before{content:"\edd7"}.fapro-comma:before{content:"\edd8"}.fapro-command:before{content:"\edd9"}.fapro-comment-alt-arrow-down:before{content:"\edda"}.fapro-comment-alt-arrow-up:before{content:"\eddb"}.fapro-comment-alt-captions:before{content:"\eddc"}.fapro-comment-alt-check:before{content:"\eddd"}.fapro-comment-alt-dollar:before{content:"\edde"}.fapro-comment-alt-dots:before{content:"\eddf"}.fapro-comment-alt-edit:before{content:"\ede0"}.fapro-comment-alt-exclamation:before{content:"\ede1"}.fapro-comment-alt-image:before{content:"\ede2"}.fapro-comment-alt-lines:before{content:"\ede3"}.fapro-comment-alt-medical:before{content:"\ede4"}.fapro-comment-alt-minus:before{content:"\ede5"}.fapro-comment-alt-music:before{content:"\ede6"}.fapro-comment-alt-plus:before{content:"\ede7"}.fapro-comment-alt-quote:before{content:"\ede8"}.fapro-comment-alt-slash:before{content:"\ede9"}.fapro-comment-alt-smile:before{content:"\edea"}.fapro-comment-alt-text:before{content:"\edeb"}.fapro-comment-alt-times:before{content:"\edec"}.fapro-comment-alt:before{content:"\eded"}.fapro-comment-arrow-down:before{content:"\edee"}.fapro-comment-arrow-up-right:before{content:"\edef"}.fapro-comment-arrow-up:before{content:"\edf0"}.fapro-comment-captions:before{content:"\edf1"}.fapro-comment-check:before{content:"\edf2"}.fapro-comment-code:before{content:"\edf3"}.fapro-comment-dollar:before{content:"\edf4"}.fapro-comment-dot:before{content:"\edf5"}.fapro-comment-dots:before{content:"\edf6"}.fapro-comment-edit:before{content:"\edf7"}.fapro-comment-exclamation:before{content:"\edf8"}.fapro-comment-heart:before{content:"\edf9"}.fapro-comment-image:before{content:"\edfa"}.fapro-comment-lines:before{content:"\edfb"}.fapro-comment-medical:before{content:"\edfc"}.fapro-comment-middle-alt:before{content:"\edfd"}.fapro-comment-middle-top-alt:before{content:"\edfe"}.fapro-comment-middle-top:before{content:"\edff"}.fapro-comment-middle:before{content:"\ee00"}.fapro-comment-minus:before{content:"\ee01"}.fapro-comment-music:before{content:"\ee02"}.fapro-comment-nodes:before{content:"\ee03"}.fapro-comment-pen:before{content:"\ee04"}.fapro-comment-plus:before{content:"\ee05"}.fapro-comment-question:before{content:"\ee06"}.fapro-comment-quote:before{content:"\ee07"}.fapro-comment-slash:before{content:"\ee08"}.fapro-comment-smile:before{content:"\ee09"}.fapro-comment-sms:before{content:"\ee0a"}.fapro-comment-text:before{content:"\ee0b"}.fapro-comment-times:before{content:"\ee0c"}.fapro-comment-waveform:before{content:"\ee0d"}.fapro-comment-xmark:before{content:"\ee0e"}.fapro-comment:before{content:"\ee0f"}.fapro-commenting:before{content:"\ee10"}.fapro-comments-alt-dollar:before{content:"\ee11"}.fapro-comments-alt:before{content:"\ee12"}.fapro-comments-dollar:before{content:"\ee13"}.fapro-comments-question-check:before{content:"\ee14"}.fapro-comments-question:before{content:"\ee15"}.fapro-comments:before{content:"\ee16"}.fapro-compact-disc:before{content:"\ee17"}.fapro-compass-drafting:before{content:"\ee18"}.fapro-compass-slash:before{content:"\ee19"}.fapro-compass:before{content:"\ee1a"}.fapro-compress-alt:before{content:"\ee1b"}.fapro-compress-arrows-alt:before{content:"\ee1c"}.fapro-compress-arrows:before{content:"\ee1d"}.fapro-compress-wide:before{content:"\ee1e"}.fapro-compress:before{content:"\ee1f"}.fapro-computer-classic:before{content:"\ee20"}.fapro-computer-mouse-button-left:before{content:"\ee21"}.fapro-computer-mouse-button-right:before{content:"\ee22"}.fapro-computer-mouse-scrollwheel:before{content:"\ee23"}.fapro-computer-mouse:before{content:"\ee24"}.fapro-computer-speaker:before{content:"\ee25"}.fapro-computer:before{content:"\ee26"}.fapro-concierge-bell:before{content:"\ee27"}.fapro-construction:before{content:"\ee28"}.fapro-contact-book:before{content:"\ee29"}.fapro-contact-card:before{content:"\ee2a"}.fapro-container-storage:before{content:"\ee2b"}.fapro-conveyor-belt-alt:before{content:"\ee2c"}.fapro-conveyor-belt-arm:before{content:"\ee2d"}.fapro-conveyor-belt-boxes:before{content:"\ee2e"}.fapro-conveyor-belt-empty:before{content:"\ee2f"}.fapro-conveyor-belt:before{content:"\ee30"}.fapro-cookie-bite:before{content:"\ee31"}.fapro-cookie:before{content:"\ee32"}.fapro-copy:before{content:"\ee33"}.fapro-copyright:before{content:"\ee34"}.fapro-corn:before{content:"\ee35"}.fapro-corner:before{content:"\ee36"}.fapro-couch-small:before{content:"\ee37"}.fapro-couch:before{content:"\ee38"}.fapro-court-sport:before{content:"\ee39"}.fapro-cow:before{content:"\ee3a"}.fapro-cowbell-circle-plus:before{content:"\ee3b"}.fapro-cowbell-more:before{content:"\ee3c"}.fapro-cowbell:before{content:"\ee3d"}.fapro-crab:before{content:"\ee3e"}.fapro-crate-apple:before{content:"\ee3f"}.fapro-crate-empty:before{content:"\ee40"}.fapro-credit-card-alt:before{content:"\ee41"}.fapro-credit-card-blank:before{content:"\ee42"}.fapro-credit-card-front:before{content:"\ee43"}.fapro-credit-card:before{content:"\ee44"}.fapro-creemee:before{content:"\ee45"}.fapro-cricket-bat-ball:before{content:"\ee46"}.fapro-cricket:before{content:"\ee47"}.fapro-croissant:before{content:"\ee48"}.fapro-crop-alt:before{content:"\ee49"}.fapro-crop-simple:before{content:"\ee4a"}.fapro-crop:before{content:"\ee4b"}.fapro-cross:before{content:"\ee4c"}.fapro-crosshairs-simple:before{content:"\ee4d"}.fapro-crosshairs:before{content:"\ee4e"}.fapro-crow:before{content:"\ee4f"}.fapro-crown:before{content:"\ee50"}.fapro-crutch:before{content:"\ee51"}.fapro-crutches:before{content:"\ee52"}.fapro-cruzeiro-sign:before{content:"\ee53"}.fapro-crystal-ball:before{content:"\ee54"}.fapro-cube:before{content:"\ee55"}.fapro-cubes-stacked:before{content:"\ee56"}.fapro-cubes:before{content:"\ee57"}.fapro-cucumber:before{content:"\ee58"}.fapro-cup-straw-swoosh:before{content:"\ee59"}.fapro-cup-straw:before{content:"\ee5a"}.fapro-cup-togo:before{content:"\ee5b"}.fapro-cupcake:before{content:"\ee5c"}.fapro-curling-stone:before{content:"\ee5d"}.fapro-curling:before{content:"\ee5e"}.fapro-currency-sign:before{content:"\ee5f"}.fapro-custard:before{content:"\ee60"}.fapro-cut:before{content:"\ee61"}.fapro-cutlery:before{content:"\ee62"}.fapro-d:before{content:"\ee63"}.fapro-dagger:before{content:"\ee64"}.fapro-danish-krone-sign:before{content:"\ee65"}.fapro-dash:before{content:"\ee66"}.fapro-dashboard:before{content:"\ee67"}.fapro-database:before{content:"\ee68"}.fapro-deaf:before{content:"\ee69"}.fapro-deafness:before{content:"\ee6a"}.fapro-debug:before{content:"\ee6b"}.fapro-dedent:before{content:"\ee6c"}.fapro-deer-rudolph:before{content:"\ee6d"}.fapro-deer:before{content:"\ee6e"}.fapro-delete-left:before{content:"\ee6f"}.fapro-delete-right:before{content:"\ee70"}.fapro-democrat:before{content:"\ee71"}.fapro-desk:before{content:"\ee72"}.fapro-desktop-alt:before{content:"\ee73"}.fapro-desktop-arrow-down:before{content:"\ee74"}.fapro-desktop-code:before{content:"\ee75"}.fapro-desktop-medical:before{content:"\ee76"}.fapro-desktop-slash:before{content:"\ee77"}.fapro-desktop:before{content:"\ee78"}.fapro-dewpoint:before{content:"\ee79"}.fapro-dharmachakra:before{content:"\ee7a"}.fapro-diagnoses:before{content:"\ee7b"}.fapro-diagram-cells:before{content:"\ee7c"}.fapro-diagram-lean-canvas:before{content:"\ee7d"}.fapro-diagram-nested:before{content:"\ee7e"}.fapro-diagram-next:before{content:"\ee7f"}.fapro-diagram-predecessor:before{content:"\ee80"}.fapro-diagram-previous:before{content:"\ee81"}.fapro-diagram-project:before{content:"\ee82"}.fapro-diagram-sankey:before{content:"\ee83"}.fapro-diagram-subtask:before{content:"\ee84"}.fapro-diagram-successor:before{content:"\ee85"}.fapro-diagram-venn:before{content:"\ee86"}.fapro-dial-high:before{content:"\ee87"}.fapro-dial-low:before{content:"\ee88"}.fapro-dial-max:before{content:"\ee89"}.fapro-dial-med-high:before{content:"\ee8a"}.fapro-dial-med-low:before{content:"\ee8b"}.fapro-dial-med:before{content:"\ee8c"}.fapro-dial-min:before{content:"\ee8d"}.fapro-dial-off:before{content:"\ee8e"}.fapro-dial:before{content:"\ee8f"}.fapro-dialpad:before{content:"\ee90"}.fapro-diamond-exclamation:before{content:"\ee91"}.fapro-diamond-half-stroke:before{content:"\ee92"}.fapro-diamond-half:before{content:"\ee93"}.fapro-diamond-turn-right:before{content:"\ee94"}.fapro-diamond:before{content:"\ee95"}.fapro-diamonds-4:before{content:"\ee96"}.fapro-dice-d4:before{content:"\ee97"}.fapro-dice-d6:before{content:"\ee98"}.fapro-dice-d8:before{content:"\ee99"}.fapro-dice-d10:before{content:"\ee9a"}.fapro-dice-d12:before{content:"\ee9b"}.fapro-dice-d20:before{content:"\ee9c"}.fapro-dice-five:before{content:"\ee9d"}.fapro-dice-four:before{content:"\ee9e"}.fapro-dice-one:before{content:"\ee9f"}.fapro-dice-six:before{content:"\eea0"}.fapro-dice-three:before{content:"\eea1"}.fapro-dice-two:before{content:"\eea2"}.fapro-dice:before{content:"\eea3"}.fapro-digging:before{content:"\eea4"}.fapro-digital-tachograph:before{content:"\eea5"}.fapro-dinosaur:before{content:"\eea6"}.fapro-diploma:before{content:"\eea7"}.fapro-direction-left-right:before{content:"\eea8"}.fapro-direction-up-down:before{content:"\eea9"}.fapro-directions:before{content:"\eeaa"}.fapro-disc-drive:before{content:"\eeab"}.fapro-disease:before{content:"\eeac"}.fapro-display-arrow-down:before{content:"\eead"}.fapro-display-chart-up-circle-currency:before{content:"\eeae"}.fapro-display-chart-up-circle-dollar:before{content:"\eeaf"}.fapro-display-chart-up:before{content:"\eeb0"}.fapro-display-code:before{content:"\eeb1"}.fapro-display-medical:before{content:"\eeb2"}.fapro-display-slash:before{content:"\eeb3"}.fapro-display:before{content:"\eeb4"}.fapro-distribute-spacing-horizontal:before{content:"\eeb5"}.fapro-distribute-spacing-vertical:before{content:"\eeb6"}.fapro-ditto:before{content:"\eeb7"}.fapro-divide:before{content:"\eeb8"}.fapro-dizzy:before{content:"\eeb9"}.fapro-dna:before{content:"\eeba"}.fapro-do-not-enter:before{content:"\eebb"}.fapro-dog-leashed:before{content:"\eebc"}.fapro-dog:before{content:"\eebd"}.fapro-dollar-circle:before{content:"\eebe"}.fapro-dollar-sign:before{content:"\eebf"}.fapro-dollar-square:before{content:"\eec0"}.fapro-dollar:before{content:"\eec1"}.fapro-dolly-box:before{content:"\eec2"}.fapro-dolly-empty:before{content:"\eec3"}.fapro-dolly-flatbed-alt:before{content:"\eec4"}.fapro-dolly-flatbed-empty:before{content:"\eec5"}.fapro-dolly-flatbed:before{content:"\eec6"}.fapro-dolly:before{content:"\eec7"}.fapro-dolphin:before{content:"\eec8"}.fapro-donate:before{content:"\eec9"}.fapro-dong-sign:before{content:"\eeca"}.fapro-donut:before{content:"\eecb"}.fapro-door-closed:before{content:"\eecc"}.fapro-door-open:before{content:"\eecd"}.fapro-dot-circle:before{content:"\eece"}.fapro-dot:before{content:"\eecf"}.fapro-doughnut:before{content:"\eed0"}.fapro-dove:before{content:"\eed1"}.fapro-down-from-bracket:before{content:"\eed2"}.fapro-down-from-dotted-line:before{content:"\eed3"}.fapro-down-from-line:before{content:"\eed4"}.fapro-down-left-and-up-right-to-center:before{content:"\eed5"}.fapro-down-left:before{content:"\eed6"}.fapro-down-long-to-line:before{content:"\eed7"}.fapro-down-long:before{content:"\eed8"}.fapro-down-right:before{content:"\eed9"}.fapro-down-to-bracket:before{content:"\eeda"}.fapro-down-to-dotted-line:before{content:"\eedb"}.fapro-down-to-line:before{content:"\eedc"}.fapro-down-up:before{content:"\eedd"}.fapro-down:before{content:"\eede"}.fapro-download:before{content:"\eedf"}.fapro-drafting-compass:before{content:"\eee0"}.fapro-dragon:before{content:"\eee1"}.fapro-draw-circle:before{content:"\eee2"}.fapro-draw-polygon:before{content:"\eee3"}.fapro-draw-square:before{content:"\eee4"}.fapro-dreidel:before{content:"\eee5"}.fapro-dress:before{content:"\eee6"}.fapro-dresser:before{content:"\eee7"}.fapro-drivers-license:before{content:"\eee8"}.fapro-drone-alt:before{content:"\eee9"}.fapro-drone-front:before{content:"\eeea"}.fapro-drone:before{content:"\eeeb"}.fapro-droplet-degree:before{content:"\eeec"}.fapro-droplet-percent:before{content:"\eeed"}.fapro-droplet-plus:before{content:"\eeee"}.fapro-droplet-slash:before{content:"\eeef"}.fapro-droplet:before{content:"\eef0"}.fapro-drum-steelpan:before{content:"\eef1"}.fapro-drum:before{content:"\eef2"}.fapro-drumstick-bite:before{content:"\eef3"}.fapro-drumstick:before{content:"\eef4"}.fapro-dryer-alt:before{content:"\eef5"}.fapro-dryer-heat:before{content:"\eef6"}.fapro-dryer:before{content:"\eef7"}.fapro-duck:before{content:"\eef8"}.fapro-dumbbell:before{content:"\eef9"}.fapro-dumpster-fire:before{content:"\eefa"}.fapro-dumpster:before{content:"\eefb"}.fapro-dungeon:before{content:"\eefc"}.fapro-e:before{content:"\eefd"}.fapro-ear-circle-checkmark:before{content:"\eefe"}.fapro-ear-deaf:before{content:"\eeff"}.fapro-ear-listen:before{content:"\ef00"}.fapro-ear-muffs:before{content:"\ef01"}.fapro-ear-triangle-exclamation:before{content:"\ef02"}.fapro-ear-waveform:before{content:"\ef03"}.fapro-ear:before{content:"\ef04"}.fapro-earth-africa:before{content:"\ef05"}.fapro-earth-america:before{content:"\ef06"}.fapro-earth-americas:before{content:"\ef07"}.fapro-earth-asia:before{content:"\ef08"}.fapro-earth-europe:before{content:"\ef09"}.fapro-earth-oceania:before{content:"\ef0a"}.fapro-earth:before{content:"\ef0b"}.fapro-eclipse-alt:before{content:"\ef0c"}.fapro-eclipse:before{content:"\ef0d"}.fapro-edit:before{content:"\ef0e"}.fapro-egg-fried:before{content:"\ef0f"}.fapro-egg:before{content:"\ef10"}.fapro-eggplant:before{content:"\ef11"}.fapro-eject:before{content:"\ef12"}.fapro-elephant:before{content:"\ef13"}.fapro-elevator:before{content:"\ef14"}.fapro-ellipsis-h-alt:before{content:"\ef15"}.fapro-ellipsis-h:before{content:"\ef16"}.fapro-ellipsis-stroke-vertical:before{content:"\ef17"}.fapro-ellipsis-stroke:before{content:"\ef18"}.fapro-ellipsis-v-alt:before{content:"\ef19"}.fapro-ellipsis-v:before{content:"\ef1a"}.fapro-ellipsis-vertical:before{content:"\ef1b"}.fapro-ellipsis:before{content:"\ef1c"}.fapro-empty-set:before{content:"\ef1d"}.fapro-engine-exclamation:before{content:"\ef1e"}.fapro-engine-warning:before{content:"\ef1f"}.fapro-engine:before{content:"\ef20"}.fapro-envelope-badge:before{content:"\ef21"}.fapro-envelope-certificate:before{content:"\ef22"}.fapro-envelope-circle-check:before{content:"\ef23"}.fapro-envelope-circle-user:before{content:"\ef24"}.fapro-envelope-circle:before{content:"\ef25"}.fapro-envelope-dot:before{content:"\ef26"}.fapro-envelope-open-dollar:before{content:"\ef27"}.fapro-envelope-open-text:before{content:"\ef28"}.fapro-envelope-open:before{content:"\ef29"}.fapro-envelope-ribbon:before{content:"\ef2a"}.fapro-envelope-square:before{content:"\ef2b"}.fapro-envelope:before{content:"\ef2c"}.fapro-envelopes-bulk:before{content:"\ef2d"}.fapro-envelopes:before{content:"\ef2e"}.fapro-equals:before{content:"\ef2f"}.fapro-eraser:before{content:"\ef30"}.fapro-escalator:before{content:"\ef31"}.fapro-ethernet:before{content:"\ef32"}.fapro-eur:before{content:"\ef33"}.fapro-euro-sign:before{content:"\ef34"}.fapro-euro:before{content:"\ef35"}.fapro-eurozone-sign:before{content:"\ef36"}.fapro-excavator:before{content:"\ef37"}.fapro-exchange-alt:before{content:"\ef38"}.fapro-exchange:before{content:"\ef39"}.fapro-exclamation-circle:before{content:"\ef3a"}.fapro-exclamation-square:before{content:"\ef3b"}.fapro-exclamation-triangle:before{content:"\ef3c"}.fapro-exclamation:before{content:"\ef3d"}.fapro-expand-alt:before{content:"\ef3e"}.fapro-expand-arrows-alt:before{content:"\ef3f"}.fapro-expand-arrows:before{content:"\ef40"}.fapro-expand-wide:before{content:"\ef41"}.fapro-expand:before{content:"\ef42"}.fapro-exploding-head:before{content:"\ef43"}.fapro-explosion:before{content:"\ef44"}.fapro-external-link-alt:before{content:"\ef45"}.fapro-external-link-square-alt:before{content:"\ef46"}.fapro-external-link-square:before{content:"\ef47"}.fapro-external-link:before{content:"\ef48"}.fapro-eye-closed:before{content:"\ef49"}.fapro-eye-dropper-empty:before{content:"\ef4a"}.fapro-eye-dropper-full:before{content:"\ef4b"}.fapro-eye-dropper-half:before{content:"\ef4c"}.fapro-eye-dropper:before{content:"\ef4d"}.fapro-eye-evil:before{content:"\ef4e"}.fapro-eye-low-vision:before{content:"\ef4f"}.fapro-eye-slash:before{content:"\ef50"}.fapro-eye:before{content:"\ef51"}.fapro-eyedropper:before{content:"\ef52"}.fapro-eyes:before{content:"\ef53"}.fapro-f:before{content:"\ef54"}.fapro-face-angry-horns:before{content:"\ef55"}.fapro-face-angry:before{content:"\ef56"}.fapro-face-anguished:before{content:"\ef57"}.fapro-face-anxious-sweat:before{content:"\ef58"}.fapro-face-astonished:before{content:"\ef59"}.fapro-face-awesome:before{content:"\ef5a"}.fapro-face-beam-hand-over-mouth:before{content:"\ef5b"}.fapro-face-clouds:before{content:"\ef5c"}.fapro-face-confounded:before{content:"\ef5d"}.fapro-face-confused:before{content:"\ef5e"}.fapro-face-cowboy-hat:before{content:"\ef5f"}.fapro-face-diagonal-mouth:before{content:"\ef60"}.fapro-face-disappointed:before{content:"\ef61"}.fapro-face-disguise:before{content:"\ef62"}.fapro-face-dizzy:before{content:"\ef63"}.fapro-face-dotted:before{content:"\ef64"}.fapro-face-downcast-sweat:before{content:"\ef65"}.fapro-face-drooling:before{content:"\ef66"}.fapro-face-exhaling:before{content:"\ef67"}.fapro-face-explode:before{content:"\ef68"}.fapro-face-expressionless:before{content:"\ef69"}.fapro-face-eyes-xmarks:before{content:"\ef6a"}.fapro-face-fearful:before{content:"\ef6b"}.fapro-face-flushed:before{content:"\ef6c"}.fapro-face-frown-open:before{content:"\ef6d"}.fapro-face-frown-slight:before{content:"\ef6e"}.fapro-face-frown:before{content:"\ef6f"}.fapro-face-glasses:before{content:"\ef70"}.fapro-face-grimace:before{content:"\ef71"}.fapro-face-grin-beam-sweat:before{content:"\ef72"}.fapro-face-grin-beam:before{content:"\ef73"}.fapro-face-grin-hearts:before{content:"\ef74"}.fapro-face-grin-squint-tears:before{content:"\ef75"}.fapro-face-grin-squint:before{content:"\ef76"}.fapro-face-grin-stars:before{content:"\ef77"}.fapro-face-grin-tears:before{content:"\ef78"}.fapro-face-grin-tongue-squint:before{content:"\ef79"}.fapro-face-grin-tongue-wink:before{content:"\ef7a"}.fapro-face-grin-tongue:before{content:"\ef7b"}.fapro-face-grin-wide:before{content:"\ef7c"}.fapro-face-grin-wink:before{content:"\ef7d"}.fapro-face-grin:before{content:"\ef7e"}.fapro-face-hand-over-mouth:before{content:"\ef7f"}.fapro-face-hand-peeking:before{content:"\ef80"}.fapro-face-hand-yawn:before{content:"\ef81"}.fapro-face-head-bandage:before{content:"\ef82"}.fapro-face-holding-back-tears:before{content:"\ef83"}.fapro-face-hushed:before{content:"\ef84"}.fapro-face-icicles:before{content:"\ef85"}.fapro-face-kiss-beam:before{content:"\ef86"}.fapro-face-kiss-closed-eyes:before{content:"\ef87"}.fapro-face-kiss-wink-heart:before{content:"\ef88"}.fapro-face-kiss:before{content:"\ef89"}.fapro-face-laugh-beam:before{content:"\ef8a"}.fapro-face-laugh-squint:before{content:"\ef8b"}.fapro-face-laugh-wink:before{content:"\ef8c"}.fapro-face-laugh:before{content:"\ef8d"}.fapro-face-lying:before{content:"\ef8e"}.fapro-face-mask:before{content:"\ef8f"}.fapro-face-meh-blank:before{content:"\ef90"}.fapro-face-meh:before{content:"\ef91"}.fapro-face-melting:before{content:"\ef92"}.fapro-face-monocle:before{content:"\ef93"}.fapro-face-nauseated:before{content:"\ef94"}.fapro-face-nose-steam:before{content:"\ef95"}.fapro-face-party:before{content:"\ef96"}.fapro-face-pensive:before{content:"\ef97"}.fapro-face-persevering:before{content:"\ef98"}.fapro-face-pleading:before{content:"\ef99"}.fapro-face-pouting:before{content:"\ef9a"}.fapro-face-raised-eyebrow:before{content:"\ef9b"}.fapro-face-relieved:before{content:"\ef9c"}.fapro-face-rolling-eyes:before{content:"\ef9d"}.fapro-face-sad-cry:before{content:"\ef9e"}.fapro-face-sad-sweat:before{content:"\ef9f"}.fapro-face-sad-tear:before{content:"\efa0"}.fapro-face-saluting:before{content:"\efa1"}.fapro-face-scream:before{content:"\efa2"}.fapro-face-shaking-horizontal:before{content:"\efa3"}.fapro-face-shaking-vertical:before{content:"\efa4"}.fapro-face-shaking:before{content:"\efa5"}.fapro-face-shush:before{content:"\efa6"}.fapro-face-sleeping:before{content:"\efa7"}.fapro-face-sleepy:before{content:"\efa8"}.fapro-face-smile-beam:before{content:"\efa9"}.fapro-face-smile-halo:before{content:"\efaa"}.fapro-face-smile-hearts:before{content:"\efab"}.fapro-face-smile-horns:before{content:"\efac"}.fapro-face-smile-plus:before{content:"\efad"}.fapro-face-smile-relaxed:before{content:"\efae"}.fapro-face-smile-tear:before{content:"\efaf"}.fapro-face-smile-tongue:before{content:"\efb0"}.fapro-face-smile-upside-down:before{content:"\efb1"}.fapro-face-smile-wink:before{content:"\efb2"}.fapro-face-smile:before{content:"\efb3"}.fapro-face-smiling-hands:before{content:"\efb4"}.fapro-face-smirking:before{content:"\efb5"}.fapro-face-spiral-eyes:before{content:"\efb6"}.fapro-face-sunglasses:before{content:"\efb7"}.fapro-face-surprise:before{content:"\efb8"}.fapro-face-swear:before{content:"\efb9"}.fapro-face-thermometer:before{content:"\efba"}.fapro-face-thinking:before{content:"\efbb"}.fapro-face-tired:before{content:"\efbc"}.fapro-face-tissue:before{content:"\efbd"}.fapro-face-tongue-money:before{content:"\efbe"}.fapro-face-tongue-sweat:before{content:"\efbf"}.fapro-face-unamused:before{content:"\efc0"}.fapro-face-viewfinder:before{content:"\efc1"}.fapro-face-vomit:before{content:"\efc2"}.fapro-face-weary:before{content:"\efc3"}.fapro-face-woozy:before{content:"\efc4"}.fapro-face-worried:before{content:"\efc5"}.fapro-face-zany:before{content:"\efc6"}.fapro-face-zipper:before{content:"\efc7"}.fapro-falafel:before{content:"\efc8"}.fapro-family-dress:before{content:"\efc9"}.fapro-family-pants:before{content:"\efca"}.fapro-family:before{content:"\efcb"}.fapro-fan-table:before{content:"\efcc"}.fapro-fan:before{content:"\efcd"}.fapro-farm:before{content:"\efce"}.fapro-fast-backward:before{content:"\efcf"}.fapro-fast-forward:before{content:"\efd0"}.fapro-faucet-drip:before{content:"\efd1"}.fapro-faucet:before{content:"\efd2"}.fapro-fax:before{content:"\efd3"}.fapro-feather-alt:before{content:"\efd4"}.fapro-feather-pointed:before{content:"\efd5"}.fapro-feather:before{content:"\efd6"}.fapro-feed:before{content:"\efd7"}.fapro-female:before{content:"\efd8"}.fapro-fence:before{content:"\efd9"}.fapro-ferris-wheel:before{content:"\efda"}.fapro-ferry:before{content:"\efdb"}.fapro-field-hockey-stick-ball:before{content:"\efdc"}.fapro-field-hockey:before{content:"\efdd"}.fapro-fighter-jet:before{content:"\efde"}.fapro-file-aiff:before{content:"\efdf"}.fapro-file-alt:before{content:"\efe0"}.fapro-file-archive:before{content:"\efe1"}.fapro-file-arrow-down:before{content:"\efe2"}.fapro-file-arrow-up:before{content:"\efe3"}.fapro-file-audio:before{content:"\efe4"}.fapro-file-award:before{content:"\efe5"}.fapro-file-ban:before{content:"\efe6"}.fapro-file-binary:before{content:"\efe7"}.fapro-file-brackets-curly:before{content:"\efe8"}.fapro-file-cad:before{content:"\efe9"}.fapro-file-caret-down:before{content:"\efea"}.fapro-file-caret-up:before{content:"\efeb"}.fapro-file-certificate:before{content:"\efec"}.fapro-file-chart-column:before{content:"\efed"}.fapro-file-chart-line:before{content:"\efee"}.fapro-file-chart-pie:before{content:"\efef"}.fapro-file-check:before{content:"\eff0"}.fapro-file-circle-check:before{content:"\eff1"}.fapro-file-circle-exclamation:before{content:"\eff2"}.fapro-file-circle-info:before{content:"\eff3"}.fapro-file-circle-minus:before{content:"\eff4"}.fapro-file-circle-plus:before{content:"\eff5"}.fapro-file-circle-question:before{content:"\eff6"}.fapro-file-circle-xmark:before{content:"\eff7"}.fapro-file-clipboard:before{content:"\eff8"}.fapro-file-code:before{content:"\eff9"}.fapro-file-contract:before{content:"\effa"}.fapro-file-css:before{content:"\effb"}.fapro-file-csv:before{content:"\effc"}.fapro-file-dashed-line:before{content:"\effd"}.fapro-file-doc:before{content:"\effe"}.fapro-file-download:before{content:"\efff"}.fapro-file-edit:before{content:"\f000"}.fapro-file-eps:before{content:"\f001"}.fapro-file-excel:before{content:"\f002"}.fapro-file-exclamation:before{content:"\f003"}.fapro-file-export:before{content:"\f004"}.fapro-file-fragment:before{content:"\f005"}.fapro-file-gif:before{content:"\f006"}.fapro-file-half-dashed:before{content:"\f007"}.fapro-file-heart:before{content:"\f008"}.fapro-file-html:before{content:"\f009"}.fapro-file-icns:before{content:"\f00a"}.fapro-file-image:before{content:"\f00b"}.fapro-file-import:before{content:"\f00c"}.fapro-file-invoice-dollar:before{content:"\f00d"}.fapro-file-invoice:before{content:"\f00e"}.fapro-file-jpg:before{content:"\f00f"}.fapro-file-js:before{content:"\f010"}.fapro-file-lines:before{content:"\f011"}.fapro-file-lock:before{content:"\f012"}.fapro-file-magnifying-glass:before{content:"\f013"}.fapro-file-medical-alt:before{content:"\f014"}.fapro-file-medical:before{content:"\f015"}.fapro-file-midi:before{content:"\f016"}.fapro-file-minus:before{content:"\f017"}.fapro-file-mov:before{content:"\f018"}.fapro-file-mp3:before{content:"\f019"}.fapro-file-mp4:before{content:"\f01a"}.fapro-file-music:before{content:"\f01b"}.fapro-file-odf:before{content:"\f01c"}.fapro-file-pdf:before{content:"\f01d"}.fapro-file-pen:before{content:"\f01e"}.fapro-file-plus-minus:before{content:"\f01f"}.fapro-file-plus:before{content:"\f020"}.fapro-file-png:before{content:"\f021"}.fapro-file-powerpoint:before{content:"\f022"}.fapro-file-ppt:before{content:"\f023"}.fapro-file-prescription:before{content:"\f024"}.fapro-file-search:before{content:"\f025"}.fapro-file-shield:before{content:"\f026"}.fapro-file-signature:before{content:"\f027"}.fapro-file-slash:before{content:"\f028"}.fapro-file-spreadsheet:before{content:"\f029"}.fapro-file-svg:before{content:"\f02a"}.fapro-file-tex:before{content:"\f02b"}.fapro-file-text:before{content:"\f02c"}.fapro-file-times:before{content:"\f02d"}.fapro-file-upload:before{content:"\f02e"}.fapro-file-user:before{content:"\f02f"}.fapro-file-vector:before{content:"\f030"}.fapro-file-video:before{content:"\f031"}.fapro-file-wav:before{content:"\f032"}.fapro-file-waveform:before{content:"\f033"}.fapro-file-word:before{content:"\f034"}.fapro-file-xls:before{content:"\f035"}.fapro-file-xmark:before{content:"\f036"}.fapro-file-xml:before{content:"\f037"}.fapro-file-zip:before{content:"\f038"}.fapro-file-zipper:before{content:"\f039"}.fapro-file:before{content:"\f03a"}.fapro-files-medical:before{content:"\f03b"}.fapro-files:before{content:"\f03c"}.fapro-fill-drip:before{content:"\f03d"}.fapro-fill:before{content:"\f03e"}.fapro-film-alt:before{content:"\f03f"}.fapro-film-canister:before{content:"\f040"}.fapro-film-cannister:before{content:"\f041"}.fapro-film-music:before{content:"\f042"}.fapro-film-simple:before{content:"\f043"}.fapro-film-slash:before{content:"\f044"}.fapro-film-stack:before{content:"\f045"}.fapro-film:before{content:"\f046"}.fapro-films:before{content:"\f047"}.fapro-filter-circle-dollar:before{content:"\f048"}.fapro-filter-circle-xmark:before{content:"\f049"}.fapro-filter-list:before{content:"\f04a"}.fapro-filter-slash:before{content:"\f04b"}.fapro-filter:before{content:"\f04c"}.fapro-filters:before{content:"\f04d"}.fapro-fingerprint:before{content:"\f04e"}.fapro-fire-alt:before{content:"\f04f"}.fapro-fire-burner:before{content:"\f050"}.fapro-fire-extinguisher:before{content:"\f051"}.fapro-fire-flame-curved:before{content:"\f052"}.fapro-fire-flame-simple:before{content:"\f053"}.fapro-fire-flame:before{content:"\f054"}.fapro-fire-hydrant:before{content:"\f055"}.fapro-fire-smoke:before{content:"\f056"}.fapro-fire:before{content:"\f057"}.fapro-fireplace:before{content:"\f058"}.fapro-firewall:before{content:"\f059"}.fapro-first-aid:before{content:"\f05a"}.fapro-fish-bones:before{content:"\f05b"}.fapro-fish-cooked:before{content:"\f05c"}.fapro-fish-fins:before{content:"\f05d"}.fapro-fish:before{content:"\f05e"}.fapro-fishing-rod:before{content:"\f05f"}.fapro-fist-raised:before{content:"\f060"}.fapro-flag-alt:before{content:"\f061"}.fapro-flag-checkered:before{content:"\f062"}.fapro-flag-pennant:before{content:"\f063"}.fapro-flag-swallowtail:before{content:"\f064"}.fapro-flag-usa:before{content:"\f065"}.fapro-flag:before{content:"\f066"}.fapro-flame:before{content:"\f067"}.fapro-flashlight:before{content:"\f068"}.fapro-flask-gear:before{content:"\f069"}.fapro-flask-poison:before{content:"\f06a"}.fapro-flask-potion:before{content:"\f06b"}.fapro-flask-round-poison:before{content:"\f06c"}.fapro-flask-round-potion:before{content:"\f06d"}.fapro-flask-vial:before{content:"\f06e"}.fapro-flask:before{content:"\f06f"}.fapro-flatbread-stuffed:before{content:"\f070"}.fapro-flatbread:before{content:"\f071"}.fapro-floppy-disk-circle-arrow-right:before{content:"\f072"}.fapro-floppy-disk-circle-xmark:before{content:"\f073"}.fapro-floppy-disk-pen:before{content:"\f074"}.fapro-floppy-disk-times:before{content:"\f075"}.fapro-floppy-disk:before{content:"\f076"}.fapro-floppy-disks:before{content:"\f077"}.fapro-florin-sign:before{content:"\f078"}.fapro-flower-daffodil:before{content:"\f079"}.fapro-flower-tulip:before{content:"\f07a"}.fapro-flower:before{content:"\f07b"}.fapro-flushed:before{content:"\f07c"}.fapro-flute:before{content:"\f07d"}.fapro-flux-capacitor:before{content:"\f07e"}.fapro-flying-disc:before{content:"\f07f"}.fapro-fog:before{content:"\f080"}.fapro-folder-arrow-down:before{content:"\f081"}.fapro-folder-arrow-left:before{content:"\f082"}.fapro-folder-arrow-right:before{content:"\f083"}.fapro-folder-arrow-up:before{content:"\f084"}.fapro-folder-blank:before{content:"\f085"}.fapro-folder-bookmark:before{content:"\f086"}.fapro-folder-check:before{content:"\f087"}.fapro-folder-closed:before{content:"\f088"}.fapro-folder-cog:before{content:"\f089"}.fapro-folder-download:before{content:"\f08a"}.fapro-folder-gear:before{content:"\f08b"}.fapro-folder-grid:before{content:"\f08c"}.fapro-folder-heart:before{content:"\f08d"}.fapro-folder-image:before{content:"\f08e"}.fapro-folder-magnifying-glass:before{content:"\f08f"}.fapro-folder-medical:before{content:"\f090"}.fapro-folder-minus:before{content:"\f091"}.fapro-folder-music:before{content:"\f092"}.fapro-folder-open:before{content:"\f093"}.fapro-folder-plus:before{content:"\f094"}.fapro-folder-search:before{content:"\f095"}.fapro-folder-times:before{content:"\f096"}.fapro-folder-tree:before{content:"\f097"}.fapro-folder-upload:before{content:"\f098"}.fapro-folder-user:before{content:"\f099"}.fapro-folder-xmark:before{content:"\f09a"}.fapro-folder:before{content:"\f09b"}.fapro-folders:before{content:"\f09c"}.fapro-fondue-pot:before{content:"\f09d"}.fapro-font-awesome-flag:before{content:"\f09e"}.fapro-font-awesome-logo-full:before{content:"\f09f"}.fapro-font-awesome:before{content:"\f0a0"}.fapro-font-case:before{content:"\f0a1"}.fapro-font:before{content:"\f0a2"}.fapro-foot-wing:before{content:"\f0a3"}.fapro-football-ball:before{content:"\f0a4"}.fapro-football-helmet:before{content:"\f0a5"}.fapro-football:before{content:"\f0a6"}.fapro-fork-knife:before{content:"\f0a7"}.fapro-fork:before{content:"\f0a8"}.fapro-forklift:before{content:"\f0a9"}.fapro-fort:before{content:"\f0aa"}.fapro-forward-fast:before{content:"\f0ab"}.fapro-forward-step:before{content:"\f0ac"}.fapro-forward:before{content:"\f0ad"}.fapro-fragile:before{content:"\f0ae"}.fapro-frame:before{content:"\f0af"}.fapro-franc-sign:before{content:"\f0b0"}.fapro-french-fries:before{content:"\f0b1"}.fapro-frog:before{content:"\f0b2"}.fapro-frosty-head:before{content:"\f0b3"}.fapro-frown-open:before{content:"\f0b4"}.fapro-frown:before{content:"\f0b5"}.fapro-function:before{content:"\f0b6"}.fapro-funnel-dollar:before{content:"\f0b7"}.fapro-futbol-ball:before{content:"\f0b8"}.fapro-futbol:before{content:"\f0b9"}.fapro-g:before{content:"\f0ba"}.fapro-galaxy:before{content:"\f0bb"}.fapro-gallery-thumbnails:before{content:"\f0bc"}.fapro-game-board-alt:before{content:"\f0bd"}.fapro-game-board-simple:before{content:"\f0be"}.fapro-game-board:before{content:"\f0bf"}.fapro-game-console-handheld-crank:before{content:"\f0c0"}.fapro-game-console-handheld:before{content:"\f0c1"}.fapro-gamepad-alt:before{content:"\f0c2"}.fapro-gamepad-modern:before{content:"\f0c3"}.fapro-gamepad:before{content:"\f0c4"}.fapro-garage-car:before{content:"\f0c5"}.fapro-garage-empty:before{content:"\f0c6"}.fapro-garage-open:before{content:"\f0c7"}.fapro-garage:before{content:"\f0c8"}.fapro-garlic:before{content:"\f0c9"}.fapro-gas-pump-left:before{content:"\f0ca"}.fapro-gas-pump-right:before{content:"\f0cb"}.fapro-gas-pump-slash:before{content:"\f0cc"}.fapro-gas-pump:before{content:"\f0cd"}.fapro-gauge-circle-bolt:before{content:"\f0ce"}.fapro-gauge-circle-minus:before{content:"\f0cf"}.fapro-gauge-circle-plus:before{content:"\f0d0"}.fapro-gauge-high:before{content:"\f0d1"}.fapro-gauge-low:before{content:"\f0d2"}.fapro-gauge-max:before{content:"\f0d3"}.fapro-gauge-med:before{content:"\f0d4"}.fapro-gauge-min:before{content:"\f0d5"}.fapro-gauge-simple-high:before{content:"\f0d6"}.fapro-gauge-simple-low:before{content:"\f0d7"}.fapro-gauge-simple-max:before{content:"\f0d8"}.fapro-gauge-simple-med:before{content:"\f0d9"}.fapro-gauge-simple-min:before{content:"\f0da"}.fapro-gauge-simple:before{content:"\f0db"}.fapro-gauge:before{content:"\f0dc"}.fapro-gave-dandy:before{content:"\f0dd"}.fapro-gavel:before{content:"\f0de"}.fapro-gbp:before{content:"\f0df"}.fapro-gear-api:before{content:"\f0e0"}.fapro-gear-code:before{content:"\f0e1"}.fapro-gear-complex-api:before{content:"\f0e2"}.fapro-gear-complex-code:before{content:"\f0e3"}.fapro-gear-complex:before{content:"\f0e4"}.fapro-gear:before{content:"\f0e5"}.fapro-gears:before{content:"\f0e6"}.fapro-gem:before{content:"\f0e7"}.fapro-gemini:before{content:"\f0e8"}.fapro-genderless:before{content:"\f0e9"}.fapro-ghost:before{content:"\f0ea"}.fapro-gif:before{content:"\f0eb"}.fapro-gift-card:before{content:"\f0ec"}.fapro-gift:before{content:"\f0ed"}.fapro-gifts:before{content:"\f0ee"}.fapro-gingerbread-man:before{content:"\f0ef"}.fapro-glass-champagne:before{content:"\f0f0"}.fapro-glass-cheers:before{content:"\f0f1"}.fapro-glass-citrus:before{content:"\f0f2"}.fapro-glass-empty:before{content:"\f0f3"}.fapro-glass-half-empty:before{content:"\f0f4"}.fapro-glass-half-full:before{content:"\f0f5"}.fapro-glass-half:before{content:"\f0f6"}.fapro-glass-martini-alt:before{content:"\f0f7"}.fapro-glass-martini:before{content:"\f0f8"}.fapro-glass-water-droplet:before{content:"\f0f9"}.fapro-glass-water:before{content:"\f0fa"}.fapro-glass-whiskey-rocks:before{content:"\f0fb"}.fapro-glass-whiskey:before{content:"\f0fc"}.fapro-glass:before{content:"\f0fd"}.fapro-glasses-alt:before{content:"\f0fe"}.fapro-glasses-round:before{content:"\f0ff"}.fapro-glasses:before{content:"\f100"}.fapro-globe-africa:before{content:"\f101"}.fapro-globe-americas:before{content:"\f102"}.fapro-globe-asia:before{content:"\f103"}.fapro-globe-europe:before{content:"\f104"}.fapro-globe-oceania:before{content:"\f105"}.fapro-globe-pointer:before{content:"\f106"}.fapro-globe-snow:before{content:"\f107"}.fapro-globe-stand:before{content:"\f108"}.fapro-globe-wifi:before{content:"\f109"}.fapro-globe-www:before{content:"\f10a"}.fapro-globe:before{content:"\f10b"}.fapro-glove-boxing:before{content:"\f10c"}.fapro-goal-net:before{content:"\f10d"}.fapro-golf-ball-tee:before{content:"\f10e"}.fapro-golf-ball:before{content:"\f10f"}.fapro-golf-club:before{content:"\f110"}.fapro-golf-flag-hole:before{content:"\f111"}.fapro-gopuram:before{content:"\f112"}.fapro-gpu:before{content:"\f113"}.fapro-graduation-cap:before{content:"\f114"}.fapro-gramophone:before{content:"\f115"}.fapro-grapes:before{content:"\f116"}.fapro-grate-droplet:before{content:"\f117"}.fapro-grate:before{content:"\f118"}.fapro-greater-than-equal:before{content:"\f119"}.fapro-greater-than:before{content:"\f11a"}.fapro-grid-2-minus:before{content:"\f11b"}.fapro-grid-2-plus:before{content:"\f11c"}.fapro-grid-2:before{content:"\f11d"}.fapro-grid-3:before{content:"\f11e"}.fapro-grid-4:before{content:"\f11f"}.fapro-grid-5:before{content:"\f120"}.fapro-grid-dividers:before{content:"\f121"}.fapro-grid-horizontal:before{content:"\f122"}.fapro-grid-round-2-minus:before{content:"\f123"}.fapro-grid-round-2-plus:before{content:"\f124"}.fapro-grid-round-2:before{content:"\f125"}.fapro-grid-round-4:before{content:"\f126"}.fapro-grid-round-5:before{content:"\f127"}.fapro-grid-round:before{content:"\f128"}.fapro-grid-vertical:before{content:"\f129"}.fapro-grid:before{content:"\f12a"}.fapro-grill-fire:before{content:"\f12b"}.fapro-grill-hot:before{content:"\f12c"}.fapro-grill:before{content:"\f12d"}.fapro-grimace:before{content:"\f12e"}.fapro-grin-alt:before{content:"\f12f"}.fapro-grin-beam-sweat:before{content:"\f130"}.fapro-grin-beam:before{content:"\f131"}.fapro-grin-hearts:before{content:"\f132"}.fapro-grin-squint-tears:before{content:"\f133"}.fapro-grin-squint:before{content:"\f134"}.fapro-grin-stars:before{content:"\f135"}.fapro-grin-tears:before{content:"\f136"}.fapro-grin-tongue-squint:before{content:"\f137"}.fapro-grin-tongue-wink:before{content:"\f138"}.fapro-grin-tongue:before{content:"\f139"}.fapro-grin-wink:before{content:"\f13a"}.fapro-grin:before{content:"\f13b"}.fapro-grip-dots-vertical:before{content:"\f13c"}.fapro-grip-dots:before{content:"\f13d"}.fapro-grip-horizontal:before{content:"\f13e"}.fapro-grip-lines-vertical:before{content:"\f13f"}.fapro-grip-lines:before{content:"\f140"}.fapro-grip-vertical:before{content:"\f141"}.fapro-grip:before{content:"\f142"}.fapro-group-arrows-rotate:before{content:"\f143"}.fapro-guarani-sign:before{content:"\f144"}.fapro-guitar-electric:before{content:"\f145"}.fapro-guitar:before{content:"\f146"}.fapro-guitars:before{content:"\f147"}.fapro-gun-slash:before{content:"\f148"}.fapro-gun-squirt:before{content:"\f149"}.fapro-gun:before{content:"\f14a"}.fapro-h-square:before{content:"\f14b"}.fapro-h:before{content:"\f14c"}.fapro-h1:before{content:"\f14d"}.fapro-h2:before{content:"\f14e"}.fapro-h3:before{content:"\f14f"}.fapro-h4:before{content:"\f150"}.fapro-h5:before{content:"\f151"}.fapro-h6:before{content:"\f152"}.fapro-hamburger:before{content:"\f153"}.fapro-hammer-brush:before{content:"\f154"}.fapro-hammer-crash:before{content:"\f155"}.fapro-hammer-war:before{content:"\f156"}.fapro-hammer:before{content:"\f157"}.fapro-hamsa:before{content:"\f158"}.fapro-hand-back-fist:before{content:"\f159"}.fapro-hand-back-point-down:before{content:"\f15a"}.fapro-hand-back-point-left:before{content:"\f15b"}.fapro-hand-back-point-ribbon:before{content:"\f15c"}.fapro-hand-back-point-right:before{content:"\f15d"}.fapro-hand-back-point-up:before{content:"\f15e"}.fapro-hand-dots:before{content:"\f15f"}.fapro-hand-fingers-crossed:before{content:"\f160"}.fapro-hand-fist:before{content:"\f161"}.fapro-hand-heart:before{content:"\f162"}.fapro-hand-holding-box:before{content:"\f163"}.fapro-hand-holding-circle-dollar:before{content:"\f164"}.fapro-hand-holding-dollar:before{content:"\f165"}.fapro-hand-holding-droplet:before{content:"\f166"}.fapro-hand-holding-hand:before{content:"\f167"}.fapro-hand-holding-heart:before{content:"\f168"}.fapro-hand-holding-magic:before{content:"\f169"}.fapro-hand-holding-medical:before{content:"\f16a"}.fapro-hand-holding-seedling:before{content:"\f16b"}.fapro-hand-holding-skull:before{content:"\f16c"}.fapro-hand-holding-star:before{content:"\f16d"}.fapro-hand-holding-usd:before{content:"\f16e"}.fapro-hand-holding-water:before{content:"\f16f"}.fapro-hand-holding:before{content:"\f170"}.fapro-hand-horns:before{content:"\f171"}.fapro-hand-lizard:before{content:"\f172"}.fapro-hand-love:before{content:"\f173"}.fapro-hand-middle-finger:before{content:"\f174"}.fapro-hand-paper:before{content:"\f175"}.fapro-hand-peace:before{content:"\f176"}.fapro-hand-point-down:before{content:"\f177"}.fapro-hand-point-left:before{content:"\f178"}.fapro-hand-point-ribbon:before{content:"\f179"}.fapro-hand-point-right:before{content:"\f17a"}.fapro-hand-point-up:before{content:"\f17b"}.fapro-hand-pointer:before{content:"\f17c"}.fapro-hand-receiving:before{content:"\f17d"}.fapro-hand-rock:before{content:"\f17e"}.fapro-hand-scissors:before{content:"\f17f"}.fapro-hand-shaka:before{content:"\f180"}.fapro-hand-sparkles:before{content:"\f181"}.fapro-hand-spock:before{content:"\f182"}.fapro-hand-wave:before{content:"\f183"}.fapro-hand:before{content:"\f184"}.fapro-handcuffs:before{content:"\f185"}.fapro-hands-american-sign-language-interpreting:before{content:"\f186"}.fapro-hands-asl-interpreting:before{content:"\f187"}.fapro-hands-bound:before{content:"\f188"}.fapro-hands-bubbles:before{content:"\f189"}.fapro-hands-clapping:before{content:"\f18a"}.fapro-hands-heart:before{content:"\f18b"}.fapro-hands-helping:before{content:"\f18c"}.fapro-hands-holding-child:before{content:"\f18d"}.fapro-hands-holding-circle:before{content:"\f18e"}.fapro-hands-holding-diamond:before{content:"\f18f"}.fapro-hands-holding-dollar:before{content:"\f190"}.fapro-hands-holding-heart:before{content:"\f191"}.fapro-hands-holding:before{content:"\f192"}.fapro-hands-praying:before{content:"\f193"}.fapro-hands-usd:before{content:"\f194"}.fapro-hands-wash:before{content:"\f195"}.fapro-hands:before{content:"\f196"}.fapro-handshake-alt-slash:before{content:"\f197"}.fapro-handshake-alt:before{content:"\f198"}.fapro-handshake-angle:before{content:"\f199"}.fapro-handshake-simple-slash:before{content:"\f19a"}.fapro-handshake-simple:before{content:"\f19b"}.fapro-handshake-slash:before{content:"\f19c"}.fapro-handshake:before{content:"\f19d"}.fapro-hanukiah:before{content:"\f19e"}.fapro-hard-drive:before{content:"\f19f"}.fapro-hard-hat:before{content:"\f1a0"}.fapro-hard-of-hearing:before{content:"\f1a1"}.fapro-hashtag-lock:before{content:"\f1a2"}.fapro-hashtag:before{content:"\f1a3"}.fapro-hat-beach:before{content:"\f1a4"}.fapro-hat-chef:before{content:"\f1a5"}.fapro-hat-cowboy-side:before{content:"\f1a6"}.fapro-hat-cowboy:before{content:"\f1a7"}.fapro-hat-hard:before{content:"\f1a8"}.fapro-hat-santa:before{content:"\f1a9"}.fapro-hat-winter:before{content:"\f1aa"}.fapro-hat-witch:before{content:"\f1ab"}.fapro-hat-wizard:before{content:"\f1ac"}.fapro-haykal:before{content:"\f1ad"}.fapro-hdd:before{content:"\f1ae"}.fapro-head-side-brain:before{content:"\f1af"}.fapro-head-side-circuit:before{content:"\f1b0"}.fapro-head-side-cough-slash:before{content:"\f1b1"}.fapro-head-side-cough:before{content:"\f1b2"}.fapro-head-side-gear:before{content:"\f1b3"}.fapro-head-side-goggles:before{content:"\f1b4"}.fapro-head-side-headphones:before{content:"\f1b5"}.fapro-head-side-heart:before{content:"\f1b6"}.fapro-head-side-mask:before{content:"\f1b7"}.fapro-head-side-medical:before{content:"\f1b8"}.fapro-head-side-speak:before{content:"\f1b9"}.fapro-head-side-virus:before{content:"\f1ba"}.fapro-head-side:before{content:"\f1bb"}.fapro-head-vr:before{content:"\f1bc"}.fapro-header:before{content:"\f1bd"}.fapro-heading:before{content:"\f1be"}.fapro-headphones-alt:before{content:"\f1bf"}.fapro-headphones-simple:before{content:"\f1c0"}.fapro-headphones-slash:before{content:"\f1c1"}.fapro-headphones:before{content:"\f1c2"}.fapro-headset:before{content:"\f1c3"}.fapro-heart-broken:before{content:"\f1c4"}.fapro-heart-circle-bolt:before{content:"\f1c5"}.fapro-heart-circle-check:before{content:"\f1c6"}.fapro-heart-circle-exclamation:before{content:"\f1c7"}.fapro-heart-circle-minus:before{content:"\f1c8"}.fapro-heart-circle-plus:before{content:"\f1c9"}.fapro-heart-circle-xmark:before{content:"\f1ca"}.fapro-heart-circle:before{content:"\f1cb"}.fapro-heart-crack:before{content:"\f1cc"}.fapro-heart-half-alt:before{content:"\f1cd"}.fapro-heart-half-stroke:before{content:"\f1ce"}.fapro-heart-half:before{content:"\f1cf"}.fapro-heart-music-camera-bolt:before{content:"\f1d0"}.fapro-heart-pulse:before{content:"\f1d1"}.fapro-heart-rate:before{content:"\f1d2"}.fapro-heart-slash:before{content:"\f1d3"}.fapro-heart-square:before{content:"\f1d4"}.fapro-heart:before{content:"\f1d5"}.fapro-heartbeat:before{content:"\f1d6"}.fapro-hearts:before{content:"\f1d7"}.fapro-heat:before{content:"\f1d8"}.fapro-helicopter-symbol:before{content:"\f1d9"}.fapro-helicopter:before{content:"\f1da"}.fapro-helmet-battle:before{content:"\f1db"}.fapro-helmet-safety:before{content:"\f1dc"}.fapro-helmet-un:before{content:"\f1dd"}.fapro-heptagon:before{content:"\f1de"}.fapro-hexagon-check:before{content:"\f1df"}.fapro-hexagon-divide:before{content:"\f1e0"}.fapro-hexagon-equals:before{content:"\f1e1"}.fapro-hexagon-exclamation:before{content:"\f1e2"}.fapro-hexagon-image:before{content:"\f1e3"}.fapro-hexagon-minus:before{content:"\f1e4"}.fapro-hexagon-nodes-bolt:before{content:"\f1e5"}.fapro-hexagon-nodes:before{content:"\f1e6"}.fapro-hexagon-plus:before{content:"\f1e7"}.fapro-hexagon-vertical-nft-slanted:before{content:"\f1e8"}.fapro-hexagon-vertical-nft:before{content:"\f1e9"}.fapro-hexagon-xmark:before{content:"\f1ea"}.fapro-hexagon:before{content:"\f1eb"}.fapro-high-definition:before{content:"\f1ec"}.fapro-highlighter-line:before{content:"\f1ed"}.fapro-highlighter:before{content:"\f1ee"}.fapro-hiking:before{content:"\f1ef"}.fapro-hill-avalanche:before{content:"\f1f0"}.fapro-hill-rockslide:before{content:"\f1f1"}.fapro-hippo:before{content:"\f1f2"}.fapro-history:before{content:"\f1f3"}.fapro-hockey-mask:before{content:"\f1f4"}.fapro-hockey-puck:before{content:"\f1f5"}.fapro-hockey-stick-puck:before{content:"\f1f6"}.fapro-hockey-stick:before{content:"\f1f7"}.fapro-hockey-sticks:before{content:"\f1f8"}.fapro-holly-berry:before{content:"\f1f9"}.fapro-home-alt:before{content:"\f1fa"}.fapro-home-blank:before{content:"\f1fb"}.fapro-home-heart:before{content:"\f1fc"}.fapro-home-lg-alt:before{content:"\f1fd"}.fapro-home-lg:before{content:"\f1fe"}.fapro-home-user:before{content:"\f1ff"}.fapro-home:before{content:"\f200"}.fapro-honey-pot:before{content:"\f201"}.fapro-hood-cloak:before{content:"\f202"}.fapro-horizontal-rule:before{content:"\f203"}.fapro-horse-head:before{content:"\f204"}.fapro-horse-saddle:before{content:"\f205"}.fapro-horse:before{content:"\f206"}.fapro-horseshoe:before{content:"\f207"}.fapro-hose-reel:before{content:"\f208"}.fapro-hose:before{content:"\f209"}.fapro-hospital-alt:before{content:"\f20a"}.fapro-hospital-symbol:before{content:"\f20b"}.fapro-hospital-user:before{content:"\f20c"}.fapro-hospital-wide:before{content:"\f20d"}.fapro-hospital:before{content:"\f20e"}.fapro-hospitals:before{content:"\f20f"}.fapro-hot-tub-person:before{content:"\f210"}.fapro-hot-tub:before{content:"\f211"}.fapro-hotdog:before{content:"\f212"}.fapro-hotel:before{content:"\f213"}.fapro-hourglass-1:before{content:"\f214"}.fapro-hourglass-2:before{content:"\f215"}.fapro-hourglass-3:before{content:"\f216"}.fapro-hourglass-clock:before{content:"\f217"}.fapro-hourglass-empty:before{content:"\f218"}.fapro-hourglass-end:before{content:"\f219"}.fapro-hourglass-half:before{content:"\f21a"}.fapro-hourglass-start:before{content:"\f21b"}.fapro-hourglass:before{content:"\f21c"}.fapro-house-blank:before{content:"\f21d"}.fapro-house-building:before{content:"\f21e"}.fapro-house-chimney-blank:before{content:"\f21f"}.fapro-house-chimney-crack:before{content:"\f220"}.fapro-house-chimney-heart:before{content:"\f221"}.fapro-house-chimney-medical:before{content:"\f222"}.fapro-house-chimney-user:before{content:"\f223"}.fapro-house-chimney-window:before{content:"\f224"}.fapro-house-chimney:before{content:"\f225"}.fapro-house-circle-check:before{content:"\f226"}.fapro-house-circle-exclamation:before{content:"\f227"}.fapro-house-circle-xmark:before{content:"\f228"}.fapro-house-crack:before{content:"\f229"}.fapro-house-damage:before{content:"\f22a"}.fapro-house-day:before{content:"\f22b"}.fapro-house-fire:before{content:"\f22c"}.fapro-house-flag:before{content:"\f22d"}.fapro-house-flood-water-circle-arrow-right:before{content:"\f22e"}.fapro-house-flood-water:before{content:"\f22f"}.fapro-house-flood:before{content:"\f230"}.fapro-house-heart:before{content:"\f231"}.fapro-house-laptop:before{content:"\f232"}.fapro-house-leave:before{content:"\f233"}.fapro-house-lock:before{content:"\f234"}.fapro-house-medical-circle-check:before{content:"\f235"}.fapro-house-medical-circle-exclamation:before{content:"\f236"}.fapro-house-medical-circle-xmark:before{content:"\f237"}.fapro-house-medical-flag:before{content:"\f238"}.fapro-house-medical:before{content:"\f239"}.fapro-house-night:before{content:"\f23a"}.fapro-house-person-arrive:before{content:"\f23b"}.fapro-house-person-depart:before{content:"\f23c"}.fapro-house-person-leave:before{content:"\f23d"}.fapro-house-person-return:before{content:"\f23e"}.fapro-house-return:before{content:"\f23f"}.fapro-house-signal:before{content:"\f240"}.fapro-house-tree:before{content:"\f241"}.fapro-house-tsunami:before{content:"\f242"}.fapro-house-turret:before{content:"\f243"}.fapro-house-unlock:before{content:"\f244"}.fapro-house-user:before{content:"\f245"}.fapro-house-water:before{content:"\f246"}.fapro-house-window:before{content:"\f247"}.fapro-house:before{content:"\f248"}.fapro-hryvnia-sign:before{content:"\f249"}.fapro-hryvnia:before{content:"\f24a"}.fapro-humidity:before{content:"\f24b"}.fapro-hundred-points:before{content:"\f24c"}.fapro-hurricane:before{content:"\f24d"}.fapro-hydra:before{content:"\f24e"}.fapro-hyphen:before{content:"\f24f"}.fapro-i-cursor:before{content:"\f250"}.fapro-i:before{content:"\f251"}.fapro-ice-cream:before{content:"\f252"}.fapro-ice-skate:before{content:"\f253"}.fapro-icicles:before{content:"\f254"}.fapro-icons-alt:before{content:"\f255"}.fapro-icons:before{content:"\f256"}.fapro-id-badge:before{content:"\f257"}.fapro-id-card-alt:before{content:"\f258"}.fapro-id-card-clip:before{content:"\f259"}.fapro-id-card:before{content:"\f25a"}.fapro-igloo:before{content:"\f25b"}.fapro-ils:before{content:"\f25c"}.fapro-image-broken:before{content:"\f25d"}.fapro-image-circle-arrow-down:before{content:"\f25e"}.fapro-image-circle-check:before{content:"\f25f"}.fapro-image-circle-plus:before{content:"\f260"}.fapro-image-circle-xmark:before{content:"\f261"}.fapro-image-landscape:before{content:"\f262"}.fapro-image-music:before{content:"\f263"}.fapro-image-polaroid-user:before{content:"\f264"}.fapro-image-polaroid:before{content:"\f265"}.fapro-image-portrait:before{content:"\f266"}.fapro-image-slash:before{content:"\f267"}.fapro-image-stack:before{content:"\f268"}.fapro-image-user:before{content:"\f269"}.fapro-image:before{content:"\f26a"}.fapro-images-user:before{content:"\f26b"}.fapro-images:before{content:"\f26c"}.fapro-inbox-arrow-down:before{content:"\f26d"}.fapro-inbox-arrow-up:before{content:"\f26e"}.fapro-inbox-full:before{content:"\f26f"}.fapro-inbox-in:before{content:"\f270"}.fapro-inbox-out:before{content:"\f271"}.fapro-inbox:before{content:"\f272"}.fapro-inboxes:before{content:"\f273"}.fapro-indent:before{content:"\f274"}.fapro-indian-rupee-sign:before{content:"\f275"}.fapro-indian-rupee:before{content:"\f276"}.fapro-industry-alt:before{content:"\f277"}.fapro-industry-windows:before{content:"\f278"}.fapro-industry:before{content:"\f279"}.fapro-infinity:before{content:"\f27a"}.fapro-info-circle:before{content:"\f27b"}.fapro-info-square:before{content:"\f27c"}.fapro-info:before{content:"\f27d"}.fapro-inhaler:before{content:"\f27e"}.fapro-input-numeric:before{content:"\f27f"}.fapro-input-password:before{content:"\f280"}.fapro-input-pipe:before{content:"\f281"}.fapro-input-text:before{content:"\f282"}.fapro-inr:before{content:"\f283"}.fapro-institution:before{content:"\f284"}.fapro-integral:before{content:"\f285"}.fapro-interrobang:before{content:"\f286"}.fapro-intersection:before{content:"\f287"}.fapro-inventory:before{content:"\f288"}.fapro-island-tree-palm:before{content:"\f289"}.fapro-island-tropical:before{content:"\f28a"}.fapro-italic:before{content:"\f28b"}.fapro-j:before{content:"\f28c"}.fapro-jack-o-lantern:before{content:"\f28d"}.fapro-jar-wheat:before{content:"\f28e"}.fapro-jar:before{content:"\f28f"}.fapro-jeans-straight:before{content:"\f290"}.fapro-jeans:before{content:"\f291"}.fapro-jedi:before{content:"\f292"}.fapro-jet-fighter-up:before{content:"\f293"}.fapro-jet-fighter:before{content:"\f294"}.fapro-joint:before{content:"\f295"}.fapro-journal-whills:before{content:"\f296"}.fapro-joystick:before{content:"\f297"}.fapro-jpy:before{content:"\f298"}.fapro-jug-bottle:before{content:"\f299"}.fapro-jug-detergent:before{content:"\f29a"}.fapro-jug:before{content:"\f29b"}.fapro-k:before{content:"\f29c"}.fapro-kaaba:before{content:"\f29d"}.fapro-kayak:before{content:"\f29e"}.fapro-kazoo:before{content:"\f29f"}.fapro-kerning:before{content:"\f2a0"}.fapro-kettlebell:before{content:"\f2a1"}.fapro-key-skeleton-left-right:before{content:"\f2a2"}.fapro-key-skeleton:before{content:"\f2a3"}.fapro-key:before{content:"\f2a4"}.fapro-keyboard-brightness-low:before{content:"\f2a5"}.fapro-keyboard-brightness:before{content:"\f2a6"}.fapro-keyboard-down:before{content:"\f2a7"}.fapro-keyboard-left:before{content:"\f2a8"}.fapro-keyboard:before{content:"\f2a9"}.fapro-keynote:before{content:"\f2aa"}.fapro-khanda:before{content:"\f2ab"}.fapro-kidneys:before{content:"\f2ac"}.fapro-kip-sign:before{content:"\f2ad"}.fapro-kiss-beam:before{content:"\f2ae"}.fapro-kiss-wink-heart:before{content:"\f2af"}.fapro-kiss:before{content:"\f2b0"}.fapro-kit-medical:before{content:"\f2b1"}.fapro-kitchen-set:before{content:"\f2b2"}.fapro-kite:before{content:"\f2b3"}.fapro-kiwi-bird:before{content:"\f2b4"}.fapro-kiwi-fruit:before{content:"\f2b5"}.fapro-knife-kitchen:before{content:"\f2b6"}.fapro-knife:before{content:"\f2b7"}.fapro-krw:before{content:"\f2b8"}.fapro-l:before{content:"\f2b9"}.fapro-label:before{content:"\f2ba"}.fapro-lacrosse-stick-ball:before{content:"\f2bb"}.fapro-lacrosse-stick:before{content:"\f2bc"}.fapro-ladder-water:before{content:"\f2bd"}.fapro-lambda:before{content:"\f2be"}.fapro-lamp-desk:before{content:"\f2bf"}.fapro-lamp-floor:before{content:"\f2c0"}.fapro-lamp-street:before{content:"\f2c1"}.fapro-lamp:before{content:"\f2c2"}.fapro-land-mine-on:before{content:"\f2c3"}.fapro-landmark-alt:before{content:"\f2c4"}.fapro-landmark-dome:before{content:"\f2c5"}.fapro-landmark-flag:before{content:"\f2c6"}.fapro-landmark-magnifying-glass:before{content:"\f2c7"}.fapro-landmark:before{content:"\f2c8"}.fapro-landscape:before{content:"\f2c9"}.fapro-language:before{content:"\f2ca"}.fapro-laptop-arrow-down:before{content:"\f2cb"}.fapro-laptop-binary:before{content:"\f2cc"}.fapro-laptop-code:before{content:"\f2cd"}.fapro-laptop-file:before{content:"\f2ce"}.fapro-laptop-house:before{content:"\f2cf"}.fapro-laptop-medical:before{content:"\f2d0"}.fapro-laptop-mobile:before{content:"\f2d1"}.fapro-laptop-slash:before{content:"\f2d2"}.fapro-laptop:before{content:"\f2d3"}.fapro-lari-sign:before{content:"\f2d4"}.fapro-lasso-sparkles:before{content:"\f2d5"}.fapro-lasso:before{content:"\f2d6"}.fapro-laugh-beam:before{content:"\f2d7"}.fapro-laugh-squint:before{content:"\f2d8"}.fapro-laugh-wink:before{content:"\f2d9"}.fapro-laugh:before{content:"\f2da"}.fapro-layer-group-minus:before{content:"\f2db"}.fapro-layer-group-plus:before{content:"\f2dc"}.fapro-layer-group:before{content:"\f2dd"}.fapro-layer-minus:before{content:"\f2de"}.fapro-layer-plus:before{content:"\f2df"}.fapro-layer:before{content:"\f2e0"}.fapro-leaf-heart:before{content:"\f2e1"}.fapro-leaf-maple:before{content:"\f2e2"}.fapro-leaf-oak:before{content:"\f2e3"}.fapro-leaf:before{content:"\f2e4"}.fapro-leafy-green:before{content:"\f2e5"}.fapro-left-from-bracket:before{content:"\f2e6"}.fapro-left-from-dotted-line:before{content:"\f2e7"}.fapro-left-from-line:before{content:"\f2e8"}.fapro-left-long-to-line:before{content:"\f2e9"}.fapro-left-long:before{content:"\f2ea"}.fapro-left-right:before{content:"\f2eb"}.fapro-left-to-bracket:before{content:"\f2ec"}.fapro-left-to-dotted-line:before{content:"\f2ed"}.fapro-left-to-line:before{content:"\f2ee"}.fapro-left:before{content:"\f2ef"}.fapro-legal:before{content:"\f2f0"}.fapro-lemon:before{content:"\f2f1"}.fapro-leo:before{content:"\f2f2"}.fapro-less-than-equal:before{content:"\f2f3"}.fapro-less-than:before{content:"\f2f4"}.fapro-level-down-alt:before{content:"\f2f5"}.fapro-level-down:before{content:"\f2f6"}.fapro-level-up-alt:before{content:"\f2f7"}.fapro-level-up:before{content:"\f2f8"}.fapro-libra:before{content:"\f2f9"}.fapro-life-ring:before{content:"\f2fa"}.fapro-light-ceiling:before{content:"\f2fb"}.fapro-light-emergency-on:before{content:"\f2fc"}.fapro-light-emergency:before{content:"\f2fd"}.fapro-light-switch-off:before{content:"\f2fe"}.fapro-light-switch-on:before{content:"\f2ff"}.fapro-light-switch:before{content:"\f300"}.fapro-lightbulb-cfl-on:before{content:"\f301"}.fapro-lightbulb-cfl:before{content:"\f302"}.fapro-lightbulb-dollar:before{content:"\f303"}.fapro-lightbulb-exclamation-on:before{content:"\f304"}.fapro-lightbulb-exclamation:before{content:"\f305"}.fapro-lightbulb-gear:before{content:"\f306"}.fapro-lightbulb-message:before{content:"\f307"}.fapro-lightbulb-on:before{content:"\f308"}.fapro-lightbulb-slash:before{content:"\f309"}.fapro-lightbulb:before{content:"\f30a"}.fapro-lighthouse:before{content:"\f30b"}.fapro-lights-holiday:before{content:"\f30c"}.fapro-line-chart:before{content:"\f30d"}.fapro-line-columns:before{content:"\f30e"}.fapro-line-height:before{content:"\f30f"}.fapro-lines-leaning:before{content:"\f310"}.fapro-link-broken:before{content:"\f311"}.fapro-link-horizontal-slash:before{content:"\f312"}.fapro-link-horizontal:before{content:"\f313"}.fapro-link-simple-slash:before{content:"\f314"}.fapro-link-simple:before{content:"\f315"}.fapro-link-slash:before{content:"\f316"}.fapro-link:before{content:"\f317"}.fapro-lips:before{content:"\f318"}.fapro-lira-sign:before{content:"\f319"}.fapro-list-1-2:before{content:"\f31a"}.fapro-list-alt:before{content:"\f31b"}.fapro-list-check:before{content:"\f31c"}.fapro-list-dots:before{content:"\f31d"}.fapro-list-dropdown:before{content:"\f31e"}.fapro-list-music:before{content:"\f31f"}.fapro-list-numeric:before{content:"\f320"}.fapro-list-ol:before{content:"\f321"}.fapro-list-radio:before{content:"\f322"}.fapro-list-squares:before{content:"\f323"}.fapro-list-timeline:before{content:"\f324"}.fapro-list-tree:before{content:"\f325"}.fapro-list-ul:before{content:"\f326"}.fapro-list:before{content:"\f327"}.fapro-litecoin-sign:before{content:"\f328"}.fapro-loader:before{content:"\f329"}.fapro-lobster:before{content:"\f32a"}.fapro-location-arrow-slash:before{content:"\f32b"}.fapro-location-arrow-up:before{content:"\f32c"}.fapro-location-arrow:before{content:"\f32d"}.fapro-location-check:before{content:"\f32e"}.fapro-location-circle:before{content:"\f32f"}.fapro-location-crosshairs-slash:before{content:"\f330"}.fapro-location-crosshairs:before{content:"\f331"}.fapro-location-dot-slash:before{content:"\f332"}.fapro-location-dot:before{content:"\f333"}.fapro-location-exclamation:before{content:"\f334"}.fapro-location-minus:before{content:"\f335"}.fapro-location-pen:before{content:"\f336"}.fapro-location-pin-lock:before{content:"\f337"}.fapro-location-pin-slash:before{content:"\f338"}.fapro-location-pin:before{content:"\f339"}.fapro-location-plus:before{content:"\f33a"}.fapro-location-question:before{content:"\f33b"}.fapro-location-slash:before{content:"\f33c"}.fapro-location-smile:before{content:"\f33d"}.fapro-location-xmark:before{content:"\f33e"}.fapro-location:before{content:"\f33f"}.fapro-lock-a:before{content:"\f340"}.fapro-lock-alt:before{content:"\f341"}.fapro-lock-hashtag:before{content:"\f342"}.fapro-lock-keyhole-open:before{content:"\f343"}.fapro-lock-keyhole:before{content:"\f344"}.fapro-lock-open-alt:before{content:"\f345"}.fapro-lock-open:before{content:"\f346"}.fapro-lock:before{content:"\f347"}.fapro-locust:before{content:"\f348"}.fapro-lollipop:before{content:"\f349"}.fapro-lollypop:before{content:"\f34a"}.fapro-long-arrow-alt-down:before{content:"\f34b"}.fapro-long-arrow-alt-left:before{content:"\f34c"}.fapro-long-arrow-alt-right:before{content:"\f34d"}.fapro-long-arrow-alt-up:before{content:"\f34e"}.fapro-long-arrow-down:before{content:"\f34f"}.fapro-long-arrow-left:before{content:"\f350"}.fapro-long-arrow-right:before{content:"\f351"}.fapro-long-arrow-up:before{content:"\f352"}.fapro-loveseat:before{content:"\f353"}.fapro-low-vision:before{content:"\f354"}.fapro-luchador-mask:before{content:"\f355"}.fapro-luchador:before{content:"\f356"}.fapro-luggage-cart:before{content:"\f357"}.fapro-lungs-virus:before{content:"\f358"}.fapro-lungs:before{content:"\f359"}.fapro-lychee:before{content:"\f35a"}.fapro-m:before{content:"\f35b"}.fapro-mace:before{content:"\f35c"}.fapro-magic-wand-sparkles:before{content:"\f35d"}.fapro-magic:before{content:"\f35e"}.fapro-magnet:before{content:"\f35f"}.fapro-magnifying-glass-arrow-right:before{content:"\f360"}.fapro-magnifying-glass-arrows-rotate:before{content:"\f361"}.fapro-magnifying-glass-chart:before{content:"\f362"}.fapro-magnifying-glass-dollar:before{content:"\f363"}.fapro-magnifying-glass-location:before{content:"\f364"}.fapro-magnifying-glass-minus:before{content:"\f365"}.fapro-magnifying-glass-music:before{content:"\f366"}.fapro-magnifying-glass-play:before{content:"\f367"}.fapro-magnifying-glass-plus:before{content:"\f368"}.fapro-magnifying-glass-waveform:before{content:"\f369"}.fapro-magnifying-glass:before{content:"\f36a"}.fapro-mail-bulk:before{content:"\f36b"}.fapro-mail-forward:before{content:"\f36c"}.fapro-mail-reply-all:before{content:"\f36d"}.fapro-mail-reply:before{content:"\f36e"}.fapro-mailbox-flag-up:before{content:"\f36f"}.fapro-mailbox-open-empty:before{content:"\f370"}.fapro-mailbox-open-letter:before{content:"\f371"}.fapro-mailbox:before{content:"\f372"}.fapro-maki-roll:before{content:"\f373"}.fapro-makizushi:before{content:"\f374"}.fapro-malaysian-ringgit-sign:before{content:"\f375"}.fapro-male:before{content:"\f376"}.fapro-manat-sign:before{content:"\f377"}.fapro-mandolin:before{content:"\f378"}.fapro-mango:before{content:"\f379"}.fapro-manhole:before{content:"\f37a"}.fapro-map-location-dot:before{content:"\f37b"}.fapro-map-location:before{content:"\f37c"}.fapro-map-marked-alt:before{content:"\f37d"}.fapro-map-marked:before{content:"\f37e"}.fapro-map-marker-alt-slash:before{content:"\f37f"}.fapro-map-marker-alt:before{content:"\f380"}.fapro-map-marker-check:before{content:"\f381"}.fapro-map-marker-edit:before{content:"\f382"}.fapro-map-marker-exclamation:before{content:"\f383"}.fapro-map-marker-minus:before{content:"\f384"}.fapro-map-marker-plus:before{content:"\f385"}.fapro-map-marker-question:before{content:"\f386"}.fapro-map-marker-slash:before{content:"\f387"}.fapro-map-marker-smile:before{content:"\f388"}.fapro-map-marker-times:before{content:"\f389"}.fapro-map-marker-xmark:before{content:"\f38a"}.fapro-map-marker:before{content:"\f38b"}.fapro-map-pin:before{content:"\f38c"}.fapro-map-signs:before{content:"\f38d"}.fapro-map:before{content:"\f38e"}.fapro-marker:before{content:"\f38f"}.fapro-mars-and-venus-burst:before{content:"\f390"}.fapro-mars-and-venus:before{content:"\f391"}.fapro-mars-double:before{content:"\f392"}.fapro-mars-stroke-h:before{content:"\f393"}.fapro-mars-stroke-right:before{content:"\f394"}.fapro-mars-stroke-up:before{content:"\f395"}.fapro-mars-stroke-v:before{content:"\f396"}.fapro-mars-stroke:before{content:"\f397"}.fapro-mars:before{content:"\f398"}.fapro-martini-glass-citrus:before{content:"\f399"}.fapro-martini-glass-empty:before{content:"\f39a"}.fapro-martini-glass:before{content:"\f39b"}.fapro-mask-face:before{content:"\f39c"}.fapro-mask-luchador:before{content:"\f39d"}.fapro-mask-snorkel:before{content:"\f39e"}.fapro-mask-ventilator:before{content:"\f39f"}.fapro-mask:before{content:"\f3a0"}.fapro-masks-theater:before{content:"\f3a1"}.fapro-mattress-pillow:before{content:"\f3a2"}.fapro-maximize:before{content:"\f3a3"}.fapro-meat:before{content:"\f3a4"}.fapro-medal:before{content:"\f3a5"}.fapro-medkit:before{content:"\f3a6"}.fapro-megaphone:before{content:"\f3a7"}.fapro-meh-blank:before{content:"\f3a8"}.fapro-meh-rolling-eyes:before{content:"\f3a9"}.fapro-meh:before{content:"\f3aa"}.fapro-melon-slice:before{content:"\f3ab"}.fapro-melon:before{content:"\f3ac"}.fapro-memo-circle-check:before{content:"\f3ad"}.fapro-memo-circle-info:before{content:"\f3ae"}.fapro-memo-pad:before{content:"\f3af"}.fapro-memo:before{content:"\f3b0"}.fapro-memory:before{content:"\f3b1"}.fapro-menorah:before{content:"\f3b2"}.fapro-mercury:before{content:"\f3b3"}.fapro-merge:before{content:"\f3b4"}.fapro-message-arrow-down:before{content:"\f3b5"}.fapro-message-arrow-up-right:before{content:"\f3b6"}.fapro-message-arrow-up:before{content:"\f3b7"}.fapro-message-bot:before{content:"\f3b8"}.fapro-message-captions:before{content:"\f3b9"}.fapro-message-check:before{content:"\f3ba"}.fapro-message-code:before{content:"\f3bb"}.fapro-message-dollar:before{content:"\f3bc"}.fapro-message-dot:before{content:"\f3bd"}.fapro-message-dots:before{content:"\f3be"}.fapro-message-edit:before{content:"\f3bf"}.fapro-message-exclamation:before{content:"\f3c0"}.fapro-message-heart:before{content:"\f3c1"}.fapro-message-image:before{content:"\f3c2"}.fapro-message-lines:before{content:"\f3c3"}.fapro-message-medical:before{content:"\f3c4"}.fapro-message-middle-top:before{content:"\f3c5"}.fapro-message-middle:before{content:"\f3c6"}.fapro-message-minus:before{content:"\f3c7"}.fapro-message-music:before{content:"\f3c8"}.fapro-message-pen:before{content:"\f3c9"}.fapro-message-plus:before{content:"\f3ca"}.fapro-message-question:before{content:"\f3cb"}.fapro-message-quote:before{content:"\f3cc"}.fapro-message-slash:before{content:"\f3cd"}.fapro-message-smile:before{content:"\f3ce"}.fapro-message-sms:before{content:"\f3cf"}.fapro-message-text:before{content:"\f3d0"}.fapro-message-times:before{content:"\f3d1"}.fapro-message-waveform:before{content:"\f3d2"}.fapro-message-xmark:before{content:"\f3d3"}.fapro-message:before{content:"\f3d4"}.fapro-messages-dollar:before{content:"\f3d5"}.fapro-messages-question:before{content:"\f3d6"}.fapro-messages:before{content:"\f3d7"}.fapro-messaging:before{content:"\f3d8"}.fapro-meteor:before{content:"\f3d9"}.fapro-meter-bolt:before{content:"\f3da"}.fapro-meter-droplet:before{content:"\f3db"}.fapro-meter-fire:before{content:"\f3dc"}.fapro-meter:before{content:"\f3dd"}.fapro-microchip-ai:before{content:"\f3de"}.fapro-microchip:before{content:"\f3df"}.fapro-microphone-alt-slash:before{content:"\f3e0"}.fapro-microphone-alt:before{content:"\f3e1"}.fapro-microphone-circle-alt:before{content:"\f3e2"}.fapro-microphone-circle-plus:before{content:"\f3e3"}.fapro-microphone-circle-xmark:before{content:"\f3e4"}.fapro-microphone-circle:before{content:"\f3e5"}.fapro-microphone-lines-slash:before{content:"\f3e6"}.fapro-microphone-lines:before{content:"\f3e7"}.fapro-microphone-signal-meter:before{content:"\f3e8"}.fapro-microphone-slash:before{content:"\f3e9"}.fapro-microphone-stand:before{content:"\f3ea"}.fapro-microphone:before{content:"\f3eb"}.fapro-microscope:before{content:"\f3ec"}.fapro-microwave:before{content:"\f3ed"}.fapro-midi:before{content:"\f3ee"}.fapro-mill-sign:before{content:"\f3ef"}.fapro-mind-share:before{content:"\f3f0"}.fapro-minimize:before{content:"\f3f1"}.fapro-minus-circle:before{content:"\f3f2"}.fapro-minus-hexagon:before{content:"\f3f3"}.fapro-minus-large:before{content:"\f3f4"}.fapro-minus-octagon:before{content:"\f3f5"}.fapro-minus-square:before{content:"\f3f6"}.fapro-minus:before{content:"\f3f7"}.fapro-mistletoe:before{content:"\f3f8"}.fapro-mitten:before{content:"\f3f9"}.fapro-mobile-alt:before{content:"\f3fa"}.fapro-mobile-android-alt:before{content:"\f3fb"}.fapro-mobile-android:before{content:"\f3fc"}.fapro-mobile-arrow-down:before{content:"\f3fd"}.fapro-mobile-button:before{content:"\f3fe"}.fapro-mobile-iphone:before{content:"\f3ff"}.fapro-mobile-notch:before{content:"\f400"}.fapro-mobile-phone:before{content:"\f401"}.fapro-mobile-retro:before{content:"\f402"}.fapro-mobile-rotate-reverse:before{content:"\f403"}.fapro-mobile-rotate:before{content:"\f404"}.fapro-mobile-screen-button:before{content:"\f405"}.fapro-mobile-screen:before{content:"\f406"}.fapro-mobile-signal-out:before{content:"\f407"}.fapro-mobile-signal:before{content:"\f408"}.fapro-mobile-slash:before{content:"\f409"}.fapro-mobile-vibrate-slash:before{content:"\f40a"}.fapro-mobile-vibrate:before{content:"\f40b"}.fapro-mobile:before{content:"\f40c"}.fapro-money-bill-1-wave:before{content:"\f40d"}.fapro-money-bill-1:before{content:"\f40e"}.fapro-money-bill-alt:before{content:"\f40f"}.fapro-money-bill-simple-wave:before{content:"\f410"}.fapro-money-bill-simple:before{content:"\f411"}.fapro-money-bill-transfer:before{content:"\f412"}.fapro-money-bill-trend-up:before{content:"\f413"}.fapro-money-bill-wave-alt:before{content:"\f414"}.fapro-money-bill-wave:before{content:"\f415"}.fapro-money-bill-wheat:before{content:"\f416"}.fapro-money-bill:before{content:"\f417"}.fapro-money-bills-alt:before{content:"\f418"}.fapro-money-bills-simple:before{content:"\f419"}.fapro-money-bills:before{content:"\f41a"}.fapro-money-check-alt:before{content:"\f41b"}.fapro-money-check-dollar-pen:before{content:"\f41c"}.fapro-money-check-dollar:before{content:"\f41d"}.fapro-money-check-edit-alt:before{content:"\f41e"}.fapro-money-check-edit:before{content:"\f41f"}.fapro-money-check-pen:before{content:"\f420"}.fapro-money-check:before{content:"\f421"}.fapro-money-from-bracket:before{content:"\f422"}.fapro-money-simple-from-bracket:before{content:"\f423"}.fapro-monitor-heart-rate:before{content:"\f424"}.fapro-monitor-waveform:before{content:"\f425"}.fapro-monkey:before{content:"\f426"}.fapro-monument:before{content:"\f427"}.fapro-moon-cloud:before{content:"\f428"}.fapro-moon-first-quarter-inverse:before{content:"\f429"}.fapro-moon-first-quarter:before{content:"\f42a"}.fapro-moon-full-inverse:before{content:"\f42b"}.fapro-moon-full:before{content:"\f42c"}.fapro-moon-last-quarter-inverse:before{content:"\f42d"}.fapro-moon-last-quarter:before{content:"\f42e"}.fapro-moon-new-inverse:before{content:"\f42f"}.fapro-moon-new:before{content:"\f430"}.fapro-moon-over-sun:before{content:"\f431"}.fapro-moon-star:before{content:"\f432"}.fapro-moon-stars:before{content:"\f433"}.fapro-moon-waning-crescent-inverse:before{content:"\f434"}.fapro-moon-waning-crescent:before{content:"\f435"}.fapro-moon-waning-gibbous-inverse:before{content:"\f436"}.fapro-moon-waning-gibbous:before{content:"\f437"}.fapro-moon-waxing-crescent-inverse:before{content:"\f438"}.fapro-moon-waxing-crescent:before{content:"\f439"}.fapro-moon-waxing-gibbous-inverse:before{content:"\f43a"}.fapro-moon-waxing-gibbous:before{content:"\f43b"}.fapro-moon:before{content:"\f43c"}.fapro-moped:before{content:"\f43d"}.fapro-mortar-board:before{content:"\f43e"}.fapro-mortar-pestle:before{content:"\f43f"}.fapro-mosque:before{content:"\f440"}.fapro-mosquito-net:before{content:"\f441"}.fapro-mosquito:before{content:"\f442"}.fapro-motorcycle:before{content:"\f443"}.fapro-mound:before{content:"\f444"}.fapro-mountain-city:before{content:"\f445"}.fapro-mountain-sun:before{content:"\f446"}.fapro-mountain:before{content:"\f447"}.fapro-mountains:before{content:"\f448"}.fapro-mouse-alt:before{content:"\f449"}.fapro-mouse-field:before{content:"\f44a"}.fapro-mouse-pointer:before{content:"\f44b"}.fapro-mouse:before{content:"\f44c"}.fapro-mp3-player:before{content:"\f44d"}.fapro-mug-hot:before{content:"\f44e"}.fapro-mug-marshmallows:before{content:"\f44f"}.fapro-mug-saucer:before{content:"\f450"}.fapro-mug-tea-saucer:before{content:"\f451"}.fapro-mug-tea:before{content:"\f452"}.fapro-mug:before{content:"\f453"}.fapro-multiply:before{content:"\f454"}.fapro-museum:before{content:"\f455"}.fapro-mushroom:before{content:"\f456"}.fapro-music-alt-slash:before{content:"\f457"}.fapro-music-alt:before{content:"\f458"}.fapro-music-magnifying-glass:before{content:"\f459"}.fapro-music-note-slash:before{content:"\f45a"}.fapro-music-note:before{content:"\f45b"}.fapro-music-slash:before{content:"\f45c"}.fapro-music:before{content:"\f45d"}.fapro-mustache:before{content:"\f45e"}.fapro-n:before{content:"\f45f"}.fapro-naira-sign:before{content:"\f460"}.fapro-narwhal:before{content:"\f461"}.fapro-nas:before{content:"\f462"}.fapro-navicon:before{content:"\f463"}.fapro-nesting-dolls:before{content:"\f464"}.fapro-network-wired:before{content:"\f465"}.fapro-neuter:before{content:"\f466"}.fapro-newspaper:before{content:"\f467"}.fapro-nfc-lock:before{content:"\f468"}.fapro-nfc-magnifying-glass:before{content:"\f469"}.fapro-nfc-pen:before{content:"\f46a"}.fapro-nfc-signal:before{content:"\f46b"}.fapro-nfc-slash:before{content:"\f46c"}.fapro-nfc-symbol:before{content:"\f46d"}.fapro-nfc-trash:before{content:"\f46e"}.fapro-nfc:before{content:"\f46f"}.fapro-nigiri:before{content:"\f470"}.fapro-non-binary:before{content:"\f471"}.fapro-norwegian-krone-sign:before{content:"\f472"}.fapro-nose:before{content:"\f473"}.fapro-not-equal:before{content:"\f474"}.fapro-notdef:before{content:"\f475"}.fapro-note-medical:before{content:"\f476"}.fapro-note-sticky:before{content:"\f477"}.fapro-note:before{content:"\f478"}.fapro-notebook:before{content:"\f479"}.fapro-notes-medical:before{content:"\f47a"}.fapro-notes-sticky:before{content:"\f47b"}.fapro-notes:before{content:"\f47c"}.fapro-numpad:before{content:"\f47d"}.fapro-o:before{content:"\f47e"}.fapro-oar:before{content:"\f47f"}.fapro-oars:before{content:"\f480"}.fapro-object-exclude:before{content:"\f481"}.fapro-object-group:before{content:"\f482"}.fapro-object-intersect:before{content:"\f483"}.fapro-object-subtract:before{content:"\f484"}.fapro-object-ungroup:before{content:"\f485"}.fapro-object-union:before{content:"\f486"}.fapro-objects-align-bottom:before{content:"\f487"}.fapro-objects-align-center-horizontal:before{content:"\f488"}.fapro-objects-align-center-vertical:before{content:"\f489"}.fapro-objects-align-left:before{content:"\f48a"}.fapro-objects-align-right:before{content:"\f48b"}.fapro-objects-align-top:before{content:"\f48c"}.fapro-objects-column:before{content:"\f48d"}.fapro-octagon-check:before{content:"\f48e"}.fapro-octagon-divide:before{content:"\f48f"}.fapro-octagon-equals:before{content:"\f490"}.fapro-octagon-exclamation:before{content:"\f491"}.fapro-octagon-minus:before{content:"\f492"}.fapro-octagon-plus:before{content:"\f493"}.fapro-octagon-xmark:before{content:"\f494"}.fapro-octagon:before{content:"\f495"}.fapro-octopus:before{content:"\f496"}.fapro-oil-can-drip:before{content:"\f497"}.fapro-oil-can:before{content:"\f498"}.fapro-oil-temp:before{content:"\f499"}.fapro-oil-temperature:before{content:"\f49a"}.fapro-oil-well:before{content:"\f49b"}.fapro-olive-branch:before{content:"\f49c"}.fapro-olive:before{content:"\f49d"}.fapro-om:before{content:"\f49e"}.fapro-omega:before{content:"\f49f"}.fapro-onion:before{content:"\f4a0"}.fapro-open-captioning:before{content:"\f4a1"}.fapro-opossum:before{content:"\f4a2"}.fapro-option:before{content:"\f4a3"}.fapro-ornament:before{content:"\f4a4"}.fapro-otter:before{content:"\f4a5"}.fapro-outdent:before{content:"\f4a6"}.fapro-outlet:before{content:"\f4a7"}.fapro-oven:before{content:"\f4a8"}.fapro-overline:before{content:"\f4a9"}.fapro-owl:before{content:"\f4aa"}.fapro-p:before{content:"\f4ab"}.fapro-page-break:before{content:"\f4ac"}.fapro-page-caret-down:before{content:"\f4ad"}.fapro-page-caret-up:before{content:"\f4ae"}.fapro-page:before{content:"\f4af"}.fapro-pager:before{content:"\f4b0"}.fapro-paint-brush-alt:before{content:"\f4b1"}.fapro-paint-brush-fine:before{content:"\f4b2"}.fapro-paint-brush:before{content:"\f4b3"}.fapro-paint-roller:before{content:"\f4b4"}.fapro-paintbrush-alt:before{content:"\f4b5"}.fapro-paintbrush-fine-slash:before{content:"\f4b6"}.fapro-paintbrush-fine:before{content:"\f4b7"}.fapro-paintbrush-pencil:before{content:"\f4b8"}.fapro-paintbrush-slash:before{content:"\f4b9"}.fapro-paintbrush:before{content:"\f4ba"}.fapro-palette-boxes:before{content:"\f4bb"}.fapro-palette:before{content:"\f4bc"}.fapro-pallet-alt:before{content:"\f4bd"}.fapro-pallet-box:before{content:"\f4be"}.fapro-pallet-boxes:before{content:"\f4bf"}.fapro-pallet:before{content:"\f4c0"}.fapro-pan-food:before{content:"\f4c1"}.fapro-pan-frying:before{content:"\f4c2"}.fapro-pancakes:before{content:"\f4c3"}.fapro-panel-ews:before{content:"\f4c4"}.fapro-panel-fire:before{content:"\f4c5"}.fapro-panorama:before{content:"\f4c6"}.fapro-panties:before{content:"\f4c7"}.fapro-pants-straight:before{content:"\f4c8"}.fapro-pants:before{content:"\f4c9"}.fapro-paper-plane-alt:before{content:"\f4ca"}.fapro-paper-plane-top:before{content:"\f4cb"}.fapro-paper-plane:before{content:"\f4cc"}.fapro-paperclip-vertical:before{content:"\f4cd"}.fapro-paperclip:before{content:"\f4ce"}.fapro-parachute-box:before{content:"\f4cf"}.fapro-paragraph-left:before{content:"\f4d0"}.fapro-paragraph-rtl:before{content:"\f4d1"}.fapro-paragraph:before{content:"\f4d2"}.fapro-parentheses:before{content:"\f4d3"}.fapro-parenthesis:before{content:"\f4d4"}.fapro-parking-circle-slash:before{content:"\f4d5"}.fapro-parking-circle:before{content:"\f4d6"}.fapro-parking-slash:before{content:"\f4d7"}.fapro-parking:before{content:"\f4d8"}.fapro-party-back:before{content:"\f4d9"}.fapro-party-bell:before{content:"\f4da"}.fapro-party-horn:before{content:"\f4db"}.fapro-passport:before{content:"\f4dc"}.fapro-pastafarianism:before{content:"\f4dd"}.fapro-paste:before{content:"\f4de"}.fapro-pause-circle:before{content:"\f4df"}.fapro-pause:before{content:"\f4e0"}.fapro-paw-alt:before{content:"\f4e1"}.fapro-paw-claws:before{content:"\f4e2"}.fapro-paw-simple:before{content:"\f4e3"}.fapro-paw:before{content:"\f4e4"}.fapro-peace:before{content:"\f4e5"}.fapro-peach:before{content:"\f4e6"}.fapro-peanut:before{content:"\f4e7"}.fapro-peanuts:before{content:"\f4e8"}.fapro-peapod:before{content:"\f4e9"}.fapro-pear:before{content:"\f4ea"}.fapro-pedestal:before{content:"\f4eb"}.fapro-pegasus:before{content:"\f4ec"}.fapro-pen-alt-slash:before{content:"\f4ed"}.fapro-pen-alt:before{content:"\f4ee"}.fapro-pen-circle:before{content:"\f4ef"}.fapro-pen-clip-slash:before{content:"\f4f0"}.fapro-pen-clip:before{content:"\f4f1"}.fapro-pen-fancy-slash:before{content:"\f4f2"}.fapro-pen-fancy:before{content:"\f4f3"}.fapro-pen-field:before{content:"\f4f4"}.fapro-pen-line:before{content:"\f4f5"}.fapro-pen-nib-slash:before{content:"\f4f6"}.fapro-pen-nib:before{content:"\f4f7"}.fapro-pen-paintbrush:before{content:"\f4f8"}.fapro-pen-ruler:before{content:"\f4f9"}.fapro-pen-slash:before{content:"\f4fa"}.fapro-pen-square:before{content:"\f4fb"}.fapro-pen-swirl:before{content:"\f4fc"}.fapro-pen-to-square:before{content:"\f4fd"}.fapro-pen:before{content:"\f4fe"}.fapro-pencil-alt:before{content:"\f4ff"}.fapro-pencil-line:before{content:"\f500"}.fapro-pencil-mechanical:before{content:"\f501"}.fapro-pencil-paintbrush:before{content:"\f502"}.fapro-pencil-ruler:before{content:"\f503"}.fapro-pencil-slash:before{content:"\f504"}.fapro-pencil-square:before{content:"\f505"}.fapro-pencil:before{content:"\f506"}.fapro-pennant:before{content:"\f507"}.fapro-pentagon:before{content:"\f508"}.fapro-people-arrows-left-right:before{content:"\f509"}.fapro-people-arrows:before{content:"\f50a"}.fapro-people-carry-box:before{content:"\f50b"}.fapro-people-carry:before{content:"\f50c"}.fapro-people-dress-simple:before{content:"\f50d"}.fapro-people-dress:before{content:"\f50e"}.fapro-people-group:before{content:"\f50f"}.fapro-people-line:before{content:"\f510"}.fapro-people-pants-simple:before{content:"\f511"}.fapro-people-pants:before{content:"\f512"}.fapro-people-pulling:before{content:"\f513"}.fapro-people-robbery:before{content:"\f514"}.fapro-people-roof:before{content:"\f515"}.fapro-people-simple:before{content:"\f516"}.fapro-people:before{content:"\f517"}.fapro-pepper-hot:before{content:"\f518"}.fapro-pepper:before{content:"\f519"}.fapro-percent:before{content:"\f51a"}.fapro-percentage:before{content:"\f51b"}.fapro-period:before{content:"\f51c"}.fapro-person-arms-raised:before{content:"\f51d"}.fapro-person-arrow-down-to-line:before{content:"\f51e"}.fapro-person-arrow-up-from-line:before{content:"\f51f"}.fapro-person-basketball:before{content:"\f520"}.fapro-person-biking-mountain:before{content:"\f521"}.fapro-person-biking:before{content:"\f522"}.fapro-person-booth:before{content:"\f523"}.fapro-person-breastfeeding:before{content:"\f524"}.fapro-person-burst:before{content:"\f525"}.fapro-person-cane:before{content:"\f526"}.fapro-person-carry-box:before{content:"\f527"}.fapro-person-carry-empty:before{content:"\f528"}.fapro-person-carry:before{content:"\f529"}.fapro-person-chalkboard:before{content:"\f52a"}.fapro-person-circle-check:before{content:"\f52b"}.fapro-person-circle-exclamation:before{content:"\f52c"}.fapro-person-circle-minus:before{content:"\f52d"}.fapro-person-circle-plus:before{content:"\f52e"}.fapro-person-circle-question:before{content:"\f52f"}.fapro-person-circle-xmark:before{content:"\f530"}.fapro-person-digging:before{content:"\f531"}.fapro-person-dolly-empty:before{content:"\f532"}.fapro-person-dolly:before{content:"\f533"}.fapro-person-dots-from-line:before{content:"\f534"}.fapro-person-dress-burst:before{content:"\f535"}.fapro-person-dress-fairy:before{content:"\f536"}.fapro-person-dress-simple:before{content:"\f537"}.fapro-person-dress:before{content:"\f538"}.fapro-person-drowning:before{content:"\f539"}.fapro-person-fairy:before{content:"\f53a"}.fapro-person-falling-burst:before{content:"\f53b"}.fapro-person-falling:before{content:"\f53c"}.fapro-person-from-portal:before{content:"\f53d"}.fapro-person-golfing:before{content:"\f53e"}.fapro-person-half-dress:before{content:"\f53f"}.fapro-person-harassing:before{content:"\f540"}.fapro-person-hiking:before{content:"\f541"}.fapro-person-limbs-wide:before{content:"\f542"}.fapro-person-meditating:before{content:"\f543"}.fapro-person-military-pointing:before{content:"\f544"}.fapro-person-military-rifle:before{content:"\f545"}.fapro-person-military-to-person:before{content:"\f546"}.fapro-person-pinball:before{content:"\f547"}.fapro-person-praying:before{content:"\f548"}.fapro-person-pregnant:before{content:"\f549"}.fapro-person-rays:before{content:"\f54a"}.fapro-person-rifle:before{content:"\f54b"}.fapro-person-running-fast:before{content:"\f54c"}.fapro-person-running:before{content:"\f54d"}.fapro-person-seat-reclined:before{content:"\f54e"}.fapro-person-seat-window:before{content:"\f54f"}.fapro-person-seat:before{content:"\f550"}.fapro-person-shelter:before{content:"\f551"}.fapro-person-sign:before{content:"\f552"}.fapro-person-simple:before{content:"\f553"}.fapro-person-skating:before{content:"\f554"}.fapro-person-ski-jumping:before{content:"\f555"}.fapro-person-ski-lift:before{content:"\f556"}.fapro-person-skiing-nordic:before{content:"\f557"}.fapro-person-skiing:before{content:"\f558"}.fapro-person-sledding:before{content:"\f559"}.fapro-person-snowboarding:before{content:"\f55a"}.fapro-person-snowmobiling:before{content:"\f55b"}.fapro-person-soccer:before{content:"\f55c"}.fapro-person-swimming-pool:before{content:"\f55d"}.fapro-person-swimming-water:before{content:"\f55e"}.fapro-person-swimming:before{content:"\f55f"}.fapro-person-through-window:before{content:"\f560"}.fapro-person-to-door:before{content:"\f561"}.fapro-person-to-portal:before{content:"\f562"}.fapro-person-walking-arrow-loop-left:before{content:"\f563"}.fapro-person-walking-arrow-right:before{content:"\f564"}.fapro-person-walking-dashed-line-arrow-right:before{content:"\f565"}.fapro-person-walking-luggage:before{content:"\f566"}.fapro-person-walking-with-cane:before{content:"\f567"}.fapro-person-walking:before{content:"\f568"}.fapro-person-water-arms-raised:before{content:"\f569"}.fapro-person-waving:before{content:"\f56a"}.fapro-person:before{content:"\f56b"}.fapro-peruvian-soles-sign:before{content:"\f56c"}.fapro-peseta-sign:before{content:"\f56d"}.fapro-peso-sign:before{content:"\f56e"}.fapro-phone-alt:before{content:"\f56f"}.fapro-phone-arrow-down-left:before{content:"\f570"}.fapro-phone-arrow-down:before{content:"\f571"}.fapro-phone-arrow-right:before{content:"\f572"}.fapro-phone-arrow-up-right:before{content:"\f573"}.fapro-phone-arrow-up:before{content:"\f574"}.fapro-phone-circle-alt:before{content:"\f575"}.fapro-phone-circle-down:before{content:"\f576"}.fapro-phone-circle:before{content:"\f577"}.fapro-phone-connection:before{content:"\f578"}.fapro-phone-flip:before{content:"\f579"}.fapro-phone-hangup:before{content:"\f57a"}.fapro-phone-incoming:before{content:"\f57b"}.fapro-phone-intercom:before{content:"\f57c"}.fapro-phone-laptop:before{content:"\f57d"}.fapro-phone-missed:before{content:"\f57e"}.fapro-phone-office:before{content:"\f57f"}.fapro-phone-outgoing:before{content:"\f580"}.fapro-phone-plus:before{content:"\f581"}.fapro-phone-rotary:before{content:"\f582"}.fapro-phone-slash:before{content:"\f583"}.fapro-phone-square-alt:before{content:"\f584"}.fapro-phone-square-down:before{content:"\f585"}.fapro-phone-square:before{content:"\f586"}.fapro-phone-volume:before{content:"\f587"}.fapro-phone-waveform:before{content:"\f588"}.fapro-phone-xmark:before{content:"\f589"}.fapro-phone:before{content:"\f58a"}.fapro-photo-film-music:before{content:"\f58b"}.fapro-photo-film:before{content:"\f58c"}.fapro-photo-video:before{content:"\f58d"}.fapro-pi:before{content:"\f58e"}.fapro-piano-keyboard:before{content:"\f58f"}.fapro-piano:before{content:"\f590"}.fapro-pickaxe:before{content:"\f591"}.fapro-pickleball:before{content:"\f592"}.fapro-picture-in-picture:before{content:"\f593"}.fapro-pie-chart:before{content:"\f594"}.fapro-pie:before{content:"\f595"}.fapro-pig:before{content:"\f596"}.fapro-piggy-bank:before{content:"\f597"}.fapro-pills:before{content:"\f598"}.fapro-pinata:before{content:"\f599"}.fapro-pinball:before{content:"\f59a"}.fapro-pineapple:before{content:"\f59b"}.fapro-ping-pong-paddle-ball:before{content:"\f59c"}.fapro-pipe-circle-check:before{content:"\f59d"}.fapro-pipe-collar:before{content:"\f59e"}.fapro-pipe-section:before{content:"\f59f"}.fapro-pipe-smoking:before{content:"\f5a0"}.fapro-pipe-valve:before{content:"\f5a1"}.fapro-pipe:before{content:"\f5a2"}.fapro-pisces:before{content:"\f5a3"}.fapro-pizza-slice:before{content:"\f5a4"}.fapro-pizza:before{content:"\f5a5"}.fapro-place-of-worship:before{content:"\f5a6"}.fapro-plane-alt:before{content:"\f5a7"}.fapro-plane-arrival:before{content:"\f5a8"}.fapro-plane-circle-check:before{content:"\f5a9"}.fapro-plane-circle-exclamation:before{content:"\f5aa"}.fapro-plane-circle-xmark:before{content:"\f5ab"}.fapro-plane-departure:before{content:"\f5ac"}.fapro-plane-engines:before{content:"\f5ad"}.fapro-plane-flying:before{content:"\f5ae"}.fapro-plane-landing-gear:before{content:"\f5af"}.fapro-plane-lock:before{content:"\f5b0"}.fapro-plane-prop:before{content:"\f5b1"}.fapro-plane-slash:before{content:"\f5b2"}.fapro-plane-tail:before{content:"\f5b3"}.fapro-plane-up-slash:before{content:"\f5b4"}.fapro-plane-up:before{content:"\f5b5"}.fapro-plane:before{content:"\f5b6"}.fapro-planet-moon:before{content:"\f5b7"}.fapro-planet-ringed:before{content:"\f5b8"}.fapro-plant-wilt:before{content:"\f5b9"}.fapro-plate-utensils:before{content:"\f5ba"}.fapro-plate-wheat:before{content:"\f5bb"}.fapro-play-circle:before{content:"\f5bc"}.fapro-play-flip:before{content:"\f5bd"}.fapro-play-pause:before{content:"\f5be"}.fapro-play:before{content:"\f5bf"}.fapro-plug-circle-bolt:before{content:"\f5c0"}.fapro-plug-circle-check:before{content:"\f5c1"}.fapro-plug-circle-exclamation:before{content:"\f5c2"}.fapro-plug-circle-minus:before{content:"\f5c3"}.fapro-plug-circle-plus:before{content:"\f5c4"}.fapro-plug-circle-xmark:before{content:"\f5c5"}.fapro-plug:before{content:"\f5c6"}.fapro-plus-circle:before{content:"\f5c7"}.fapro-plus-hexagon:before{content:"\f5c8"}.fapro-plus-large:before{content:"\f5c9"}.fapro-plus-minus:before{content:"\f5ca"}.fapro-plus-octagon:before{content:"\f5cb"}.fapro-plus-square:before{content:"\f5cc"}.fapro-plus:before{content:"\f5cd"}.fapro-podcast:before{content:"\f5ce"}.fapro-podium-star:before{content:"\f5cf"}.fapro-podium:before{content:"\f5d0"}.fapro-poker-chip:before{content:"\f5d1"}.fapro-police-box:before{content:"\f5d2"}.fapro-polish-zloty-sign:before{content:"\f5d3"}.fapro-poll-h:before{content:"\f5d4"}.fapro-poll-people:before{content:"\f5d5"}.fapro-poll:before{content:"\f5d6"}.fapro-pompebled:before{content:"\f5d7"}.fapro-poo-bolt:before{content:"\f5d8"}.fapro-poo-storm:before{content:"\f5d9"}.fapro-poo:before{content:"\f5da"}.fapro-pool-8-ball:before{content:"\f5db"}.fapro-poop:before{content:"\f5dc"}.fapro-popcorn:before{content:"\f5dd"}.fapro-popsicle:before{content:"\f5de"}.fapro-portal-enter:before{content:"\f5df"}.fapro-portal-exit:before{content:"\f5e0"}.fapro-portrait:before{content:"\f5e1"}.fapro-possum:before{content:"\f5e2"}.fapro-postage-stamp:before{content:"\f5e3"}.fapro-pot-food:before{content:"\f5e4"}.fapro-potato:before{content:"\f5e5"}.fapro-pound-sign:before{content:"\f5e6"}.fapro-power-off:before{content:"\f5e7"}.fapro-pray:before{content:"\f5e8"}.fapro-praying-hands:before{content:"\f5e9"}.fapro-prescription-bottle-alt:before{content:"\f5ea"}.fapro-prescription-bottle-medical:before{content:"\f5eb"}.fapro-prescription-bottle-pill:before{content:"\f5ec"}.fapro-prescription-bottle:before{content:"\f5ed"}.fapro-prescription:before{content:"\f5ee"}.fapro-presentation-screen:before{content:"\f5ef"}.fapro-presentation:before{content:"\f5f0"}.fapro-pretzel:before{content:"\f5f1"}.fapro-print-magnifying-glass:before{content:"\f5f2"}.fapro-print-search:before{content:"\f5f3"}.fapro-print-slash:before{content:"\f5f4"}.fapro-print:before{content:"\f5f5"}.fapro-pro:before{content:"\f5f6"}.fapro-procedures:before{content:"\f5f7"}.fapro-project-diagram:before{content:"\f5f8"}.fapro-projector:before{content:"\f5f9"}.fapro-pronoun:before{content:"\f5fa"}.fapro-pump-impeller:before{content:"\f5fb"}.fapro-pump-medical:before{content:"\f5fc"}.fapro-pump-soap:before{content:"\f5fd"}.fapro-pump:before{content:"\f5fe"}.fapro-pumpkin:before{content:"\f5ff"}.fapro-puzzle-piece-alt:before{content:"\f600"}.fapro-puzzle-piece-simple:before{content:"\f601"}.fapro-puzzle-piece:before{content:"\f602"}.fapro-puzzle:before{content:"\f603"}.fapro-q:before{content:"\f604"}.fapro-qrcode-read:before{content:"\f605"}.fapro-qrcode:before{content:"\f606"}.fapro-question-circle:before{content:"\f607"}.fapro-question-square:before{content:"\f608"}.fapro-question:before{content:"\f609"}.fapro-quidditch-broom-ball:before{content:"\f60a"}.fapro-quidditch:before{content:"\f60b"}.fapro-quote-left-alt:before{content:"\f60c"}.fapro-quote-left:before{content:"\f60d"}.fapro-quote-right-alt:before{content:"\f60e"}.fapro-quote-right:before{content:"\f60f"}.fapro-quotes:before{content:"\f610"}.fapro-quran:before{content:"\f611"}.fapro-r:before{content:"\f612"}.fapro-rabbit-fast:before{content:"\f613"}.fapro-rabbit-running:before{content:"\f614"}.fapro-rabbit:before{content:"\f615"}.fapro-raccoon:before{content:"\f616"}.fapro-racquet:before{content:"\f617"}.fapro-radar:before{content:"\f618"}.fapro-radiation-alt:before{content:"\f619"}.fapro-radiation:before{content:"\f61a"}.fapro-radio-alt:before{content:"\f61b"}.fapro-radio-tuner:before{content:"\f61c"}.fapro-radio:before{content:"\f61d"}.fapro-rainbow-half:before{content:"\f61e"}.fapro-rainbow:before{content:"\f61f"}.fapro-raindrops:before{content:"\f620"}.fapro-ram:before{content:"\f621"}.fapro-ramp-loading:before{content:"\f622"}.fapro-random:before{content:"\f623"}.fapro-ranking-star:before{content:"\f624"}.fapro-raygun:before{content:"\f625"}.fapro-receipt:before{content:"\f626"}.fapro-record-vinyl:before{content:"\f627"}.fapro-rectangle-4k:before{content:"\f628"}.fapro-rectangle-ad:before{content:"\f629"}.fapro-rectangle-api:before{content:"\f62a"}.fapro-rectangle-barcode:before{content:"\f62b"}.fapro-rectangle-beta:before{content:"\f62c"}.fapro-rectangle-code:before{content:"\f62d"}.fapro-rectangle-hd:before{content:"\f62e"}.fapro-rectangle-hdr:before{content:"\f62f"}.fapro-rectangle-high-dynamic-range:before{content:"\f630"}.fapro-rectangle-history-circle-plus:before{content:"\f631"}.fapro-rectangle-history-circle-user:before{content:"\f632"}.fapro-rectangle-history:before{content:"\f633"}.fapro-rectangle-irc:before{content:"\f634"}.fapro-rectangle-landscape:before{content:"\f635"}.fapro-rectangle-list:before{content:"\f636"}.fapro-rectangle-minus:before{content:"\f637"}.fapro-rectangle-n-a:before{content:"\f638"}.fapro-rectangle-new:before{content:"\f639"}.fapro-rectangle-plus:before{content:"\f63a"}.fapro-rectangle-portrait:before{content:"\f63b"}.fapro-rectangle-pro:before{content:"\f63c"}.fapro-rectangle-sd:before{content:"\f63d"}.fapro-rectangle-tall:before{content:"\f63e"}.fapro-rectangle-terminal:before{content:"\f63f"}.fapro-rectangle-times:before{content:"\f640"}.fapro-rectangle-vertical-history:before{content:"\f641"}.fapro-rectangle-vertical:before{content:"\f642"}.fapro-rectangle-video-on-demand:before{content:"\f643"}.fapro-rectangle-wide:before{content:"\f644"}.fapro-rectangle-xmark:before{content:"\f645"}.fapro-rectangle:before{content:"\f646"}.fapro-rectangles-mixed:before{content:"\f647"}.fapro-recycle:before{content:"\f648"}.fapro-redo-alt:before{content:"\f649"}.fapro-redo:before{content:"\f64a"}.fapro-reel:before{content:"\f64b"}.fapro-reflect-both:before{content:"\f64c"}.fapro-reflect-horizontal:before{content:"\f64d"}.fapro-reflect-vertical:before{content:"\f64e"}.fapro-refresh:before{content:"\f64f"}.fapro-refrigerator:before{content:"\f650"}.fapro-registered:before{content:"\f651"}.fapro-remote:before{content:"\f652"}.fapro-remove-format:before{content:"\f653"}.fapro-remove:before{content:"\f654"}.fapro-renminbi-sign:before{content:"\f655"}.fapro-reorder:before{content:"\f656"}.fapro-repeat-1-alt:before{content:"\f657"}.fapro-repeat-1:before{content:"\f658"}.fapro-repeat-alt:before{content:"\f659"}.fapro-repeat:before{content:"\f65a"}.fapro-reply-all:before{content:"\f65b"}.fapro-reply-clock:before{content:"\f65c"}.fapro-reply-time:before{content:"\f65d"}.fapro-reply:before{content:"\f65e"}.fapro-republican:before{content:"\f65f"}.fapro-restroom-simple:before{content:"\f660"}.fapro-restroom:before{content:"\f661"}.fapro-retweet-alt:before{content:"\f662"}.fapro-retweet:before{content:"\f663"}.fapro-rhombus:before{content:"\f664"}.fapro-ribbon:before{content:"\f665"}.fapro-right-from-bracket:before{content:"\f666"}.fapro-right-from-dotted-line:before{content:"\f667"}.fapro-right-from-line:before{content:"\f668"}.fapro-right-left-large:before{content:"\f669"}.fapro-right-left:before{content:"\f66a"}.fapro-right-long-to-line:before{content:"\f66b"}.fapro-right-long:before{content:"\f66c"}.fapro-right-to-bracket:before{content:"\f66d"}.fapro-right-to-dotted-line:before{content:"\f66e"}.fapro-right-to-line:before{content:"\f66f"}.fapro-right:before{content:"\f670"}.fapro-ring-diamond:before{content:"\f671"}.fapro-ring:before{content:"\f672"}.fapro-rings-wedding:before{content:"\f673"}.fapro-rmb:before{content:"\f674"}.fapro-road-barrier:before{content:"\f675"}.fapro-road-bridge:before{content:"\f676"}.fapro-road-circle-check:before{content:"\f677"}.fapro-road-circle-exclamation:before{content:"\f678"}.fapro-road-circle-xmark:before{content:"\f679"}.fapro-road-lock:before{content:"\f67a"}.fapro-road-spikes:before{content:"\f67b"}.fapro-road:before{content:"\f67c"}.fapro-robot-astromech:before{content:"\f67d"}.fapro-robot:before{content:"\f67e"}.fapro-rocket-launch:before{content:"\f67f"}.fapro-rocket-vertical:before{content:"\f680"}.fapro-rocket:before{content:"\f681"}.fapro-rod-asclepius:before{content:"\f682"}.fapro-rod-snake:before{content:"\f683"}.fapro-roller-coaster:before{content:"\f684"}.fapro-rotate-back:before{content:"\f685"}.fapro-rotate-backward:before{content:"\f686"}.fapro-rotate-exclamation:before{content:"\f687"}.fapro-rotate-forward:before{content:"\f688"}.fapro-rotate-left:before{content:"\f689"}.fapro-rotate-reverse:before{content:"\f68a"}.fapro-rotate-right:before{content:"\f68b"}.fapro-rotate:before{content:"\f68c"}.fapro-rouble:before{content:"\f68d"}.fapro-route-highway:before{content:"\f68e"}.fapro-route-interstate:before{content:"\f68f"}.fapro-route:before{content:"\f690"}.fapro-router:before{content:"\f691"}.fapro-rows-3:before{content:"\f692"}.fapro-rows:before{content:"\f693"}.fapro-rss-square:before{content:"\f694"}.fapro-rss:before{content:"\f695"}.fapro-rub:before{content:"\f696"}.fapro-ruble-sign:before{content:"\f697"}.fapro-ruble:before{content:"\f698"}.fapro-rug:before{content:"\f699"}.fapro-rugby-ball:before{content:"\f69a"}.fapro-ruler-combined:before{content:"\f69b"}.fapro-ruler-horizontal:before{content:"\f69c"}.fapro-ruler-triangle:before{content:"\f69d"}.fapro-ruler-vertical:before{content:"\f69e"}.fapro-ruler:before{content:"\f69f"}.fapro-running:before{content:"\f6a0"}.fapro-rupee-sign:before{content:"\f6a1"}.fapro-rupee:before{content:"\f6a2"}.fapro-rupiah-sign:before{content:"\f6a3"}.fapro-rv:before{content:"\f6a4"}.fapro-s:before{content:"\f6a5"}.fapro-sack-dollar:before{content:"\f6a6"}.fapro-sack-xmark:before{content:"\f6a7"}.fapro-sack:before{content:"\f6a8"}.fapro-sad-cry:before{content:"\f6a9"}.fapro-sad-tear:before{content:"\f6aa"}.fapro-sagittarius:before{content:"\f6ab"}.fapro-sailboat:before{content:"\f6ac"}.fapro-salad:before{content:"\f6ad"}.fapro-salt-shaker:before{content:"\f6ae"}.fapro-sandwich:before{content:"\f6af"}.fapro-satellite-dish:before{content:"\f6b0"}.fapro-satellite:before{content:"\f6b1"}.fapro-sausage:before{content:"\f6b2"}.fapro-save-circle-arrow-right:before{content:"\f6b3"}.fapro-save-circle-xmark:before{content:"\f6b4"}.fapro-save-times:before{content:"\f6b5"}.fapro-save:before{content:"\f6b6"}.fapro-sax-hot:before{content:"\f6b7"}.fapro-saxophone-fire:before{content:"\f6b8"}.fapro-saxophone:before{content:"\f6b9"}.fapro-scale-balanced:before{content:"\f6ba"}.fapro-scale-unbalanced-flip:before{content:"\f6bb"}.fapro-scale-unbalanced:before{content:"\f6bc"}.fapro-scalpel-line-dashed:before{content:"\f6bd"}.fapro-scalpel-path:before{content:"\f6be"}.fapro-scalpel:before{content:"\f6bf"}.fapro-scanner-gun:before{content:"\f6c0"}.fapro-scanner-image:before{content:"\f6c1"}.fapro-scanner-keyboard:before{content:"\f6c2"}.fapro-scanner-touchscreen:before{content:"\f6c3"}.fapro-scanner:before{content:"\f6c4"}.fapro-scarecrow:before{content:"\f6c5"}.fapro-scarf:before{content:"\f6c6"}.fapro-school-circle-check:before{content:"\f6c7"}.fapro-school-circle-exclamation:before{content:"\f6c8"}.fapro-school-circle-xmark:before{content:"\f6c9"}.fapro-school-flag:before{content:"\f6ca"}.fapro-school-lock:before{content:"\f6cb"}.fapro-school-unlock:before{content:"\f6cc"}.fapro-school:before{content:"\f6cd"}.fapro-scissors:before{content:"\f6ce"}.fapro-scooter:before{content:"\f6cf"}.fapro-scorpio:before{content:"\f6d0"}.fapro-screen-users:before{content:"\f6d1"}.fapro-screencast:before{content:"\f6d2"}.fapro-screenshot:before{content:"\f6d3"}.fapro-screwdriver-wrench:before{content:"\f6d4"}.fapro-screwdriver:before{content:"\f6d5"}.fapro-scribble:before{content:"\f6d6"}.fapro-scroll-old:before{content:"\f6d7"}.fapro-scroll-ribbon:before{content:"\f6d8"}.fapro-scroll-torah:before{content:"\f6d9"}.fapro-scroll:before{content:"\f6da"}.fapro-scrubber:before{content:"\f6db"}.fapro-scythe:before{content:"\f6dc"}.fapro-sd-card:before{content:"\f6dd"}.fapro-sd-cards:before{content:"\f6de"}.fapro-seal-exclamation:before{content:"\f6df"}.fapro-seal-question:before{content:"\f6e0"}.fapro-seal:before{content:"\f6e1"}.fapro-search-dollar:before{content:"\f6e2"}.fapro-search-location:before{content:"\f6e3"}.fapro-search-minus:before{content:"\f6e4"}.fapro-search-plus:before{content:"\f6e5"}.fapro-search:before{content:"\f6e6"}.fapro-seat-airline-window:before{content:"\f6e7"}.fapro-seat-airline:before{content:"\f6e8"}.fapro-seat:before{content:"\f6e9"}.fapro-seats:before{content:"\f6ea"}.fapro-section:before{content:"\f6eb"}.fapro-seedling:before{content:"\f6ec"}.fapro-semicolon:before{content:"\f6ed"}.fapro-send-back:before{content:"\f6ee"}.fapro-send-backward:before{content:"\f6ef"}.fapro-send:before{content:"\f6f0"}.fapro-sensor-alert:before{content:"\f6f1"}.fapro-sensor-cloud:before{content:"\f6f2"}.fapro-sensor-fire:before{content:"\f6f3"}.fapro-sensor-on:before{content:"\f6f4"}.fapro-sensor-smoke:before{content:"\f6f5"}.fapro-sensor-triangle-exclamation:before{content:"\f6f6"}.fapro-sensor:before{content:"\f6f7"}.fapro-septagon:before{content:"\f6f8"}.fapro-server:before{content:"\f6f9"}.fapro-shapes:before{content:"\f6fa"}.fapro-share-all:before{content:"\f6fb"}.fapro-share-alt-square:before{content:"\f6fc"}.fapro-share-alt:before{content:"\f6fd"}.fapro-share-from-square:before{content:"\f6fe"}.fapro-share-nodes:before{content:"\f6ff"}.fapro-share-square:before{content:"\f700"}.fapro-share:before{content:"\f701"}.fapro-sheep:before{content:"\f702"}.fapro-sheet-plastic:before{content:"\f703"}.fapro-shekel-sign:before{content:"\f704"}.fapro-shekel:before{content:"\f705"}.fapro-shelves-empty:before{content:"\f706"}.fapro-shelves:before{content:"\f707"}.fapro-sheqel-sign:before{content:"\f708"}.fapro-sheqel:before{content:"\f709"}.fapro-shield-alt:before{content:"\f70a"}.fapro-shield-blank:before{content:"\f70b"}.fapro-shield-cat:before{content:"\f70c"}.fapro-shield-check:before{content:"\f70d"}.fapro-shield-cross:before{content:"\f70e"}.fapro-shield-dog:before{content:"\f70f"}.fapro-shield-exclamation:before{content:"\f710"}.fapro-shield-halved:before{content:"\f711"}.fapro-shield-heart:before{content:"\f712"}.fapro-shield-keyhole:before{content:"\f713"}.fapro-shield-minus:before{content:"\f714"}.fapro-shield-plus:before{content:"\f715"}.fapro-shield-quartered:before{content:"\f716"}.fapro-shield-slash:before{content:"\f717"}.fapro-shield-times:before{content:"\f718"}.fapro-shield-user:before{content:"\f719"}.fapro-shield-virus:before{content:"\f71a"}.fapro-shield-xmark:before{content:"\f71b"}.fapro-shield:before{content:"\f71c"}.fapro-ship-large:before{content:"\f71d"}.fapro-ship:before{content:"\f71e"}.fapro-shipping-fast:before{content:"\f71f"}.fapro-shipping-timed:before{content:"\f720"}.fapro-shirt-jersey:before{content:"\f721"}.fapro-shirt-long-sleeve:before{content:"\f722"}.fapro-shirt-running:before{content:"\f723"}.fapro-shirt-tank-top:before{content:"\f724"}.fapro-shirt:before{content:"\f725"}.fapro-shish-kebab:before{content:"\f726"}.fapro-shoe-prints:before{content:"\f727"}.fapro-shoe:before{content:"\f728"}.fapro-shop-24:before{content:"\f729"}.fapro-shop-lock:before{content:"\f72a"}.fapro-shop-slash:before{content:"\f72b"}.fapro-shop:before{content:"\f72c"}.fapro-shopping-bag:before{content:"\f72d"}.fapro-shopping-basket-alt:before{content:"\f72e"}.fapro-shopping-basket:before{content:"\f72f"}.fapro-shopping-cart:before{content:"\f730"}.fapro-shortcake:before{content:"\f731"}.fapro-shorts:before{content:"\f732"}.fapro-shovel-snow:before{content:"\f733"}.fapro-shovel:before{content:"\f734"}.fapro-shower-alt:before{content:"\f735"}.fapro-shower-down:before{content:"\f736"}.fapro-shower:before{content:"\f737"}.fapro-shredder:before{content:"\f738"}.fapro-shrimp:before{content:"\f739"}.fapro-shuffle:before{content:"\f73a"}.fapro-shutters:before{content:"\f73b"}.fapro-shuttle-space-vertical:before{content:"\f73c"}.fapro-shuttle-space:before{content:"\f73d"}.fapro-shuttle-van:before{content:"\f73e"}.fapro-shuttlecock:before{content:"\f73f"}.fapro-sickle:before{content:"\f740"}.fapro-sidebar-flip:before{content:"\f741"}.fapro-sidebar:before{content:"\f742"}.fapro-sigma:before{content:"\f743"}.fapro-sign-hanging:before{content:"\f744"}.fapro-sign-in-alt:before{content:"\f745"}.fapro-sign-in:before{content:"\f746"}.fapro-sign-language:before{content:"\f747"}.fapro-sign-out-alt:before{content:"\f748"}.fapro-sign-out:before{content:"\f749"}.fapro-sign-post:before{content:"\f74a"}.fapro-sign-posts-wrench:before{content:"\f74b"}.fapro-sign-posts:before{content:"\f74c"}.fapro-sign:before{content:"\f74d"}.fapro-signal-1:before{content:"\f74e"}.fapro-signal-2:before{content:"\f74f"}.fapro-signal-3:before{content:"\f750"}.fapro-signal-4:before{content:"\f751"}.fapro-signal-5:before{content:"\f752"}.fapro-signal-alt-1:before{content:"\f753"}.fapro-signal-alt-2:before{content:"\f754"}.fapro-signal-alt-3:before{content:"\f755"}.fapro-signal-alt-4:before{content:"\f756"}.fapro-signal-alt-slash:before{content:"\f757"}.fapro-signal-alt:before{content:"\f758"}.fapro-signal-bars-fair:before{content:"\f759"}.fapro-signal-bars-good:before{content:"\f75a"}.fapro-signal-bars-slash:before{content:"\f75b"}.fapro-signal-bars-strong:before{content:"\f75c"}.fapro-signal-bars-weak:before{content:"\f75d"}.fapro-signal-bars:before{content:"\f75e"}.fapro-signal-fair:before{content:"\f75f"}.fapro-signal-good:before{content:"\f760"}.fapro-signal-perfect:before{content:"\f761"}.fapro-signal-slash:before{content:"\f762"}.fapro-signal-stream-slash:before{content:"\f763"}.fapro-signal-stream:before{content:"\f764"}.fapro-signal-strong:before{content:"\f765"}.fapro-signal-weak:before{content:"\f766"}.fapro-signal:before{content:"\f767"}.fapro-signapore-dollar-sign:before{content:"\f768"}.fapro-signature-lock:before{content:"\f769"}.fapro-signature-slash:before{content:"\f76a"}.fapro-signature:before{content:"\f76b"}.fapro-signing:before{content:"\f76c"}.fapro-signs-post:before{content:"\f76d"}.fapro-sim-card:before{content:"\f76e"}.fapro-sim-cards:before{content:"\f76f"}.fapro-single-quote-left:before{content:"\f770"}.fapro-single-quote-right:before{content:"\f771"}.fapro-sink:before{content:"\f772"}.fapro-siren-on:before{content:"\f773"}.fapro-siren:before{content:"\f774"}.fapro-sitemap:before{content:"\f775"}.fapro-skating:before{content:"\f776"}.fapro-skeleton-ribs:before{content:"\f777"}.fapro-skeleton:before{content:"\f778"}.fapro-ski-boot-ski:before{content:"\f779"}.fapro-ski-boot:before{content:"\f77a"}.fapro-ski-jump:before{content:"\f77b"}.fapro-ski-lift:before{content:"\f77c"}.fapro-skiing-nordic:before{content:"\f77d"}.fapro-skiing:before{content:"\f77e"}.fapro-skull-cow:before{content:"\f77f"}.fapro-skull-crossbones:before{content:"\f780"}.fapro-skull:before{content:"\f781"}.fapro-slash-back:before{content:"\f782"}.fapro-slash-forward:before{content:"\f783"}.fapro-slash:before{content:"\f784"}.fapro-sledding:before{content:"\f785"}.fapro-sleigh:before{content:"\f786"}.fapro-slider-circle:before{content:"\f787"}.fapro-slider:before{content:"\f788"}.fapro-sliders-h-square:before{content:"\f789"}.fapro-sliders-h:before{content:"\f78a"}.fapro-sliders-simple:before{content:"\f78b"}.fapro-sliders-up:before{content:"\f78c"}.fapro-sliders-v-square:before{content:"\f78d"}.fapro-sliders-v:before{content:"\f78e"}.fapro-sliders:before{content:"\f78f"}.fapro-slot-machine:before{content:"\f790"}.fapro-smile-beam:before{content:"\f791"}.fapro-smile-plus:before{content:"\f792"}.fapro-smile-wink:before{content:"\f793"}.fapro-smile:before{content:"\f794"}.fapro-smog:before{content:"\f795"}.fapro-smoke:before{content:"\f796"}.fapro-smoking-ban:before{content:"\f797"}.fapro-smoking:before{content:"\f798"}.fapro-sms:before{content:"\f799"}.fapro-snake:before{content:"\f79a"}.fapro-sneaker-running:before{content:"\f79b"}.fapro-sneaker:before{content:"\f79c"}.fapro-snooze:before{content:"\f79d"}.fapro-snow-blowing:before{content:"\f79e"}.fapro-snowboarding:before{content:"\f79f"}.fapro-snowflake-droplets:before{content:"\f7a0"}.fapro-snowflake:before{content:"\f7a1"}.fapro-snowflakes:before{content:"\f7a2"}.fapro-snowman-head:before{content:"\f7a3"}.fapro-snowman:before{content:"\f7a4"}.fapro-snowmobile-blank:before{content:"\f7a5"}.fapro-snowmobile:before{content:"\f7a6"}.fapro-snowplow:before{content:"\f7a7"}.fapro-soap:before{content:"\f7a8"}.fapro-soccer-ball:before{content:"\f7a9"}.fapro-socks:before{content:"\f7aa"}.fapro-soft-serve:before{content:"\f7ab"}.fapro-solar-panel:before{content:"\f7ac"}.fapro-solar-system:before{content:"\f7ad"}.fapro-sort-alpha-asc:before{content:"\f7ae"}.fapro-sort-alpha-desc:before{content:"\f7af"}.fapro-sort-alpha-down-alt:before{content:"\f7b0"}.fapro-sort-alpha-down:before{content:"\f7b1"}.fapro-sort-alpha-up-alt:before{content:"\f7b2"}.fapro-sort-alpha-up:before{content:"\f7b3"}.fapro-sort-alt:before{content:"\f7b4"}.fapro-sort-amount-asc:before{content:"\f7b5"}.fapro-sort-amount-desc:before{content:"\f7b6"}.fapro-sort-amount-down-alt:before{content:"\f7b7"}.fapro-sort-amount-down:before{content:"\f7b8"}.fapro-sort-amount-up-alt:before{content:"\f7b9"}.fapro-sort-amount-up:before{content:"\f7ba"}.fapro-sort-asc:before{content:"\f7bb"}.fapro-sort-circle-down:before{content:"\f7bc"}.fapro-sort-circle-up:before{content:"\f7bd"}.fapro-sort-circle:before{content:"\f7be"}.fapro-sort-desc:before{content:"\f7bf"}.fapro-sort-down:before{content:"\f7c0"}.fapro-sort-numeric-asc:before{content:"\f7c1"}.fapro-sort-numeric-desc:before{content:"\f7c2"}.fapro-sort-numeric-down-alt:before{content:"\f7c3"}.fapro-sort-numeric-down:before{content:"\f7c4"}.fapro-sort-numeric-up-alt:before{content:"\f7c5"}.fapro-sort-numeric-up:before{content:"\f7c6"}.fapro-sort-shapes-down-alt:before{content:"\f7c7"}.fapro-sort-shapes-down:before{content:"\f7c8"}.fapro-sort-shapes-up-alt:before{content:"\f7c9"}.fapro-sort-shapes-up:before{content:"\f7ca"}.fapro-sort-size-down-alt:before{content:"\f7cb"}.fapro-sort-size-down:before{content:"\f7cc"}.fapro-sort-size-up-alt:before{content:"\f7cd"}.fapro-sort-size-up:before{content:"\f7ce"}.fapro-sort-up-down:before{content:"\f7cf"}.fapro-sort-up:before{content:"\f7d0"}.fapro-sort:before{content:"\f7d1"}.fapro-soup:before{content:"\f7d2"}.fapro-spa:before{content:"\f7d3"}.fapro-space-shuttle:before{content:"\f7d4"}.fapro-space-station-moon-alt:before{content:"\f7d5"}.fapro-space-station-moon-construction:before{content:"\f7d6"}.fapro-space-station-moon:before{content:"\f7d7"}.fapro-spade:before{content:"\f7d8"}.fapro-spaghetti-monster-flying:before{content:"\f7d9"}.fapro-sparkle:before{content:"\f7da"}.fapro-sparkles:before{content:"\f7db"}.fapro-speaker:before{content:"\f7dc"}.fapro-speakers:before{content:"\f7dd"}.fapro-spell-check:before{content:"\f7de"}.fapro-spider-black-widow:before{content:"\f7df"}.fapro-spider-web:before{content:"\f7e0"}.fapro-spider:before{content:"\f7e1"}.fapro-spine:before{content:"\f7e2"}.fapro-spinner-scale:before{content:"\f7e3"}.fapro-spinner-third:before{content:"\f7e4"}.fapro-spinner:before{content:"\f7e5"}.fapro-spiral:before{content:"\f7e6"}.fapro-split:before{content:"\f7e7"}.fapro-splotch:before{content:"\f7e8"}.fapro-spoon:before{content:"\f7e9"}.fapro-sportsball:before{content:"\f7ea"}.fapro-spray-can-sparkles:before{content:"\f7eb"}.fapro-spray-can:before{content:"\f7ec"}.fapro-sprinkler-ceiling:before{content:"\f7ed"}.fapro-sprinkler:before{content:"\f7ee"}.fapro-sprout:before{content:"\f7ef"}.fapro-square-0:before{content:"\f7f0"}.fapro-square-1:before{content:"\f7f1"}.fapro-square-2:before{content:"\f7f2"}.fapro-square-3:before{content:"\f7f3"}.fapro-square-4:before{content:"\f7f4"}.fapro-square-5:before{content:"\f7f5"}.fapro-square-6:before{content:"\f7f6"}.fapro-square-7:before{content:"\f7f7"}.fapro-square-8:before{content:"\f7f8"}.fapro-square-9:before{content:"\f7f9"}.fapro-square-a-lock:before{content:"\f7fa"}.fapro-square-a:before{content:"\f7fb"}.fapro-square-ampersand:before{content:"\f7fc"}.fapro-square-arrow-down-left:before{content:"\f7fd"}.fapro-square-arrow-down-right:before{content:"\f7fe"}.fapro-square-arrow-down:before{content:"\f7ff"}.fapro-square-arrow-left:before{content:"\f800"}.fapro-square-arrow-right:before{content:"\f801"}.fapro-square-arrow-up-left:before{content:"\f802"}.fapro-square-arrow-up-right:before{content:"\f803"}.fapro-square-arrow-up:before{content:"\f804"}.fapro-square-austral:before{content:"\f805"}.fapro-square-australian-dollar:before{content:"\f806"}.fapro-square-b:before{content:"\f807"}.fapro-square-baht:before{content:"\f808"}.fapro-square-bangladeshi-taka:before{content:"\f809"}.fapro-square-binary:before{content:"\f80a"}.fapro-square-bitcoin:before{content:"\f80b"}.fapro-square-bolt:before{content:"\f80c"}.fapro-square-brazilian-real:before{content:"\f80d"}.fapro-square-c:before{content:"\f80e"}.fapro-square-caret-down:before{content:"\f80f"}.fapro-square-caret-left:before{content:"\f810"}.fapro-square-caret-right:before{content:"\f811"}.fapro-square-caret-up:before{content:"\f812"}.fapro-square-cedi:before{content:"\f813"}.fapro-square-cent:before{content:"\f814"}.fapro-square-check:before{content:"\f815"}.fapro-square-chevron-down:before{content:"\f816"}.fapro-square-chevron-left:before{content:"\f817"}.fapro-square-chevron-right:before{content:"\f818"}.fapro-square-chevron-up:before{content:"\f819"}.fapro-square-chf:before{content:"\f81a"}.fapro-square-code:before{content:"\f81b"}.fapro-square-colon:before{content:"\f81c"}.fapro-square-cruzeiro:before{content:"\f81d"}.fapro-square-currency:before{content:"\f81e"}.fapro-square-d:before{content:"\f81f"}.fapro-square-danish-krone:before{content:"\f820"}.fapro-square-dashed-circle-plus:before{content:"\f821"}.fapro-square-dashed:before{content:"\f822"}.fapro-square-divide:before{content:"\f823"}.fapro-square-dollar:before{content:"\f824"}.fapro-square-dong:before{content:"\f825"}.fapro-square-down-left:before{content:"\f826"}.fapro-square-down-right:before{content:"\f827"}.fapro-square-down:before{content:"\f828"}.fapro-square-e:before{content:"\f829"}.fapro-square-ellipsis-vertical:before{content:"\f82a"}.fapro-square-ellipsis:before{content:"\f82b"}.fapro-square-envelope:before{content:"\f82c"}.fapro-square-equals:before{content:"\f82d"}.fapro-square-euro:before{content:"\f82e"}.fapro-square-eurozone:before{content:"\f82f"}.fapro-square-exclamation:before{content:"\f830"}.fapro-square-f:before{content:"\f831"}.fapro-square-florin:before{content:"\f832"}.fapro-square-fragile:before{content:"\f833"}.fapro-square-franc:before{content:"\f834"}.fapro-square-full:before{content:"\f835"}.fapro-square-g:before{content:"\f836"}.fapro-square-guarani:before{content:"\f837"}.fapro-square-h:before{content:"\f838"}.fapro-square-half-horizontal:before{content:"\f839"}.fapro-square-half-stroke-horizontal:before{content:"\f83a"}.fapro-square-half-stroke:before{content:"\f83b"}.fapro-square-half:before{content:"\f83c"}.fapro-square-heart:before{content:"\f83d"}.fapro-square-hryvnia:before{content:"\f83e"}.fapro-square-i:before{content:"\f83f"}.fapro-square-indian-rupee:before{content:"\f840"}.fapro-square-info:before{content:"\f841"}.fapro-square-j:before{content:"\f842"}.fapro-square-k:before{content:"\f843"}.fapro-square-kanban:before{content:"\f844"}.fapro-square-kip:before{content:"\f845"}.fapro-square-l:before{content:"\f846"}.fapro-square-lari:before{content:"\f847"}.fapro-square-left:before{content:"\f848"}.fapro-square-lira:before{content:"\f849"}.fapro-square-list:before{content:"\f84a"}.fapro-square-litecoin:before{content:"\f84b"}.fapro-square-m:before{content:"\f84c"}.fapro-square-malaysian-ringgit:before{content:"\f84d"}.fapro-square-manat:before{content:"\f84e"}.fapro-square-microphone:before{content:"\f84f"}.fapro-square-mill:before{content:"\f850"}.fapro-square-minus:before{content:"\f851"}.fapro-square-n:before{content:"\f852"}.fapro-square-naira:before{content:"\f853"}.fapro-square-nfi:before{content:"\f854"}.fapro-square-norwegian-krone:before{content:"\f855"}.fapro-square-o:before{content:"\f856"}.fapro-square-p:before{content:"\f857"}.fapro-square-parking-slash:before{content:"\f858"}.fapro-square-parking:before{content:"\f859"}.fapro-square-pen:before{content:"\f85a"}.fapro-square-person-confined:before{content:"\f85b"}.fapro-square-peruvian-soles:before{content:"\f85c"}.fapro-square-peseta:before{content:"\f85d"}.fapro-square-peso:before{content:"\f85e"}.fapro-square-phone-flip:before{content:"\f85f"}.fapro-square-phone-hangup:before{content:"\f860"}.fapro-square-phone:before{content:"\f861"}.fapro-square-plus:before{content:"\f862"}.fapro-square-polish-zloty:before{content:"\f863"}.fapro-square-poll-horizontal:before{content:"\f864"}.fapro-square-poll-vertical:before{content:"\f865"}.fapro-square-q:before{content:"\f866"}.fapro-square-quarters:before{content:"\f867"}.fapro-square-question:before{content:"\f868"}.fapro-square-quote:before{content:"\f869"}.fapro-square-r:before{content:"\f86a"}.fapro-square-renminbi:before{content:"\f86b"}.fapro-square-right:before{content:"\f86c"}.fapro-square-ring:before{content:"\f86d"}.fapro-square-root-alt:before{content:"\f86e"}.fapro-square-root-variable:before{content:"\f86f"}.fapro-square-root:before{content:"\f870"}.fapro-square-rss:before{content:"\f871"}.fapro-square-ruble:before{content:"\f872"}.fapro-square-rupee:before{content:"\f873"}.fapro-square-rupiah:before{content:"\f874"}.fapro-square-s:before{content:"\f875"}.fapro-square-share-nodes:before{content:"\f876"}.fapro-square-shekel:before{content:"\f877"}.fapro-square-sliders-vertical:before{content:"\f878"}.fapro-square-sliders:before{content:"\f879"}.fapro-square-small:before{content:"\f87a"}.fapro-square-star:before{content:"\f87b"}.fapro-square-sterling:before{content:"\f87c"}.fapro-square-swedish-krona:before{content:"\f87d"}.fapro-square-t:before{content:"\f87e"}.fapro-square-tenge:before{content:"\f87f"}.fapro-square-terminal:before{content:"\f880"}.fapro-square-this-way-up:before{content:"\f881"}.fapro-square-tugrik:before{content:"\f882"}.fapro-square-turkish-lira:before{content:"\f883"}.fapro-square-u:before{content:"\f884"}.fapro-square-up-left:before{content:"\f885"}.fapro-square-up-right:before{content:"\f886"}.fapro-square-up:before{content:"\f887"}.fapro-square-user:before{content:"\f888"}.fapro-square-v:before{content:"\f889"}.fapro-square-virus:before{content:"\f88a"}.fapro-square-w:before{content:"\f88b"}.fapro-square-wine-glass-crack:before{content:"\f88c"}.fapro-square-won:before{content:"\f88d"}.fapro-square-x:before{content:"\f88e"}.fapro-square-xmark:before{content:"\f88f"}.fapro-square-y:before{content:"\f890"}.fapro-square-yen:before{content:"\f891"}.fapro-square-z:before{content:"\f892"}.fapro-square:before{content:"\f893"}.fapro-squareapore-dollar:before{content:"\f894"}.fapro-squid:before{content:"\f895"}.fapro-squirrel:before{content:"\f896"}.fapro-stadium:before{content:"\f897"}.fapro-staff-aesculapius:before{content:"\f898"}.fapro-staff-snake:before{content:"\f899"}.fapro-staff:before{content:"\f89a"}.fapro-stair-car:before{content:"\f89b"}.fapro-stairs:before{content:"\f89c"}.fapro-stamp:before{content:"\f89d"}.fapro-standard-definition:before{content:"\f89e"}.fapro-stapler:before{content:"\f89f"}.fapro-star-and-crescent:before{content:"\f8a0"}.fapro-star-christmas:before{content:"\f8a1"}.fapro-star-circle:before{content:"\f8a2"}.fapro-star-exclamation:before{content:"\f8a3"}.fapro-star-half-alt:before{content:"\f8a4"}.fapro-star-half-stroke:before{content:"\f8a5"}.fapro-star-half:before{content:"\f8a6"}.fapro-star-of-david:before{content:"\f8a7"}.fapro-star-of-life:before{content:"\f8a8"}.fapro-star-sharp-half-alt:before{content:"\f8a9"}.fapro-star-sharp-half-stroke:before{content:"\f8aa"}.fapro-star-sharp-half:before{content:"\f8ab"}.fapro-star-sharp:before{content:"\f8ac"}.fapro-star-shooting:before{content:"\f8ad"}.fapro-star:before{content:"\f8ae"}.fapro-starfighter-alt-advanced:before{content:"\f8af"}.fapro-starfighter-alt:before{content:"\f8b0"}.fapro-starfighter-twin-ion-engine-advanced:before{content:"\f8b1"}.fapro-starfighter-twin-ion-engine:before{content:"\f8b2"}.fapro-starfighter:before{content:"\f8b3"}.fapro-stars:before{content:"\f8b4"}.fapro-starship-freighter:before{content:"\f8b5"}.fapro-starship:before{content:"\f8b6"}.fapro-steak:before{content:"\f8b7"}.fapro-steering-wheel:before{content:"\f8b8"}.fapro-step-backward:before{content:"\f8b9"}.fapro-step-forward:before{content:"\f8ba"}.fapro-sterling-sign:before{content:"\f8bb"}.fapro-stethoscope:before{content:"\f8bc"}.fapro-sticky-note:before{content:"\f8bd"}.fapro-stocking:before{content:"\f8be"}.fapro-stomach:before{content:"\f8bf"}.fapro-stool:before{content:"\f8c0"}.fapro-stop-circle:before{content:"\f8c1"}.fapro-stop:before{content:"\f8c2"}.fapro-stopwatch-20:before{content:"\f8c3"}.fapro-stopwatch:before{content:"\f8c4"}.fapro-store-24:before{content:"\f8c5"}.fapro-store-alt-slash:before{content:"\f8c6"}.fapro-store-alt:before{content:"\f8c7"}.fapro-store-lock:before{content:"\f8c8"}.fapro-store-slash:before{content:"\f8c9"}.fapro-store:before{content:"\f8ca"}.fapro-strawberry:before{content:"\f8cb"}.fapro-stream:before{content:"\f8cc"}.fapro-street-view:before{content:"\f8cd"}.fapro-stretcher:before{content:"\f8ce"}.fapro-strikethrough:before{content:"\f8cf"}.fapro-stroopwafel:before{content:"\f8d0"}.fapro-subscript:before{content:"\f8d1"}.fapro-subtitles-slash:before{content:"\f8d2"}.fapro-subtitles:before{content:"\f8d3"}.fapro-subtract:before{content:"\f8d4"}.fapro-subway-tunnel:before{content:"\f8d5"}.fapro-subway:before{content:"\f8d6"}.fapro-suitcase-medical:before{content:"\f8d7"}.fapro-suitcase-rolling:before{content:"\f8d8"}.fapro-suitcase:before{content:"\f8d9"}.fapro-sun-alt:before{content:"\f8da"}.fapro-sun-bright:before{content:"\f8db"}.fapro-sun-cloud:before{content:"\f8dc"}.fapro-sun-dust:before{content:"\f8dd"}.fapro-sun-haze:before{content:"\f8de"}.fapro-sun-plant-wilt:before{content:"\f8df"}.fapro-sun:before{content:"\f8e0"}.fapro-sunglasses:before{content:"\f8e1"}.fapro-sunrise:before{content:"\f8e2"}.fapro-sunset:before{content:"\f8e3"}.fapro-superscript:before{content:"\f8e4"}.fapro-surprise:before{content:"\f8e5"}.fapro-sushi-roll:before{content:"\f8e6"}.fapro-sushi:before{content:"\f8e7"}.fapro-swap-arrows:before{content:"\f8e8"}.fapro-swap:before{content:"\f8e9"}.fapro-swatchbook:before{content:"\f8ea"}.fapro-swedish-krona-sign:before{content:"\f8eb"}.fapro-swimmer:before{content:"\f8ec"}.fapro-swimming-pool:before{content:"\f8ed"}.fapro-sword-laser-alt:before{content:"\f8ee"}.fapro-sword-laser:before{content:"\f8ef"}.fapro-sword:before{content:"\f8f0"}.fapro-swords-laser:before{content:"\f8f1"}.fapro-swords:before{content:"\f8f2"}.fapro-symbols:before{content:"\f8f3"}.fapro-synagogue:before{content:"\f8f4"}.fapro-sync-alt:before{content:"\f8f5"}.fapro-sync:before{content:"\f8f6"}.fapro-syringe:before{content:"\f8f7"}.fapro-t-rex:before{content:"\f8f8"}.fapro-t-shirt:before{content:"\f8f9"}.fapro-t:before{content:"\f8fa"}.fapro-table-bar:before{content:"\f8fb"}.fapro-table-cells-column-lock:before{content:"\f8fc"}.fapro-table-cells-column-unlock:before{content:"\f8fd"}.fapro-table-cells-columns:before{content:"\f8fe"}.fapro-table-cells-header-lock:before{content:"\f8ff"}.fapro-table-cells-header-unlock:before{content:"\f900"}.fapro-table-cells-header:before{content:"\f901"}.fapro-table-cells-large:before{content:"\f902"}.fapro-table-cells-lock:before{content:"\f903"}.fapro-table-cells-merge:before{content:"\f904"}.fapro-table-cells-row-lock:before{content:"\f905"}.fapro-table-cells-row-unlock:before{content:"\f906"}.fapro-table-cells-rows:before{content:"\f907"}.fapro-table-cells-split:before{content:"\f908"}.fapro-table-cells-unlock:before{content:"\f909"}.fapro-table-cells:before{content:"\f90a"}.fapro-table-columns-add-after:before{content:"\f90b"}.fapro-table-columns-add-before:before{content:"\f90c"}.fapro-table-columns-merge-next:before{content:"\f90d"}.fapro-table-columns-merge-previous:before{content:"\f90e"}.fapro-table-columns-remove-after:before{content:"\f90f"}.fapro-table-columns-remove-before:before{content:"\f910"}.fapro-table-columns:before{content:"\f911"}.fapro-table-dining:before{content:"\f912"}.fapro-table-layout:before{content:"\f913"}.fapro-table-list:before{content:"\f914"}.fapro-table-picnic:before{content:"\f915"}.fapro-table-pivot:before{content:"\f916"}.fapro-table-rows-add-above:before{content:"\f917"}.fapro-table-rows-add-below:before{content:"\f918"}.fapro-table-rows-merge-next:before{content:"\f919"}.fapro-table-rows-merge-previous:before{content:"\f91a"}.fapro-table-rows-remove-above:before{content:"\f91b"}.fapro-table-rows-remove-below:before{content:"\f91c"}.fapro-table-rows:before{content:"\f91d"}.fapro-table-slash:before{content:"\f91e"}.fapro-table-tennis-paddle-ball:before{content:"\f91f"}.fapro-table-tennis:before{content:"\f920"}.fapro-table-tree:before{content:"\f921"}.fapro-table:before{content:"\f922"}.fapro-tablet-alt:before{content:"\f923"}.fapro-tablet-android-alt:before{content:"\f924"}.fapro-tablet-android:before{content:"\f925"}.fapro-tablet-button:before{content:"\f926"}.fapro-tablet-rugged:before{content:"\f927"}.fapro-tablet-screen-button:before{content:"\f928"}.fapro-tablet-screen:before{content:"\f929"}.fapro-tablet:before{content:"\f92a"}.fapro-tablets:before{content:"\f92b"}.fapro-tachograph-digital:before{content:"\f92c"}.fapro-tachometer-alt-average:before{content:"\f92d"}.fapro-tachometer-alt-fast:before{content:"\f92e"}.fapro-tachometer-alt-fastest:before{content:"\f92f"}.fapro-tachometer-alt-slow:before{content:"\f930"}.fapro-tachometer-alt-slowest:before{content:"\f931"}.fapro-tachometer-alt:before{content:"\f932"}.fapro-tachometer-average:before{content:"\f933"}.fapro-tachometer-fast:before{content:"\f934"}.fapro-tachometer-fastest:before{content:"\f935"}.fapro-tachometer-slow:before{content:"\f936"}.fapro-tachometer-slowest:before{content:"\f937"}.fapro-tachometer:before{content:"\f938"}.fapro-taco:before{content:"\f939"}.fapro-tag:before{content:"\f93a"}.fapro-tags:before{content:"\f93b"}.fapro-tally-1:before{content:"\f93c"}.fapro-tally-2:before{content:"\f93d"}.fapro-tally-3:before{content:"\f93e"}.fapro-tally-4:before{content:"\f93f"}.fapro-tally-5:before{content:"\f940"}.fapro-tally:before{content:"\f941"}.fapro-tamale:before{content:"\f942"}.fapro-tanakh:before{content:"\f943"}.fapro-tank-recovery:before{content:"\f944"}.fapro-tank-water:before{content:"\f945"}.fapro-tape:before{content:"\f946"}.fapro-tarp-droplet:before{content:"\f947"}.fapro-tarp:before{content:"\f948"}.fapro-tasks-alt:before{content:"\f949"}.fapro-tasks:before{content:"\f94a"}.fapro-taurus:before{content:"\f94b"}.fapro-taxi-bus:before{content:"\f94c"}.fapro-taxi:before{content:"\f94d"}.fapro-teddy-bear:before{content:"\f94e"}.fapro-teeth-open:before{content:"\f94f"}.fapro-teeth:before{content:"\f950"}.fapro-telescope:before{content:"\f951"}.fapro-teletype-answer:before{content:"\f952"}.fapro-teletype:before{content:"\f953"}.fapro-television:before{content:"\f954"}.fapro-temperature-0:before{content:"\f955"}.fapro-temperature-1:before{content:"\f956"}.fapro-temperature-2:before{content:"\f957"}.fapro-temperature-3:before{content:"\f958"}.fapro-temperature-4:before{content:"\f959"}.fapro-temperature-arrow-down:before{content:"\f95a"}.fapro-temperature-arrow-up:before{content:"\f95b"}.fapro-temperature-down:before{content:"\f95c"}.fapro-temperature-empty:before{content:"\f95d"}.fapro-temperature-frigid:before{content:"\f95e"}.fapro-temperature-full:before{content:"\f95f"}.fapro-temperature-half:before{content:"\f960"}.fapro-temperature-high:before{content:"\f961"}.fapro-temperature-hot:before{content:"\f962"}.fapro-temperature-list:before{content:"\f963"}.fapro-temperature-low:before{content:"\f964"}.fapro-temperature-quarter:before{content:"\f965"}.fapro-temperature-slash:before{content:"\f966"}.fapro-temperature-snow:before{content:"\f967"}.fapro-temperature-sun:before{content:"\f968"}.fapro-temperature-three-quarters:before{content:"\f969"}.fapro-temperature-up:before{content:"\f96a"}.fapro-tenge-sign:before{content:"\f96b"}.fapro-tenge:before{content:"\f96c"}.fapro-tennis-ball:before{content:"\f96d"}.fapro-tent-arrow-down-to-line:before{content:"\f96e"}.fapro-tent-arrow-left-right:before{content:"\f96f"}.fapro-tent-arrow-turn-left:before{content:"\f970"}.fapro-tent-arrows-down:before{content:"\f971"}.fapro-tent-circus:before{content:"\f972"}.fapro-tent-double-peak:before{content:"\f973"}.fapro-tent:before{content:"\f974"}.fapro-tents:before{content:"\f975"}.fapro-terminal:before{content:"\f976"}.fapro-text-height:before{content:"\f977"}.fapro-text-size:before{content:"\f978"}.fapro-text-slash:before{content:"\f979"}.fapro-text-width:before{content:"\f97a"}.fapro-text:before{content:"\f97b"}.fapro-th-large:before{content:"\f97c"}.fapro-th-list:before{content:"\f97d"}.fapro-th:before{content:"\f97e"}.fapro-theater-masks:before{content:"\f97f"}.fapro-thermometer-0:before{content:"\f980"}.fapro-thermometer-1:before{content:"\f981"}.fapro-thermometer-2:before{content:"\f982"}.fapro-thermometer-3:before{content:"\f983"}.fapro-thermometer-4:before{content:"\f984"}.fapro-thermometer-empty:before{content:"\f985"}.fapro-thermometer-full:before{content:"\f986"}.fapro-thermometer-half:before{content:"\f987"}.fapro-thermometer-quarter:before{content:"\f988"}.fapro-thermometer-three-quarters:before{content:"\f989"}.fapro-thermometer:before{content:"\f98a"}.fapro-theta:before{content:"\f98b"}.fapro-thought-bubble:before{content:"\f98c"}.fapro-thumb-tack-slash:before{content:"\f98d"}.fapro-thumb-tack:before{content:"\f98e"}.fapro-thumbs-down:before{content:"\f98f"}.fapro-thumbs-up:before{content:"\f990"}.fapro-thumbtack-angle-slash:before{content:"\f991"}.fapro-thumbtack-angle:before{content:"\f992"}.fapro-thumbtack-slash:before{content:"\f993"}.fapro-thumbtack:before{content:"\f994"}.fapro-thunderstorm-moon:before{content:"\f995"}.fapro-thunderstorm-sun:before{content:"\f996"}.fapro-thunderstorm:before{content:"\f997"}.fapro-tick:before{content:"\f998"}.fapro-ticket-airline:before{content:"\f999"}.fapro-ticket-alt:before{content:"\f99a"}.fapro-ticket-perforated-plane:before{content:"\f99b"}.fapro-ticket-perforated:before{content:"\f99c"}.fapro-ticket-plane:before{content:"\f99d"}.fapro-ticket-simple:before{content:"\f99e"}.fapro-ticket:before{content:"\f99f"}.fapro-tickets-airline:before{content:"\f9a0"}.fapro-tickets-perforated-plane:before{content:"\f9a1"}.fapro-tickets-perforated:before{content:"\f9a2"}.fapro-tickets-plane:before{content:"\f9a3"}.fapro-tickets-simple:before{content:"\f9a4"}.fapro-tickets:before{content:"\f9a5"}.fapro-tilde:before{content:"\f9a6"}.fapro-timeline-arrow:before{content:"\f9a7"}.fapro-timeline:before{content:"\f9a8"}.fapro-timer:before{content:"\f9a9"}.fapro-times-circle:before{content:"\f9aa"}.fapro-times-hexagon:before{content:"\f9ab"}.fapro-times-octagon:before{content:"\f9ac"}.fapro-times-rectangle:before{content:"\f9ad"}.fapro-times-square:before{content:"\f9ae"}.fapro-times-to-slot:before{content:"\f9af"}.fapro-times:before{content:"\f9b0"}.fapro-tint-slash:before{content:"\f9b1"}.fapro-tint:before{content:"\f9b2"}.fapro-tire-flat:before{content:"\f9b3"}.fapro-tire-pressure-warning:before{content:"\f9b4"}.fapro-tire-rugged:before{content:"\f9b5"}.fapro-tire:before{content:"\f9b6"}.fapro-tired:before{content:"\f9b7"}.fapro-toggle-large-off:before{content:"\f9b8"}.fapro-toggle-large-on:before{content:"\f9b9"}.fapro-toggle-off:before{content:"\f9ba"}.fapro-toggle-on:before{content:"\f9bb"}.fapro-toilet-paper-alt:before{content:"\f9bc"}.fapro-toilet-paper-blank-under:before{content:"\f9bd"}.fapro-toilet-paper-blank:before{content:"\f9be"}.fapro-toilet-paper-check:before{content:"\f9bf"}.fapro-toilet-paper-reverse-alt:before{content:"\f9c0"}.fapro-toilet-paper-reverse-slash:before{content:"\f9c1"}.fapro-toilet-paper-reverse:before{content:"\f9c2"}.fapro-toilet-paper-slash:before{content:"\f9c3"}.fapro-toilet-paper-under-slash:before{content:"\f9c4"}.fapro-toilet-paper-under:before{content:"\f9c5"}.fapro-toilet-paper-xmark:before{content:"\f9c6"}.fapro-toilet-paper:before{content:"\f9c7"}.fapro-toilet-portable:before{content:"\f9c8"}.fapro-toilet:before{content:"\f9c9"}.fapro-toilets-portable:before{content:"\f9ca"}.fapro-tomato:before{content:"\f9cb"}.fapro-tombstone-alt:before{content:"\f9cc"}.fapro-tombstone-blank:before{content:"\f9cd"}.fapro-tombstone:before{content:"\f9ce"}.fapro-toolbox:before{content:"\f9cf"}.fapro-tools:before{content:"\f9d0"}.fapro-tooth:before{content:"\f9d1"}.fapro-toothbrush:before{content:"\f9d2"}.fapro-torah:before{content:"\f9d3"}.fapro-torii-gate:before{content:"\f9d4"}.fapro-tornado:before{content:"\f9d5"}.fapro-tower-broadcast:before{content:"\f9d6"}.fapro-tower-cell:before{content:"\f9d7"}.fapro-tower-control:before{content:"\f9d8"}.fapro-tower-observation:before{content:"\f9d9"}.fapro-tower-receive:before{content:"\f9da"}.fapro-tractor:before{content:"\f9db"}.fapro-trademark:before{content:"\f9dc"}.fapro-traffic-cone:before{content:"\f9dd"}.fapro-traffic-light-go:before{content:"\f9de"}.fapro-traffic-light-slow:before{content:"\f9df"}.fapro-traffic-light-stop:before{content:"\f9e0"}.fapro-traffic-light:before{content:"\f9e1"}.fapro-trailer:before{content:"\f9e2"}.fapro-train-stop:before{content:"\f9e3"}.fapro-train-subway-tunnel:before{content:"\f9e4"}.fapro-train-subway:before{content:"\f9e5"}.fapro-train-track:before{content:"\f9e6"}.fapro-train-tram:before{content:"\f9e7"}.fapro-train-tunnel:before{content:"\f9e8"}.fapro-train:before{content:"\f9e9"}.fapro-tram:before{content:"\f9ea"}.fapro-transducer:before{content:"\f9eb"}.fapro-transformer-bolt:before{content:"\f9ec"}.fapro-transgender-alt:before{content:"\f9ed"}.fapro-transgender:before{content:"\f9ee"}.fapro-transmission:before{content:"\f9ef"}.fapro-transporter-1:before{content:"\f9f0"}.fapro-transporter-2:before{content:"\f9f1"}.fapro-transporter-3:before{content:"\f9f2"}.fapro-transporter-4:before{content:"\f9f3"}.fapro-transporter-5:before{content:"\f9f4"}.fapro-transporter-6:before{content:"\f9f5"}.fapro-transporter-7:before{content:"\f9f6"}.fapro-transporter-empty:before{content:"\f9f7"}.fapro-transporter:before{content:"\f9f8"}.fapro-trash-alt-slash:before{content:"\f9f9"}.fapro-trash-alt:before{content:"\f9fa"}.fapro-trash-arrow-turn-left:before{content:"\f9fb"}.fapro-trash-arrow-up:before{content:"\f9fc"}.fapro-trash-can-arrow-turn-left:before{content:"\f9fd"}.fapro-trash-can-arrow-up:before{content:"\f9fe"}.fapro-trash-can-check:before{content:"\f9ff"}.fapro-trash-can-clock:before{content:"\fa00"}.fapro-trash-can-list:before{content:"\fa01"}.fapro-trash-can-plus:before{content:"\fa02"}.fapro-trash-can-slash:before{content:"\fa03"}.fapro-trash-can-undo:before{content:"\fa04"}.fapro-trash-can-xmark:before{content:"\fa05"}.fapro-trash-can:before{content:"\fa06"}.fapro-trash-check:before{content:"\fa07"}.fapro-trash-circle:before{content:"\fa08"}.fapro-trash-clock:before{content:"\fa09"}.fapro-trash-list:before{content:"\fa0a"}.fapro-trash-plus:before{content:"\fa0b"}.fapro-trash-restore-alt:before{content:"\fa0c"}.fapro-trash-restore:before{content:"\fa0d"}.fapro-trash-slash:before{content:"\fa0e"}.fapro-trash-undo-alt:before{content:"\fa0f"}.fapro-trash-undo:before{content:"\fa10"}.fapro-trash-xmark:before{content:"\fa11"}.fapro-trash:before{content:"\fa12"}.fapro-treasure-chest:before{content:"\fa13"}.fapro-tree-alt:before{content:"\fa14"}.fapro-tree-christmas:before{content:"\fa15"}.fapro-tree-city:before{content:"\fa16"}.fapro-tree-deciduous:before{content:"\fa17"}.fapro-tree-decorated:before{content:"\fa18"}.fapro-tree-large:before{content:"\fa19"}.fapro-tree-palm:before{content:"\fa1a"}.fapro-tree:before{content:"\fa1b"}.fapro-trees:before{content:"\fa1c"}.fapro-trian-balbot:before{content:"\fa1d"}.fapro-triangle-circle-square:before{content:"\fa1e"}.fapro-triangle-exclamation:before{content:"\fa1f"}.fapro-triangle-instrument:before{content:"\fa20"}.fapro-triangle-music:before{content:"\fa21"}.fapro-triangle-person-digging:before{content:"\fa22"}.fapro-triangle:before{content:"\fa23"}.fapro-tricycle-adult:before{content:"\fa24"}.fapro-tricycle:before{content:"\fa25"}.fapro-trillium:before{content:"\fa26"}.fapro-triple-chevrons-down:before{content:"\fa27"}.fapro-triple-chevrons-left:before{content:"\fa28"}.fapro-triple-chevrons-right:before{content:"\fa29"}.fapro-triple-chevrons-up:before{content:"\fa2a"}.fapro-trombone:before{content:"\fa2b"}.fapro-trophy-alt:before{content:"\fa2c"}.fapro-trophy-star:before{content:"\fa2d"}.fapro-trophy:before{content:"\fa2e"}.fapro-trowel-bricks:before{content:"\fa2f"}.fapro-trowel:before{content:"\fa30"}.fapro-truck-arrow-right:before{content:"\fa31"}.fapro-truck-bolt:before{content:"\fa32"}.fapro-truck-clock:before{content:"\fa33"}.fapro-truck-container-empty:before{content:"\fa34"}.fapro-truck-container:before{content:"\fa35"}.fapro-truck-couch:before{content:"\fa36"}.fapro-truck-droplet:before{content:"\fa37"}.fapro-truck-fast:before{content:"\fa38"}.fapro-truck-field-un:before{content:"\fa39"}.fapro-truck-field:before{content:"\fa3a"}.fapro-truck-fire:before{content:"\fa3b"}.fapro-truck-flatbed:before{content:"\fa3c"}.fapro-truck-front:before{content:"\fa3d"}.fapro-truck-ladder:before{content:"\fa3e"}.fapro-truck-loading:before{content:"\fa3f"}.fapro-truck-medical:before{content:"\fa40"}.fapro-truck-monster:before{content:"\fa41"}.fapro-truck-moving:before{content:"\fa42"}.fapro-truck-pickup:before{content:"\fa43"}.fapro-truck-plane:before{content:"\fa44"}.fapro-truck-plow:before{content:"\fa45"}.fapro-truck-ramp-box:before{content:"\fa46"}.fapro-truck-ramp-couch:before{content:"\fa47"}.fapro-truck-ramp:before{content:"\fa48"}.fapro-truck-suv:before{content:"\fa49"}.fapro-truck-tow:before{content:"\fa4a"}.fapro-truck-utensils:before{content:"\fa4b"}.fapro-truck:before{content:"\fa4c"}.fapro-trumpet:before{content:"\fa4d"}.fapro-try:before{content:"\fa4e"}.fapro-tshirt:before{content:"\fa4f"}.fapro-tty-answer:before{content:"\fa50"}.fapro-tty:before{content:"\fa51"}.fapro-tugrik-sign:before{content:"\fa52"}.fapro-turkey:before{content:"\fa53"}.fapro-turkish-lira-sign:before{content:"\fa54"}.fapro-turkish-lira:before{content:"\fa55"}.fapro-turn-down-left:before{content:"\fa56"}.fapro-turn-down-right:before{content:"\fa57"}.fapro-turn-down:before{content:"\fa58"}.fapro-turn-left-down:before{content:"\fa59"}.fapro-turn-left-up:before{content:"\fa5a"}.fapro-turn-left:before{content:"\fa5b"}.fapro-turn-right:before{content:"\fa5c"}.fapro-turn-up:before{content:"\fa5d"}.fapro-turntable:before{content:"\fa5e"}.fapro-turtle:before{content:"\fa5f"}.fapro-tv-alt:before{content:"\fa60"}.fapro-tv-music:before{content:"\fa61"}.fapro-tv-retro:before{content:"\fa62"}.fapro-tv:before{content:"\fa63"}.fapro-typewriter:before{content:"\fa64"}.fapro-u-turn-down-left:before{content:"\fa65"}.fapro-u-turn-down-right:before{content:"\fa66"}.fapro-u-turn-left-down:before{content:"\fa67"}.fapro-u-turn-left-up:before{content:"\fa68"}.fapro-u-turn-right-down:before{content:"\fa69"}.fapro-u-turn-right-up:before{content:"\fa6a"}.fapro-u-turn-up-left:before{content:"\fa6b"}.fapro-u-turn-up-right:before{content:"\fa6c"}.fapro-u-turn:before{content:"\fa6d"}.fapro-u:before{content:"\fa6e"}.fapro-ufo-beam:before{content:"\fa6f"}.fapro-ufo:before{content:"\fa70"}.fapro-umbrella-alt:before{content:"\fa71"}.fapro-umbrella-beach:before{content:"\fa72"}.fapro-umbrella-simple:before{content:"\fa73"}.fapro-umbrella:before{content:"\fa74"}.fapro-underline:before{content:"\fa75"}.fapro-undo-alt:before{content:"\fa76"}.fapro-undo:before{content:"\fa77"}.fapro-unicorn:before{content:"\fa78"}.fapro-unicycle:before{content:"\fa79"}.fapro-uniform-martial-arts:before{content:"\fa7a"}.fapro-union:before{content:"\fa7b"}.fapro-universal-access:before{content:"\fa7c"}.fapro-university:before{content:"\fa7d"}.fapro-unlink:before{content:"\fa7e"}.fapro-unlock-alt:before{content:"\fa7f"}.fapro-unlock-keyhole:before{content:"\fa80"}.fapro-unlock:before{content:"\fa81"}.fapro-unsorted:before{content:"\fa82"}.fapro-up-down-left-right:before{content:"\fa83"}.fapro-up-down:before{content:"\fa84"}.fapro-up-from-bracket:before{content:"\fa85"}.fapro-up-from-dotted-line:before{content:"\fa86"}.fapro-up-from-line:before{content:"\fa87"}.fapro-up-left:before{content:"\fa88"}.fapro-up-long-to-line:before{content:"\fa89"}.fapro-up-long:before{content:"\fa8a"}.fapro-up-right-and-down-left-from-center:before{content:"\fa8b"}.fapro-up-right-from-square:before{content:"\fa8c"}.fapro-up-right:before{content:"\fa8d"}.fapro-up-to-bracket:before{content:"\fa8e"}.fapro-up-to-dotted-line:before{content:"\fa8f"}.fapro-up-to-line:before{content:"\fa90"}.fapro-up:before{content:"\fa91"}.fapro-upload:before{content:"\fa92"}.fapro-usb-drive:before{content:"\fa93"}.fapro-usd-circle:before{content:"\fa94"}.fapro-usd-square:before{content:"\fa95"}.fapro-usd:before{content:"\fa96"}.fapro-user-alien:before{content:"\fa97"}.fapro-user-alt-slash:before{content:"\fa98"}.fapro-user-alt:before{content:"\fa99"}.fapro-user-astronaut:before{content:"\fa9a"}.fapro-user-beard-bolt:before{content:"\fa9b"}.fapro-user-beard:before{content:"\fa9c"}.fapro-user-bounty-hunter:before{content:"\fa9d"}.fapro-user-chart:before{content:"\fa9e"}.fapro-user-check:before{content:"\fa9f"}.fapro-user-chef-hair-long:before{content:"\faa0"}.fapro-user-chef:before{content:"\faa1"}.fapro-user-circle-minus:before{content:"\faa2"}.fapro-user-circle-plus:before{content:"\faa3"}.fapro-user-circle:before{content:"\faa4"}.fapro-user-clock:before{content:"\faa5"}.fapro-user-cog:before{content:"\faa6"}.fapro-user-construction:before{content:"\faa7"}.fapro-user-cowboy:before{content:"\faa8"}.fapro-user-crown:before{content:"\faa9"}.fapro-user-dashed:before{content:"\faaa"}.fapro-user-doctor-hair-long:before{content:"\faab"}.fapro-user-doctor-hair-mullet:before{content:"\faac"}.fapro-user-doctor-hair:before{content:"\faad"}.fapro-user-doctor-message:before{content:"\faae"}.fapro-user-doctor:before{content:"\faaf"}.fapro-user-edit:before{content:"\fab0"}.fapro-user-friends:before{content:"\fab1"}.fapro-user-gear:before{content:"\fab2"}.fapro-user-graduate:before{content:"\fab3"}.fapro-user-group-crown:before{content:"\fab4"}.fapro-user-group-simple:before{content:"\fab5"}.fapro-user-group:before{content:"\fab6"}.fapro-user-hair-buns:before{content:"\fab7"}.fapro-user-hair-long:before{content:"\fab8"}.fapro-user-hair-mullet:before{content:"\fab9"}.fapro-user-hair:before{content:"\faba"}.fapro-user-hard-hat:before{content:"\fabb"}.fapro-user-hat-tie-magnifying-glass:before{content:"\fabc"}.fapro-user-hat-tie:before{content:"\fabd"}.fapro-user-headset:before{content:"\fabe"}.fapro-user-helmet-safety:before{content:"\fabf"}.fapro-user-hoodie:before{content:"\fac0"}.fapro-user-injured:before{content:"\fac1"}.fapro-user-key:before{content:"\fac2"}.fapro-user-large-slash:before{content:"\fac3"}.fapro-user-large:before{content:"\fac4"}.fapro-user-lock:before{content:"\fac5"}.fapro-user-magnifying-glass:before{content:"\fac6"}.fapro-user-md-chat:before{content:"\fac7"}.fapro-user-md:before{content:"\fac8"}.fapro-user-message:before{content:"\fac9"}.fapro-user-microphone:before{content:"\faca"}.fapro-user-minus:before{content:"\facb"}.fapro-user-music:before{content:"\facc"}.fapro-user-ninja:before{content:"\facd"}.fapro-user-nurse-hair-long:before{content:"\face"}.fapro-user-nurse-hair:before{content:"\facf"}.fapro-user-nurse:before{content:"\fad0"}.fapro-user-pen:before{content:"\fad1"}.fapro-user-pilot-hair-long:before{content:"\fad2"}.fapro-user-pilot-tie-hair-long:before{content:"\fad3"}.fapro-user-pilot-tie:before{content:"\fad4"}.fapro-user-pilot:before{content:"\fad5"}.fapro-user-plus:before{content:"\fad6"}.fapro-user-police-hair-long:before{content:"\fad7"}.fapro-user-police-tie-hair-long:before{content:"\fad8"}.fapro-user-police-tie:before{content:"\fad9"}.fapro-user-police:before{content:"\fada"}.fapro-user-question:before{content:"\fadb"}.fapro-user-robot-xmarks:before{content:"\fadc"}.fapro-user-robot:before{content:"\fadd"}.fapro-user-secret:before{content:"\fade"}.fapro-user-shakespeare:before{content:"\fadf"}.fapro-user-shield:before{content:"\fae0"}.fapro-user-sith:before{content:"\fae1"}.fapro-user-slash:before{content:"\fae2"}.fapro-user-tag:before{content:"\fae3"}.fapro-user-tie-hair-long:before{content:"\fae4"}.fapro-user-tie-hair-mullet:before{content:"\fae5"}.fapro-user-tie-hair:before{content:"\fae6"}.fapro-user-tie:before{content:"\fae7"}.fapro-user-times:before{content:"\fae8"}.fapro-user-unlock:before{content:"\fae9"}.fapro-user-viewfinder:before{content:"\faea"}.fapro-user-visor:before{content:"\faeb"}.fapro-user-vneck-hair-long:before{content:"\faec"}.fapro-user-vneck-hair-mullet:before{content:"\faed"}.fapro-user-vneck-hair:before{content:"\faee"}.fapro-user-vneck:before{content:"\faef"}.fapro-user-xmark:before{content:"\faf0"}.fapro-user:before{content:"\faf1"}.fapro-users-between-lines:before{content:"\faf2"}.fapro-users-class:before{content:"\faf3"}.fapro-users-cog:before{content:"\faf4"}.fapro-users-crown:before{content:"\faf5"}.fapro-users-gear:before{content:"\faf6"}.fapro-users-line:before{content:"\faf7"}.fapro-users-medical:before{content:"\faf8"}.fapro-users-rays:before{content:"\faf9"}.fapro-users-rectangle:before{content:"\fafa"}.fapro-users-slash:before{content:"\fafb"}.fapro-users-viewfinder:before{content:"\fafc"}.fapro-users:before{content:"\fafd"}.fapro-utensil-fork:before{content:"\fafe"}.fapro-utensil-knife:before{content:"\faff"}.fapro-utensil-spoon:before{content:"\fb00"}.fapro-utensils-alt:before{content:"\fb01"}.fapro-utensils-slash:before{content:"\fb02"}.fapro-utensils:before{content:"\fb03"}.fapro-utility-can:before{content:"\fb04"}.fapro-utility-pole-double:before{content:"\fb05"}.fapro-utility-pole:before{content:"\fb06"}.fapro-v:before{content:"\fb07"}.fapro-vacuum-robot:before{content:"\fb08"}.fapro-vacuum:before{content:"\fb09"}.fapro-value-absolute:before{content:"\fb0a"}.fapro-van-shuttle:before{content:"\fb0b"}.fapro-van:before{content:"\fb0c"}.fapro-vault:before{content:"\fb0d"}.fapro-vcard:before{content:"\fb0e"}.fapro-vector-circle:before{content:"\fb0f"}.fapro-vector-polygon:before{content:"\fb10"}.fapro-vector-square:before{content:"\fb11"}.fapro-vent-damper:before{content:"\fb12"}.fapro-venus-double:before{content:"\fb13"}.fapro-venus-mars:before{content:"\fb14"}.fapro-venus:before{content:"\fb15"}.fapro-vest-patches:before{content:"\fb16"}.fapro-vest:before{content:"\fb17"}.fapro-vhs:before{content:"\fb18"}.fapro-vial-circle-check:before{content:"\fb19"}.fapro-vial-vertical:before{content:"\fb1a"}.fapro-vial-virus:before{content:"\fb1b"}.fapro-vial:before{content:"\fb1c"}.fapro-vials:before{content:"\fb1d"}.fapro-video-arrow-down-left:before{content:"\fb1e"}.fapro-video-arrow-up-right:before{content:"\fb1f"}.fapro-video-camera:before{content:"\fb20"}.fapro-video-circle:before{content:"\fb21"}.fapro-video-down-to-line:before{content:"\fb22"}.fapro-video-handheld:before{content:"\fb23"}.fapro-video-plus:before{content:"\fb24"}.fapro-video-question:before{content:"\fb25"}.fapro-video-slash:before{content:"\fb26"}.fapro-video:before{content:"\fb27"}.fapro-vihara:before{content:"\fb28"}.fapro-violin:before{content:"\fb29"}.fapro-virgo:before{content:"\fb2a"}.fapro-virus-covid-slash:before{content:"\fb2b"}.fapro-virus-covid:before{content:"\fb2c"}.fapro-virus-slash:before{content:"\fb2d"}.fapro-virus:before{content:"\fb2e"}.fapro-viruses:before{content:"\fb2f"}.fapro-voicemail:before{content:"\fb30"}.fapro-volcano:before{content:"\fb31"}.fapro-volleyball-ball:before{content:"\fb32"}.fapro-volleyball:before{content:"\fb33"}.fapro-volume-control-phone:before{content:"\fb34"}.fapro-volume-down:before{content:"\fb35"}.fapro-volume-high:before{content:"\fb36"}.fapro-volume-low:before{content:"\fb37"}.fapro-volume-medium:before{content:"\fb38"}.fapro-volume-mute:before{content:"\fb39"}.fapro-volume-off:before{content:"\fb3a"}.fapro-volume-slash:before{content:"\fb3b"}.fapro-volume-times:before{content:"\fb3c"}.fapro-volume-up:before{content:"\fb3d"}.fapro-volume-xmark:before{content:"\fb3e"}.fapro-volume:before{content:"\fb3f"}.fapro-vote-nay:before{content:"\fb40"}.fapro-vote-yea:before{content:"\fb41"}.fapro-vr-cardboard:before{content:"\fb42"}.fapro-w:before{content:"\fb43"}.fapro-waffle:before{content:"\fb44"}.fapro-wagon-covered:before{content:"\fb45"}.fapro-walker:before{content:"\fb46"}.fapro-walkie-talkie:before{content:"\fb47"}.fapro-walking:before{content:"\fb48"}.fapro-wall-brick:before{content:"\fb49"}.fapro-wallet:before{content:"\fb4a"}.fapro-wand-magic-sparkles:before{content:"\fb4b"}.fapro-wand-magic:before{content:"\fb4c"}.fapro-wand-sparkles:before{content:"\fb4d"}.fapro-wand:before{content:"\fb4e"}.fapro-wardrobe:before{content:"\fb4f"}.fapro-warehouse-alt:before{content:"\fb50"}.fapro-warehouse-full:before{content:"\fb51"}.fapro-warehouse:before{content:"\fb52"}.fapro-warning:before{content:"\fb53"}.fapro-washer:before{content:"\fb54"}.fapro-washing-machine:before{content:"\fb55"}.fapro-watch-apple:before{content:"\fb56"}.fapro-watch-calculator:before{content:"\fb57"}.fapro-watch-fitness:before{content:"\fb58"}.fapro-watch-smart:before{content:"\fb59"}.fapro-watch:before{content:"\fb5a"}.fapro-water-arrow-down:before{content:"\fb5b"}.fapro-water-arrow-up:before{content:"\fb5c"}.fapro-water-ladder:before{content:"\fb5d"}.fapro-water-lower:before{content:"\fb5e"}.fapro-water-rise:before{content:"\fb5f"}.fapro-water-temp:before{content:"\fb60"}.fapro-water-temperature:before{content:"\fb61"}.fapro-water:before{content:"\fb62"}.fapro-watermelon-slice:before{content:"\fb63"}.fapro-wave-pulse:before{content:"\fb64"}.fapro-wave-sine:before{content:"\fb65"}.fapro-wave-square:before{content:"\fb66"}.fapro-wave-triangle:before{content:"\fb67"}.fapro-wave:before{content:"\fb68"}.fapro-waveform-circle:before{content:"\fb69"}.fapro-waveform-lines:before{content:"\fb6a"}.fapro-waveform-path:before{content:"\fb6b"}.fapro-waveform:before{content:"\fb6c"}.fapro-waves-sine:before{content:"\fb6d"}.fapro-web-awesome:before{content:"\fb6e"}.fapro-webcam-slash:before{content:"\fb6f"}.fapro-webcam:before{content:"\fb70"}.fapro-webhook:before{content:"\fb71"}.fapro-weight-hanging:before{content:"\fb72"}.fapro-weight-scale:before{content:"\fb73"}.fapro-weight:before{content:"\fb74"}.fapro-whale:before{content:"\fb75"}.fapro-wheat-alt:before{content:"\fb76"}.fapro-wheat-awn-circle-exclamation:before{content:"\fb77"}.fapro-wheat-awn-slash:before{content:"\fb78"}.fapro-wheat-awn:before{content:"\fb79"}.fapro-wheat-slash:before{content:"\fb7a"}.fapro-wheat:before{content:"\fb7b"}.fapro-wheelchair-alt:before{content:"\fb7c"}.fapro-wheelchair-move:before{content:"\fb7d"}.fapro-wheelchair:before{content:"\fb7e"}.fapro-whiskey-glass-ice:before{content:"\fb7f"}.fapro-whiskey-glass:before{content:"\fb80"}.fapro-whistle:before{content:"\fb81"}.fapro-wifi-1:before{content:"\fb82"}.fapro-wifi-2:before{content:"\fb83"}.fapro-wifi-3:before{content:"\fb84"}.fapro-wifi-exclamation:before{content:"\fb85"}.fapro-wifi-fair:before{content:"\fb86"}.fapro-wifi-slash:before{content:"\fb87"}.fapro-wifi-strong:before{content:"\fb88"}.fapro-wifi-weak:before{content:"\fb89"}.fapro-wifi:before{content:"\fb8a"}.fapro-wind-circle-exclamation:before{content:"\fb8b"}.fapro-wind-turbine:before{content:"\fb8c"}.fapro-wind-warning:before{content:"\fb8d"}.fapro-wind:before{content:"\fb8e"}.fapro-window-alt:before{content:"\fb8f"}.fapro-window-close:before{content:"\fb90"}.fapro-window-flip:before{content:"\fb91"}.fapro-window-frame-open:before{content:"\fb92"}.fapro-window-frame:before{content:"\fb93"}.fapro-window-maximize:before{content:"\fb94"}.fapro-window-minimize:before{content:"\fb95"}.fapro-window-restore:before{content:"\fb96"}.fapro-window:before{content:"\fb97"}.fapro-windsock:before{content:"\fb98"}.fapro-wine-bottle:before{content:"\fb99"}.fapro-wine-glass-alt:before{content:"\fb9a"}.fapro-wine-glass-crack:before{content:"\fb9b"}.fapro-wine-glass-empty:before{content:"\fb9c"}.fapro-wine-glass:before{content:"\fb9d"}.fapro-wireless:before{content:"\fb9e"}.fapro-won-sign:before{content:"\fb9f"}.fapro-won:before{content:"\fba0"}.fapro-worm:before{content:"\fba1"}.fapro-wreath-laurel:before{content:"\fba2"}.fapro-wreath:before{content:"\fba3"}.fapro-wrench-simple:before{content:"\fba4"}.fapro-wrench:before{content:"\fba5"}.fapro-x-ray:before{content:"\fba6"}.fapro-x:before{content:"\fba7"}.fapro-xmark-circle:before{content:"\fba8"}.fapro-xmark-hexagon:before{content:"\fba9"}.fapro-xmark-large:before{content:"\fbaa"}.fapro-xmark-octagon:before{content:"\fbab"}.fapro-xmark-square:before{content:"\fbac"}.fapro-xmark-to-slot:before{content:"\fbad"}.fapro-xmark:before{content:"\fbae"}.fapro-xmarks-lines:before{content:"\fbaf"}.fapro-y:before{content:"\fbb0"}.fapro-yen-sign:before{content:"\fbb1"}.fapro-yen:before{content:"\fbb2"}.fapro-yin-yang:before{content:"\fbb3"}.fapro-z:before{content:"\fbb4"}.fapro-zap:before{content:"\fbb5"}.fapro-zzz:before{content:"\fbb6"}
@font-face{font-display:swap;font-family:'fa-regular';src:url(/media/com_sppagebuilder/assets/iconfont/fa-regular/fonts/fa-regular.eot?fh0gui=);src:url(/media/com_sppagebuilder/assets/iconfont/fa-regular/fonts/fa-regular.eot?fh0gui=#iefix) format('embedded-opentype'),url(/media/com_sppagebuilder/assets/iconfont/fa-regular/fonts/fa-regular.ttf?fh0gui=) format('truetype'),url(/media/com_sppagebuilder/assets/iconfont/fa-regular/fonts/fa-regular.woff?fh0gui=) format('woff'),url(/media/com_sppagebuilder/assets/iconfont/fa-regular/fonts/fa-regular.svg?fh0gui=#fa-regular) format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="faproregular-"],[class*=" faproregular-"]{font-family:'fa-regular' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.faproregular-0:before{content:"\e900"}.faproregular-00:before{content:"\e901"}.faproregular-1:before{content:"\e902"}.faproregular-2:before{content:"\e903"}.faproregular-3:before{content:"\e904"}.faproregular-4:before{content:"\e905"}.faproregular-5:before{content:"\e906"}.faproregular-6:before{content:"\e907"}.faproregular-7:before{content:"\e908"}.faproregular-8:before{content:"\e909"}.faproregular-9:before{content:"\e90a"}.faproregular-100:before{content:"\e90b"}.faproregular-degrees:before{content:"\e90c"}.faproregular-a:before{content:"\e90d"}.faproregular-abacus:before{content:"\e90e"}.faproregular-accent-grave:before{content:"\e90f"}.faproregular-acorn:before{content:"\e910"}.faproregular-ad:before{content:"\e911"}.faproregular-add:before{content:"\e912"}.faproregular-address-book:before{content:"\e913"}.faproregular-address-card:before{content:"\e914"}.faproregular-adjust:before{content:"\e915"}.faproregular-aeropress:before{content:"\e916"}.faproregular-air-conditioner:before{content:"\e917"}.faproregular-air-freshener:before{content:"\e918"}.faproregular-airplay-audio:before{content:"\e919"}.faproregular-airplay:before{content:"\e91a"}.faproregular-alarm-clock:before{content:"\e91b"}.faproregular-alarm-exclamation:before{content:"\e91c"}.faproregular-alarm-minus:before{content:"\e91d"}.faproregular-alarm-plus:before{content:"\e91e"}.faproregular-alarm-snooze:before{content:"\e91f"}.faproregular-album-circle-plus:before{content:"\e920"}.faproregular-album-circle-user:before{content:"\e921"}.faproregular-album-collection-circle-plus:before{content:"\e922"}.faproregular-album-collection-circle-user:before{content:"\e923"}.faproregular-album-collection:before{content:"\e924"}.faproregular-album:before{content:"\e925"}.faproregular-alicorn:before{content:"\e926"}.faproregular-alien-8bit:before{content:"\e927"}.faproregular-alien-monster:before{content:"\e928"}.faproregular-alien:before{content:"\e929"}.faproregular-align-center:before{content:"\e92a"}.faproregular-align-justify:before{content:"\e92b"}.faproregular-align-left:before{content:"\e92c"}.faproregular-align-right:before{content:"\e92d"}.faproregular-align-slash:before{content:"\e92e"}.faproregular-allergies:before{content:"\e92f"}.faproregular-almost-equal-to:before{content:"\e930"}.faproregular-alt:before{content:"\e931"}.faproregular-ambulance:before{content:"\e932"}.faproregular-american-sign-language-interpreting:before{content:"\e933"}.faproregular-amp-guitar:before{content:"\e934"}.faproregular-ampersand:before{content:"\e935"}.faproregular-analytics:before{content:"\e936"}.faproregular-anchor-circle-check:before{content:"\e937"}.faproregular-anchor-circle-exclamation:before{content:"\e938"}.faproregular-anchor-circle-xmark:before{content:"\e939"}.faproregular-anchor-lock:before{content:"\e93a"}.faproregular-anchor:before{content:"\e93b"}.faproregular-angel:before{content:"\e93c"}.faproregular-angle-90:before{content:"\e93d"}.faproregular-angle-double-down:before{content:"\e93e"}.faproregular-angle-double-left:before{content:"\e93f"}.faproregular-angle-double-right:before{content:"\e940"}.faproregular-angle-double-up:before{content:"\e941"}.faproregular-angle-down:before{content:"\e942"}.faproregular-angle-left:before{content:"\e943"}.faproregular-angle-right:before{content:"\e944"}.faproregular-angle-up:before{content:"\e945"}.faproregular-angle:before{content:"\e946"}.faproregular-angles-down:before{content:"\e947"}.faproregular-angles-left:before{content:"\e948"}.faproregular-angles-right:before{content:"\e949"}.faproregular-angles-up-down:before{content:"\e94a"}.faproregular-angles-up:before{content:"\e94b"}.faproregular-angry:before{content:"\e94c"}.faproregular-ankh:before{content:"\e94d"}.faproregular-ant:before{content:"\e94e"}.faproregular-apartment:before{content:"\e94f"}.faproregular-aperture:before{content:"\e950"}.faproregular-apostrophe:before{content:"\e951"}.faproregular-apple-alt:before{content:"\e952"}.faproregular-apple-core:before{content:"\e953"}.faproregular-apple-crate:before{content:"\e954"}.faproregular-apple-whole:before{content:"\e955"}.faproregular-aquarius:before{content:"\e956"}.faproregular-archive:before{content:"\e957"}.faproregular-archway:before{content:"\e958"}.faproregular-area-chart:before{content:"\e959"}.faproregular-aries:before{content:"\e95a"}.faproregular-arrow-alt-circle-down:before{content:"\e95b"}.faproregular-arrow-alt-circle-left:before{content:"\e95c"}.faproregular-arrow-alt-circle-right:before{content:"\e95d"}.faproregular-arrow-alt-circle-up:before{content:"\e95e"}.faproregular-arrow-alt-down:before{content:"\e95f"}.faproregular-arrow-alt-from-bottom:before{content:"\e960"}.faproregular-arrow-alt-from-left:before{content:"\e961"}.faproregular-arrow-alt-from-right:before{content:"\e962"}.faproregular-arrow-alt-from-top:before{content:"\e963"}.faproregular-arrow-alt-left:before{content:"\e964"}.faproregular-arrow-alt-right:before{content:"\e965"}.faproregular-arrow-alt-square-down:before{content:"\e966"}.faproregular-arrow-alt-square-left:before{content:"\e967"}.faproregular-arrow-alt-square-right:before{content:"\e968"}.faproregular-arrow-alt-square-up:before{content:"\e969"}.faproregular-arrow-alt-to-bottom:before{content:"\e96a"}.faproregular-arrow-alt-to-left:before{content:"\e96b"}.faproregular-arrow-alt-to-right:before{content:"\e96c"}.faproregular-arrow-alt-to-top:before{content:"\e96d"}.faproregular-arrow-alt-up:before{content:"\e96e"}.faproregular-arrow-archery:before{content:"\e96f"}.faproregular-arrow-circle-down:before{content:"\e970"}.faproregular-arrow-circle-left:before{content:"\e971"}.faproregular-arrow-circle-right:before{content:"\e972"}.faproregular-arrow-circle-up:before{content:"\e973"}.faproregular-arrow-down-1-9:before{content:"\e974"}.faproregular-arrow-down-9-1:before{content:"\e975"}.faproregular-arrow-down-a-z:before{content:"\e976"}.faproregular-arrow-down-arrow-up:before{content:"\e977"}.faproregular-arrow-down-big-small:before{content:"\e978"}.faproregular-arrow-down-from-arc:before{content:"\e979"}.faproregular-arrow-down-from-bracket:before{content:"\e97a"}.faproregular-arrow-down-from-dotted-line:before{content:"\e97b"}.faproregular-arrow-down-from-line:before{content:"\e97c"}.faproregular-arrow-down-left-and-arrow-up-right-to-center:before{content:"\e97d"}.faproregular-arrow-down-left:before{content:"\e97e"}.faproregular-arrow-down-long-to-line:before{content:"\e97f"}.faproregular-arrow-down-long:before{content:"\e980"}.faproregular-arrow-down-right:before{content:"\e981"}.faproregular-arrow-down-short-wide:before{content:"\e982"}.faproregular-arrow-down-small-big:before{content:"\e983"}.faproregular-arrow-down-square-triangle:before{content:"\e984"}.faproregular-arrow-down-to-arc:before{content:"\e985"}.faproregular-arrow-down-to-bracket:before{content:"\e986"}.faproregular-arrow-down-to-dotted-line:before{content:"\e987"}.faproregular-arrow-down-to-line:before{content:"\e988"}.faproregular-arrow-down-to-square:before{content:"\e989"}.faproregular-arrow-down-triangle-square:before{content:"\e98a"}.faproregular-arrow-down-up-across-line:before{content:"\e98b"}.faproregular-arrow-down-up-lock:before{content:"\e98c"}.faproregular-arrow-down-wide-short:before{content:"\e98d"}.faproregular-arrow-down-z-a:before{content:"\e98e"}.faproregular-arrow-down:before{content:"\e98f"}.faproregular-arrow-from-bottom:before{content:"\e990"}.faproregular-arrow-from-left:before{content:"\e991"}.faproregular-arrow-from-right:before{content:"\e992"}.faproregular-arrow-from-top:before{content:"\e993"}.faproregular-arrow-left-arrow-right:before{content:"\e994"}.faproregular-arrow-left-from-arc:before{content:"\e995"}.faproregular-arrow-left-from-bracket:before{content:"\e996"}.faproregular-arrow-left-from-dotted-line:before{content:"\e997"}.faproregular-arrow-left-from-line:before{content:"\e998"}.faproregular-arrow-left-long-to-line:before{content:"\e999"}.faproregular-arrow-left-long:before{content:"\e99a"}.faproregular-arrow-left-rotate:before{content:"\e99b"}.faproregular-arrow-left-to-arc:before{content:"\e99c"}.faproregular-arrow-left-to-bracket:before{content:"\e99d"}.faproregular-arrow-left-to-dotted-line:before{content:"\e99e"}.faproregular-arrow-left-to-line:before{content:"\e99f"}.faproregular-arrow-left:before{content:"\e9a0"}.faproregular-arrow-pointer:before{content:"\e9a1"}.faproregular-arrow-progress:before{content:"\e9a2"}.faproregular-arrow-right-arrow-left:before{content:"\e9a3"}.faproregular-arrow-right-from-arc:before{content:"\e9a4"}.faproregular-arrow-right-from-bracket:before{content:"\e9a5"}.faproregular-arrow-right-from-dotted-line:before{content:"\e9a6"}.faproregular-arrow-right-from-file:before{content:"\e9a7"}.faproregular-arrow-right-from-line:before{content:"\e9a8"}.faproregular-arrow-right-long-to-line:before{content:"\e9a9"}.faproregular-arrow-right-long:before{content:"\e9aa"}.faproregular-arrow-right-rotate:before{content:"\e9ab"}.faproregular-arrow-right-to-arc:before{content:"\e9ac"}.faproregular-arrow-right-to-bracket:before{content:"\e9ad"}.faproregular-arrow-right-to-city:before{content:"\e9ae"}.faproregular-arrow-right-to-dotted-line:before{content:"\e9af"}.faproregular-arrow-right-to-file:before{content:"\e9b0"}.faproregular-arrow-right-to-line:before{content:"\e9b1"}.faproregular-arrow-right:before{content:"\e9b2"}.faproregular-arrow-rotate-back:before{content:"\e9b3"}.faproregular-arrow-rotate-backward:before{content:"\e9b4"}.faproregular-arrow-rotate-forward:before{content:"\e9b5"}.faproregular-arrow-rotate-left-10:before{content:"\e9b6"}.faproregular-arrow-rotate-left-15:before{content:"\e9b7"}.faproregular-arrow-rotate-left-30:before{content:"\e9b8"}.faproregular-arrow-rotate-left:before{content:"\e9b9"}.faproregular-arrow-rotate-right-10:before{content:"\e9ba"}.faproregular-arrow-rotate-right-15:before{content:"\e9bb"}.faproregular-arrow-rotate-right-30:before{content:"\e9bc"}.faproregular-arrow-rotate-right:before{content:"\e9bd"}.faproregular-arrow-square-down:before{content:"\e9be"}.faproregular-arrow-square-left:before{content:"\e9bf"}.faproregular-arrow-square-right:before{content:"\e9c0"}.faproregular-arrow-square-up:before{content:"\e9c1"}.faproregular-arrow-to-bottom:before{content:"\e9c2"}.faproregular-arrow-to-left:before{content:"\e9c3"}.faproregular-arrow-to-right:before{content:"\e9c4"}.faproregular-arrow-to-top:before{content:"\e9c5"}.faproregular-arrow-trend-down:before{content:"\e9c6"}.faproregular-arrow-trend-up:before{content:"\e9c7"}.faproregular-arrow-turn-down-left:before{content:"\e9c8"}.faproregular-arrow-turn-down-right:before{content:"\e9c9"}.faproregular-arrow-turn-down:before{content:"\e9ca"}.faproregular-arrow-turn-left-down:before{content:"\e9cb"}.faproregular-arrow-turn-left-up:before{content:"\e9cc"}.faproregular-arrow-turn-left:before{content:"\e9cd"}.faproregular-arrow-turn-right:before{content:"\e9ce"}.faproregular-arrow-turn-up:before{content:"\e9cf"}.faproregular-arrow-u-turn-down-left:before{content:"\e9d0"}.faproregular-arrow-u-turn-down-right:before{content:"\e9d1"}.faproregular-arrow-u-turn-left-down:before{content:"\e9d2"}.faproregular-arrow-u-turn-left-up:before{content:"\e9d3"}.faproregular-arrow-u-turn-right-down:before{content:"\e9d4"}.faproregular-arrow-u-turn-right-up:before{content:"\e9d5"}.faproregular-arrow-u-turn-up-left:before{content:"\e9d6"}.faproregular-arrow-u-turn-up-right:before{content:"\e9d7"}.faproregular-arrow-up-1-9:before{content:"\e9d8"}.faproregular-arrow-up-9-1:before{content:"\e9d9"}.faproregular-arrow-up-a-z:before{content:"\e9da"}.faproregular-arrow-up-arrow-down:before{content:"\e9db"}.faproregular-arrow-up-big-small:before{content:"\e9dc"}.faproregular-arrow-up-from-arc:before{content:"\e9dd"}.faproregular-arrow-up-from-bracket:before{content:"\e9de"}.faproregular-arrow-up-from-dotted-line:before{content:"\e9df"}.faproregular-arrow-up-from-ground-water:before{content:"\e9e0"}.faproregular-arrow-up-from-line:before{content:"\e9e1"}.faproregular-arrow-up-from-square:before{content:"\e9e2"}.faproregular-arrow-up-from-water-pump:before{content:"\e9e3"}.faproregular-arrow-up-left-from-circle:before{content:"\e9e4"}.faproregular-arrow-up-left:before{content:"\e9e5"}.faproregular-arrow-up-long-to-line:before{content:"\e9e6"}.faproregular-arrow-up-long:before{content:"\e9e7"}.faproregular-arrow-up-right-and-arrow-down-left-from-center:before{content:"\e9e8"}.faproregular-arrow-up-right-dots:before{content:"\e9e9"}.faproregular-arrow-up-right-from-square:before{content:"\e9ea"}.faproregular-arrow-up-right:before{content:"\e9eb"}.faproregular-arrow-up-short-wide:before{content:"\e9ec"}.faproregular-arrow-up-small-big:before{content:"\e9ed"}.faproregular-arrow-up-square-triangle:before{content:"\e9ee"}.faproregular-arrow-up-to-arc:before{content:"\e9ef"}.faproregular-arrow-up-to-bracket:before{content:"\e9f0"}.faproregular-arrow-up-to-dotted-line:before{content:"\e9f1"}.faproregular-arrow-up-to-line:before{content:"\e9f2"}.faproregular-arrow-up-triangle-square:before{content:"\e9f3"}.faproregular-arrow-up-wide-short:before{content:"\e9f4"}.faproregular-arrow-up-z-a:before{content:"\e9f5"}.faproregular-arrow-up:before{content:"\e9f6"}.faproregular-arrows-alt-h:before{content:"\e9f7"}.faproregular-arrows-alt-v:before{content:"\e9f8"}.faproregular-arrows-alt:before{content:"\e9f9"}.faproregular-arrows-cross:before{content:"\e9fa"}.faproregular-arrows-down-to-line:before{content:"\e9fb"}.faproregular-arrows-down-to-people:before{content:"\e9fc"}.faproregular-arrows-from-dotted-line:before{content:"\e9fd"}.faproregular-arrows-from-line:before{content:"\e9fe"}.faproregular-arrows-h:before{content:"\e9ff"}.faproregular-arrows-left-right-to-line:before{content:"\ea00"}.faproregular-arrows-left-right:before{content:"\ea01"}.faproregular-arrows-maximize:before{content:"\ea02"}.faproregular-arrows-minimize:before{content:"\ea03"}.faproregular-arrows-repeat-1:before{content:"\ea04"}.faproregular-arrows-repeat:before{content:"\ea05"}.faproregular-arrows-retweet:before{content:"\ea06"}.faproregular-arrows-rotate-reverse:before{content:"\ea07"}.faproregular-arrows-rotate:before{content:"\ea08"}.faproregular-arrows-spin:before{content:"\ea09"}.faproregular-arrows-split-up-and-left:before{content:"\ea0a"}.faproregular-arrows-to-circle:before{content:"\ea0b"}.faproregular-arrows-to-dot:before{content:"\ea0c"}.faproregular-arrows-to-dotted-line:before{content:"\ea0d"}.faproregular-arrows-to-eye:before{content:"\ea0e"}.faproregular-arrows-to-line:before{content:"\ea0f"}.faproregular-arrows-turn-right:before{content:"\ea10"}.faproregular-arrows-turn-to-dots:before{content:"\ea11"}.faproregular-arrows-up-down-left-right:before{content:"\ea12"}.faproregular-arrows-up-down:before{content:"\ea13"}.faproregular-arrows-up-to-line:before{content:"\ea14"}.faproregular-arrows-v:before{content:"\ea15"}.faproregular-arrows:before{content:"\ea16"}.faproregular-asl-interpreting:before{content:"\ea17"}.faproregular-assistive-listening-systems:before{content:"\ea18"}.faproregular-asterisk:before{content:"\ea19"}.faproregular-at:before{content:"\ea1a"}.faproregular-atlas:before{content:"\ea1b"}.faproregular-atom-alt:before{content:"\ea1c"}.faproregular-atom-simple:before{content:"\ea1d"}.faproregular-atom:before{content:"\ea1e"}.faproregular-audio-description-slash:before{content:"\ea1f"}.faproregular-audio-description:before{content:"\ea20"}.faproregular-austral-sign:before{content:"\ea21"}.faproregular-australian-dollar-sign:before{content:"\ea22"}.faproregular-automobile:before{content:"\ea23"}.faproregular-avocado:before{content:"\ea24"}.faproregular-award-simple:before{content:"\ea25"}.faproregular-award:before{content:"\ea26"}.faproregular-axe-battle:before{content:"\ea27"}.faproregular-axe:before{content:"\ea28"}.faproregular-b:before{content:"\ea29"}.faproregular-baby-carriage:before{content:"\ea2a"}.faproregular-baby:before{content:"\ea2b"}.faproregular-backpack:before{content:"\ea2c"}.faproregular-backspace:before{content:"\ea2d"}.faproregular-backward-fast:before{content:"\ea2e"}.faproregular-backward-step:before{content:"\ea2f"}.faproregular-backward:before{content:"\ea30"}.faproregular-bacon:before{content:"\ea31"}.faproregular-bacteria:before{content:"\ea32"}.faproregular-bacterium:before{content:"\ea33"}.faproregular-badge-check:before{content:"\ea34"}.faproregular-badge-dollar:before{content:"\ea35"}.faproregular-badge-percent:before{content:"\ea36"}.faproregular-badge-sheriff:before{content:"\ea37"}.faproregular-badge:before{content:"\ea38"}.faproregular-badger-honey:before{content:"\ea39"}.faproregular-badminton:before{content:"\ea3a"}.faproregular-bag-seedling:before{content:"\ea3b"}.faproregular-bag-shopping-minus:before{content:"\ea3c"}.faproregular-bag-shopping-plus:before{content:"\ea3d"}.faproregular-bag-shopping:before{content:"\ea3e"}.faproregular-bagel:before{content:"\ea3f"}.faproregular-bags-shopping:before{content:"\ea40"}.faproregular-baguette:before{content:"\ea41"}.faproregular-bahai:before{content:"\ea42"}.faproregular-baht-sign:before{content:"\ea43"}.faproregular-balance-scale-left:before{content:"\ea44"}.faproregular-balance-scale-right:before{content:"\ea45"}.faproregular-balance-scale:before{content:"\ea46"}.faproregular-ball-pile:before{content:"\ea47"}.faproregular-ball-yarn:before{content:"\ea48"}.faproregular-balloon:before{content:"\ea49"}.faproregular-balloons:before{content:"\ea4a"}.faproregular-ballot-check:before{content:"\ea4b"}.faproregular-ballot:before{content:"\ea4c"}.faproregular-ban-bug:before{content:"\ea4d"}.faproregular-ban-parking:before{content:"\ea4e"}.faproregular-ban-smoking:before{content:"\ea4f"}.faproregular-ban:before{content:"\ea50"}.faproregular-banana:before{content:"\ea51"}.faproregular-band-aid:before{content:"\ea52"}.faproregular-bandage:before{content:"\ea53"}.faproregular-bangladeshi-taka-sign:before{content:"\ea54"}.faproregular-banjo:before{content:"\ea55"}.faproregular-bank:before{content:"\ea56"}.faproregular-bar-chart:before{content:"\ea57"}.faproregular-bar-progress-empty:before{content:"\ea58"}.faproregular-bar-progress-full:before{content:"\ea59"}.faproregular-bar-progress-half:before{content:"\ea5a"}.faproregular-bar-progress-quarter:before{content:"\ea5b"}.faproregular-bar-progress-three-quarters:before{content:"\ea5c"}.faproregular-bar-progress:before{content:"\ea5d"}.faproregular-barcode-alt:before{content:"\ea5e"}.faproregular-barcode-read:before{content:"\ea5f"}.faproregular-barcode-scan:before{content:"\ea60"}.faproregular-barcode:before{content:"\ea61"}.faproregular-barn-silo:before{content:"\ea62"}.faproregular-barn:before{content:"\ea63"}.faproregular-bars-filter:before{content:"\ea64"}.faproregular-bars-progress:before{content:"\ea65"}.faproregular-bars-sort:before{content:"\ea66"}.faproregular-bars-staggered:before{content:"\ea67"}.faproregular-bars:before{content:"\ea68"}.faproregular-baseball-ball:before{content:"\ea69"}.faproregular-baseball-bat-ball:before{content:"\ea6a"}.faproregular-baseball-bat:before{content:"\ea6b"}.faproregular-baseball:before{content:"\ea6c"}.faproregular-basket-shopping-minus:before{content:"\ea6d"}.faproregular-basket-shopping-plus:before{content:"\ea6e"}.faproregular-basket-shopping-simple:before{content:"\ea6f"}.faproregular-basket-shopping:before{content:"\ea70"}.faproregular-basketball-ball:before{content:"\ea71"}.faproregular-basketball-hoop:before{content:"\ea72"}.faproregular-basketball:before{content:"\ea73"}.faproregular-bat:before{content:"\ea74"}.faproregular-bath:before{content:"\ea75"}.faproregular-bathtub:before{content:"\ea76"}.faproregular-battery-0:before{content:"\ea77"}.faproregular-battery-1:before{content:"\ea78"}.faproregular-battery-2:before{content:"\ea79"}.faproregular-battery-3:before{content:"\ea7a"}.faproregular-battery-4:before{content:"\ea7b"}.faproregular-battery-5:before{content:"\ea7c"}.faproregular-battery-bolt:before{content:"\ea7d"}.faproregular-battery-car:before{content:"\ea7e"}.faproregular-battery-empty:before{content:"\ea7f"}.faproregular-battery-exclamation:before{content:"\ea80"}.faproregular-battery-full:before{content:"\ea81"}.faproregular-battery-half:before{content:"\ea82"}.faproregular-battery-low:before{content:"\ea83"}.faproregular-battery-quarter:before{content:"\ea84"}.faproregular-battery-slash:before{content:"\ea85"}.faproregular-battery-three-quarters:before{content:"\ea86"}.faproregular-battery:before{content:"\ea87"}.faproregular-bed-alt:before{content:"\ea88"}.faproregular-bed-bunk:before{content:"\ea89"}.faproregular-bed-empty:before{content:"\ea8a"}.faproregular-bed-front:before{content:"\ea8b"}.faproregular-bed-pulse:before{content:"\ea8c"}.faproregular-bed:before{content:"\ea8d"}.faproregular-bee:before{content:"\ea8e"}.faproregular-beer-foam:before{content:"\ea8f"}.faproregular-beer-mug-empty:before{content:"\ea90"}.faproregular-beer-mug:before{content:"\ea91"}.faproregular-beer:before{content:"\ea92"}.faproregular-bell-concierge:before{content:"\ea93"}.faproregular-bell-exclamation:before{content:"\ea94"}.faproregular-bell-on:before{content:"\ea95"}.faproregular-bell-plus:before{content:"\ea96"}.faproregular-bell-ring:before{content:"\ea97"}.faproregular-bell-school-slash:before{content:"\ea98"}.faproregular-bell-school:before{content:"\ea99"}.faproregular-bell-slash:before{content:"\ea9a"}.faproregular-bell:before{content:"\ea9b"}.faproregular-bells:before{content:"\ea9c"}.faproregular-bench-tree:before{content:"\ea9d"}.faproregular-betamax:before{content:"\ea9e"}.faproregular-bezier-curve:before{content:"\ea9f"}.faproregular-bible:before{content:"\eaa0"}.faproregular-bicep:before{content:"\eaa1"}.faproregular-bicycle:before{content:"\eaa2"}.faproregular-biking-mountain:before{content:"\eaa3"}.faproregular-biking:before{content:"\eaa4"}.faproregular-billboard:before{content:"\eaa5"}.faproregular-bin-bottles-recycle:before{content:"\eaa6"}.faproregular-bin-bottles:before{content:"\eaa7"}.faproregular-bin-recycle:before{content:"\eaa8"}.faproregular-bin:before{content:"\eaa9"}.faproregular-binary-circle-check:before{content:"\eaaa"}.faproregular-binary-lock:before{content:"\eaab"}.faproregular-binary-slash:before{content:"\eaac"}.faproregular-binary:before{content:"\eaad"}.faproregular-binoculars:before{content:"\eaae"}.faproregular-biohazard:before{content:"\eaaf"}.faproregular-bird:before{content:"\eab0"}.faproregular-birthday-cake:before{content:"\eab1"}.faproregular-bitcoin-sign:before{content:"\eab2"}.faproregular-blackboard:before{content:"\eab3"}.faproregular-blanket-fire:before{content:"\eab4"}.faproregular-blanket:before{content:"\eab5"}.faproregular-blender-phone:before{content:"\eab6"}.faproregular-blender:before{content:"\eab7"}.faproregular-blind:before{content:"\eab8"}.faproregular-blinds-open:before{content:"\eab9"}.faproregular-blinds-raised:before{content:"\eaba"}.faproregular-blinds:before{content:"\eabb"}.faproregular-block-brick-fire:before{content:"\eabc"}.faproregular-block-brick:before{content:"\eabd"}.faproregular-block-question:before{content:"\eabe"}.faproregular-block-quote:before{content:"\eabf"}.faproregular-block:before{content:"\eac0"}.faproregular-blog:before{content:"\eac1"}.faproregular-blueberries:before{content:"\eac2"}.faproregular-bluetooth:before{content:"\eac3"}.faproregular-bold:before{content:"\eac4"}.faproregular-bolt-auto:before{content:"\eac5"}.faproregular-bolt-lightning:before{content:"\eac6"}.faproregular-bolt-slash:before{content:"\eac7"}.faproregular-bolt:before{content:"\eac8"}.faproregular-bomb:before{content:"\eac9"}.faproregular-bone-break:before{content:"\eaca"}.faproregular-bone:before{content:"\eacb"}.faproregular-bong:before{content:"\eacc"}.faproregular-book-alt:before{content:"\eacd"}.faproregular-book-arrow-right:before{content:"\eace"}.faproregular-book-arrow-up:before{content:"\eacf"}.faproregular-book-atlas:before{content:"\ead0"}.faproregular-book-bible:before{content:"\ead1"}.faproregular-book-blank:before{content:"\ead2"}.faproregular-book-bookmark:before{content:"\ead3"}.faproregular-book-circle-arrow-right:before{content:"\ead4"}.faproregular-book-circle-arrow-up:before{content:"\ead5"}.faproregular-book-circle:before{content:"\ead6"}.faproregular-book-copy:before{content:"\ead7"}.faproregular-book-dead:before{content:"\ead8"}.faproregular-book-font:before{content:"\ead9"}.faproregular-book-heart:before{content:"\eada"}.faproregular-book-journal-whills:before{content:"\eadb"}.faproregular-book-law:before{content:"\eadc"}.faproregular-book-medical:before{content:"\eadd"}.faproregular-book-open-alt:before{content:"\eade"}.faproregular-book-open-cover:before{content:"\eadf"}.faproregular-book-open-lines:before{content:"\eae0"}.faproregular-book-open-reader:before{content:"\eae1"}.faproregular-book-open:before{content:"\eae2"}.faproregular-book-quran:before{content:"\eae3"}.faproregular-book-reader:before{content:"\eae4"}.faproregular-book-section:before{content:"\eae5"}.faproregular-book-skull:before{content:"\eae6"}.faproregular-book-sparkles:before{content:"\eae7"}.faproregular-book-spells:before{content:"\eae8"}.faproregular-book-spine:before{content:"\eae9"}.faproregular-book-tanakh:before{content:"\eaea"}.faproregular-book-user:before{content:"\eaeb"}.faproregular-book:before{content:"\eaec"}.faproregular-bookmark-circle:before{content:"\eaed"}.faproregular-bookmark-plus:before{content:"\eaee"}.faproregular-bookmark-slash:before{content:"\eaef"}.faproregular-bookmark:before{content:"\eaf0"}.faproregular-books-medical:before{content:"\eaf1"}.faproregular-books:before{content:"\eaf2"}.faproregular-boombox:before{content:"\eaf3"}.faproregular-boot-heeled:before{content:"\eaf4"}.faproregular-boot:before{content:"\eaf5"}.faproregular-booth-curtain:before{content:"\eaf6"}.faproregular-border-all:before{content:"\eaf7"}.faproregular-border-bottom-right:before{content:"\eaf8"}.faproregular-border-bottom:before{content:"\eaf9"}.faproregular-border-center-h:before{content:"\eafa"}.faproregular-border-center-v:before{content:"\eafb"}.faproregular-border-inner:before{content:"\eafc"}.faproregular-border-left:before{content:"\eafd"}.faproregular-border-none:before{content:"\eafe"}.faproregular-border-outer:before{content:"\eaff"}.faproregular-border-right:before{content:"\eb00"}.faproregular-border-style-alt:before{content:"\eb01"}.faproregular-border-style:before{content:"\eb02"}.faproregular-border-top-left:before{content:"\eb03"}.faproregular-border-top:before{content:"\eb04"}.faproregular-bore-hole:before{content:"\eb05"}.faproregular-bottle-baby:before{content:"\eb06"}.faproregular-bottle-droplet:before{content:"\eb07"}.faproregular-bottle-water:before{content:"\eb08"}.faproregular-bow-archery:before{content:"\eb09"}.faproregular-bow-arrow:before{content:"\eb0a"}.faproregular-bowl-chopsticks-noodles:before{content:"\eb0b"}.faproregular-bowl-chopsticks:before{content:"\eb0c"}.faproregular-bowl-food:before{content:"\eb0d"}.faproregular-bowl-hot:before{content:"\eb0e"}.faproregular-bowl-rice:before{content:"\eb0f"}.faproregular-bowl-salad:before{content:"\eb10"}.faproregular-bowl-scoop:before{content:"\eb11"}.faproregular-bowl-scoops:before{content:"\eb12"}.faproregular-bowl-shaved-ice:before{content:"\eb13"}.faproregular-bowl-soft-serve:before{content:"\eb14"}.faproregular-bowl-spoon:before{content:"\eb15"}.faproregular-bowling-ball-pin:before{content:"\eb16"}.faproregular-bowling-ball:before{content:"\eb17"}.faproregular-bowling-pins:before{content:"\eb18"}.faproregular-box-alt:before{content:"\eb19"}.faproregular-box-archive:before{content:"\eb1a"}.faproregular-box-arrow-down-arrow-up:before{content:"\eb1b"}.faproregular-box-arrow-down-magnifying-glass:before{content:"\eb1c"}.faproregular-box-arrow-down:before{content:"\eb1d"}.faproregular-box-arrow-up:before{content:"\eb1e"}.faproregular-box-ballot:before{content:"\eb1f"}.faproregular-box-check:before{content:"\eb20"}.faproregular-box-circle-check:before{content:"\eb21"}.faproregular-box-dollar:before{content:"\eb22"}.faproregular-box-fragile:before{content:"\eb23"}.faproregular-box-full:before{content:"\eb24"}.faproregular-box-heart:before{content:"\eb25"}.faproregular-box-isometric-tape:before{content:"\eb26"}.faproregular-box-isometric:before{content:"\eb27"}.faproregular-box-magnifying-glass:before{content:"\eb28"}.faproregular-box-open-full:before{content:"\eb29"}.faproregular-box-open:before{content:"\eb2a"}.faproregular-box-taped:before{content:"\eb2b"}.faproregular-box-tissue:before{content:"\eb2c"}.faproregular-box-up:before{content:"\eb2d"}.faproregular-box-usd:before{content:"\eb2e"}.faproregular-box:before{content:"\eb2f"}.faproregular-boxes-alt:before{content:"\eb30"}.faproregular-boxes-packing:before{content:"\eb31"}.faproregular-boxes-stacked:before{content:"\eb32"}.faproregular-boxes:before{content:"\eb33"}.faproregular-boxing-glove:before{content:"\eb34"}.faproregular-bra:before{content:"\eb35"}.faproregular-bracket-curly-left:before{content:"\eb36"}.faproregular-bracket-curly-right:before{content:"\eb37"}.faproregular-bracket-curly:before{content:"\eb38"}.faproregular-bracket-left:before{content:"\eb39"}.faproregular-bracket-round-right:before{content:"\eb3a"}.faproregular-bracket-round:before{content:"\eb3b"}.faproregular-bracket-square-right:before{content:"\eb3c"}.faproregular-bracket-square:before{content:"\eb3d"}.faproregular-bracket:before{content:"\eb3e"}.faproregular-brackets-curly:before{content:"\eb3f"}.faproregular-brackets-round:before{content:"\eb40"}.faproregular-brackets-square:before{content:"\eb41"}.faproregular-brackets:before{content:"\eb42"}.faproregular-braille:before{content:"\eb43"}.faproregular-brain-arrow-curved-right:before{content:"\eb44"}.faproregular-brain-circuit:before{content:"\eb45"}.faproregular-brain:before{content:"\eb46"}.faproregular-brake-warning:before{content:"\eb47"}.faproregular-brazilian-real-sign:before{content:"\eb48"}.faproregular-bread-loaf:before{content:"\eb49"}.faproregular-bread-slice-butter:before{content:"\eb4a"}.faproregular-bread-slice:before{content:"\eb4b"}.faproregular-bridge-circle-check:before{content:"\eb4c"}.faproregular-bridge-circle-exclamation:before{content:"\eb4d"}.faproregular-bridge-circle-xmark:before{content:"\eb4e"}.faproregular-bridge-lock:before{content:"\eb4f"}.faproregular-bridge-suspension:before{content:"\eb50"}.faproregular-bridge-water:before{content:"\eb51"}.faproregular-bridge:before{content:"\eb52"}.faproregular-briefcase-arrow-right:before{content:"\eb53"}.faproregular-briefcase-blank:before{content:"\eb54"}.faproregular-briefcase-clock:before{content:"\eb55"}.faproregular-briefcase-medical:before{content:"\eb56"}.faproregular-briefcase:before{content:"\eb57"}.faproregular-briefs:before{content:"\eb58"}.faproregular-brightness-low:before{content:"\eb59"}.faproregular-brightness:before{content:"\eb5a"}.faproregular-bring-forward:before{content:"\eb5b"}.faproregular-bring-front:before{content:"\eb5c"}.faproregular-broadcast-tower:before{content:"\eb5d"}.faproregular-broccoli:before{content:"\eb5e"}.faproregular-broom-ball:before{content:"\eb5f"}.faproregular-broom-wide:before{content:"\eb60"}.faproregular-broom:before{content:"\eb61"}.faproregular-browser:before{content:"\eb62"}.faproregular-browsers:before{content:"\eb63"}.faproregular-brush:before{content:"\eb64"}.faproregular-bucket:before{content:"\eb65"}.faproregular-bug-slash:before{content:"\eb66"}.faproregular-bug:before{content:"\eb67"}.faproregular-bugs:before{content:"\eb68"}.faproregular-building-circle-arrow-right:before{content:"\eb69"}.faproregular-building-circle-check:before{content:"\eb6a"}.faproregular-building-circle-exclamation:before{content:"\eb6b"}.faproregular-building-circle-xmark:before{content:"\eb6c"}.faproregular-building-columns:before{content:"\eb6d"}.faproregular-building-flag:before{content:"\eb6e"}.faproregular-building-lock:before{content:"\eb6f"}.faproregular-building-magnifying-glass:before{content:"\eb70"}.faproregular-building-memo:before{content:"\eb71"}.faproregular-building-ngo:before{content:"\eb72"}.faproregular-building-shield:before{content:"\eb73"}.faproregular-building-un:before{content:"\eb74"}.faproregular-building-user:before{content:"\eb75"}.faproregular-building-wheat:before{content:"\eb76"}.faproregular-building:before{content:"\eb77"}.faproregular-buildings:before{content:"\eb78"}.faproregular-bulldozer:before{content:"\eb79"}.faproregular-bullhorn:before{content:"\eb7a"}.faproregular-bullseye-arrow:before{content:"\eb7b"}.faproregular-bullseye-pointer:before{content:"\eb7c"}.faproregular-bullseye:before{content:"\eb7d"}.faproregular-buoy-mooring:before{content:"\eb7e"}.faproregular-buoy:before{content:"\eb7f"}.faproregular-burger-cheese:before{content:"\eb80"}.faproregular-burger-fries:before{content:"\eb81"}.faproregular-burger-glass:before{content:"\eb82"}.faproregular-burger-lettuce:before{content:"\eb83"}.faproregular-burger-soda:before{content:"\eb84"}.faproregular-burger:before{content:"\eb85"}.faproregular-burn:before{content:"\eb86"}.faproregular-burrito:before{content:"\eb87"}.faproregular-burst-new:before{content:"\eb88"}.faproregular-burst:before{content:"\eb89"}.faproregular-bus-alt:before{content:"\eb8a"}.faproregular-bus-school:before{content:"\eb8b"}.faproregular-bus-side:before{content:"\eb8c"}.faproregular-bus-simple:before{content:"\eb8d"}.faproregular-bus-stop:before{content:"\eb8e"}.faproregular-bus:before{content:"\eb8f"}.faproregular-business-front:before{content:"\eb90"}.faproregular-business-time:before{content:"\eb91"}.faproregular-butter:before{content:"\eb92"}.faproregular-butterfly:before{content:"\eb93"}.faproregular-c:before{content:"\eb94"}.faproregular-cab:before{content:"\eb95"}.faproregular-cabin:before{content:"\eb96"}.faproregular-cabinet-filing:before{content:"\eb97"}.faproregular-cable-car:before{content:"\eb98"}.faproregular-cactus:before{content:"\eb99"}.faproregular-caduceus:before{content:"\eb9a"}.faproregular-cake-candles:before{content:"\eb9b"}.faproregular-cake-slice:before{content:"\eb9c"}.faproregular-cake:before{content:"\eb9d"}.faproregular-calculator-alt:before{content:"\eb9e"}.faproregular-calculator-simple:before{content:"\eb9f"}.faproregular-calculator:before{content:"\eba0"}.faproregular-calendar-alt:before{content:"\eba1"}.faproregular-calendar-arrow-down:before{content:"\eba2"}.faproregular-calendar-arrow-up:before{content:"\eba3"}.faproregular-calendar-check:before{content:"\eba4"}.faproregular-calendar-circle-exclamation:before{content:"\eba5"}.faproregular-calendar-circle-minus:before{content:"\eba6"}.faproregular-calendar-circle-plus:before{content:"\eba7"}.faproregular-calendar-circle-user:before{content:"\eba8"}.faproregular-calendar-circle:before{content:"\eba9"}.faproregular-calendar-clock:before{content:"\ebaa"}.faproregular-calendar-day:before{content:"\ebab"}.faproregular-calendar-days:before{content:"\ebac"}.faproregular-calendar-download:before{content:"\ebad"}.faproregular-calendar-edit:before{content:"\ebae"}.faproregular-calendar-exclamation:before{content:"\ebaf"}.faproregular-calendar-heart:before{content:"\ebb0"}.faproregular-calendar-image:before{content:"\ebb1"}.faproregular-calendar-lines-pen:before{content:"\ebb2"}.faproregular-calendar-lines:before{content:"\ebb3"}.faproregular-calendar-minus:before{content:"\ebb4"}.faproregular-calendar-note:before{content:"\ebb5"}.faproregular-calendar-pen:before{content:"\ebb6"}.faproregular-calendar-plus:before{content:"\ebb7"}.faproregular-calendar-range:before{content:"\ebb8"}.faproregular-calendar-star:before{content:"\ebb9"}.faproregular-calendar-time:before{content:"\ebba"}.faproregular-calendar-times:before{content:"\ebbb"}.faproregular-calendar-upload:before{content:"\ebbc"}.faproregular-calendar-users:before{content:"\ebbd"}.faproregular-calendar-week:before{content:"\ebbe"}.faproregular-calendar-xmark:before{content:"\ebbf"}.faproregular-calendar:before{content:"\ebc0"}.faproregular-calendars:before{content:"\ebc1"}.faproregular-camcorder:before{content:"\ebc2"}.faproregular-camera-alt:before{content:"\ebc3"}.faproregular-camera-cctv:before{content:"\ebc4"}.faproregular-camera-circle-ellipsis:before{content:"\ebc5"}.faproregular-camera-circle:before{content:"\ebc6"}.faproregular-camera-clock:before{content:"\ebc7"}.faproregular-camera-home:before{content:"\ebc8"}.faproregular-camera-movie:before{content:"\ebc9"}.faproregular-camera-polaroid:before{content:"\ebca"}.faproregular-camera-retro:before{content:"\ebcb"}.faproregular-camera-rotate:before{content:"\ebcc"}.faproregular-camera-security:before{content:"\ebcd"}.faproregular-camera-shutter:before{content:"\ebce"}.faproregular-camera-slash:before{content:"\ebcf"}.faproregular-camera-viewfinder:before{content:"\ebd0"}.faproregular-camera-web-slash:before{content:"\ebd1"}.faproregular-camera-web:before{content:"\ebd2"}.faproregular-camera:before{content:"\ebd3"}.faproregular-campfire:before{content:"\ebd4"}.faproregular-campground:before{content:"\ebd5"}.faproregular-can-food:before{content:"\ebd6"}.faproregular-cancel:before{content:"\ebd7"}.faproregular-cancer:before{content:"\ebd8"}.faproregular-candle-holder:before{content:"\ebd9"}.faproregular-candy-bar:before{content:"\ebda"}.faproregular-candy-cane:before{content:"\ebdb"}.faproregular-candy-corn:before{content:"\ebdc"}.faproregular-candy:before{content:"\ebdd"}.faproregular-cannabis:before{content:"\ebde"}.faproregular-cannon:before{content:"\ebdf"}.faproregular-canoe-person:before{content:"\ebe0"}.faproregular-capricorn:before{content:"\ebe1"}.faproregular-capsule:before{content:"\ebe2"}.faproregular-capsules:before{content:"\ebe3"}.faproregular-car-alt:before{content:"\ebe4"}.faproregular-car-battery:before{content:"\ebe5"}.faproregular-car-bolt:before{content:"\ebe6"}.faproregular-car-building:before{content:"\ebe7"}.faproregular-car-bump:before{content:"\ebe8"}.faproregular-car-burst:before{content:"\ebe9"}.faproregular-car-bus:before{content:"\ebea"}.faproregular-car-circle-bolt:before{content:"\ebeb"}.faproregular-car-crash:before{content:"\ebec"}.faproregular-car-garage:before{content:"\ebed"}.faproregular-car-key:before{content:"\ebee"}.faproregular-car-mechanic:before{content:"\ebef"}.faproregular-car-mirrors:before{content:"\ebf0"}.faproregular-car-on:before{content:"\ebf1"}.faproregular-car-people:before{content:"\ebf2"}.faproregular-car-rear:before{content:"\ebf3"}.faproregular-car-side-bolt:before{content:"\ebf4"}.faproregular-car-side:before{content:"\ebf5"}.faproregular-car-siren-on:before{content:"\ebf6"}.faproregular-car-siren:before{content:"\ebf7"}.faproregular-car-tilt:before{content:"\ebf8"}.faproregular-car-tunnel:before{content:"\ebf9"}.faproregular-car-wash:before{content:"\ebfa"}.faproregular-car-wrench:before{content:"\ebfb"}.faproregular-car:before{content:"\ebfc"}.faproregular-caravan-alt:before{content:"\ebfd"}.faproregular-caravan-simple:before{content:"\ebfe"}.faproregular-caravan:before{content:"\ebff"}.faproregular-card-club:before{content:"\ec00"}.faproregular-card-diamond:before{content:"\ec01"}.faproregular-card-heart:before{content:"\ec02"}.faproregular-card-spade:before{content:"\ec03"}.faproregular-cards-blank:before{content:"\ec04"}.faproregular-cards:before{content:"\ec05"}.faproregular-caret-circle-down:before{content:"\ec06"}.faproregular-caret-circle-left:before{content:"\ec07"}.faproregular-caret-circle-right:before{content:"\ec08"}.faproregular-caret-circle-up:before{content:"\ec09"}.faproregular-caret-down:before{content:"\ec0a"}.faproregular-caret-large-down:before{content:"\ec0b"}.faproregular-caret-large-left:before{content:"\ec0c"}.faproregular-caret-large-right:before{content:"\ec0d"}.faproregular-caret-large-up:before{content:"\ec0e"}.faproregular-caret-left:before{content:"\ec0f"}.faproregular-caret-right:before{content:"\ec10"}.faproregular-caret-square-down:before{content:"\ec11"}.faproregular-caret-square-left:before{content:"\ec12"}.faproregular-caret-square-right:before{content:"\ec13"}.faproregular-caret-square-up:before{content:"\ec14"}.faproregular-caret-up:before{content:"\ec15"}.faproregular-carpool:before{content:"\ec16"}.faproregular-carriage-baby:before{content:"\ec17"}.faproregular-carrot:before{content:"\ec18"}.faproregular-cars:before{content:"\ec19"}.faproregular-cart-arrow-down:before{content:"\ec1a"}.faproregular-cart-arrow-up:before{content:"\ec1b"}.faproregular-cart-circle-arrow-down:before{content:"\ec1c"}.faproregular-cart-circle-arrow-up:before{content:"\ec1d"}.faproregular-cart-circle-check:before{content:"\ec1e"}.faproregular-cart-circle-exclamation:before{content:"\ec1f"}.faproregular-cart-circle-plus:before{content:"\ec20"}.faproregular-cart-circle-xmark:before{content:"\ec21"}.faproregular-cart-flatbed-boxes:before{content:"\ec22"}.faproregular-cart-flatbed-empty:before{content:"\ec23"}.faproregular-cart-flatbed-suitcase:before{content:"\ec24"}.faproregular-cart-flatbed:before{content:"\ec25"}.faproregular-cart-minus:before{content:"\ec26"}.faproregular-cart-plus:before{content:"\ec27"}.faproregular-cart-shopping-fast:before{content:"\ec28"}.faproregular-cart-shopping:before{content:"\ec29"}.faproregular-cart-xmark:before{content:"\ec2a"}.faproregular-cash-register:before{content:"\ec2b"}.faproregular-cassette-betamax:before{content:"\ec2c"}.faproregular-cassette-tape:before{content:"\ec2d"}.faproregular-cassette-vhs:before{content:"\ec2e"}.faproregular-castle:before{content:"\ec2f"}.faproregular-cat-space:before{content:"\ec30"}.faproregular-cat:before{content:"\ec31"}.faproregular-cauldron:before{content:"\ec32"}.faproregular-cctv:before{content:"\ec33"}.faproregular-cedi-sign:before{content:"\ec34"}.faproregular-cent-sign:before{content:"\ec35"}.faproregular-certificate:before{content:"\ec36"}.faproregular-chain-broken:before{content:"\ec37"}.faproregular-chain-horizontal-slash:before{content:"\ec38"}.faproregular-chain-horizontal:before{content:"\ec39"}.faproregular-chain-slash:before{content:"\ec3a"}.faproregular-chain:before{content:"\ec3b"}.faproregular-chair-office:before{content:"\ec3c"}.faproregular-chair:before{content:"\ec3d"}.faproregular-chalkboard-teacher:before{content:"\ec3e"}.faproregular-chalkboard-user:before{content:"\ec3f"}.faproregular-chalkboard:before{content:"\ec40"}.faproregular-champagne-glass:before{content:"\ec41"}.faproregular-champagne-glasses:before{content:"\ec42"}.faproregular-charging-station:before{content:"\ec43"}.faproregular-chart-area:before{content:"\ec44"}.faproregular-chart-bar:before{content:"\ec45"}.faproregular-chart-bullet:before{content:"\ec46"}.faproregular-chart-candlestick:before{content:"\ec47"}.faproregular-chart-column:before{content:"\ec48"}.faproregular-chart-diagram:before{content:"\ec49"}.faproregular-chart-fft:before{content:"\ec4a"}.faproregular-chart-gantt:before{content:"\ec4b"}.faproregular-chart-kanban:before{content:"\ec4c"}.faproregular-chart-line-down:before{content:"\ec4d"}.faproregular-chart-line-up-down:before{content:"\ec4e"}.faproregular-chart-line-up:before{content:"\ec4f"}.faproregular-chart-line:before{content:"\ec50"}.faproregular-chart-mixed-up-circle-currency:before{content:"\ec51"}.faproregular-chart-mixed-up-circle-dollar:before{content:"\ec52"}.faproregular-chart-mixed:before{content:"\ec53"}.faproregular-chart-network:before{content:"\ec54"}.faproregular-chart-pie-alt:before{content:"\ec55"}.faproregular-chart-pie-simple-circle-currency:before{content:"\ec56"}.faproregular-chart-pie-simple-circle-dollar:before{content:"\ec57"}.faproregular-chart-pie-simple:before{content:"\ec58"}.faproregular-chart-pie:before{content:"\ec59"}.faproregular-chart-pyramid:before{content:"\ec5a"}.faproregular-chart-radar:before{content:"\ec5b"}.faproregular-chart-scatter-3d:before{content:"\ec5c"}.faproregular-chart-scatter-bubble:before{content:"\ec5d"}.faproregular-chart-scatter:before{content:"\ec5e"}.faproregular-chart-simple-horizontal:before{content:"\ec5f"}.faproregular-chart-simple:before{content:"\ec60"}.faproregular-chart-sine:before{content:"\ec61"}.faproregular-chart-tree-map:before{content:"\ec62"}.faproregular-chart-user:before{content:"\ec63"}.faproregular-chart-waterfall:before{content:"\ec64"}.faproregular-check-circle:before{content:"\ec65"}.faproregular-check-double:before{content:"\ec66"}.faproregular-check-square:before{content:"\ec67"}.faproregular-check-to-slot:before{content:"\ec68"}.faproregular-check:before{content:"\ec69"}.faproregular-cheese-swiss:before{content:"\ec6a"}.faproregular-cheese:before{content:"\ec6b"}.faproregular-cheeseburger:before{content:"\ec6c"}.faproregular-chemex:before{content:"\ec6d"}.faproregular-cherries:before{content:"\ec6e"}.faproregular-chess-bishop-alt:before{content:"\ec6f"}.faproregular-chess-bishop-piece:before{content:"\ec70"}.faproregular-chess-bishop:before{content:"\ec71"}.faproregular-chess-board:before{content:"\ec72"}.faproregular-chess-clock-alt:before{content:"\ec73"}.faproregular-chess-clock-flip:before{content:"\ec74"}.faproregular-chess-clock:before{content:"\ec75"}.faproregular-chess-king-alt:before{content:"\ec76"}.faproregular-chess-king-piece:before{content:"\ec77"}.faproregular-chess-king:before{content:"\ec78"}.faproregular-chess-knight-alt:before{content:"\ec79"}.faproregular-chess-knight-piece:before{content:"\ec7a"}.faproregular-chess-knight:before{content:"\ec7b"}.faproregular-chess-pawn-alt:before{content:"\ec7c"}.faproregular-chess-pawn-piece:before{content:"\ec7d"}.faproregular-chess-pawn:before{content:"\ec7e"}.faproregular-chess-queen-alt:before{content:"\ec7f"}.faproregular-chess-queen-piece:before{content:"\ec80"}.faproregular-chess-queen:before{content:"\ec81"}.faproregular-chess-rook-alt:before{content:"\ec82"}.faproregular-chess-rook-piece:before{content:"\ec83"}.faproregular-chess-rook:before{content:"\ec84"}.faproregular-chess:before{content:"\ec85"}.faproregular-chest-drawers:before{content:"\ec86"}.faproregular-chestnut:before{content:"\ec87"}.faproregular-chevron-circle-down:before{content:"\ec88"}.faproregular-chevron-circle-left:before{content:"\ec89"}.faproregular-chevron-circle-right:before{content:"\ec8a"}.faproregular-chevron-circle-up:before{content:"\ec8b"}.faproregular-chevron-double-down:before{content:"\ec8c"}.faproregular-chevron-double-left:before{content:"\ec8d"}.faproregular-chevron-double-right:before{content:"\ec8e"}.faproregular-chevron-double-up:before{content:"\ec8f"}.faproregular-chevron-down:before{content:"\ec90"}.faproregular-chevron-left:before{content:"\ec91"}.faproregular-chevron-right:before{content:"\ec92"}.faproregular-chevron-square-down:before{content:"\ec93"}.faproregular-chevron-square-left:before{content:"\ec94"}.faproregular-chevron-square-right:before{content:"\ec95"}.faproregular-chevron-square-up:before{content:"\ec96"}.faproregular-chevron-up:before{content:"\ec97"}.faproregular-chevrons-down:before{content:"\ec98"}.faproregular-chevrons-left:before{content:"\ec99"}.faproregular-chevrons-right:before{content:"\ec9a"}.faproregular-chevrons-up:before{content:"\ec9b"}.faproregular-chf-sign:before{content:"\ec9c"}.faproregular-child-combatant:before{content:"\ec9d"}.faproregular-child-dress:before{content:"\ec9e"}.faproregular-child-reaching:before{content:"\ec9f"}.faproregular-child-rifle:before{content:"\eca0"}.faproregular-child:before{content:"\eca1"}.faproregular-children:before{content:"\eca2"}.faproregular-chimney:before{content:"\eca3"}.faproregular-chocolate-bar:before{content:"\eca4"}.faproregular-chopsticks:before{content:"\eca5"}.faproregular-church:before{content:"\eca6"}.faproregular-circle-0:before{content:"\eca7"}.faproregular-circle-1:before{content:"\eca8"}.faproregular-circle-2:before{content:"\eca9"}.faproregular-circle-3:before{content:"\ecaa"}.faproregular-circle-4:before{content:"\ecab"}.faproregular-circle-5:before{content:"\ecac"}.faproregular-circle-6:before{content:"\ecad"}.faproregular-circle-7:before{content:"\ecae"}.faproregular-circle-8:before{content:"\ecaf"}.faproregular-circle-9:before{content:"\ecb0"}.faproregular-circle-a:before{content:"\ecb1"}.faproregular-circle-ampersand:before{content:"\ecb2"}.faproregular-circle-arrow-down-left:before{content:"\ecb3"}.faproregular-circle-arrow-down-right:before{content:"\ecb4"}.faproregular-circle-arrow-down:before{content:"\ecb5"}.faproregular-circle-arrow-left:before{content:"\ecb6"}.faproregular-circle-arrow-right:before{content:"\ecb7"}.faproregular-circle-arrow-up-left:before{content:"\ecb8"}.faproregular-circle-arrow-up-right:before{content:"\ecb9"}.faproregular-circle-arrow-up:before{content:"\ecba"}.faproregular-circle-austral:before{content:"\ecbb"}.faproregular-circle-australian-dollar:before{content:"\ecbc"}.faproregular-circle-b:before{content:"\ecbd"}.faproregular-circle-baht:before{content:"\ecbe"}.faproregular-circle-bangladeshi-taka:before{content:"\ecbf"}.faproregular-circle-bitcoin:before{content:"\ecc0"}.faproregular-circle-bolt:before{content:"\ecc1"}.faproregular-circle-book-open:before{content:"\ecc2"}.faproregular-circle-bookmark:before{content:"\ecc3"}.faproregular-circle-brazilian-real:before{content:"\ecc4"}.faproregular-circle-c:before{content:"\ecc5"}.faproregular-circle-calendar:before{content:"\ecc6"}.faproregular-circle-camera:before{content:"\ecc7"}.faproregular-circle-caret-down:before{content:"\ecc8"}.faproregular-circle-caret-left:before{content:"\ecc9"}.faproregular-circle-caret-right:before{content:"\ecca"}.faproregular-circle-caret-up:before{content:"\eccb"}.faproregular-circle-cedi:before{content:"\eccc"}.faproregular-circle-cent:before{content:"\eccd"}.faproregular-circle-check:before{content:"\ecce"}.faproregular-circle-chevron-down:before{content:"\eccf"}.faproregular-circle-chevron-left:before{content:"\ecd0"}.faproregular-circle-chevron-right:before{content:"\ecd1"}.faproregular-circle-chevron-up:before{content:"\ecd2"}.faproregular-circle-chf:before{content:"\ecd3"}.faproregular-circle-colon:before{content:"\ecd4"}.faproregular-circle-cruzeiro:before{content:"\ecd5"}.faproregular-circle-currency:before{content:"\ecd6"}.faproregular-circle-d:before{content:"\ecd7"}.faproregular-circle-danish-krone:before{content:"\ecd8"}.faproregular-circle-dashed:before{content:"\ecd9"}.faproregular-circle-divide:before{content:"\ecda"}.faproregular-circle-dollar-to-slot:before{content:"\ecdb"}.faproregular-circle-dollar:before{content:"\ecdc"}.faproregular-circle-dong:before{content:"\ecdd"}.faproregular-circle-dot:before{content:"\ecde"}.faproregular-circle-down-left:before{content:"\ecdf"}.faproregular-circle-down-right:before{content:"\ece0"}.faproregular-circle-down:before{content:"\ece1"}.faproregular-circle-e:before{content:"\ece2"}.faproregular-circle-ellipsis-vertical:before{content:"\ece3"}.faproregular-circle-ellipsis:before{content:"\ece4"}.faproregular-circle-envelope:before{content:"\ece5"}.faproregular-circle-equals:before{content:"\ece6"}.faproregular-circle-euro:before{content:"\ece7"}.faproregular-circle-eurozone:before{content:"\ece8"}.faproregular-circle-exclamation-check:before{content:"\ece9"}.faproregular-circle-exclamation:before{content:"\ecea"}.faproregular-circle-f:before{content:"\eceb"}.faproregular-circle-florin:before{content:"\ecec"}.faproregular-circle-franc:before{content:"\eced"}.faproregular-circle-g:before{content:"\ecee"}.faproregular-circle-gf:before{content:"\ecef"}.faproregular-circle-guarani:before{content:"\ecf0"}.faproregular-circle-h:before{content:"\ecf1"}.faproregular-circle-half-horizontal:before{content:"\ecf2"}.faproregular-circle-half-stroke-horizontal:before{content:"\ecf3"}.faproregular-circle-half-stroke:before{content:"\ecf4"}.faproregular-circle-half:before{content:"\ecf5"}.faproregular-circle-heart:before{content:"\ecf6"}.faproregular-circle-house:before{content:"\ecf7"}.faproregular-circle-hryvnia:before{content:"\ecf8"}.faproregular-circle-i:before{content:"\ecf9"}.faproregular-circle-indian-rupee:before{content:"\ecfa"}.faproregular-circle-info:before{content:"\ecfb"}.faproregular-circle-j:before{content:"\ecfc"}.faproregular-circle-k:before{content:"\ecfd"}.faproregular-circle-kip:before{content:"\ecfe"}.faproregular-circle-l:before{content:"\ecff"}.faproregular-circle-lari:before{content:"\ed00"}.faproregular-circle-left:before{content:"\ed01"}.faproregular-circle-lira:before{content:"\ed02"}.faproregular-circle-litecoin:before{content:"\ed03"}.faproregular-circle-location-arrow:before{content:"\ed04"}.faproregular-circle-m:before{content:"\ed05"}.faproregular-circle-malaysian-ringgit:before{content:"\ed06"}.faproregular-circle-manat:before{content:"\ed07"}.faproregular-circle-microphone-lines:before{content:"\ed08"}.faproregular-circle-microphone:before{content:"\ed09"}.faproregular-circle-mill:before{content:"\ed0a"}.faproregular-circle-minus:before{content:"\ed0b"}.faproregular-circle-moon:before{content:"\ed0c"}.faproregular-circle-n:before{content:"\ed0d"}.faproregular-circle-naira:before{content:"\ed0e"}.faproregular-circle-nodes:before{content:"\ed0f"}.faproregular-circle-norwegian-krone:before{content:"\ed10"}.faproregular-circle-notch:before{content:"\ed11"}.faproregular-circle-o:before{content:"\ed12"}.faproregular-circle-p:before{content:"\ed13"}.faproregular-circle-parking:before{content:"\ed14"}.faproregular-circle-pause:before{content:"\ed15"}.faproregular-circle-peruvian-soles:before{content:"\ed16"}.faproregular-circle-peseta:before{content:"\ed17"}.faproregular-circle-peso:before{content:"\ed18"}.faproregular-circle-phone-flip:before{content:"\ed19"}.faproregular-circle-phone-hangup:before{content:"\ed1a"}.faproregular-circle-phone:before{content:"\ed1b"}.faproregular-circle-play:before{content:"\ed1c"}.faproregular-circle-plus:before{content:"\ed1d"}.faproregular-circle-polish-zloty:before{content:"\ed1e"}.faproregular-circle-q:before{content:"\ed1f"}.faproregular-circle-quarter-stroke:before{content:"\ed20"}.faproregular-circle-quarter:before{content:"\ed21"}.faproregular-circle-quarters:before{content:"\ed22"}.faproregular-circle-question:before{content:"\ed23"}.faproregular-circle-r:before{content:"\ed24"}.faproregular-circle-radiation:before{content:"\ed25"}.faproregular-circle-renminbi:before{content:"\ed26"}.faproregular-circle-right:before{content:"\ed27"}.faproregular-circle-ruble:before{content:"\ed28"}.faproregular-circle-rupee:before{content:"\ed29"}.faproregular-circle-rupiah:before{content:"\ed2a"}.faproregular-circle-s:before{content:"\ed2b"}.faproregular-circle-share-nodes:before{content:"\ed2c"}.faproregular-circle-shekel:before{content:"\ed2d"}.faproregular-circle-small:before{content:"\ed2e"}.faproregular-circle-sort-down:before{content:"\ed2f"}.faproregular-circle-sort-up:before{content:"\ed30"}.faproregular-circle-sort:before{content:"\ed31"}.faproregular-circle-star:before{content:"\ed32"}.faproregular-circle-sterling:before{content:"\ed33"}.faproregular-circle-stop:before{content:"\ed34"}.faproregular-circle-swedish-krona:before{content:"\ed35"}.faproregular-circle-t:before{content:"\ed36"}.faproregular-circle-tenge:before{content:"\ed37"}.faproregular-circle-three-quarters-stroke:before{content:"\ed38"}.faproregular-circle-three-quarters:before{content:"\ed39"}.faproregular-circle-trash:before{content:"\ed3a"}.faproregular-circle-tugrik:before{content:"\ed3b"}.faproregular-circle-turkish-lira:before{content:"\ed3c"}.faproregular-circle-u:before{content:"\ed3d"}.faproregular-circle-up-left:before{content:"\ed3e"}.faproregular-circle-up-right:before{content:"\ed3f"}.faproregular-circle-up:before{content:"\ed40"}.faproregular-circle-user-circle-check:before{content:"\ed41"}.faproregular-circle-user-circle-exclamation:before{content:"\ed42"}.faproregular-circle-user-circle-minus:before{content:"\ed43"}.faproregular-circle-user-circle-moon:before{content:"\ed44"}.faproregular-circle-user-circle-plus:before{content:"\ed45"}.faproregular-circle-user-circle-question:before{content:"\ed46"}.faproregular-circle-user-circle-user:before{content:"\ed47"}.faproregular-circle-user-circle-xmark:before{content:"\ed48"}.faproregular-circle-user-clock:before{content:"\ed49"}.faproregular-circle-user:before{content:"\ed4a"}.faproregular-circle-v:before{content:"\ed4b"}.faproregular-circle-video:before{content:"\ed4c"}.faproregular-circle-w:before{content:"\ed4d"}.faproregular-circle-waveform-lines:before{content:"\ed4e"}.faproregular-circle-wifi-circle-wifi:before{content:"\ed4f"}.faproregular-circle-wifi-group:before{content:"\ed50"}.faproregular-circle-wifi:before{content:"\ed51"}.faproregular-circle-won:before{content:"\ed52"}.faproregular-circle-x:before{content:"\ed53"}.faproregular-circle-xmark:before{content:"\ed54"}.faproregular-circle-y:before{content:"\ed55"}.faproregular-circle-yen:before{content:"\ed56"}.faproregular-circle-z:before{content:"\ed57"}.faproregular-circle:before{content:"\ed58"}.faproregular-circleapore-dollar:before{content:"\ed59"}.faproregular-circles-overlap-3:before{content:"\ed5a"}.faproregular-circles-overlap:before{content:"\ed5b"}.faproregular-citrus-slice:before{content:"\ed5c"}.faproregular-citrus:before{content:"\ed5d"}.faproregular-city:before{content:"\ed5e"}.faproregular-clapperboard-play:before{content:"\ed5f"}.faproregular-clapperboard:before{content:"\ed60"}.faproregular-clarinet:before{content:"\ed61"}.faproregular-claw-marks:before{content:"\ed62"}.faproregular-clinic-medical:before{content:"\ed63"}.faproregular-clipboard-check:before{content:"\ed64"}.faproregular-clipboard-clock:before{content:"\ed65"}.faproregular-clipboard-exclamation:before{content:"\ed66"}.faproregular-clipboard-list-check:before{content:"\ed67"}.faproregular-clipboard-list:before{content:"\ed68"}.faproregular-clipboard-medical:before{content:"\ed69"}.faproregular-clipboard-prescription:before{content:"\ed6a"}.faproregular-clipboard-question:before{content:"\ed6b"}.faproregular-clipboard-user:before{content:"\ed6c"}.faproregular-clipboard:before{content:"\ed6d"}.faproregular-clock-desk:before{content:"\ed6e"}.faproregular-clock-eight-thirty:before{content:"\ed6f"}.faproregular-clock-eight:before{content:"\ed70"}.faproregular-clock-eleven-thirty:before{content:"\ed71"}.faproregular-clock-eleven:before{content:"\ed72"}.faproregular-clock-five-thirty:before{content:"\ed73"}.faproregular-clock-five:before{content:"\ed74"}.faproregular-clock-four-thirty:before{content:"\ed75"}.faproregular-clock-four:before{content:"\ed76"}.faproregular-clock-nine-thirty:before{content:"\ed77"}.faproregular-clock-nine:before{content:"\ed78"}.faproregular-clock-one-thirty:before{content:"\ed79"}.faproregular-clock-one:before{content:"\ed7a"}.faproregular-clock-rotate-left:before{content:"\ed7b"}.faproregular-clock-seven-thirty:before{content:"\ed7c"}.faproregular-clock-seven:before{content:"\ed7d"}.faproregular-clock-six-thirty:before{content:"\ed7e"}.faproregular-clock-six:before{content:"\ed7f"}.faproregular-clock-ten-thirty:before{content:"\ed80"}.faproregular-clock-ten:before{content:"\ed81"}.faproregular-clock-three-thirty:before{content:"\ed82"}.faproregular-clock-three:before{content:"\ed83"}.faproregular-clock-twelve-thirty:before{content:"\ed84"}.faproregular-clock-twelve:before{content:"\ed85"}.faproregular-clock-two-thirty:before{content:"\ed86"}.faproregular-clock-two:before{content:"\ed87"}.faproregular-clock:before{content:"\ed88"}.faproregular-clone-plus:before{content:"\ed89"}.faproregular-clone:before{content:"\ed8a"}.faproregular-close:before{content:"\ed8b"}.faproregular-closed-captioning-slash:before{content:"\ed8c"}.faproregular-closed-captioning:before{content:"\ed8d"}.faproregular-clothes-hanger:before{content:"\ed8e"}.faproregular-cloud-arrow-down:before{content:"\ed8f"}.faproregular-cloud-arrow-up:before{content:"\ed90"}.faproregular-cloud-binary:before{content:"\ed91"}.faproregular-cloud-bolt-moon:before{content:"\ed92"}.faproregular-cloud-bolt-sun:before{content:"\ed93"}.faproregular-cloud-bolt:before{content:"\ed94"}.faproregular-cloud-check:before{content:"\ed95"}.faproregular-cloud-download-alt:before{content:"\ed96"}.faproregular-cloud-download:before{content:"\ed97"}.faproregular-cloud-drizzle:before{content:"\ed98"}.faproregular-cloud-exclamation:before{content:"\ed99"}.faproregular-cloud-fog:before{content:"\ed9a"}.faproregular-cloud-hail-mixed:before{content:"\ed9b"}.faproregular-cloud-hail:before{content:"\ed9c"}.faproregular-cloud-meatball:before{content:"\ed9d"}.faproregular-cloud-minus:before{content:"\ed9e"}.faproregular-cloud-moon-rain:before{content:"\ed9f"}.faproregular-cloud-moon:before{content:"\eda0"}.faproregular-cloud-music:before{content:"\eda1"}.faproregular-cloud-plus:before{content:"\eda2"}.faproregular-cloud-question:before{content:"\eda3"}.faproregular-cloud-rain:before{content:"\eda4"}.faproregular-cloud-rainbow:before{content:"\eda5"}.faproregular-cloud-showers-heavy:before{content:"\eda6"}.faproregular-cloud-showers-water:before{content:"\eda7"}.faproregular-cloud-showers:before{content:"\eda8"}.faproregular-cloud-slash:before{content:"\eda9"}.faproregular-cloud-sleet:before{content:"\edaa"}.faproregular-cloud-snow:before{content:"\edab"}.faproregular-cloud-sun-rain:before{content:"\edac"}.faproregular-cloud-sun:before{content:"\edad"}.faproregular-cloud-upload-alt:before{content:"\edae"}.faproregular-cloud-upload:before{content:"\edaf"}.faproregular-cloud-word:before{content:"\edb0"}.faproregular-cloud-xmark:before{content:"\edb1"}.faproregular-cloud:before{content:"\edb2"}.faproregular-clouds-moon:before{content:"\edb3"}.faproregular-clouds-sun:before{content:"\edb4"}.faproregular-clouds:before{content:"\edb5"}.faproregular-clover:before{content:"\edb6"}.faproregular-club:before{content:"\edb7"}.faproregular-cny:before{content:"\edb8"}.faproregular-cocktail:before{content:"\edb9"}.faproregular-coconut:before{content:"\edba"}.faproregular-code-branch:before{content:"\edbb"}.faproregular-code-commit:before{content:"\edbc"}.faproregular-code-compare:before{content:"\edbd"}.faproregular-code-fork:before{content:"\edbe"}.faproregular-code-merge:before{content:"\edbf"}.faproregular-code-pull-request-closed:before{content:"\edc0"}.faproregular-code-pull-request-draft:before{content:"\edc1"}.faproregular-code-pull-request:before{content:"\edc2"}.faproregular-code-simple:before{content:"\edc3"}.faproregular-code:before{content:"\edc4"}.faproregular-coffee-bean:before{content:"\edc5"}.faproregular-coffee-beans:before{content:"\edc6"}.faproregular-coffee-pot:before{content:"\edc7"}.faproregular-coffee-togo:before{content:"\edc8"}.faproregular-coffee:before{content:"\edc9"}.faproregular-coffin-cross:before{content:"\edca"}.faproregular-coffin:before{content:"\edcb"}.faproregular-cog:before{content:"\edcc"}.faproregular-cogs:before{content:"\edcd"}.faproregular-coin-blank:before{content:"\edce"}.faproregular-coin-front:before{content:"\edcf"}.faproregular-coin-vertical:before{content:"\edd0"}.faproregular-coin:before{content:"\edd1"}.faproregular-coins:before{content:"\edd2"}.faproregular-colon-sign:before{content:"\edd3"}.faproregular-colon:before{content:"\edd4"}.faproregular-columns-3:before{content:"\edd5"}.faproregular-columns:before{content:"\edd6"}.faproregular-comet:before{content:"\edd7"}.faproregular-comma:before{content:"\edd8"}.faproregular-command:before{content:"\edd9"}.faproregular-comment-alt-arrow-down:before{content:"\edda"}.faproregular-comment-alt-arrow-up:before{content:"\eddb"}.faproregular-comment-alt-captions:before{content:"\eddc"}.faproregular-comment-alt-check:before{content:"\eddd"}.faproregular-comment-alt-dollar:before{content:"\edde"}.faproregular-comment-alt-dots:before{content:"\eddf"}.faproregular-comment-alt-edit:before{content:"\ede0"}.faproregular-comment-alt-exclamation:before{content:"\ede1"}.faproregular-comment-alt-image:before{content:"\ede2"}.faproregular-comment-alt-lines:before{content:"\ede3"}.faproregular-comment-alt-medical:before{content:"\ede4"}.faproregular-comment-alt-minus:before{content:"\ede5"}.faproregular-comment-alt-music:before{content:"\ede6"}.faproregular-comment-alt-plus:before{content:"\ede7"}.faproregular-comment-alt-quote:before{content:"\ede8"}.faproregular-comment-alt-slash:before{content:"\ede9"}.faproregular-comment-alt-smile:before{content:"\edea"}.faproregular-comment-alt-text:before{content:"\edeb"}.faproregular-comment-alt-times:before{content:"\edec"}.faproregular-comment-alt:before{content:"\eded"}.faproregular-comment-arrow-down:before{content:"\edee"}.faproregular-comment-arrow-up-right:before{content:"\edef"}.faproregular-comment-arrow-up:before{content:"\edf0"}.faproregular-comment-captions:before{content:"\edf1"}.faproregular-comment-check:before{content:"\edf2"}.faproregular-comment-code:before{content:"\edf3"}.faproregular-comment-dollar:before{content:"\edf4"}.faproregular-comment-dot:before{content:"\edf5"}.faproregular-comment-dots:before{content:"\edf6"}.faproregular-comment-edit:before{content:"\edf7"}.faproregular-comment-exclamation:before{content:"\edf8"}.faproregular-comment-heart:before{content:"\edf9"}.faproregular-comment-image:before{content:"\edfa"}.faproregular-comment-lines:before{content:"\edfb"}.faproregular-comment-medical:before{content:"\edfc"}.faproregular-comment-middle-alt:before{content:"\edfd"}.faproregular-comment-middle-top-alt:before{content:"\edfe"}.faproregular-comment-middle-top:before{content:"\edff"}.faproregular-comment-middle:before{content:"\ee00"}.faproregular-comment-minus:before{content:"\ee01"}.faproregular-comment-music:before{content:"\ee02"}.faproregular-comment-nodes:before{content:"\ee03"}.faproregular-comment-pen:before{content:"\ee04"}.faproregular-comment-plus:before{content:"\ee05"}.faproregular-comment-question:before{content:"\ee06"}.faproregular-comment-quote:before{content:"\ee07"}.faproregular-comment-slash:before{content:"\ee08"}.faproregular-comment-smile:before{content:"\ee09"}.faproregular-comment-sms:before{content:"\ee0a"}.faproregular-comment-text:before{content:"\ee0b"}.faproregular-comment-times:before{content:"\ee0c"}.faproregular-comment-waveform:before{content:"\ee0d"}.faproregular-comment-xmark:before{content:"\ee0e"}.faproregular-comment:before{content:"\ee0f"}.faproregular-commenting:before{content:"\ee10"}.faproregular-comments-alt-dollar:before{content:"\ee11"}.faproregular-comments-alt:before{content:"\ee12"}.faproregular-comments-dollar:before{content:"\ee13"}.faproregular-comments-question-check:before{content:"\ee14"}.faproregular-comments-question:before{content:"\ee15"}.faproregular-comments:before{content:"\ee16"}.faproregular-compact-disc:before{content:"\ee17"}.faproregular-compass-drafting:before{content:"\ee18"}.faproregular-compass-slash:before{content:"\ee19"}.faproregular-compass:before{content:"\ee1a"}.faproregular-compress-alt:before{content:"\ee1b"}.faproregular-compress-arrows-alt:before{content:"\ee1c"}.faproregular-compress-arrows:before{content:"\ee1d"}.faproregular-compress-wide:before{content:"\ee1e"}.faproregular-compress:before{content:"\ee1f"}.faproregular-computer-classic:before{content:"\ee20"}.faproregular-computer-mouse-button-left:before{content:"\ee21"}.faproregular-computer-mouse-button-right:before{content:"\ee22"}.faproregular-computer-mouse-scrollwheel:before{content:"\ee23"}.faproregular-computer-mouse:before{content:"\ee24"}.faproregular-computer-speaker:before{content:"\ee25"}.faproregular-computer:before{content:"\ee26"}.faproregular-concierge-bell:before{content:"\ee27"}.faproregular-construction:before{content:"\ee28"}.faproregular-contact-book:before{content:"\ee29"}.faproregular-contact-card:before{content:"\ee2a"}.faproregular-container-storage:before{content:"\ee2b"}.faproregular-conveyor-belt-alt:before{content:"\ee2c"}.faproregular-conveyor-belt-arm:before{content:"\ee2d"}.faproregular-conveyor-belt-boxes:before{content:"\ee2e"}.faproregular-conveyor-belt-empty:before{content:"\ee2f"}.faproregular-conveyor-belt:before{content:"\ee30"}.faproregular-cookie-bite:before{content:"\ee31"}.faproregular-cookie:before{content:"\ee32"}.faproregular-copy:before{content:"\ee33"}.faproregular-copyright:before{content:"\ee34"}.faproregular-corn:before{content:"\ee35"}.faproregular-corner:before{content:"\ee36"}.faproregular-couch-small:before{content:"\ee37"}.faproregular-couch:before{content:"\ee38"}.faproregular-court-sport:before{content:"\ee39"}.faproregular-cow:before{content:"\ee3a"}.faproregular-cowbell-circle-plus:before{content:"\ee3b"}.faproregular-cowbell-more:before{content:"\ee3c"}.faproregular-cowbell:before{content:"\ee3d"}.faproregular-crab:before{content:"\ee3e"}.faproregular-crate-apple:before{content:"\ee3f"}.faproregular-crate-empty:before{content:"\ee40"}.faproregular-credit-card-alt:before{content:"\ee41"}.faproregular-credit-card-blank:before{content:"\ee42"}.faproregular-credit-card-front:before{content:"\ee43"}.faproregular-credit-card:before{content:"\ee44"}.faproregular-creemee:before{content:"\ee45"}.faproregular-cricket-bat-ball:before{content:"\ee46"}.faproregular-cricket:before{content:"\ee47"}.faproregular-croissant:before{content:"\ee48"}.faproregular-crop-alt:before{content:"\ee49"}.faproregular-crop-simple:before{content:"\ee4a"}.faproregular-crop:before{content:"\ee4b"}.faproregular-cross:before{content:"\ee4c"}.faproregular-crosshairs-simple:before{content:"\ee4d"}.faproregular-crosshairs:before{content:"\ee4e"}.faproregular-crow:before{content:"\ee4f"}.faproregular-crown:before{content:"\ee50"}.faproregular-crutch:before{content:"\ee51"}.faproregular-crutches:before{content:"\ee52"}.faproregular-cruzeiro-sign:before{content:"\ee53"}.faproregular-crystal-ball:before{content:"\ee54"}.faproregular-cube:before{content:"\ee55"}.faproregular-cubes-stacked:before{content:"\ee56"}.faproregular-cubes:before{content:"\ee57"}.faproregular-cucumber:before{content:"\ee58"}.faproregular-cup-straw-swoosh:before{content:"\ee59"}.faproregular-cup-straw:before{content:"\ee5a"}.faproregular-cup-togo:before{content:"\ee5b"}.faproregular-cupcake:before{content:"\ee5c"}.faproregular-curling-stone:before{content:"\ee5d"}.faproregular-curling:before{content:"\ee5e"}.faproregular-currency-sign:before{content:"\ee5f"}.faproregular-custard:before{content:"\ee60"}.faproregular-cut:before{content:"\ee61"}.faproregular-cutlery:before{content:"\ee62"}.faproregular-d:before{content:"\ee63"}.faproregular-dagger:before{content:"\ee64"}.faproregular-danish-krone-sign:before{content:"\ee65"}.faproregular-dash:before{content:"\ee66"}.faproregular-dashboard:before{content:"\ee67"}.faproregular-database:before{content:"\ee68"}.faproregular-deaf:before{content:"\ee69"}.faproregular-deafness:before{content:"\ee6a"}.faproregular-debug:before{content:"\ee6b"}.faproregular-dedent:before{content:"\ee6c"}.faproregular-deer-rudolph:before{content:"\ee6d"}.faproregular-deer:before{content:"\ee6e"}.faproregular-delete-left:before{content:"\ee6f"}.faproregular-delete-right:before{content:"\ee70"}.faproregular-democrat:before{content:"\ee71"}.faproregular-desk:before{content:"\ee72"}.faproregular-desktop-alt:before{content:"\ee73"}.faproregular-desktop-arrow-down:before{content:"\ee74"}.faproregular-desktop-code:before{content:"\ee75"}.faproregular-desktop-medical:before{content:"\ee76"}.faproregular-desktop-slash:before{content:"\ee77"}.faproregular-desktop:before{content:"\ee78"}.faproregular-dewpoint:before{content:"\ee79"}.faproregular-dharmachakra:before{content:"\ee7a"}.faproregular-diagnoses:before{content:"\ee7b"}.faproregular-diagram-cells:before{content:"\ee7c"}.faproregular-diagram-lean-canvas:before{content:"\ee7d"}.faproregular-diagram-nested:before{content:"\ee7e"}.faproregular-diagram-next:before{content:"\ee7f"}.faproregular-diagram-predecessor:before{content:"\ee80"}.faproregular-diagram-previous:before{content:"\ee81"}.faproregular-diagram-project:before{content:"\ee82"}.faproregular-diagram-sankey:before{content:"\ee83"}.faproregular-diagram-subtask:before{content:"\ee84"}.faproregular-diagram-successor:before{content:"\ee85"}.faproregular-diagram-venn:before{content:"\ee86"}.faproregular-dial-high:before{content:"\ee87"}.faproregular-dial-low:before{content:"\ee88"}.faproregular-dial-max:before{content:"\ee89"}.faproregular-dial-med-high:before{content:"\ee8a"}.faproregular-dial-med-low:before{content:"\ee8b"}.faproregular-dial-med:before{content:"\ee8c"}.faproregular-dial-min:before{content:"\ee8d"}.faproregular-dial-off:before{content:"\ee8e"}.faproregular-dial:before{content:"\ee8f"}.faproregular-dialpad:before{content:"\ee90"}.faproregular-diamond-exclamation:before{content:"\ee91"}.faproregular-diamond-half-stroke:before{content:"\ee92"}.faproregular-diamond-half:before{content:"\ee93"}.faproregular-diamond-turn-right:before{content:"\ee94"}.faproregular-diamond:before{content:"\ee95"}.faproregular-diamonds-4:before{content:"\ee96"}.faproregular-dice-d4:before{content:"\ee97"}.faproregular-dice-d6:before{content:"\ee98"}.faproregular-dice-d8:before{content:"\ee99"}.faproregular-dice-d10:before{content:"\ee9a"}.faproregular-dice-d12:before{content:"\ee9b"}.faproregular-dice-d20:before{content:"\ee9c"}.faproregular-dice-five:before{content:"\ee9d"}.faproregular-dice-four:before{content:"\ee9e"}.faproregular-dice-one:before{content:"\ee9f"}.faproregular-dice-six:before{content:"\eea0"}.faproregular-dice-three:before{content:"\eea1"}.faproregular-dice-two:before{content:"\eea2"}.faproregular-dice:before{content:"\eea3"}.faproregular-digging:before{content:"\eea4"}.faproregular-digital-tachograph:before{content:"\eea5"}.faproregular-dinosaur:before{content:"\eea6"}.faproregular-diploma:before{content:"\eea7"}.faproregular-direction-left-right:before{content:"\eea8"}.faproregular-direction-up-down:before{content:"\eea9"}.faproregular-directions:before{content:"\eeaa"}.faproregular-disc-drive:before{content:"\eeab"}.faproregular-disease:before{content:"\eeac"}.faproregular-display-arrow-down:before{content:"\eead"}.faproregular-display-chart-up-circle-currency:before{content:"\eeae"}.faproregular-display-chart-up-circle-dollar:before{content:"\eeaf"}.faproregular-display-chart-up:before{content:"\eeb0"}.faproregular-display-code:before{content:"\eeb1"}.faproregular-display-medical:before{content:"\eeb2"}.faproregular-display-slash:before{content:"\eeb3"}.faproregular-display:before{content:"\eeb4"}.faproregular-distribute-spacing-horizontal:before{content:"\eeb5"}.faproregular-distribute-spacing-vertical:before{content:"\eeb6"}.faproregular-ditto:before{content:"\eeb7"}.faproregular-divide:before{content:"\eeb8"}.faproregular-dizzy:before{content:"\eeb9"}.faproregular-dna:before{content:"\eeba"}.faproregular-do-not-enter:before{content:"\eebb"}.faproregular-dog-leashed:before{content:"\eebc"}.faproregular-dog:before{content:"\eebd"}.faproregular-dollar-circle:before{content:"\eebe"}.faproregular-dollar-sign:before{content:"\eebf"}.faproregular-dollar-square:before{content:"\eec0"}.faproregular-dollar:before{content:"\eec1"}.faproregular-dolly-box:before{content:"\eec2"}.faproregular-dolly-empty:before{content:"\eec3"}.faproregular-dolly-flatbed-alt:before{content:"\eec4"}.faproregular-dolly-flatbed-empty:before{content:"\eec5"}.faproregular-dolly-flatbed:before{content:"\eec6"}.faproregular-dolly:before{content:"\eec7"}.faproregular-dolphin:before{content:"\eec8"}.faproregular-donate:before{content:"\eec9"}.faproregular-dong-sign:before{content:"\eeca"}.faproregular-donut:before{content:"\eecb"}.faproregular-door-closed:before{content:"\eecc"}.faproregular-door-open:before{content:"\eecd"}.faproregular-dot-circle:before{content:"\eece"}.faproregular-dot:before{content:"\eecf"}.faproregular-doughnut:before{content:"\eed0"}.faproregular-dove:before{content:"\eed1"}.faproregular-down-from-bracket:before{content:"\eed2"}.faproregular-down-from-dotted-line:before{content:"\eed3"}.faproregular-down-from-line:before{content:"\eed4"}.faproregular-down-left-and-up-right-to-center:before{content:"\eed5"}.faproregular-down-left:before{content:"\eed6"}.faproregular-down-long-to-line:before{content:"\eed7"}.faproregular-down-long:before{content:"\eed8"}.faproregular-down-right:before{content:"\eed9"}.faproregular-down-to-bracket:before{content:"\eeda"}.faproregular-down-to-dotted-line:before{content:"\eedb"}.faproregular-down-to-line:before{content:"\eedc"}.faproregular-down-up:before{content:"\eedd"}.faproregular-down:before{content:"\eede"}.faproregular-download:before{content:"\eedf"}.faproregular-drafting-compass:before{content:"\eee0"}.faproregular-dragon:before{content:"\eee1"}.faproregular-draw-circle:before{content:"\eee2"}.faproregular-draw-polygon:before{content:"\eee3"}.faproregular-draw-square:before{content:"\eee4"}.faproregular-dreidel:before{content:"\eee5"}.faproregular-dress:before{content:"\eee6"}.faproregular-dresser:before{content:"\eee7"}.faproregular-drivers-license:before{content:"\eee8"}.faproregular-drone-alt:before{content:"\eee9"}.faproregular-drone-front:before{content:"\eeea"}.faproregular-drone:before{content:"\eeeb"}.faproregular-droplet-degree:before{content:"\eeec"}.faproregular-droplet-percent:before{content:"\eeed"}.faproregular-droplet-plus:before{content:"\eeee"}.faproregular-droplet-slash:before{content:"\eeef"}.faproregular-droplet:before{content:"\eef0"}.faproregular-drum-steelpan:before{content:"\eef1"}.faproregular-drum:before{content:"\eef2"}.faproregular-drumstick-bite:before{content:"\eef3"}.faproregular-drumstick:before{content:"\eef4"}.faproregular-dryer-alt:before{content:"\eef5"}.faproregular-dryer-heat:before{content:"\eef6"}.faproregular-dryer:before{content:"\eef7"}.faproregular-duck:before{content:"\eef8"}.faproregular-dumbbell:before{content:"\eef9"}.faproregular-dumpster-fire:before{content:"\eefa"}.faproregular-dumpster:before{content:"\eefb"}.faproregular-dungeon:before{content:"\eefc"}.faproregular-e:before{content:"\eefd"}.faproregular-ear-circle-checkmark:before{content:"\eefe"}.faproregular-ear-deaf:before{content:"\eeff"}.faproregular-ear-listen:before{content:"\ef00"}.faproregular-ear-muffs:before{content:"\ef01"}.faproregular-ear-triangle-exclamation:before{content:"\ef02"}.faproregular-ear-waveform:before{content:"\ef03"}.faproregular-ear:before{content:"\ef04"}.faproregular-earth-africa:before{content:"\ef05"}.faproregular-earth-america:before{content:"\ef06"}.faproregular-earth-americas:before{content:"\ef07"}.faproregular-earth-asia:before{content:"\ef08"}.faproregular-earth-europe:before{content:"\ef09"}.faproregular-earth-oceania:before{content:"\ef0a"}.faproregular-earth:before{content:"\ef0b"}.faproregular-eclipse-alt:before{content:"\ef0c"}.faproregular-eclipse:before{content:"\ef0d"}.faproregular-edit:before{content:"\ef0e"}.faproregular-egg-fried:before{content:"\ef0f"}.faproregular-egg:before{content:"\ef10"}.faproregular-eggplant:before{content:"\ef11"}.faproregular-eject:before{content:"\ef12"}.faproregular-elephant:before{content:"\ef13"}.faproregular-elevator:before{content:"\ef14"}.faproregular-ellipsis-h-alt:before{content:"\ef15"}.faproregular-ellipsis-h:before{content:"\ef16"}.faproregular-ellipsis-stroke-vertical:before{content:"\ef17"}.faproregular-ellipsis-stroke:before{content:"\ef18"}.faproregular-ellipsis-v-alt:before{content:"\ef19"}.faproregular-ellipsis-v:before{content:"\ef1a"}.faproregular-ellipsis-vertical:before{content:"\ef1b"}.faproregular-ellipsis:before{content:"\ef1c"}.faproregular-empty-set:before{content:"\ef1d"}.faproregular-engine-exclamation:before{content:"\ef1e"}.faproregular-engine-warning:before{content:"\ef1f"}.faproregular-engine:before{content:"\ef20"}.faproregular-envelope-badge:before{content:"\ef21"}.faproregular-envelope-certificate:before{content:"\ef22"}.faproregular-envelope-circle-check:before{content:"\ef23"}.faproregular-envelope-circle-user:before{content:"\ef24"}.faproregular-envelope-circle:before{content:"\ef25"}.faproregular-envelope-dot:before{content:"\ef26"}.faproregular-envelope-open-dollar:before{content:"\ef27"}.faproregular-envelope-open-text:before{content:"\ef28"}.faproregular-envelope-open:before{content:"\ef29"}.faproregular-envelope-ribbon:before{content:"\ef2a"}.faproregular-envelope-square:before{content:"\ef2b"}.faproregular-envelope:before{content:"\ef2c"}.faproregular-envelopes-bulk:before{content:"\ef2d"}.faproregular-envelopes:before{content:"\ef2e"}.faproregular-equals:before{content:"\ef2f"}.faproregular-eraser:before{content:"\ef30"}.faproregular-escalator:before{content:"\ef31"}.faproregular-ethernet:before{content:"\ef32"}.faproregular-eur:before{content:"\ef33"}.faproregular-euro-sign:before{content:"\ef34"}.faproregular-euro:before{content:"\ef35"}.faproregular-eurozone-sign:before{content:"\ef36"}.faproregular-excavator:before{content:"\ef37"}.faproregular-exchange-alt:before{content:"\ef38"}.faproregular-exchange:before{content:"\ef39"}.faproregular-exclamation-circle:before{content:"\ef3a"}.faproregular-exclamation-square:before{content:"\ef3b"}.faproregular-exclamation-triangle:before{content:"\ef3c"}.faproregular-exclamation:before{content:"\ef3d"}.faproregular-expand-alt:before{content:"\ef3e"}.faproregular-expand-arrows-alt:before{content:"\ef3f"}.faproregular-expand-arrows:before{content:"\ef40"}.faproregular-expand-wide:before{content:"\ef41"}.faproregular-expand:before{content:"\ef42"}.faproregular-exploding-head:before{content:"\ef43"}.faproregular-explosion:before{content:"\ef44"}.faproregular-external-link-alt:before{content:"\ef45"}.faproregular-external-link-square-alt:before{content:"\ef46"}.faproregular-external-link-square:before{content:"\ef47"}.faproregular-external-link:before{content:"\ef48"}.faproregular-eye-closed:before{content:"\ef49"}.faproregular-eye-dropper-empty:before{content:"\ef4a"}.faproregular-eye-dropper-full:before{content:"\ef4b"}.faproregular-eye-dropper-half:before{content:"\ef4c"}.faproregular-eye-dropper:before{content:"\ef4d"}.faproregular-eye-evil:before{content:"\ef4e"}.faproregular-eye-low-vision:before{content:"\ef4f"}.faproregular-eye-slash:before{content:"\ef50"}.faproregular-eye:before{content:"\ef51"}.faproregular-eyedropper:before{content:"\ef52"}.faproregular-eyes:before{content:"\ef53"}.faproregular-f:before{content:"\ef54"}.faproregular-face-angry-horns:before{content:"\ef55"}.faproregular-face-angry:before{content:"\ef56"}.faproregular-face-anguished:before{content:"\ef57"}.faproregular-face-anxious-sweat:before{content:"\ef58"}.faproregular-face-astonished:before{content:"\ef59"}.faproregular-face-awesome:before{content:"\ef5a"}.faproregular-face-beam-hand-over-mouth:before{content:"\ef5b"}.faproregular-face-clouds:before{content:"\ef5c"}.faproregular-face-confounded:before{content:"\ef5d"}.faproregular-face-confused:before{content:"\ef5e"}.faproregular-face-cowboy-hat:before{content:"\ef5f"}.faproregular-face-diagonal-mouth:before{content:"\ef60"}.faproregular-face-disappointed:before{content:"\ef61"}.faproregular-face-disguise:before{content:"\ef62"}.faproregular-face-dizzy:before{content:"\ef63"}.faproregular-face-dotted:before{content:"\ef64"}.faproregular-face-downcast-sweat:before{content:"\ef65"}.faproregular-face-drooling:before{content:"\ef66"}.faproregular-face-exhaling:before{content:"\ef67"}.faproregular-face-explode:before{content:"\ef68"}.faproregular-face-expressionless:before{content:"\ef69"}.faproregular-face-eyes-xmarks:before{content:"\ef6a"}.faproregular-face-fearful:before{content:"\ef6b"}.faproregular-face-flushed:before{content:"\ef6c"}.faproregular-face-frown-open:before{content:"\ef6d"}.faproregular-face-frown-slight:before{content:"\ef6e"}.faproregular-face-frown:before{content:"\ef6f"}.faproregular-face-glasses:before{content:"\ef70"}.faproregular-face-grimace:before{content:"\ef71"}.faproregular-face-grin-beam-sweat:before{content:"\ef72"}.faproregular-face-grin-beam:before{content:"\ef73"}.faproregular-face-grin-hearts:before{content:"\ef74"}.faproregular-face-grin-squint-tears:before{content:"\ef75"}.faproregular-face-grin-squint:before{content:"\ef76"}.faproregular-face-grin-stars:before{content:"\ef77"}.faproregular-face-grin-tears:before{content:"\ef78"}.faproregular-face-grin-tongue-squint:before{content:"\ef79"}.faproregular-face-grin-tongue-wink:before{content:"\ef7a"}.faproregular-face-grin-tongue:before{content:"\ef7b"}.faproregular-face-grin-wide:before{content:"\ef7c"}.faproregular-face-grin-wink:before{content:"\ef7d"}.faproregular-face-grin:before{content:"\ef7e"}.faproregular-face-hand-over-mouth:before{content:"\ef7f"}.faproregular-face-hand-peeking:before{content:"\ef80"}.faproregular-face-hand-yawn:before{content:"\ef81"}.faproregular-face-head-bandage:before{content:"\ef82"}.faproregular-face-holding-back-tears:before{content:"\ef83"}.faproregular-face-hushed:before{content:"\ef84"}.faproregular-face-icicles:before{content:"\ef85"}.faproregular-face-kiss-beam:before{content:"\ef86"}.faproregular-face-kiss-closed-eyes:before{content:"\ef87"}.faproregular-face-kiss-wink-heart:before{content:"\ef88"}.faproregular-face-kiss:before{content:"\ef89"}.faproregular-face-laugh-beam:before{content:"\ef8a"}.faproregular-face-laugh-squint:before{content:"\ef8b"}.faproregular-face-laugh-wink:before{content:"\ef8c"}.faproregular-face-laugh:before{content:"\ef8d"}.faproregular-face-lying:before{content:"\ef8e"}.faproregular-face-mask:before{content:"\ef8f"}.faproregular-face-meh-blank:before{content:"\ef90"}.faproregular-face-meh:before{content:"\ef91"}.faproregular-face-melting:before{content:"\ef92"}.faproregular-face-monocle:before{content:"\ef93"}.faproregular-face-nauseated:before{content:"\ef94"}.faproregular-face-nose-steam:before{content:"\ef95"}.faproregular-face-party:before{content:"\ef96"}.faproregular-face-pensive:before{content:"\ef97"}.faproregular-face-persevering:before{content:"\ef98"}.faproregular-face-pleading:before{content:"\ef99"}.faproregular-face-pouting:before{content:"\ef9a"}.faproregular-face-raised-eyebrow:before{content:"\ef9b"}.faproregular-face-relieved:before{content:"\ef9c"}.faproregular-face-rolling-eyes:before{content:"\ef9d"}.faproregular-face-sad-cry:before{content:"\ef9e"}.faproregular-face-sad-sweat:before{content:"\ef9f"}.faproregular-face-sad-tear:before{content:"\efa0"}.faproregular-face-saluting:before{content:"\efa1"}.faproregular-face-scream:before{content:"\efa2"}.faproregular-face-shaking-horizontal:before{content:"\efa3"}.faproregular-face-shaking-vertical:before{content:"\efa4"}.faproregular-face-shaking:before{content:"\efa5"}.faproregular-face-shush:before{content:"\efa6"}.faproregular-face-sleeping:before{content:"\efa7"}.faproregular-face-sleepy:before{content:"\efa8"}.faproregular-face-smile-beam:before{content:"\efa9"}.faproregular-face-smile-halo:before{content:"\efaa"}.faproregular-face-smile-hearts:before{content:"\efab"}.faproregular-face-smile-horns:before{content:"\efac"}.faproregular-face-smile-plus:before{content:"\efad"}.faproregular-face-smile-relaxed:before{content:"\efae"}.faproregular-face-smile-tear:before{content:"\efaf"}.faproregular-face-smile-tongue:before{content:"\efb0"}.faproregular-face-smile-upside-down:before{content:"\efb1"}.faproregular-face-smile-wink:before{content:"\efb2"}.faproregular-face-smile:before{content:"\efb3"}.faproregular-face-smiling-hands:before{content:"\efb4"}.faproregular-face-smirking:before{content:"\efb5"}.faproregular-face-spiral-eyes:before{content:"\efb6"}.faproregular-face-sunglasses:before{content:"\efb7"}.faproregular-face-surprise:before{content:"\efb8"}.faproregular-face-swear:before{content:"\efb9"}.faproregular-face-thermometer:before{content:"\efba"}.faproregular-face-thinking:before{content:"\efbb"}.faproregular-face-tired:before{content:"\efbc"}.faproregular-face-tissue:before{content:"\efbd"}.faproregular-face-tongue-money:before{content:"\efbe"}.faproregular-face-tongue-sweat:before{content:"\efbf"}.faproregular-face-unamused:before{content:"\efc0"}.faproregular-face-viewfinder:before{content:"\efc1"}.faproregular-face-vomit:before{content:"\efc2"}.faproregular-face-weary:before{content:"\efc3"}.faproregular-face-woozy:before{content:"\efc4"}.faproregular-face-worried:before{content:"\efc5"}.faproregular-face-zany:before{content:"\efc6"}.faproregular-face-zipper:before{content:"\efc7"}.faproregular-falafel:before{content:"\efc8"}.faproregular-family-dress:before{content:"\efc9"}.faproregular-family-pants:before{content:"\efca"}.faproregular-family:before{content:"\efcb"}.faproregular-fan-table:before{content:"\efcc"}.faproregular-fan:before{content:"\efcd"}.faproregular-farm:before{content:"\efce"}.faproregular-fast-backward:before{content:"\efcf"}.faproregular-fast-forward:before{content:"\efd0"}.faproregular-faucet-drip:before{content:"\efd1"}.faproregular-faucet:before{content:"\efd2"}.faproregular-fax:before{content:"\efd3"}.faproregular-feather-alt:before{content:"\efd4"}.faproregular-feather-pointed:before{content:"\efd5"}.faproregular-feather:before{content:"\efd6"}.faproregular-feed:before{content:"\efd7"}.faproregular-female:before{content:"\efd8"}.faproregular-fence:before{content:"\efd9"}.faproregular-ferris-wheel:before{content:"\efda"}.faproregular-ferry:before{content:"\efdb"}.faproregular-field-hockey-stick-ball:before{content:"\efdc"}.faproregular-field-hockey:before{content:"\efdd"}.faproregular-fighter-jet:before{content:"\efde"}.faproregular-file-aiff:before{content:"\efdf"}.faproregular-file-alt:before{content:"\efe0"}.faproregular-file-archive:before{content:"\efe1"}.faproregular-file-arrow-down:before{content:"\efe2"}.faproregular-file-arrow-up:before{content:"\efe3"}.faproregular-file-audio:before{content:"\efe4"}.faproregular-file-award:before{content:"\efe5"}.faproregular-file-ban:before{content:"\efe6"}.faproregular-file-binary:before{content:"\efe7"}.faproregular-file-brackets-curly:before{content:"\efe8"}.faproregular-file-cad:before{content:"\efe9"}.faproregular-file-caret-down:before{content:"\efea"}.faproregular-file-caret-up:before{content:"\efeb"}.faproregular-file-certificate:before{content:"\efec"}.faproregular-file-chart-column:before{content:"\efed"}.faproregular-file-chart-line:before{content:"\efee"}.faproregular-file-chart-pie:before{content:"\efef"}.faproregular-file-check:before{content:"\eff0"}.faproregular-file-circle-check:before{content:"\eff1"}.faproregular-file-circle-exclamation:before{content:"\eff2"}.faproregular-file-circle-info:before{content:"\eff3"}.faproregular-file-circle-minus:before{content:"\eff4"}.faproregular-file-circle-plus:before{content:"\eff5"}.faproregular-file-circle-question:before{content:"\eff6"}.faproregular-file-circle-xmark:before{content:"\eff7"}.faproregular-file-clipboard:before{content:"\eff8"}.faproregular-file-code:before{content:"\eff9"}.faproregular-file-contract:before{content:"\effa"}.faproregular-file-css:before{content:"\effb"}.faproregular-file-csv:before{content:"\effc"}.faproregular-file-dashed-line:before{content:"\effd"}.faproregular-file-doc:before{content:"\effe"}.faproregular-file-download:before{content:"\efff"}.faproregular-file-edit:before{content:"\f000"}.faproregular-file-eps:before{content:"\f001"}.faproregular-file-excel:before{content:"\f002"}.faproregular-file-exclamation:before{content:"\f003"}.faproregular-file-export:before{content:"\f004"}.faproregular-file-fragment:before{content:"\f005"}.faproregular-file-gif:before{content:"\f006"}.faproregular-file-half-dashed:before{content:"\f007"}.faproregular-file-heart:before{content:"\f008"}.faproregular-file-html:before{content:"\f009"}.faproregular-file-icns:before{content:"\f00a"}.faproregular-file-image:before{content:"\f00b"}.faproregular-file-import:before{content:"\f00c"}.faproregular-file-invoice-dollar:before{content:"\f00d"}.faproregular-file-invoice:before{content:"\f00e"}.faproregular-file-jpg:before{content:"\f00f"}.faproregular-file-js:before{content:"\f010"}.faproregular-file-lines:before{content:"\f011"}.faproregular-file-lock:before{content:"\f012"}.faproregular-file-magnifying-glass:before{content:"\f013"}.faproregular-file-medical-alt:before{content:"\f014"}.faproregular-file-medical:before{content:"\f015"}.faproregular-file-midi:before{content:"\f016"}.faproregular-file-minus:before{content:"\f017"}.faproregular-file-mov:before{content:"\f018"}.faproregular-file-mp3:before{content:"\f019"}.faproregular-file-mp4:before{content:"\f01a"}.faproregular-file-music:before{content:"\f01b"}.faproregular-file-odf:before{content:"\f01c"}.faproregular-file-pdf:before{content:"\f01d"}.faproregular-file-pen:before{content:"\f01e"}.faproregular-file-plus-minus:before{content:"\f01f"}.faproregular-file-plus:before{content:"\f020"}.faproregular-file-png:before{content:"\f021"}.faproregular-file-powerpoint:before{content:"\f022"}.faproregular-file-ppt:before{content:"\f023"}.faproregular-file-prescription:before{content:"\f024"}.faproregular-file-search:before{content:"\f025"}.faproregular-file-shield:before{content:"\f026"}.faproregular-file-signature:before{content:"\f027"}.faproregular-file-slash:before{content:"\f028"}.faproregular-file-spreadsheet:before{content:"\f029"}.faproregular-file-svg:before{content:"\f02a"}.faproregular-file-tex:before{content:"\f02b"}.faproregular-file-text:before{content:"\f02c"}.faproregular-file-times:before{content:"\f02d"}.faproregular-file-upload:before{content:"\f02e"}.faproregular-file-user:before{content:"\f02f"}.faproregular-file-vector:before{content:"\f030"}.faproregular-file-video:before{content:"\f031"}.faproregular-file-wav:before{content:"\f032"}.faproregular-file-waveform:before{content:"\f033"}.faproregular-file-word:before{content:"\f034"}.faproregular-file-xls:before{content:"\f035"}.faproregular-file-xmark:before{content:"\f036"}.faproregular-file-xml:before{content:"\f037"}.faproregular-file-zip:before{content:"\f038"}.faproregular-file-zipper:before{content:"\f039"}.faproregular-file:before{content:"\f03a"}.faproregular-files-medical:before{content:"\f03b"}.faproregular-files:before{content:"\f03c"}.faproregular-fill-drip:before{content:"\f03d"}.faproregular-fill:before{content:"\f03e"}.faproregular-film-alt:before{content:"\f03f"}.faproregular-film-canister:before{content:"\f040"}.faproregular-film-cannister:before{content:"\f041"}.faproregular-film-music:before{content:"\f042"}.faproregular-film-simple:before{content:"\f043"}.faproregular-film-slash:before{content:"\f044"}.faproregular-film-stack:before{content:"\f045"}.faproregular-film:before{content:"\f046"}.faproregular-films:before{content:"\f047"}.faproregular-filter-circle-dollar:before{content:"\f048"}.faproregular-filter-circle-xmark:before{content:"\f049"}.faproregular-filter-list:before{content:"\f04a"}.faproregular-filter-slash:before{content:"\f04b"}.faproregular-filter:before{content:"\f04c"}.faproregular-filters:before{content:"\f04d"}.faproregular-fingerprint:before{content:"\f04e"}.faproregular-fire-alt:before{content:"\f04f"}.faproregular-fire-burner:before{content:"\f050"}.faproregular-fire-extinguisher:before{content:"\f051"}.faproregular-fire-flame-curved:before{content:"\f052"}.faproregular-fire-flame-simple:before{content:"\f053"}.faproregular-fire-flame:before{content:"\f054"}.faproregular-fire-hydrant:before{content:"\f055"}.faproregular-fire-smoke:before{content:"\f056"}.faproregular-fire:before{content:"\f057"}.faproregular-fireplace:before{content:"\f058"}.faproregular-firewall:before{content:"\f059"}.faproregular-first-aid:before{content:"\f05a"}.faproregular-fish-bones:before{content:"\f05b"}.faproregular-fish-cooked:before{content:"\f05c"}.faproregular-fish-fins:before{content:"\f05d"}.faproregular-fish:before{content:"\f05e"}.faproregular-fishing-rod:before{content:"\f05f"}.faproregular-fist-raised:before{content:"\f060"}.faproregular-flag-alt:before{content:"\f061"}.faproregular-flag-checkered:before{content:"\f062"}.faproregular-flag-pennant:before{content:"\f063"}.faproregular-flag-swallowtail:before{content:"\f064"}.faproregular-flag-usa:before{content:"\f065"}.faproregular-flag:before{content:"\f066"}.faproregular-flame:before{content:"\f067"}.faproregular-flashlight:before{content:"\f068"}.faproregular-flask-gear:before{content:"\f069"}.faproregular-flask-poison:before{content:"\f06a"}.faproregular-flask-potion:before{content:"\f06b"}.faproregular-flask-round-poison:before{content:"\f06c"}.faproregular-flask-round-potion:before{content:"\f06d"}.faproregular-flask-vial:before{content:"\f06e"}.faproregular-flask:before{content:"\f06f"}.faproregular-flatbread-stuffed:before{content:"\f070"}.faproregular-flatbread:before{content:"\f071"}.faproregular-floppy-disk-circle-arrow-right:before{content:"\f072"}.faproregular-floppy-disk-circle-xmark:before{content:"\f073"}.faproregular-floppy-disk-pen:before{content:"\f074"}.faproregular-floppy-disk-times:before{content:"\f075"}.faproregular-floppy-disk:before{content:"\f076"}.faproregular-floppy-disks:before{content:"\f077"}.faproregular-florin-sign:before{content:"\f078"}.faproregular-flower-daffodil:before{content:"\f079"}.faproregular-flower-tulip:before{content:"\f07a"}.faproregular-flower:before{content:"\f07b"}.faproregular-flushed:before{content:"\f07c"}.faproregular-flute:before{content:"\f07d"}.faproregular-flux-capacitor:before{content:"\f07e"}.faproregular-flying-disc:before{content:"\f07f"}.faproregular-fog:before{content:"\f080"}.faproregular-folder-arrow-down:before{content:"\f081"}.faproregular-folder-arrow-left:before{content:"\f082"}.faproregular-folder-arrow-right:before{content:"\f083"}.faproregular-folder-arrow-up:before{content:"\f084"}.faproregular-folder-blank:before{content:"\f085"}.faproregular-folder-bookmark:before{content:"\f086"}.faproregular-folder-check:before{content:"\f087"}.faproregular-folder-closed:before{content:"\f088"}.faproregular-folder-cog:before{content:"\f089"}.faproregular-folder-download:before{content:"\f08a"}.faproregular-folder-gear:before{content:"\f08b"}.faproregular-folder-grid:before{content:"\f08c"}.faproregular-folder-heart:before{content:"\f08d"}.faproregular-folder-image:before{content:"\f08e"}.faproregular-folder-magnifying-glass:before{content:"\f08f"}.faproregular-folder-medical:before{content:"\f090"}.faproregular-folder-minus:before{content:"\f091"}.faproregular-folder-music:before{content:"\f092"}.faproregular-folder-open:before{content:"\f093"}.faproregular-folder-plus:before{content:"\f094"}.faproregular-folder-search:before{content:"\f095"}.faproregular-folder-times:before{content:"\f096"}.faproregular-folder-tree:before{content:"\f097"}.faproregular-folder-upload:before{content:"\f098"}.faproregular-folder-user:before{content:"\f099"}.faproregular-folder-xmark:before{content:"\f09a"}.faproregular-folder:before{content:"\f09b"}.faproregular-folders:before{content:"\f09c"}.faproregular-fondue-pot:before{content:"\f09d"}.faproregular-font-awesome-flag:before{content:"\f09e"}.faproregular-font-awesome-logo-full:before{content:"\f09f"}.faproregular-font-awesome:before{content:"\f0a0"}.faproregular-font-case:before{content:"\f0a1"}.faproregular-font:before{content:"\f0a2"}.faproregular-foot-wing:before{content:"\f0a3"}.faproregular-football-ball:before{content:"\f0a4"}.faproregular-football-helmet:before{content:"\f0a5"}.faproregular-football:before{content:"\f0a6"}.faproregular-fork-knife:before{content:"\f0a7"}.faproregular-fork:before{content:"\f0a8"}.faproregular-forklift:before{content:"\f0a9"}.faproregular-fort:before{content:"\f0aa"}.faproregular-forward-fast:before{content:"\f0ab"}.faproregular-forward-step:before{content:"\f0ac"}.faproregular-forward:before{content:"\f0ad"}.faproregular-fragile:before{content:"\f0ae"}.faproregular-frame:before{content:"\f0af"}.faproregular-franc-sign:before{content:"\f0b0"}.faproregular-french-fries:before{content:"\f0b1"}.faproregular-frog:before{content:"\f0b2"}.faproregular-frosty-head:before{content:"\f0b3"}.faproregular-frown-open:before{content:"\f0b4"}.faproregular-frown:before{content:"\f0b5"}.faproregular-function:before{content:"\f0b6"}.faproregular-funnel-dollar:before{content:"\f0b7"}.faproregular-futbol-ball:before{content:"\f0b8"}.faproregular-futbol:before{content:"\f0b9"}.faproregular-g:before{content:"\f0ba"}.faproregular-galaxy:before{content:"\f0bb"}.faproregular-gallery-thumbnails:before{content:"\f0bc"}.faproregular-game-board-alt:before{content:"\f0bd"}.faproregular-game-board-simple:before{content:"\f0be"}.faproregular-game-board:before{content:"\f0bf"}.faproregular-game-console-handheld-crank:before{content:"\f0c0"}.faproregular-game-console-handheld:before{content:"\f0c1"}.faproregular-gamepad-alt:before{content:"\f0c2"}.faproregular-gamepad-modern:before{content:"\f0c3"}.faproregular-gamepad:before{content:"\f0c4"}.faproregular-garage-car:before{content:"\f0c5"}.faproregular-garage-empty:before{content:"\f0c6"}.faproregular-garage-open:before{content:"\f0c7"}.faproregular-garage:before{content:"\f0c8"}.faproregular-garlic:before{content:"\f0c9"}.faproregular-gas-pump-left:before{content:"\f0ca"}.faproregular-gas-pump-right:before{content:"\f0cb"}.faproregular-gas-pump-slash:before{content:"\f0cc"}.faproregular-gas-pump:before{content:"\f0cd"}.faproregular-gauge-circle-bolt:before{content:"\f0ce"}.faproregular-gauge-circle-minus:before{content:"\f0cf"}.faproregular-gauge-circle-plus:before{content:"\f0d0"}.faproregular-gauge-high:before{content:"\f0d1"}.faproregular-gauge-low:before{content:"\f0d2"}.faproregular-gauge-max:before{content:"\f0d3"}.faproregular-gauge-med:before{content:"\f0d4"}.faproregular-gauge-min:before{content:"\f0d5"}.faproregular-gauge-simple-high:before{content:"\f0d6"}.faproregular-gauge-simple-low:before{content:"\f0d7"}.faproregular-gauge-simple-max:before{content:"\f0d8"}.faproregular-gauge-simple-med:before{content:"\f0d9"}.faproregular-gauge-simple-min:before{content:"\f0da"}.faproregular-gauge-simple:before{content:"\f0db"}.faproregular-gauge:before{content:"\f0dc"}.faproregular-gave-dandy:before{content:"\f0dd"}.faproregular-gavel:before{content:"\f0de"}.faproregular-gbp:before{content:"\f0df"}.faproregular-gear-api:before{content:"\f0e0"}.faproregular-gear-code:before{content:"\f0e1"}.faproregular-gear-complex-api:before{content:"\f0e2"}.faproregular-gear-complex-code:before{content:"\f0e3"}.faproregular-gear-complex:before{content:"\f0e4"}.faproregular-gear:before{content:"\f0e5"}.faproregular-gears:before{content:"\f0e6"}.faproregular-gem:before{content:"\f0e7"}.faproregular-gemini:before{content:"\f0e8"}.faproregular-genderless:before{content:"\f0e9"}.faproregular-ghost:before{content:"\f0ea"}.faproregular-gif:before{content:"\f0eb"}.faproregular-gift-card:before{content:"\f0ec"}.faproregular-gift:before{content:"\f0ed"}.faproregular-gifts:before{content:"\f0ee"}.faproregular-gingerbread-man:before{content:"\f0ef"}.faproregular-glass-champagne:before{content:"\f0f0"}.faproregular-glass-cheers:before{content:"\f0f1"}.faproregular-glass-citrus:before{content:"\f0f2"}.faproregular-glass-empty:before{content:"\f0f3"}.faproregular-glass-half-empty:before{content:"\f0f4"}.faproregular-glass-half-full:before{content:"\f0f5"}.faproregular-glass-half:before{content:"\f0f6"}.faproregular-glass-martini-alt:before{content:"\f0f7"}.faproregular-glass-martini:before{content:"\f0f8"}.faproregular-glass-water-droplet:before{content:"\f0f9"}.faproregular-glass-water:before{content:"\f0fa"}.faproregular-glass-whiskey-rocks:before{content:"\f0fb"}.faproregular-glass-whiskey:before{content:"\f0fc"}.faproregular-glass:before{content:"\f0fd"}.faproregular-glasses-alt:before{content:"\f0fe"}.faproregular-glasses-round:before{content:"\f0ff"}.faproregular-glasses:before{content:"\f100"}.faproregular-globe-africa:before{content:"\f101"}.faproregular-globe-americas:before{content:"\f102"}.faproregular-globe-asia:before{content:"\f103"}.faproregular-globe-europe:before{content:"\f104"}.faproregular-globe-oceania:before{content:"\f105"}.faproregular-globe-pointer:before{content:"\f106"}.faproregular-globe-snow:before{content:"\f107"}.faproregular-globe-stand:before{content:"\f108"}.faproregular-globe-wifi:before{content:"\f109"}.faproregular-globe-www:before{content:"\f10a"}.faproregular-globe:before{content:"\f10b"}.faproregular-glove-boxing:before{content:"\f10c"}.faproregular-goal-net:before{content:"\f10d"}.faproregular-golf-ball-tee:before{content:"\f10e"}.faproregular-golf-ball:before{content:"\f10f"}.faproregular-golf-club:before{content:"\f110"}.faproregular-golf-flag-hole:before{content:"\f111"}.faproregular-gopuram:before{content:"\f112"}.faproregular-gpu:before{content:"\f113"}.faproregular-graduation-cap:before{content:"\f114"}.faproregular-gramophone:before{content:"\f115"}.faproregular-grapes:before{content:"\f116"}.faproregular-grate-droplet:before{content:"\f117"}.faproregular-grate:before{content:"\f118"}.faproregular-greater-than-equal:before{content:"\f119"}.faproregular-greater-than:before{content:"\f11a"}.faproregular-grid-2-minus:before{content:"\f11b"}.faproregular-grid-2-plus:before{content:"\f11c"}.faproregular-grid-2:before{content:"\f11d"}.faproregular-grid-3:before{content:"\f11e"}.faproregular-grid-4:before{content:"\f11f"}.faproregular-grid-5:before{content:"\f120"}.faproregular-grid-dividers:before{content:"\f121"}.faproregular-grid-horizontal:before{content:"\f122"}.faproregular-grid-round-2-minus:before{content:"\f123"}.faproregular-grid-round-2-plus:before{content:"\f124"}.faproregular-grid-round-2:before{content:"\f125"}.faproregular-grid-round-4:before{content:"\f126"}.faproregular-grid-round-5:before{content:"\f127"}.faproregular-grid-round:before{content:"\f128"}.faproregular-grid-vertical:before{content:"\f129"}.faproregular-grid:before{content:"\f12a"}.faproregular-grill-fire:before{content:"\f12b"}.faproregular-grill-hot:before{content:"\f12c"}.faproregular-grill:before{content:"\f12d"}.faproregular-grimace:before{content:"\f12e"}.faproregular-grin-alt:before{content:"\f12f"}.faproregular-grin-beam-sweat:before{content:"\f130"}.faproregular-grin-beam:before{content:"\f131"}.faproregular-grin-hearts:before{content:"\f132"}.faproregular-grin-squint-tears:before{content:"\f133"}.faproregular-grin-squint:before{content:"\f134"}.faproregular-grin-stars:before{content:"\f135"}.faproregular-grin-tears:before{content:"\f136"}.faproregular-grin-tongue-squint:before{content:"\f137"}.faproregular-grin-tongue-wink:before{content:"\f138"}.faproregular-grin-tongue:before{content:"\f139"}.faproregular-grin-wink:before{content:"\f13a"}.faproregular-grin:before{content:"\f13b"}.faproregular-grip-dots-vertical:before{content:"\f13c"}.faproregular-grip-dots:before{content:"\f13d"}.faproregular-grip-horizontal:before{content:"\f13e"}.faproregular-grip-lines-vertical:before{content:"\f13f"}.faproregular-grip-lines:before{content:"\f140"}.faproregular-grip-vertical:before{content:"\f141"}.faproregular-grip:before{content:"\f142"}.faproregular-group-arrows-rotate:before{content:"\f143"}.faproregular-guarani-sign:before{content:"\f144"}.faproregular-guitar-electric:before{content:"\f145"}.faproregular-guitar:before{content:"\f146"}.faproregular-guitars:before{content:"\f147"}.faproregular-gun-slash:before{content:"\f148"}.faproregular-gun-squirt:before{content:"\f149"}.faproregular-gun:before{content:"\f14a"}.faproregular-h-square:before{content:"\f14b"}.faproregular-h:before{content:"\f14c"}.faproregular-h1:before{content:"\f14d"}.faproregular-h2:before{content:"\f14e"}.faproregular-h3:before{content:"\f14f"}.faproregular-h4:before{content:"\f150"}.faproregular-h5:before{content:"\f151"}.faproregular-h6:before{content:"\f152"}.faproregular-hamburger:before{content:"\f153"}.faproregular-hammer-brush:before{content:"\f154"}.faproregular-hammer-crash:before{content:"\f155"}.faproregular-hammer-war:before{content:"\f156"}.faproregular-hammer:before{content:"\f157"}.faproregular-hamsa:before{content:"\f158"}.faproregular-hand-back-fist:before{content:"\f159"}.faproregular-hand-back-point-down:before{content:"\f15a"}.faproregular-hand-back-point-left:before{content:"\f15b"}.faproregular-hand-back-point-ribbon:before{content:"\f15c"}.faproregular-hand-back-point-right:before{content:"\f15d"}.faproregular-hand-back-point-up:before{content:"\f15e"}.faproregular-hand-dots:before{content:"\f15f"}.faproregular-hand-fingers-crossed:before{content:"\f160"}.faproregular-hand-fist:before{content:"\f161"}.faproregular-hand-heart:before{content:"\f162"}.faproregular-hand-holding-box:before{content:"\f163"}.faproregular-hand-holding-circle-dollar:before{content:"\f164"}.faproregular-hand-holding-dollar:before{content:"\f165"}.faproregular-hand-holding-droplet:before{content:"\f166"}.faproregular-hand-holding-hand:before{content:"\f167"}.faproregular-hand-holding-heart:before{content:"\f168"}.faproregular-hand-holding-magic:before{content:"\f169"}.faproregular-hand-holding-medical:before{content:"\f16a"}.faproregular-hand-holding-seedling:before{content:"\f16b"}.faproregular-hand-holding-skull:before{content:"\f16c"}.faproregular-hand-holding-star:before{content:"\f16d"}.faproregular-hand-holding-usd:before{content:"\f16e"}.faproregular-hand-holding-water:before{content:"\f16f"}.faproregular-hand-holding:before{content:"\f170"}.faproregular-hand-horns:before{content:"\f171"}.faproregular-hand-lizard:before{content:"\f172"}.faproregular-hand-love:before{content:"\f173"}.faproregular-hand-middle-finger:before{content:"\f174"}.faproregular-hand-paper:before{content:"\f175"}.faproregular-hand-peace:before{content:"\f176"}.faproregular-hand-point-down:before{content:"\f177"}.faproregular-hand-point-left:before{content:"\f178"}.faproregular-hand-point-ribbon:before{content:"\f179"}.faproregular-hand-point-right:before{content:"\f17a"}.faproregular-hand-point-up:before{content:"\f17b"}.faproregular-hand-pointer:before{content:"\f17c"}.faproregular-hand-receiving:before{content:"\f17d"}.faproregular-hand-rock:before{content:"\f17e"}.faproregular-hand-scissors:before{content:"\f17f"}.faproregular-hand-shaka:before{content:"\f180"}.faproregular-hand-sparkles:before{content:"\f181"}.faproregular-hand-spock:before{content:"\f182"}.faproregular-hand-wave:before{content:"\f183"}.faproregular-hand:before{content:"\f184"}.faproregular-handcuffs:before{content:"\f185"}.faproregular-hands-american-sign-language-interpreting:before{content:"\f186"}.faproregular-hands-asl-interpreting:before{content:"\f187"}.faproregular-hands-bound:before{content:"\f188"}.faproregular-hands-bubbles:before{content:"\f189"}.faproregular-hands-clapping:before{content:"\f18a"}.faproregular-hands-heart:before{content:"\f18b"}.faproregular-hands-helping:before{content:"\f18c"}.faproregular-hands-holding-child:before{content:"\f18d"}.faproregular-hands-holding-circle:before{content:"\f18e"}.faproregular-hands-holding-diamond:before{content:"\f18f"}.faproregular-hands-holding-dollar:before{content:"\f190"}.faproregular-hands-holding-heart:before{content:"\f191"}.faproregular-hands-holding:before{content:"\f192"}.faproregular-hands-praying:before{content:"\f193"}.faproregular-hands-usd:before{content:"\f194"}.faproregular-hands-wash:before{content:"\f195"}.faproregular-hands:before{content:"\f196"}.faproregular-handshake-alt-slash:before{content:"\f197"}.faproregular-handshake-alt:before{content:"\f198"}.faproregular-handshake-angle:before{content:"\f199"}.faproregular-handshake-simple-slash:before{content:"\f19a"}.faproregular-handshake-simple:before{content:"\f19b"}.faproregular-handshake-slash:before{content:"\f19c"}.faproregular-handshake:before{content:"\f19d"}.faproregular-hanukiah:before{content:"\f19e"}.faproregular-hard-drive:before{content:"\f19f"}.faproregular-hard-hat:before{content:"\f1a0"}.faproregular-hard-of-hearing:before{content:"\f1a1"}.faproregular-hashtag-lock:before{content:"\f1a2"}.faproregular-hashtag:before{content:"\f1a3"}.faproregular-hat-beach:before{content:"\f1a4"}.faproregular-hat-chef:before{content:"\f1a5"}.faproregular-hat-cowboy-side:before{content:"\f1a6"}.faproregular-hat-cowboy:before{content:"\f1a7"}.faproregular-hat-hard:before{content:"\f1a8"}.faproregular-hat-santa:before{content:"\f1a9"}.faproregular-hat-winter:before{content:"\f1aa"}.faproregular-hat-witch:before{content:"\f1ab"}.faproregular-hat-wizard:before{content:"\f1ac"}.faproregular-haykal:before{content:"\f1ad"}.faproregular-hdd:before{content:"\f1ae"}.faproregular-head-side-brain:before{content:"\f1af"}.faproregular-head-side-circuit:before{content:"\f1b0"}.faproregular-head-side-cough-slash:before{content:"\f1b1"}.faproregular-head-side-cough:before{content:"\f1b2"}.faproregular-head-side-gear:before{content:"\f1b3"}.faproregular-head-side-goggles:before{content:"\f1b4"}.faproregular-head-side-headphones:before{content:"\f1b5"}.faproregular-head-side-heart:before{content:"\f1b6"}.faproregular-head-side-mask:before{content:"\f1b7"}.faproregular-head-side-medical:before{content:"\f1b8"}.faproregular-head-side-speak:before{content:"\f1b9"}.faproregular-head-side-virus:before{content:"\f1ba"}.faproregular-head-side:before{content:"\f1bb"}.faproregular-head-vr:before{content:"\f1bc"}.faproregular-header:before{content:"\f1bd"}.faproregular-heading:before{content:"\f1be"}.faproregular-headphones-alt:before{content:"\f1bf"}.faproregular-headphones-simple:before{content:"\f1c0"}.faproregular-headphones-slash:before{content:"\f1c1"}.faproregular-headphones:before{content:"\f1c2"}.faproregular-headset:before{content:"\f1c3"}.faproregular-heart-broken:before{content:"\f1c4"}.faproregular-heart-circle-bolt:before{content:"\f1c5"}.faproregular-heart-circle-check:before{content:"\f1c6"}.faproregular-heart-circle-exclamation:before{content:"\f1c7"}.faproregular-heart-circle-minus:before{content:"\f1c8"}.faproregular-heart-circle-plus:before{content:"\f1c9"}.faproregular-heart-circle-xmark:before{content:"\f1ca"}.faproregular-heart-circle:before{content:"\f1cb"}.faproregular-heart-crack:before{content:"\f1cc"}.faproregular-heart-half-alt:before{content:"\f1cd"}.faproregular-heart-half-stroke:before{content:"\f1ce"}.faproregular-heart-half:before{content:"\f1cf"}.faproregular-heart-music-camera-bolt:before{content:"\f1d0"}.faproregular-heart-pulse:before{content:"\f1d1"}.faproregular-heart-rate:before{content:"\f1d2"}.faproregular-heart-slash:before{content:"\f1d3"}.faproregular-heart-square:before{content:"\f1d4"}.faproregular-heart:before{content:"\f1d5"}.faproregular-heartbeat:before{content:"\f1d6"}.faproregular-hearts:before{content:"\f1d7"}.faproregular-heat:before{content:"\f1d8"}.faproregular-helicopter-symbol:before{content:"\f1d9"}.faproregular-helicopter:before{content:"\f1da"}.faproregular-helmet-battle:before{content:"\f1db"}.faproregular-helmet-safety:before{content:"\f1dc"}.faproregular-helmet-un:before{content:"\f1dd"}.faproregular-heptagon:before{content:"\f1de"}.faproregular-hexagon-check:before{content:"\f1df"}.faproregular-hexagon-divide:before{content:"\f1e0"}.faproregular-hexagon-equals:before{content:"\f1e1"}.faproregular-hexagon-exclamation:before{content:"\f1e2"}.faproregular-hexagon-image:before{content:"\f1e3"}.faproregular-hexagon-minus:before{content:"\f1e4"}.faproregular-hexagon-nodes-bolt:before{content:"\f1e5"}.faproregular-hexagon-nodes:before{content:"\f1e6"}.faproregular-hexagon-plus:before{content:"\f1e7"}.faproregular-hexagon-vertical-nft-slanted:before{content:"\f1e8"}.faproregular-hexagon-vertical-nft:before{content:"\f1e9"}.faproregular-hexagon-xmark:before{content:"\f1ea"}.faproregular-hexagon:before{content:"\f1eb"}.faproregular-high-definition:before{content:"\f1ec"}.faproregular-highlighter-line:before{content:"\f1ed"}.faproregular-highlighter:before{content:"\f1ee"}.faproregular-hiking:before{content:"\f1ef"}.faproregular-hill-avalanche:before{content:"\f1f0"}.faproregular-hill-rockslide:before{content:"\f1f1"}.faproregular-hippo:before{content:"\f1f2"}.faproregular-history:before{content:"\f1f3"}.faproregular-hockey-mask:before{content:"\f1f4"}.faproregular-hockey-puck:before{content:"\f1f5"}.faproregular-hockey-stick-puck:before{content:"\f1f6"}.faproregular-hockey-stick:before{content:"\f1f7"}.faproregular-hockey-sticks:before{content:"\f1f8"}.faproregular-holly-berry:before{content:"\f1f9"}.faproregular-home-alt:before{content:"\f1fa"}.faproregular-home-blank:before{content:"\f1fb"}.faproregular-home-heart:before{content:"\f1fc"}.faproregular-home-lg-alt:before{content:"\f1fd"}.faproregular-home-lg:before{content:"\f1fe"}.faproregular-home-user:before{content:"\f1ff"}.faproregular-home:before{content:"\f200"}.faproregular-honey-pot:before{content:"\f201"}.faproregular-hood-cloak:before{content:"\f202"}.faproregular-horizontal-rule:before{content:"\f203"}.faproregular-horse-head:before{content:"\f204"}.faproregular-horse-saddle:before{content:"\f205"}.faproregular-horse:before{content:"\f206"}.faproregular-horseshoe:before{content:"\f207"}.faproregular-hose-reel:before{content:"\f208"}.faproregular-hose:before{content:"\f209"}.faproregular-hospital-alt:before{content:"\f20a"}.faproregular-hospital-symbol:before{content:"\f20b"}.faproregular-hospital-user:before{content:"\f20c"}.faproregular-hospital-wide:before{content:"\f20d"}.faproregular-hospital:before{content:"\f20e"}.faproregular-hospitals:before{content:"\f20f"}.faproregular-hot-tub-person:before{content:"\f210"}.faproregular-hot-tub:before{content:"\f211"}.faproregular-hotdog:before{content:"\f212"}.faproregular-hotel:before{content:"\f213"}.faproregular-hourglass-1:before{content:"\f214"}.faproregular-hourglass-2:before{content:"\f215"}.faproregular-hourglass-3:before{content:"\f216"}.faproregular-hourglass-clock:before{content:"\f217"}.faproregular-hourglass-empty:before{content:"\f218"}.faproregular-hourglass-end:before{content:"\f219"}.faproregular-hourglass-half:before{content:"\f21a"}.faproregular-hourglass-start:before{content:"\f21b"}.faproregular-hourglass:before{content:"\f21c"}.faproregular-house-blank:before{content:"\f21d"}.faproregular-house-building:before{content:"\f21e"}.faproregular-house-chimney-blank:before{content:"\f21f"}.faproregular-house-chimney-crack:before{content:"\f220"}.faproregular-house-chimney-heart:before{content:"\f221"}.faproregular-house-chimney-medical:before{content:"\f222"}.faproregular-house-chimney-user:before{content:"\f223"}.faproregular-house-chimney-window:before{content:"\f224"}.faproregular-house-chimney:before{content:"\f225"}.faproregular-house-circle-check:before{content:"\f226"}.faproregular-house-circle-exclamation:before{content:"\f227"}.faproregular-house-circle-xmark:before{content:"\f228"}.faproregular-house-crack:before{content:"\f229"}.faproregular-house-damage:before{content:"\f22a"}.faproregular-house-day:before{content:"\f22b"}.faproregular-house-fire:before{content:"\f22c"}.faproregular-house-flag:before{content:"\f22d"}.faproregular-house-flood-water-circle-arrow-right:before{content:"\f22e"}.faproregular-house-flood-water:before{content:"\f22f"}.faproregular-house-flood:before{content:"\f230"}.faproregular-house-heart:before{content:"\f231"}.faproregular-house-laptop:before{content:"\f232"}.faproregular-house-leave:before{content:"\f233"}.faproregular-house-lock:before{content:"\f234"}.faproregular-house-medical-circle-check:before{content:"\f235"}.faproregular-house-medical-circle-exclamation:before{content:"\f236"}.faproregular-house-medical-circle-xmark:before{content:"\f237"}.faproregular-house-medical-flag:before{content:"\f238"}.faproregular-house-medical:before{content:"\f239"}.faproregular-house-night:before{content:"\f23a"}.faproregular-house-person-arrive:before{content:"\f23b"}.faproregular-house-person-depart:before{content:"\f23c"}.faproregular-house-person-leave:before{content:"\f23d"}.faproregular-house-person-return:before{content:"\f23e"}.faproregular-house-return:before{content:"\f23f"}.faproregular-house-signal:before{content:"\f240"}.faproregular-house-tree:before{content:"\f241"}.faproregular-house-tsunami:before{content:"\f242"}.faproregular-house-turret:before{content:"\f243"}.faproregular-house-unlock:before{content:"\f244"}.faproregular-house-user:before{content:"\f245"}.faproregular-house-water:before{content:"\f246"}.faproregular-house-window:before{content:"\f247"}.faproregular-house:before{content:"\f248"}.faproregular-hryvnia-sign:before{content:"\f249"}.faproregular-hryvnia:before{content:"\f24a"}.faproregular-humidity:before{content:"\f24b"}.faproregular-hundred-points:before{content:"\f24c"}.faproregular-hurricane:before{content:"\f24d"}.faproregular-hydra:before{content:"\f24e"}.faproregular-hyphen:before{content:"\f24f"}.faproregular-i-cursor:before{content:"\f250"}.faproregular-i:before{content:"\f251"}.faproregular-ice-cream:before{content:"\f252"}.faproregular-ice-skate:before{content:"\f253"}.faproregular-icicles:before{content:"\f254"}.faproregular-icons-alt:before{content:"\f255"}.faproregular-icons:before{content:"\f256"}.faproregular-id-badge:before{content:"\f257"}.faproregular-id-card-alt:before{content:"\f258"}.faproregular-id-card-clip:before{content:"\f259"}.faproregular-id-card:before{content:"\f25a"}.faproregular-igloo:before{content:"\f25b"}.faproregular-ils:before{content:"\f25c"}.faproregular-image-broken:before{content:"\f25d"}.faproregular-image-circle-arrow-down:before{content:"\f25e"}.faproregular-image-circle-check:before{content:"\f25f"}.faproregular-image-circle-plus:before{content:"\f260"}.faproregular-image-circle-xmark:before{content:"\f261"}.faproregular-image-landscape:before{content:"\f262"}.faproregular-image-music:before{content:"\f263"}.faproregular-image-polaroid-user:before{content:"\f264"}.faproregular-image-polaroid:before{content:"\f265"}.faproregular-image-portrait:before{content:"\f266"}.faproregular-image-slash:before{content:"\f267"}.faproregular-image-stack:before{content:"\f268"}.faproregular-image-user:before{content:"\f269"}.faproregular-image:before{content:"\f26a"}.faproregular-images-user:before{content:"\f26b"}.faproregular-images:before{content:"\f26c"}.faproregular-inbox-arrow-down:before{content:"\f26d"}.faproregular-inbox-arrow-up:before{content:"\f26e"}.faproregular-inbox-full:before{content:"\f26f"}.faproregular-inbox-in:before{content:"\f270"}.faproregular-inbox-out:before{content:"\f271"}.faproregular-inbox:before{content:"\f272"}.faproregular-inboxes:before{content:"\f273"}.faproregular-indent:before{content:"\f274"}.faproregular-indian-rupee-sign:before{content:"\f275"}.faproregular-indian-rupee:before{content:"\f276"}.faproregular-industry-alt:before{content:"\f277"}.faproregular-industry-windows:before{content:"\f278"}.faproregular-industry:before{content:"\f279"}.faproregular-infinity:before{content:"\f27a"}.faproregular-info-circle:before{content:"\f27b"}.faproregular-info-square:before{content:"\f27c"}.faproregular-info:before{content:"\f27d"}.faproregular-inhaler:before{content:"\f27e"}.faproregular-input-numeric:before{content:"\f27f"}.faproregular-input-password:before{content:"\f280"}.faproregular-input-pipe:before{content:"\f281"}.faproregular-input-text:before{content:"\f282"}.faproregular-inr:before{content:"\f283"}.faproregular-institution:before{content:"\f284"}.faproregular-integral:before{content:"\f285"}.faproregular-interrobang:before{content:"\f286"}.faproregular-intersection:before{content:"\f287"}.faproregular-inventory:before{content:"\f288"}.faproregular-island-tree-palm:before{content:"\f289"}.faproregular-island-tropical:before{content:"\f28a"}.faproregular-italic:before{content:"\f28b"}.faproregular-j:before{content:"\f28c"}.faproregular-jack-o-lantern:before{content:"\f28d"}.faproregular-jar-wheat:before{content:"\f28e"}.faproregular-jar:before{content:"\f28f"}.faproregular-jeans-straight:before{content:"\f290"}.faproregular-jeans:before{content:"\f291"}.faproregular-jedi:before{content:"\f292"}.faproregular-jet-fighter-up:before{content:"\f293"}.faproregular-jet-fighter:before{content:"\f294"}.faproregular-joint:before{content:"\f295"}.faproregular-journal-whills:before{content:"\f296"}.faproregular-joystick:before{content:"\f297"}.faproregular-jpy:before{content:"\f298"}.faproregular-jug-bottle:before{content:"\f299"}.faproregular-jug-detergent:before{content:"\f29a"}.faproregular-jug:before{content:"\f29b"}.faproregular-k:before{content:"\f29c"}.faproregular-kaaba:before{content:"\f29d"}.faproregular-kayak:before{content:"\f29e"}.faproregular-kazoo:before{content:"\f29f"}.faproregular-kerning:before{content:"\f2a0"}.faproregular-kettlebell:before{content:"\f2a1"}.faproregular-key-skeleton-left-right:before{content:"\f2a2"}.faproregular-key-skeleton:before{content:"\f2a3"}.faproregular-key:before{content:"\f2a4"}.faproregular-keyboard-brightness-low:before{content:"\f2a5"}.faproregular-keyboard-brightness:before{content:"\f2a6"}.faproregular-keyboard-down:before{content:"\f2a7"}.faproregular-keyboard-left:before{content:"\f2a8"}.faproregular-keyboard:before{content:"\f2a9"}.faproregular-keynote:before{content:"\f2aa"}.faproregular-khanda:before{content:"\f2ab"}.faproregular-kidneys:before{content:"\f2ac"}.faproregular-kip-sign:before{content:"\f2ad"}.faproregular-kiss-beam:before{content:"\f2ae"}.faproregular-kiss-wink-heart:before{content:"\f2af"}.faproregular-kiss:before{content:"\f2b0"}.faproregular-kit-medical:before{content:"\f2b1"}.faproregular-kitchen-set:before{content:"\f2b2"}.faproregular-kite:before{content:"\f2b3"}.faproregular-kiwi-bird:before{content:"\f2b4"}.faproregular-kiwi-fruit:before{content:"\f2b5"}.faproregular-knife-kitchen:before{content:"\f2b6"}.faproregular-knife:before{content:"\f2b7"}.faproregular-krw:before{content:"\f2b8"}.faproregular-l:before{content:"\f2b9"}.faproregular-label:before{content:"\f2ba"}.faproregular-lacrosse-stick-ball:before{content:"\f2bb"}.faproregular-lacrosse-stick:before{content:"\f2bc"}.faproregular-ladder-water:before{content:"\f2bd"}.faproregular-lambda:before{content:"\f2be"}.faproregular-lamp-desk:before{content:"\f2bf"}.faproregular-lamp-floor:before{content:"\f2c0"}.faproregular-lamp-street:before{content:"\f2c1"}.faproregular-lamp:before{content:"\f2c2"}.faproregular-land-mine-on:before{content:"\f2c3"}.faproregular-landmark-alt:before{content:"\f2c4"}.faproregular-landmark-dome:before{content:"\f2c5"}.faproregular-landmark-flag:before{content:"\f2c6"}.faproregular-landmark-magnifying-glass:before{content:"\f2c7"}.faproregular-landmark:before{content:"\f2c8"}.faproregular-landscape:before{content:"\f2c9"}.faproregular-language:before{content:"\f2ca"}.faproregular-laptop-arrow-down:before{content:"\f2cb"}.faproregular-laptop-binary:before{content:"\f2cc"}.faproregular-laptop-code:before{content:"\f2cd"}.faproregular-laptop-file:before{content:"\f2ce"}.faproregular-laptop-house:before{content:"\f2cf"}.faproregular-laptop-medical:before{content:"\f2d0"}.faproregular-laptop-mobile:before{content:"\f2d1"}.faproregular-laptop-slash:before{content:"\f2d2"}.faproregular-laptop:before{content:"\f2d3"}.faproregular-lari-sign:before{content:"\f2d4"}.faproregular-lasso-sparkles:before{content:"\f2d5"}.faproregular-lasso:before{content:"\f2d6"}.faproregular-laugh-beam:before{content:"\f2d7"}.faproregular-laugh-squint:before{content:"\f2d8"}.faproregular-laugh-wink:before{content:"\f2d9"}.faproregular-laugh:before{content:"\f2da"}.faproregular-layer-group-minus:before{content:"\f2db"}.faproregular-layer-group-plus:before{content:"\f2dc"}.faproregular-layer-group:before{content:"\f2dd"}.faproregular-layer-minus:before{content:"\f2de"}.faproregular-layer-plus:before{content:"\f2df"}.faproregular-layer:before{content:"\f2e0"}.faproregular-leaf-heart:before{content:"\f2e1"}.faproregular-leaf-maple:before{content:"\f2e2"}.faproregular-leaf-oak:before{content:"\f2e3"}.faproregular-leaf:before{content:"\f2e4"}.faproregular-leafy-green:before{content:"\f2e5"}.faproregular-left-from-bracket:before{content:"\f2e6"}.faproregular-left-from-dotted-line:before{content:"\f2e7"}.faproregular-left-from-line:before{content:"\f2e8"}.faproregular-left-long-to-line:before{content:"\f2e9"}.faproregular-left-long:before{content:"\f2ea"}.faproregular-left-right:before{content:"\f2eb"}.faproregular-left-to-bracket:before{content:"\f2ec"}.faproregular-left-to-dotted-line:before{content:"\f2ed"}.faproregular-left-to-line:before{content:"\f2ee"}.faproregular-left:before{content:"\f2ef"}.faproregular-legal:before{content:"\f2f0"}.faproregular-lemon:before{content:"\f2f1"}.faproregular-leo:before{content:"\f2f2"}.faproregular-less-than-equal:before{content:"\f2f3"}.faproregular-less-than:before{content:"\f2f4"}.faproregular-level-down-alt:before{content:"\f2f5"}.faproregular-level-down:before{content:"\f2f6"}.faproregular-level-up-alt:before{content:"\f2f7"}.faproregular-level-up:before{content:"\f2f8"}.faproregular-libra:before{content:"\f2f9"}.faproregular-life-ring:before{content:"\f2fa"}.faproregular-light-ceiling:before{content:"\f2fb"}.faproregular-light-emergency-on:before{content:"\f2fc"}.faproregular-light-emergency:before{content:"\f2fd"}.faproregular-light-switch-off:before{content:"\f2fe"}.faproregular-light-switch-on:before{content:"\f2ff"}.faproregular-light-switch:before{content:"\f300"}.faproregular-lightbulb-cfl-on:before{content:"\f301"}.faproregular-lightbulb-cfl:before{content:"\f302"}.faproregular-lightbulb-dollar:before{content:"\f303"}.faproregular-lightbulb-exclamation-on:before{content:"\f304"}.faproregular-lightbulb-exclamation:before{content:"\f305"}.faproregular-lightbulb-gear:before{content:"\f306"}.faproregular-lightbulb-message:before{content:"\f307"}.faproregular-lightbulb-on:before{content:"\f308"}.faproregular-lightbulb-slash:before{content:"\f309"}.faproregular-lightbulb:before{content:"\f30a"}.faproregular-lighthouse:before{content:"\f30b"}.faproregular-lights-holiday:before{content:"\f30c"}.faproregular-line-chart:before{content:"\f30d"}.faproregular-line-columns:before{content:"\f30e"}.faproregular-line-height:before{content:"\f30f"}.faproregular-lines-leaning:before{content:"\f310"}.faproregular-link-broken:before{content:"\f311"}.faproregular-link-horizontal-slash:before{content:"\f312"}.faproregular-link-horizontal:before{content:"\f313"}.faproregular-link-simple-slash:before{content:"\f314"}.faproregular-link-simple:before{content:"\f315"}.faproregular-link-slash:before{content:"\f316"}.faproregular-link:before{content:"\f317"}.faproregular-lips:before{content:"\f318"}.faproregular-lira-sign:before{content:"\f319"}.faproregular-list-1-2:before{content:"\f31a"}.faproregular-list-alt:before{content:"\f31b"}.faproregular-list-check:before{content:"\f31c"}.faproregular-list-dots:before{content:"\f31d"}.faproregular-list-dropdown:before{content:"\f31e"}.faproregular-list-music:before{content:"\f31f"}.faproregular-list-numeric:before{content:"\f320"}.faproregular-list-ol:before{content:"\f321"}.faproregular-list-radio:before{content:"\f322"}.faproregular-list-squares:before{content:"\f323"}.faproregular-list-timeline:before{content:"\f324"}.faproregular-list-tree:before{content:"\f325"}.faproregular-list-ul:before{content:"\f326"}.faproregular-list:before{content:"\f327"}.faproregular-litecoin-sign:before{content:"\f328"}.faproregular-loader:before{content:"\f329"}.faproregular-lobster:before{content:"\f32a"}.faproregular-location-arrow-slash:before{content:"\f32b"}.faproregular-location-arrow-up:before{content:"\f32c"}.faproregular-location-arrow:before{content:"\f32d"}.faproregular-location-check:before{content:"\f32e"}.faproregular-location-circle:before{content:"\f32f"}.faproregular-location-crosshairs-slash:before{content:"\f330"}.faproregular-location-crosshairs:before{content:"\f331"}.faproregular-location-dot-slash:before{content:"\f332"}.faproregular-location-dot:before{content:"\f333"}.faproregular-location-exclamation:before{content:"\f334"}.faproregular-location-minus:before{content:"\f335"}.faproregular-location-pen:before{content:"\f336"}.faproregular-location-pin-lock:before{content:"\f337"}.faproregular-location-pin-slash:before{content:"\f338"}.faproregular-location-pin:before{content:"\f339"}.faproregular-location-plus:before{content:"\f33a"}.faproregular-location-question:before{content:"\f33b"}.faproregular-location-slash:before{content:"\f33c"}.faproregular-location-smile:before{content:"\f33d"}.faproregular-location-xmark:before{content:"\f33e"}.faproregular-location:before{content:"\f33f"}.faproregular-lock-a:before{content:"\f340"}.faproregular-lock-alt:before{content:"\f341"}.faproregular-lock-hashtag:before{content:"\f342"}.faproregular-lock-keyhole-open:before{content:"\f343"}.faproregular-lock-keyhole:before{content:"\f344"}.faproregular-lock-open-alt:before{content:"\f345"}.faproregular-lock-open:before{content:"\f346"}.faproregular-lock:before{content:"\f347"}.faproregular-locust:before{content:"\f348"}.faproregular-lollipop:before{content:"\f349"}.faproregular-lollypop:before{content:"\f34a"}.faproregular-long-arrow-alt-down:before{content:"\f34b"}.faproregular-long-arrow-alt-left:before{content:"\f34c"}.faproregular-long-arrow-alt-right:before{content:"\f34d"}.faproregular-long-arrow-alt-up:before{content:"\f34e"}.faproregular-long-arrow-down:before{content:"\f34f"}.faproregular-long-arrow-left:before{content:"\f350"}.faproregular-long-arrow-right:before{content:"\f351"}.faproregular-long-arrow-up:before{content:"\f352"}.faproregular-loveseat:before{content:"\f353"}.faproregular-low-vision:before{content:"\f354"}.faproregular-luchador-mask:before{content:"\f355"}.faproregular-luchador:before{content:"\f356"}.faproregular-luggage-cart:before{content:"\f357"}.faproregular-lungs-virus:before{content:"\f358"}.faproregular-lungs:before{content:"\f359"}.faproregular-lychee:before{content:"\f35a"}.faproregular-m:before{content:"\f35b"}.faproregular-mace:before{content:"\f35c"}.faproregular-magic-wand-sparkles:before{content:"\f35d"}.faproregular-magic:before{content:"\f35e"}.faproregular-magnet:before{content:"\f35f"}.faproregular-magnifying-glass-arrow-right:before{content:"\f360"}.faproregular-magnifying-glass-arrows-rotate:before{content:"\f361"}.faproregular-magnifying-glass-chart:before{content:"\f362"}.faproregular-magnifying-glass-dollar:before{content:"\f363"}.faproregular-magnifying-glass-location:before{content:"\f364"}.faproregular-magnifying-glass-minus:before{content:"\f365"}.faproregular-magnifying-glass-music:before{content:"\f366"}.faproregular-magnifying-glass-play:before{content:"\f367"}.faproregular-magnifying-glass-plus:before{content:"\f368"}.faproregular-magnifying-glass-waveform:before{content:"\f369"}.faproregular-magnifying-glass:before{content:"\f36a"}.faproregular-mail-bulk:before{content:"\f36b"}.faproregular-mail-forward:before{content:"\f36c"}.faproregular-mail-reply-all:before{content:"\f36d"}.faproregular-mail-reply:before{content:"\f36e"}.faproregular-mailbox-flag-up:before{content:"\f36f"}.faproregular-mailbox-open-empty:before{content:"\f370"}.faproregular-mailbox-open-letter:before{content:"\f371"}.faproregular-mailbox:before{content:"\f372"}.faproregular-maki-roll:before{content:"\f373"}.faproregular-makizushi:before{content:"\f374"}.faproregular-malaysian-ringgit-sign:before{content:"\f375"}.faproregular-male:before{content:"\f376"}.faproregular-manat-sign:before{content:"\f377"}.faproregular-mandolin:before{content:"\f378"}.faproregular-mango:before{content:"\f379"}.faproregular-manhole:before{content:"\f37a"}.faproregular-map-location-dot:before{content:"\f37b"}.faproregular-map-location:before{content:"\f37c"}.faproregular-map-marked-alt:before{content:"\f37d"}.faproregular-map-marked:before{content:"\f37e"}.faproregular-map-marker-alt-slash:before{content:"\f37f"}.faproregular-map-marker-alt:before{content:"\f380"}.faproregular-map-marker-check:before{content:"\f381"}.faproregular-map-marker-edit:before{content:"\f382"}.faproregular-map-marker-exclamation:before{content:"\f383"}.faproregular-map-marker-minus:before{content:"\f384"}.faproregular-map-marker-plus:before{content:"\f385"}.faproregular-map-marker-question:before{content:"\f386"}.faproregular-map-marker-slash:before{content:"\f387"}.faproregular-map-marker-smile:before{content:"\f388"}.faproregular-map-marker-times:before{content:"\f389"}.faproregular-map-marker-xmark:before{content:"\f38a"}.faproregular-map-marker:before{content:"\f38b"}.faproregular-map-pin:before{content:"\f38c"}.faproregular-map-signs:before{content:"\f38d"}.faproregular-map:before{content:"\f38e"}.faproregular-marker:before{content:"\f38f"}.faproregular-mars-and-venus-burst:before{content:"\f390"}.faproregular-mars-and-venus:before{content:"\f391"}.faproregular-mars-double:before{content:"\f392"}.faproregular-mars-stroke-h:before{content:"\f393"}.faproregular-mars-stroke-right:before{content:"\f394"}.faproregular-mars-stroke-up:before{content:"\f395"}.faproregular-mars-stroke-v:before{content:"\f396"}.faproregular-mars-stroke:before{content:"\f397"}.faproregular-mars:before{content:"\f398"}.faproregular-martini-glass-citrus:before{content:"\f399"}.faproregular-martini-glass-empty:before{content:"\f39a"}.faproregular-martini-glass:before{content:"\f39b"}.faproregular-mask-face:before{content:"\f39c"}.faproregular-mask-luchador:before{content:"\f39d"}.faproregular-mask-snorkel:before{content:"\f39e"}.faproregular-mask-ventilator:before{content:"\f39f"}.faproregular-mask:before{content:"\f3a0"}.faproregular-masks-theater:before{content:"\f3a1"}.faproregular-mattress-pillow:before{content:"\f3a2"}.faproregular-maximize:before{content:"\f3a3"}.faproregular-meat:before{content:"\f3a4"}.faproregular-medal:before{content:"\f3a5"}.faproregular-medkit:before{content:"\f3a6"}.faproregular-megaphone:before{content:"\f3a7"}.faproregular-meh-blank:before{content:"\f3a8"}.faproregular-meh-rolling-eyes:before{content:"\f3a9"}.faproregular-meh:before{content:"\f3aa"}.faproregular-melon-slice:before{content:"\f3ab"}.faproregular-melon:before{content:"\f3ac"}.faproregular-memo-circle-check:before{content:"\f3ad"}.faproregular-memo-circle-info:before{content:"\f3ae"}.faproregular-memo-pad:before{content:"\f3af"}.faproregular-memo:before{content:"\f3b0"}.faproregular-memory:before{content:"\f3b1"}.faproregular-menorah:before{content:"\f3b2"}.faproregular-mercury:before{content:"\f3b3"}.faproregular-merge:before{content:"\f3b4"}.faproregular-message-arrow-down:before{content:"\f3b5"}.faproregular-message-arrow-up-right:before{content:"\f3b6"}.faproregular-message-arrow-up:before{content:"\f3b7"}.faproregular-message-bot:before{content:"\f3b8"}.faproregular-message-captions:before{content:"\f3b9"}.faproregular-message-check:before{content:"\f3ba"}.faproregular-message-code:before{content:"\f3bb"}.faproregular-message-dollar:before{content:"\f3bc"}.faproregular-message-dot:before{content:"\f3bd"}.faproregular-message-dots:before{content:"\f3be"}.faproregular-message-edit:before{content:"\f3bf"}.faproregular-message-exclamation:before{content:"\f3c0"}.faproregular-message-heart:before{content:"\f3c1"}.faproregular-message-image:before{content:"\f3c2"}.faproregular-message-lines:before{content:"\f3c3"}.faproregular-message-medical:before{content:"\f3c4"}.faproregular-message-middle-top:before{content:"\f3c5"}.faproregular-message-middle:before{content:"\f3c6"}.faproregular-message-minus:before{content:"\f3c7"}.faproregular-message-music:before{content:"\f3c8"}.faproregular-message-pen:before{content:"\f3c9"}.faproregular-message-plus:before{content:"\f3ca"}.faproregular-message-question:before{content:"\f3cb"}.faproregular-message-quote:before{content:"\f3cc"}.faproregular-message-slash:before{content:"\f3cd"}.faproregular-message-smile:before{content:"\f3ce"}.faproregular-message-sms:before{content:"\f3cf"}.faproregular-message-text:before{content:"\f3d0"}.faproregular-message-times:before{content:"\f3d1"}.faproregular-message-waveform:before{content:"\f3d2"}.faproregular-message-xmark:before{content:"\f3d3"}.faproregular-message:before{content:"\f3d4"}.faproregular-messages-dollar:before{content:"\f3d5"}.faproregular-messages-question:before{content:"\f3d6"}.faproregular-messages:before{content:"\f3d7"}.faproregular-messaging:before{content:"\f3d8"}.faproregular-meteor:before{content:"\f3d9"}.faproregular-meter-bolt:before{content:"\f3da"}.faproregular-meter-droplet:before{content:"\f3db"}.faproregular-meter-fire:before{content:"\f3dc"}.faproregular-meter:before{content:"\f3dd"}.faproregular-microchip-ai:before{content:"\f3de"}.faproregular-microchip:before{content:"\f3df"}.faproregular-microphone-alt-slash:before{content:"\f3e0"}.faproregular-microphone-alt:before{content:"\f3e1"}.faproregular-microphone-circle-alt:before{content:"\f3e2"}.faproregular-microphone-circle-plus:before{content:"\f3e3"}.faproregular-microphone-circle-xmark:before{content:"\f3e4"}.faproregular-microphone-circle:before{content:"\f3e5"}.faproregular-microphone-lines-slash:before{content:"\f3e6"}.faproregular-microphone-lines:before{content:"\f3e7"}.faproregular-microphone-signal-meter:before{content:"\f3e8"}.faproregular-microphone-slash:before{content:"\f3e9"}.faproregular-microphone-stand:before{content:"\f3ea"}.faproregular-microphone:before{content:"\f3eb"}.faproregular-microscope:before{content:"\f3ec"}.faproregular-microwave:before{content:"\f3ed"}.faproregular-midi:before{content:"\f3ee"}.faproregular-mill-sign:before{content:"\f3ef"}.faproregular-mind-share:before{content:"\f3f0"}.faproregular-minimize:before{content:"\f3f1"}.faproregular-minus-circle:before{content:"\f3f2"}.faproregular-minus-hexagon:before{content:"\f3f3"}.faproregular-minus-large:before{content:"\f3f4"}.faproregular-minus-octagon:before{content:"\f3f5"}.faproregular-minus-square:before{content:"\f3f6"}.faproregular-minus:before{content:"\f3f7"}.faproregular-mistletoe:before{content:"\f3f8"}.faproregular-mitten:before{content:"\f3f9"}.faproregular-mobile-alt:before{content:"\f3fa"}.faproregular-mobile-android-alt:before{content:"\f3fb"}.faproregular-mobile-android:before{content:"\f3fc"}.faproregular-mobile-arrow-down:before{content:"\f3fd"}.faproregular-mobile-button:before{content:"\f3fe"}.faproregular-mobile-iphone:before{content:"\f3ff"}.faproregular-mobile-notch:before{content:"\f400"}.faproregular-mobile-phone:before{content:"\f401"}.faproregular-mobile-retro:before{content:"\f402"}.faproregular-mobile-rotate-reverse:before{content:"\f403"}.faproregular-mobile-rotate:before{content:"\f404"}.faproregular-mobile-screen-button:before{content:"\f405"}.faproregular-mobile-screen:before{content:"\f406"}.faproregular-mobile-signal-out:before{content:"\f407"}.faproregular-mobile-signal:before{content:"\f408"}.faproregular-mobile-slash:before{content:"\f409"}.faproregular-mobile-vibrate-slash:before{content:"\f40a"}.faproregular-mobile-vibrate:before{content:"\f40b"}.faproregular-mobile:before{content:"\f40c"}.faproregular-money-bill-1-wave:before{content:"\f40d"}.faproregular-money-bill-1:before{content:"\f40e"}.faproregular-money-bill-alt:before{content:"\f40f"}.faproregular-money-bill-simple-wave:before{content:"\f410"}.faproregular-money-bill-simple:before{content:"\f411"}.faproregular-money-bill-transfer:before{content:"\f412"}.faproregular-money-bill-trend-up:before{content:"\f413"}.faproregular-money-bill-wave-alt:before{content:"\f414"}.faproregular-money-bill-wave:before{content:"\f415"}.faproregular-money-bill-wheat:before{content:"\f416"}.faproregular-money-bill:before{content:"\f417"}.faproregular-money-bills-alt:before{content:"\f418"}.faproregular-money-bills-simple:before{content:"\f419"}.faproregular-money-bills:before{content:"\f41a"}.faproregular-money-check-alt:before{content:"\f41b"}.faproregular-money-check-dollar-pen:before{content:"\f41c"}.faproregular-money-check-dollar:before{content:"\f41d"}.faproregular-money-check-edit-alt:before{content:"\f41e"}.faproregular-money-check-edit:before{content:"\f41f"}.faproregular-money-check-pen:before{content:"\f420"}.faproregular-money-check:before{content:"\f421"}.faproregular-money-from-bracket:before{content:"\f422"}.faproregular-money-simple-from-bracket:before{content:"\f423"}.faproregular-monitor-heart-rate:before{content:"\f424"}.faproregular-monitor-waveform:before{content:"\f425"}.faproregular-monkey:before{content:"\f426"}.faproregular-monument:before{content:"\f427"}.faproregular-moon-cloud:before{content:"\f428"}.faproregular-moon-first-quarter-inverse:before{content:"\f429"}.faproregular-moon-first-quarter:before{content:"\f42a"}.faproregular-moon-full-inverse:before{content:"\f42b"}.faproregular-moon-full:before{content:"\f42c"}.faproregular-moon-last-quarter-inverse:before{content:"\f42d"}.faproregular-moon-last-quarter:before{content:"\f42e"}.faproregular-moon-new-inverse:before{content:"\f42f"}.faproregular-moon-new:before{content:"\f430"}.faproregular-moon-over-sun:before{content:"\f431"}.faproregular-moon-star:before{content:"\f432"}.faproregular-moon-stars:before{content:"\f433"}.faproregular-moon-waning-crescent-inverse:before{content:"\f434"}.faproregular-moon-waning-crescent:before{content:"\f435"}.faproregular-moon-waning-gibbous-inverse:before{content:"\f436"}.faproregular-moon-waning-gibbous:before{content:"\f437"}.faproregular-moon-waxing-crescent-inverse:before{content:"\f438"}.faproregular-moon-waxing-crescent:before{content:"\f439"}.faproregular-moon-waxing-gibbous-inverse:before{content:"\f43a"}.faproregular-moon-waxing-gibbous:before{content:"\f43b"}.faproregular-moon:before{content:"\f43c"}.faproregular-moped:before{content:"\f43d"}.faproregular-mortar-board:before{content:"\f43e"}.faproregular-mortar-pestle:before{content:"\f43f"}.faproregular-mosque:before{content:"\f440"}.faproregular-mosquito-net:before{content:"\f441"}.faproregular-mosquito:before{content:"\f442"}.faproregular-motorcycle:before{content:"\f443"}.faproregular-mound:before{content:"\f444"}.faproregular-mountain-city:before{content:"\f445"}.faproregular-mountain-sun:before{content:"\f446"}.faproregular-mountain:before{content:"\f447"}.faproregular-mountains:before{content:"\f448"}.faproregular-mouse-alt:before{content:"\f449"}.faproregular-mouse-field:before{content:"\f44a"}.faproregular-mouse-pointer:before{content:"\f44b"}.faproregular-mouse:before{content:"\f44c"}.faproregular-mp3-player:before{content:"\f44d"}.faproregular-mug-hot:before{content:"\f44e"}.faproregular-mug-marshmallows:before{content:"\f44f"}.faproregular-mug-saucer:before{content:"\f450"}.faproregular-mug-tea-saucer:before{content:"\f451"}.faproregular-mug-tea:before{content:"\f452"}.faproregular-mug:before{content:"\f453"}.faproregular-multiply:before{content:"\f454"}.faproregular-museum:before{content:"\f455"}.faproregular-mushroom:before{content:"\f456"}.faproregular-music-alt-slash:before{content:"\f457"}.faproregular-music-alt:before{content:"\f458"}.faproregular-music-magnifying-glass:before{content:"\f459"}.faproregular-music-note-slash:before{content:"\f45a"}.faproregular-music-note:before{content:"\f45b"}.faproregular-music-slash:before{content:"\f45c"}.faproregular-music:before{content:"\f45d"}.faproregular-mustache:before{content:"\f45e"}.faproregular-n:before{content:"\f45f"}.faproregular-naira-sign:before{content:"\f460"}.faproregular-narwhal:before{content:"\f461"}.faproregular-nas:before{content:"\f462"}.faproregular-navicon:before{content:"\f463"}.faproregular-nesting-dolls:before{content:"\f464"}.faproregular-network-wired:before{content:"\f465"}.faproregular-neuter:before{content:"\f466"}.faproregular-newspaper:before{content:"\f467"}.faproregular-nfc-lock:before{content:"\f468"}.faproregular-nfc-magnifying-glass:before{content:"\f469"}.faproregular-nfc-pen:before{content:"\f46a"}.faproregular-nfc-signal:before{content:"\f46b"}.faproregular-nfc-slash:before{content:"\f46c"}.faproregular-nfc-symbol:before{content:"\f46d"}.faproregular-nfc-trash:before{content:"\f46e"}.faproregular-nfc:before{content:"\f46f"}.faproregular-nigiri:before{content:"\f470"}.faproregular-non-binary:before{content:"\f471"}.faproregular-norwegian-krone-sign:before{content:"\f472"}.faproregular-nose:before{content:"\f473"}.faproregular-not-equal:before{content:"\f474"}.faproregular-notdef:before{content:"\f475"}.faproregular-note-medical:before{content:"\f476"}.faproregular-note-sticky:before{content:"\f477"}.faproregular-note:before{content:"\f478"}.faproregular-notebook:before{content:"\f479"}.faproregular-notes-medical:before{content:"\f47a"}.faproregular-notes-sticky:before{content:"\f47b"}.faproregular-notes:before{content:"\f47c"}.faproregular-numpad:before{content:"\f47d"}.faproregular-o:before{content:"\f47e"}.faproregular-oar:before{content:"\f47f"}.faproregular-oars:before{content:"\f480"}.faproregular-object-exclude:before{content:"\f481"}.faproregular-object-group:before{content:"\f482"}.faproregular-object-intersect:before{content:"\f483"}.faproregular-object-subtract:before{content:"\f484"}.faproregular-object-ungroup:before{content:"\f485"}.faproregular-object-union:before{content:"\f486"}.faproregular-objects-align-bottom:before{content:"\f487"}.faproregular-objects-align-center-horizontal:before{content:"\f488"}.faproregular-objects-align-center-vertical:before{content:"\f489"}.faproregular-objects-align-left:before{content:"\f48a"}.faproregular-objects-align-right:before{content:"\f48b"}.faproregular-objects-align-top:before{content:"\f48c"}.faproregular-objects-column:before{content:"\f48d"}.faproregular-octagon-check:before{content:"\f48e"}.faproregular-octagon-divide:before{content:"\f48f"}.faproregular-octagon-equals:before{content:"\f490"}.faproregular-octagon-exclamation:before{content:"\f491"}.faproregular-octagon-minus:before{content:"\f492"}.faproregular-octagon-plus:before{content:"\f493"}.faproregular-octagon-xmark:before{content:"\f494"}.faproregular-octagon:before{content:"\f495"}.faproregular-octopus:before{content:"\f496"}.faproregular-oil-can-drip:before{content:"\f497"}.faproregular-oil-can:before{content:"\f498"}.faproregular-oil-temp:before{content:"\f499"}.faproregular-oil-temperature:before{content:"\f49a"}.faproregular-oil-well:before{content:"\f49b"}.faproregular-olive-branch:before{content:"\f49c"}.faproregular-olive:before{content:"\f49d"}.faproregular-om:before{content:"\f49e"}.faproregular-omega:before{content:"\f49f"}.faproregular-onion:before{content:"\f4a0"}.faproregular-open-captioning:before{content:"\f4a1"}.faproregular-opossum:before{content:"\f4a2"}.faproregular-option:before{content:"\f4a3"}.faproregular-ornament:before{content:"\f4a4"}.faproregular-otter:before{content:"\f4a5"}.faproregular-outdent:before{content:"\f4a6"}.faproregular-outlet:before{content:"\f4a7"}.faproregular-oven:before{content:"\f4a8"}.faproregular-overline:before{content:"\f4a9"}.faproregular-owl:before{content:"\f4aa"}.faproregular-p:before{content:"\f4ab"}.faproregular-page-break:before{content:"\f4ac"}.faproregular-page-caret-down:before{content:"\f4ad"}.faproregular-page-caret-up:before{content:"\f4ae"}.faproregular-page:before{content:"\f4af"}.faproregular-pager:before{content:"\f4b0"}.faproregular-paint-brush-alt:before{content:"\f4b1"}.faproregular-paint-brush-fine:before{content:"\f4b2"}.faproregular-paint-brush:before{content:"\f4b3"}.faproregular-paint-roller:before{content:"\f4b4"}.faproregular-paintbrush-alt:before{content:"\f4b5"}.faproregular-paintbrush-fine-slash:before{content:"\f4b6"}.faproregular-paintbrush-fine:before{content:"\f4b7"}.faproregular-paintbrush-pencil:before{content:"\f4b8"}.faproregular-paintbrush-slash:before{content:"\f4b9"}.faproregular-paintbrush:before{content:"\f4ba"}.faproregular-palette-boxes:before{content:"\f4bb"}.faproregular-palette:before{content:"\f4bc"}.faproregular-pallet-alt:before{content:"\f4bd"}.faproregular-pallet-box:before{content:"\f4be"}.faproregular-pallet-boxes:before{content:"\f4bf"}.faproregular-pallet:before{content:"\f4c0"}.faproregular-pan-food:before{content:"\f4c1"}.faproregular-pan-frying:before{content:"\f4c2"}.faproregular-pancakes:before{content:"\f4c3"}.faproregular-panel-ews:before{content:"\f4c4"}.faproregular-panel-fire:before{content:"\f4c5"}.faproregular-panorama:before{content:"\f4c6"}.faproregular-panties:before{content:"\f4c7"}.faproregular-pants-straight:before{content:"\f4c8"}.faproregular-pants:before{content:"\f4c9"}.faproregular-paper-plane-alt:before{content:"\f4ca"}.faproregular-paper-plane-top:before{content:"\f4cb"}.faproregular-paper-plane:before{content:"\f4cc"}.faproregular-paperclip-vertical:before{content:"\f4cd"}.faproregular-paperclip:before{content:"\f4ce"}.faproregular-parachute-box:before{content:"\f4cf"}.faproregular-paragraph-left:before{content:"\f4d0"}.faproregular-paragraph-rtl:before{content:"\f4d1"}.faproregular-paragraph:before{content:"\f4d2"}.faproregular-parentheses:before{content:"\f4d3"}.faproregular-parenthesis:before{content:"\f4d4"}.faproregular-parking-circle-slash:before{content:"\f4d5"}.faproregular-parking-circle:before{content:"\f4d6"}.faproregular-parking-slash:before{content:"\f4d7"}.faproregular-parking:before{content:"\f4d8"}.faproregular-party-back:before{content:"\f4d9"}.faproregular-party-bell:before{content:"\f4da"}.faproregular-party-horn:before{content:"\f4db"}.faproregular-passport:before{content:"\f4dc"}.faproregular-pastafarianism:before{content:"\f4dd"}.faproregular-paste:before{content:"\f4de"}.faproregular-pause-circle:before{content:"\f4df"}.faproregular-pause:before{content:"\f4e0"}.faproregular-paw-alt:before{content:"\f4e1"}.faproregular-paw-claws:before{content:"\f4e2"}.faproregular-paw-simple:before{content:"\f4e3"}.faproregular-paw:before{content:"\f4e4"}.faproregular-peace:before{content:"\f4e5"}.faproregular-peach:before{content:"\f4e6"}.faproregular-peanut:before{content:"\f4e7"}.faproregular-peanuts:before{content:"\f4e8"}.faproregular-peapod:before{content:"\f4e9"}.faproregular-pear:before{content:"\f4ea"}.faproregular-pedestal:before{content:"\f4eb"}.faproregular-pegasus:before{content:"\f4ec"}.faproregular-pen-alt-slash:before{content:"\f4ed"}.faproregular-pen-alt:before{content:"\f4ee"}.faproregular-pen-circle:before{content:"\f4ef"}.faproregular-pen-clip-slash:before{content:"\f4f0"}.faproregular-pen-clip:before{content:"\f4f1"}.faproregular-pen-fancy-slash:before{content:"\f4f2"}.faproregular-pen-fancy:before{content:"\f4f3"}.faproregular-pen-field:before{content:"\f4f4"}.faproregular-pen-line:before{content:"\f4f5"}.faproregular-pen-nib-slash:before{content:"\f4f6"}.faproregular-pen-nib:before{content:"\f4f7"}.faproregular-pen-paintbrush:before{content:"\f4f8"}.faproregular-pen-ruler:before{content:"\f4f9"}.faproregular-pen-slash:before{content:"\f4fa"}.faproregular-pen-square:before{content:"\f4fb"}.faproregular-pen-swirl:before{content:"\f4fc"}.faproregular-pen-to-square:before{content:"\f4fd"}.faproregular-pen:before{content:"\f4fe"}.faproregular-pencil-alt:before{content:"\f4ff"}.faproregular-pencil-line:before{content:"\f500"}.faproregular-pencil-mechanical:before{content:"\f501"}.faproregular-pencil-paintbrush:before{content:"\f502"}.faproregular-pencil-ruler:before{content:"\f503"}.faproregular-pencil-slash:before{content:"\f504"}.faproregular-pencil-square:before{content:"\f505"}.faproregular-pencil:before{content:"\f506"}.faproregular-pennant:before{content:"\f507"}.faproregular-pentagon:before{content:"\f508"}.faproregular-people-arrows-left-right:before{content:"\f509"}.faproregular-people-arrows:before{content:"\f50a"}.faproregular-people-carry-box:before{content:"\f50b"}.faproregular-people-carry:before{content:"\f50c"}.faproregular-people-dress-simple:before{content:"\f50d"}.faproregular-people-dress:before{content:"\f50e"}.faproregular-people-group:before{content:"\f50f"}.faproregular-people-line:before{content:"\f510"}.faproregular-people-pants-simple:before{content:"\f511"}.faproregular-people-pants:before{content:"\f512"}.faproregular-people-pulling:before{content:"\f513"}.faproregular-people-robbery:before{content:"\f514"}.faproregular-people-roof:before{content:"\f515"}.faproregular-people-simple:before{content:"\f516"}.faproregular-people:before{content:"\f517"}.faproregular-pepper-hot:before{content:"\f518"}.faproregular-pepper:before{content:"\f519"}.faproregular-percent:before{content:"\f51a"}.faproregular-percentage:before{content:"\f51b"}.faproregular-period:before{content:"\f51c"}.faproregular-person-arms-raised:before{content:"\f51d"}.faproregular-person-arrow-down-to-line:before{content:"\f51e"}.faproregular-person-arrow-up-from-line:before{content:"\f51f"}.faproregular-person-basketball:before{content:"\f520"}.faproregular-person-biking-mountain:before{content:"\f521"}.faproregular-person-biking:before{content:"\f522"}.faproregular-person-booth:before{content:"\f523"}.faproregular-person-breastfeeding:before{content:"\f524"}.faproregular-person-burst:before{content:"\f525"}.faproregular-person-cane:before{content:"\f526"}.faproregular-person-carry-box:before{content:"\f527"}.faproregular-person-carry-empty:before{content:"\f528"}.faproregular-person-carry:before{content:"\f529"}.faproregular-person-chalkboard:before{content:"\f52a"}.faproregular-person-circle-check:before{content:"\f52b"}.faproregular-person-circle-exclamation:before{content:"\f52c"}.faproregular-person-circle-minus:before{content:"\f52d"}.faproregular-person-circle-plus:before{content:"\f52e"}.faproregular-person-circle-question:before{content:"\f52f"}.faproregular-person-circle-xmark:before{content:"\f530"}.faproregular-person-digging:before{content:"\f531"}.faproregular-person-dolly-empty:before{content:"\f532"}.faproregular-person-dolly:before{content:"\f533"}.faproregular-person-dots-from-line:before{content:"\f534"}.faproregular-person-dress-burst:before{content:"\f535"}.faproregular-person-dress-fairy:before{content:"\f536"}.faproregular-person-dress-simple:before{content:"\f537"}.faproregular-person-dress:before{content:"\f538"}.faproregular-person-drowning:before{content:"\f539"}.faproregular-person-fairy:before{content:"\f53a"}.faproregular-person-falling-burst:before{content:"\f53b"}.faproregular-person-falling:before{content:"\f53c"}.faproregular-person-from-portal:before{content:"\f53d"}.faproregular-person-golfing:before{content:"\f53e"}.faproregular-person-half-dress:before{content:"\f53f"}.faproregular-person-harassing:before{content:"\f540"}.faproregular-person-hiking:before{content:"\f541"}.faproregular-person-limbs-wide:before{content:"\f542"}.faproregular-person-meditating:before{content:"\f543"}.faproregular-person-military-pointing:before{content:"\f544"}.faproregular-person-military-rifle:before{content:"\f545"}.faproregular-person-military-to-person:before{content:"\f546"}.faproregular-person-pinball:before{content:"\f547"}.faproregular-person-praying:before{content:"\f548"}.faproregular-person-pregnant:before{content:"\f549"}.faproregular-person-rays:before{content:"\f54a"}.faproregular-person-rifle:before{content:"\f54b"}.faproregular-person-running-fast:before{content:"\f54c"}.faproregular-person-running:before{content:"\f54d"}.faproregular-person-seat-reclined:before{content:"\f54e"}.faproregular-person-seat-window:before{content:"\f54f"}.faproregular-person-seat:before{content:"\f550"}.faproregular-person-shelter:before{content:"\f551"}.faproregular-person-sign:before{content:"\f552"}.faproregular-person-simple:before{content:"\f553"}.faproregular-person-skating:before{content:"\f554"}.faproregular-person-ski-jumping:before{content:"\f555"}.faproregular-person-ski-lift:before{content:"\f556"}.faproregular-person-skiing-nordic:before{content:"\f557"}.faproregular-person-skiing:before{content:"\f558"}.faproregular-person-sledding:before{content:"\f559"}.faproregular-person-snowboarding:before{content:"\f55a"}.faproregular-person-snowmobiling:before{content:"\f55b"}.faproregular-person-soccer:before{content:"\f55c"}.faproregular-person-swimming-pool:before{content:"\f55d"}.faproregular-person-swimming-water:before{content:"\f55e"}.faproregular-person-swimming:before{content:"\f55f"}.faproregular-person-through-window:before{content:"\f560"}.faproregular-person-to-door:before{content:"\f561"}.faproregular-person-to-portal:before{content:"\f562"}.faproregular-person-walking-arrow-loop-left:before{content:"\f563"}.faproregular-person-walking-arrow-right:before{content:"\f564"}.faproregular-person-walking-dashed-line-arrow-right:before{content:"\f565"}.faproregular-person-walking-luggage:before{content:"\f566"}.faproregular-person-walking-with-cane:before{content:"\f567"}.faproregular-person-walking:before{content:"\f568"}.faproregular-person-water-arms-raised:before{content:"\f569"}.faproregular-person-waving:before{content:"\f56a"}.faproregular-person:before{content:"\f56b"}.faproregular-peruvian-soles-sign:before{content:"\f56c"}.faproregular-peseta-sign:before{content:"\f56d"}.faproregular-peso-sign:before{content:"\f56e"}.faproregular-phone-alt:before{content:"\f56f"}.faproregular-phone-arrow-down-left:before{content:"\f570"}.faproregular-phone-arrow-down:before{content:"\f571"}.faproregular-phone-arrow-right:before{content:"\f572"}.faproregular-phone-arrow-up-right:before{content:"\f573"}.faproregular-phone-arrow-up:before{content:"\f574"}.faproregular-phone-circle-alt:before{content:"\f575"}.faproregular-phone-circle-down:before{content:"\f576"}.faproregular-phone-circle:before{content:"\f577"}.faproregular-phone-connection:before{content:"\f578"}.faproregular-phone-flip:before{content:"\f579"}.faproregular-phone-hangup:before{content:"\f57a"}.faproregular-phone-incoming:before{content:"\f57b"}.faproregular-phone-intercom:before{content:"\f57c"}.faproregular-phone-laptop:before{content:"\f57d"}.faproregular-phone-missed:before{content:"\f57e"}.faproregular-phone-office:before{content:"\f57f"}.faproregular-phone-outgoing:before{content:"\f580"}.faproregular-phone-plus:before{content:"\f581"}.faproregular-phone-rotary:before{content:"\f582"}.faproregular-phone-slash:before{content:"\f583"}.faproregular-phone-square-alt:before{content:"\f584"}.faproregular-phone-square-down:before{content:"\f585"}.faproregular-phone-square:before{content:"\f586"}.faproregular-phone-volume:before{content:"\f587"}.faproregular-phone-waveform:before{content:"\f588"}.faproregular-phone-xmark:before{content:"\f589"}.faproregular-phone:before{content:"\f58a"}.faproregular-photo-film-music:before{content:"\f58b"}.faproregular-photo-film:before{content:"\f58c"}.faproregular-photo-video:before{content:"\f58d"}.faproregular-pi:before{content:"\f58e"}.faproregular-piano-keyboard:before{content:"\f58f"}.faproregular-piano:before{content:"\f590"}.faproregular-pickaxe:before{content:"\f591"}.faproregular-pickleball:before{content:"\f592"}.faproregular-picture-in-picture:before{content:"\f593"}.faproregular-pie-chart:before{content:"\f594"}.faproregular-pie:before{content:"\f595"}.faproregular-pig:before{content:"\f596"}.faproregular-piggy-bank:before{content:"\f597"}.faproregular-pills:before{content:"\f598"}.faproregular-pinata:before{content:"\f599"}.faproregular-pinball:before{content:"\f59a"}.faproregular-pineapple:before{content:"\f59b"}.faproregular-ping-pong-paddle-ball:before{content:"\f59c"}.faproregular-pipe-circle-check:before{content:"\f59d"}.faproregular-pipe-collar:before{content:"\f59e"}.faproregular-pipe-section:before{content:"\f59f"}.faproregular-pipe-smoking:before{content:"\f5a0"}.faproregular-pipe-valve:before{content:"\f5a1"}.faproregular-pipe:before{content:"\f5a2"}.faproregular-pisces:before{content:"\f5a3"}.faproregular-pizza-slice:before{content:"\f5a4"}.faproregular-pizza:before{content:"\f5a5"}.faproregular-place-of-worship:before{content:"\f5a6"}.faproregular-plane-alt:before{content:"\f5a7"}.faproregular-plane-arrival:before{content:"\f5a8"}.faproregular-plane-circle-check:before{content:"\f5a9"}.faproregular-plane-circle-exclamation:before{content:"\f5aa"}.faproregular-plane-circle-xmark:before{content:"\f5ab"}.faproregular-plane-departure:before{content:"\f5ac"}.faproregular-plane-engines:before{content:"\f5ad"}.faproregular-plane-flying:before{content:"\f5ae"}.faproregular-plane-landing-gear:before{content:"\f5af"}.faproregular-plane-lock:before{content:"\f5b0"}.faproregular-plane-prop:before{content:"\f5b1"}.faproregular-plane-slash:before{content:"\f5b2"}.faproregular-plane-tail:before{content:"\f5b3"}.faproregular-plane-up-slash:before{content:"\f5b4"}.faproregular-plane-up:before{content:"\f5b5"}.faproregular-plane:before{content:"\f5b6"}.faproregular-planet-moon:before{content:"\f5b7"}.faproregular-planet-ringed:before{content:"\f5b8"}.faproregular-plant-wilt:before{content:"\f5b9"}.faproregular-plate-utensils:before{content:"\f5ba"}.faproregular-plate-wheat:before{content:"\f5bb"}.faproregular-play-circle:before{content:"\f5bc"}.faproregular-play-flip:before{content:"\f5bd"}.faproregular-play-pause:before{content:"\f5be"}.faproregular-play:before{content:"\f5bf"}.faproregular-plug-circle-bolt:before{content:"\f5c0"}.faproregular-plug-circle-check:before{content:"\f5c1"}.faproregular-plug-circle-exclamation:before{content:"\f5c2"}.faproregular-plug-circle-minus:before{content:"\f5c3"}.faproregular-plug-circle-plus:before{content:"\f5c4"}.faproregular-plug-circle-xmark:before{content:"\f5c5"}.faproregular-plug:before{content:"\f5c6"}.faproregular-plus-circle:before{content:"\f5c7"}.faproregular-plus-hexagon:before{content:"\f5c8"}.faproregular-plus-large:before{content:"\f5c9"}.faproregular-plus-minus:before{content:"\f5ca"}.faproregular-plus-octagon:before{content:"\f5cb"}.faproregular-plus-square:before{content:"\f5cc"}.faproregular-plus:before{content:"\f5cd"}.faproregular-podcast:before{content:"\f5ce"}.faproregular-podium-star:before{content:"\f5cf"}.faproregular-podium:before{content:"\f5d0"}.faproregular-poker-chip:before{content:"\f5d1"}.faproregular-police-box:before{content:"\f5d2"}.faproregular-polish-zloty-sign:before{content:"\f5d3"}.faproregular-poll-h:before{content:"\f5d4"}.faproregular-poll-people:before{content:"\f5d5"}.faproregular-poll:before{content:"\f5d6"}.faproregular-pompebled:before{content:"\f5d7"}.faproregular-poo-bolt:before{content:"\f5d8"}.faproregular-poo-storm:before{content:"\f5d9"}.faproregular-poo:before{content:"\f5da"}.faproregular-pool-8-ball:before{content:"\f5db"}.faproregular-poop:before{content:"\f5dc"}.faproregular-popcorn:before{content:"\f5dd"}.faproregular-popsicle:before{content:"\f5de"}.faproregular-portal-enter:before{content:"\f5df"}.faproregular-portal-exit:before{content:"\f5e0"}.faproregular-portrait:before{content:"\f5e1"}.faproregular-possum:before{content:"\f5e2"}.faproregular-postage-stamp:before{content:"\f5e3"}.faproregular-pot-food:before{content:"\f5e4"}.faproregular-potato:before{content:"\f5e5"}.faproregular-pound-sign:before{content:"\f5e6"}.faproregular-power-off:before{content:"\f5e7"}.faproregular-pray:before{content:"\f5e8"}.faproregular-praying-hands:before{content:"\f5e9"}.faproregular-prescription-bottle-alt:before{content:"\f5ea"}.faproregular-prescription-bottle-medical:before{content:"\f5eb"}.faproregular-prescription-bottle-pill:before{content:"\f5ec"}.faproregular-prescription-bottle:before{content:"\f5ed"}.faproregular-prescription:before{content:"\f5ee"}.faproregular-presentation-screen:before{content:"\f5ef"}.faproregular-presentation:before{content:"\f5f0"}.faproregular-pretzel:before{content:"\f5f1"}.faproregular-print-magnifying-glass:before{content:"\f5f2"}.faproregular-print-search:before{content:"\f5f3"}.faproregular-print-slash:before{content:"\f5f4"}.faproregular-print:before{content:"\f5f5"}.faproregular-pro:before{content:"\f5f6"}.faproregular-procedures:before{content:"\f5f7"}.faproregular-project-diagram:before{content:"\f5f8"}.faproregular-projector:before{content:"\f5f9"}.faproregular-pronoun:before{content:"\f5fa"}.faproregular-pump-impeller:before{content:"\f5fb"}.faproregular-pump-medical:before{content:"\f5fc"}.faproregular-pump-soap:before{content:"\f5fd"}.faproregular-pump:before{content:"\f5fe"}.faproregular-pumpkin:before{content:"\f5ff"}.faproregular-puzzle-piece-alt:before{content:"\f600"}.faproregular-puzzle-piece-simple:before{content:"\f601"}.faproregular-puzzle-piece:before{content:"\f602"}.faproregular-puzzle:before{content:"\f603"}.faproregular-q:before{content:"\f604"}.faproregular-qrcode-read:before{content:"\f605"}.faproregular-qrcode:before{content:"\f606"}.faproregular-question-circle:before{content:"\f607"}.faproregular-question-square:before{content:"\f608"}.faproregular-question:before{content:"\f609"}.faproregular-quidditch-broom-ball:before{content:"\f60a"}.faproregular-quidditch:before{content:"\f60b"}.faproregular-quote-left-alt:before{content:"\f60c"}.faproregular-quote-left:before{content:"\f60d"}.faproregular-quote-right-alt:before{content:"\f60e"}.faproregular-quote-right:before{content:"\f60f"}.faproregular-quotes:before{content:"\f610"}.faproregular-quran:before{content:"\f611"}.faproregular-r:before{content:"\f612"}.faproregular-rabbit-fast:before{content:"\f613"}.faproregular-rabbit-running:before{content:"\f614"}.faproregular-rabbit:before{content:"\f615"}.faproregular-raccoon:before{content:"\f616"}.faproregular-racquet:before{content:"\f617"}.faproregular-radar:before{content:"\f618"}.faproregular-radiation-alt:before{content:"\f619"}.faproregular-radiation:before{content:"\f61a"}.faproregular-radio-alt:before{content:"\f61b"}.faproregular-radio-tuner:before{content:"\f61c"}.faproregular-radio:before{content:"\f61d"}.faproregular-rainbow-half:before{content:"\f61e"}.faproregular-rainbow:before{content:"\f61f"}.faproregular-raindrops:before{content:"\f620"}.faproregular-ram:before{content:"\f621"}.faproregular-ramp-loading:before{content:"\f622"}.faproregular-random:before{content:"\f623"}.faproregular-ranking-star:before{content:"\f624"}.faproregular-raygun:before{content:"\f625"}.faproregular-receipt:before{content:"\f626"}.faproregular-record-vinyl:before{content:"\f627"}.faproregular-rectangle-4k:before{content:"\f628"}.faproregular-rectangle-ad:before{content:"\f629"}.faproregular-rectangle-api:before{content:"\f62a"}.faproregular-rectangle-barcode:before{content:"\f62b"}.faproregular-rectangle-beta:before{content:"\f62c"}.faproregular-rectangle-code:before{content:"\f62d"}.faproregular-rectangle-hd:before{content:"\f62e"}.faproregular-rectangle-hdr:before{content:"\f62f"}.faproregular-rectangle-high-dynamic-range:before{content:"\f630"}.faproregular-rectangle-history-circle-plus:before{content:"\f631"}.faproregular-rectangle-history-circle-user:before{content:"\f632"}.faproregular-rectangle-history:before{content:"\f633"}.faproregular-rectangle-irc:before{content:"\f634"}.faproregular-rectangle-landscape:before{content:"\f635"}.faproregular-rectangle-list:before{content:"\f636"}.faproregular-rectangle-minus:before{content:"\f637"}.faproregular-rectangle-n-a:before{content:"\f638"}.faproregular-rectangle-new:before{content:"\f639"}.faproregular-rectangle-plus:before{content:"\f63a"}.faproregular-rectangle-portrait:before{content:"\f63b"}.faproregular-rectangle-pro:before{content:"\f63c"}.faproregular-rectangle-sd:before{content:"\f63d"}.faproregular-rectangle-tall:before{content:"\f63e"}.faproregular-rectangle-terminal:before{content:"\f63f"}.faproregular-rectangle-times:before{content:"\f640"}.faproregular-rectangle-vertical-history:before{content:"\f641"}.faproregular-rectangle-vertical:before{content:"\f642"}.faproregular-rectangle-video-on-demand:before{content:"\f643"}.faproregular-rectangle-wide:before{content:"\f644"}.faproregular-rectangle-xmark:before{content:"\f645"}.faproregular-rectangle:before{content:"\f646"}.faproregular-rectangles-mixed:before{content:"\f647"}.faproregular-recycle:before{content:"\f648"}.faproregular-redo-alt:before{content:"\f649"}.faproregular-redo:before{content:"\f64a"}.faproregular-reel:before{content:"\f64b"}.faproregular-reflect-both:before{content:"\f64c"}.faproregular-reflect-horizontal:before{content:"\f64d"}.faproregular-reflect-vertical:before{content:"\f64e"}.faproregular-refresh:before{content:"\f64f"}.faproregular-refrigerator:before{content:"\f650"}.faproregular-registered:before{content:"\f651"}.faproregular-remote:before{content:"\f652"}.faproregular-remove-format:before{content:"\f653"}.faproregular-remove:before{content:"\f654"}.faproregular-renminbi-sign:before{content:"\f655"}.faproregular-reorder:before{content:"\f656"}.faproregular-repeat-1-alt:before{content:"\f657"}.faproregular-repeat-1:before{content:"\f658"}.faproregular-repeat-alt:before{content:"\f659"}.faproregular-repeat:before{content:"\f65a"}.faproregular-reply-all:before{content:"\f65b"}.faproregular-reply-clock:before{content:"\f65c"}.faproregular-reply-time:before{content:"\f65d"}.faproregular-reply:before{content:"\f65e"}.faproregular-republican:before{content:"\f65f"}.faproregular-restroom-simple:before{content:"\f660"}.faproregular-restroom:before{content:"\f661"}.faproregular-retweet-alt:before{content:"\f662"}.faproregular-retweet:before{content:"\f663"}.faproregular-rhombus:before{content:"\f664"}.faproregular-ribbon:before{content:"\f665"}.faproregular-right-from-bracket:before{content:"\f666"}.faproregular-right-from-dotted-line:before{content:"\f667"}.faproregular-right-from-line:before{content:"\f668"}.faproregular-right-left-large:before{content:"\f669"}.faproregular-right-left:before{content:"\f66a"}.faproregular-right-long-to-line:before{content:"\f66b"}.faproregular-right-long:before{content:"\f66c"}.faproregular-right-to-bracket:before{content:"\f66d"}.faproregular-right-to-dotted-line:before{content:"\f66e"}.faproregular-right-to-line:before{content:"\f66f"}.faproregular-right:before{content:"\f670"}.faproregular-ring-diamond:before{content:"\f671"}.faproregular-ring:before{content:"\f672"}.faproregular-rings-wedding:before{content:"\f673"}.faproregular-rmb:before{content:"\f674"}.faproregular-road-barrier:before{content:"\f675"}.faproregular-road-bridge:before{content:"\f676"}.faproregular-road-circle-check:before{content:"\f677"}.faproregular-road-circle-exclamation:before{content:"\f678"}.faproregular-road-circle-xmark:before{content:"\f679"}.faproregular-road-lock:before{content:"\f67a"}.faproregular-road-spikes:before{content:"\f67b"}.faproregular-road:before{content:"\f67c"}.faproregular-robot-astromech:before{content:"\f67d"}.faproregular-robot:before{content:"\f67e"}.faproregular-rocket-launch:before{content:"\f67f"}.faproregular-rocket-vertical:before{content:"\f680"}.faproregular-rocket:before{content:"\f681"}.faproregular-rod-asclepius:before{content:"\f682"}.faproregular-rod-snake:before{content:"\f683"}.faproregular-roller-coaster:before{content:"\f684"}.faproregular-rotate-back:before{content:"\f685"}.faproregular-rotate-backward:before{content:"\f686"}.faproregular-rotate-exclamation:before{content:"\f687"}.faproregular-rotate-forward:before{content:"\f688"}.faproregular-rotate-left:before{content:"\f689"}.faproregular-rotate-reverse:before{content:"\f68a"}.faproregular-rotate-right:before{content:"\f68b"}.faproregular-rotate:before{content:"\f68c"}.faproregular-rouble:before{content:"\f68d"}.faproregular-route-highway:before{content:"\f68e"}.faproregular-route-interstate:before{content:"\f68f"}.faproregular-route:before{content:"\f690"}.faproregular-router:before{content:"\f691"}.faproregular-rows-3:before{content:"\f692"}.faproregular-rows:before{content:"\f693"}.faproregular-rss-square:before{content:"\f694"}.faproregular-rss:before{content:"\f695"}.faproregular-rub:before{content:"\f696"}.faproregular-ruble-sign:before{content:"\f697"}.faproregular-ruble:before{content:"\f698"}.faproregular-rug:before{content:"\f699"}.faproregular-rugby-ball:before{content:"\f69a"}.faproregular-ruler-combined:before{content:"\f69b"}.faproregular-ruler-horizontal:before{content:"\f69c"}.faproregular-ruler-triangle:before{content:"\f69d"}.faproregular-ruler-vertical:before{content:"\f69e"}.faproregular-ruler:before{content:"\f69f"}.faproregular-running:before{content:"\f6a0"}.faproregular-rupee-sign:before{content:"\f6a1"}.faproregular-rupee:before{content:"\f6a2"}.faproregular-rupiah-sign:before{content:"\f6a3"}.faproregular-rv:before{content:"\f6a4"}.faproregular-s:before{content:"\f6a5"}.faproregular-sack-dollar:before{content:"\f6a6"}.faproregular-sack-xmark:before{content:"\f6a7"}.faproregular-sack:before{content:"\f6a8"}.faproregular-sad-cry:before{content:"\f6a9"}.faproregular-sad-tear:before{content:"\f6aa"}.faproregular-sagittarius:before{content:"\f6ab"}.faproregular-sailboat:before{content:"\f6ac"}.faproregular-salad:before{content:"\f6ad"}.faproregular-salt-shaker:before{content:"\f6ae"}.faproregular-sandwich:before{content:"\f6af"}.faproregular-satellite-dish:before{content:"\f6b0"}.faproregular-satellite:before{content:"\f6b1"}.faproregular-sausage:before{content:"\f6b2"}.faproregular-save-circle-arrow-right:before{content:"\f6b3"}.faproregular-save-circle-xmark:before{content:"\f6b4"}.faproregular-save-times:before{content:"\f6b5"}.faproregular-save:before{content:"\f6b6"}.faproregular-sax-hot:before{content:"\f6b7"}.faproregular-saxophone-fire:before{content:"\f6b8"}.faproregular-saxophone:before{content:"\f6b9"}.faproregular-scale-balanced:before{content:"\f6ba"}.faproregular-scale-unbalanced-flip:before{content:"\f6bb"}.faproregular-scale-unbalanced:before{content:"\f6bc"}.faproregular-scalpel-line-dashed:before{content:"\f6bd"}.faproregular-scalpel-path:before{content:"\f6be"}.faproregular-scalpel:before{content:"\f6bf"}.faproregular-scanner-gun:before{content:"\f6c0"}.faproregular-scanner-image:before{content:"\f6c1"}.faproregular-scanner-keyboard:before{content:"\f6c2"}.faproregular-scanner-touchscreen:before{content:"\f6c3"}.faproregular-scanner:before{content:"\f6c4"}.faproregular-scarecrow:before{content:"\f6c5"}.faproregular-scarf:before{content:"\f6c6"}.faproregular-school-circle-check:before{content:"\f6c7"}.faproregular-school-circle-exclamation:before{content:"\f6c8"}.faproregular-school-circle-xmark:before{content:"\f6c9"}.faproregular-school-flag:before{content:"\f6ca"}.faproregular-school-lock:before{content:"\f6cb"}.faproregular-school-unlock:before{content:"\f6cc"}.faproregular-school:before{content:"\f6cd"}.faproregular-scissors:before{content:"\f6ce"}.faproregular-scooter:before{content:"\f6cf"}.faproregular-scorpio:before{content:"\f6d0"}.faproregular-screen-users:before{content:"\f6d1"}.faproregular-screencast:before{content:"\f6d2"}.faproregular-screenshot:before{content:"\f6d3"}.faproregular-screwdriver-wrench:before{content:"\f6d4"}.faproregular-screwdriver:before{content:"\f6d5"}.faproregular-scribble:before{content:"\f6d6"}.faproregular-scroll-old:before{content:"\f6d7"}.faproregular-scroll-ribbon:before{content:"\f6d8"}.faproregular-scroll-torah:before{content:"\f6d9"}.faproregular-scroll:before{content:"\f6da"}.faproregular-scrubber:before{content:"\f6db"}.faproregular-scythe:before{content:"\f6dc"}.faproregular-sd-card:before{content:"\f6dd"}.faproregular-sd-cards:before{content:"\f6de"}.faproregular-seal-exclamation:before{content:"\f6df"}.faproregular-seal-question:before{content:"\f6e0"}.faproregular-seal:before{content:"\f6e1"}.faproregular-search-dollar:before{content:"\f6e2"}.faproregular-search-location:before{content:"\f6e3"}.faproregular-search-minus:before{content:"\f6e4"}.faproregular-search-plus:before{content:"\f6e5"}.faproregular-search:before{content:"\f6e6"}.faproregular-seat-airline-window:before{content:"\f6e7"}.faproregular-seat-airline:before{content:"\f6e8"}.faproregular-seat:before{content:"\f6e9"}.faproregular-seats:before{content:"\f6ea"}.faproregular-section:before{content:"\f6eb"}.faproregular-seedling:before{content:"\f6ec"}.faproregular-semicolon:before{content:"\f6ed"}.faproregular-send-back:before{content:"\f6ee"}.faproregular-send-backward:before{content:"\f6ef"}.faproregular-send:before{content:"\f6f0"}.faproregular-sensor-alert:before{content:"\f6f1"}.faproregular-sensor-cloud:before{content:"\f6f2"}.faproregular-sensor-fire:before{content:"\f6f3"}.faproregular-sensor-on:before{content:"\f6f4"}.faproregular-sensor-smoke:before{content:"\f6f5"}.faproregular-sensor-triangle-exclamation:before{content:"\f6f6"}.faproregular-sensor:before{content:"\f6f7"}.faproregular-septagon:before{content:"\f6f8"}.faproregular-server:before{content:"\f6f9"}.faproregular-shapes:before{content:"\f6fa"}.faproregular-share-all:before{content:"\f6fb"}.faproregular-share-alt-square:before{content:"\f6fc"}.faproregular-share-alt:before{content:"\f6fd"}.faproregular-share-from-square:before{content:"\f6fe"}.faproregular-share-nodes:before{content:"\f6ff"}.faproregular-share-square:before{content:"\f700"}.faproregular-share:before{content:"\f701"}.faproregular-sheep:before{content:"\f702"}.faproregular-sheet-plastic:before{content:"\f703"}.faproregular-shekel-sign:before{content:"\f704"}.faproregular-shekel:before{content:"\f705"}.faproregular-shelves-empty:before{content:"\f706"}.faproregular-shelves:before{content:"\f707"}.faproregular-sheqel-sign:before{content:"\f708"}.faproregular-sheqel:before{content:"\f709"}.faproregular-shield-alt:before{content:"\f70a"}.faproregular-shield-blank:before{content:"\f70b"}.faproregular-shield-cat:before{content:"\f70c"}.faproregular-shield-check:before{content:"\f70d"}.faproregular-shield-cross:before{content:"\f70e"}.faproregular-shield-dog:before{content:"\f70f"}.faproregular-shield-exclamation:before{content:"\f710"}.faproregular-shield-halved:before{content:"\f711"}.faproregular-shield-heart:before{content:"\f712"}.faproregular-shield-keyhole:before{content:"\f713"}.faproregular-shield-minus:before{content:"\f714"}.faproregular-shield-plus:before{content:"\f715"}.faproregular-shield-quartered:before{content:"\f716"}.faproregular-shield-slash:before{content:"\f717"}.faproregular-shield-times:before{content:"\f718"}.faproregular-shield-user:before{content:"\f719"}.faproregular-shield-virus:before{content:"\f71a"}.faproregular-shield-xmark:before{content:"\f71b"}.faproregular-shield:before{content:"\f71c"}.faproregular-ship-large:before{content:"\f71d"}.faproregular-ship:before{content:"\f71e"}.faproregular-shipping-fast:before{content:"\f71f"}.faproregular-shipping-timed:before{content:"\f720"}.faproregular-shirt-jersey:before{content:"\f721"}.faproregular-shirt-long-sleeve:before{content:"\f722"}.faproregular-shirt-running:before{content:"\f723"}.faproregular-shirt-tank-top:before{content:"\f724"}.faproregular-shirt:before{content:"\f725"}.faproregular-shish-kebab:before{content:"\f726"}.faproregular-shoe-prints:before{content:"\f727"}.faproregular-shoe:before{content:"\f728"}.faproregular-shop-24:before{content:"\f729"}.faproregular-shop-lock:before{content:"\f72a"}.faproregular-shop-slash:before{content:"\f72b"}.faproregular-shop:before{content:"\f72c"}.faproregular-shopping-bag:before{content:"\f72d"}.faproregular-shopping-basket-alt:before{content:"\f72e"}.faproregular-shopping-basket:before{content:"\f72f"}.faproregular-shopping-cart:before{content:"\f730"}.faproregular-shortcake:before{content:"\f731"}.faproregular-shorts:before{content:"\f732"}.faproregular-shovel-snow:before{content:"\f733"}.faproregular-shovel:before{content:"\f734"}.faproregular-shower-alt:before{content:"\f735"}.faproregular-shower-down:before{content:"\f736"}.faproregular-shower:before{content:"\f737"}.faproregular-shredder:before{content:"\f738"}.faproregular-shrimp:before{content:"\f739"}.faproregular-shuffle:before{content:"\f73a"}.faproregular-shutters:before{content:"\f73b"}.faproregular-shuttle-space-vertical:before{content:"\f73c"}.faproregular-shuttle-space:before{content:"\f73d"}.faproregular-shuttle-van:before{content:"\f73e"}.faproregular-shuttlecock:before{content:"\f73f"}.faproregular-sickle:before{content:"\f740"}.faproregular-sidebar-flip:before{content:"\f741"}.faproregular-sidebar:before{content:"\f742"}.faproregular-sigma:before{content:"\f743"}.faproregular-sign-hanging:before{content:"\f744"}.faproregular-sign-in-alt:before{content:"\f745"}.faproregular-sign-in:before{content:"\f746"}.faproregular-sign-language:before{content:"\f747"}.faproregular-sign-out-alt:before{content:"\f748"}.faproregular-sign-out:before{content:"\f749"}.faproregular-sign-post:before{content:"\f74a"}.faproregular-sign-posts-wrench:before{content:"\f74b"}.faproregular-sign-posts:before{content:"\f74c"}.faproregular-sign:before{content:"\f74d"}.faproregular-signal-1:before{content:"\f74e"}.faproregular-signal-2:before{content:"\f74f"}.faproregular-signal-3:before{content:"\f750"}.faproregular-signal-4:before{content:"\f751"}.faproregular-signal-5:before{content:"\f752"}.faproregular-signal-alt-1:before{content:"\f753"}.faproregular-signal-alt-2:before{content:"\f754"}.faproregular-signal-alt-3:before{content:"\f755"}.faproregular-signal-alt-4:before{content:"\f756"}.faproregular-signal-alt-slash:before{content:"\f757"}.faproregular-signal-alt:before{content:"\f758"}.faproregular-signal-bars-fair:before{content:"\f759"}.faproregular-signal-bars-good:before{content:"\f75a"}.faproregular-signal-bars-slash:before{content:"\f75b"}.faproregular-signal-bars-strong:before{content:"\f75c"}.faproregular-signal-bars-weak:before{content:"\f75d"}.faproregular-signal-bars:before{content:"\f75e"}.faproregular-signal-fair:before{content:"\f75f"}.faproregular-signal-good:before{content:"\f760"}.faproregular-signal-perfect:before{content:"\f761"}.faproregular-signal-slash:before{content:"\f762"}.faproregular-signal-stream-slash:before{content:"\f763"}.faproregular-signal-stream:before{content:"\f764"}.faproregular-signal-strong:before{content:"\f765"}.faproregular-signal-weak:before{content:"\f766"}.faproregular-signal:before{content:"\f767"}.faproregular-signapore-dollar-sign:before{content:"\f768"}.faproregular-signature-lock:before{content:"\f769"}.faproregular-signature-slash:before{content:"\f76a"}.faproregular-signature:before{content:"\f76b"}.faproregular-signing:before{content:"\f76c"}.faproregular-signs-post:before{content:"\f76d"}.faproregular-sim-card:before{content:"\f76e"}.faproregular-sim-cards:before{content:"\f76f"}.faproregular-single-quote-left:before{content:"\f770"}.faproregular-single-quote-right:before{content:"\f771"}.faproregular-sink:before{content:"\f772"}.faproregular-siren-on:before{content:"\f773"}.faproregular-siren:before{content:"\f774"}.faproregular-sitemap:before{content:"\f775"}.faproregular-skating:before{content:"\f776"}.faproregular-skeleton-ribs:before{content:"\f777"}.faproregular-skeleton:before{content:"\f778"}.faproregular-ski-boot-ski:before{content:"\f779"}.faproregular-ski-boot:before{content:"\f77a"}.faproregular-ski-jump:before{content:"\f77b"}.faproregular-ski-lift:before{content:"\f77c"}.faproregular-skiing-nordic:before{content:"\f77d"}.faproregular-skiing:before{content:"\f77e"}.faproregular-skull-cow:before{content:"\f77f"}.faproregular-skull-crossbones:before{content:"\f780"}.faproregular-skull:before{content:"\f781"}.faproregular-slash-back:before{content:"\f782"}.faproregular-slash-forward:before{content:"\f783"}.faproregular-slash:before{content:"\f784"}.faproregular-sledding:before{content:"\f785"}.faproregular-sleigh:before{content:"\f786"}.faproregular-slider-circle:before{content:"\f787"}.faproregular-slider:before{content:"\f788"}.faproregular-sliders-h-square:before{content:"\f789"}.faproregular-sliders-h:before{content:"\f78a"}.faproregular-sliders-simple:before{content:"\f78b"}.faproregular-sliders-up:before{content:"\f78c"}.faproregular-sliders-v-square:before{content:"\f78d"}.faproregular-sliders-v:before{content:"\f78e"}.faproregular-sliders:before{content:"\f78f"}.faproregular-slot-machine:before{content:"\f790"}.faproregular-smile-beam:before{content:"\f791"}.faproregular-smile-plus:before{content:"\f792"}.faproregular-smile-wink:before{content:"\f793"}.faproregular-smile:before{content:"\f794"}.faproregular-smog:before{content:"\f795"}.faproregular-smoke:before{content:"\f796"}.faproregular-smoking-ban:before{content:"\f797"}.faproregular-smoking:before{content:"\f798"}.faproregular-sms:before{content:"\f799"}.faproregular-snake:before{content:"\f79a"}.faproregular-sneaker-running:before{content:"\f79b"}.faproregular-sneaker:before{content:"\f79c"}.faproregular-snooze:before{content:"\f79d"}.faproregular-snow-blowing:before{content:"\f79e"}.faproregular-snowboarding:before{content:"\f79f"}.faproregular-snowflake-droplets:before{content:"\f7a0"}.faproregular-snowflake:before{content:"\f7a1"}.faproregular-snowflakes:before{content:"\f7a2"}.faproregular-snowman-head:before{content:"\f7a3"}.faproregular-snowman:before{content:"\f7a4"}.faproregular-snowmobile-blank:before{content:"\f7a5"}.faproregular-snowmobile:before{content:"\f7a6"}.faproregular-snowplow:before{content:"\f7a7"}.faproregular-soap:before{content:"\f7a8"}.faproregular-soccer-ball:before{content:"\f7a9"}.faproregular-socks:before{content:"\f7aa"}.faproregular-soft-serve:before{content:"\f7ab"}.faproregular-solar-panel:before{content:"\f7ac"}.faproregular-solar-system:before{content:"\f7ad"}.faproregular-sort-alpha-asc:before{content:"\f7ae"}.faproregular-sort-alpha-desc:before{content:"\f7af"}.faproregular-sort-alpha-down-alt:before{content:"\f7b0"}.faproregular-sort-alpha-down:before{content:"\f7b1"}.faproregular-sort-alpha-up-alt:before{content:"\f7b2"}.faproregular-sort-alpha-up:before{content:"\f7b3"}.faproregular-sort-alt:before{content:"\f7b4"}.faproregular-sort-amount-asc:before{content:"\f7b5"}.faproregular-sort-amount-desc:before{content:"\f7b6"}.faproregular-sort-amount-down-alt:before{content:"\f7b7"}.faproregular-sort-amount-down:before{content:"\f7b8"}.faproregular-sort-amount-up-alt:before{content:"\f7b9"}.faproregular-sort-amount-up:before{content:"\f7ba"}.faproregular-sort-asc:before{content:"\f7bb"}.faproregular-sort-circle-down:before{content:"\f7bc"}.faproregular-sort-circle-up:before{content:"\f7bd"}.faproregular-sort-circle:before{content:"\f7be"}.faproregular-sort-desc:before{content:"\f7bf"}.faproregular-sort-down:before{content:"\f7c0"}.faproregular-sort-numeric-asc:before{content:"\f7c1"}.faproregular-sort-numeric-desc:before{content:"\f7c2"}.faproregular-sort-numeric-down-alt:before{content:"\f7c3"}.faproregular-sort-numeric-down:before{content:"\f7c4"}.faproregular-sort-numeric-up-alt:before{content:"\f7c5"}.faproregular-sort-numeric-up:before{content:"\f7c6"}.faproregular-sort-shapes-down-alt:before{content:"\f7c7"}.faproregular-sort-shapes-down:before{content:"\f7c8"}.faproregular-sort-shapes-up-alt:before{content:"\f7c9"}.faproregular-sort-shapes-up:before{content:"\f7ca"}.faproregular-sort-size-down-alt:before{content:"\f7cb"}.faproregular-sort-size-down:before{content:"\f7cc"}.faproregular-sort-size-up-alt:before{content:"\f7cd"}.faproregular-sort-size-up:before{content:"\f7ce"}.faproregular-sort-up-down:before{content:"\f7cf"}.faproregular-sort-up:before{content:"\f7d0"}.faproregular-sort:before{content:"\f7d1"}.faproregular-soup:before{content:"\f7d2"}.faproregular-spa:before{content:"\f7d3"}.faproregular-space-shuttle:before{content:"\f7d4"}.faproregular-space-station-moon-alt:before{content:"\f7d5"}.faproregular-space-station-moon-construction:before{content:"\f7d6"}.faproregular-space-station-moon:before{content:"\f7d7"}.faproregular-spade:before{content:"\f7d8"}.faproregular-spaghetti-monster-flying:before{content:"\f7d9"}.faproregular-sparkle:before{content:"\f7da"}.faproregular-sparkles:before{content:"\f7db"}.faproregular-speaker:before{content:"\f7dc"}.faproregular-speakers:before{content:"\f7dd"}.faproregular-spell-check:before{content:"\f7de"}.faproregular-spider-black-widow:before{content:"\f7df"}.faproregular-spider-web:before{content:"\f7e0"}.faproregular-spider:before{content:"\f7e1"}.faproregular-spine:before{content:"\f7e2"}.faproregular-spinner-scale:before{content:"\f7e3"}.faproregular-spinner-third:before{content:"\f7e4"}.faproregular-spinner:before{content:"\f7e5"}.faproregular-spiral:before{content:"\f7e6"}.faproregular-split:before{content:"\f7e7"}.faproregular-splotch:before{content:"\f7e8"}.faproregular-spoon:before{content:"\f7e9"}.faproregular-sportsball:before{content:"\f7ea"}.faproregular-spray-can-sparkles:before{content:"\f7eb"}.faproregular-spray-can:before{content:"\f7ec"}.faproregular-sprinkler-ceiling:before{content:"\f7ed"}.faproregular-sprinkler:before{content:"\f7ee"}.faproregular-sprout:before{content:"\f7ef"}.faproregular-square-0:before{content:"\f7f0"}.faproregular-square-1:before{content:"\f7f1"}.faproregular-square-2:before{content:"\f7f2"}.faproregular-square-3:before{content:"\f7f3"}.faproregular-square-4:before{content:"\f7f4"}.faproregular-square-5:before{content:"\f7f5"}.faproregular-square-6:before{content:"\f7f6"}.faproregular-square-7:before{content:"\f7f7"}.faproregular-square-8:before{content:"\f7f8"}.faproregular-square-9:before{content:"\f7f9"}.faproregular-square-a-lock:before{content:"\f7fa"}.faproregular-square-a:before{content:"\f7fb"}.faproregular-square-ampersand:before{content:"\f7fc"}.faproregular-square-arrow-down-left:before{content:"\f7fd"}.faproregular-square-arrow-down-right:before{content:"\f7fe"}.faproregular-square-arrow-down:before{content:"\f7ff"}.faproregular-square-arrow-left:before{content:"\f800"}.faproregular-square-arrow-right:before{content:"\f801"}.faproregular-square-arrow-up-left:before{content:"\f802"}.faproregular-square-arrow-up-right:before{content:"\f803"}.faproregular-square-arrow-up:before{content:"\f804"}.faproregular-square-austral:before{content:"\f805"}.faproregular-square-australian-dollar:before{content:"\f806"}.faproregular-square-b:before{content:"\f807"}.faproregular-square-baht:before{content:"\f808"}.faproregular-square-bangladeshi-taka:before{content:"\f809"}.faproregular-square-binary:before{content:"\f80a"}.faproregular-square-bitcoin:before{content:"\f80b"}.faproregular-square-bolt:before{content:"\f80c"}.faproregular-square-brazilian-real:before{content:"\f80d"}.faproregular-square-c:before{content:"\f80e"}.faproregular-square-caret-down:before{content:"\f80f"}.faproregular-square-caret-left:before{content:"\f810"}.faproregular-square-caret-right:before{content:"\f811"}.faproregular-square-caret-up:before{content:"\f812"}.faproregular-square-cedi:before{content:"\f813"}.faproregular-square-cent:before{content:"\f814"}.faproregular-square-check:before{content:"\f815"}.faproregular-square-chevron-down:before{content:"\f816"}.faproregular-square-chevron-left:before{content:"\f817"}.faproregular-square-chevron-right:before{content:"\f818"}.faproregular-square-chevron-up:before{content:"\f819"}.faproregular-square-chf:before{content:"\f81a"}.faproregular-square-code:before{content:"\f81b"}.faproregular-square-colon:before{content:"\f81c"}.faproregular-square-cruzeiro:before{content:"\f81d"}.faproregular-square-currency:before{content:"\f81e"}.faproregular-square-d:before{content:"\f81f"}.faproregular-square-danish-krone:before{content:"\f820"}.faproregular-square-dashed-circle-plus:before{content:"\f821"}.faproregular-square-dashed:before{content:"\f822"}.faproregular-square-divide:before{content:"\f823"}.faproregular-square-dollar:before{content:"\f824"}.faproregular-square-dong:before{content:"\f825"}.faproregular-square-down-left:before{content:"\f826"}.faproregular-square-down-right:before{content:"\f827"}.faproregular-square-down:before{content:"\f828"}.faproregular-square-e:before{content:"\f829"}.faproregular-square-ellipsis-vertical:before{content:"\f82a"}.faproregular-square-ellipsis:before{content:"\f82b"}.faproregular-square-envelope:before{content:"\f82c"}.faproregular-square-equals:before{content:"\f82d"}.faproregular-square-euro:before{content:"\f82e"}.faproregular-square-eurozone:before{content:"\f82f"}.faproregular-square-exclamation:before{content:"\f830"}.faproregular-square-f:before{content:"\f831"}.faproregular-square-florin:before{content:"\f832"}.faproregular-square-fragile:before{content:"\f833"}.faproregular-square-franc:before{content:"\f834"}.faproregular-square-full:before{content:"\f835"}.faproregular-square-g:before{content:"\f836"}.faproregular-square-guarani:before{content:"\f837"}.faproregular-square-h:before{content:"\f838"}.faproregular-square-half-horizontal:before{content:"\f839"}.faproregular-square-half-stroke-horizontal:before{content:"\f83a"}.faproregular-square-half-stroke:before{content:"\f83b"}.faproregular-square-half:before{content:"\f83c"}.faproregular-square-heart:before{content:"\f83d"}.faproregular-square-hryvnia:before{content:"\f83e"}.faproregular-square-i:before{content:"\f83f"}.faproregular-square-indian-rupee:before{content:"\f840"}.faproregular-square-info:before{content:"\f841"}.faproregular-square-j:before{content:"\f842"}.faproregular-square-k:before{content:"\f843"}.faproregular-square-kanban:before{content:"\f844"}.faproregular-square-kip:before{content:"\f845"}.faproregular-square-l:before{content:"\f846"}.faproregular-square-lari:before{content:"\f847"}.faproregular-square-left:before{content:"\f848"}.faproregular-square-lira:before{content:"\f849"}.faproregular-square-list:before{content:"\f84a"}.faproregular-square-litecoin:before{content:"\f84b"}.faproregular-square-m:before{content:"\f84c"}.faproregular-square-malaysian-ringgit:before{content:"\f84d"}.faproregular-square-manat:before{content:"\f84e"}.faproregular-square-microphone:before{content:"\f84f"}.faproregular-square-mill:before{content:"\f850"}.faproregular-square-minus:before{content:"\f851"}.faproregular-square-n:before{content:"\f852"}.faproregular-square-naira:before{content:"\f853"}.faproregular-square-nfi:before{content:"\f854"}.faproregular-square-norwegian-krone:before{content:"\f855"}.faproregular-square-o:before{content:"\f856"}.faproregular-square-p:before{content:"\f857"}.faproregular-square-parking-slash:before{content:"\f858"}.faproregular-square-parking:before{content:"\f859"}.faproregular-square-pen:before{content:"\f85a"}.faproregular-square-person-confined:before{content:"\f85b"}.faproregular-square-peruvian-soles:before{content:"\f85c"}.faproregular-square-peseta:before{content:"\f85d"}.faproregular-square-peso:before{content:"\f85e"}.faproregular-square-phone-flip:before{content:"\f85f"}.faproregular-square-phone-hangup:before{content:"\f860"}.faproregular-square-phone:before{content:"\f861"}.faproregular-square-plus:before{content:"\f862"}.faproregular-square-polish-zloty:before{content:"\f863"}.faproregular-square-poll-horizontal:before{content:"\f864"}.faproregular-square-poll-vertical:before{content:"\f865"}.faproregular-square-q:before{content:"\f866"}.faproregular-square-quarters:before{content:"\f867"}.faproregular-square-question:before{content:"\f868"}.faproregular-square-quote:before{content:"\f869"}.faproregular-square-r:before{content:"\f86a"}.faproregular-square-renminbi:before{content:"\f86b"}.faproregular-square-right:before{content:"\f86c"}.faproregular-square-ring:before{content:"\f86d"}.faproregular-square-root-alt:before{content:"\f86e"}.faproregular-square-root-variable:before{content:"\f86f"}.faproregular-square-root:before{content:"\f870"}.faproregular-square-rss:before{content:"\f871"}.faproregular-square-ruble:before{content:"\f872"}.faproregular-square-rupee:before{content:"\f873"}.faproregular-square-rupiah:before{content:"\f874"}.faproregular-square-s:before{content:"\f875"}.faproregular-square-share-nodes:before{content:"\f876"}.faproregular-square-shekel:before{content:"\f877"}.faproregular-square-sliders-vertical:before{content:"\f878"}.faproregular-square-sliders:before{content:"\f879"}.faproregular-square-small:before{content:"\f87a"}.faproregular-square-star:before{content:"\f87b"}.faproregular-square-sterling:before{content:"\f87c"}.faproregular-square-swedish-krona:before{content:"\f87d"}.faproregular-square-t:before{content:"\f87e"}.faproregular-square-tenge:before{content:"\f87f"}.faproregular-square-terminal:before{content:"\f880"}.faproregular-square-this-way-up:before{content:"\f881"}.faproregular-square-tugrik:before{content:"\f882"}.faproregular-square-turkish-lira:before{content:"\f883"}.faproregular-square-u:before{content:"\f884"}.faproregular-square-up-left:before{content:"\f885"}.faproregular-square-up-right:before{content:"\f886"}.faproregular-square-up:before{content:"\f887"}.faproregular-square-user:before{content:"\f888"}.faproregular-square-v:before{content:"\f889"}.faproregular-square-virus:before{content:"\f88a"}.faproregular-square-w:before{content:"\f88b"}.faproregular-square-wine-glass-crack:before{content:"\f88c"}.faproregular-square-won:before{content:"\f88d"}.faproregular-square-x:before{content:"\f88e"}.faproregular-square-xmark:before{content:"\f88f"}.faproregular-square-y:before{content:"\f890"}.faproregular-square-yen:before{content:"\f891"}.faproregular-square-z:before{content:"\f892"}.faproregular-square:before{content:"\f893"}.faproregular-squareapore-dollar:before{content:"\f894"}.faproregular-squid:before{content:"\f895"}.faproregular-squirrel:before{content:"\f896"}.faproregular-stadium:before{content:"\f897"}.faproregular-staff-aesculapius:before{content:"\f898"}.faproregular-staff-snake:before{content:"\f899"}.faproregular-staff:before{content:"\f89a"}.faproregular-stair-car:before{content:"\f89b"}.faproregular-stairs:before{content:"\f89c"}.faproregular-stamp:before{content:"\f89d"}.faproregular-standard-definition:before{content:"\f89e"}.faproregular-stapler:before{content:"\f89f"}.faproregular-star-and-crescent:before{content:"\f8a0"}.faproregular-star-christmas:before{content:"\f8a1"}.faproregular-star-circle:before{content:"\f8a2"}.faproregular-star-exclamation:before{content:"\f8a3"}.faproregular-star-half-alt:before{content:"\f8a4"}.faproregular-star-half-stroke:before{content:"\f8a5"}.faproregular-star-half:before{content:"\f8a6"}.faproregular-star-of-david:before{content:"\f8a7"}.faproregular-star-of-life:before{content:"\f8a8"}.faproregular-star-sharp-half-alt:before{content:"\f8a9"}.faproregular-star-sharp-half-stroke:before{content:"\f8aa"}.faproregular-star-sharp-half:before{content:"\f8ab"}.faproregular-star-sharp:before{content:"\f8ac"}.faproregular-star-shooting:before{content:"\f8ad"}.faproregular-star:before{content:"\f8ae"}.faproregular-starfighter-alt-advanced:before{content:"\f8af"}.faproregular-starfighter-alt:before{content:"\f8b0"}.faproregular-starfighter-twin-ion-engine-advanced:before{content:"\f8b1"}.faproregular-starfighter-twin-ion-engine:before{content:"\f8b2"}.faproregular-starfighter:before{content:"\f8b3"}.faproregular-stars:before{content:"\f8b4"}.faproregular-starship-freighter:before{content:"\f8b5"}.faproregular-starship:before{content:"\f8b6"}.faproregular-steak:before{content:"\f8b7"}.faproregular-steering-wheel:before{content:"\f8b8"}.faproregular-step-backward:before{content:"\f8b9"}.faproregular-step-forward:before{content:"\f8ba"}.faproregular-sterling-sign:before{content:"\f8bb"}.faproregular-stethoscope:before{content:"\f8bc"}.faproregular-sticky-note:before{content:"\f8bd"}.faproregular-stocking:before{content:"\f8be"}.faproregular-stomach:before{content:"\f8bf"}.faproregular-stool:before{content:"\f8c0"}.faproregular-stop-circle:before{content:"\f8c1"}.faproregular-stop:before{content:"\f8c2"}.faproregular-stopwatch-20:before{content:"\f8c3"}.faproregular-stopwatch:before{content:"\f8c4"}.faproregular-store-24:before{content:"\f8c5"}.faproregular-store-alt-slash:before{content:"\f8c6"}.faproregular-store-alt:before{content:"\f8c7"}.faproregular-store-lock:before{content:"\f8c8"}.faproregular-store-slash:before{content:"\f8c9"}.faproregular-store:before{content:"\f8ca"}.faproregular-strawberry:before{content:"\f8cb"}.faproregular-stream:before{content:"\f8cc"}.faproregular-street-view:before{content:"\f8cd"}.faproregular-stretcher:before{content:"\f8ce"}.faproregular-strikethrough:before{content:"\f8cf"}.faproregular-stroopwafel:before{content:"\f8d0"}.faproregular-subscript:before{content:"\f8d1"}.faproregular-subtitles-slash:before{content:"\f8d2"}.faproregular-subtitles:before{content:"\f8d3"}.faproregular-subtract:before{content:"\f8d4"}.faproregular-subway-tunnel:before{content:"\f8d5"}.faproregular-subway:before{content:"\f8d6"}.faproregular-suitcase-medical:before{content:"\f8d7"}.faproregular-suitcase-rolling:before{content:"\f8d8"}.faproregular-suitcase:before{content:"\f8d9"}.faproregular-sun-alt:before{content:"\f8da"}.faproregular-sun-bright:before{content:"\f8db"}.faproregular-sun-cloud:before{content:"\f8dc"}.faproregular-sun-dust:before{content:"\f8dd"}.faproregular-sun-haze:before{content:"\f8de"}.faproregular-sun-plant-wilt:before{content:"\f8df"}.faproregular-sun:before{content:"\f8e0"}.faproregular-sunglasses:before{content:"\f8e1"}.faproregular-sunrise:before{content:"\f8e2"}.faproregular-sunset:before{content:"\f8e3"}.faproregular-superscript:before{content:"\f8e4"}.faproregular-surprise:before{content:"\f8e5"}.faproregular-sushi-roll:before{content:"\f8e6"}.faproregular-sushi:before{content:"\f8e7"}.faproregular-swap-arrows:before{content:"\f8e8"}.faproregular-swap:before{content:"\f8e9"}.faproregular-swatchbook:before{content:"\f8ea"}.faproregular-swedish-krona-sign:before{content:"\f8eb"}.faproregular-swimmer:before{content:"\f8ec"}.faproregular-swimming-pool:before{content:"\f8ed"}.faproregular-sword-laser-alt:before{content:"\f8ee"}.faproregular-sword-laser:before{content:"\f8ef"}.faproregular-sword:before{content:"\f8f0"}.faproregular-swords-laser:before{content:"\f8f1"}.faproregular-swords:before{content:"\f8f2"}.faproregular-symbols:before{content:"\f8f3"}.faproregular-synagogue:before{content:"\f8f4"}.faproregular-sync-alt:before{content:"\f8f5"}.faproregular-sync:before{content:"\f8f6"}.faproregular-syringe:before{content:"\f8f7"}.faproregular-t-rex:before{content:"\f8f8"}.faproregular-t-shirt:before{content:"\f8f9"}.faproregular-t:before{content:"\f8fa"}.faproregular-table-bar:before{content:"\f8fb"}.faproregular-table-cells-column-lock:before{content:"\f8fc"}.faproregular-table-cells-column-unlock:before{content:"\f8fd"}.faproregular-table-cells-columns:before{content:"\f8fe"}.faproregular-table-cells-header-lock:before{content:"\f8ff"}.faproregular-table-cells-header-unlock:before{content:"\f900"}.faproregular-table-cells-header:before{content:"\f901"}.faproregular-table-cells-large:before{content:"\f902"}.faproregular-table-cells-lock:before{content:"\f903"}.faproregular-table-cells-merge:before{content:"\f904"}.faproregular-table-cells-row-lock:before{content:"\f905"}.faproregular-table-cells-row-unlock:before{content:"\f906"}.faproregular-table-cells-rows:before{content:"\f907"}.faproregular-table-cells-split:before{content:"\f908"}.faproregular-table-cells-unlock:before{content:"\f909"}.faproregular-table-cells:before{content:"\f90a"}.faproregular-table-columns-add-after:before{content:"\f90b"}.faproregular-table-columns-add-before:before{content:"\f90c"}.faproregular-table-columns-merge-next:before{content:"\f90d"}.faproregular-table-columns-merge-previous:before{content:"\f90e"}.faproregular-table-columns-remove-after:before{content:"\f90f"}.faproregular-table-columns-remove-before:before{content:"\f910"}.faproregular-table-columns:before{content:"\f911"}.faproregular-table-dining:before{content:"\f912"}.faproregular-table-layout:before{content:"\f913"}.faproregular-table-list:before{content:"\f914"}.faproregular-table-picnic:before{content:"\f915"}.faproregular-table-pivot:before{content:"\f916"}.faproregular-table-rows-add-above:before{content:"\f917"}.faproregular-table-rows-add-below:before{content:"\f918"}.faproregular-table-rows-merge-next:before{content:"\f919"}.faproregular-table-rows-merge-previous:before{content:"\f91a"}.faproregular-table-rows-remove-above:before{content:"\f91b"}.faproregular-table-rows-remove-below:before{content:"\f91c"}.faproregular-table-rows:before{content:"\f91d"}.faproregular-table-slash:before{content:"\f91e"}.faproregular-table-tennis-paddle-ball:before{content:"\f91f"}.faproregular-table-tennis:before{content:"\f920"}.faproregular-table-tree:before{content:"\f921"}.faproregular-table:before{content:"\f922"}.faproregular-tablet-alt:before{content:"\f923"}.faproregular-tablet-android-alt:before{content:"\f924"}.faproregular-tablet-android:before{content:"\f925"}.faproregular-tablet-button:before{content:"\f926"}.faproregular-tablet-rugged:before{content:"\f927"}.faproregular-tablet-screen-button:before{content:"\f928"}.faproregular-tablet-screen:before{content:"\f929"}.faproregular-tablet:before{content:"\f92a"}.faproregular-tablets:before{content:"\f92b"}.faproregular-tachograph-digital:before{content:"\f92c"}.faproregular-tachometer-alt-average:before{content:"\f92d"}.faproregular-tachometer-alt-fast:before{content:"\f92e"}.faproregular-tachometer-alt-fastest:before{content:"\f92f"}.faproregular-tachometer-alt-slow:before{content:"\f930"}.faproregular-tachometer-alt-slowest:before{content:"\f931"}.faproregular-tachometer-alt:before{content:"\f932"}.faproregular-tachometer-average:before{content:"\f933"}.faproregular-tachometer-fast:before{content:"\f934"}.faproregular-tachometer-fastest:before{content:"\f935"}.faproregular-tachometer-slow:before{content:"\f936"}.faproregular-tachometer-slowest:before{content:"\f937"}.faproregular-tachometer:before{content:"\f938"}.faproregular-taco:before{content:"\f939"}.faproregular-tag:before{content:"\f93a"}.faproregular-tags:before{content:"\f93b"}.faproregular-tally-1:before{content:"\f93c"}.faproregular-tally-2:before{content:"\f93d"}.faproregular-tally-3:before{content:"\f93e"}.faproregular-tally-4:before{content:"\f93f"}.faproregular-tally-5:before{content:"\f940"}.faproregular-tally:before{content:"\f941"}.faproregular-tamale:before{content:"\f942"}.faproregular-tanakh:before{content:"\f943"}.faproregular-tank-recovery:before{content:"\f944"}.faproregular-tank-water:before{content:"\f945"}.faproregular-tape:before{content:"\f946"}.faproregular-tarp-droplet:before{content:"\f947"}.faproregular-tarp:before{content:"\f948"}.faproregular-tasks-alt:before{content:"\f949"}.faproregular-tasks:before{content:"\f94a"}.faproregular-taurus:before{content:"\f94b"}.faproregular-taxi-bus:before{content:"\f94c"}.faproregular-taxi:before{content:"\f94d"}.faproregular-teddy-bear:before{content:"\f94e"}.faproregular-teeth-open:before{content:"\f94f"}.faproregular-teeth:before{content:"\f950"}.faproregular-telescope:before{content:"\f951"}.faproregular-teletype-answer:before{content:"\f952"}.faproregular-teletype:before{content:"\f953"}.faproregular-television:before{content:"\f954"}.faproregular-temperature-0:before{content:"\f955"}.faproregular-temperature-1:before{content:"\f956"}.faproregular-temperature-2:before{content:"\f957"}.faproregular-temperature-3:before{content:"\f958"}.faproregular-temperature-4:before{content:"\f959"}.faproregular-temperature-arrow-down:before{content:"\f95a"}.faproregular-temperature-arrow-up:before{content:"\f95b"}.faproregular-temperature-down:before{content:"\f95c"}.faproregular-temperature-empty:before{content:"\f95d"}.faproregular-temperature-frigid:before{content:"\f95e"}.faproregular-temperature-full:before{content:"\f95f"}.faproregular-temperature-half:before{content:"\f960"}.faproregular-temperature-high:before{content:"\f961"}.faproregular-temperature-hot:before{content:"\f962"}.faproregular-temperature-list:before{content:"\f963"}.faproregular-temperature-low:before{content:"\f964"}.faproregular-temperature-quarter:before{content:"\f965"}.faproregular-temperature-slash:before{content:"\f966"}.faproregular-temperature-snow:before{content:"\f967"}.faproregular-temperature-sun:before{content:"\f968"}.faproregular-temperature-three-quarters:before{content:"\f969"}.faproregular-temperature-up:before{content:"\f96a"}.faproregular-tenge-sign:before{content:"\f96b"}.faproregular-tenge:before{content:"\f96c"}.faproregular-tennis-ball:before{content:"\f96d"}.faproregular-tent-arrow-down-to-line:before{content:"\f96e"}.faproregular-tent-arrow-left-right:before{content:"\f96f"}.faproregular-tent-arrow-turn-left:before{content:"\f970"}.faproregular-tent-arrows-down:before{content:"\f971"}.faproregular-tent-circus:before{content:"\f972"}.faproregular-tent-double-peak:before{content:"\f973"}.faproregular-tent:before{content:"\f974"}.faproregular-tents:before{content:"\f975"}.faproregular-terminal:before{content:"\f976"}.faproregular-text-height:before{content:"\f977"}.faproregular-text-size:before{content:"\f978"}.faproregular-text-slash:before{content:"\f979"}.faproregular-text-width:before{content:"\f97a"}.faproregular-text:before{content:"\f97b"}.faproregular-th-large:before{content:"\f97c"}.faproregular-th-list:before{content:"\f97d"}.faproregular-th:before{content:"\f97e"}.faproregular-theater-masks:before{content:"\f97f"}.faproregular-thermometer-0:before{content:"\f980"}.faproregular-thermometer-1:before{content:"\f981"}.faproregular-thermometer-2:before{content:"\f982"}.faproregular-thermometer-3:before{content:"\f983"}.faproregular-thermometer-4:before{content:"\f984"}.faproregular-thermometer-empty:before{content:"\f985"}.faproregular-thermometer-full:before{content:"\f986"}.faproregular-thermometer-half:before{content:"\f987"}.faproregular-thermometer-quarter:before{content:"\f988"}.faproregular-thermometer-three-quarters:before{content:"\f989"}.faproregular-thermometer:before{content:"\f98a"}.faproregular-theta:before{content:"\f98b"}.faproregular-thought-bubble:before{content:"\f98c"}.faproregular-thumb-tack-slash:before{content:"\f98d"}.faproregular-thumb-tack:before{content:"\f98e"}.faproregular-thumbs-down:before{content:"\f98f"}.faproregular-thumbs-up:before{content:"\f990"}.faproregular-thumbtack-angle-slash:before{content:"\f991"}.faproregular-thumbtack-angle:before{content:"\f992"}.faproregular-thumbtack-slash:before{content:"\f993"}.faproregular-thumbtack:before{content:"\f994"}.faproregular-thunderstorm-moon:before{content:"\f995"}.faproregular-thunderstorm-sun:before{content:"\f996"}.faproregular-thunderstorm:before{content:"\f997"}.faproregular-tick:before{content:"\f998"}.faproregular-ticket-airline:before{content:"\f999"}.faproregular-ticket-alt:before{content:"\f99a"}.faproregular-ticket-perforated-plane:before{content:"\f99b"}.faproregular-ticket-perforated:before{content:"\f99c"}.faproregular-ticket-plane:before{content:"\f99d"}.faproregular-ticket-simple:before{content:"\f99e"}.faproregular-ticket:before{content:"\f99f"}.faproregular-tickets-airline:before{content:"\f9a0"}.faproregular-tickets-perforated-plane:before{content:"\f9a1"}.faproregular-tickets-perforated:before{content:"\f9a2"}.faproregular-tickets-plane:before{content:"\f9a3"}.faproregular-tickets-simple:before{content:"\f9a4"}.faproregular-tickets:before{content:"\f9a5"}.faproregular-tilde:before{content:"\f9a6"}.faproregular-timeline-arrow:before{content:"\f9a7"}.faproregular-timeline:before{content:"\f9a8"}.faproregular-timer:before{content:"\f9a9"}.faproregular-times-circle:before{content:"\f9aa"}.faproregular-times-hexagon:before{content:"\f9ab"}.faproregular-times-octagon:before{content:"\f9ac"}.faproregular-times-rectangle:before{content:"\f9ad"}.faproregular-times-square:before{content:"\f9ae"}.faproregular-times-to-slot:before{content:"\f9af"}.faproregular-times:before{content:"\f9b0"}.faproregular-tint-slash:before{content:"\f9b1"}.faproregular-tint:before{content:"\f9b2"}.faproregular-tire-flat:before{content:"\f9b3"}.faproregular-tire-pressure-warning:before{content:"\f9b4"}.faproregular-tire-rugged:before{content:"\f9b5"}.faproregular-tire:before{content:"\f9b6"}.faproregular-tired:before{content:"\f9b7"}.faproregular-toggle-large-off:before{content:"\f9b8"}.faproregular-toggle-large-on:before{content:"\f9b9"}.faproregular-toggle-off:before{content:"\f9ba"}.faproregular-toggle-on:before{content:"\f9bb"}.faproregular-toilet-paper-alt:before{content:"\f9bc"}.faproregular-toilet-paper-blank-under:before{content:"\f9bd"}.faproregular-toilet-paper-blank:before{content:"\f9be"}.faproregular-toilet-paper-check:before{content:"\f9bf"}.faproregular-toilet-paper-reverse-alt:before{content:"\f9c0"}.faproregular-toilet-paper-reverse-slash:before{content:"\f9c1"}.faproregular-toilet-paper-reverse:before{content:"\f9c2"}.faproregular-toilet-paper-slash:before{content:"\f9c3"}.faproregular-toilet-paper-under-slash:before{content:"\f9c4"}.faproregular-toilet-paper-under:before{content:"\f9c5"}.faproregular-toilet-paper-xmark:before{content:"\f9c6"}.faproregular-toilet-paper:before{content:"\f9c7"}.faproregular-toilet-portable:before{content:"\f9c8"}.faproregular-toilet:before{content:"\f9c9"}.faproregular-toilets-portable:before{content:"\f9ca"}.faproregular-tomato:before{content:"\f9cb"}.faproregular-tombstone-alt:before{content:"\f9cc"}.faproregular-tombstone-blank:before{content:"\f9cd"}.faproregular-tombstone:before{content:"\f9ce"}.faproregular-toolbox:before{content:"\f9cf"}.faproregular-tools:before{content:"\f9d0"}.faproregular-tooth:before{content:"\f9d1"}.faproregular-toothbrush:before{content:"\f9d2"}.faproregular-torah:before{content:"\f9d3"}.faproregular-torii-gate:before{content:"\f9d4"}.faproregular-tornado:before{content:"\f9d5"}.faproregular-tower-broadcast:before{content:"\f9d6"}.faproregular-tower-cell:before{content:"\f9d7"}.faproregular-tower-control:before{content:"\f9d8"}.faproregular-tower-observation:before{content:"\f9d9"}.faproregular-tower-receive:before{content:"\f9da"}.faproregular-tractor:before{content:"\f9db"}.faproregular-trademark:before{content:"\f9dc"}.faproregular-traffic-cone:before{content:"\f9dd"}.faproregular-traffic-light-go:before{content:"\f9de"}.faproregular-traffic-light-slow:before{content:"\f9df"}.faproregular-traffic-light-stop:before{content:"\f9e0"}.faproregular-traffic-light:before{content:"\f9e1"}.faproregular-trailer:before{content:"\f9e2"}.faproregular-train-stop:before{content:"\f9e3"}.faproregular-train-subway-tunnel:before{content:"\f9e4"}.faproregular-train-subway:before{content:"\f9e5"}.faproregular-train-track:before{content:"\f9e6"}.faproregular-train-tram:before{content:"\f9e7"}.faproregular-train-tunnel:before{content:"\f9e8"}.faproregular-train:before{content:"\f9e9"}.faproregular-tram:before{content:"\f9ea"}.faproregular-transducer:before{content:"\f9eb"}.faproregular-transformer-bolt:before{content:"\f9ec"}.faproregular-transgender-alt:before{content:"\f9ed"}.faproregular-transgender:before{content:"\f9ee"}.faproregular-transmission:before{content:"\f9ef"}.faproregular-transporter-1:before{content:"\f9f0"}.faproregular-transporter-2:before{content:"\f9f1"}.faproregular-transporter-3:before{content:"\f9f2"}.faproregular-transporter-4:before{content:"\f9f3"}.faproregular-transporter-5:before{content:"\f9f4"}.faproregular-transporter-6:before{content:"\f9f5"}.faproregular-transporter-7:before{content:"\f9f6"}.faproregular-transporter-empty:before{content:"\f9f7"}.faproregular-transporter:before{content:"\f9f8"}.faproregular-trash-alt-slash:before{content:"\f9f9"}.faproregular-trash-alt:before{content:"\f9fa"}.faproregular-trash-arrow-turn-left:before{content:"\f9fb"}.faproregular-trash-arrow-up:before{content:"\f9fc"}.faproregular-trash-can-arrow-turn-left:before{content:"\f9fd"}.faproregular-trash-can-arrow-up:before{content:"\f9fe"}.faproregular-trash-can-check:before{content:"\f9ff"}.faproregular-trash-can-clock:before{content:"\fa00"}.faproregular-trash-can-list:before{content:"\fa01"}.faproregular-trash-can-plus:before{content:"\fa02"}.faproregular-trash-can-slash:before{content:"\fa03"}.faproregular-trash-can-undo:before{content:"\fa04"}.faproregular-trash-can-xmark:before{content:"\fa05"}.faproregular-trash-can:before{content:"\fa06"}.faproregular-trash-check:before{content:"\fa07"}.faproregular-trash-circle:before{content:"\fa08"}.faproregular-trash-clock:before{content:"\fa09"}.faproregular-trash-list:before{content:"\fa0a"}.faproregular-trash-plus:before{content:"\fa0b"}.faproregular-trash-restore-alt:before{content:"\fa0c"}.faproregular-trash-restore:before{content:"\fa0d"}.faproregular-trash-slash:before{content:"\fa0e"}.faproregular-trash-undo-alt:before{content:"\fa0f"}.faproregular-trash-undo:before{content:"\fa10"}.faproregular-trash-xmark:before{content:"\fa11"}.faproregular-trash:before{content:"\fa12"}.faproregular-treasure-chest:before{content:"\fa13"}.faproregular-tree-alt:before{content:"\fa14"}.faproregular-tree-christmas:before{content:"\fa15"}.faproregular-tree-city:before{content:"\fa16"}.faproregular-tree-deciduous:before{content:"\fa17"}.faproregular-tree-decorated:before{content:"\fa18"}.faproregular-tree-large:before{content:"\fa19"}.faproregular-tree-palm:before{content:"\fa1a"}.faproregular-tree:before{content:"\fa1b"}.faproregular-trees:before{content:"\fa1c"}.faproregular-trian-balbot:before{content:"\fa1d"}.faproregular-triangle-circle-square:before{content:"\fa1e"}.faproregular-triangle-exclamation:before{content:"\fa1f"}.faproregular-triangle-instrument:before{content:"\fa20"}.faproregular-triangle-music:before{content:"\fa21"}.faproregular-triangle-person-digging:before{content:"\fa22"}.faproregular-triangle:before{content:"\fa23"}.faproregular-tricycle-adult:before{content:"\fa24"}.faproregular-tricycle:before{content:"\fa25"}.faproregular-trillium:before{content:"\fa26"}.faproregular-triple-chevrons-down:before{content:"\fa27"}.faproregular-triple-chevrons-left:before{content:"\fa28"}.faproregular-triple-chevrons-right:before{content:"\fa29"}.faproregular-triple-chevrons-up:before{content:"\fa2a"}.faproregular-trombone:before{content:"\fa2b"}.faproregular-trophy-alt:before{content:"\fa2c"}.faproregular-trophy-star:before{content:"\fa2d"}.faproregular-trophy:before{content:"\fa2e"}.faproregular-trowel-bricks:before{content:"\fa2f"}.faproregular-trowel:before{content:"\fa30"}.faproregular-truck-arrow-right:before{content:"\fa31"}.faproregular-truck-bolt:before{content:"\fa32"}.faproregular-truck-clock:before{content:"\fa33"}.faproregular-truck-container-empty:before{content:"\fa34"}.faproregular-truck-container:before{content:"\fa35"}.faproregular-truck-couch:before{content:"\fa36"}.faproregular-truck-droplet:before{content:"\fa37"}.faproregular-truck-fast:before{content:"\fa38"}.faproregular-truck-field-un:before{content:"\fa39"}.faproregular-truck-field:before{content:"\fa3a"}.faproregular-truck-fire:before{content:"\fa3b"}.faproregular-truck-flatbed:before{content:"\fa3c"}.faproregular-truck-front:before{content:"\fa3d"}.faproregular-truck-ladder:before{content:"\fa3e"}.faproregular-truck-loading:before{content:"\fa3f"}.faproregular-truck-medical:before{content:"\fa40"}.faproregular-truck-monster:before{content:"\fa41"}.faproregular-truck-moving:before{content:"\fa42"}.faproregular-truck-pickup:before{content:"\fa43"}.faproregular-truck-plane:before{content:"\fa44"}.faproregular-truck-plow:before{content:"\fa45"}.faproregular-truck-ramp-box:before{content:"\fa46"}.faproregular-truck-ramp-couch:before{content:"\fa47"}.faproregular-truck-ramp:before{content:"\fa48"}.faproregular-truck-suv:before{content:"\fa49"}.faproregular-truck-tow:before{content:"\fa4a"}.faproregular-truck-utensils:before{content:"\fa4b"}.faproregular-truck:before{content:"\fa4c"}.faproregular-trumpet:before{content:"\fa4d"}.faproregular-try:before{content:"\fa4e"}.faproregular-tshirt:before{content:"\fa4f"}.faproregular-tty-answer:before{content:"\fa50"}.faproregular-tty:before{content:"\fa51"}.faproregular-tugrik-sign:before{content:"\fa52"}.faproregular-turkey:before{content:"\fa53"}.faproregular-turkish-lira-sign:before{content:"\fa54"}.faproregular-turkish-lira:before{content:"\fa55"}.faproregular-turn-down-left:before{content:"\fa56"}.faproregular-turn-down-right:before{content:"\fa57"}.faproregular-turn-down:before{content:"\fa58"}.faproregular-turn-left-down:before{content:"\fa59"}.faproregular-turn-left-up:before{content:"\fa5a"}.faproregular-turn-left:before{content:"\fa5b"}.faproregular-turn-right:before{content:"\fa5c"}.faproregular-turn-up:before{content:"\fa5d"}.faproregular-turntable:before{content:"\fa5e"}.faproregular-turtle:before{content:"\fa5f"}.faproregular-tv-alt:before{content:"\fa60"}.faproregular-tv-music:before{content:"\fa61"}.faproregular-tv-retro:before{content:"\fa62"}.faproregular-tv:before{content:"\fa63"}.faproregular-typewriter:before{content:"\fa64"}.faproregular-u-turn-down-left:before{content:"\fa65"}.faproregular-u-turn-down-right:before{content:"\fa66"}.faproregular-u-turn-left-down:before{content:"\fa67"}.faproregular-u-turn-left-up:before{content:"\fa68"}.faproregular-u-turn-right-down:before{content:"\fa69"}.faproregular-u-turn-right-up:before{content:"\fa6a"}.faproregular-u-turn-up-left:before{content:"\fa6b"}.faproregular-u-turn-up-right:before{content:"\fa6c"}.faproregular-u-turn:before{content:"\fa6d"}.faproregular-u:before{content:"\fa6e"}.faproregular-ufo-beam:before{content:"\fa6f"}.faproregular-ufo:before{content:"\fa70"}.faproregular-umbrella-alt:before{content:"\fa71"}.faproregular-umbrella-beach:before{content:"\fa72"}.faproregular-umbrella-simple:before{content:"\fa73"}.faproregular-umbrella:before{content:"\fa74"}.faproregular-underline:before{content:"\fa75"}.faproregular-undo-alt:before{content:"\fa76"}.faproregular-undo:before{content:"\fa77"}.faproregular-unicorn:before{content:"\fa78"}.faproregular-unicycle:before{content:"\fa79"}.faproregular-uniform-martial-arts:before{content:"\fa7a"}.faproregular-union:before{content:"\fa7b"}.faproregular-universal-access:before{content:"\fa7c"}.faproregular-university:before{content:"\fa7d"}.faproregular-unlink:before{content:"\fa7e"}.faproregular-unlock-alt:before{content:"\fa7f"}.faproregular-unlock-keyhole:before{content:"\fa80"}.faproregular-unlock:before{content:"\fa81"}.faproregular-unsorted:before{content:"\fa82"}.faproregular-up-down-left-right:before{content:"\fa83"}.faproregular-up-down:before{content:"\fa84"}.faproregular-up-from-bracket:before{content:"\fa85"}.faproregular-up-from-dotted-line:before{content:"\fa86"}.faproregular-up-from-line:before{content:"\fa87"}.faproregular-up-left:before{content:"\fa88"}.faproregular-up-long-to-line:before{content:"\fa89"}.faproregular-up-long:before{content:"\fa8a"}.faproregular-up-right-and-down-left-from-center:before{content:"\fa8b"}.faproregular-up-right-from-square:before{content:"\fa8c"}.faproregular-up-right:before{content:"\fa8d"}.faproregular-up-to-bracket:before{content:"\fa8e"}.faproregular-up-to-dotted-line:before{content:"\fa8f"}.faproregular-up-to-line:before{content:"\fa90"}.faproregular-up:before{content:"\fa91"}.faproregular-upload:before{content:"\fa92"}.faproregular-usb-drive:before{content:"\fa93"}.faproregular-usd-circle:before{content:"\fa94"}.faproregular-usd-square:before{content:"\fa95"}.faproregular-usd:before{content:"\fa96"}.faproregular-user-alien:before{content:"\fa97"}.faproregular-user-alt-slash:before{content:"\fa98"}.faproregular-user-alt:before{content:"\fa99"}.faproregular-user-astronaut:before{content:"\fa9a"}.faproregular-user-beard-bolt:before{content:"\fa9b"}.faproregular-user-beard:before{content:"\fa9c"}.faproregular-user-bounty-hunter:before{content:"\fa9d"}.faproregular-user-chart:before{content:"\fa9e"}.faproregular-user-check:before{content:"\fa9f"}.faproregular-user-chef-hair-long:before{content:"\faa0"}.faproregular-user-chef:before{content:"\faa1"}.faproregular-user-circle-minus:before{content:"\faa2"}.faproregular-user-circle-plus:before{content:"\faa3"}.faproregular-user-circle:before{content:"\faa4"}.faproregular-user-clock:before{content:"\faa5"}.faproregular-user-cog:before{content:"\faa6"}.faproregular-user-construction:before{content:"\faa7"}.faproregular-user-cowboy:before{content:"\faa8"}.faproregular-user-crown:before{content:"\faa9"}.faproregular-user-dashed:before{content:"\faaa"}.faproregular-user-doctor-hair-long:before{content:"\faab"}.faproregular-user-doctor-hair-mullet:before{content:"\faac"}.faproregular-user-doctor-hair:before{content:"\faad"}.faproregular-user-doctor-message:before{content:"\faae"}.faproregular-user-doctor:before{content:"\faaf"}.faproregular-user-edit:before{content:"\fab0"}.faproregular-user-friends:before{content:"\fab1"}.faproregular-user-gear:before{content:"\fab2"}.faproregular-user-graduate:before{content:"\fab3"}.faproregular-user-group-crown:before{content:"\fab4"}.faproregular-user-group-simple:before{content:"\fab5"}.faproregular-user-group:before{content:"\fab6"}.faproregular-user-hair-buns:before{content:"\fab7"}.faproregular-user-hair-long:before{content:"\fab8"}.faproregular-user-hair-mullet:before{content:"\fab9"}.faproregular-user-hair:before{content:"\faba"}.faproregular-user-hard-hat:before{content:"\fabb"}.faproregular-user-hat-tie-magnifying-glass:before{content:"\fabc"}.faproregular-user-hat-tie:before{content:"\fabd"}.faproregular-user-headset:before{content:"\fabe"}.faproregular-user-helmet-safety:before{content:"\fabf"}.faproregular-user-hoodie:before{content:"\fac0"}.faproregular-user-injured:before{content:"\fac1"}.faproregular-user-key:before{content:"\fac2"}.faproregular-user-large-slash:before{content:"\fac3"}.faproregular-user-large:before{content:"\fac4"}.faproregular-user-lock:before{content:"\fac5"}.faproregular-user-magnifying-glass:before{content:"\fac6"}.faproregular-user-md-chat:before{content:"\fac7"}.faproregular-user-md:before{content:"\fac8"}.faproregular-user-message:before{content:"\fac9"}.faproregular-user-microphone:before{content:"\faca"}.faproregular-user-minus:before{content:"\facb"}.faproregular-user-music:before{content:"\facc"}.faproregular-user-ninja:before{content:"\facd"}.faproregular-user-nurse-hair-long:before{content:"\face"}.faproregular-user-nurse-hair:before{content:"\facf"}.faproregular-user-nurse:before{content:"\fad0"}.faproregular-user-pen:before{content:"\fad1"}.faproregular-user-pilot-hair-long:before{content:"\fad2"}.faproregular-user-pilot-tie-hair-long:before{content:"\fad3"}.faproregular-user-pilot-tie:before{content:"\fad4"}.faproregular-user-pilot:before{content:"\fad5"}.faproregular-user-plus:before{content:"\fad6"}.faproregular-user-police-hair-long:before{content:"\fad7"}.faproregular-user-police-tie-hair-long:before{content:"\fad8"}.faproregular-user-police-tie:before{content:"\fad9"}.faproregular-user-police:before{content:"\fada"}.faproregular-user-question:before{content:"\fadb"}.faproregular-user-robot-xmarks:before{content:"\fadc"}.faproregular-user-robot:before{content:"\fadd"}.faproregular-user-secret:before{content:"\fade"}.faproregular-user-shakespeare:before{content:"\fadf"}.faproregular-user-shield:before{content:"\fae0"}.faproregular-user-sith:before{content:"\fae1"}.faproregular-user-slash:before{content:"\fae2"}.faproregular-user-tag:before{content:"\fae3"}.faproregular-user-tie-hair-long:before{content:"\fae4"}.faproregular-user-tie-hair-mullet:before{content:"\fae5"}.faproregular-user-tie-hair:before{content:"\fae6"}.faproregular-user-tie:before{content:"\fae7"}.faproregular-user-times:before{content:"\fae8"}.faproregular-user-unlock:before{content:"\fae9"}.faproregular-user-viewfinder:before{content:"\faea"}.faproregular-user-visor:before{content:"\faeb"}.faproregular-user-vneck-hair-long:before{content:"\faec"}.faproregular-user-vneck-hair-mullet:before{content:"\faed"}.faproregular-user-vneck-hair:before{content:"\faee"}.faproregular-user-vneck:before{content:"\faef"}.faproregular-user-xmark:before{content:"\faf0"}.faproregular-user:before{content:"\faf1"}.faproregular-users-between-lines:before{content:"\faf2"}.faproregular-users-class:before{content:"\faf3"}.faproregular-users-cog:before{content:"\faf4"}.faproregular-users-crown:before{content:"\faf5"}.faproregular-users-gear:before{content:"\faf6"}.faproregular-users-line:before{content:"\faf7"}.faproregular-users-medical:before{content:"\faf8"}.faproregular-users-rays:before{content:"\faf9"}.faproregular-users-rectangle:before{content:"\fafa"}.faproregular-users-slash:before{content:"\fafb"}.faproregular-users-viewfinder:before{content:"\fafc"}.faproregular-users:before{content:"\fafd"}.faproregular-utensil-fork:before{content:"\fafe"}.faproregular-utensil-knife:before{content:"\faff"}.faproregular-utensil-spoon:before{content:"\fb00"}.faproregular-utensils-alt:before{content:"\fb01"}.faproregular-utensils-slash:before{content:"\fb02"}.faproregular-utensils:before{content:"\fb03"}.faproregular-utility-can:before{content:"\fb04"}.faproregular-utility-pole-double:before{content:"\fb05"}.faproregular-utility-pole:before{content:"\fb06"}.faproregular-v:before{content:"\fb07"}.faproregular-vacuum-robot:before{content:"\fb08"}.faproregular-vacuum:before{content:"\fb09"}.faproregular-value-absolute:before{content:"\fb0a"}.faproregular-van-shuttle:before{content:"\fb0b"}.faproregular-van:before{content:"\fb0c"}.faproregular-vault:before{content:"\fb0d"}.faproregular-vcard:before{content:"\fb0e"}.faproregular-vector-circle:before{content:"\fb0f"}.faproregular-vector-polygon:before{content:"\fb10"}.faproregular-vector-square:before{content:"\fb11"}.faproregular-vent-damper:before{content:"\fb12"}.faproregular-venus-double:before{content:"\fb13"}.faproregular-venus-mars:before{content:"\fb14"}.faproregular-venus:before{content:"\fb15"}.faproregular-vest-patches:before{content:"\fb16"}.faproregular-vest:before{content:"\fb17"}.faproregular-vhs:before{content:"\fb18"}.faproregular-vial-circle-check:before{content:"\fb19"}.faproregular-vial-vertical:before{content:"\fb1a"}.faproregular-vial-virus:before{content:"\fb1b"}.faproregular-vial:before{content:"\fb1c"}.faproregular-vials:before{content:"\fb1d"}.faproregular-video-arrow-down-left:before{content:"\fb1e"}.faproregular-video-arrow-up-right:before{content:"\fb1f"}.faproregular-video-camera:before{content:"\fb20"}.faproregular-video-circle:before{content:"\fb21"}.faproregular-video-down-to-line:before{content:"\fb22"}.faproregular-video-handheld:before{content:"\fb23"}.faproregular-video-plus:before{content:"\fb24"}.faproregular-video-question:before{content:"\fb25"}.faproregular-video-slash:before{content:"\fb26"}.faproregular-video:before{content:"\fb27"}.faproregular-vihara:before{content:"\fb28"}.faproregular-violin:before{content:"\fb29"}.faproregular-virgo:before{content:"\fb2a"}.faproregular-virus-covid-slash:before{content:"\fb2b"}.faproregular-virus-covid:before{content:"\fb2c"}.faproregular-virus-slash:before{content:"\fb2d"}.faproregular-virus:before{content:"\fb2e"}.faproregular-viruses:before{content:"\fb2f"}.faproregular-voicemail:before{content:"\fb30"}.faproregular-volcano:before{content:"\fb31"}.faproregular-volleyball-ball:before{content:"\fb32"}.faproregular-volleyball:before{content:"\fb33"}.faproregular-volume-control-phone:before{content:"\fb34"}.faproregular-volume-down:before{content:"\fb35"}.faproregular-volume-high:before{content:"\fb36"}.faproregular-volume-low:before{content:"\fb37"}.faproregular-volume-medium:before{content:"\fb38"}.faproregular-volume-mute:before{content:"\fb39"}.faproregular-volume-off:before{content:"\fb3a"}.faproregular-volume-slash:before{content:"\fb3b"}.faproregular-volume-times:before{content:"\fb3c"}.faproregular-volume-up:before{content:"\fb3d"}.faproregular-volume-xmark:before{content:"\fb3e"}.faproregular-volume:before{content:"\fb3f"}.faproregular-vote-nay:before{content:"\fb40"}.faproregular-vote-yea:before{content:"\fb41"}.faproregular-vr-cardboard:before{content:"\fb42"}.faproregular-w:before{content:"\fb43"}.faproregular-waffle:before{content:"\fb44"}.faproregular-wagon-covered:before{content:"\fb45"}.faproregular-walker:before{content:"\fb46"}.faproregular-walkie-talkie:before{content:"\fb47"}.faproregular-walking:before{content:"\fb48"}.faproregular-wall-brick:before{content:"\fb49"}.faproregular-wallet:before{content:"\fb4a"}.faproregular-wand-magic-sparkles:before{content:"\fb4b"}.faproregular-wand-magic:before{content:"\fb4c"}.faproregular-wand-sparkles:before{content:"\fb4d"}.faproregular-wand:before{content:"\fb4e"}.faproregular-wardrobe:before{content:"\fb4f"}.faproregular-warehouse-alt:before{content:"\fb50"}.faproregular-warehouse-full:before{content:"\fb51"}.faproregular-warehouse:before{content:"\fb52"}.faproregular-warning:before{content:"\fb53"}.faproregular-washer:before{content:"\fb54"}.faproregular-washing-machine:before{content:"\fb55"}.faproregular-watch-apple:before{content:"\fb56"}.faproregular-watch-calculator:before{content:"\fb57"}.faproregular-watch-fitness:before{content:"\fb58"}.faproregular-watch-smart:before{content:"\fb59"}.faproregular-watch:before{content:"\fb5a"}.faproregular-water-arrow-down:before{content:"\fb5b"}.faproregular-water-arrow-up:before{content:"\fb5c"}.faproregular-water-ladder:before{content:"\fb5d"}.faproregular-water-lower:before{content:"\fb5e"}.faproregular-water-rise:before{content:"\fb5f"}.faproregular-water-temp:before{content:"\fb60"}.faproregular-water-temperature:before{content:"\fb61"}.faproregular-water:before{content:"\fb62"}.faproregular-watermelon-slice:before{content:"\fb63"}.faproregular-wave-pulse:before{content:"\fb64"}.faproregular-wave-sine:before{content:"\fb65"}.faproregular-wave-square:before{content:"\fb66"}.faproregular-wave-triangle:before{content:"\fb67"}.faproregular-wave:before{content:"\fb68"}.faproregular-waveform-circle:before{content:"\fb69"}.faproregular-waveform-lines:before{content:"\fb6a"}.faproregular-waveform-path:before{content:"\fb6b"}.faproregular-waveform:before{content:"\fb6c"}.faproregular-waves-sine:before{content:"\fb6d"}.faproregular-web-awesome:before{content:"\fb6e"}.faproregular-webcam-slash:before{content:"\fb6f"}.faproregular-webcam:before{content:"\fb70"}.faproregular-webhook:before{content:"\fb71"}.faproregular-weight-hanging:before{content:"\fb72"}.faproregular-weight-scale:before{content:"\fb73"}.faproregular-weight:before{content:"\fb74"}.faproregular-whale:before{content:"\fb75"}.faproregular-wheat-alt:before{content:"\fb76"}.faproregular-wheat-awn-circle-exclamation:before{content:"\fb77"}.faproregular-wheat-awn-slash:before{content:"\fb78"}.faproregular-wheat-awn:before{content:"\fb79"}.faproregular-wheat-slash:before{content:"\fb7a"}.faproregular-wheat:before{content:"\fb7b"}.faproregular-wheelchair-alt:before{content:"\fb7c"}.faproregular-wheelchair-move:before{content:"\fb7d"}.faproregular-wheelchair:before{content:"\fb7e"}.faproregular-whiskey-glass-ice:before{content:"\fb7f"}.faproregular-whiskey-glass:before{content:"\fb80"}.faproregular-whistle:before{content:"\fb81"}.faproregular-wifi-1:before{content:"\fb82"}.faproregular-wifi-2:before{content:"\fb83"}.faproregular-wifi-3:before{content:"\fb84"}.faproregular-wifi-exclamation:before{content:"\fb85"}.faproregular-wifi-fair:before{content:"\fb86"}.faproregular-wifi-slash:before{content:"\fb87"}.faproregular-wifi-strong:before{content:"\fb88"}.faproregular-wifi-weak:before{content:"\fb89"}.faproregular-wifi:before{content:"\fb8a"}.faproregular-wind-circle-exclamation:before{content:"\fb8b"}.faproregular-wind-turbine:before{content:"\fb8c"}.faproregular-wind-warning:before{content:"\fb8d"}.faproregular-wind:before{content:"\fb8e"}.faproregular-window-alt:before{content:"\fb8f"}.faproregular-window-close:before{content:"\fb90"}.faproregular-window-flip:before{content:"\fb91"}.faproregular-window-frame-open:before{content:"\fb92"}.faproregular-window-frame:before{content:"\fb93"}.faproregular-window-maximize:before{content:"\fb94"}.faproregular-window-minimize:before{content:"\fb95"}.faproregular-window-restore:before{content:"\fb96"}.faproregular-window:before{content:"\fb97"}.faproregular-windsock:before{content:"\fb98"}.faproregular-wine-bottle:before{content:"\fb99"}.faproregular-wine-glass-alt:before{content:"\fb9a"}.faproregular-wine-glass-crack:before{content:"\fb9b"}.faproregular-wine-glass-empty:before{content:"\fb9c"}.faproregular-wine-glass:before{content:"\fb9d"}.faproregular-wireless:before{content:"\fb9e"}.faproregular-won-sign:before{content:"\fb9f"}.faproregular-won:before{content:"\fba0"}.faproregular-worm:before{content:"\fba1"}.faproregular-wreath-laurel:before{content:"\fba2"}.faproregular-wreath:before{content:"\fba3"}.faproregular-wrench-simple:before{content:"\fba4"}.faproregular-wrench:before{content:"\fba5"}.faproregular-x-ray:before{content:"\fba6"}.faproregular-x:before{content:"\fba7"}.faproregular-xmark-circle:before{content:"\fba8"}.faproregular-xmark-hexagon:before{content:"\fba9"}.faproregular-xmark-large:before{content:"\fbaa"}.faproregular-xmark-octagon:before{content:"\fbab"}.faproregular-xmark-square:before{content:"\fbac"}.faproregular-xmark-to-slot:before{content:"\fbad"}.faproregular-xmark:before{content:"\fbae"}.faproregular-xmarks-lines:before{content:"\fbaf"}.faproregular-y:before{content:"\fbb0"}.faproregular-yen-sign:before{content:"\fbb1"}.faproregular-yen:before{content:"\fbb2"}.faproregular-yin-yang:before{content:"\fbb3"}.faproregular-z:before{content:"\fbb4"}.faproregular-zap:before{content:"\fbb5"}.faproregular-zzz:before{content:"\fbb6"}
@font-face{font-display:swap;font-family:'fa-solid';src:url(/media/com_sppagebuilder/assets/iconfont/fa-solid/fonts/fa-solid.eot?hwumvz=);src:url(/media/com_sppagebuilder/assets/iconfont/fa-solid/fonts/fa-solid.eot?hwumvz=#iefix) format('embedded-opentype'),url(/media/com_sppagebuilder/assets/iconfont/fa-solid/fonts/fa-solid.ttf?hwumvz=) format('truetype'),url(/media/com_sppagebuilder/assets/iconfont/fa-solid/fonts/fa-solid.woff?hwumvz=) format('woff'),url(/media/com_sppagebuilder/assets/iconfont/fa-solid/fonts/fa-solid.svg?hwumvz=#fa-solid) format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="faprosolid-"],[class*=" faprosolid-"]{font-family:'fa-solid' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.faprosolid-0:before{content:"\e900"}.faprosolid-00:before{content:"\e901"}.faprosolid-1:before{content:"\e902"}.faprosolid-2:before{content:"\e903"}.faprosolid-3:before{content:"\e904"}.faprosolid-4:before{content:"\e905"}.faprosolid-5:before{content:"\e906"}.faprosolid-6:before{content:"\e907"}.faprosolid-7:before{content:"\e908"}.faprosolid-8:before{content:"\e909"}.faprosolid-9:before{content:"\e90a"}.faprosolid-100:before{content:"\e90b"}.faprosolid-degrees:before{content:"\e90c"}.faprosolid-a:before{content:"\e90d"}.faprosolid-abacus:before{content:"\e90e"}.faprosolid-accent-grave:before{content:"\e90f"}.faprosolid-acorn:before{content:"\e910"}.faprosolid-ad:before{content:"\e911"}.faprosolid-add:before{content:"\e912"}.faprosolid-address-book:before{content:"\e913"}.faprosolid-address-card:before{content:"\e914"}.faprosolid-adjust:before{content:"\e915"}.faprosolid-aeropress:before{content:"\e916"}.faprosolid-air-conditioner:before{content:"\e917"}.faprosolid-air-freshener:before{content:"\e918"}.faprosolid-airplay-audio:before{content:"\e919"}.faprosolid-airplay:before{content:"\e91a"}.faprosolid-alarm-clock:before{content:"\e91b"}.faprosolid-alarm-exclamation:before{content:"\e91c"}.faprosolid-alarm-minus:before{content:"\e91d"}.faprosolid-alarm-plus:before{content:"\e91e"}.faprosolid-alarm-snooze:before{content:"\e91f"}.faprosolid-album-circle-plus:before{content:"\e920"}.faprosolid-album-circle-user:before{content:"\e921"}.faprosolid-album-collection-circle-plus:before{content:"\e922"}.faprosolid-album-collection-circle-user:before{content:"\e923"}.faprosolid-album-collection:before{content:"\e924"}.faprosolid-album:before{content:"\e925"}.faprosolid-alicorn:before{content:"\e926"}.faprosolid-alien-8bit:before{content:"\e927"}.faprosolid-alien-monster:before{content:"\e928"}.faprosolid-alien:before{content:"\e929"}.faprosolid-align-center:before{content:"\e92a"}.faprosolid-align-justify:before{content:"\e92b"}.faprosolid-align-left:before{content:"\e92c"}.faprosolid-align-right:before{content:"\e92d"}.faprosolid-align-slash:before{content:"\e92e"}.faprosolid-allergies:before{content:"\e92f"}.faprosolid-almost-equal-to:before{content:"\e930"}.faprosolid-alt:before{content:"\e931"}.faprosolid-ambulance:before{content:"\e932"}.faprosolid-american-sign-language-interpreting:before{content:"\e933"}.faprosolid-amp-guitar:before{content:"\e934"}.faprosolid-ampersand:before{content:"\e935"}.faprosolid-analytics:before{content:"\e936"}.faprosolid-anchor-circle-check:before{content:"\e937"}.faprosolid-anchor-circle-exclamation:before{content:"\e938"}.faprosolid-anchor-circle-xmark:before{content:"\e939"}.faprosolid-anchor-lock:before{content:"\e93a"}.faprosolid-anchor:before{content:"\e93b"}.faprosolid-angel:before{content:"\e93c"}.faprosolid-angle-90:before{content:"\e93d"}.faprosolid-angle-double-down:before{content:"\e93e"}.faprosolid-angle-double-left:before{content:"\e93f"}.faprosolid-angle-double-right:before{content:"\e940"}.faprosolid-angle-double-up:before{content:"\e941"}.faprosolid-angle-down:before{content:"\e942"}.faprosolid-angle-left:before{content:"\e943"}.faprosolid-angle-right:before{content:"\e944"}.faprosolid-angle-up:before{content:"\e945"}.faprosolid-angle:before{content:"\e946"}.faprosolid-angles-down:before{content:"\e947"}.faprosolid-angles-left:before{content:"\e948"}.faprosolid-angles-right:before{content:"\e949"}.faprosolid-angles-up-down:before{content:"\e94a"}.faprosolid-angles-up:before{content:"\e94b"}.faprosolid-angry:before{content:"\e94c"}.faprosolid-ankh:before{content:"\e94d"}.faprosolid-ant:before{content:"\e94e"}.faprosolid-apartment:before{content:"\e94f"}.faprosolid-aperture:before{content:"\e950"}.faprosolid-apostrophe:before{content:"\e951"}.faprosolid-apple-alt:before{content:"\e952"}.faprosolid-apple-core:before{content:"\e953"}.faprosolid-apple-crate:before{content:"\e954"}.faprosolid-apple-whole:before{content:"\e955"}.faprosolid-aquarius:before{content:"\e956"}.faprosolid-archive:before{content:"\e957"}.faprosolid-archway:before{content:"\e958"}.faprosolid-area-chart:before{content:"\e959"}.faprosolid-aries:before{content:"\e95a"}.faprosolid-arrow-alt-circle-down:before{content:"\e95b"}.faprosolid-arrow-alt-circle-left:before{content:"\e95c"}.faprosolid-arrow-alt-circle-right:before{content:"\e95d"}.faprosolid-arrow-alt-circle-up:before{content:"\e95e"}.faprosolid-arrow-alt-down:before{content:"\e95f"}.faprosolid-arrow-alt-from-bottom:before{content:"\e960"}.faprosolid-arrow-alt-from-left:before{content:"\e961"}.faprosolid-arrow-alt-from-right:before{content:"\e962"}.faprosolid-arrow-alt-from-top:before{content:"\e963"}.faprosolid-arrow-alt-left:before{content:"\e964"}.faprosolid-arrow-alt-right:before{content:"\e965"}.faprosolid-arrow-alt-square-down:before{content:"\e966"}.faprosolid-arrow-alt-square-left:before{content:"\e967"}.faprosolid-arrow-alt-square-right:before{content:"\e968"}.faprosolid-arrow-alt-square-up:before{content:"\e969"}.faprosolid-arrow-alt-to-bottom:before{content:"\e96a"}.faprosolid-arrow-alt-to-left:before{content:"\e96b"}.faprosolid-arrow-alt-to-right:before{content:"\e96c"}.faprosolid-arrow-alt-to-top:before{content:"\e96d"}.faprosolid-arrow-alt-up:before{content:"\e96e"}.faprosolid-arrow-archery:before{content:"\e96f"}.faprosolid-arrow-circle-down:before{content:"\e970"}.faprosolid-arrow-circle-left:before{content:"\e971"}.faprosolid-arrow-circle-right:before{content:"\e972"}.faprosolid-arrow-circle-up:before{content:"\e973"}.faprosolid-arrow-down-1-9:before{content:"\e974"}.faprosolid-arrow-down-9-1:before{content:"\e975"}.faprosolid-arrow-down-a-z:before{content:"\e976"}.faprosolid-arrow-down-arrow-up:before{content:"\e977"}.faprosolid-arrow-down-big-small:before{content:"\e978"}.faprosolid-arrow-down-from-arc:before{content:"\e979"}.faprosolid-arrow-down-from-bracket:before{content:"\e97a"}.faprosolid-arrow-down-from-dotted-line:before{content:"\e97b"}.faprosolid-arrow-down-from-line:before{content:"\e97c"}.faprosolid-arrow-down-left-and-arrow-up-right-to-center:before{content:"\e97d"}.faprosolid-arrow-down-left:before{content:"\e97e"}.faprosolid-arrow-down-long-to-line:before{content:"\e97f"}.faprosolid-arrow-down-long:before{content:"\e980"}.faprosolid-arrow-down-right:before{content:"\e981"}.faprosolid-arrow-down-short-wide:before{content:"\e982"}.faprosolid-arrow-down-small-big:before{content:"\e983"}.faprosolid-arrow-down-square-triangle:before{content:"\e984"}.faprosolid-arrow-down-to-arc:before{content:"\e985"}.faprosolid-arrow-down-to-bracket:before{content:"\e986"}.faprosolid-arrow-down-to-dotted-line:before{content:"\e987"}.faprosolid-arrow-down-to-line:before{content:"\e988"}.faprosolid-arrow-down-to-square:before{content:"\e989"}.faprosolid-arrow-down-triangle-square:before{content:"\e98a"}.faprosolid-arrow-down-up-across-line:before{content:"\e98b"}.faprosolid-arrow-down-up-lock:before{content:"\e98c"}.faprosolid-arrow-down-wide-short:before{content:"\e98d"}.faprosolid-arrow-down-z-a:before{content:"\e98e"}.faprosolid-arrow-down:before{content:"\e98f"}.faprosolid-arrow-from-bottom:before{content:"\e990"}.faprosolid-arrow-from-left:before{content:"\e991"}.faprosolid-arrow-from-right:before{content:"\e992"}.faprosolid-arrow-from-top:before{content:"\e993"}.faprosolid-arrow-left-arrow-right:before{content:"\e994"}.faprosolid-arrow-left-from-arc:before{content:"\e995"}.faprosolid-arrow-left-from-bracket:before{content:"\e996"}.faprosolid-arrow-left-from-dotted-line:before{content:"\e997"}.faprosolid-arrow-left-from-line:before{content:"\e998"}.faprosolid-arrow-left-long-to-line:before{content:"\e999"}.faprosolid-arrow-left-long:before{content:"\e99a"}.faprosolid-arrow-left-rotate:before{content:"\e99b"}.faprosolid-arrow-left-to-arc:before{content:"\e99c"}.faprosolid-arrow-left-to-bracket:before{content:"\e99d"}.faprosolid-arrow-left-to-dotted-line:before{content:"\e99e"}.faprosolid-arrow-left-to-line:before{content:"\e99f"}.faprosolid-arrow-left:before{content:"\e9a0"}.faprosolid-arrow-pointer:before{content:"\e9a1"}.faprosolid-arrow-progress:before{content:"\e9a2"}.faprosolid-arrow-right-arrow-left:before{content:"\e9a3"}.faprosolid-arrow-right-from-arc:before{content:"\e9a4"}.faprosolid-arrow-right-from-bracket:before{content:"\e9a5"}.faprosolid-arrow-right-from-dotted-line:before{content:"\e9a6"}.faprosolid-arrow-right-from-file:before{content:"\e9a7"}.faprosolid-arrow-right-from-line:before{content:"\e9a8"}.faprosolid-arrow-right-long-to-line:before{content:"\e9a9"}.faprosolid-arrow-right-long:before{content:"\e9aa"}.faprosolid-arrow-right-rotate:before{content:"\e9ab"}.faprosolid-arrow-right-to-arc:before{content:"\e9ac"}.faprosolid-arrow-right-to-bracket:before{content:"\e9ad"}.faprosolid-arrow-right-to-city:before{content:"\e9ae"}.faprosolid-arrow-right-to-dotted-line:before{content:"\e9af"}.faprosolid-arrow-right-to-file:before{content:"\e9b0"}.faprosolid-arrow-right-to-line:before{content:"\e9b1"}.faprosolid-arrow-right:before{content:"\e9b2"}.faprosolid-arrow-rotate-back:before{content:"\e9b3"}.faprosolid-arrow-rotate-backward:before{content:"\e9b4"}.faprosolid-arrow-rotate-forward:before{content:"\e9b5"}.faprosolid-arrow-rotate-left-10:before{content:"\e9b6"}.faprosolid-arrow-rotate-left-15:before{content:"\e9b7"}.faprosolid-arrow-rotate-left-30:before{content:"\e9b8"}.faprosolid-arrow-rotate-left:before{content:"\e9b9"}.faprosolid-arrow-rotate-right-10:before{content:"\e9ba"}.faprosolid-arrow-rotate-right-15:before{content:"\e9bb"}.faprosolid-arrow-rotate-right-30:before{content:"\e9bc"}.faprosolid-arrow-rotate-right:before{content:"\e9bd"}.faprosolid-arrow-square-down:before{content:"\e9be"}.faprosolid-arrow-square-left:before{content:"\e9bf"}.faprosolid-arrow-square-right:before{content:"\e9c0"}.faprosolid-arrow-square-up:before{content:"\e9c1"}.faprosolid-arrow-to-bottom:before{content:"\e9c2"}.faprosolid-arrow-to-left:before{content:"\e9c3"}.faprosolid-arrow-to-right:before{content:"\e9c4"}.faprosolid-arrow-to-top:before{content:"\e9c5"}.faprosolid-arrow-trend-down:before{content:"\e9c6"}.faprosolid-arrow-trend-up:before{content:"\e9c7"}.faprosolid-arrow-turn-down-left:before{content:"\e9c8"}.faprosolid-arrow-turn-down-right:before{content:"\e9c9"}.faprosolid-arrow-turn-down:before{content:"\e9ca"}.faprosolid-arrow-turn-left-down:before{content:"\e9cb"}.faprosolid-arrow-turn-left-up:before{content:"\e9cc"}.faprosolid-arrow-turn-left:before{content:"\e9cd"}.faprosolid-arrow-turn-right:before{content:"\e9ce"}.faprosolid-arrow-turn-up:before{content:"\e9cf"}.faprosolid-arrow-u-turn-down-left:before{content:"\e9d0"}.faprosolid-arrow-u-turn-down-right:before{content:"\e9d1"}.faprosolid-arrow-u-turn-left-down:before{content:"\e9d2"}.faprosolid-arrow-u-turn-left-up:before{content:"\e9d3"}.faprosolid-arrow-u-turn-right-down:before{content:"\e9d4"}.faprosolid-arrow-u-turn-right-up:before{content:"\e9d5"}.faprosolid-arrow-u-turn-up-left:before{content:"\e9d6"}.faprosolid-arrow-u-turn-up-right:before{content:"\e9d7"}.faprosolid-arrow-up-1-9:before{content:"\e9d8"}.faprosolid-arrow-up-9-1:before{content:"\e9d9"}.faprosolid-arrow-up-a-z:before{content:"\e9da"}.faprosolid-arrow-up-arrow-down:before{content:"\e9db"}.faprosolid-arrow-up-big-small:before{content:"\e9dc"}.faprosolid-arrow-up-from-arc:before{content:"\e9dd"}.faprosolid-arrow-up-from-bracket:before{content:"\e9de"}.faprosolid-arrow-up-from-dotted-line:before{content:"\e9df"}.faprosolid-arrow-up-from-ground-water:before{content:"\e9e0"}.faprosolid-arrow-up-from-line:before{content:"\e9e1"}.faprosolid-arrow-up-from-square:before{content:"\e9e2"}.faprosolid-arrow-up-from-water-pump:before{content:"\e9e3"}.faprosolid-arrow-up-left-from-circle:before{content:"\e9e4"}.faprosolid-arrow-up-left:before{content:"\e9e5"}.faprosolid-arrow-up-long-to-line:before{content:"\e9e6"}.faprosolid-arrow-up-long:before{content:"\e9e7"}.faprosolid-arrow-up-right-and-arrow-down-left-from-center:before{content:"\e9e8"}.faprosolid-arrow-up-right-dots:before{content:"\e9e9"}.faprosolid-arrow-up-right-from-square:before{content:"\e9ea"}.faprosolid-arrow-up-right:before{content:"\e9eb"}.faprosolid-arrow-up-short-wide:before{content:"\e9ec"}.faprosolid-arrow-up-small-big:before{content:"\e9ed"}.faprosolid-arrow-up-square-triangle:before{content:"\e9ee"}.faprosolid-arrow-up-to-arc:before{content:"\e9ef"}.faprosolid-arrow-up-to-bracket:before{content:"\e9f0"}.faprosolid-arrow-up-to-dotted-line:before{content:"\e9f1"}.faprosolid-arrow-up-to-line:before{content:"\e9f2"}.faprosolid-arrow-up-triangle-square:before{content:"\e9f3"}.faprosolid-arrow-up-wide-short:before{content:"\e9f4"}.faprosolid-arrow-up-z-a:before{content:"\e9f5"}.faprosolid-arrow-up:before{content:"\e9f6"}.faprosolid-arrows-alt-h:before{content:"\e9f7"}.faprosolid-arrows-alt-v:before{content:"\e9f8"}.faprosolid-arrows-alt:before{content:"\e9f9"}.faprosolid-arrows-cross:before{content:"\e9fa"}.faprosolid-arrows-down-to-line:before{content:"\e9fb"}.faprosolid-arrows-down-to-people:before{content:"\e9fc"}.faprosolid-arrows-from-dotted-line:before{content:"\e9fd"}.faprosolid-arrows-from-line:before{content:"\e9fe"}.faprosolid-arrows-h:before{content:"\e9ff"}.faprosolid-arrows-left-right-to-line:before{content:"\ea00"}.faprosolid-arrows-left-right:before{content:"\ea01"}.faprosolid-arrows-maximize:before{content:"\ea02"}.faprosolid-arrows-minimize:before{content:"\ea03"}.faprosolid-arrows-repeat-1:before{content:"\ea04"}.faprosolid-arrows-repeat:before{content:"\ea05"}.faprosolid-arrows-retweet:before{content:"\ea06"}.faprosolid-arrows-rotate-reverse:before{content:"\ea07"}.faprosolid-arrows-rotate:before{content:"\ea08"}.faprosolid-arrows-spin:before{content:"\ea09"}.faprosolid-arrows-split-up-and-left:before{content:"\ea0a"}.faprosolid-arrows-to-circle:before{content:"\ea0b"}.faprosolid-arrows-to-dot:before{content:"\ea0c"}.faprosolid-arrows-to-dotted-line:before{content:"\ea0d"}.faprosolid-arrows-to-eye:before{content:"\ea0e"}.faprosolid-arrows-to-line:before{content:"\ea0f"}.faprosolid-arrows-turn-right:before{content:"\ea10"}.faprosolid-arrows-turn-to-dots:before{content:"\ea11"}.faprosolid-arrows-up-down-left-right:before{content:"\ea12"}.faprosolid-arrows-up-down:before{content:"\ea13"}.faprosolid-arrows-up-to-line:before{content:"\ea14"}.faprosolid-arrows-v:before{content:"\ea15"}.faprosolid-arrows:before{content:"\ea16"}.faprosolid-asl-interpreting:before{content:"\ea17"}.faprosolid-assistive-listening-systems:before{content:"\ea18"}.faprosolid-asterisk:before{content:"\ea19"}.faprosolid-at:before{content:"\ea1a"}.faprosolid-atlas:before{content:"\ea1b"}.faprosolid-atom-alt:before{content:"\ea1c"}.faprosolid-atom-simple:before{content:"\ea1d"}.faprosolid-atom:before{content:"\ea1e"}.faprosolid-audio-description-slash:before{content:"\ea1f"}.faprosolid-audio-description:before{content:"\ea20"}.faprosolid-austral-sign:before{content:"\ea21"}.faprosolid-australian-dollar-sign:before{content:"\ea22"}.faprosolid-automobile:before{content:"\ea23"}.faprosolid-avocado:before{content:"\ea24"}.faprosolid-award-simple:before{content:"\ea25"}.faprosolid-award:before{content:"\ea26"}.faprosolid-axe-battle:before{content:"\ea27"}.faprosolid-axe:before{content:"\ea28"}.faprosolid-b:before{content:"\ea29"}.faprosolid-baby-carriage:before{content:"\ea2a"}.faprosolid-baby:before{content:"\ea2b"}.faprosolid-backpack:before{content:"\ea2c"}.faprosolid-backspace:before{content:"\ea2d"}.faprosolid-backward-fast:before{content:"\ea2e"}.faprosolid-backward-step:before{content:"\ea2f"}.faprosolid-backward:before{content:"\ea30"}.faprosolid-bacon:before{content:"\ea31"}.faprosolid-bacteria:before{content:"\ea32"}.faprosolid-bacterium:before{content:"\ea33"}.faprosolid-badge-check:before{content:"\ea34"}.faprosolid-badge-dollar:before{content:"\ea35"}.faprosolid-badge-percent:before{content:"\ea36"}.faprosolid-badge-sheriff:before{content:"\ea37"}.faprosolid-badge:before{content:"\ea38"}.faprosolid-badger-honey:before{content:"\ea39"}.faprosolid-badminton:before{content:"\ea3a"}.faprosolid-bag-seedling:before{content:"\ea3b"}.faprosolid-bag-shopping-minus:before{content:"\ea3c"}.faprosolid-bag-shopping-plus:before{content:"\ea3d"}.faprosolid-bag-shopping:before{content:"\ea3e"}.faprosolid-bagel:before{content:"\ea3f"}.faprosolid-bags-shopping:before{content:"\ea40"}.faprosolid-baguette:before{content:"\ea41"}.faprosolid-bahai:before{content:"\ea42"}.faprosolid-baht-sign:before{content:"\ea43"}.faprosolid-balance-scale-left:before{content:"\ea44"}.faprosolid-balance-scale-right:before{content:"\ea45"}.faprosolid-balance-scale:before{content:"\ea46"}.faprosolid-ball-pile:before{content:"\ea47"}.faprosolid-ball-yarn:before{content:"\ea48"}.faprosolid-balloon:before{content:"\ea49"}.faprosolid-balloons:before{content:"\ea4a"}.faprosolid-ballot-check:before{content:"\ea4b"}.faprosolid-ballot:before{content:"\ea4c"}.faprosolid-ban-bug:before{content:"\ea4d"}.faprosolid-ban-parking:before{content:"\ea4e"}.faprosolid-ban-smoking:before{content:"\ea4f"}.faprosolid-ban:before{content:"\ea50"}.faprosolid-banana:before{content:"\ea51"}.faprosolid-band-aid:before{content:"\ea52"}.faprosolid-bandage:before{content:"\ea53"}.faprosolid-bangladeshi-taka-sign:before{content:"\ea54"}.faprosolid-banjo:before{content:"\ea55"}.faprosolid-bank:before{content:"\ea56"}.faprosolid-bar-chart:before{content:"\ea57"}.faprosolid-bar-progress-empty:before{content:"\ea58"}.faprosolid-bar-progress-full:before{content:"\ea59"}.faprosolid-bar-progress-half:before{content:"\ea5a"}.faprosolid-bar-progress-quarter:before{content:"\ea5b"}.faprosolid-bar-progress-three-quarters:before{content:"\ea5c"}.faprosolid-bar-progress:before{content:"\ea5d"}.faprosolid-barcode-alt:before{content:"\ea5e"}.faprosolid-barcode-read:before{content:"\ea5f"}.faprosolid-barcode-scan:before{content:"\ea60"}.faprosolid-barcode:before{content:"\ea61"}.faprosolid-barn-silo:before{content:"\ea62"}.faprosolid-barn:before{content:"\ea63"}.faprosolid-bars-filter:before{content:"\ea64"}.faprosolid-bars-progress:before{content:"\ea65"}.faprosolid-bars-sort:before{content:"\ea66"}.faprosolid-bars-staggered:before{content:"\ea67"}.faprosolid-bars:before{content:"\ea68"}.faprosolid-baseball-ball:before{content:"\ea69"}.faprosolid-baseball-bat-ball:before{content:"\ea6a"}.faprosolid-baseball-bat:before{content:"\ea6b"}.faprosolid-baseball:before{content:"\ea6c"}.faprosolid-basket-shopping-minus:before{content:"\ea6d"}.faprosolid-basket-shopping-plus:before{content:"\ea6e"}.faprosolid-basket-shopping-simple:before{content:"\ea6f"}.faprosolid-basket-shopping:before{content:"\ea70"}.faprosolid-basketball-ball:before{content:"\ea71"}.faprosolid-basketball-hoop:before{content:"\ea72"}.faprosolid-basketball:before{content:"\ea73"}.faprosolid-bat:before{content:"\ea74"}.faprosolid-bath:before{content:"\ea75"}.faprosolid-bathtub:before{content:"\ea76"}.faprosolid-battery-0:before{content:"\ea77"}.faprosolid-battery-1:before{content:"\ea78"}.faprosolid-battery-2:before{content:"\ea79"}.faprosolid-battery-3:before{content:"\ea7a"}.faprosolid-battery-4:before{content:"\ea7b"}.faprosolid-battery-5:before{content:"\ea7c"}.faprosolid-battery-bolt:before{content:"\ea7d"}.faprosolid-battery-car:before{content:"\ea7e"}.faprosolid-battery-empty:before{content:"\ea7f"}.faprosolid-battery-exclamation:before{content:"\ea80"}.faprosolid-battery-full:before{content:"\ea81"}.faprosolid-battery-half:before{content:"\ea82"}.faprosolid-battery-low:before{content:"\ea83"}.faprosolid-battery-quarter:before{content:"\ea84"}.faprosolid-battery-slash:before{content:"\ea85"}.faprosolid-battery-three-quarters:before{content:"\ea86"}.faprosolid-battery:before{content:"\ea87"}.faprosolid-bed-alt:before{content:"\ea88"}.faprosolid-bed-bunk:before{content:"\ea89"}.faprosolid-bed-empty:before{content:"\ea8a"}.faprosolid-bed-front:before{content:"\ea8b"}.faprosolid-bed-pulse:before{content:"\ea8c"}.faprosolid-bed:before{content:"\ea8d"}.faprosolid-bee:before{content:"\ea8e"}.faprosolid-beer-foam:before{content:"\ea8f"}.faprosolid-beer-mug-empty:before{content:"\ea90"}.faprosolid-beer-mug:before{content:"\ea91"}.faprosolid-beer:before{content:"\ea92"}.faprosolid-bell-concierge:before{content:"\ea93"}.faprosolid-bell-exclamation:before{content:"\ea94"}.faprosolid-bell-on:before{content:"\ea95"}.faprosolid-bell-plus:before{content:"\ea96"}.faprosolid-bell-ring:before{content:"\ea97"}.faprosolid-bell-school-slash:before{content:"\ea98"}.faprosolid-bell-school:before{content:"\ea99"}.faprosolid-bell-slash:before{content:"\ea9a"}.faprosolid-bell:before{content:"\ea9b"}.faprosolid-bells:before{content:"\ea9c"}.faprosolid-bench-tree:before{content:"\ea9d"}.faprosolid-betamax:before{content:"\ea9e"}.faprosolid-bezier-curve:before{content:"\ea9f"}.faprosolid-bible:before{content:"\eaa0"}.faprosolid-bicep:before{content:"\eaa1"}.faprosolid-bicycle:before{content:"\eaa2"}.faprosolid-biking-mountain:before{content:"\eaa3"}.faprosolid-biking:before{content:"\eaa4"}.faprosolid-billboard:before{content:"\eaa5"}.faprosolid-bin-bottles-recycle:before{content:"\eaa6"}.faprosolid-bin-bottles:before{content:"\eaa7"}.faprosolid-bin-recycle:before{content:"\eaa8"}.faprosolid-bin:before{content:"\eaa9"}.faprosolid-binary-circle-check:before{content:"\eaaa"}.faprosolid-binary-lock:before{content:"\eaab"}.faprosolid-binary-slash:before{content:"\eaac"}.faprosolid-binary:before{content:"\eaad"}.faprosolid-binoculars:before{content:"\eaae"}.faprosolid-biohazard:before{content:"\eaaf"}.faprosolid-bird:before{content:"\eab0"}.faprosolid-birthday-cake:before{content:"\eab1"}.faprosolid-bitcoin-sign:before{content:"\eab2"}.faprosolid-blackboard:before{content:"\eab3"}.faprosolid-blanket-fire:before{content:"\eab4"}.faprosolid-blanket:before{content:"\eab5"}.faprosolid-blender-phone:before{content:"\eab6"}.faprosolid-blender:before{content:"\eab7"}.faprosolid-blind:before{content:"\eab8"}.faprosolid-blinds-open:before{content:"\eab9"}.faprosolid-blinds-raised:before{content:"\eaba"}.faprosolid-blinds:before{content:"\eabb"}.faprosolid-block-brick-fire:before{content:"\eabc"}.faprosolid-block-brick:before{content:"\eabd"}.faprosolid-block-question:before{content:"\eabe"}.faprosolid-block-quote:before{content:"\eabf"}.faprosolid-block:before{content:"\eac0"}.faprosolid-blog:before{content:"\eac1"}.faprosolid-blueberries:before{content:"\eac2"}.faprosolid-bluetooth:before{content:"\eac3"}.faprosolid-bold:before{content:"\eac4"}.faprosolid-bolt-auto:before{content:"\eac5"}.faprosolid-bolt-lightning:before{content:"\eac6"}.faprosolid-bolt-slash:before{content:"\eac7"}.faprosolid-bolt:before{content:"\eac8"}.faprosolid-bomb:before{content:"\eac9"}.faprosolid-bone-break:before{content:"\eaca"}.faprosolid-bone:before{content:"\eacb"}.faprosolid-bong:before{content:"\eacc"}.faprosolid-book-alt:before{content:"\eacd"}.faprosolid-book-arrow-right:before{content:"\eace"}.faprosolid-book-arrow-up:before{content:"\eacf"}.faprosolid-book-atlas:before{content:"\ead0"}.faprosolid-book-bible:before{content:"\ead1"}.faprosolid-book-blank:before{content:"\ead2"}.faprosolid-book-bookmark:before{content:"\ead3"}.faprosolid-book-circle-arrow-right:before{content:"\ead4"}.faprosolid-book-circle-arrow-up:before{content:"\ead5"}.faprosolid-book-circle:before{content:"\ead6"}.faprosolid-book-copy:before{content:"\ead7"}.faprosolid-book-dead:before{content:"\ead8"}.faprosolid-book-font:before{content:"\ead9"}.faprosolid-book-heart:before{content:"\eada"}.faprosolid-book-journal-whills:before{content:"\eadb"}.faprosolid-book-law:before{content:"\eadc"}.faprosolid-book-medical:before{content:"\eadd"}.faprosolid-book-open-alt:before{content:"\eade"}.faprosolid-book-open-cover:before{content:"\eadf"}.faprosolid-book-open-lines:before{content:"\eae0"}.faprosolid-book-open-reader:before{content:"\eae1"}.faprosolid-book-open:before{content:"\eae2"}.faprosolid-book-quran:before{content:"\eae3"}.faprosolid-book-reader:before{content:"\eae4"}.faprosolid-book-section:before{content:"\eae5"}.faprosolid-book-skull:before{content:"\eae6"}.faprosolid-book-sparkles:before{content:"\eae7"}.faprosolid-book-spells:before{content:"\eae8"}.faprosolid-book-spine:before{content:"\eae9"}.faprosolid-book-tanakh:before{content:"\eaea"}.faprosolid-book-user:before{content:"\eaeb"}.faprosolid-book:before{content:"\eaec"}.faprosolid-bookmark-circle:before{content:"\eaed"}.faprosolid-bookmark-plus:before{content:"\eaee"}.faprosolid-bookmark-slash:before{content:"\eaef"}.faprosolid-bookmark:before{content:"\eaf0"}.faprosolid-books-medical:before{content:"\eaf1"}.faprosolid-books:before{content:"\eaf2"}.faprosolid-boombox:before{content:"\eaf3"}.faprosolid-boot-heeled:before{content:"\eaf4"}.faprosolid-boot:before{content:"\eaf5"}.faprosolid-booth-curtain:before{content:"\eaf6"}.faprosolid-border-all:before{content:"\eaf7"}.faprosolid-border-bottom-right:before{content:"\eaf8"}.faprosolid-border-bottom:before{content:"\eaf9"}.faprosolid-border-center-h:before{content:"\eafa"}.faprosolid-border-center-v:before{content:"\eafb"}.faprosolid-border-inner:before{content:"\eafc"}.faprosolid-border-left:before{content:"\eafd"}.faprosolid-border-none:before{content:"\eafe"}.faprosolid-border-outer:before{content:"\eaff"}.faprosolid-border-right:before{content:"\eb00"}.faprosolid-border-style-alt:before{content:"\eb01"}.faprosolid-border-style:before{content:"\eb02"}.faprosolid-border-top-left:before{content:"\eb03"}.faprosolid-border-top:before{content:"\eb04"}.faprosolid-bore-hole:before{content:"\eb05"}.faprosolid-bottle-baby:before{content:"\eb06"}.faprosolid-bottle-droplet:before{content:"\eb07"}.faprosolid-bottle-water:before{content:"\eb08"}.faprosolid-bow-archery:before{content:"\eb09"}.faprosolid-bow-arrow:before{content:"\eb0a"}.faprosolid-bowl-chopsticks-noodles:before{content:"\eb0b"}.faprosolid-bowl-chopsticks:before{content:"\eb0c"}.faprosolid-bowl-food:before{content:"\eb0d"}.faprosolid-bowl-hot:before{content:"\eb0e"}.faprosolid-bowl-rice:before{content:"\eb0f"}.faprosolid-bowl-salad:before{content:"\eb10"}.faprosolid-bowl-scoop:before{content:"\eb11"}.faprosolid-bowl-scoops:before{content:"\eb12"}.faprosolid-bowl-shaved-ice:before{content:"\eb13"}.faprosolid-bowl-soft-serve:before{content:"\eb14"}.faprosolid-bowl-spoon:before{content:"\eb15"}.faprosolid-bowling-ball-pin:before{content:"\eb16"}.faprosolid-bowling-ball:before{content:"\eb17"}.faprosolid-bowling-pins:before{content:"\eb18"}.faprosolid-box-alt:before{content:"\eb19"}.faprosolid-box-archive:before{content:"\eb1a"}.faprosolid-box-arrow-down-arrow-up:before{content:"\eb1b"}.faprosolid-box-arrow-down-magnifying-glass:before{content:"\eb1c"}.faprosolid-box-arrow-down:before{content:"\eb1d"}.faprosolid-box-arrow-up:before{content:"\eb1e"}.faprosolid-box-ballot:before{content:"\eb1f"}.faprosolid-box-check:before{content:"\eb20"}.faprosolid-box-circle-check:before{content:"\eb21"}.faprosolid-box-dollar:before{content:"\eb22"}.faprosolid-box-fragile:before{content:"\eb23"}.faprosolid-box-full:before{content:"\eb24"}.faprosolid-box-heart:before{content:"\eb25"}.faprosolid-box-isometric-tape:before{content:"\eb26"}.faprosolid-box-isometric:before{content:"\eb27"}.faprosolid-box-magnifying-glass:before{content:"\eb28"}.faprosolid-box-open-full:before{content:"\eb29"}.faprosolid-box-open:before{content:"\eb2a"}.faprosolid-box-taped:before{content:"\eb2b"}.faprosolid-box-tissue:before{content:"\eb2c"}.faprosolid-box-up:before{content:"\eb2d"}.faprosolid-box-usd:before{content:"\eb2e"}.faprosolid-box:before{content:"\eb2f"}.faprosolid-boxes-alt:before{content:"\eb30"}.faprosolid-boxes-packing:before{content:"\eb31"}.faprosolid-boxes-stacked:before{content:"\eb32"}.faprosolid-boxes:before{content:"\eb33"}.faprosolid-boxing-glove:before{content:"\eb34"}.faprosolid-bra:before{content:"\eb35"}.faprosolid-bracket-curly-left:before{content:"\eb36"}.faprosolid-bracket-curly-right:before{content:"\eb37"}.faprosolid-bracket-curly:before{content:"\eb38"}.faprosolid-bracket-left:before{content:"\eb39"}.faprosolid-bracket-round-right:before{content:"\eb3a"}.faprosolid-bracket-round:before{content:"\eb3b"}.faprosolid-bracket-square-right:before{content:"\eb3c"}.faprosolid-bracket-square:before{content:"\eb3d"}.faprosolid-bracket:before{content:"\eb3e"}.faprosolid-brackets-curly:before{content:"\eb3f"}.faprosolid-brackets-round:before{content:"\eb40"}.faprosolid-brackets-square:before{content:"\eb41"}.faprosolid-brackets:before{content:"\eb42"}.faprosolid-braille:before{content:"\eb43"}.faprosolid-brain-arrow-curved-right:before{content:"\eb44"}.faprosolid-brain-circuit:before{content:"\eb45"}.faprosolid-brain:before{content:"\eb46"}.faprosolid-brake-warning:before{content:"\eb47"}.faprosolid-brazilian-real-sign:before{content:"\eb48"}.faprosolid-bread-loaf:before{content:"\eb49"}.faprosolid-bread-slice-butter:before{content:"\eb4a"}.faprosolid-bread-slice:before{content:"\eb4b"}.faprosolid-bridge-circle-check:before{content:"\eb4c"}.faprosolid-bridge-circle-exclamation:before{content:"\eb4d"}.faprosolid-bridge-circle-xmark:before{content:"\eb4e"}.faprosolid-bridge-lock:before{content:"\eb4f"}.faprosolid-bridge-suspension:before{content:"\eb50"}.faprosolid-bridge-water:before{content:"\eb51"}.faprosolid-bridge:before{content:"\eb52"}.faprosolid-briefcase-arrow-right:before{content:"\eb53"}.faprosolid-briefcase-blank:before{content:"\eb54"}.faprosolid-briefcase-clock:before{content:"\eb55"}.faprosolid-briefcase-medical:before{content:"\eb56"}.faprosolid-briefcase:before{content:"\eb57"}.faprosolid-briefs:before{content:"\eb58"}.faprosolid-brightness-low:before{content:"\eb59"}.faprosolid-brightness:before{content:"\eb5a"}.faprosolid-bring-forward:before{content:"\eb5b"}.faprosolid-bring-front:before{content:"\eb5c"}.faprosolid-broadcast-tower:before{content:"\eb5d"}.faprosolid-broccoli:before{content:"\eb5e"}.faprosolid-broom-ball:before{content:"\eb5f"}.faprosolid-broom-wide:before{content:"\eb60"}.faprosolid-broom:before{content:"\eb61"}.faprosolid-browser:before{content:"\eb62"}.faprosolid-browsers:before{content:"\eb63"}.faprosolid-brush:before{content:"\eb64"}.faprosolid-bucket:before{content:"\eb65"}.faprosolid-bug-slash:before{content:"\eb66"}.faprosolid-bug:before{content:"\eb67"}.faprosolid-bugs:before{content:"\eb68"}.faprosolid-building-circle-arrow-right:before{content:"\eb69"}.faprosolid-building-circle-check:before{content:"\eb6a"}.faprosolid-building-circle-exclamation:before{content:"\eb6b"}.faprosolid-building-circle-xmark:before{content:"\eb6c"}.faprosolid-building-columns:before{content:"\eb6d"}.faprosolid-building-flag:before{content:"\eb6e"}.faprosolid-building-lock:before{content:"\eb6f"}.faprosolid-building-magnifying-glass:before{content:"\eb70"}.faprosolid-building-memo:before{content:"\eb71"}.faprosolid-building-ngo:before{content:"\eb72"}.faprosolid-building-shield:before{content:"\eb73"}.faprosolid-building-un:before{content:"\eb74"}.faprosolid-building-user:before{content:"\eb75"}.faprosolid-building-wheat:before{content:"\eb76"}.faprosolid-building:before{content:"\eb77"}.faprosolid-buildings:before{content:"\eb78"}.faprosolid-bulldozer:before{content:"\eb79"}.faprosolid-bullhorn:before{content:"\eb7a"}.faprosolid-bullseye-arrow:before{content:"\eb7b"}.faprosolid-bullseye-pointer:before{content:"\eb7c"}.faprosolid-bullseye:before{content:"\eb7d"}.faprosolid-buoy-mooring:before{content:"\eb7e"}.faprosolid-buoy:before{content:"\eb7f"}.faprosolid-burger-cheese:before{content:"\eb80"}.faprosolid-burger-fries:before{content:"\eb81"}.faprosolid-burger-glass:before{content:"\eb82"}.faprosolid-burger-lettuce:before{content:"\eb83"}.faprosolid-burger-soda:before{content:"\eb84"}.faprosolid-burger:before{content:"\eb85"}.faprosolid-burn:before{content:"\eb86"}.faprosolid-burrito:before{content:"\eb87"}.faprosolid-burst-new:before{content:"\eb88"}.faprosolid-burst:before{content:"\eb89"}.faprosolid-bus-alt:before{content:"\eb8a"}.faprosolid-bus-school:before{content:"\eb8b"}.faprosolid-bus-side:before{content:"\eb8c"}.faprosolid-bus-simple:before{content:"\eb8d"}.faprosolid-bus-stop:before{content:"\eb8e"}.faprosolid-bus:before{content:"\eb8f"}.faprosolid-business-front:before{content:"\eb90"}.faprosolid-business-time:before{content:"\eb91"}.faprosolid-butter:before{content:"\eb92"}.faprosolid-butterfly:before{content:"\eb93"}.faprosolid-c:before{content:"\eb94"}.faprosolid-cab:before{content:"\eb95"}.faprosolid-cabin:before{content:"\eb96"}.faprosolid-cabinet-filing:before{content:"\eb97"}.faprosolid-cable-car:before{content:"\eb98"}.faprosolid-cactus:before{content:"\eb99"}.faprosolid-caduceus:before{content:"\eb9a"}.faprosolid-cake-candles:before{content:"\eb9b"}.faprosolid-cake-slice:before{content:"\eb9c"}.faprosolid-cake:before{content:"\eb9d"}.faprosolid-calculator-alt:before{content:"\eb9e"}.faprosolid-calculator-simple:before{content:"\eb9f"}.faprosolid-calculator:before{content:"\eba0"}.faprosolid-calendar-alt:before{content:"\eba1"}.faprosolid-calendar-arrow-down:before{content:"\eba2"}.faprosolid-calendar-arrow-up:before{content:"\eba3"}.faprosolid-calendar-check:before{content:"\eba4"}.faprosolid-calendar-circle-exclamation:before{content:"\eba5"}.faprosolid-calendar-circle-minus:before{content:"\eba6"}.faprosolid-calendar-circle-plus:before{content:"\eba7"}.faprosolid-calendar-circle-user:before{content:"\eba8"}.faprosolid-calendar-circle:before{content:"\eba9"}.faprosolid-calendar-clock:before{content:"\ebaa"}.faprosolid-calendar-day:before{content:"\ebab"}.faprosolid-calendar-days:before{content:"\ebac"}.faprosolid-calendar-download:before{content:"\ebad"}.faprosolid-calendar-edit:before{content:"\ebae"}.faprosolid-calendar-exclamation:before{content:"\ebaf"}.faprosolid-calendar-heart:before{content:"\ebb0"}.faprosolid-calendar-image:before{content:"\ebb1"}.faprosolid-calendar-lines-pen:before{content:"\ebb2"}.faprosolid-calendar-lines:before{content:"\ebb3"}.faprosolid-calendar-minus:before{content:"\ebb4"}.faprosolid-calendar-note:before{content:"\ebb5"}.faprosolid-calendar-pen:before{content:"\ebb6"}.faprosolid-calendar-plus:before{content:"\ebb7"}.faprosolid-calendar-range:before{content:"\ebb8"}.faprosolid-calendar-star:before{content:"\ebb9"}.faprosolid-calendar-time:before{content:"\ebba"}.faprosolid-calendar-times:before{content:"\ebbb"}.faprosolid-calendar-upload:before{content:"\ebbc"}.faprosolid-calendar-users:before{content:"\ebbd"}.faprosolid-calendar-week:before{content:"\ebbe"}.faprosolid-calendar-xmark:before{content:"\ebbf"}.faprosolid-calendar:before{content:"\ebc0"}.faprosolid-calendars:before{content:"\ebc1"}.faprosolid-camcorder:before{content:"\ebc2"}.faprosolid-camera-alt:before{content:"\ebc3"}.faprosolid-camera-cctv:before{content:"\ebc4"}.faprosolid-camera-circle-ellipsis:before{content:"\ebc5"}.faprosolid-camera-circle:before{content:"\ebc6"}.faprosolid-camera-clock:before{content:"\ebc7"}.faprosolid-camera-home:before{content:"\ebc8"}.faprosolid-camera-movie:before{content:"\ebc9"}.faprosolid-camera-polaroid:before{content:"\ebca"}.faprosolid-camera-retro:before{content:"\ebcb"}.faprosolid-camera-rotate:before{content:"\ebcc"}.faprosolid-camera-security:before{content:"\ebcd"}.faprosolid-camera-shutter:before{content:"\ebce"}.faprosolid-camera-slash:before{content:"\ebcf"}.faprosolid-camera-viewfinder:before{content:"\ebd0"}.faprosolid-camera-web-slash:before{content:"\ebd1"}.faprosolid-camera-web:before{content:"\ebd2"}.faprosolid-camera:before{content:"\ebd3"}.faprosolid-campfire:before{content:"\ebd4"}.faprosolid-campground:before{content:"\ebd5"}.faprosolid-can-food:before{content:"\ebd6"}.faprosolid-cancel:before{content:"\ebd7"}.faprosolid-cancer:before{content:"\ebd8"}.faprosolid-candle-holder:before{content:"\ebd9"}.faprosolid-candy-bar:before{content:"\ebda"}.faprosolid-candy-cane:before{content:"\ebdb"}.faprosolid-candy-corn:before{content:"\ebdc"}.faprosolid-candy:before{content:"\ebdd"}.faprosolid-cannabis:before{content:"\ebde"}.faprosolid-cannon:before{content:"\ebdf"}.faprosolid-canoe-person:before{content:"\ebe0"}.faprosolid-capricorn:before{content:"\ebe1"}.faprosolid-capsule:before{content:"\ebe2"}.faprosolid-capsules:before{content:"\ebe3"}.faprosolid-car-alt:before{content:"\ebe4"}.faprosolid-car-battery:before{content:"\ebe5"}.faprosolid-car-bolt:before{content:"\ebe6"}.faprosolid-car-building:before{content:"\ebe7"}.faprosolid-car-bump:before{content:"\ebe8"}.faprosolid-car-burst:before{content:"\ebe9"}.faprosolid-car-bus:before{content:"\ebea"}.faprosolid-car-circle-bolt:before{content:"\ebeb"}.faprosolid-car-crash:before{content:"\ebec"}.faprosolid-car-garage:before{content:"\ebed"}.faprosolid-car-key:before{content:"\ebee"}.faprosolid-car-mechanic:before{content:"\ebef"}.faprosolid-car-mirrors:before{content:"\ebf0"}.faprosolid-car-on:before{content:"\ebf1"}.faprosolid-car-people:before{content:"\ebf2"}.faprosolid-car-rear:before{content:"\ebf3"}.faprosolid-car-side-bolt:before{content:"\ebf4"}.faprosolid-car-side:before{content:"\ebf5"}.faprosolid-car-siren-on:before{content:"\ebf6"}.faprosolid-car-siren:before{content:"\ebf7"}.faprosolid-car-tilt:before{content:"\ebf8"}.faprosolid-car-tunnel:before{content:"\ebf9"}.faprosolid-car-wash:before{content:"\ebfa"}.faprosolid-car-wrench:before{content:"\ebfb"}.faprosolid-car:before{content:"\ebfc"}.faprosolid-caravan-alt:before{content:"\ebfd"}.faprosolid-caravan-simple:before{content:"\ebfe"}.faprosolid-caravan:before{content:"\ebff"}.faprosolid-card-club:before{content:"\ec00"}.faprosolid-card-diamond:before{content:"\ec01"}.faprosolid-card-heart:before{content:"\ec02"}.faprosolid-card-spade:before{content:"\ec03"}.faprosolid-cards-blank:before{content:"\ec04"}.faprosolid-cards:before{content:"\ec05"}.faprosolid-caret-circle-down:before{content:"\ec06"}.faprosolid-caret-circle-left:before{content:"\ec07"}.faprosolid-caret-circle-right:before{content:"\ec08"}.faprosolid-caret-circle-up:before{content:"\ec09"}.faprosolid-caret-down:before{content:"\ec0a"}.faprosolid-caret-large-down:before{content:"\ec0b"}.faprosolid-caret-large-left:before{content:"\ec0c"}.faprosolid-caret-large-right:before{content:"\ec0d"}.faprosolid-caret-large-up:before{content:"\ec0e"}.faprosolid-caret-left:before{content:"\ec0f"}.faprosolid-caret-right:before{content:"\ec10"}.faprosolid-caret-square-down:before{content:"\ec11"}.faprosolid-caret-square-left:before{content:"\ec12"}.faprosolid-caret-square-right:before{content:"\ec13"}.faprosolid-caret-square-up:before{content:"\ec14"}.faprosolid-caret-up:before{content:"\ec15"}.faprosolid-carpool:before{content:"\ec16"}.faprosolid-carriage-baby:before{content:"\ec17"}.faprosolid-carrot:before{content:"\ec18"}.faprosolid-cars:before{content:"\ec19"}.faprosolid-cart-arrow-down:before{content:"\ec1a"}.faprosolid-cart-arrow-up:before{content:"\ec1b"}.faprosolid-cart-circle-arrow-down:before{content:"\ec1c"}.faprosolid-cart-circle-arrow-up:before{content:"\ec1d"}.faprosolid-cart-circle-check:before{content:"\ec1e"}.faprosolid-cart-circle-exclamation:before{content:"\ec1f"}.faprosolid-cart-circle-plus:before{content:"\ec20"}.faprosolid-cart-circle-xmark:before{content:"\ec21"}.faprosolid-cart-flatbed-boxes:before{content:"\ec22"}.faprosolid-cart-flatbed-empty:before{content:"\ec23"}.faprosolid-cart-flatbed-suitcase:before{content:"\ec24"}.faprosolid-cart-flatbed:before{content:"\ec25"}.faprosolid-cart-minus:before{content:"\ec26"}.faprosolid-cart-plus:before{content:"\ec27"}.faprosolid-cart-shopping-fast:before{content:"\ec28"}.faprosolid-cart-shopping:before{content:"\ec29"}.faprosolid-cart-xmark:before{content:"\ec2a"}.faprosolid-cash-register:before{content:"\ec2b"}.faprosolid-cassette-betamax:before{content:"\ec2c"}.faprosolid-cassette-tape:before{content:"\ec2d"}.faprosolid-cassette-vhs:before{content:"\ec2e"}.faprosolid-castle:before{content:"\ec2f"}.faprosolid-cat-space:before{content:"\ec30"}.faprosolid-cat:before{content:"\ec31"}.faprosolid-cauldron:before{content:"\ec32"}.faprosolid-cctv:before{content:"\ec33"}.faprosolid-cedi-sign:before{content:"\ec34"}.faprosolid-cent-sign:before{content:"\ec35"}.faprosolid-certificate:before{content:"\ec36"}.faprosolid-chain-broken:before{content:"\ec37"}.faprosolid-chain-horizontal-slash:before{content:"\ec38"}.faprosolid-chain-horizontal:before{content:"\ec39"}.faprosolid-chain-slash:before{content:"\ec3a"}.faprosolid-chain:before{content:"\ec3b"}.faprosolid-chair-office:before{content:"\ec3c"}.faprosolid-chair:before{content:"\ec3d"}.faprosolid-chalkboard-teacher:before{content:"\ec3e"}.faprosolid-chalkboard-user:before{content:"\ec3f"}.faprosolid-chalkboard:before{content:"\ec40"}.faprosolid-champagne-glass:before{content:"\ec41"}.faprosolid-champagne-glasses:before{content:"\ec42"}.faprosolid-charging-station:before{content:"\ec43"}.faprosolid-chart-area:before{content:"\ec44"}.faprosolid-chart-bar:before{content:"\ec45"}.faprosolid-chart-bullet:before{content:"\ec46"}.faprosolid-chart-candlestick:before{content:"\ec47"}.faprosolid-chart-column:before{content:"\ec48"}.faprosolid-chart-diagram:before{content:"\ec49"}.faprosolid-chart-fft:before{content:"\ec4a"}.faprosolid-chart-gantt:before{content:"\ec4b"}.faprosolid-chart-kanban:before{content:"\ec4c"}.faprosolid-chart-line-down:before{content:"\ec4d"}.faprosolid-chart-line-up-down:before{content:"\ec4e"}.faprosolid-chart-line-up:before{content:"\ec4f"}.faprosolid-chart-line:before{content:"\ec50"}.faprosolid-chart-mixed-up-circle-currency:before{content:"\ec51"}.faprosolid-chart-mixed-up-circle-dollar:before{content:"\ec52"}.faprosolid-chart-mixed:before{content:"\ec53"}.faprosolid-chart-network:before{content:"\ec54"}.faprosolid-chart-pie-alt:before{content:"\ec55"}.faprosolid-chart-pie-simple-circle-currency:before{content:"\ec56"}.faprosolid-chart-pie-simple-circle-dollar:before{content:"\ec57"}.faprosolid-chart-pie-simple:before{content:"\ec58"}.faprosolid-chart-pie:before{content:"\ec59"}.faprosolid-chart-pyramid:before{content:"\ec5a"}.faprosolid-chart-radar:before{content:"\ec5b"}.faprosolid-chart-scatter-3d:before{content:"\ec5c"}.faprosolid-chart-scatter-bubble:before{content:"\ec5d"}.faprosolid-chart-scatter:before{content:"\ec5e"}.faprosolid-chart-simple-horizontal:before{content:"\ec5f"}.faprosolid-chart-simple:before{content:"\ec60"}.faprosolid-chart-sine:before{content:"\ec61"}.faprosolid-chart-tree-map:before{content:"\ec62"}.faprosolid-chart-user:before{content:"\ec63"}.faprosolid-chart-waterfall:before{content:"\ec64"}.faprosolid-check-circle:before{content:"\ec65"}.faprosolid-check-double:before{content:"\ec66"}.faprosolid-check-square:before{content:"\ec67"}.faprosolid-check-to-slot:before{content:"\ec68"}.faprosolid-check:before{content:"\ec69"}.faprosolid-cheese-swiss:before{content:"\ec6a"}.faprosolid-cheese:before{content:"\ec6b"}.faprosolid-cheeseburger:before{content:"\ec6c"}.faprosolid-chemex:before{content:"\ec6d"}.faprosolid-cherries:before{content:"\ec6e"}.faprosolid-chess-bishop-alt:before{content:"\ec6f"}.faprosolid-chess-bishop-piece:before{content:"\ec70"}.faprosolid-chess-bishop:before{content:"\ec71"}.faprosolid-chess-board:before{content:"\ec72"}.faprosolid-chess-clock-alt:before{content:"\ec73"}.faprosolid-chess-clock-flip:before{content:"\ec74"}.faprosolid-chess-clock:before{content:"\ec75"}.faprosolid-chess-king-alt:before{content:"\ec76"}.faprosolid-chess-king-piece:before{content:"\ec77"}.faprosolid-chess-king:before{content:"\ec78"}.faprosolid-chess-knight-alt:before{content:"\ec79"}.faprosolid-chess-knight-piece:before{content:"\ec7a"}.faprosolid-chess-knight:before{content:"\ec7b"}.faprosolid-chess-pawn-alt:before{content:"\ec7c"}.faprosolid-chess-pawn-piece:before{content:"\ec7d"}.faprosolid-chess-pawn:before{content:"\ec7e"}.faprosolid-chess-queen-alt:before{content:"\ec7f"}.faprosolid-chess-queen-piece:before{content:"\ec80"}.faprosolid-chess-queen:before{content:"\ec81"}.faprosolid-chess-rook-alt:before{content:"\ec82"}.faprosolid-chess-rook-piece:before{content:"\ec83"}.faprosolid-chess-rook:before{content:"\ec84"}.faprosolid-chess:before{content:"\ec85"}.faprosolid-chest-drawers:before{content:"\ec86"}.faprosolid-chestnut:before{content:"\ec87"}.faprosolid-chevron-circle-down:before{content:"\ec88"}.faprosolid-chevron-circle-left:before{content:"\ec89"}.faprosolid-chevron-circle-right:before{content:"\ec8a"}.faprosolid-chevron-circle-up:before{content:"\ec8b"}.faprosolid-chevron-double-down:before{content:"\ec8c"}.faprosolid-chevron-double-left:before{content:"\ec8d"}.faprosolid-chevron-double-right:before{content:"\ec8e"}.faprosolid-chevron-double-up:before{content:"\ec8f"}.faprosolid-chevron-down:before{content:"\ec90"}.faprosolid-chevron-left:before{content:"\ec91"}.faprosolid-chevron-right:before{content:"\ec92"}.faprosolid-chevron-square-down:before{content:"\ec93"}.faprosolid-chevron-square-left:before{content:"\ec94"}.faprosolid-chevron-square-right:before{content:"\ec95"}.faprosolid-chevron-square-up:before{content:"\ec96"}.faprosolid-chevron-up:before{content:"\ec97"}.faprosolid-chevrons-down:before{content:"\ec98"}.faprosolid-chevrons-left:before{content:"\ec99"}.faprosolid-chevrons-right:before{content:"\ec9a"}.faprosolid-chevrons-up:before{content:"\ec9b"}.faprosolid-chf-sign:before{content:"\ec9c"}.faprosolid-child-combatant:before{content:"\ec9d"}.faprosolid-child-dress:before{content:"\ec9e"}.faprosolid-child-reaching:before{content:"\ec9f"}.faprosolid-child-rifle:before{content:"\eca0"}.faprosolid-child:before{content:"\eca1"}.faprosolid-children:before{content:"\eca2"}.faprosolid-chimney:before{content:"\eca3"}.faprosolid-chocolate-bar:before{content:"\eca4"}.faprosolid-chopsticks:before{content:"\eca5"}.faprosolid-church:before{content:"\eca6"}.faprosolid-circle-0:before{content:"\eca7"}.faprosolid-circle-1:before{content:"\eca8"}.faprosolid-circle-2:before{content:"\eca9"}.faprosolid-circle-3:before{content:"\ecaa"}.faprosolid-circle-4:before{content:"\ecab"}.faprosolid-circle-5:before{content:"\ecac"}.faprosolid-circle-6:before{content:"\ecad"}.faprosolid-circle-7:before{content:"\ecae"}.faprosolid-circle-8:before{content:"\ecaf"}.faprosolid-circle-9:before{content:"\ecb0"}.faprosolid-circle-a:before{content:"\ecb1"}.faprosolid-circle-ampersand:before{content:"\ecb2"}.faprosolid-circle-arrow-down-left:before{content:"\ecb3"}.faprosolid-circle-arrow-down-right:before{content:"\ecb4"}.faprosolid-circle-arrow-down:before{content:"\ecb5"}.faprosolid-circle-arrow-left:before{content:"\ecb6"}.faprosolid-circle-arrow-right:before{content:"\ecb7"}.faprosolid-circle-arrow-up-left:before{content:"\ecb8"}.faprosolid-circle-arrow-up-right:before{content:"\ecb9"}.faprosolid-circle-arrow-up:before{content:"\ecba"}.faprosolid-circle-austral:before{content:"\ecbb"}.faprosolid-circle-australian-dollar:before{content:"\ecbc"}.faprosolid-circle-b:before{content:"\ecbd"}.faprosolid-circle-baht:before{content:"\ecbe"}.faprosolid-circle-bangladeshi-taka:before{content:"\ecbf"}.faprosolid-circle-bitcoin:before{content:"\ecc0"}.faprosolid-circle-bolt:before{content:"\ecc1"}.faprosolid-circle-book-open:before{content:"\ecc2"}.faprosolid-circle-bookmark:before{content:"\ecc3"}.faprosolid-circle-brazilian-real:before{content:"\ecc4"}.faprosolid-circle-c:before{content:"\ecc5"}.faprosolid-circle-calendar:before{content:"\ecc6"}.faprosolid-circle-camera:before{content:"\ecc7"}.faprosolid-circle-caret-down:before{content:"\ecc8"}.faprosolid-circle-caret-left:before{content:"\ecc9"}.faprosolid-circle-caret-right:before{content:"\ecca"}.faprosolid-circle-caret-up:before{content:"\eccb"}.faprosolid-circle-cedi:before{content:"\eccc"}.faprosolid-circle-cent:before{content:"\eccd"}.faprosolid-circle-check:before{content:"\ecce"}.faprosolid-circle-chevron-down:before{content:"\eccf"}.faprosolid-circle-chevron-left:before{content:"\ecd0"}.faprosolid-circle-chevron-right:before{content:"\ecd1"}.faprosolid-circle-chevron-up:before{content:"\ecd2"}.faprosolid-circle-chf:before{content:"\ecd3"}.faprosolid-circle-colon:before{content:"\ecd4"}.faprosolid-circle-cruzeiro:before{content:"\ecd5"}.faprosolid-circle-currency:before{content:"\ecd6"}.faprosolid-circle-d:before{content:"\ecd7"}.faprosolid-circle-danish-krone:before{content:"\ecd8"}.faprosolid-circle-dashed:before{content:"\ecd9"}.faprosolid-circle-divide:before{content:"\ecda"}.faprosolid-circle-dollar-to-slot:before{content:"\ecdb"}.faprosolid-circle-dollar:before{content:"\ecdc"}.faprosolid-circle-dong:before{content:"\ecdd"}.faprosolid-circle-dot:before{content:"\ecde"}.faprosolid-circle-down-left:before{content:"\ecdf"}.faprosolid-circle-down-right:before{content:"\ece0"}.faprosolid-circle-down:before{content:"\ece1"}.faprosolid-circle-e:before{content:"\ece2"}.faprosolid-circle-ellipsis-vertical:before{content:"\ece3"}.faprosolid-circle-ellipsis:before{content:"\ece4"}.faprosolid-circle-envelope:before{content:"\ece5"}.faprosolid-circle-equals:before{content:"\ece6"}.faprosolid-circle-euro:before{content:"\ece7"}.faprosolid-circle-eurozone:before{content:"\ece8"}.faprosolid-circle-exclamation-check:before{content:"\ece9"}.faprosolid-circle-exclamation:before{content:"\ecea"}.faprosolid-circle-f:before{content:"\eceb"}.faprosolid-circle-florin:before{content:"\ecec"}.faprosolid-circle-franc:before{content:"\eced"}.faprosolid-circle-g:before{content:"\ecee"}.faprosolid-circle-gf:before{content:"\ecef"}.faprosolid-circle-guarani:before{content:"\ecf0"}.faprosolid-circle-h:before{content:"\ecf1"}.faprosolid-circle-half-horizontal:before{content:"\ecf2"}.faprosolid-circle-half-stroke-horizontal:before{content:"\ecf3"}.faprosolid-circle-half-stroke:before{content:"\ecf4"}.faprosolid-circle-half:before{content:"\ecf5"}.faprosolid-circle-heart:before{content:"\ecf6"}.faprosolid-circle-house:before{content:"\ecf7"}.faprosolid-circle-hryvnia:before{content:"\ecf8"}.faprosolid-circle-i:before{content:"\ecf9"}.faprosolid-circle-indian-rupee:before{content:"\ecfa"}.faprosolid-circle-info:before{content:"\ecfb"}.faprosolid-circle-j:before{content:"\ecfc"}.faprosolid-circle-k:before{content:"\ecfd"}.faprosolid-circle-kip:before{content:"\ecfe"}.faprosolid-circle-l:before{content:"\ecff"}.faprosolid-circle-lari:before{content:"\ed00"}.faprosolid-circle-left:before{content:"\ed01"}.faprosolid-circle-lira:before{content:"\ed02"}.faprosolid-circle-litecoin:before{content:"\ed03"}.faprosolid-circle-location-arrow:before{content:"\ed04"}.faprosolid-circle-m:before{content:"\ed05"}.faprosolid-circle-malaysian-ringgit:before{content:"\ed06"}.faprosolid-circle-manat:before{content:"\ed07"}.faprosolid-circle-microphone-lines:before{content:"\ed08"}.faprosolid-circle-microphone:before{content:"\ed09"}.faprosolid-circle-mill:before{content:"\ed0a"}.faprosolid-circle-minus:before{content:"\ed0b"}.faprosolid-circle-moon:before{content:"\ed0c"}.faprosolid-circle-n:before{content:"\ed0d"}.faprosolid-circle-naira:before{content:"\ed0e"}.faprosolid-circle-nodes:before{content:"\ed0f"}.faprosolid-circle-norwegian-krone:before{content:"\ed10"}.faprosolid-circle-notch:before{content:"\ed11"}.faprosolid-circle-o:before{content:"\ed12"}.faprosolid-circle-p:before{content:"\ed13"}.faprosolid-circle-parking:before{content:"\ed14"}.faprosolid-circle-pause:before{content:"\ed15"}.faprosolid-circle-peruvian-soles:before{content:"\ed16"}.faprosolid-circle-peseta:before{content:"\ed17"}.faprosolid-circle-peso:before{content:"\ed18"}.faprosolid-circle-phone-flip:before{content:"\ed19"}.faprosolid-circle-phone-hangup:before{content:"\ed1a"}.faprosolid-circle-phone:before{content:"\ed1b"}.faprosolid-circle-play:before{content:"\ed1c"}.faprosolid-circle-plus:before{content:"\ed1d"}.faprosolid-circle-polish-zloty:before{content:"\ed1e"}.faprosolid-circle-q:before{content:"\ed1f"}.faprosolid-circle-quarter-stroke:before{content:"\ed20"}.faprosolid-circle-quarter:before{content:"\ed21"}.faprosolid-circle-quarters:before{content:"\ed22"}.faprosolid-circle-question:before{content:"\ed23"}.faprosolid-circle-r:before{content:"\ed24"}.faprosolid-circle-radiation:before{content:"\ed25"}.faprosolid-circle-renminbi:before{content:"\ed26"}.faprosolid-circle-right:before{content:"\ed27"}.faprosolid-circle-ruble:before{content:"\ed28"}.faprosolid-circle-rupee:before{content:"\ed29"}.faprosolid-circle-rupiah:before{content:"\ed2a"}.faprosolid-circle-s:before{content:"\ed2b"}.faprosolid-circle-share-nodes:before{content:"\ed2c"}.faprosolid-circle-shekel:before{content:"\ed2d"}.faprosolid-circle-small:before{content:"\ed2e"}.faprosolid-circle-sort-down:before{content:"\ed2f"}.faprosolid-circle-sort-up:before{content:"\ed30"}.faprosolid-circle-sort:before{content:"\ed31"}.faprosolid-circle-star:before{content:"\ed32"}.faprosolid-circle-sterling:before{content:"\ed33"}.faprosolid-circle-stop:before{content:"\ed34"}.faprosolid-circle-swedish-krona:before{content:"\ed35"}.faprosolid-circle-t:before{content:"\ed36"}.faprosolid-circle-tenge:before{content:"\ed37"}.faprosolid-circle-three-quarters-stroke:before{content:"\ed38"}.faprosolid-circle-three-quarters:before{content:"\ed39"}.faprosolid-circle-trash:before{content:"\ed3a"}.faprosolid-circle-tugrik:before{content:"\ed3b"}.faprosolid-circle-turkish-lira:before{content:"\ed3c"}.faprosolid-circle-u:before{content:"\ed3d"}.faprosolid-circle-up-left:before{content:"\ed3e"}.faprosolid-circle-up-right:before{content:"\ed3f"}.faprosolid-circle-up:before{content:"\ed40"}.faprosolid-circle-user-circle-check:before{content:"\ed41"}.faprosolid-circle-user-circle-exclamation:before{content:"\ed42"}.faprosolid-circle-user-circle-minus:before{content:"\ed43"}.faprosolid-circle-user-circle-moon:before{content:"\ed44"}.faprosolid-circle-user-circle-plus:before{content:"\ed45"}.faprosolid-circle-user-circle-question:before{content:"\ed46"}.faprosolid-circle-user-circle-user:before{content:"\ed47"}.faprosolid-circle-user-circle-xmark:before{content:"\ed48"}.faprosolid-circle-user-clock:before{content:"\ed49"}.faprosolid-circle-user:before{content:"\ed4a"}.faprosolid-circle-v:before{content:"\ed4b"}.faprosolid-circle-video:before{content:"\ed4c"}.faprosolid-circle-w:before{content:"\ed4d"}.faprosolid-circle-waveform-lines:before{content:"\ed4e"}.faprosolid-circle-wifi-circle-wifi:before{content:"\ed4f"}.faprosolid-circle-wifi-group:before{content:"\ed50"}.faprosolid-circle-wifi:before{content:"\ed51"}.faprosolid-circle-won:before{content:"\ed52"}.faprosolid-circle-x:before{content:"\ed53"}.faprosolid-circle-xmark:before{content:"\ed54"}.faprosolid-circle-y:before{content:"\ed55"}.faprosolid-circle-yen:before{content:"\ed56"}.faprosolid-circle-z:before{content:"\ed57"}.faprosolid-circle:before{content:"\ed58"}.faprosolid-circleapore-dollar:before{content:"\ed59"}.faprosolid-circles-overlap-3:before{content:"\ed5a"}.faprosolid-circles-overlap:before{content:"\ed5b"}.faprosolid-citrus-slice:before{content:"\ed5c"}.faprosolid-citrus:before{content:"\ed5d"}.faprosolid-city:before{content:"\ed5e"}.faprosolid-clapperboard-play:before{content:"\ed5f"}.faprosolid-clapperboard:before{content:"\ed60"}.faprosolid-clarinet:before{content:"\ed61"}.faprosolid-claw-marks:before{content:"\ed62"}.faprosolid-clinic-medical:before{content:"\ed63"}.faprosolid-clipboard-check:before{content:"\ed64"}.faprosolid-clipboard-clock:before{content:"\ed65"}.faprosolid-clipboard-exclamation:before{content:"\ed66"}.faprosolid-clipboard-list-check:before{content:"\ed67"}.faprosolid-clipboard-list:before{content:"\ed68"}.faprosolid-clipboard-medical:before{content:"\ed69"}.faprosolid-clipboard-prescription:before{content:"\ed6a"}.faprosolid-clipboard-question:before{content:"\ed6b"}.faprosolid-clipboard-user:before{content:"\ed6c"}.faprosolid-clipboard:before{content:"\ed6d"}.faprosolid-clock-desk:before{content:"\ed6e"}.faprosolid-clock-eight-thirty:before{content:"\ed6f"}.faprosolid-clock-eight:before{content:"\ed70"}.faprosolid-clock-eleven-thirty:before{content:"\ed71"}.faprosolid-clock-eleven:before{content:"\ed72"}.faprosolid-clock-five-thirty:before{content:"\ed73"}.faprosolid-clock-five:before{content:"\ed74"}.faprosolid-clock-four-thirty:before{content:"\ed75"}.faprosolid-clock-four:before{content:"\ed76"}.faprosolid-clock-nine-thirty:before{content:"\ed77"}.faprosolid-clock-nine:before{content:"\ed78"}.faprosolid-clock-one-thirty:before{content:"\ed79"}.faprosolid-clock-one:before{content:"\ed7a"}.faprosolid-clock-rotate-left:before{content:"\ed7b"}.faprosolid-clock-seven-thirty:before{content:"\ed7c"}.faprosolid-clock-seven:before{content:"\ed7d"}.faprosolid-clock-six-thirty:before{content:"\ed7e"}.faprosolid-clock-six:before{content:"\ed7f"}.faprosolid-clock-ten-thirty:before{content:"\ed80"}.faprosolid-clock-ten:before{content:"\ed81"}.faprosolid-clock-three-thirty:before{content:"\ed82"}.faprosolid-clock-three:before{content:"\ed83"}.faprosolid-clock-twelve-thirty:before{content:"\ed84"}.faprosolid-clock-twelve:before{content:"\ed85"}.faprosolid-clock-two-thirty:before{content:"\ed86"}.faprosolid-clock-two:before{content:"\ed87"}.faprosolid-clock:before{content:"\ed88"}.faprosolid-clone-plus:before{content:"\ed89"}.faprosolid-clone:before{content:"\ed8a"}.faprosolid-close:before{content:"\ed8b"}.faprosolid-closed-captioning-slash:before{content:"\ed8c"}.faprosolid-closed-captioning:before{content:"\ed8d"}.faprosolid-clothes-hanger:before{content:"\ed8e"}.faprosolid-cloud-arrow-down:before{content:"\ed8f"}.faprosolid-cloud-arrow-up:before{content:"\ed90"}.faprosolid-cloud-binary:before{content:"\ed91"}.faprosolid-cloud-bolt-moon:before{content:"\ed92"}.faprosolid-cloud-bolt-sun:before{content:"\ed93"}.faprosolid-cloud-bolt:before{content:"\ed94"}.faprosolid-cloud-check:before{content:"\ed95"}.faprosolid-cloud-download-alt:before{content:"\ed96"}.faprosolid-cloud-download:before{content:"\ed97"}.faprosolid-cloud-drizzle:before{content:"\ed98"}.faprosolid-cloud-exclamation:before{content:"\ed99"}.faprosolid-cloud-fog:before{content:"\ed9a"}.faprosolid-cloud-hail-mixed:before{content:"\ed9b"}.faprosolid-cloud-hail:before{content:"\ed9c"}.faprosolid-cloud-meatball:before{content:"\ed9d"}.faprosolid-cloud-minus:before{content:"\ed9e"}.faprosolid-cloud-moon-rain:before{content:"\ed9f"}.faprosolid-cloud-moon:before{content:"\eda0"}.faprosolid-cloud-music:before{content:"\eda1"}.faprosolid-cloud-plus:before{content:"\eda2"}.faprosolid-cloud-question:before{content:"\eda3"}.faprosolid-cloud-rain:before{content:"\eda4"}.faprosolid-cloud-rainbow:before{content:"\eda5"}.faprosolid-cloud-showers-heavy:before{content:"\eda6"}.faprosolid-cloud-showers-water:before{content:"\eda7"}.faprosolid-cloud-showers:before{content:"\eda8"}.faprosolid-cloud-slash:before{content:"\eda9"}.faprosolid-cloud-sleet:before{content:"\edaa"}.faprosolid-cloud-snow:before{content:"\edab"}.faprosolid-cloud-sun-rain:before{content:"\edac"}.faprosolid-cloud-sun:before{content:"\edad"}.faprosolid-cloud-upload-alt:before{content:"\edae"}.faprosolid-cloud-upload:before{content:"\edaf"}.faprosolid-cloud-word:before{content:"\edb0"}.faprosolid-cloud-xmark:before{content:"\edb1"}.faprosolid-cloud:before{content:"\edb2"}.faprosolid-clouds-moon:before{content:"\edb3"}.faprosolid-clouds-sun:before{content:"\edb4"}.faprosolid-clouds:before{content:"\edb5"}.faprosolid-clover:before{content:"\edb6"}.faprosolid-club:before{content:"\edb7"}.faprosolid-cny:before{content:"\edb8"}.faprosolid-cocktail:before{content:"\edb9"}.faprosolid-coconut:before{content:"\edba"}.faprosolid-code-branch:before{content:"\edbb"}.faprosolid-code-commit:before{content:"\edbc"}.faprosolid-code-compare:before{content:"\edbd"}.faprosolid-code-fork:before{content:"\edbe"}.faprosolid-code-merge:before{content:"\edbf"}.faprosolid-code-pull-request-closed:before{content:"\edc0"}.faprosolid-code-pull-request-draft:before{content:"\edc1"}.faprosolid-code-pull-request:before{content:"\edc2"}.faprosolid-code-simple:before{content:"\edc3"}.faprosolid-code:before{content:"\edc4"}.faprosolid-coffee-bean:before{content:"\edc5"}.faprosolid-coffee-beans:before{content:"\edc6"}.faprosolid-coffee-pot:before{content:"\edc7"}.faprosolid-coffee-togo:before{content:"\edc8"}.faprosolid-coffee:before{content:"\edc9"}.faprosolid-coffin-cross:before{content:"\edca"}.faprosolid-coffin:before{content:"\edcb"}.faprosolid-cog:before{content:"\edcc"}.faprosolid-cogs:before{content:"\edcd"}.faprosolid-coin-blank:before{content:"\edce"}.faprosolid-coin-front:before{content:"\edcf"}.faprosolid-coin-vertical:before{content:"\edd0"}.faprosolid-coin:before{content:"\edd1"}.faprosolid-coins:before{content:"\edd2"}.faprosolid-colon-sign:before{content:"\edd3"}.faprosolid-colon:before{content:"\edd4"}.faprosolid-columns-3:before{content:"\edd5"}.faprosolid-columns:before{content:"\edd6"}.faprosolid-comet:before{content:"\edd7"}.faprosolid-comma:before{content:"\edd8"}.faprosolid-command:before{content:"\edd9"}.faprosolid-comment-alt-arrow-down:before{content:"\edda"}.faprosolid-comment-alt-arrow-up:before{content:"\eddb"}.faprosolid-comment-alt-captions:before{content:"\eddc"}.faprosolid-comment-alt-check:before{content:"\eddd"}.faprosolid-comment-alt-dollar:before{content:"\edde"}.faprosolid-comment-alt-dots:before{content:"\eddf"}.faprosolid-comment-alt-edit:before{content:"\ede0"}.faprosolid-comment-alt-exclamation:before{content:"\ede1"}.faprosolid-comment-alt-image:before{content:"\ede2"}.faprosolid-comment-alt-lines:before{content:"\ede3"}.faprosolid-comment-alt-medical:before{content:"\ede4"}.faprosolid-comment-alt-minus:before{content:"\ede5"}.faprosolid-comment-alt-music:before{content:"\ede6"}.faprosolid-comment-alt-plus:before{content:"\ede7"}.faprosolid-comment-alt-quote:before{content:"\ede8"}.faprosolid-comment-alt-slash:before{content:"\ede9"}.faprosolid-comment-alt-smile:before{content:"\edea"}.faprosolid-comment-alt-text:before{content:"\edeb"}.faprosolid-comment-alt-times:before{content:"\edec"}.faprosolid-comment-alt:before{content:"\eded"}.faprosolid-comment-arrow-down:before{content:"\edee"}.faprosolid-comment-arrow-up-right:before{content:"\edef"}.faprosolid-comment-arrow-up:before{content:"\edf0"}.faprosolid-comment-captions:before{content:"\edf1"}.faprosolid-comment-check:before{content:"\edf2"}.faprosolid-comment-code:before{content:"\edf3"}.faprosolid-comment-dollar:before{content:"\edf4"}.faprosolid-comment-dot:before{content:"\edf5"}.faprosolid-comment-dots:before{content:"\edf6"}.faprosolid-comment-edit:before{content:"\edf7"}.faprosolid-comment-exclamation:before{content:"\edf8"}.faprosolid-comment-heart:before{content:"\edf9"}.faprosolid-comment-image:before{content:"\edfa"}.faprosolid-comment-lines:before{content:"\edfb"}.faprosolid-comment-medical:before{content:"\edfc"}.faprosolid-comment-middle-alt:before{content:"\edfd"}.faprosolid-comment-middle-top-alt:before{content:"\edfe"}.faprosolid-comment-middle-top:before{content:"\edff"}.faprosolid-comment-middle:before{content:"\ee00"}.faprosolid-comment-minus:before{content:"\ee01"}.faprosolid-comment-music:before{content:"\ee02"}.faprosolid-comment-nodes:before{content:"\ee03"}.faprosolid-comment-pen:before{content:"\ee04"}.faprosolid-comment-plus:before{content:"\ee05"}.faprosolid-comment-question:before{content:"\ee06"}.faprosolid-comment-quote:before{content:"\ee07"}.faprosolid-comment-slash:before{content:"\ee08"}.faprosolid-comment-smile:before{content:"\ee09"}.faprosolid-comment-sms:before{content:"\ee0a"}.faprosolid-comment-text:before{content:"\ee0b"}.faprosolid-comment-times:before{content:"\ee0c"}.faprosolid-comment-waveform:before{content:"\ee0d"}.faprosolid-comment-xmark:before{content:"\ee0e"}.faprosolid-comment:before{content:"\ee0f"}.faprosolid-commenting:before{content:"\ee10"}.faprosolid-comments-alt-dollar:before{content:"\ee11"}.faprosolid-comments-alt:before{content:"\ee12"}.faprosolid-comments-dollar:before{content:"\ee13"}.faprosolid-comments-question-check:before{content:"\ee14"}.faprosolid-comments-question:before{content:"\ee15"}.faprosolid-comments:before{content:"\ee16"}.faprosolid-compact-disc:before{content:"\ee17"}.faprosolid-compass-drafting:before{content:"\ee18"}.faprosolid-compass-slash:before{content:"\ee19"}.faprosolid-compass:before{content:"\ee1a"}.faprosolid-compress-alt:before{content:"\ee1b"}.faprosolid-compress-arrows-alt:before{content:"\ee1c"}.faprosolid-compress-arrows:before{content:"\ee1d"}.faprosolid-compress-wide:before{content:"\ee1e"}.faprosolid-compress:before{content:"\ee1f"}.faprosolid-computer-classic:before{content:"\ee20"}.faprosolid-computer-mouse-button-left:before{content:"\ee21"}.faprosolid-computer-mouse-button-right:before{content:"\ee22"}.faprosolid-computer-mouse-scrollwheel:before{content:"\ee23"}.faprosolid-computer-mouse:before{content:"\ee24"}.faprosolid-computer-speaker:before{content:"\ee25"}.faprosolid-computer:before{content:"\ee26"}.faprosolid-concierge-bell:before{content:"\ee27"}.faprosolid-construction:before{content:"\ee28"}.faprosolid-contact-book:before{content:"\ee29"}.faprosolid-contact-card:before{content:"\ee2a"}.faprosolid-container-storage:before{content:"\ee2b"}.faprosolid-conveyor-belt-alt:before{content:"\ee2c"}.faprosolid-conveyor-belt-arm:before{content:"\ee2d"}.faprosolid-conveyor-belt-boxes:before{content:"\ee2e"}.faprosolid-conveyor-belt-empty:before{content:"\ee2f"}.faprosolid-conveyor-belt:before{content:"\ee30"}.faprosolid-cookie-bite:before{content:"\ee31"}.faprosolid-cookie:before{content:"\ee32"}.faprosolid-copy:before{content:"\ee33"}.faprosolid-copyright:before{content:"\ee34"}.faprosolid-corn:before{content:"\ee35"}.faprosolid-corner:before{content:"\ee36"}.faprosolid-couch-small:before{content:"\ee37"}.faprosolid-couch:before{content:"\ee38"}.faprosolid-court-sport:before{content:"\ee39"}.faprosolid-cow:before{content:"\ee3a"}.faprosolid-cowbell-circle-plus:before{content:"\ee3b"}.faprosolid-cowbell-more:before{content:"\ee3c"}.faprosolid-cowbell:before{content:"\ee3d"}.faprosolid-crab:before{content:"\ee3e"}.faprosolid-crate-apple:before{content:"\ee3f"}.faprosolid-crate-empty:before{content:"\ee40"}.faprosolid-credit-card-alt:before{content:"\ee41"}.faprosolid-credit-card-blank:before{content:"\ee42"}.faprosolid-credit-card-front:before{content:"\ee43"}.faprosolid-credit-card:before{content:"\ee44"}.faprosolid-creemee:before{content:"\ee45"}.faprosolid-cricket-bat-ball:before{content:"\ee46"}.faprosolid-cricket:before{content:"\ee47"}.faprosolid-croissant:before{content:"\ee48"}.faprosolid-crop-alt:before{content:"\ee49"}.faprosolid-crop-simple:before{content:"\ee4a"}.faprosolid-crop:before{content:"\ee4b"}.faprosolid-cross:before{content:"\ee4c"}.faprosolid-crosshairs-simple:before{content:"\ee4d"}.faprosolid-crosshairs:before{content:"\ee4e"}.faprosolid-crow:before{content:"\ee4f"}.faprosolid-crown:before{content:"\ee50"}.faprosolid-crutch:before{content:"\ee51"}.faprosolid-crutches:before{content:"\ee52"}.faprosolid-cruzeiro-sign:before{content:"\ee53"}.faprosolid-crystal-ball:before{content:"\ee54"}.faprosolid-cube:before{content:"\ee55"}.faprosolid-cubes-stacked:before{content:"\ee56"}.faprosolid-cubes:before{content:"\ee57"}.faprosolid-cucumber:before{content:"\ee58"}.faprosolid-cup-straw-swoosh:before{content:"\ee59"}.faprosolid-cup-straw:before{content:"\ee5a"}.faprosolid-cup-togo:before{content:"\ee5b"}.faprosolid-cupcake:before{content:"\ee5c"}.faprosolid-curling-stone:before{content:"\ee5d"}.faprosolid-curling:before{content:"\ee5e"}.faprosolid-currency-sign:before{content:"\ee5f"}.faprosolid-custard:before{content:"\ee60"}.faprosolid-cut:before{content:"\ee61"}.faprosolid-cutlery:before{content:"\ee62"}.faprosolid-d:before{content:"\ee63"}.faprosolid-dagger:before{content:"\ee64"}.faprosolid-danish-krone-sign:before{content:"\ee65"}.faprosolid-dash:before{content:"\ee66"}.faprosolid-dashboard:before{content:"\ee67"}.faprosolid-database:before{content:"\ee68"}.faprosolid-deaf:before{content:"\ee69"}.faprosolid-deafness:before{content:"\ee6a"}.faprosolid-debug:before{content:"\ee6b"}.faprosolid-dedent:before{content:"\ee6c"}.faprosolid-deer-rudolph:before{content:"\ee6d"}.faprosolid-deer:before{content:"\ee6e"}.faprosolid-delete-left:before{content:"\ee6f"}.faprosolid-delete-right:before{content:"\ee70"}.faprosolid-democrat:before{content:"\ee71"}.faprosolid-desk:before{content:"\ee72"}.faprosolid-desktop-alt:before{content:"\ee73"}.faprosolid-desktop-arrow-down:before{content:"\ee74"}.faprosolid-desktop-code:before{content:"\ee75"}.faprosolid-desktop-medical:before{content:"\ee76"}.faprosolid-desktop-slash:before{content:"\ee77"}.faprosolid-desktop:before{content:"\ee78"}.faprosolid-dewpoint:before{content:"\ee79"}.faprosolid-dharmachakra:before{content:"\ee7a"}.faprosolid-diagnoses:before{content:"\ee7b"}.faprosolid-diagram-cells:before{content:"\ee7c"}.faprosolid-diagram-lean-canvas:before{content:"\ee7d"}.faprosolid-diagram-nested:before{content:"\ee7e"}.faprosolid-diagram-next:before{content:"\ee7f"}.faprosolid-diagram-predecessor:before{content:"\ee80"}.faprosolid-diagram-previous:before{content:"\ee81"}.faprosolid-diagram-project:before{content:"\ee82"}.faprosolid-diagram-sankey:before{content:"\ee83"}.faprosolid-diagram-subtask:before{content:"\ee84"}.faprosolid-diagram-successor:before{content:"\ee85"}.faprosolid-diagram-venn:before{content:"\ee86"}.faprosolid-dial-high:before{content:"\ee87"}.faprosolid-dial-low:before{content:"\ee88"}.faprosolid-dial-max:before{content:"\ee89"}.faprosolid-dial-med-high:before{content:"\ee8a"}.faprosolid-dial-med-low:before{content:"\ee8b"}.faprosolid-dial-med:before{content:"\ee8c"}.faprosolid-dial-min:before{content:"\ee8d"}.faprosolid-dial-off:before{content:"\ee8e"}.faprosolid-dial:before{content:"\ee8f"}.faprosolid-dialpad:before{content:"\ee90"}.faprosolid-diamond-exclamation:before{content:"\ee91"}.faprosolid-diamond-half-stroke:before{content:"\ee92"}.faprosolid-diamond-half:before{content:"\ee93"}.faprosolid-diamond-turn-right:before{content:"\ee94"}.faprosolid-diamond:before{content:"\ee95"}.faprosolid-diamonds-4:before{content:"\ee96"}.faprosolid-dice-d4:before{content:"\ee97"}.faprosolid-dice-d6:before{content:"\ee98"}.faprosolid-dice-d8:before{content:"\ee99"}.faprosolid-dice-d10:before{content:"\ee9a"}.faprosolid-dice-d12:before{content:"\ee9b"}.faprosolid-dice-d20:before{content:"\ee9c"}.faprosolid-dice-five:before{content:"\ee9d"}.faprosolid-dice-four:before{content:"\ee9e"}.faprosolid-dice-one:before{content:"\ee9f"}.faprosolid-dice-six:before{content:"\eea0"}.faprosolid-dice-three:before{content:"\eea1"}.faprosolid-dice-two:before{content:"\eea2"}.faprosolid-dice:before{content:"\eea3"}.faprosolid-digging:before{content:"\eea4"}.faprosolid-digital-tachograph:before{content:"\eea5"}.faprosolid-dinosaur:before{content:"\eea6"}.faprosolid-diploma:before{content:"\eea7"}.faprosolid-direction-left-right:before{content:"\eea8"}.faprosolid-direction-up-down:before{content:"\eea9"}.faprosolid-directions:before{content:"\eeaa"}.faprosolid-disc-drive:before{content:"\eeab"}.faprosolid-disease:before{content:"\eeac"}.faprosolid-display-arrow-down:before{content:"\eead"}.faprosolid-display-chart-up-circle-currency:before{content:"\eeae"}.faprosolid-display-chart-up-circle-dollar:before{content:"\eeaf"}.faprosolid-display-chart-up:before{content:"\eeb0"}.faprosolid-display-code:before{content:"\eeb1"}.faprosolid-display-medical:before{content:"\eeb2"}.faprosolid-display-slash:before{content:"\eeb3"}.faprosolid-display:before{content:"\eeb4"}.faprosolid-distribute-spacing-horizontal:before{content:"\eeb5"}.faprosolid-distribute-spacing-vertical:before{content:"\eeb6"}.faprosolid-ditto:before{content:"\eeb7"}.faprosolid-divide:before{content:"\eeb8"}.faprosolid-dizzy:before{content:"\eeb9"}.faprosolid-dna:before{content:"\eeba"}.faprosolid-do-not-enter:before{content:"\eebb"}.faprosolid-dog-leashed:before{content:"\eebc"}.faprosolid-dog:before{content:"\eebd"}.faprosolid-dollar-circle:before{content:"\eebe"}.faprosolid-dollar-sign:before{content:"\eebf"}.faprosolid-dollar-square:before{content:"\eec0"}.faprosolid-dollar:before{content:"\eec1"}.faprosolid-dolly-box:before{content:"\eec2"}.faprosolid-dolly-empty:before{content:"\eec3"}.faprosolid-dolly-flatbed-alt:before{content:"\eec4"}.faprosolid-dolly-flatbed-empty:before{content:"\eec5"}.faprosolid-dolly-flatbed:before{content:"\eec6"}.faprosolid-dolly:before{content:"\eec7"}.faprosolid-dolphin:before{content:"\eec8"}.faprosolid-donate:before{content:"\eec9"}.faprosolid-dong-sign:before{content:"\eeca"}.faprosolid-donut:before{content:"\eecb"}.faprosolid-door-closed:before{content:"\eecc"}.faprosolid-door-open:before{content:"\eecd"}.faprosolid-dot-circle:before{content:"\eece"}.faprosolid-dot:before{content:"\eecf"}.faprosolid-doughnut:before{content:"\eed0"}.faprosolid-dove:before{content:"\eed1"}.faprosolid-down-from-bracket:before{content:"\eed2"}.faprosolid-down-from-dotted-line:before{content:"\eed3"}.faprosolid-down-from-line:before{content:"\eed4"}.faprosolid-down-left-and-up-right-to-center:before{content:"\eed5"}.faprosolid-down-left:before{content:"\eed6"}.faprosolid-down-long-to-line:before{content:"\eed7"}.faprosolid-down-long:before{content:"\eed8"}.faprosolid-down-right:before{content:"\eed9"}.faprosolid-down-to-bracket:before{content:"\eeda"}.faprosolid-down-to-dotted-line:before{content:"\eedb"}.faprosolid-down-to-line:before{content:"\eedc"}.faprosolid-down-up:before{content:"\eedd"}.faprosolid-down:before{content:"\eede"}.faprosolid-download:before{content:"\eedf"}.faprosolid-drafting-compass:before{content:"\eee0"}.faprosolid-dragon:before{content:"\eee1"}.faprosolid-draw-circle:before{content:"\eee2"}.faprosolid-draw-polygon:before{content:"\eee3"}.faprosolid-draw-square:before{content:"\eee4"}.faprosolid-dreidel:before{content:"\eee5"}.faprosolid-dress:before{content:"\eee6"}.faprosolid-dresser:before{content:"\eee7"}.faprosolid-drivers-license:before{content:"\eee8"}.faprosolid-drone-alt:before{content:"\eee9"}.faprosolid-drone-front:before{content:"\eeea"}.faprosolid-drone:before{content:"\eeeb"}.faprosolid-droplet-degree:before{content:"\eeec"}.faprosolid-droplet-percent:before{content:"\eeed"}.faprosolid-droplet-plus:before{content:"\eeee"}.faprosolid-droplet-slash:before{content:"\eeef"}.faprosolid-droplet:before{content:"\eef0"}.faprosolid-drum-steelpan:before{content:"\eef1"}.faprosolid-drum:before{content:"\eef2"}.faprosolid-drumstick-bite:before{content:"\eef3"}.faprosolid-drumstick:before{content:"\eef4"}.faprosolid-dryer-alt:before{content:"\eef5"}.faprosolid-dryer-heat:before{content:"\eef6"}.faprosolid-dryer:before{content:"\eef7"}.faprosolid-duck:before{content:"\eef8"}.faprosolid-dumbbell:before{content:"\eef9"}.faprosolid-dumpster-fire:before{content:"\eefa"}.faprosolid-dumpster:before{content:"\eefb"}.faprosolid-dungeon:before{content:"\eefc"}.faprosolid-e:before{content:"\eefd"}.faprosolid-ear-circle-checkmark:before{content:"\eefe"}.faprosolid-ear-deaf:before{content:"\eeff"}.faprosolid-ear-listen:before{content:"\ef00"}.faprosolid-ear-muffs:before{content:"\ef01"}.faprosolid-ear-triangle-exclamation:before{content:"\ef02"}.faprosolid-ear-waveform:before{content:"\ef03"}.faprosolid-ear:before{content:"\ef04"}.faprosolid-earth-africa:before{content:"\ef05"}.faprosolid-earth-america:before{content:"\ef06"}.faprosolid-earth-americas:before{content:"\ef07"}.faprosolid-earth-asia:before{content:"\ef08"}.faprosolid-earth-europe:before{content:"\ef09"}.faprosolid-earth-oceania:before{content:"\ef0a"}.faprosolid-earth:before{content:"\ef0b"}.faprosolid-eclipse-alt:before{content:"\ef0c"}.faprosolid-eclipse:before{content:"\ef0d"}.faprosolid-edit:before{content:"\ef0e"}.faprosolid-egg-fried:before{content:"\ef0f"}.faprosolid-egg:before{content:"\ef10"}.faprosolid-eggplant:before{content:"\ef11"}.faprosolid-eject:before{content:"\ef12"}.faprosolid-elephant:before{content:"\ef13"}.faprosolid-elevator:before{content:"\ef14"}.faprosolid-ellipsis-h-alt:before{content:"\ef15"}.faprosolid-ellipsis-h:before{content:"\ef16"}.faprosolid-ellipsis-stroke-vertical:before{content:"\ef17"}.faprosolid-ellipsis-stroke:before{content:"\ef18"}.faprosolid-ellipsis-v-alt:before{content:"\ef19"}.faprosolid-ellipsis-v:before{content:"\ef1a"}.faprosolid-ellipsis-vertical:before{content:"\ef1b"}.faprosolid-ellipsis:before{content:"\ef1c"}.faprosolid-empty-set:before{content:"\ef1d"}.faprosolid-engine-exclamation:before{content:"\ef1e"}.faprosolid-engine-warning:before{content:"\ef1f"}.faprosolid-engine:before{content:"\ef20"}.faprosolid-envelope-badge:before{content:"\ef21"}.faprosolid-envelope-certificate:before{content:"\ef22"}.faprosolid-envelope-circle-check:before{content:"\ef23"}.faprosolid-envelope-circle-user:before{content:"\ef24"}.faprosolid-envelope-circle:before{content:"\ef25"}.faprosolid-envelope-dot:before{content:"\ef26"}.faprosolid-envelope-open-dollar:before{content:"\ef27"}.faprosolid-envelope-open-text:before{content:"\ef28"}.faprosolid-envelope-open:before{content:"\ef29"}.faprosolid-envelope-ribbon:before{content:"\ef2a"}.faprosolid-envelope-square:before{content:"\ef2b"}.faprosolid-envelope:before{content:"\ef2c"}.faprosolid-envelopes-bulk:before{content:"\ef2d"}.faprosolid-envelopes:before{content:"\ef2e"}.faprosolid-equals:before{content:"\ef2f"}.faprosolid-eraser:before{content:"\ef30"}.faprosolid-escalator:before{content:"\ef31"}.faprosolid-ethernet:before{content:"\ef32"}.faprosolid-eur:before{content:"\ef33"}.faprosolid-euro-sign:before{content:"\ef34"}.faprosolid-euro:before{content:"\ef35"}.faprosolid-eurozone-sign:before{content:"\ef36"}.faprosolid-excavator:before{content:"\ef37"}.faprosolid-exchange-alt:before{content:"\ef38"}.faprosolid-exchange:before{content:"\ef39"}.faprosolid-exclamation-circle:before{content:"\ef3a"}.faprosolid-exclamation-square:before{content:"\ef3b"}.faprosolid-exclamation-triangle:before{content:"\ef3c"}.faprosolid-exclamation:before{content:"\ef3d"}.faprosolid-expand-alt:before{content:"\ef3e"}.faprosolid-expand-arrows-alt:before{content:"\ef3f"}.faprosolid-expand-arrows:before{content:"\ef40"}.faprosolid-expand-wide:before{content:"\ef41"}.faprosolid-expand:before{content:"\ef42"}.faprosolid-exploding-head:before{content:"\ef43"}.faprosolid-explosion:before{content:"\ef44"}.faprosolid-external-link-alt:before{content:"\ef45"}.faprosolid-external-link-square-alt:before{content:"\ef46"}.faprosolid-external-link-square:before{content:"\ef47"}.faprosolid-external-link:before{content:"\ef48"}.faprosolid-eye-closed:before{content:"\ef49"}.faprosolid-eye-dropper-empty:before{content:"\ef4a"}.faprosolid-eye-dropper-full:before{content:"\ef4b"}.faprosolid-eye-dropper-half:before{content:"\ef4c"}.faprosolid-eye-dropper:before{content:"\ef4d"}.faprosolid-eye-evil:before{content:"\ef4e"}.faprosolid-eye-low-vision:before{content:"\ef4f"}.faprosolid-eye-slash:before{content:"\ef50"}.faprosolid-eye:before{content:"\ef51"}.faprosolid-eyedropper:before{content:"\ef52"}.faprosolid-eyes:before{content:"\ef53"}.faprosolid-f:before{content:"\ef54"}.faprosolid-face-angry-horns:before{content:"\ef55"}.faprosolid-face-angry:before{content:"\ef56"}.faprosolid-face-anguished:before{content:"\ef57"}.faprosolid-face-anxious-sweat:before{content:"\ef58"}.faprosolid-face-astonished:before{content:"\ef59"}.faprosolid-face-awesome:before{content:"\ef5a"}.faprosolid-face-beam-hand-over-mouth:before{content:"\ef5b"}.faprosolid-face-clouds:before{content:"\ef5c"}.faprosolid-face-confounded:before{content:"\ef5d"}.faprosolid-face-confused:before{content:"\ef5e"}.faprosolid-face-cowboy-hat:before{content:"\ef5f"}.faprosolid-face-diagonal-mouth:before{content:"\ef60"}.faprosolid-face-disappointed:before{content:"\ef61"}.faprosolid-face-disguise:before{content:"\ef62"}.faprosolid-face-dizzy:before{content:"\ef63"}.faprosolid-face-dotted:before{content:"\ef64"}.faprosolid-face-downcast-sweat:before{content:"\ef65"}.faprosolid-face-drooling:before{content:"\ef66"}.faprosolid-face-exhaling:before{content:"\ef67"}.faprosolid-face-explode:before{content:"\ef68"}.faprosolid-face-expressionless:before{content:"\ef69"}.faprosolid-face-eyes-xmarks:before{content:"\ef6a"}.faprosolid-face-fearful:before{content:"\ef6b"}.faprosolid-face-flushed:before{content:"\ef6c"}.faprosolid-face-frown-open:before{content:"\ef6d"}.faprosolid-face-frown-slight:before{content:"\ef6e"}.faprosolid-face-frown:before{content:"\ef6f"}.faprosolid-face-glasses:before{content:"\ef70"}.faprosolid-face-grimace:before{content:"\ef71"}.faprosolid-face-grin-beam-sweat:before{content:"\ef72"}.faprosolid-face-grin-beam:before{content:"\ef73"}.faprosolid-face-grin-hearts:before{content:"\ef74"}.faprosolid-face-grin-squint-tears:before{content:"\ef75"}.faprosolid-face-grin-squint:before{content:"\ef76"}.faprosolid-face-grin-stars:before{content:"\ef77"}.faprosolid-face-grin-tears:before{content:"\ef78"}.faprosolid-face-grin-tongue-squint:before{content:"\ef79"}.faprosolid-face-grin-tongue-wink:before{content:"\ef7a"}.faprosolid-face-grin-tongue:before{content:"\ef7b"}.faprosolid-face-grin-wide:before{content:"\ef7c"}.faprosolid-face-grin-wink:before{content:"\ef7d"}.faprosolid-face-grin:before{content:"\ef7e"}.faprosolid-face-hand-over-mouth:before{content:"\ef7f"}.faprosolid-face-hand-peeking:before{content:"\ef80"}.faprosolid-face-hand-yawn:before{content:"\ef81"}.faprosolid-face-head-bandage:before{content:"\ef82"}.faprosolid-face-holding-back-tears:before{content:"\ef83"}.faprosolid-face-hushed:before{content:"\ef84"}.faprosolid-face-icicles:before{content:"\ef85"}.faprosolid-face-kiss-beam:before{content:"\ef86"}.faprosolid-face-kiss-closed-eyes:before{content:"\ef87"}.faprosolid-face-kiss-wink-heart:before{content:"\ef88"}.faprosolid-face-kiss:before{content:"\ef89"}.faprosolid-face-laugh-beam:before{content:"\ef8a"}.faprosolid-face-laugh-squint:before{content:"\ef8b"}.faprosolid-face-laugh-wink:before{content:"\ef8c"}.faprosolid-face-laugh:before{content:"\ef8d"}.faprosolid-face-lying:before{content:"\ef8e"}.faprosolid-face-mask:before{content:"\ef8f"}.faprosolid-face-meh-blank:before{content:"\ef90"}.faprosolid-face-meh:before{content:"\ef91"}.faprosolid-face-melting:before{content:"\ef92"}.faprosolid-face-monocle:before{content:"\ef93"}.faprosolid-face-nauseated:before{content:"\ef94"}.faprosolid-face-nose-steam:before{content:"\ef95"}.faprosolid-face-party:before{content:"\ef96"}.faprosolid-face-pensive:before{content:"\ef97"}.faprosolid-face-persevering:before{content:"\ef98"}.faprosolid-face-pleading:before{content:"\ef99"}.faprosolid-face-pouting:before{content:"\ef9a"}.faprosolid-face-raised-eyebrow:before{content:"\ef9b"}.faprosolid-face-relieved:before{content:"\ef9c"}.faprosolid-face-rolling-eyes:before{content:"\ef9d"}.faprosolid-face-sad-cry:before{content:"\ef9e"}.faprosolid-face-sad-sweat:before{content:"\ef9f"}.faprosolid-face-sad-tear:before{content:"\efa0"}.faprosolid-face-saluting:before{content:"\efa1"}.faprosolid-face-scream:before{content:"\efa2"}.faprosolid-face-shaking-horizontal:before{content:"\efa3"}.faprosolid-face-shaking-vertical:before{content:"\efa4"}.faprosolid-face-shaking:before{content:"\efa5"}.faprosolid-face-shush:before{content:"\efa6"}.faprosolid-face-sleeping:before{content:"\efa7"}.faprosolid-face-sleepy:before{content:"\efa8"}.faprosolid-face-smile-beam:before{content:"\efa9"}.faprosolid-face-smile-halo:before{content:"\efaa"}.faprosolid-face-smile-hearts:before{content:"\efab"}.faprosolid-face-smile-horns:before{content:"\efac"}.faprosolid-face-smile-plus:before{content:"\efad"}.faprosolid-face-smile-relaxed:before{content:"\efae"}.faprosolid-face-smile-tear:before{content:"\efaf"}.faprosolid-face-smile-tongue:before{content:"\efb0"}.faprosolid-face-smile-upside-down:before{content:"\efb1"}.faprosolid-face-smile-wink:before{content:"\efb2"}.faprosolid-face-smile:before{content:"\efb3"}.faprosolid-face-smiling-hands:before{content:"\efb4"}.faprosolid-face-smirking:before{content:"\efb5"}.faprosolid-face-spiral-eyes:before{content:"\efb6"}.faprosolid-face-sunglasses:before{content:"\efb7"}.faprosolid-face-surprise:before{content:"\efb8"}.faprosolid-face-swear:before{content:"\efb9"}.faprosolid-face-thermometer:before{content:"\efba"}.faprosolid-face-thinking:before{content:"\efbb"}.faprosolid-face-tired:before{content:"\efbc"}.faprosolid-face-tissue:before{content:"\efbd"}.faprosolid-face-tongue-money:before{content:"\efbe"}.faprosolid-face-tongue-sweat:before{content:"\efbf"}.faprosolid-face-unamused:before{content:"\efc0"}.faprosolid-face-viewfinder:before{content:"\efc1"}.faprosolid-face-vomit:before{content:"\efc2"}.faprosolid-face-weary:before{content:"\efc3"}.faprosolid-face-woozy:before{content:"\efc4"}.faprosolid-face-worried:before{content:"\efc5"}.faprosolid-face-zany:before{content:"\efc6"}.faprosolid-face-zipper:before{content:"\efc7"}.faprosolid-falafel:before{content:"\efc8"}.faprosolid-family-dress:before{content:"\efc9"}.faprosolid-family-pants:before{content:"\efca"}.faprosolid-family:before{content:"\efcb"}.faprosolid-fan-table:before{content:"\efcc"}.faprosolid-fan:before{content:"\efcd"}.faprosolid-farm:before{content:"\efce"}.faprosolid-fast-backward:before{content:"\efcf"}.faprosolid-fast-forward:before{content:"\efd0"}.faprosolid-faucet-drip:before{content:"\efd1"}.faprosolid-faucet:before{content:"\efd2"}.faprosolid-fax:before{content:"\efd3"}.faprosolid-feather-alt:before{content:"\efd4"}.faprosolid-feather-pointed:before{content:"\efd5"}.faprosolid-feather:before{content:"\efd6"}.faprosolid-feed:before{content:"\efd7"}.faprosolid-female:before{content:"\efd8"}.faprosolid-fence:before{content:"\efd9"}.faprosolid-ferris-wheel:before{content:"\efda"}.faprosolid-ferry:before{content:"\efdb"}.faprosolid-field-hockey-stick-ball:before{content:"\efdc"}.faprosolid-field-hockey:before{content:"\efdd"}.faprosolid-fighter-jet:before{content:"\efde"}.faprosolid-file-aiff:before{content:"\efdf"}.faprosolid-file-alt:before{content:"\efe0"}.faprosolid-file-archive:before{content:"\efe1"}.faprosolid-file-arrow-down:before{content:"\efe2"}.faprosolid-file-arrow-up:before{content:"\efe3"}.faprosolid-file-audio:before{content:"\efe4"}.faprosolid-file-award:before{content:"\efe5"}.faprosolid-file-ban:before{content:"\efe6"}.faprosolid-file-binary:before{content:"\efe7"}.faprosolid-file-brackets-curly:before{content:"\efe8"}.faprosolid-file-cad:before{content:"\efe9"}.faprosolid-file-caret-down:before{content:"\efea"}.faprosolid-file-caret-up:before{content:"\efeb"}.faprosolid-file-certificate:before{content:"\efec"}.faprosolid-file-chart-column:before{content:"\efed"}.faprosolid-file-chart-line:before{content:"\efee"}.faprosolid-file-chart-pie:before{content:"\efef"}.faprosolid-file-check:before{content:"\eff0"}.faprosolid-file-circle-check:before{content:"\eff1"}.faprosolid-file-circle-exclamation:before{content:"\eff2"}.faprosolid-file-circle-info:before{content:"\eff3"}.faprosolid-file-circle-minus:before{content:"\eff4"}.faprosolid-file-circle-plus:before{content:"\eff5"}.faprosolid-file-circle-question:before{content:"\eff6"}.faprosolid-file-circle-xmark:before{content:"\eff7"}.faprosolid-file-clipboard:before{content:"\eff8"}.faprosolid-file-code:before{content:"\eff9"}.faprosolid-file-contract:before{content:"\effa"}.faprosolid-file-css:before{content:"\effb"}.faprosolid-file-csv:before{content:"\effc"}.faprosolid-file-dashed-line:before{content:"\effd"}.faprosolid-file-doc:before{content:"\effe"}.faprosolid-file-download:before{content:"\efff"}.faprosolid-file-edit:before{content:"\f000"}.faprosolid-file-eps:before{content:"\f001"}.faprosolid-file-excel:before{content:"\f002"}.faprosolid-file-exclamation:before{content:"\f003"}.faprosolid-file-export:before{content:"\f004"}.faprosolid-file-fragment:before{content:"\f005"}.faprosolid-file-gif:before{content:"\f006"}.faprosolid-file-half-dashed:before{content:"\f007"}.faprosolid-file-heart:before{content:"\f008"}.faprosolid-file-html:before{content:"\f009"}.faprosolid-file-icns:before{content:"\f00a"}.faprosolid-file-image:before{content:"\f00b"}.faprosolid-file-import:before{content:"\f00c"}.faprosolid-file-invoice-dollar:before{content:"\f00d"}.faprosolid-file-invoice:before{content:"\f00e"}.faprosolid-file-jpg:before{content:"\f00f"}.faprosolid-file-js:before{content:"\f010"}.faprosolid-file-lines:before{content:"\f011"}.faprosolid-file-lock:before{content:"\f012"}.faprosolid-file-magnifying-glass:before{content:"\f013"}.faprosolid-file-medical-alt:before{content:"\f014"}.faprosolid-file-medical:before{content:"\f015"}.faprosolid-file-midi:before{content:"\f016"}.faprosolid-file-minus:before{content:"\f017"}.faprosolid-file-mov:before{content:"\f018"}.faprosolid-file-mp3:before{content:"\f019"}.faprosolid-file-mp4:before{content:"\f01a"}.faprosolid-file-music:before{content:"\f01b"}.faprosolid-file-odf:before{content:"\f01c"}.faprosolid-file-pdf:before{content:"\f01d"}.faprosolid-file-pen:before{content:"\f01e"}.faprosolid-file-plus-minus:before{content:"\f01f"}.faprosolid-file-plus:before{content:"\f020"}.faprosolid-file-png:before{content:"\f021"}.faprosolid-file-powerpoint:before{content:"\f022"}.faprosolid-file-ppt:before{content:"\f023"}.faprosolid-file-prescription:before{content:"\f024"}.faprosolid-file-search:before{content:"\f025"}.faprosolid-file-shield:before{content:"\f026"}.faprosolid-file-signature:before{content:"\f027"}.faprosolid-file-slash:before{content:"\f028"}.faprosolid-file-spreadsheet:before{content:"\f029"}.faprosolid-file-svg:before{content:"\f02a"}.faprosolid-file-tex:before{content:"\f02b"}.faprosolid-file-text:before{content:"\f02c"}.faprosolid-file-times:before{content:"\f02d"}.faprosolid-file-upload:before{content:"\f02e"}.faprosolid-file-user:before{content:"\f02f"}.faprosolid-file-vector:before{content:"\f030"}.faprosolid-file-video:before{content:"\f031"}.faprosolid-file-wav:before{content:"\f032"}.faprosolid-file-waveform:before{content:"\f033"}.faprosolid-file-word:before{content:"\f034"}.faprosolid-file-xls:before{content:"\f035"}.faprosolid-file-xmark:before{content:"\f036"}.faprosolid-file-xml:before{content:"\f037"}.faprosolid-file-zip:before{content:"\f038"}.faprosolid-file-zipper:before{content:"\f039"}.faprosolid-file:before{content:"\f03a"}.faprosolid-files-medical:before{content:"\f03b"}.faprosolid-files:before{content:"\f03c"}.faprosolid-fill-drip:before{content:"\f03d"}.faprosolid-fill:before{content:"\f03e"}.faprosolid-film-alt:before{content:"\f03f"}.faprosolid-film-canister:before{content:"\f040"}.faprosolid-film-cannister:before{content:"\f041"}.faprosolid-film-music:before{content:"\f042"}.faprosolid-film-simple:before{content:"\f043"}.faprosolid-film-slash:before{content:"\f044"}.faprosolid-film-stack:before{content:"\f045"}.faprosolid-film:before{content:"\f046"}.faprosolid-films:before{content:"\f047"}.faprosolid-filter-circle-dollar:before{content:"\f048"}.faprosolid-filter-circle-xmark:before{content:"\f049"}.faprosolid-filter-list:before{content:"\f04a"}.faprosolid-filter-slash:before{content:"\f04b"}.faprosolid-filter:before{content:"\f04c"}.faprosolid-filters:before{content:"\f04d"}.faprosolid-fingerprint:before{content:"\f04e"}.faprosolid-fire-alt:before{content:"\f04f"}.faprosolid-fire-burner:before{content:"\f050"}.faprosolid-fire-extinguisher:before{content:"\f051"}.faprosolid-fire-flame-curved:before{content:"\f052"}.faprosolid-fire-flame-simple:before{content:"\f053"}.faprosolid-fire-flame:before{content:"\f054"}.faprosolid-fire-hydrant:before{content:"\f055"}.faprosolid-fire-smoke:before{content:"\f056"}.faprosolid-fire:before{content:"\f057"}.faprosolid-fireplace:before{content:"\f058"}.faprosolid-firewall:before{content:"\f059"}.faprosolid-first-aid:before{content:"\f05a"}.faprosolid-fish-bones:before{content:"\f05b"}.faprosolid-fish-cooked:before{content:"\f05c"}.faprosolid-fish-fins:before{content:"\f05d"}.faprosolid-fish:before{content:"\f05e"}.faprosolid-fishing-rod:before{content:"\f05f"}.faprosolid-fist-raised:before{content:"\f060"}.faprosolid-flag-alt:before{content:"\f061"}.faprosolid-flag-checkered:before{content:"\f062"}.faprosolid-flag-pennant:before{content:"\f063"}.faprosolid-flag-swallowtail:before{content:"\f064"}.faprosolid-flag-usa:before{content:"\f065"}.faprosolid-flag:before{content:"\f066"}.faprosolid-flame:before{content:"\f067"}.faprosolid-flashlight:before{content:"\f068"}.faprosolid-flask-gear:before{content:"\f069"}.faprosolid-flask-poison:before{content:"\f06a"}.faprosolid-flask-potion:before{content:"\f06b"}.faprosolid-flask-round-poison:before{content:"\f06c"}.faprosolid-flask-round-potion:before{content:"\f06d"}.faprosolid-flask-vial:before{content:"\f06e"}.faprosolid-flask:before{content:"\f06f"}.faprosolid-flatbread-stuffed:before{content:"\f070"}.faprosolid-flatbread:before{content:"\f071"}.faprosolid-floppy-disk-circle-arrow-right:before{content:"\f072"}.faprosolid-floppy-disk-circle-xmark:before{content:"\f073"}.faprosolid-floppy-disk-pen:before{content:"\f074"}.faprosolid-floppy-disk-times:before{content:"\f075"}.faprosolid-floppy-disk:before{content:"\f076"}.faprosolid-floppy-disks:before{content:"\f077"}.faprosolid-florin-sign:before{content:"\f078"}.faprosolid-flower-daffodil:before{content:"\f079"}.faprosolid-flower-tulip:before{content:"\f07a"}.faprosolid-flower:before{content:"\f07b"}.faprosolid-flushed:before{content:"\f07c"}.faprosolid-flute:before{content:"\f07d"}.faprosolid-flux-capacitor:before{content:"\f07e"}.faprosolid-flying-disc:before{content:"\f07f"}.faprosolid-fog:before{content:"\f080"}.faprosolid-folder-arrow-down:before{content:"\f081"}.faprosolid-folder-arrow-left:before{content:"\f082"}.faprosolid-folder-arrow-right:before{content:"\f083"}.faprosolid-folder-arrow-up:before{content:"\f084"}.faprosolid-folder-blank:before{content:"\f085"}.faprosolid-folder-bookmark:before{content:"\f086"}.faprosolid-folder-check:before{content:"\f087"}.faprosolid-folder-closed:before{content:"\f088"}.faprosolid-folder-cog:before{content:"\f089"}.faprosolid-folder-download:before{content:"\f08a"}.faprosolid-folder-gear:before{content:"\f08b"}.faprosolid-folder-grid:before{content:"\f08c"}.faprosolid-folder-heart:before{content:"\f08d"}.faprosolid-folder-image:before{content:"\f08e"}.faprosolid-folder-magnifying-glass:before{content:"\f08f"}.faprosolid-folder-medical:before{content:"\f090"}.faprosolid-folder-minus:before{content:"\f091"}.faprosolid-folder-music:before{content:"\f092"}.faprosolid-folder-open:before{content:"\f093"}.faprosolid-folder-plus:before{content:"\f094"}.faprosolid-folder-search:before{content:"\f095"}.faprosolid-folder-times:before{content:"\f096"}.faprosolid-folder-tree:before{content:"\f097"}.faprosolid-folder-upload:before{content:"\f098"}.faprosolid-folder-user:before{content:"\f099"}.faprosolid-folder-xmark:before{content:"\f09a"}.faprosolid-folder:before{content:"\f09b"}.faprosolid-folders:before{content:"\f09c"}.faprosolid-fondue-pot:before{content:"\f09d"}.faprosolid-font-awesome-flag:before{content:"\f09e"}.faprosolid-font-awesome-logo-full:before{content:"\f09f"}.faprosolid-font-awesome:before{content:"\f0a0"}.faprosolid-font-case:before{content:"\f0a1"}.faprosolid-font:before{content:"\f0a2"}.faprosolid-foot-wing:before{content:"\f0a3"}.faprosolid-football-ball:before{content:"\f0a4"}.faprosolid-football-helmet:before{content:"\f0a5"}.faprosolid-football:before{content:"\f0a6"}.faprosolid-fork-knife:before{content:"\f0a7"}.faprosolid-fork:before{content:"\f0a8"}.faprosolid-forklift:before{content:"\f0a9"}.faprosolid-fort:before{content:"\f0aa"}.faprosolid-forward-fast:before{content:"\f0ab"}.faprosolid-forward-step:before{content:"\f0ac"}.faprosolid-forward:before{content:"\f0ad"}.faprosolid-fragile:before{content:"\f0ae"}.faprosolid-frame:before{content:"\f0af"}.faprosolid-franc-sign:before{content:"\f0b0"}.faprosolid-french-fries:before{content:"\f0b1"}.faprosolid-frog:before{content:"\f0b2"}.faprosolid-frosty-head:before{content:"\f0b3"}.faprosolid-frown-open:before{content:"\f0b4"}.faprosolid-frown:before{content:"\f0b5"}.faprosolid-function:before{content:"\f0b6"}.faprosolid-funnel-dollar:before{content:"\f0b7"}.faprosolid-futbol-ball:before{content:"\f0b8"}.faprosolid-futbol:before{content:"\f0b9"}.faprosolid-g:before{content:"\f0ba"}.faprosolid-galaxy:before{content:"\f0bb"}.faprosolid-gallery-thumbnails:before{content:"\f0bc"}.faprosolid-game-board-alt:before{content:"\f0bd"}.faprosolid-game-board-simple:before{content:"\f0be"}.faprosolid-game-board:before{content:"\f0bf"}.faprosolid-game-console-handheld-crank:before{content:"\f0c0"}.faprosolid-game-console-handheld:before{content:"\f0c1"}.faprosolid-gamepad-alt:before{content:"\f0c2"}.faprosolid-gamepad-modern:before{content:"\f0c3"}.faprosolid-gamepad:before{content:"\f0c4"}.faprosolid-garage-car:before{content:"\f0c5"}.faprosolid-garage-empty:before{content:"\f0c6"}.faprosolid-garage-open:before{content:"\f0c7"}.faprosolid-garage:before{content:"\f0c8"}.faprosolid-garlic:before{content:"\f0c9"}.faprosolid-gas-pump-left:before{content:"\f0ca"}.faprosolid-gas-pump-right:before{content:"\f0cb"}.faprosolid-gas-pump-slash:before{content:"\f0cc"}.faprosolid-gas-pump:before{content:"\f0cd"}.faprosolid-gauge-circle-bolt:before{content:"\f0ce"}.faprosolid-gauge-circle-minus:before{content:"\f0cf"}.faprosolid-gauge-circle-plus:before{content:"\f0d0"}.faprosolid-gauge-high:before{content:"\f0d1"}.faprosolid-gauge-low:before{content:"\f0d2"}.faprosolid-gauge-max:before{content:"\f0d3"}.faprosolid-gauge-med:before{content:"\f0d4"}.faprosolid-gauge-min:before{content:"\f0d5"}.faprosolid-gauge-simple-high:before{content:"\f0d6"}.faprosolid-gauge-simple-low:before{content:"\f0d7"}.faprosolid-gauge-simple-max:before{content:"\f0d8"}.faprosolid-gauge-simple-med:before{content:"\f0d9"}.faprosolid-gauge-simple-min:before{content:"\f0da"}.faprosolid-gauge-simple:before{content:"\f0db"}.faprosolid-gauge:before{content:"\f0dc"}.faprosolid-gave-dandy:before{content:"\f0dd"}.faprosolid-gavel:before{content:"\f0de"}.faprosolid-gbp:before{content:"\f0df"}.faprosolid-gear-api:before{content:"\f0e0"}.faprosolid-gear-code:before{content:"\f0e1"}.faprosolid-gear-complex-api:before{content:"\f0e2"}.faprosolid-gear-complex-code:before{content:"\f0e3"}.faprosolid-gear-complex:before{content:"\f0e4"}.faprosolid-gear:before{content:"\f0e5"}.faprosolid-gears:before{content:"\f0e6"}.faprosolid-gem:before{content:"\f0e7"}.faprosolid-gemini:before{content:"\f0e8"}.faprosolid-genderless:before{content:"\f0e9"}.faprosolid-ghost:before{content:"\f0ea"}.faprosolid-gif:before{content:"\f0eb"}.faprosolid-gift-card:before{content:"\f0ec"}.faprosolid-gift:before{content:"\f0ed"}.faprosolid-gifts:before{content:"\f0ee"}.faprosolid-gingerbread-man:before{content:"\f0ef"}.faprosolid-glass-champagne:before{content:"\f0f0"}.faprosolid-glass-cheers:before{content:"\f0f1"}.faprosolid-glass-citrus:before{content:"\f0f2"}.faprosolid-glass-empty:before{content:"\f0f3"}.faprosolid-glass-half-empty:before{content:"\f0f4"}.faprosolid-glass-half-full:before{content:"\f0f5"}.faprosolid-glass-half:before{content:"\f0f6"}.faprosolid-glass-martini-alt:before{content:"\f0f7"}.faprosolid-glass-martini:before{content:"\f0f8"}.faprosolid-glass-water-droplet:before{content:"\f0f9"}.faprosolid-glass-water:before{content:"\f0fa"}.faprosolid-glass-whiskey-rocks:before{content:"\f0fb"}.faprosolid-glass-whiskey:before{content:"\f0fc"}.faprosolid-glass:before{content:"\f0fd"}.faprosolid-glasses-alt:before{content:"\f0fe"}.faprosolid-glasses-round:before{content:"\f0ff"}.faprosolid-glasses:before{content:"\f100"}.faprosolid-globe-africa:before{content:"\f101"}.faprosolid-globe-americas:before{content:"\f102"}.faprosolid-globe-asia:before{content:"\f103"}.faprosolid-globe-europe:before{content:"\f104"}.faprosolid-globe-oceania:before{content:"\f105"}.faprosolid-globe-pointer:before{content:"\f106"}.faprosolid-globe-snow:before{content:"\f107"}.faprosolid-globe-stand:before{content:"\f108"}.faprosolid-globe-wifi:before{content:"\f109"}.faprosolid-globe-www:before{content:"\f10a"}.faprosolid-globe:before{content:"\f10b"}.faprosolid-glove-boxing:before{content:"\f10c"}.faprosolid-goal-net:before{content:"\f10d"}.faprosolid-golf-ball-tee:before{content:"\f10e"}.faprosolid-golf-ball:before{content:"\f10f"}.faprosolid-golf-club:before{content:"\f110"}.faprosolid-golf-flag-hole:before{content:"\f111"}.faprosolid-gopuram:before{content:"\f112"}.faprosolid-gpu:before{content:"\f113"}.faprosolid-graduation-cap:before{content:"\f114"}.faprosolid-gramophone:before{content:"\f115"}.faprosolid-grapes:before{content:"\f116"}.faprosolid-grate-droplet:before{content:"\f117"}.faprosolid-grate:before{content:"\f118"}.faprosolid-greater-than-equal:before{content:"\f119"}.faprosolid-greater-than:before{content:"\f11a"}.faprosolid-grid-2-minus:before{content:"\f11b"}.faprosolid-grid-2-plus:before{content:"\f11c"}.faprosolid-grid-2:before{content:"\f11d"}.faprosolid-grid-3:before{content:"\f11e"}.faprosolid-grid-4:before{content:"\f11f"}.faprosolid-grid-5:before{content:"\f120"}.faprosolid-grid-dividers:before{content:"\f121"}.faprosolid-grid-horizontal:before{content:"\f122"}.faprosolid-grid-round-2-minus:before{content:"\f123"}.faprosolid-grid-round-2-plus:before{content:"\f124"}.faprosolid-grid-round-2:before{content:"\f125"}.faprosolid-grid-round-4:before{content:"\f126"}.faprosolid-grid-round-5:before{content:"\f127"}.faprosolid-grid-round:before{content:"\f128"}.faprosolid-grid-vertical:before{content:"\f129"}.faprosolid-grid:before{content:"\f12a"}.faprosolid-grill-fire:before{content:"\f12b"}.faprosolid-grill-hot:before{content:"\f12c"}.faprosolid-grill:before{content:"\f12d"}.faprosolid-grimace:before{content:"\f12e"}.faprosolid-grin-alt:before{content:"\f12f"}.faprosolid-grin-beam-sweat:before{content:"\f130"}.faprosolid-grin-beam:before{content:"\f131"}.faprosolid-grin-hearts:before{content:"\f132"}.faprosolid-grin-squint-tears:before{content:"\f133"}.faprosolid-grin-squint:before{content:"\f134"}.faprosolid-grin-stars:before{content:"\f135"}.faprosolid-grin-tears:before{content:"\f136"}.faprosolid-grin-tongue-squint:before{content:"\f137"}.faprosolid-grin-tongue-wink:before{content:"\f138"}.faprosolid-grin-tongue:before{content:"\f139"}.faprosolid-grin-wink:before{content:"\f13a"}.faprosolid-grin:before{content:"\f13b"}.faprosolid-grip-dots-vertical:before{content:"\f13c"}.faprosolid-grip-dots:before{content:"\f13d"}.faprosolid-grip-horizontal:before{content:"\f13e"}.faprosolid-grip-lines-vertical:before{content:"\f13f"}.faprosolid-grip-lines:before{content:"\f140"}.faprosolid-grip-vertical:before{content:"\f141"}.faprosolid-grip:before{content:"\f142"}.faprosolid-group-arrows-rotate:before{content:"\f143"}.faprosolid-guarani-sign:before{content:"\f144"}.faprosolid-guitar-electric:before{content:"\f145"}.faprosolid-guitar:before{content:"\f146"}.faprosolid-guitars:before{content:"\f147"}.faprosolid-gun-slash:before{content:"\f148"}.faprosolid-gun-squirt:before{content:"\f149"}.faprosolid-gun:before{content:"\f14a"}.faprosolid-h-square:before{content:"\f14b"}.faprosolid-h:before{content:"\f14c"}.faprosolid-h1:before{content:"\f14d"}.faprosolid-h2:before{content:"\f14e"}.faprosolid-h3:before{content:"\f14f"}.faprosolid-h4:before{content:"\f150"}.faprosolid-h5:before{content:"\f151"}.faprosolid-h6:before{content:"\f152"}.faprosolid-hamburger:before{content:"\f153"}.faprosolid-hammer-brush:before{content:"\f154"}.faprosolid-hammer-crash:before{content:"\f155"}.faprosolid-hammer-war:before{content:"\f156"}.faprosolid-hammer:before{content:"\f157"}.faprosolid-hamsa:before{content:"\f158"}.faprosolid-hand-back-fist:before{content:"\f159"}.faprosolid-hand-back-point-down:before{content:"\f15a"}.faprosolid-hand-back-point-left:before{content:"\f15b"}.faprosolid-hand-back-point-ribbon:before{content:"\f15c"}.faprosolid-hand-back-point-right:before{content:"\f15d"}.faprosolid-hand-back-point-up:before{content:"\f15e"}.faprosolid-hand-dots:before{content:"\f15f"}.faprosolid-hand-fingers-crossed:before{content:"\f160"}.faprosolid-hand-fist:before{content:"\f161"}.faprosolid-hand-heart:before{content:"\f162"}.faprosolid-hand-holding-box:before{content:"\f163"}.faprosolid-hand-holding-circle-dollar:before{content:"\f164"}.faprosolid-hand-holding-dollar:before{content:"\f165"}.faprosolid-hand-holding-droplet:before{content:"\f166"}.faprosolid-hand-holding-hand:before{content:"\f167"}.faprosolid-hand-holding-heart:before{content:"\f168"}.faprosolid-hand-holding-magic:before{content:"\f169"}.faprosolid-hand-holding-medical:before{content:"\f16a"}.faprosolid-hand-holding-seedling:before{content:"\f16b"}.faprosolid-hand-holding-skull:before{content:"\f16c"}.faprosolid-hand-holding-star:before{content:"\f16d"}.faprosolid-hand-holding-usd:before{content:"\f16e"}.faprosolid-hand-holding-water:before{content:"\f16f"}.faprosolid-hand-holding:before{content:"\f170"}.faprosolid-hand-horns:before{content:"\f171"}.faprosolid-hand-lizard:before{content:"\f172"}.faprosolid-hand-love:before{content:"\f173"}.faprosolid-hand-middle-finger:before{content:"\f174"}.faprosolid-hand-paper:before{content:"\f175"}.faprosolid-hand-peace:before{content:"\f176"}.faprosolid-hand-point-down:before{content:"\f177"}.faprosolid-hand-point-left:before{content:"\f178"}.faprosolid-hand-point-ribbon:before{content:"\f179"}.faprosolid-hand-point-right:before{content:"\f17a"}.faprosolid-hand-point-up:before{content:"\f17b"}.faprosolid-hand-pointer:before{content:"\f17c"}.faprosolid-hand-receiving:before{content:"\f17d"}.faprosolid-hand-rock:before{content:"\f17e"}.faprosolid-hand-scissors:before{content:"\f17f"}.faprosolid-hand-shaka:before{content:"\f180"}.faprosolid-hand-sparkles:before{content:"\f181"}.faprosolid-hand-spock:before{content:"\f182"}.faprosolid-hand-wave:before{content:"\f183"}.faprosolid-hand:before{content:"\f184"}.faprosolid-handcuffs:before{content:"\f185"}.faprosolid-hands-american-sign-language-interpreting:before{content:"\f186"}.faprosolid-hands-asl-interpreting:before{content:"\f187"}.faprosolid-hands-bound:before{content:"\f188"}.faprosolid-hands-bubbles:before{content:"\f189"}.faprosolid-hands-clapping:before{content:"\f18a"}.faprosolid-hands-heart:before{content:"\f18b"}.faprosolid-hands-helping:before{content:"\f18c"}.faprosolid-hands-holding-child:before{content:"\f18d"}.faprosolid-hands-holding-circle:before{content:"\f18e"}.faprosolid-hands-holding-diamond:before{content:"\f18f"}.faprosolid-hands-holding-dollar:before{content:"\f190"}.faprosolid-hands-holding-heart:before{content:"\f191"}.faprosolid-hands-holding:before{content:"\f192"}.faprosolid-hands-praying:before{content:"\f193"}.faprosolid-hands-usd:before{content:"\f194"}.faprosolid-hands-wash:before{content:"\f195"}.faprosolid-hands:before{content:"\f196"}.faprosolid-handshake-alt-slash:before{content:"\f197"}.faprosolid-handshake-alt:before{content:"\f198"}.faprosolid-handshake-angle:before{content:"\f199"}.faprosolid-handshake-simple-slash:before{content:"\f19a"}.faprosolid-handshake-simple:before{content:"\f19b"}.faprosolid-handshake-slash:before{content:"\f19c"}.faprosolid-handshake:before{content:"\f19d"}.faprosolid-hanukiah:before{content:"\f19e"}.faprosolid-hard-drive:before{content:"\f19f"}.faprosolid-hard-hat:before{content:"\f1a0"}.faprosolid-hard-of-hearing:before{content:"\f1a1"}.faprosolid-hashtag-lock:before{content:"\f1a2"}.faprosolid-hashtag:before{content:"\f1a3"}.faprosolid-hat-beach:before{content:"\f1a4"}.faprosolid-hat-chef:before{content:"\f1a5"}.faprosolid-hat-cowboy-side:before{content:"\f1a6"}.faprosolid-hat-cowboy:before{content:"\f1a7"}.faprosolid-hat-hard:before{content:"\f1a8"}.faprosolid-hat-santa:before{content:"\f1a9"}.faprosolid-hat-winter:before{content:"\f1aa"}.faprosolid-hat-witch:before{content:"\f1ab"}.faprosolid-hat-wizard:before{content:"\f1ac"}.faprosolid-haykal:before{content:"\f1ad"}.faprosolid-hdd:before{content:"\f1ae"}.faprosolid-head-side-brain:before{content:"\f1af"}.faprosolid-head-side-circuit:before{content:"\f1b0"}.faprosolid-head-side-cough-slash:before{content:"\f1b1"}.faprosolid-head-side-cough:before{content:"\f1b2"}.faprosolid-head-side-gear:before{content:"\f1b3"}.faprosolid-head-side-goggles:before{content:"\f1b4"}.faprosolid-head-side-headphones:before{content:"\f1b5"}.faprosolid-head-side-heart:before{content:"\f1b6"}.faprosolid-head-side-mask:before{content:"\f1b7"}.faprosolid-head-side-medical:before{content:"\f1b8"}.faprosolid-head-side-speak:before{content:"\f1b9"}.faprosolid-head-side-virus:before{content:"\f1ba"}.faprosolid-head-side:before{content:"\f1bb"}.faprosolid-head-vr:before{content:"\f1bc"}.faprosolid-header:before{content:"\f1bd"}.faprosolid-heading:before{content:"\f1be"}.faprosolid-headphones-alt:before{content:"\f1bf"}.faprosolid-headphones-simple:before{content:"\f1c0"}.faprosolid-headphones-slash:before{content:"\f1c1"}.faprosolid-headphones:before{content:"\f1c2"}.faprosolid-headset:before{content:"\f1c3"}.faprosolid-heart-broken:before{content:"\f1c4"}.faprosolid-heart-circle-bolt:before{content:"\f1c5"}.faprosolid-heart-circle-check:before{content:"\f1c6"}.faprosolid-heart-circle-exclamation:before{content:"\f1c7"}.faprosolid-heart-circle-minus:before{content:"\f1c8"}.faprosolid-heart-circle-plus:before{content:"\f1c9"}.faprosolid-heart-circle-xmark:before{content:"\f1ca"}.faprosolid-heart-circle:before{content:"\f1cb"}.faprosolid-heart-crack:before{content:"\f1cc"}.faprosolid-heart-half-alt:before{content:"\f1cd"}.faprosolid-heart-half-stroke:before{content:"\f1ce"}.faprosolid-heart-half:before{content:"\f1cf"}.faprosolid-heart-music-camera-bolt:before{content:"\f1d0"}.faprosolid-heart-pulse:before{content:"\f1d1"}.faprosolid-heart-rate:before{content:"\f1d2"}.faprosolid-heart-slash:before{content:"\f1d3"}.faprosolid-heart-square:before{content:"\f1d4"}.faprosolid-heart:before{content:"\f1d5"}.faprosolid-heartbeat:before{content:"\f1d6"}.faprosolid-hearts:before{content:"\f1d7"}.faprosolid-heat:before{content:"\f1d8"}.faprosolid-helicopter-symbol:before{content:"\f1d9"}.faprosolid-helicopter:before{content:"\f1da"}.faprosolid-helmet-battle:before{content:"\f1db"}.faprosolid-helmet-safety:before{content:"\f1dc"}.faprosolid-helmet-un:before{content:"\f1dd"}.faprosolid-heptagon:before{content:"\f1de"}.faprosolid-hexagon-check:before{content:"\f1df"}.faprosolid-hexagon-divide:before{content:"\f1e0"}.faprosolid-hexagon-equals:before{content:"\f1e1"}.faprosolid-hexagon-exclamation:before{content:"\f1e2"}.faprosolid-hexagon-image:before{content:"\f1e3"}.faprosolid-hexagon-minus:before{content:"\f1e4"}.faprosolid-hexagon-nodes-bolt:before{content:"\f1e5"}.faprosolid-hexagon-nodes:before{content:"\f1e6"}.faprosolid-hexagon-plus:before{content:"\f1e7"}.faprosolid-hexagon-vertical-nft-slanted:before{content:"\f1e8"}.faprosolid-hexagon-vertical-nft:before{content:"\f1e9"}.faprosolid-hexagon-xmark:before{content:"\f1ea"}.faprosolid-hexagon:before{content:"\f1eb"}.faprosolid-high-definition:before{content:"\f1ec"}.faprosolid-highlighter-line:before{content:"\f1ed"}.faprosolid-highlighter:before{content:"\f1ee"}.faprosolid-hiking:before{content:"\f1ef"}.faprosolid-hill-avalanche:before{content:"\f1f0"}.faprosolid-hill-rockslide:before{content:"\f1f1"}.faprosolid-hippo:before{content:"\f1f2"}.faprosolid-history:before{content:"\f1f3"}.faprosolid-hockey-mask:before{content:"\f1f4"}.faprosolid-hockey-puck:before{content:"\f1f5"}.faprosolid-hockey-stick-puck:before{content:"\f1f6"}.faprosolid-hockey-stick:before{content:"\f1f7"}.faprosolid-hockey-sticks:before{content:"\f1f8"}.faprosolid-holly-berry:before{content:"\f1f9"}.faprosolid-home-alt:before{content:"\f1fa"}.faprosolid-home-blank:before{content:"\f1fb"}.faprosolid-home-heart:before{content:"\f1fc"}.faprosolid-home-lg-alt:before{content:"\f1fd"}.faprosolid-home-lg:before{content:"\f1fe"}.faprosolid-home-user:before{content:"\f1ff"}.faprosolid-home:before{content:"\f200"}.faprosolid-honey-pot:before{content:"\f201"}.faprosolid-hood-cloak:before{content:"\f202"}.faprosolid-horizontal-rule:before{content:"\f203"}.faprosolid-horse-head:before{content:"\f204"}.faprosolid-horse-saddle:before{content:"\f205"}.faprosolid-horse:before{content:"\f206"}.faprosolid-horseshoe:before{content:"\f207"}.faprosolid-hose-reel:before{content:"\f208"}.faprosolid-hose:before{content:"\f209"}.faprosolid-hospital-alt:before{content:"\f20a"}.faprosolid-hospital-symbol:before{content:"\f20b"}.faprosolid-hospital-user:before{content:"\f20c"}.faprosolid-hospital-wide:before{content:"\f20d"}.faprosolid-hospital:before{content:"\f20e"}.faprosolid-hospitals:before{content:"\f20f"}.faprosolid-hot-tub-person:before{content:"\f210"}.faprosolid-hot-tub:before{content:"\f211"}.faprosolid-hotdog:before{content:"\f212"}.faprosolid-hotel:before{content:"\f213"}.faprosolid-hourglass-1:before{content:"\f214"}.faprosolid-hourglass-2:before{content:"\f215"}.faprosolid-hourglass-3:before{content:"\f216"}.faprosolid-hourglass-clock:before{content:"\f217"}.faprosolid-hourglass-empty:before{content:"\f218"}.faprosolid-hourglass-end:before{content:"\f219"}.faprosolid-hourglass-half:before{content:"\f21a"}.faprosolid-hourglass-start:before{content:"\f21b"}.faprosolid-hourglass:before{content:"\f21c"}.faprosolid-house-blank:before{content:"\f21d"}.faprosolid-house-building:before{content:"\f21e"}.faprosolid-house-chimney-blank:before{content:"\f21f"}.faprosolid-house-chimney-crack:before{content:"\f220"}.faprosolid-house-chimney-heart:before{content:"\f221"}.faprosolid-house-chimney-medical:before{content:"\f222"}.faprosolid-house-chimney-user:before{content:"\f223"}.faprosolid-house-chimney-window:before{content:"\f224"}.faprosolid-house-chimney:before{content:"\f225"}.faprosolid-house-circle-check:before{content:"\f226"}.faprosolid-house-circle-exclamation:before{content:"\f227"}.faprosolid-house-circle-xmark:before{content:"\f228"}.faprosolid-house-crack:before{content:"\f229"}.faprosolid-house-damage:before{content:"\f22a"}.faprosolid-house-day:before{content:"\f22b"}.faprosolid-house-fire:before{content:"\f22c"}.faprosolid-house-flag:before{content:"\f22d"}.faprosolid-house-flood-water-circle-arrow-right:before{content:"\f22e"}.faprosolid-house-flood-water:before{content:"\f22f"}.faprosolid-house-flood:before{content:"\f230"}.faprosolid-house-heart:before{content:"\f231"}.faprosolid-house-laptop:before{content:"\f232"}.faprosolid-house-leave:before{content:"\f233"}.faprosolid-house-lock:before{content:"\f234"}.faprosolid-house-medical-circle-check:before{content:"\f235"}.faprosolid-house-medical-circle-exclamation:before{content:"\f236"}.faprosolid-house-medical-circle-xmark:before{content:"\f237"}.faprosolid-house-medical-flag:before{content:"\f238"}.faprosolid-house-medical:before{content:"\f239"}.faprosolid-house-night:before{content:"\f23a"}.faprosolid-house-person-arrive:before{content:"\f23b"}.faprosolid-house-person-depart:before{content:"\f23c"}.faprosolid-house-person-leave:before{content:"\f23d"}.faprosolid-house-person-return:before{content:"\f23e"}.faprosolid-house-return:before{content:"\f23f"}.faprosolid-house-signal:before{content:"\f240"}.faprosolid-house-tree:before{content:"\f241"}.faprosolid-house-tsunami:before{content:"\f242"}.faprosolid-house-turret:before{content:"\f243"}.faprosolid-house-unlock:before{content:"\f244"}.faprosolid-house-user:before{content:"\f245"}.faprosolid-house-water:before{content:"\f246"}.faprosolid-house-window:before{content:"\f247"}.faprosolid-house:before{content:"\f248"}.faprosolid-hryvnia-sign:before{content:"\f249"}.faprosolid-hryvnia:before{content:"\f24a"}.faprosolid-humidity:before{content:"\f24b"}.faprosolid-hundred-points:before{content:"\f24c"}.faprosolid-hurricane:before{content:"\f24d"}.faprosolid-hydra:before{content:"\f24e"}.faprosolid-hyphen:before{content:"\f24f"}.faprosolid-i-cursor:before{content:"\f250"}.faprosolid-i:before{content:"\f251"}.faprosolid-ice-cream:before{content:"\f252"}.faprosolid-ice-skate:before{content:"\f253"}.faprosolid-icicles:before{content:"\f254"}.faprosolid-icons-alt:before{content:"\f255"}.faprosolid-icons:before{content:"\f256"}.faprosolid-id-badge:before{content:"\f257"}.faprosolid-id-card-alt:before{content:"\f258"}.faprosolid-id-card-clip:before{content:"\f259"}.faprosolid-id-card:before{content:"\f25a"}.faprosolid-igloo:before{content:"\f25b"}.faprosolid-ils:before{content:"\f25c"}.faprosolid-image-broken:before{content:"\f25d"}.faprosolid-image-circle-arrow-down:before{content:"\f25e"}.faprosolid-image-circle-check:before{content:"\f25f"}.faprosolid-image-circle-plus:before{content:"\f260"}.faprosolid-image-circle-xmark:before{content:"\f261"}.faprosolid-image-landscape:before{content:"\f262"}.faprosolid-image-music:before{content:"\f263"}.faprosolid-image-polaroid-user:before{content:"\f264"}.faprosolid-image-polaroid:before{content:"\f265"}.faprosolid-image-portrait:before{content:"\f266"}.faprosolid-image-slash:before{content:"\f267"}.faprosolid-image-stack:before{content:"\f268"}.faprosolid-image-user:before{content:"\f269"}.faprosolid-image:before{content:"\f26a"}.faprosolid-images-user:before{content:"\f26b"}.faprosolid-images:before{content:"\f26c"}.faprosolid-inbox-arrow-down:before{content:"\f26d"}.faprosolid-inbox-arrow-up:before{content:"\f26e"}.faprosolid-inbox-full:before{content:"\f26f"}.faprosolid-inbox-in:before{content:"\f270"}.faprosolid-inbox-out:before{content:"\f271"}.faprosolid-inbox:before{content:"\f272"}.faprosolid-inboxes:before{content:"\f273"}.faprosolid-indent:before{content:"\f274"}.faprosolid-indian-rupee-sign:before{content:"\f275"}.faprosolid-indian-rupee:before{content:"\f276"}.faprosolid-industry-alt:before{content:"\f277"}.faprosolid-industry-windows:before{content:"\f278"}.faprosolid-industry:before{content:"\f279"}.faprosolid-infinity:before{content:"\f27a"}.faprosolid-info-circle:before{content:"\f27b"}.faprosolid-info-square:before{content:"\f27c"}.faprosolid-info:before{content:"\f27d"}.faprosolid-inhaler:before{content:"\f27e"}.faprosolid-input-numeric:before{content:"\f27f"}.faprosolid-input-password:before{content:"\f280"}.faprosolid-input-pipe:before{content:"\f281"}.faprosolid-input-text:before{content:"\f282"}.faprosolid-inr:before{content:"\f283"}.faprosolid-institution:before{content:"\f284"}.faprosolid-integral:before{content:"\f285"}.faprosolid-interrobang:before{content:"\f286"}.faprosolid-intersection:before{content:"\f287"}.faprosolid-inventory:before{content:"\f288"}.faprosolid-island-tree-palm:before{content:"\f289"}.faprosolid-island-tropical:before{content:"\f28a"}.faprosolid-italic:before{content:"\f28b"}.faprosolid-j:before{content:"\f28c"}.faprosolid-jack-o-lantern:before{content:"\f28d"}.faprosolid-jar-wheat:before{content:"\f28e"}.faprosolid-jar:before{content:"\f28f"}.faprosolid-jeans-straight:before{content:"\f290"}.faprosolid-jeans:before{content:"\f291"}.faprosolid-jedi:before{content:"\f292"}.faprosolid-jet-fighter-up:before{content:"\f293"}.faprosolid-jet-fighter:before{content:"\f294"}.faprosolid-joint:before{content:"\f295"}.faprosolid-journal-whills:before{content:"\f296"}.faprosolid-joystick:before{content:"\f297"}.faprosolid-jpy:before{content:"\f298"}.faprosolid-jug-bottle:before{content:"\f299"}.faprosolid-jug-detergent:before{content:"\f29a"}.faprosolid-jug:before{content:"\f29b"}.faprosolid-k:before{content:"\f29c"}.faprosolid-kaaba:before{content:"\f29d"}.faprosolid-kayak:before{content:"\f29e"}.faprosolid-kazoo:before{content:"\f29f"}.faprosolid-kerning:before{content:"\f2a0"}.faprosolid-kettlebell:before{content:"\f2a1"}.faprosolid-key-skeleton-left-right:before{content:"\f2a2"}.faprosolid-key-skeleton:before{content:"\f2a3"}.faprosolid-key:before{content:"\f2a4"}.faprosolid-keyboard-brightness-low:before{content:"\f2a5"}.faprosolid-keyboard-brightness:before{content:"\f2a6"}.faprosolid-keyboard-down:before{content:"\f2a7"}.faprosolid-keyboard-left:before{content:"\f2a8"}.faprosolid-keyboard:before{content:"\f2a9"}.faprosolid-keynote:before{content:"\f2aa"}.faprosolid-khanda:before{content:"\f2ab"}.faprosolid-kidneys:before{content:"\f2ac"}.faprosolid-kip-sign:before{content:"\f2ad"}.faprosolid-kiss-beam:before{content:"\f2ae"}.faprosolid-kiss-wink-heart:before{content:"\f2af"}.faprosolid-kiss:before{content:"\f2b0"}.faprosolid-kit-medical:before{content:"\f2b1"}.faprosolid-kitchen-set:before{content:"\f2b2"}.faprosolid-kite:before{content:"\f2b3"}.faprosolid-kiwi-bird:before{content:"\f2b4"}.faprosolid-kiwi-fruit:before{content:"\f2b5"}.faprosolid-knife-kitchen:before{content:"\f2b6"}.faprosolid-knife:before{content:"\f2b7"}.faprosolid-krw:before{content:"\f2b8"}.faprosolid-l:before{content:"\f2b9"}.faprosolid-label:before{content:"\f2ba"}.faprosolid-lacrosse-stick-ball:before{content:"\f2bb"}.faprosolid-lacrosse-stick:before{content:"\f2bc"}.faprosolid-ladder-water:before{content:"\f2bd"}.faprosolid-lambda:before{content:"\f2be"}.faprosolid-lamp-desk:before{content:"\f2bf"}.faprosolid-lamp-floor:before{content:"\f2c0"}.faprosolid-lamp-street:before{content:"\f2c1"}.faprosolid-lamp:before{content:"\f2c2"}.faprosolid-land-mine-on:before{content:"\f2c3"}.faprosolid-landmark-alt:before{content:"\f2c4"}.faprosolid-landmark-dome:before{content:"\f2c5"}.faprosolid-landmark-flag:before{content:"\f2c6"}.faprosolid-landmark-magnifying-glass:before{content:"\f2c7"}.faprosolid-landmark:before{content:"\f2c8"}.faprosolid-landscape:before{content:"\f2c9"}.faprosolid-language:before{content:"\f2ca"}.faprosolid-laptop-arrow-down:before{content:"\f2cb"}.faprosolid-laptop-binary:before{content:"\f2cc"}.faprosolid-laptop-code:before{content:"\f2cd"}.faprosolid-laptop-file:before{content:"\f2ce"}.faprosolid-laptop-house:before{content:"\f2cf"}.faprosolid-laptop-medical:before{content:"\f2d0"}.faprosolid-laptop-mobile:before{content:"\f2d1"}.faprosolid-laptop-slash:before{content:"\f2d2"}.faprosolid-laptop:before{content:"\f2d3"}.faprosolid-lari-sign:before{content:"\f2d4"}.faprosolid-lasso-sparkles:before{content:"\f2d5"}.faprosolid-lasso:before{content:"\f2d6"}.faprosolid-laugh-beam:before{content:"\f2d7"}.faprosolid-laugh-squint:before{content:"\f2d8"}.faprosolid-laugh-wink:before{content:"\f2d9"}.faprosolid-laugh:before{content:"\f2da"}.faprosolid-layer-group-minus:before{content:"\f2db"}.faprosolid-layer-group-plus:before{content:"\f2dc"}.faprosolid-layer-group:before{content:"\f2dd"}.faprosolid-layer-minus:before{content:"\f2de"}.faprosolid-layer-plus:before{content:"\f2df"}.faprosolid-layer:before{content:"\f2e0"}.faprosolid-leaf-heart:before{content:"\f2e1"}.faprosolid-leaf-maple:before{content:"\f2e2"}.faprosolid-leaf-oak:before{content:"\f2e3"}.faprosolid-leaf:before{content:"\f2e4"}.faprosolid-leafy-green:before{content:"\f2e5"}.faprosolid-left-from-bracket:before{content:"\f2e6"}.faprosolid-left-from-dotted-line:before{content:"\f2e7"}.faprosolid-left-from-line:before{content:"\f2e8"}.faprosolid-left-long-to-line:before{content:"\f2e9"}.faprosolid-left-long:before{content:"\f2ea"}.faprosolid-left-right:before{content:"\f2eb"}.faprosolid-left-to-bracket:before{content:"\f2ec"}.faprosolid-left-to-dotted-line:before{content:"\f2ed"}.faprosolid-left-to-line:before{content:"\f2ee"}.faprosolid-left:before{content:"\f2ef"}.faprosolid-legal:before{content:"\f2f0"}.faprosolid-lemon:before{content:"\f2f1"}.faprosolid-leo:before{content:"\f2f2"}.faprosolid-less-than-equal:before{content:"\f2f3"}.faprosolid-less-than:before{content:"\f2f4"}.faprosolid-level-down-alt:before{content:"\f2f5"}.faprosolid-level-down:before{content:"\f2f6"}.faprosolid-level-up-alt:before{content:"\f2f7"}.faprosolid-level-up:before{content:"\f2f8"}.faprosolid-libra:before{content:"\f2f9"}.faprosolid-life-ring:before{content:"\f2fa"}.faprosolid-light-ceiling:before{content:"\f2fb"}.faprosolid-light-emergency-on:before{content:"\f2fc"}.faprosolid-light-emergency:before{content:"\f2fd"}.faprosolid-light-switch-off:before{content:"\f2fe"}.faprosolid-light-switch-on:before{content:"\f2ff"}.faprosolid-light-switch:before{content:"\f300"}.faprosolid-lightbulb-cfl-on:before{content:"\f301"}.faprosolid-lightbulb-cfl:before{content:"\f302"}.faprosolid-lightbulb-dollar:before{content:"\f303"}.faprosolid-lightbulb-exclamation-on:before{content:"\f304"}.faprosolid-lightbulb-exclamation:before{content:"\f305"}.faprosolid-lightbulb-gear:before{content:"\f306"}.faprosolid-lightbulb-message:before{content:"\f307"}.faprosolid-lightbulb-on:before{content:"\f308"}.faprosolid-lightbulb-slash:before{content:"\f309"}.faprosolid-lightbulb:before{content:"\f30a"}.faprosolid-lighthouse:before{content:"\f30b"}.faprosolid-lights-holiday:before{content:"\f30c"}.faprosolid-line-chart:before{content:"\f30d"}.faprosolid-line-columns:before{content:"\f30e"}.faprosolid-line-height:before{content:"\f30f"}.faprosolid-lines-leaning:before{content:"\f310"}.faprosolid-link-broken:before{content:"\f311"}.faprosolid-link-horizontal-slash:before{content:"\f312"}.faprosolid-link-horizontal:before{content:"\f313"}.faprosolid-link-simple-slash:before{content:"\f314"}.faprosolid-link-simple:before{content:"\f315"}.faprosolid-link-slash:before{content:"\f316"}.faprosolid-link:before{content:"\f317"}.faprosolid-lips:before{content:"\f318"}.faprosolid-lira-sign:before{content:"\f319"}.faprosolid-list-1-2:before{content:"\f31a"}.faprosolid-list-alt:before{content:"\f31b"}.faprosolid-list-check:before{content:"\f31c"}.faprosolid-list-dots:before{content:"\f31d"}.faprosolid-list-dropdown:before{content:"\f31e"}.faprosolid-list-music:before{content:"\f31f"}.faprosolid-list-numeric:before{content:"\f320"}.faprosolid-list-ol:before{content:"\f321"}.faprosolid-list-radio:before{content:"\f322"}.faprosolid-list-squares:before{content:"\f323"}.faprosolid-list-timeline:before{content:"\f324"}.faprosolid-list-tree:before{content:"\f325"}.faprosolid-list-ul:before{content:"\f326"}.faprosolid-list:before{content:"\f327"}.faprosolid-litecoin-sign:before{content:"\f328"}.faprosolid-loader:before{content:"\f329"}.faprosolid-lobster:before{content:"\f32a"}.faprosolid-location-arrow-slash:before{content:"\f32b"}.faprosolid-location-arrow-up:before{content:"\f32c"}.faprosolid-location-arrow:before{content:"\f32d"}.faprosolid-location-check:before{content:"\f32e"}.faprosolid-location-circle:before{content:"\f32f"}.faprosolid-location-crosshairs-slash:before{content:"\f330"}.faprosolid-location-crosshairs:before{content:"\f331"}.faprosolid-location-dot-slash:before{content:"\f332"}.faprosolid-location-dot:before{content:"\f333"}.faprosolid-location-exclamation:before{content:"\f334"}.faprosolid-location-minus:before{content:"\f335"}.faprosolid-location-pen:before{content:"\f336"}.faprosolid-location-pin-lock:before{content:"\f337"}.faprosolid-location-pin-slash:before{content:"\f338"}.faprosolid-location-pin:before{content:"\f339"}.faprosolid-location-plus:before{content:"\f33a"}.faprosolid-location-question:before{content:"\f33b"}.faprosolid-location-slash:before{content:"\f33c"}.faprosolid-location-smile:before{content:"\f33d"}.faprosolid-location-xmark:before{content:"\f33e"}.faprosolid-location:before{content:"\f33f"}.faprosolid-lock-a:before{content:"\f340"}.faprosolid-lock-alt:before{content:"\f341"}.faprosolid-lock-hashtag:before{content:"\f342"}.faprosolid-lock-keyhole-open:before{content:"\f343"}.faprosolid-lock-keyhole:before{content:"\f344"}.faprosolid-lock-open-alt:before{content:"\f345"}.faprosolid-lock-open:before{content:"\f346"}.faprosolid-lock:before{content:"\f347"}.faprosolid-locust:before{content:"\f348"}.faprosolid-lollipop:before{content:"\f349"}.faprosolid-lollypop:before{content:"\f34a"}.faprosolid-long-arrow-alt-down:before{content:"\f34b"}.faprosolid-long-arrow-alt-left:before{content:"\f34c"}.faprosolid-long-arrow-alt-right:before{content:"\f34d"}.faprosolid-long-arrow-alt-up:before{content:"\f34e"}.faprosolid-long-arrow-down:before{content:"\f34f"}.faprosolid-long-arrow-left:before{content:"\f350"}.faprosolid-long-arrow-right:before{content:"\f351"}.faprosolid-long-arrow-up:before{content:"\f352"}.faprosolid-loveseat:before{content:"\f353"}.faprosolid-low-vision:before{content:"\f354"}.faprosolid-luchador-mask:before{content:"\f355"}.faprosolid-luchador:before{content:"\f356"}.faprosolid-luggage-cart:before{content:"\f357"}.faprosolid-lungs-virus:before{content:"\f358"}.faprosolid-lungs:before{content:"\f359"}.faprosolid-lychee:before{content:"\f35a"}.faprosolid-m:before{content:"\f35b"}.faprosolid-mace:before{content:"\f35c"}.faprosolid-magic-wand-sparkles:before{content:"\f35d"}.faprosolid-magic:before{content:"\f35e"}.faprosolid-magnet:before{content:"\f35f"}.faprosolid-magnifying-glass-arrow-right:before{content:"\f360"}.faprosolid-magnifying-glass-arrows-rotate:before{content:"\f361"}.faprosolid-magnifying-glass-chart:before{content:"\f362"}.faprosolid-magnifying-glass-dollar:before{content:"\f363"}.faprosolid-magnifying-glass-location:before{content:"\f364"}.faprosolid-magnifying-glass-minus:before{content:"\f365"}.faprosolid-magnifying-glass-music:before{content:"\f366"}.faprosolid-magnifying-glass-play:before{content:"\f367"}.faprosolid-magnifying-glass-plus:before{content:"\f368"}.faprosolid-magnifying-glass-waveform:before{content:"\f369"}.faprosolid-magnifying-glass:before{content:"\f36a"}.faprosolid-mail-bulk:before{content:"\f36b"}.faprosolid-mail-forward:before{content:"\f36c"}.faprosolid-mail-reply-all:before{content:"\f36d"}.faprosolid-mail-reply:before{content:"\f36e"}.faprosolid-mailbox-flag-up:before{content:"\f36f"}.faprosolid-mailbox-open-empty:before{content:"\f370"}.faprosolid-mailbox-open-letter:before{content:"\f371"}.faprosolid-mailbox:before{content:"\f372"}.faprosolid-maki-roll:before{content:"\f373"}.faprosolid-makizushi:before{content:"\f374"}.faprosolid-malaysian-ringgit-sign:before{content:"\f375"}.faprosolid-male:before{content:"\f376"}.faprosolid-manat-sign:before{content:"\f377"}.faprosolid-mandolin:before{content:"\f378"}.faprosolid-mango:before{content:"\f379"}.faprosolid-manhole:before{content:"\f37a"}.faprosolid-map-location-dot:before{content:"\f37b"}.faprosolid-map-location:before{content:"\f37c"}.faprosolid-map-marked-alt:before{content:"\f37d"}.faprosolid-map-marked:before{content:"\f37e"}.faprosolid-map-marker-alt-slash:before{content:"\f37f"}.faprosolid-map-marker-alt:before{content:"\f380"}.faprosolid-map-marker-check:before{content:"\f381"}.faprosolid-map-marker-edit:before{content:"\f382"}.faprosolid-map-marker-exclamation:before{content:"\f383"}.faprosolid-map-marker-minus:before{content:"\f384"}.faprosolid-map-marker-plus:before{content:"\f385"}.faprosolid-map-marker-question:before{content:"\f386"}.faprosolid-map-marker-slash:before{content:"\f387"}.faprosolid-map-marker-smile:before{content:"\f388"}.faprosolid-map-marker-times:before{content:"\f389"}.faprosolid-map-marker-xmark:before{content:"\f38a"}.faprosolid-map-marker:before{content:"\f38b"}.faprosolid-map-pin:before{content:"\f38c"}.faprosolid-map-signs:before{content:"\f38d"}.faprosolid-map:before{content:"\f38e"}.faprosolid-marker:before{content:"\f38f"}.faprosolid-mars-and-venus-burst:before{content:"\f390"}.faprosolid-mars-and-venus:before{content:"\f391"}.faprosolid-mars-double:before{content:"\f392"}.faprosolid-mars-stroke-h:before{content:"\f393"}.faprosolid-mars-stroke-right:before{content:"\f394"}.faprosolid-mars-stroke-up:before{content:"\f395"}.faprosolid-mars-stroke-v:before{content:"\f396"}.faprosolid-mars-stroke:before{content:"\f397"}.faprosolid-mars:before{content:"\f398"}.faprosolid-martini-glass-citrus:before{content:"\f399"}.faprosolid-martini-glass-empty:before{content:"\f39a"}.faprosolid-martini-glass:before{content:"\f39b"}.faprosolid-mask-face:before{content:"\f39c"}.faprosolid-mask-luchador:before{content:"\f39d"}.faprosolid-mask-snorkel:before{content:"\f39e"}.faprosolid-mask-ventilator:before{content:"\f39f"}.faprosolid-mask:before{content:"\f3a0"}.faprosolid-masks-theater:before{content:"\f3a1"}.faprosolid-mattress-pillow:before{content:"\f3a2"}.faprosolid-maximize:before{content:"\f3a3"}.faprosolid-meat:before{content:"\f3a4"}.faprosolid-medal:before{content:"\f3a5"}.faprosolid-medkit:before{content:"\f3a6"}.faprosolid-megaphone:before{content:"\f3a7"}.faprosolid-meh-blank:before{content:"\f3a8"}.faprosolid-meh-rolling-eyes:before{content:"\f3a9"}.faprosolid-meh:before{content:"\f3aa"}.faprosolid-melon-slice:before{content:"\f3ab"}.faprosolid-melon:before{content:"\f3ac"}.faprosolid-memo-circle-check:before{content:"\f3ad"}.faprosolid-memo-circle-info:before{content:"\f3ae"}.faprosolid-memo-pad:before{content:"\f3af"}.faprosolid-memo:before{content:"\f3b0"}.faprosolid-memory:before{content:"\f3b1"}.faprosolid-menorah:before{content:"\f3b2"}.faprosolid-mercury:before{content:"\f3b3"}.faprosolid-merge:before{content:"\f3b4"}.faprosolid-message-arrow-down:before{content:"\f3b5"}.faprosolid-message-arrow-up-right:before{content:"\f3b6"}.faprosolid-message-arrow-up:before{content:"\f3b7"}.faprosolid-message-bot:before{content:"\f3b8"}.faprosolid-message-captions:before{content:"\f3b9"}.faprosolid-message-check:before{content:"\f3ba"}.faprosolid-message-code:before{content:"\f3bb"}.faprosolid-message-dollar:before{content:"\f3bc"}.faprosolid-message-dot:before{content:"\f3bd"}.faprosolid-message-dots:before{content:"\f3be"}.faprosolid-message-edit:before{content:"\f3bf"}.faprosolid-message-exclamation:before{content:"\f3c0"}.faprosolid-message-heart:before{content:"\f3c1"}.faprosolid-message-image:before{content:"\f3c2"}.faprosolid-message-lines:before{content:"\f3c3"}.faprosolid-message-medical:before{content:"\f3c4"}.faprosolid-message-middle-top:before{content:"\f3c5"}.faprosolid-message-middle:before{content:"\f3c6"}.faprosolid-message-minus:before{content:"\f3c7"}.faprosolid-message-music:before{content:"\f3c8"}.faprosolid-message-pen:before{content:"\f3c9"}.faprosolid-message-plus:before{content:"\f3ca"}.faprosolid-message-question:before{content:"\f3cb"}.faprosolid-message-quote:before{content:"\f3cc"}.faprosolid-message-slash:before{content:"\f3cd"}.faprosolid-message-smile:before{content:"\f3ce"}.faprosolid-message-sms:before{content:"\f3cf"}.faprosolid-message-text:before{content:"\f3d0"}.faprosolid-message-times:before{content:"\f3d1"}.faprosolid-message-waveform:before{content:"\f3d2"}.faprosolid-message-xmark:before{content:"\f3d3"}.faprosolid-message:before{content:"\f3d4"}.faprosolid-messages-dollar:before{content:"\f3d5"}.faprosolid-messages-question:before{content:"\f3d6"}.faprosolid-messages:before{content:"\f3d7"}.faprosolid-messaging:before{content:"\f3d8"}.faprosolid-meteor:before{content:"\f3d9"}.faprosolid-meter-bolt:before{content:"\f3da"}.faprosolid-meter-droplet:before{content:"\f3db"}.faprosolid-meter-fire:before{content:"\f3dc"}.faprosolid-meter:before{content:"\f3dd"}.faprosolid-microchip-ai:before{content:"\f3de"}.faprosolid-microchip:before{content:"\f3df"}.faprosolid-microphone-alt-slash:before{content:"\f3e0"}.faprosolid-microphone-alt:before{content:"\f3e1"}.faprosolid-microphone-circle-alt:before{content:"\f3e2"}.faprosolid-microphone-circle-plus:before{content:"\f3e3"}.faprosolid-microphone-circle-xmark:before{content:"\f3e4"}.faprosolid-microphone-circle:before{content:"\f3e5"}.faprosolid-microphone-lines-slash:before{content:"\f3e6"}.faprosolid-microphone-lines:before{content:"\f3e7"}.faprosolid-microphone-signal-meter:before{content:"\f3e8"}.faprosolid-microphone-slash:before{content:"\f3e9"}.faprosolid-microphone-stand:before{content:"\f3ea"}.faprosolid-microphone:before{content:"\f3eb"}.faprosolid-microscope:before{content:"\f3ec"}.faprosolid-microwave:before{content:"\f3ed"}.faprosolid-midi:before{content:"\f3ee"}.faprosolid-mill-sign:before{content:"\f3ef"}.faprosolid-mind-share:before{content:"\f3f0"}.faprosolid-minimize:before{content:"\f3f1"}.faprosolid-minus-circle:before{content:"\f3f2"}.faprosolid-minus-hexagon:before{content:"\f3f3"}.faprosolid-minus-large:before{content:"\f3f4"}.faprosolid-minus-octagon:before{content:"\f3f5"}.faprosolid-minus-square:before{content:"\f3f6"}.faprosolid-minus:before{content:"\f3f7"}.faprosolid-mistletoe:before{content:"\f3f8"}.faprosolid-mitten:before{content:"\f3f9"}.faprosolid-mobile-alt:before{content:"\f3fa"}.faprosolid-mobile-android-alt:before{content:"\f3fb"}.faprosolid-mobile-android:before{content:"\f3fc"}.faprosolid-mobile-arrow-down:before{content:"\f3fd"}.faprosolid-mobile-button:before{content:"\f3fe"}.faprosolid-mobile-iphone:before{content:"\f3ff"}.faprosolid-mobile-notch:before{content:"\f400"}.faprosolid-mobile-phone:before{content:"\f401"}.faprosolid-mobile-retro:before{content:"\f402"}.faprosolid-mobile-rotate-reverse:before{content:"\f403"}.faprosolid-mobile-rotate:before{content:"\f404"}.faprosolid-mobile-screen-button:before{content:"\f405"}.faprosolid-mobile-screen:before{content:"\f406"}.faprosolid-mobile-signal-out:before{content:"\f407"}.faprosolid-mobile-signal:before{content:"\f408"}.faprosolid-mobile-slash:before{content:"\f409"}.faprosolid-mobile-vibrate-slash:before{content:"\f40a"}.faprosolid-mobile-vibrate:before{content:"\f40b"}.faprosolid-mobile:before{content:"\f40c"}.faprosolid-money-bill-1-wave:before{content:"\f40d"}.faprosolid-money-bill-1:before{content:"\f40e"}.faprosolid-money-bill-alt:before{content:"\f40f"}.faprosolid-money-bill-simple-wave:before{content:"\f410"}.faprosolid-money-bill-simple:before{content:"\f411"}.faprosolid-money-bill-transfer:before{content:"\f412"}.faprosolid-money-bill-trend-up:before{content:"\f413"}.faprosolid-money-bill-wave-alt:before{content:"\f414"}.faprosolid-money-bill-wave:before{content:"\f415"}.faprosolid-money-bill-wheat:before{content:"\f416"}.faprosolid-money-bill:before{content:"\f417"}.faprosolid-money-bills-alt:before{content:"\f418"}.faprosolid-money-bills-simple:before{content:"\f419"}.faprosolid-money-bills:before{content:"\f41a"}.faprosolid-money-check-alt:before{content:"\f41b"}.faprosolid-money-check-dollar-pen:before{content:"\f41c"}.faprosolid-money-check-dollar:before{content:"\f41d"}.faprosolid-money-check-edit-alt:before{content:"\f41e"}.faprosolid-money-check-edit:before{content:"\f41f"}.faprosolid-money-check-pen:before{content:"\f420"}.faprosolid-money-check:before{content:"\f421"}.faprosolid-money-from-bracket:before{content:"\f422"}.faprosolid-money-simple-from-bracket:before{content:"\f423"}.faprosolid-monitor-heart-rate:before{content:"\f424"}.faprosolid-monitor-waveform:before{content:"\f425"}.faprosolid-monkey:before{content:"\f426"}.faprosolid-monument:before{content:"\f427"}.faprosolid-moon-cloud:before{content:"\f428"}.faprosolid-moon-first-quarter-inverse:before{content:"\f429"}.faprosolid-moon-first-quarter:before{content:"\f42a"}.faprosolid-moon-full-inverse:before{content:"\f42b"}.faprosolid-moon-full:before{content:"\f42c"}.faprosolid-moon-last-quarter-inverse:before{content:"\f42d"}.faprosolid-moon-last-quarter:before{content:"\f42e"}.faprosolid-moon-new-inverse:before{content:"\f42f"}.faprosolid-moon-new:before{content:"\f430"}.faprosolid-moon-over-sun:before{content:"\f431"}.faprosolid-moon-star:before{content:"\f432"}.faprosolid-moon-stars:before{content:"\f433"}.faprosolid-moon-waning-crescent-inverse:before{content:"\f434"}.faprosolid-moon-waning-crescent:before{content:"\f435"}.faprosolid-moon-waning-gibbous-inverse:before{content:"\f436"}.faprosolid-moon-waning-gibbous:before{content:"\f437"}.faprosolid-moon-waxing-crescent-inverse:before{content:"\f438"}.faprosolid-moon-waxing-crescent:before{content:"\f439"}.faprosolid-moon-waxing-gibbous-inverse:before{content:"\f43a"}.faprosolid-moon-waxing-gibbous:before{content:"\f43b"}.faprosolid-moon:before{content:"\f43c"}.faprosolid-moped:before{content:"\f43d"}.faprosolid-mortar-board:before{content:"\f43e"}.faprosolid-mortar-pestle:before{content:"\f43f"}.faprosolid-mosque:before{content:"\f440"}.faprosolid-mosquito-net:before{content:"\f441"}.faprosolid-mosquito:before{content:"\f442"}.faprosolid-motorcycle:before{content:"\f443"}.faprosolid-mound:before{content:"\f444"}.faprosolid-mountain-city:before{content:"\f445"}.faprosolid-mountain-sun:before{content:"\f446"}.faprosolid-mountain:before{content:"\f447"}.faprosolid-mountains:before{content:"\f448"}.faprosolid-mouse-alt:before{content:"\f449"}.faprosolid-mouse-field:before{content:"\f44a"}.faprosolid-mouse-pointer:before{content:"\f44b"}.faprosolid-mouse:before{content:"\f44c"}.faprosolid-mp3-player:before{content:"\f44d"}.faprosolid-mug-hot:before{content:"\f44e"}.faprosolid-mug-marshmallows:before{content:"\f44f"}.faprosolid-mug-saucer:before{content:"\f450"}.faprosolid-mug-tea-saucer:before{content:"\f451"}.faprosolid-mug-tea:before{content:"\f452"}.faprosolid-mug:before{content:"\f453"}.faprosolid-multiply:before{content:"\f454"}.faprosolid-museum:before{content:"\f455"}.faprosolid-mushroom:before{content:"\f456"}.faprosolid-music-alt-slash:before{content:"\f457"}.faprosolid-music-alt:before{content:"\f458"}.faprosolid-music-magnifying-glass:before{content:"\f459"}.faprosolid-music-note-slash:before{content:"\f45a"}.faprosolid-music-note:before{content:"\f45b"}.faprosolid-music-slash:before{content:"\f45c"}.faprosolid-music:before{content:"\f45d"}.faprosolid-mustache:before{content:"\f45e"}.faprosolid-n:before{content:"\f45f"}.faprosolid-naira-sign:before{content:"\f460"}.faprosolid-narwhal:before{content:"\f461"}.faprosolid-nas:before{content:"\f462"}.faprosolid-navicon:before{content:"\f463"}.faprosolid-nesting-dolls:before{content:"\f464"}.faprosolid-network-wired:before{content:"\f465"}.faprosolid-neuter:before{content:"\f466"}.faprosolid-newspaper:before{content:"\f467"}.faprosolid-nfc-lock:before{content:"\f468"}.faprosolid-nfc-magnifying-glass:before{content:"\f469"}.faprosolid-nfc-pen:before{content:"\f46a"}.faprosolid-nfc-signal:before{content:"\f46b"}.faprosolid-nfc-slash:before{content:"\f46c"}.faprosolid-nfc-symbol:before{content:"\f46d"}.faprosolid-nfc-trash:before{content:"\f46e"}.faprosolid-nfc:before{content:"\f46f"}.faprosolid-nigiri:before{content:"\f470"}.faprosolid-non-binary:before{content:"\f471"}.faprosolid-norwegian-krone-sign:before{content:"\f472"}.faprosolid-nose:before{content:"\f473"}.faprosolid-not-equal:before{content:"\f474"}.faprosolid-notdef:before{content:"\f475"}.faprosolid-note-medical:before{content:"\f476"}.faprosolid-note-sticky:before{content:"\f477"}.faprosolid-note:before{content:"\f478"}.faprosolid-notebook:before{content:"\f479"}.faprosolid-notes-medical:before{content:"\f47a"}.faprosolid-notes-sticky:before{content:"\f47b"}.faprosolid-notes:before{content:"\f47c"}.faprosolid-numpad:before{content:"\f47d"}.faprosolid-o:before{content:"\f47e"}.faprosolid-oar:before{content:"\f47f"}.faprosolid-oars:before{content:"\f480"}.faprosolid-object-exclude:before{content:"\f481"}.faprosolid-object-group:before{content:"\f482"}.faprosolid-object-intersect:before{content:"\f483"}.faprosolid-object-subtract:before{content:"\f484"}.faprosolid-object-ungroup:before{content:"\f485"}.faprosolid-object-union:before{content:"\f486"}.faprosolid-objects-align-bottom:before{content:"\f487"}.faprosolid-objects-align-center-horizontal:before{content:"\f488"}.faprosolid-objects-align-center-vertical:before{content:"\f489"}.faprosolid-objects-align-left:before{content:"\f48a"}.faprosolid-objects-align-right:before{content:"\f48b"}.faprosolid-objects-align-top:before{content:"\f48c"}.faprosolid-objects-column:before{content:"\f48d"}.faprosolid-octagon-check:before{content:"\f48e"}.faprosolid-octagon-divide:before{content:"\f48f"}.faprosolid-octagon-equals:before{content:"\f490"}.faprosolid-octagon-exclamation:before{content:"\f491"}.faprosolid-octagon-minus:before{content:"\f492"}.faprosolid-octagon-plus:before{content:"\f493"}.faprosolid-octagon-xmark:before{content:"\f494"}.faprosolid-octagon:before{content:"\f495"}.faprosolid-octopus:before{content:"\f496"}.faprosolid-oil-can-drip:before{content:"\f497"}.faprosolid-oil-can:before{content:"\f498"}.faprosolid-oil-temp:before{content:"\f499"}.faprosolid-oil-temperature:before{content:"\f49a"}.faprosolid-oil-well:before{content:"\f49b"}.faprosolid-olive-branch:before{content:"\f49c"}.faprosolid-olive:before{content:"\f49d"}.faprosolid-om:before{content:"\f49e"}.faprosolid-omega:before{content:"\f49f"}.faprosolid-onion:before{content:"\f4a0"}.faprosolid-open-captioning:before{content:"\f4a1"}.faprosolid-opossum:before{content:"\f4a2"}.faprosolid-option:before{content:"\f4a3"}.faprosolid-ornament:before{content:"\f4a4"}.faprosolid-otter:before{content:"\f4a5"}.faprosolid-outdent:before{content:"\f4a6"}.faprosolid-outlet:before{content:"\f4a7"}.faprosolid-oven:before{content:"\f4a8"}.faprosolid-overline:before{content:"\f4a9"}.faprosolid-owl:before{content:"\f4aa"}.faprosolid-p:before{content:"\f4ab"}.faprosolid-page-break:before{content:"\f4ac"}.faprosolid-page-caret-down:before{content:"\f4ad"}.faprosolid-page-caret-up:before{content:"\f4ae"}.faprosolid-page:before{content:"\f4af"}.faprosolid-pager:before{content:"\f4b0"}.faprosolid-paint-brush-alt:before{content:"\f4b1"}.faprosolid-paint-brush-fine:before{content:"\f4b2"}.faprosolid-paint-brush:before{content:"\f4b3"}.faprosolid-paint-roller:before{content:"\f4b4"}.faprosolid-paintbrush-alt:before{content:"\f4b5"}.faprosolid-paintbrush-fine-slash:before{content:"\f4b6"}.faprosolid-paintbrush-fine:before{content:"\f4b7"}.faprosolid-paintbrush-pencil:before{content:"\f4b8"}.faprosolid-paintbrush-slash:before{content:"\f4b9"}.faprosolid-paintbrush:before{content:"\f4ba"}.faprosolid-palette-boxes:before{content:"\f4bb"}.faprosolid-palette:before{content:"\f4bc"}.faprosolid-pallet-alt:before{content:"\f4bd"}.faprosolid-pallet-box:before{content:"\f4be"}.faprosolid-pallet-boxes:before{content:"\f4bf"}.faprosolid-pallet:before{content:"\f4c0"}.faprosolid-pan-food:before{content:"\f4c1"}.faprosolid-pan-frying:before{content:"\f4c2"}.faprosolid-pancakes:before{content:"\f4c3"}.faprosolid-panel-ews:before{content:"\f4c4"}.faprosolid-panel-fire:before{content:"\f4c5"}.faprosolid-panorama:before{content:"\f4c6"}.faprosolid-panties:before{content:"\f4c7"}.faprosolid-pants-straight:before{content:"\f4c8"}.faprosolid-pants:before{content:"\f4c9"}.faprosolid-paper-plane-alt:before{content:"\f4ca"}.faprosolid-paper-plane-top:before{content:"\f4cb"}.faprosolid-paper-plane:before{content:"\f4cc"}.faprosolid-paperclip-vertical:before{content:"\f4cd"}.faprosolid-paperclip:before{content:"\f4ce"}.faprosolid-parachute-box:before{content:"\f4cf"}.faprosolid-paragraph-left:before{content:"\f4d0"}.faprosolid-paragraph-rtl:before{content:"\f4d1"}.faprosolid-paragraph:before{content:"\f4d2"}.faprosolid-parentheses:before{content:"\f4d3"}.faprosolid-parenthesis:before{content:"\f4d4"}.faprosolid-parking-circle-slash:before{content:"\f4d5"}.faprosolid-parking-circle:before{content:"\f4d6"}.faprosolid-parking-slash:before{content:"\f4d7"}.faprosolid-parking:before{content:"\f4d8"}.faprosolid-party-back:before{content:"\f4d9"}.faprosolid-party-bell:before{content:"\f4da"}.faprosolid-party-horn:before{content:"\f4db"}.faprosolid-passport:before{content:"\f4dc"}.faprosolid-pastafarianism:before{content:"\f4dd"}.faprosolid-paste:before{content:"\f4de"}.faprosolid-pause-circle:before{content:"\f4df"}.faprosolid-pause:before{content:"\f4e0"}.faprosolid-paw-alt:before{content:"\f4e1"}.faprosolid-paw-claws:before{content:"\f4e2"}.faprosolid-paw-simple:before{content:"\f4e3"}.faprosolid-paw:before{content:"\f4e4"}.faprosolid-peace:before{content:"\f4e5"}.faprosolid-peach:before{content:"\f4e6"}.faprosolid-peanut:before{content:"\f4e7"}.faprosolid-peanuts:before{content:"\f4e8"}.faprosolid-peapod:before{content:"\f4e9"}.faprosolid-pear:before{content:"\f4ea"}.faprosolid-pedestal:before{content:"\f4eb"}.faprosolid-pegasus:before{content:"\f4ec"}.faprosolid-pen-alt-slash:before{content:"\f4ed"}.faprosolid-pen-alt:before{content:"\f4ee"}.faprosolid-pen-circle:before{content:"\f4ef"}.faprosolid-pen-clip-slash:before{content:"\f4f0"}.faprosolid-pen-clip:before{content:"\f4f1"}.faprosolid-pen-fancy-slash:before{content:"\f4f2"}.faprosolid-pen-fancy:before{content:"\f4f3"}.faprosolid-pen-field:before{content:"\f4f4"}.faprosolid-pen-line:before{content:"\f4f5"}.faprosolid-pen-nib-slash:before{content:"\f4f6"}.faprosolid-pen-nib:before{content:"\f4f7"}.faprosolid-pen-paintbrush:before{content:"\f4f8"}.faprosolid-pen-ruler:before{content:"\f4f9"}.faprosolid-pen-slash:before{content:"\f4fa"}.faprosolid-pen-square:before{content:"\f4fb"}.faprosolid-pen-swirl:before{content:"\f4fc"}.faprosolid-pen-to-square:before{content:"\f4fd"}.faprosolid-pen:before{content:"\f4fe"}.faprosolid-pencil-alt:before{content:"\f4ff"}.faprosolid-pencil-line:before{content:"\f500"}.faprosolid-pencil-mechanical:before{content:"\f501"}.faprosolid-pencil-paintbrush:before{content:"\f502"}.faprosolid-pencil-ruler:before{content:"\f503"}.faprosolid-pencil-slash:before{content:"\f504"}.faprosolid-pencil-square:before{content:"\f505"}.faprosolid-pencil:before{content:"\f506"}.faprosolid-pennant:before{content:"\f507"}.faprosolid-pentagon:before{content:"\f508"}.faprosolid-people-arrows-left-right:before{content:"\f509"}.faprosolid-people-arrows:before{content:"\f50a"}.faprosolid-people-carry-box:before{content:"\f50b"}.faprosolid-people-carry:before{content:"\f50c"}.faprosolid-people-dress-simple:before{content:"\f50d"}.faprosolid-people-dress:before{content:"\f50e"}.faprosolid-people-group:before{content:"\f50f"}.faprosolid-people-line:before{content:"\f510"}.faprosolid-people-pants-simple:before{content:"\f511"}.faprosolid-people-pants:before{content:"\f512"}.faprosolid-people-pulling:before{content:"\f513"}.faprosolid-people-robbery:before{content:"\f514"}.faprosolid-people-roof:before{content:"\f515"}.faprosolid-people-simple:before{content:"\f516"}.faprosolid-people:before{content:"\f517"}.faprosolid-pepper-hot:before{content:"\f518"}.faprosolid-pepper:before{content:"\f519"}.faprosolid-percent:before{content:"\f51a"}.faprosolid-percentage:before{content:"\f51b"}.faprosolid-period:before{content:"\f51c"}.faprosolid-person-arms-raised:before{content:"\f51d"}.faprosolid-person-arrow-down-to-line:before{content:"\f51e"}.faprosolid-person-arrow-up-from-line:before{content:"\f51f"}.faprosolid-person-basketball:before{content:"\f520"}.faprosolid-person-biking-mountain:before{content:"\f521"}.faprosolid-person-biking:before{content:"\f522"}.faprosolid-person-booth:before{content:"\f523"}.faprosolid-person-breastfeeding:before{content:"\f524"}.faprosolid-person-burst:before{content:"\f525"}.faprosolid-person-cane:before{content:"\f526"}.faprosolid-person-carry-box:before{content:"\f527"}.faprosolid-person-carry-empty:before{content:"\f528"}.faprosolid-person-carry:before{content:"\f529"}.faprosolid-person-chalkboard:before{content:"\f52a"}.faprosolid-person-circle-check:before{content:"\f52b"}.faprosolid-person-circle-exclamation:before{content:"\f52c"}.faprosolid-person-circle-minus:before{content:"\f52d"}.faprosolid-person-circle-plus:before{content:"\f52e"}.faprosolid-person-circle-question:before{content:"\f52f"}.faprosolid-person-circle-xmark:before{content:"\f530"}.faprosolid-person-digging:before{content:"\f531"}.faprosolid-person-dolly-empty:before{content:"\f532"}.faprosolid-person-dolly:before{content:"\f533"}.faprosolid-person-dots-from-line:before{content:"\f534"}.faprosolid-person-dress-burst:before{content:"\f535"}.faprosolid-person-dress-fairy:before{content:"\f536"}.faprosolid-person-dress-simple:before{content:"\f537"}.faprosolid-person-dress:before{content:"\f538"}.faprosolid-person-drowning:before{content:"\f539"}.faprosolid-person-fairy:before{content:"\f53a"}.faprosolid-person-falling-burst:before{content:"\f53b"}.faprosolid-person-falling:before{content:"\f53c"}.faprosolid-person-from-portal:before{content:"\f53d"}.faprosolid-person-golfing:before{content:"\f53e"}.faprosolid-person-half-dress:before{content:"\f53f"}.faprosolid-person-harassing:before{content:"\f540"}.faprosolid-person-hiking:before{content:"\f541"}.faprosolid-person-limbs-wide:before{content:"\f542"}.faprosolid-person-meditating:before{content:"\f543"}.faprosolid-person-military-pointing:before{content:"\f544"}.faprosolid-person-military-rifle:before{content:"\f545"}.faprosolid-person-military-to-person:before{content:"\f546"}.faprosolid-person-pinball:before{content:"\f547"}.faprosolid-person-praying:before{content:"\f548"}.faprosolid-person-pregnant:before{content:"\f549"}.faprosolid-person-rays:before{content:"\f54a"}.faprosolid-person-rifle:before{content:"\f54b"}.faprosolid-person-running-fast:before{content:"\f54c"}.faprosolid-person-running:before{content:"\f54d"}.faprosolid-person-seat-reclined:before{content:"\f54e"}.faprosolid-person-seat-window:before{content:"\f54f"}.faprosolid-person-seat:before{content:"\f550"}.faprosolid-person-shelter:before{content:"\f551"}.faprosolid-person-sign:before{content:"\f552"}.faprosolid-person-simple:before{content:"\f553"}.faprosolid-person-skating:before{content:"\f554"}.faprosolid-person-ski-jumping:before{content:"\f555"}.faprosolid-person-ski-lift:before{content:"\f556"}.faprosolid-person-skiing-nordic:before{content:"\f557"}.faprosolid-person-skiing:before{content:"\f558"}.faprosolid-person-sledding:before{content:"\f559"}.faprosolid-person-snowboarding:before{content:"\f55a"}.faprosolid-person-snowmobiling:before{content:"\f55b"}.faprosolid-person-soccer:before{content:"\f55c"}.faprosolid-person-swimming-pool:before{content:"\f55d"}.faprosolid-person-swimming-water:before{content:"\f55e"}.faprosolid-person-swimming:before{content:"\f55f"}.faprosolid-person-through-window:before{content:"\f560"}.faprosolid-person-to-door:before{content:"\f561"}.faprosolid-person-to-portal:before{content:"\f562"}.faprosolid-person-walking-arrow-loop-left:before{content:"\f563"}.faprosolid-person-walking-arrow-right:before{content:"\f564"}.faprosolid-person-walking-dashed-line-arrow-right:before{content:"\f565"}.faprosolid-person-walking-luggage:before{content:"\f566"}.faprosolid-person-walking-with-cane:before{content:"\f567"}.faprosolid-person-walking:before{content:"\f568"}.faprosolid-person-water-arms-raised:before{content:"\f569"}.faprosolid-person-waving:before{content:"\f56a"}.faprosolid-person:before{content:"\f56b"}.faprosolid-peruvian-soles-sign:before{content:"\f56c"}.faprosolid-peseta-sign:before{content:"\f56d"}.faprosolid-peso-sign:before{content:"\f56e"}.faprosolid-phone-alt:before{content:"\f56f"}.faprosolid-phone-arrow-down-left:before{content:"\f570"}.faprosolid-phone-arrow-down:before{content:"\f571"}.faprosolid-phone-arrow-right:before{content:"\f572"}.faprosolid-phone-arrow-up-right:before{content:"\f573"}.faprosolid-phone-arrow-up:before{content:"\f574"}.faprosolid-phone-circle-alt:before{content:"\f575"}.faprosolid-phone-circle-down:before{content:"\f576"}.faprosolid-phone-circle:before{content:"\f577"}.faprosolid-phone-connection:before{content:"\f578"}.faprosolid-phone-flip:before{content:"\f579"}.faprosolid-phone-hangup:before{content:"\f57a"}.faprosolid-phone-incoming:before{content:"\f57b"}.faprosolid-phone-intercom:before{content:"\f57c"}.faprosolid-phone-laptop:before{content:"\f57d"}.faprosolid-phone-missed:before{content:"\f57e"}.faprosolid-phone-office:before{content:"\f57f"}.faprosolid-phone-outgoing:before{content:"\f580"}.faprosolid-phone-plus:before{content:"\f581"}.faprosolid-phone-rotary:before{content:"\f582"}.faprosolid-phone-slash:before{content:"\f583"}.faprosolid-phone-square-alt:before{content:"\f584"}.faprosolid-phone-square-down:before{content:"\f585"}.faprosolid-phone-square:before{content:"\f586"}.faprosolid-phone-volume:before{content:"\f587"}.faprosolid-phone-waveform:before{content:"\f588"}.faprosolid-phone-xmark:before{content:"\f589"}.faprosolid-phone:before{content:"\f58a"}.faprosolid-photo-film-music:before{content:"\f58b"}.faprosolid-photo-film:before{content:"\f58c"}.faprosolid-photo-video:before{content:"\f58d"}.faprosolid-pi:before{content:"\f58e"}.faprosolid-piano-keyboard:before{content:"\f58f"}.faprosolid-piano:before{content:"\f590"}.faprosolid-pickaxe:before{content:"\f591"}.faprosolid-pickleball:before{content:"\f592"}.faprosolid-picture-in-picture:before{content:"\f593"}.faprosolid-pie-chart:before{content:"\f594"}.faprosolid-pie:before{content:"\f595"}.faprosolid-pig:before{content:"\f596"}.faprosolid-piggy-bank:before{content:"\f597"}.faprosolid-pills:before{content:"\f598"}.faprosolid-pinata:before{content:"\f599"}.faprosolid-pinball:before{content:"\f59a"}.faprosolid-pineapple:before{content:"\f59b"}.faprosolid-ping-pong-paddle-ball:before{content:"\f59c"}.faprosolid-pipe-circle-check:before{content:"\f59d"}.faprosolid-pipe-collar:before{content:"\f59e"}.faprosolid-pipe-section:before{content:"\f59f"}.faprosolid-pipe-smoking:before{content:"\f5a0"}.faprosolid-pipe-valve:before{content:"\f5a1"}.faprosolid-pipe:before{content:"\f5a2"}.faprosolid-pisces:before{content:"\f5a3"}.faprosolid-pizza-slice:before{content:"\f5a4"}.faprosolid-pizza:before{content:"\f5a5"}.faprosolid-place-of-worship:before{content:"\f5a6"}.faprosolid-plane-alt:before{content:"\f5a7"}.faprosolid-plane-arrival:before{content:"\f5a8"}.faprosolid-plane-circle-check:before{content:"\f5a9"}.faprosolid-plane-circle-exclamation:before{content:"\f5aa"}.faprosolid-plane-circle-xmark:before{content:"\f5ab"}.faprosolid-plane-departure:before{content:"\f5ac"}.faprosolid-plane-engines:before{content:"\f5ad"}.faprosolid-plane-flying:before{content:"\f5ae"}.faprosolid-plane-landing-gear:before{content:"\f5af"}.faprosolid-plane-lock:before{content:"\f5b0"}.faprosolid-plane-prop:before{content:"\f5b1"}.faprosolid-plane-slash:before{content:"\f5b2"}.faprosolid-plane-tail:before{content:"\f5b3"}.faprosolid-plane-up-slash:before{content:"\f5b4"}.faprosolid-plane-up:before{content:"\f5b5"}.faprosolid-plane:before{content:"\f5b6"}.faprosolid-planet-moon:before{content:"\f5b7"}.faprosolid-planet-ringed:before{content:"\f5b8"}.faprosolid-plant-wilt:before{content:"\f5b9"}.faprosolid-plate-utensils:before{content:"\f5ba"}.faprosolid-plate-wheat:before{content:"\f5bb"}.faprosolid-play-circle:before{content:"\f5bc"}.faprosolid-play-flip:before{content:"\f5bd"}.faprosolid-play-pause:before{content:"\f5be"}.faprosolid-play:before{content:"\f5bf"}.faprosolid-plug-circle-bolt:before{content:"\f5c0"}.faprosolid-plug-circle-check:before{content:"\f5c1"}.faprosolid-plug-circle-exclamation:before{content:"\f5c2"}.faprosolid-plug-circle-minus:before{content:"\f5c3"}.faprosolid-plug-circle-plus:before{content:"\f5c4"}.faprosolid-plug-circle-xmark:before{content:"\f5c5"}.faprosolid-plug:before{content:"\f5c6"}.faprosolid-plus-circle:before{content:"\f5c7"}.faprosolid-plus-hexagon:before{content:"\f5c8"}.faprosolid-plus-large:before{content:"\f5c9"}.faprosolid-plus-minus:before{content:"\f5ca"}.faprosolid-plus-octagon:before{content:"\f5cb"}.faprosolid-plus-square:before{content:"\f5cc"}.faprosolid-plus:before{content:"\f5cd"}.faprosolid-podcast:before{content:"\f5ce"}.faprosolid-podium-star:before{content:"\f5cf"}.faprosolid-podium:before{content:"\f5d0"}.faprosolid-poker-chip:before{content:"\f5d1"}.faprosolid-police-box:before{content:"\f5d2"}.faprosolid-polish-zloty-sign:before{content:"\f5d3"}.faprosolid-poll-h:before{content:"\f5d4"}.faprosolid-poll-people:before{content:"\f5d5"}.faprosolid-poll:before{content:"\f5d6"}.faprosolid-pompebled:before{content:"\f5d7"}.faprosolid-poo-bolt:before{content:"\f5d8"}.faprosolid-poo-storm:before{content:"\f5d9"}.faprosolid-poo:before{content:"\f5da"}.faprosolid-pool-8-ball:before{content:"\f5db"}.faprosolid-poop:before{content:"\f5dc"}.faprosolid-popcorn:before{content:"\f5dd"}.faprosolid-popsicle:before{content:"\f5de"}.faprosolid-portal-enter:before{content:"\f5df"}.faprosolid-portal-exit:before{content:"\f5e0"}.faprosolid-portrait:before{content:"\f5e1"}.faprosolid-possum:before{content:"\f5e2"}.faprosolid-postage-stamp:before{content:"\f5e3"}.faprosolid-pot-food:before{content:"\f5e4"}.faprosolid-potato:before{content:"\f5e5"}.faprosolid-pound-sign:before{content:"\f5e6"}.faprosolid-power-off:before{content:"\f5e7"}.faprosolid-pray:before{content:"\f5e8"}.faprosolid-praying-hands:before{content:"\f5e9"}.faprosolid-prescription-bottle-alt:before{content:"\f5ea"}.faprosolid-prescription-bottle-medical:before{content:"\f5eb"}.faprosolid-prescription-bottle-pill:before{content:"\f5ec"}.faprosolid-prescription-bottle:before{content:"\f5ed"}.faprosolid-prescription:before{content:"\f5ee"}.faprosolid-presentation-screen:before{content:"\f5ef"}.faprosolid-presentation:before{content:"\f5f0"}.faprosolid-pretzel:before{content:"\f5f1"}.faprosolid-print-magnifying-glass:before{content:"\f5f2"}.faprosolid-print-search:before{content:"\f5f3"}.faprosolid-print-slash:before{content:"\f5f4"}.faprosolid-print:before{content:"\f5f5"}.faprosolid-pro:before{content:"\f5f6"}.faprosolid-procedures:before{content:"\f5f7"}.faprosolid-project-diagram:before{content:"\f5f8"}.faprosolid-projector:before{content:"\f5f9"}.faprosolid-pronoun:before{content:"\f5fa"}.faprosolid-pump-impeller:before{content:"\f5fb"}.faprosolid-pump-medical:before{content:"\f5fc"}.faprosolid-pump-soap:before{content:"\f5fd"}.faprosolid-pump:before{content:"\f5fe"}.faprosolid-pumpkin:before{content:"\f5ff"}.faprosolid-puzzle-piece-alt:before{content:"\f600"}.faprosolid-puzzle-piece-simple:before{content:"\f601"}.faprosolid-puzzle-piece:before{content:"\f602"}.faprosolid-puzzle:before{content:"\f603"}.faprosolid-q:before{content:"\f604"}.faprosolid-qrcode-read:before{content:"\f605"}.faprosolid-qrcode:before{content:"\f606"}.faprosolid-question-circle:before{content:"\f607"}.faprosolid-question-square:before{content:"\f608"}.faprosolid-question:before{content:"\f609"}.faprosolid-quidditch-broom-ball:before{content:"\f60a"}.faprosolid-quidditch:before{content:"\f60b"}.faprosolid-quote-left-alt:before{content:"\f60c"}.faprosolid-quote-left:before{content:"\f60d"}.faprosolid-quote-right-alt:before{content:"\f60e"}.faprosolid-quote-right:before{content:"\f60f"}.faprosolid-quotes:before{content:"\f610"}.faprosolid-quran:before{content:"\f611"}.faprosolid-r:before{content:"\f612"}.faprosolid-rabbit-fast:before{content:"\f613"}.faprosolid-rabbit-running:before{content:"\f614"}.faprosolid-rabbit:before{content:"\f615"}.faprosolid-raccoon:before{content:"\f616"}.faprosolid-racquet:before{content:"\f617"}.faprosolid-radar:before{content:"\f618"}.faprosolid-radiation-alt:before{content:"\f619"}.faprosolid-radiation:before{content:"\f61a"}.faprosolid-radio-alt:before{content:"\f61b"}.faprosolid-radio-tuner:before{content:"\f61c"}.faprosolid-radio:before{content:"\f61d"}.faprosolid-rainbow-half:before{content:"\f61e"}.faprosolid-rainbow:before{content:"\f61f"}.faprosolid-raindrops:before{content:"\f620"}.faprosolid-ram:before{content:"\f621"}.faprosolid-ramp-loading:before{content:"\f622"}.faprosolid-random:before{content:"\f623"}.faprosolid-ranking-star:before{content:"\f624"}.faprosolid-raygun:before{content:"\f625"}.faprosolid-receipt:before{content:"\f626"}.faprosolid-record-vinyl:before{content:"\f627"}.faprosolid-rectangle-4k:before{content:"\f628"}.faprosolid-rectangle-ad:before{content:"\f629"}.faprosolid-rectangle-api:before{content:"\f62a"}.faprosolid-rectangle-barcode:before{content:"\f62b"}.faprosolid-rectangle-beta:before{content:"\f62c"}.faprosolid-rectangle-code:before{content:"\f62d"}.faprosolid-rectangle-hd:before{content:"\f62e"}.faprosolid-rectangle-hdr:before{content:"\f62f"}.faprosolid-rectangle-high-dynamic-range:before{content:"\f630"}.faprosolid-rectangle-history-circle-plus:before{content:"\f631"}.faprosolid-rectangle-history-circle-user:before{content:"\f632"}.faprosolid-rectangle-history:before{content:"\f633"}.faprosolid-rectangle-irc:before{content:"\f634"}.faprosolid-rectangle-landscape:before{content:"\f635"}.faprosolid-rectangle-list:before{content:"\f636"}.faprosolid-rectangle-minus:before{content:"\f637"}.faprosolid-rectangle-n-a:before{content:"\f638"}.faprosolid-rectangle-new:before{content:"\f639"}.faprosolid-rectangle-plus:before{content:"\f63a"}.faprosolid-rectangle-portrait:before{content:"\f63b"}.faprosolid-rectangle-pro:before{content:"\f63c"}.faprosolid-rectangle-sd:before{content:"\f63d"}.faprosolid-rectangle-tall:before{content:"\f63e"}.faprosolid-rectangle-terminal:before{content:"\f63f"}.faprosolid-rectangle-times:before{content:"\f640"}.faprosolid-rectangle-vertical-history:before{content:"\f641"}.faprosolid-rectangle-vertical:before{content:"\f642"}.faprosolid-rectangle-video-on-demand:before{content:"\f643"}.faprosolid-rectangle-wide:before{content:"\f644"}.faprosolid-rectangle-xmark:before{content:"\f645"}.faprosolid-rectangle:before{content:"\f646"}.faprosolid-rectangles-mixed:before{content:"\f647"}.faprosolid-recycle:before{content:"\f648"}.faprosolid-redo-alt:before{content:"\f649"}.faprosolid-redo:before{content:"\f64a"}.faprosolid-reel:before{content:"\f64b"}.faprosolid-reflect-both:before{content:"\f64c"}.faprosolid-reflect-horizontal:before{content:"\f64d"}.faprosolid-reflect-vertical:before{content:"\f64e"}.faprosolid-refresh:before{content:"\f64f"}.faprosolid-refrigerator:before{content:"\f650"}.faprosolid-registered:before{content:"\f651"}.faprosolid-remote:before{content:"\f652"}.faprosolid-remove-format:before{content:"\f653"}.faprosolid-remove:before{content:"\f654"}.faprosolid-renminbi-sign:before{content:"\f655"}.faprosolid-reorder:before{content:"\f656"}.faprosolid-repeat-1-alt:before{content:"\f657"}.faprosolid-repeat-1:before{content:"\f658"}.faprosolid-repeat-alt:before{content:"\f659"}.faprosolid-repeat:before{content:"\f65a"}.faprosolid-reply-all:before{content:"\f65b"}.faprosolid-reply-clock:before{content:"\f65c"}.faprosolid-reply-time:before{content:"\f65d"}.faprosolid-reply:before{content:"\f65e"}.faprosolid-republican:before{content:"\f65f"}.faprosolid-restroom-simple:before{content:"\f660"}.faprosolid-restroom:before{content:"\f661"}.faprosolid-retweet-alt:before{content:"\f662"}.faprosolid-retweet:before{content:"\f663"}.faprosolid-rhombus:before{content:"\f664"}.faprosolid-ribbon:before{content:"\f665"}.faprosolid-right-from-bracket:before{content:"\f666"}.faprosolid-right-from-dotted-line:before{content:"\f667"}.faprosolid-right-from-line:before{content:"\f668"}.faprosolid-right-left-large:before{content:"\f669"}.faprosolid-right-left:before{content:"\f66a"}.faprosolid-right-long-to-line:before{content:"\f66b"}.faprosolid-right-long:before{content:"\f66c"}.faprosolid-right-to-bracket:before{content:"\f66d"}.faprosolid-right-to-dotted-line:before{content:"\f66e"}.faprosolid-right-to-line:before{content:"\f66f"}.faprosolid-right:before{content:"\f670"}.faprosolid-ring-diamond:before{content:"\f671"}.faprosolid-ring:before{content:"\f672"}.faprosolid-rings-wedding:before{content:"\f673"}.faprosolid-rmb:before{content:"\f674"}.faprosolid-road-barrier:before{content:"\f675"}.faprosolid-road-bridge:before{content:"\f676"}.faprosolid-road-circle-check:before{content:"\f677"}.faprosolid-road-circle-exclamation:before{content:"\f678"}.faprosolid-road-circle-xmark:before{content:"\f679"}.faprosolid-road-lock:before{content:"\f67a"}.faprosolid-road-spikes:before{content:"\f67b"}.faprosolid-road:before{content:"\f67c"}.faprosolid-robot-astromech:before{content:"\f67d"}.faprosolid-robot:before{content:"\f67e"}.faprosolid-rocket-launch:before{content:"\f67f"}.faprosolid-rocket-vertical:before{content:"\f680"}.faprosolid-rocket:before{content:"\f681"}.faprosolid-rod-asclepius:before{content:"\f682"}.faprosolid-rod-snake:before{content:"\f683"}.faprosolid-roller-coaster:before{content:"\f684"}.faprosolid-rotate-back:before{content:"\f685"}.faprosolid-rotate-backward:before{content:"\f686"}.faprosolid-rotate-exclamation:before{content:"\f687"}.faprosolid-rotate-forward:before{content:"\f688"}.faprosolid-rotate-left:before{content:"\f689"}.faprosolid-rotate-reverse:before{content:"\f68a"}.faprosolid-rotate-right:before{content:"\f68b"}.faprosolid-rotate:before{content:"\f68c"}.faprosolid-rouble:before{content:"\f68d"}.faprosolid-route-highway:before{content:"\f68e"}.faprosolid-route-interstate:before{content:"\f68f"}.faprosolid-route:before{content:"\f690"}.faprosolid-router:before{content:"\f691"}.faprosolid-rows-3:before{content:"\f692"}.faprosolid-rows:before{content:"\f693"}.faprosolid-rss-square:before{content:"\f694"}.faprosolid-rss:before{content:"\f695"}.faprosolid-rub:before{content:"\f696"}.faprosolid-ruble-sign:before{content:"\f697"}.faprosolid-ruble:before{content:"\f698"}.faprosolid-rug:before{content:"\f699"}.faprosolid-rugby-ball:before{content:"\f69a"}.faprosolid-ruler-combined:before{content:"\f69b"}.faprosolid-ruler-horizontal:before{content:"\f69c"}.faprosolid-ruler-triangle:before{content:"\f69d"}.faprosolid-ruler-vertical:before{content:"\f69e"}.faprosolid-ruler:before{content:"\f69f"}.faprosolid-running:before{content:"\f6a0"}.faprosolid-rupee-sign:before{content:"\f6a1"}.faprosolid-rupee:before{content:"\f6a2"}.faprosolid-rupiah-sign:before{content:"\f6a3"}.faprosolid-rv:before{content:"\f6a4"}.faprosolid-s:before{content:"\f6a5"}.faprosolid-sack-dollar:before{content:"\f6a6"}.faprosolid-sack-xmark:before{content:"\f6a7"}.faprosolid-sack:before{content:"\f6a8"}.faprosolid-sad-cry:before{content:"\f6a9"}.faprosolid-sad-tear:before{content:"\f6aa"}.faprosolid-sagittarius:before{content:"\f6ab"}.faprosolid-sailboat:before{content:"\f6ac"}.faprosolid-salad:before{content:"\f6ad"}.faprosolid-salt-shaker:before{content:"\f6ae"}.faprosolid-sandwich:before{content:"\f6af"}.faprosolid-satellite-dish:before{content:"\f6b0"}.faprosolid-satellite:before{content:"\f6b1"}.faprosolid-sausage:before{content:"\f6b2"}.faprosolid-save-circle-arrow-right:before{content:"\f6b3"}.faprosolid-save-circle-xmark:before{content:"\f6b4"}.faprosolid-save-times:before{content:"\f6b5"}.faprosolid-save:before{content:"\f6b6"}.faprosolid-sax-hot:before{content:"\f6b7"}.faprosolid-saxophone-fire:before{content:"\f6b8"}.faprosolid-saxophone:before{content:"\f6b9"}.faprosolid-scale-balanced:before{content:"\f6ba"}.faprosolid-scale-unbalanced-flip:before{content:"\f6bb"}.faprosolid-scale-unbalanced:before{content:"\f6bc"}.faprosolid-scalpel-line-dashed:before{content:"\f6bd"}.faprosolid-scalpel-path:before{content:"\f6be"}.faprosolid-scalpel:before{content:"\f6bf"}.faprosolid-scanner-gun:before{content:"\f6c0"}.faprosolid-scanner-image:before{content:"\f6c1"}.faprosolid-scanner-keyboard:before{content:"\f6c2"}.faprosolid-scanner-touchscreen:before{content:"\f6c3"}.faprosolid-scanner:before{content:"\f6c4"}.faprosolid-scarecrow:before{content:"\f6c5"}.faprosolid-scarf:before{content:"\f6c6"}.faprosolid-school-circle-check:before{content:"\f6c7"}.faprosolid-school-circle-exclamation:before{content:"\f6c8"}.faprosolid-school-circle-xmark:before{content:"\f6c9"}.faprosolid-school-flag:before{content:"\f6ca"}.faprosolid-school-lock:before{content:"\f6cb"}.faprosolid-school-unlock:before{content:"\f6cc"}.faprosolid-school:before{content:"\f6cd"}.faprosolid-scissors:before{content:"\f6ce"}.faprosolid-scooter:before{content:"\f6cf"}.faprosolid-scorpio:before{content:"\f6d0"}.faprosolid-screen-users:before{content:"\f6d1"}.faprosolid-screencast:before{content:"\f6d2"}.faprosolid-screenshot:before{content:"\f6d3"}.faprosolid-screwdriver-wrench:before{content:"\f6d4"}.faprosolid-screwdriver:before{content:"\f6d5"}.faprosolid-scribble:before{content:"\f6d6"}.faprosolid-scroll-old:before{content:"\f6d7"}.faprosolid-scroll-ribbon:before{content:"\f6d8"}.faprosolid-scroll-torah:before{content:"\f6d9"}.faprosolid-scroll:before{content:"\f6da"}.faprosolid-scrubber:before{content:"\f6db"}.faprosolid-scythe:before{content:"\f6dc"}.faprosolid-sd-card:before{content:"\f6dd"}.faprosolid-sd-cards:before{content:"\f6de"}.faprosolid-seal-exclamation:before{content:"\f6df"}.faprosolid-seal-question:before{content:"\f6e0"}.faprosolid-seal:before{content:"\f6e1"}.faprosolid-search-dollar:before{content:"\f6e2"}.faprosolid-search-location:before{content:"\f6e3"}.faprosolid-search-minus:before{content:"\f6e4"}.faprosolid-search-plus:before{content:"\f6e5"}.faprosolid-search:before{content:"\f6e6"}.faprosolid-seat-airline-window:before{content:"\f6e7"}.faprosolid-seat-airline:before{content:"\f6e8"}.faprosolid-seat:before{content:"\f6e9"}.faprosolid-seats:before{content:"\f6ea"}.faprosolid-section:before{content:"\f6eb"}.faprosolid-seedling:before{content:"\f6ec"}.faprosolid-semicolon:before{content:"\f6ed"}.faprosolid-send-back:before{content:"\f6ee"}.faprosolid-send-backward:before{content:"\f6ef"}.faprosolid-send:before{content:"\f6f0"}.faprosolid-sensor-alert:before{content:"\f6f1"}.faprosolid-sensor-cloud:before{content:"\f6f2"}.faprosolid-sensor-fire:before{content:"\f6f3"}.faprosolid-sensor-on:before{content:"\f6f4"}.faprosolid-sensor-smoke:before{content:"\f6f5"}.faprosolid-sensor-triangle-exclamation:before{content:"\f6f6"}.faprosolid-sensor:before{content:"\f6f7"}.faprosolid-septagon:before{content:"\f6f8"}.faprosolid-server:before{content:"\f6f9"}.faprosolid-shapes:before{content:"\f6fa"}.faprosolid-share-all:before{content:"\f6fb"}.faprosolid-share-alt-square:before{content:"\f6fc"}.faprosolid-share-alt:before{content:"\f6fd"}.faprosolid-share-from-square:before{content:"\f6fe"}.faprosolid-share-nodes:before{content:"\f6ff"}.faprosolid-share-square:before{content:"\f700"}.faprosolid-share:before{content:"\f701"}.faprosolid-sheep:before{content:"\f702"}.faprosolid-sheet-plastic:before{content:"\f703"}.faprosolid-shekel-sign:before{content:"\f704"}.faprosolid-shekel:before{content:"\f705"}.faprosolid-shelves-empty:before{content:"\f706"}.faprosolid-shelves:before{content:"\f707"}.faprosolid-sheqel-sign:before{content:"\f708"}.faprosolid-sheqel:before{content:"\f709"}.faprosolid-shield-alt:before{content:"\f70a"}.faprosolid-shield-blank:before{content:"\f70b"}.faprosolid-shield-cat:before{content:"\f70c"}.faprosolid-shield-check:before{content:"\f70d"}.faprosolid-shield-cross:before{content:"\f70e"}.faprosolid-shield-dog:before{content:"\f70f"}.faprosolid-shield-exclamation:before{content:"\f710"}.faprosolid-shield-halved:before{content:"\f711"}.faprosolid-shield-heart:before{content:"\f712"}.faprosolid-shield-keyhole:before{content:"\f713"}.faprosolid-shield-minus:before{content:"\f714"}.faprosolid-shield-plus:before{content:"\f715"}.faprosolid-shield-quartered:before{content:"\f716"}.faprosolid-shield-slash:before{content:"\f717"}.faprosolid-shield-times:before{content:"\f718"}.faprosolid-shield-user:before{content:"\f719"}.faprosolid-shield-virus:before{content:"\f71a"}.faprosolid-shield-xmark:before{content:"\f71b"}.faprosolid-shield:before{content:"\f71c"}.faprosolid-ship-large:before{content:"\f71d"}.faprosolid-ship:before{content:"\f71e"}.faprosolid-shipping-fast:before{content:"\f71f"}.faprosolid-shipping-timed:before{content:"\f720"}.faprosolid-shirt-jersey:before{content:"\f721"}.faprosolid-shirt-long-sleeve:before{content:"\f722"}.faprosolid-shirt-running:before{content:"\f723"}.faprosolid-shirt-tank-top:before{content:"\f724"}.faprosolid-shirt:before{content:"\f725"}.faprosolid-shish-kebab:before{content:"\f726"}.faprosolid-shoe-prints:before{content:"\f727"}.faprosolid-shoe:before{content:"\f728"}.faprosolid-shop-24:before{content:"\f729"}.faprosolid-shop-lock:before{content:"\f72a"}.faprosolid-shop-slash:before{content:"\f72b"}.faprosolid-shop:before{content:"\f72c"}.faprosolid-shopping-bag:before{content:"\f72d"}.faprosolid-shopping-basket-alt:before{content:"\f72e"}.faprosolid-shopping-basket:before{content:"\f72f"}.faprosolid-shopping-cart:before{content:"\f730"}.faprosolid-shortcake:before{content:"\f731"}.faprosolid-shorts:before{content:"\f732"}.faprosolid-shovel-snow:before{content:"\f733"}.faprosolid-shovel:before{content:"\f734"}.faprosolid-shower-alt:before{content:"\f735"}.faprosolid-shower-down:before{content:"\f736"}.faprosolid-shower:before{content:"\f737"}.faprosolid-shredder:before{content:"\f738"}.faprosolid-shrimp:before{content:"\f739"}.faprosolid-shuffle:before{content:"\f73a"}.faprosolid-shutters:before{content:"\f73b"}.faprosolid-shuttle-space-vertical:before{content:"\f73c"}.faprosolid-shuttle-space:before{content:"\f73d"}.faprosolid-shuttle-van:before{content:"\f73e"}.faprosolid-shuttlecock:before{content:"\f73f"}.faprosolid-sickle:before{content:"\f740"}.faprosolid-sidebar-flip:before{content:"\f741"}.faprosolid-sidebar:before{content:"\f742"}.faprosolid-sigma:before{content:"\f743"}.faprosolid-sign-hanging:before{content:"\f744"}.faprosolid-sign-in-alt:before{content:"\f745"}.faprosolid-sign-in:before{content:"\f746"}.faprosolid-sign-language:before{content:"\f747"}.faprosolid-sign-out-alt:before{content:"\f748"}.faprosolid-sign-out:before{content:"\f749"}.faprosolid-sign-post:before{content:"\f74a"}.faprosolid-sign-posts-wrench:before{content:"\f74b"}.faprosolid-sign-posts:before{content:"\f74c"}.faprosolid-sign:before{content:"\f74d"}.faprosolid-signal-1:before{content:"\f74e"}.faprosolid-signal-2:before{content:"\f74f"}.faprosolid-signal-3:before{content:"\f750"}.faprosolid-signal-4:before{content:"\f751"}.faprosolid-signal-5:before{content:"\f752"}.faprosolid-signal-alt-1:before{content:"\f753"}.faprosolid-signal-alt-2:before{content:"\f754"}.faprosolid-signal-alt-3:before{content:"\f755"}.faprosolid-signal-alt-4:before{content:"\f756"}.faprosolid-signal-alt-slash:before{content:"\f757"}.faprosolid-signal-alt:before{content:"\f758"}.faprosolid-signal-bars-fair:before{content:"\f759"}.faprosolid-signal-bars-good:before{content:"\f75a"}.faprosolid-signal-bars-slash:before{content:"\f75b"}.faprosolid-signal-bars-strong:before{content:"\f75c"}.faprosolid-signal-bars-weak:before{content:"\f75d"}.faprosolid-signal-bars:before{content:"\f75e"}.faprosolid-signal-fair:before{content:"\f75f"}.faprosolid-signal-good:before{content:"\f760"}.faprosolid-signal-perfect:before{content:"\f761"}.faprosolid-signal-slash:before{content:"\f762"}.faprosolid-signal-stream-slash:before{content:"\f763"}.faprosolid-signal-stream:before{content:"\f764"}.faprosolid-signal-strong:before{content:"\f765"}.faprosolid-signal-weak:before{content:"\f766"}.faprosolid-signal:before{content:"\f767"}.faprosolid-signapore-dollar-sign:before{content:"\f768"}.faprosolid-signature-lock:before{content:"\f769"}.faprosolid-signature-slash:before{content:"\f76a"}.faprosolid-signature:before{content:"\f76b"}.faprosolid-signing:before{content:"\f76c"}.faprosolid-signs-post:before{content:"\f76d"}.faprosolid-sim-card:before{content:"\f76e"}.faprosolid-sim-cards:before{content:"\f76f"}.faprosolid-single-quote-left:before{content:"\f770"}.faprosolid-single-quote-right:before{content:"\f771"}.faprosolid-sink:before{content:"\f772"}.faprosolid-siren-on:before{content:"\f773"}.faprosolid-siren:before{content:"\f774"}.faprosolid-sitemap:before{content:"\f775"}.faprosolid-skating:before{content:"\f776"}.faprosolid-skeleton-ribs:before{content:"\f777"}.faprosolid-skeleton:before{content:"\f778"}.faprosolid-ski-boot-ski:before{content:"\f779"}.faprosolid-ski-boot:before{content:"\f77a"}.faprosolid-ski-jump:before{content:"\f77b"}.faprosolid-ski-lift:before{content:"\f77c"}.faprosolid-skiing-nordic:before{content:"\f77d"}.faprosolid-skiing:before{content:"\f77e"}.faprosolid-skull-cow:before{content:"\f77f"}.faprosolid-skull-crossbones:before{content:"\f780"}.faprosolid-skull:before{content:"\f781"}.faprosolid-slash-back:before{content:"\f782"}.faprosolid-slash-forward:before{content:"\f783"}.faprosolid-slash:before{content:"\f784"}.faprosolid-sledding:before{content:"\f785"}.faprosolid-sleigh:before{content:"\f786"}.faprosolid-slider-circle:before{content:"\f787"}.faprosolid-slider:before{content:"\f788"}.faprosolid-sliders-h-square:before{content:"\f789"}.faprosolid-sliders-h:before{content:"\f78a"}.faprosolid-sliders-simple:before{content:"\f78b"}.faprosolid-sliders-up:before{content:"\f78c"}.faprosolid-sliders-v-square:before{content:"\f78d"}.faprosolid-sliders-v:before{content:"\f78e"}.faprosolid-sliders:before{content:"\f78f"}.faprosolid-slot-machine:before{content:"\f790"}.faprosolid-smile-beam:before{content:"\f791"}.faprosolid-smile-plus:before{content:"\f792"}.faprosolid-smile-wink:before{content:"\f793"}.faprosolid-smile:before{content:"\f794"}.faprosolid-smog:before{content:"\f795"}.faprosolid-smoke:before{content:"\f796"}.faprosolid-smoking-ban:before{content:"\f797"}.faprosolid-smoking:before{content:"\f798"}.faprosolid-sms:before{content:"\f799"}.faprosolid-snake:before{content:"\f79a"}.faprosolid-sneaker-running:before{content:"\f79b"}.faprosolid-sneaker:before{content:"\f79c"}.faprosolid-snooze:before{content:"\f79d"}.faprosolid-snow-blowing:before{content:"\f79e"}.faprosolid-snowboarding:before{content:"\f79f"}.faprosolid-snowflake-droplets:before{content:"\f7a0"}.faprosolid-snowflake:before{content:"\f7a1"}.faprosolid-snowflakes:before{content:"\f7a2"}.faprosolid-snowman-head:before{content:"\f7a3"}.faprosolid-snowman:before{content:"\f7a4"}.faprosolid-snowmobile-blank:before{content:"\f7a5"}.faprosolid-snowmobile:before{content:"\f7a6"}.faprosolid-snowplow:before{content:"\f7a7"}.faprosolid-soap:before{content:"\f7a8"}.faprosolid-soccer-ball:before{content:"\f7a9"}.faprosolid-socks:before{content:"\f7aa"}.faprosolid-soft-serve:before{content:"\f7ab"}.faprosolid-solar-panel:before{content:"\f7ac"}.faprosolid-solar-system:before{content:"\f7ad"}.faprosolid-sort-alpha-asc:before{content:"\f7ae"}.faprosolid-sort-alpha-desc:before{content:"\f7af"}.faprosolid-sort-alpha-down-alt:before{content:"\f7b0"}.faprosolid-sort-alpha-down:before{content:"\f7b1"}.faprosolid-sort-alpha-up-alt:before{content:"\f7b2"}.faprosolid-sort-alpha-up:before{content:"\f7b3"}.faprosolid-sort-alt:before{content:"\f7b4"}.faprosolid-sort-amount-asc:before{content:"\f7b5"}.faprosolid-sort-amount-desc:before{content:"\f7b6"}.faprosolid-sort-amount-down-alt:before{content:"\f7b7"}.faprosolid-sort-amount-down:before{content:"\f7b8"}.faprosolid-sort-amount-up-alt:before{content:"\f7b9"}.faprosolid-sort-amount-up:before{content:"\f7ba"}.faprosolid-sort-asc:before{content:"\f7bb"}.faprosolid-sort-circle-down:before{content:"\f7bc"}.faprosolid-sort-circle-up:before{content:"\f7bd"}.faprosolid-sort-circle:before{content:"\f7be"}.faprosolid-sort-desc:before{content:"\f7bf"}.faprosolid-sort-down:before{content:"\f7c0"}.faprosolid-sort-numeric-asc:before{content:"\f7c1"}.faprosolid-sort-numeric-desc:before{content:"\f7c2"}.faprosolid-sort-numeric-down-alt:before{content:"\f7c3"}.faprosolid-sort-numeric-down:before{content:"\f7c4"}.faprosolid-sort-numeric-up-alt:before{content:"\f7c5"}.faprosolid-sort-numeric-up:before{content:"\f7c6"}.faprosolid-sort-shapes-down-alt:before{content:"\f7c7"}.faprosolid-sort-shapes-down:before{content:"\f7c8"}.faprosolid-sort-shapes-up-alt:before{content:"\f7c9"}.faprosolid-sort-shapes-up:before{content:"\f7ca"}.faprosolid-sort-size-down-alt:before{content:"\f7cb"}.faprosolid-sort-size-down:before{content:"\f7cc"}.faprosolid-sort-size-up-alt:before{content:"\f7cd"}.faprosolid-sort-size-up:before{content:"\f7ce"}.faprosolid-sort-up-down:before{content:"\f7cf"}.faprosolid-sort-up:before{content:"\f7d0"}.faprosolid-sort:before{content:"\f7d1"}.faprosolid-soup:before{content:"\f7d2"}.faprosolid-spa:before{content:"\f7d3"}.faprosolid-space-shuttle:before{content:"\f7d4"}.faprosolid-space-station-moon-alt:before{content:"\f7d5"}.faprosolid-space-station-moon-construction:before{content:"\f7d6"}.faprosolid-space-station-moon:before{content:"\f7d7"}.faprosolid-spade:before{content:"\f7d8"}.faprosolid-spaghetti-monster-flying:before{content:"\f7d9"}.faprosolid-sparkle:before{content:"\f7da"}.faprosolid-sparkles:before{content:"\f7db"}.faprosolid-speaker:before{content:"\f7dc"}.faprosolid-speakers:before{content:"\f7dd"}.faprosolid-spell-check:before{content:"\f7de"}.faprosolid-spider-black-widow:before{content:"\f7df"}.faprosolid-spider-web:before{content:"\f7e0"}.faprosolid-spider:before{content:"\f7e1"}.faprosolid-spine:before{content:"\f7e2"}.faprosolid-spinner-scale:before{content:"\f7e3"}.faprosolid-spinner-third:before{content:"\f7e4"}.faprosolid-spinner:before{content:"\f7e5"}.faprosolid-spiral:before{content:"\f7e6"}.faprosolid-split:before{content:"\f7e7"}.faprosolid-splotch:before{content:"\f7e8"}.faprosolid-spoon:before{content:"\f7e9"}.faprosolid-sportsball:before{content:"\f7ea"}.faprosolid-spray-can-sparkles:before{content:"\f7eb"}.faprosolid-spray-can:before{content:"\f7ec"}.faprosolid-sprinkler-ceiling:before{content:"\f7ed"}.faprosolid-sprinkler:before{content:"\f7ee"}.faprosolid-sprout:before{content:"\f7ef"}.faprosolid-square-0:before{content:"\f7f0"}.faprosolid-square-1:before{content:"\f7f1"}.faprosolid-square-2:before{content:"\f7f2"}.faprosolid-square-3:before{content:"\f7f3"}.faprosolid-square-4:before{content:"\f7f4"}.faprosolid-square-5:before{content:"\f7f5"}.faprosolid-square-6:before{content:"\f7f6"}.faprosolid-square-7:before{content:"\f7f7"}.faprosolid-square-8:before{content:"\f7f8"}.faprosolid-square-9:before{content:"\f7f9"}.faprosolid-square-a-lock:before{content:"\f7fa"}.faprosolid-square-a:before{content:"\f7fb"}.faprosolid-square-ampersand:before{content:"\f7fc"}.faprosolid-square-arrow-down-left:before{content:"\f7fd"}.faprosolid-square-arrow-down-right:before{content:"\f7fe"}.faprosolid-square-arrow-down:before{content:"\f7ff"}.faprosolid-square-arrow-left:before{content:"\f800"}.faprosolid-square-arrow-right:before{content:"\f801"}.faprosolid-square-arrow-up-left:before{content:"\f802"}.faprosolid-square-arrow-up-right:before{content:"\f803"}.faprosolid-square-arrow-up:before{content:"\f804"}.faprosolid-square-austral:before{content:"\f805"}.faprosolid-square-australian-dollar:before{content:"\f806"}.faprosolid-square-b:before{content:"\f807"}.faprosolid-square-baht:before{content:"\f808"}.faprosolid-square-bangladeshi-taka:before{content:"\f809"}.faprosolid-square-binary:before{content:"\f80a"}.faprosolid-square-bitcoin:before{content:"\f80b"}.faprosolid-square-bolt:before{content:"\f80c"}.faprosolid-square-brazilian-real:before{content:"\f80d"}.faprosolid-square-c:before{content:"\f80e"}.faprosolid-square-caret-down:before{content:"\f80f"}.faprosolid-square-caret-left:before{content:"\f810"}.faprosolid-square-caret-right:before{content:"\f811"}.faprosolid-square-caret-up:before{content:"\f812"}.faprosolid-square-cedi:before{content:"\f813"}.faprosolid-square-cent:before{content:"\f814"}.faprosolid-square-check:before{content:"\f815"}.faprosolid-square-chevron-down:before{content:"\f816"}.faprosolid-square-chevron-left:before{content:"\f817"}.faprosolid-square-chevron-right:before{content:"\f818"}.faprosolid-square-chevron-up:before{content:"\f819"}.faprosolid-square-chf:before{content:"\f81a"}.faprosolid-square-code:before{content:"\f81b"}.faprosolid-square-colon:before{content:"\f81c"}.faprosolid-square-cruzeiro:before{content:"\f81d"}.faprosolid-square-currency:before{content:"\f81e"}.faprosolid-square-d:before{content:"\f81f"}.faprosolid-square-danish-krone:before{content:"\f820"}.faprosolid-square-dashed-circle-plus:before{content:"\f821"}.faprosolid-square-dashed:before{content:"\f822"}.faprosolid-square-divide:before{content:"\f823"}.faprosolid-square-dollar:before{content:"\f824"}.faprosolid-square-dong:before{content:"\f825"}.faprosolid-square-down-left:before{content:"\f826"}.faprosolid-square-down-right:before{content:"\f827"}.faprosolid-square-down:before{content:"\f828"}.faprosolid-square-e:before{content:"\f829"}.faprosolid-square-ellipsis-vertical:before{content:"\f82a"}.faprosolid-square-ellipsis:before{content:"\f82b"}.faprosolid-square-envelope:before{content:"\f82c"}.faprosolid-square-equals:before{content:"\f82d"}.faprosolid-square-euro:before{content:"\f82e"}.faprosolid-square-eurozone:before{content:"\f82f"}.faprosolid-square-exclamation:before{content:"\f830"}.faprosolid-square-f:before{content:"\f831"}.faprosolid-square-florin:before{content:"\f832"}.faprosolid-square-fragile:before{content:"\f833"}.faprosolid-square-franc:before{content:"\f834"}.faprosolid-square-full:before{content:"\f835"}.faprosolid-square-g:before{content:"\f836"}.faprosolid-square-guarani:before{content:"\f837"}.faprosolid-square-h:before{content:"\f838"}.faprosolid-square-half-horizontal:before{content:"\f839"}.faprosolid-square-half-stroke-horizontal:before{content:"\f83a"}.faprosolid-square-half-stroke:before{content:"\f83b"}.faprosolid-square-half:before{content:"\f83c"}.faprosolid-square-heart:before{content:"\f83d"}.faprosolid-square-hryvnia:before{content:"\f83e"}.faprosolid-square-i:before{content:"\f83f"}.faprosolid-square-indian-rupee:before{content:"\f840"}.faprosolid-square-info:before{content:"\f841"}.faprosolid-square-j:before{content:"\f842"}.faprosolid-square-k:before{content:"\f843"}.faprosolid-square-kanban:before{content:"\f844"}.faprosolid-square-kip:before{content:"\f845"}.faprosolid-square-l:before{content:"\f846"}.faprosolid-square-lari:before{content:"\f847"}.faprosolid-square-left:before{content:"\f848"}.faprosolid-square-lira:before{content:"\f849"}.faprosolid-square-list:before{content:"\f84a"}.faprosolid-square-litecoin:before{content:"\f84b"}.faprosolid-square-m:before{content:"\f84c"}.faprosolid-square-malaysian-ringgit:before{content:"\f84d"}.faprosolid-square-manat:before{content:"\f84e"}.faprosolid-square-microphone:before{content:"\f84f"}.faprosolid-square-mill:before{content:"\f850"}.faprosolid-square-minus:before{content:"\f851"}.faprosolid-square-n:before{content:"\f852"}.faprosolid-square-naira:before{content:"\f853"}.faprosolid-square-nfi:before{content:"\f854"}.faprosolid-square-norwegian-krone:before{content:"\f855"}.faprosolid-square-o:before{content:"\f856"}.faprosolid-square-p:before{content:"\f857"}.faprosolid-square-parking-slash:before{content:"\f858"}.faprosolid-square-parking:before{content:"\f859"}.faprosolid-square-pen:before{content:"\f85a"}.faprosolid-square-person-confined:before{content:"\f85b"}.faprosolid-square-peruvian-soles:before{content:"\f85c"}.faprosolid-square-peseta:before{content:"\f85d"}.faprosolid-square-peso:before{content:"\f85e"}.faprosolid-square-phone-flip:before{content:"\f85f"}.faprosolid-square-phone-hangup:before{content:"\f860"}.faprosolid-square-phone:before{content:"\f861"}.faprosolid-square-plus:before{content:"\f862"}.faprosolid-square-polish-zloty:before{content:"\f863"}.faprosolid-square-poll-horizontal:before{content:"\f864"}.faprosolid-square-poll-vertical:before{content:"\f865"}.faprosolid-square-q:before{content:"\f866"}.faprosolid-square-quarters:before{content:"\f867"}.faprosolid-square-question:before{content:"\f868"}.faprosolid-square-quote:before{content:"\f869"}.faprosolid-square-r:before{content:"\f86a"}.faprosolid-square-renminbi:before{content:"\f86b"}.faprosolid-square-right:before{content:"\f86c"}.faprosolid-square-ring:before{content:"\f86d"}.faprosolid-square-root-alt:before{content:"\f86e"}.faprosolid-square-root-variable:before{content:"\f86f"}.faprosolid-square-root:before{content:"\f870"}.faprosolid-square-rss:before{content:"\f871"}.faprosolid-square-ruble:before{content:"\f872"}.faprosolid-square-rupee:before{content:"\f873"}.faprosolid-square-rupiah:before{content:"\f874"}.faprosolid-square-s:before{content:"\f875"}.faprosolid-square-share-nodes:before{content:"\f876"}.faprosolid-square-shekel:before{content:"\f877"}.faprosolid-square-sliders-vertical:before{content:"\f878"}.faprosolid-square-sliders:before{content:"\f879"}.faprosolid-square-small:before{content:"\f87a"}.faprosolid-square-star:before{content:"\f87b"}.faprosolid-square-sterling:before{content:"\f87c"}.faprosolid-square-swedish-krona:before{content:"\f87d"}.faprosolid-square-t:before{content:"\f87e"}.faprosolid-square-tenge:before{content:"\f87f"}.faprosolid-square-terminal:before{content:"\f880"}.faprosolid-square-this-way-up:before{content:"\f881"}.faprosolid-square-tugrik:before{content:"\f882"}.faprosolid-square-turkish-lira:before{content:"\f883"}.faprosolid-square-u:before{content:"\f884"}.faprosolid-square-up-left:before{content:"\f885"}.faprosolid-square-up-right:before{content:"\f886"}.faprosolid-square-up:before{content:"\f887"}.faprosolid-square-user:before{content:"\f888"}.faprosolid-square-v:before{content:"\f889"}.faprosolid-square-virus:before{content:"\f88a"}.faprosolid-square-w:before{content:"\f88b"}.faprosolid-square-wine-glass-crack:before{content:"\f88c"}.faprosolid-square-won:before{content:"\f88d"}.faprosolid-square-x:before{content:"\f88e"}.faprosolid-square-xmark:before{content:"\f88f"}.faprosolid-square-y:before{content:"\f890"}.faprosolid-square-yen:before{content:"\f891"}.faprosolid-square-z:before{content:"\f892"}.faprosolid-square:before{content:"\f893"}.faprosolid-squareapore-dollar:before{content:"\f894"}.faprosolid-squid:before{content:"\f895"}.faprosolid-squirrel:before{content:"\f896"}.faprosolid-stadium:before{content:"\f897"}.faprosolid-staff-aesculapius:before{content:"\f898"}.faprosolid-staff-snake:before{content:"\f899"}.faprosolid-staff:before{content:"\f89a"}.faprosolid-stair-car:before{content:"\f89b"}.faprosolid-stairs:before{content:"\f89c"}.faprosolid-stamp:before{content:"\f89d"}.faprosolid-standard-definition:before{content:"\f89e"}.faprosolid-stapler:before{content:"\f89f"}.faprosolid-star-and-crescent:before{content:"\f8a0"}.faprosolid-star-christmas:before{content:"\f8a1"}.faprosolid-star-circle:before{content:"\f8a2"}.faprosolid-star-exclamation:before{content:"\f8a3"}.faprosolid-star-half-alt:before{content:"\f8a4"}.faprosolid-star-half-stroke:before{content:"\f8a5"}.faprosolid-star-half:before{content:"\f8a6"}.faprosolid-star-of-david:before{content:"\f8a7"}.faprosolid-star-of-life:before{content:"\f8a8"}.faprosolid-star-sharp-half-alt:before{content:"\f8a9"}.faprosolid-star-sharp-half-stroke:before{content:"\f8aa"}.faprosolid-star-sharp-half:before{content:"\f8ab"}.faprosolid-star-sharp:before{content:"\f8ac"}.faprosolid-star-shooting:before{content:"\f8ad"}.faprosolid-star:before{content:"\f8ae"}.faprosolid-starfighter-alt-advanced:before{content:"\f8af"}.faprosolid-starfighter-alt:before{content:"\f8b0"}.faprosolid-starfighter-twin-ion-engine-advanced:before{content:"\f8b1"}.faprosolid-starfighter-twin-ion-engine:before{content:"\f8b2"}.faprosolid-starfighter:before{content:"\f8b3"}.faprosolid-stars:before{content:"\f8b4"}.faprosolid-starship-freighter:before{content:"\f8b5"}.faprosolid-starship:before{content:"\f8b6"}.faprosolid-steak:before{content:"\f8b7"}.faprosolid-steering-wheel:before{content:"\f8b8"}.faprosolid-step-backward:before{content:"\f8b9"}.faprosolid-step-forward:before{content:"\f8ba"}.faprosolid-sterling-sign:before{content:"\f8bb"}.faprosolid-stethoscope:before{content:"\f8bc"}.faprosolid-sticky-note:before{content:"\f8bd"}.faprosolid-stocking:before{content:"\f8be"}.faprosolid-stomach:before{content:"\f8bf"}.faprosolid-stool:before{content:"\f8c0"}.faprosolid-stop-circle:before{content:"\f8c1"}.faprosolid-stop:before{content:"\f8c2"}.faprosolid-stopwatch-20:before{content:"\f8c3"}.faprosolid-stopwatch:before{content:"\f8c4"}.faprosolid-store-24:before{content:"\f8c5"}.faprosolid-store-alt-slash:before{content:"\f8c6"}.faprosolid-store-alt:before{content:"\f8c7"}.faprosolid-store-lock:before{content:"\f8c8"}.faprosolid-store-slash:before{content:"\f8c9"}.faprosolid-store:before{content:"\f8ca"}.faprosolid-strawberry:before{content:"\f8cb"}.faprosolid-stream:before{content:"\f8cc"}.faprosolid-street-view:before{content:"\f8cd"}.faprosolid-stretcher:before{content:"\f8ce"}.faprosolid-strikethrough:before{content:"\f8cf"}.faprosolid-stroopwafel:before{content:"\f8d0"}.faprosolid-subscript:before{content:"\f8d1"}.faprosolid-subtitles-slash:before{content:"\f8d2"}.faprosolid-subtitles:before{content:"\f8d3"}.faprosolid-subtract:before{content:"\f8d4"}.faprosolid-subway-tunnel:before{content:"\f8d5"}.faprosolid-subway:before{content:"\f8d6"}.faprosolid-suitcase-medical:before{content:"\f8d7"}.faprosolid-suitcase-rolling:before{content:"\f8d8"}.faprosolid-suitcase:before{content:"\f8d9"}.faprosolid-sun-alt:before{content:"\f8da"}.faprosolid-sun-bright:before{content:"\f8db"}.faprosolid-sun-cloud:before{content:"\f8dc"}.faprosolid-sun-dust:before{content:"\f8dd"}.faprosolid-sun-haze:before{content:"\f8de"}.faprosolid-sun-plant-wilt:before{content:"\f8df"}.faprosolid-sun:before{content:"\f8e0"}.faprosolid-sunglasses:before{content:"\f8e1"}.faprosolid-sunrise:before{content:"\f8e2"}.faprosolid-sunset:before{content:"\f8e3"}.faprosolid-superscript:before{content:"\f8e4"}.faprosolid-surprise:before{content:"\f8e5"}.faprosolid-sushi-roll:before{content:"\f8e6"}.faprosolid-sushi:before{content:"\f8e7"}.faprosolid-swap-arrows:before{content:"\f8e8"}.faprosolid-swap:before{content:"\f8e9"}.faprosolid-swatchbook:before{content:"\f8ea"}.faprosolid-swedish-krona-sign:before{content:"\f8eb"}.faprosolid-swimmer:before{content:"\f8ec"}.faprosolid-swimming-pool:before{content:"\f8ed"}.faprosolid-sword-laser-alt:before{content:"\f8ee"}.faprosolid-sword-laser:before{content:"\f8ef"}.faprosolid-sword:before{content:"\f8f0"}.faprosolid-swords-laser:before{content:"\f8f1"}.faprosolid-swords:before{content:"\f8f2"}.faprosolid-symbols:before{content:"\f8f3"}.faprosolid-synagogue:before{content:"\f8f4"}.faprosolid-sync-alt:before{content:"\f8f5"}.faprosolid-sync:before{content:"\f8f6"}.faprosolid-syringe:before{content:"\f8f7"}.faprosolid-t-rex:before{content:"\f8f8"}.faprosolid-t-shirt:before{content:"\f8f9"}.faprosolid-t:before{content:"\f8fa"}.faprosolid-table-bar:before{content:"\f8fb"}.faprosolid-table-cells-column-lock:before{content:"\f8fc"}.faprosolid-table-cells-column-unlock:before{content:"\f8fd"}.faprosolid-table-cells-columns:before{content:"\f8fe"}.faprosolid-table-cells-header-lock:before{content:"\f8ff"}.faprosolid-table-cells-header-unlock:before{content:"\f900"}.faprosolid-table-cells-header:before{content:"\f901"}.faprosolid-table-cells-large:before{content:"\f902"}.faprosolid-table-cells-lock:before{content:"\f903"}.faprosolid-table-cells-merge:before{content:"\f904"}.faprosolid-table-cells-row-lock:before{content:"\f905"}.faprosolid-table-cells-row-unlock:before{content:"\f906"}.faprosolid-table-cells-rows:before{content:"\f907"}.faprosolid-table-cells-split:before{content:"\f908"}.faprosolid-table-cells-unlock:before{content:"\f909"}.faprosolid-table-cells:before{content:"\f90a"}.faprosolid-table-columns-add-after:before{content:"\f90b"}.faprosolid-table-columns-add-before:before{content:"\f90c"}.faprosolid-table-columns-merge-next:before{content:"\f90d"}.faprosolid-table-columns-merge-previous:before{content:"\f90e"}.faprosolid-table-columns-remove-after:before{content:"\f90f"}.faprosolid-table-columns-remove-before:before{content:"\f910"}.faprosolid-table-columns:before{content:"\f911"}.faprosolid-table-dining:before{content:"\f912"}.faprosolid-table-layout:before{content:"\f913"}.faprosolid-table-list:before{content:"\f914"}.faprosolid-table-picnic:before{content:"\f915"}.faprosolid-table-pivot:before{content:"\f916"}.faprosolid-table-rows-add-above:before{content:"\f917"}.faprosolid-table-rows-add-below:before{content:"\f918"}.faprosolid-table-rows-merge-next:before{content:"\f919"}.faprosolid-table-rows-merge-previous:before{content:"\f91a"}.faprosolid-table-rows-remove-above:before{content:"\f91b"}.faprosolid-table-rows-remove-below:before{content:"\f91c"}.faprosolid-table-rows:before{content:"\f91d"}.faprosolid-table-slash:before{content:"\f91e"}.faprosolid-table-tennis-paddle-ball:before{content:"\f91f"}.faprosolid-table-tennis:before{content:"\f920"}.faprosolid-table-tree:before{content:"\f921"}.faprosolid-table:before{content:"\f922"}.faprosolid-tablet-alt:before{content:"\f923"}.faprosolid-tablet-android-alt:before{content:"\f924"}.faprosolid-tablet-android:before{content:"\f925"}.faprosolid-tablet-button:before{content:"\f926"}.faprosolid-tablet-rugged:before{content:"\f927"}.faprosolid-tablet-screen-button:before{content:"\f928"}.faprosolid-tablet-screen:before{content:"\f929"}.faprosolid-tablet:before{content:"\f92a"}.faprosolid-tablets:before{content:"\f92b"}.faprosolid-tachograph-digital:before{content:"\f92c"}.faprosolid-tachometer-alt-average:before{content:"\f92d"}.faprosolid-tachometer-alt-fast:before{content:"\f92e"}.faprosolid-tachometer-alt-fastest:before{content:"\f92f"}.faprosolid-tachometer-alt-slow:before{content:"\f930"}.faprosolid-tachometer-alt-slowest:before{content:"\f931"}.faprosolid-tachometer-alt:before{content:"\f932"}.faprosolid-tachometer-average:before{content:"\f933"}.faprosolid-tachometer-fast:before{content:"\f934"}.faprosolid-tachometer-fastest:before{content:"\f935"}.faprosolid-tachometer-slow:before{content:"\f936"}.faprosolid-tachometer-slowest:before{content:"\f937"}.faprosolid-tachometer:before{content:"\f938"}.faprosolid-taco:before{content:"\f939"}.faprosolid-tag:before{content:"\f93a"}.faprosolid-tags:before{content:"\f93b"}.faprosolid-tally-1:before{content:"\f93c"}.faprosolid-tally-2:before{content:"\f93d"}.faprosolid-tally-3:before{content:"\f93e"}.faprosolid-tally-4:before{content:"\f93f"}.faprosolid-tally-5:before{content:"\f940"}.faprosolid-tally:before{content:"\f941"}.faprosolid-tamale:before{content:"\f942"}.faprosolid-tanakh:before{content:"\f943"}.faprosolid-tank-recovery:before{content:"\f944"}.faprosolid-tank-water:before{content:"\f945"}.faprosolid-tape:before{content:"\f946"}.faprosolid-tarp-droplet:before{content:"\f947"}.faprosolid-tarp:before{content:"\f948"}.faprosolid-tasks-alt:before{content:"\f949"}.faprosolid-tasks:before{content:"\f94a"}.faprosolid-taurus:before{content:"\f94b"}.faprosolid-taxi-bus:before{content:"\f94c"}.faprosolid-taxi:before{content:"\f94d"}.faprosolid-teddy-bear:before{content:"\f94e"}.faprosolid-teeth-open:before{content:"\f94f"}.faprosolid-teeth:before{content:"\f950"}.faprosolid-telescope:before{content:"\f951"}.faprosolid-teletype-answer:before{content:"\f952"}.faprosolid-teletype:before{content:"\f953"}.faprosolid-television:before{content:"\f954"}.faprosolid-temperature-0:before{content:"\f955"}.faprosolid-temperature-1:before{content:"\f956"}.faprosolid-temperature-2:before{content:"\f957"}.faprosolid-temperature-3:before{content:"\f958"}.faprosolid-temperature-4:before{content:"\f959"}.faprosolid-temperature-arrow-down:before{content:"\f95a"}.faprosolid-temperature-arrow-up:before{content:"\f95b"}.faprosolid-temperature-down:before{content:"\f95c"}.faprosolid-temperature-empty:before{content:"\f95d"}.faprosolid-temperature-frigid:before{content:"\f95e"}.faprosolid-temperature-full:before{content:"\f95f"}.faprosolid-temperature-half:before{content:"\f960"}.faprosolid-temperature-high:before{content:"\f961"}.faprosolid-temperature-hot:before{content:"\f962"}.faprosolid-temperature-list:before{content:"\f963"}.faprosolid-temperature-low:before{content:"\f964"}.faprosolid-temperature-quarter:before{content:"\f965"}.faprosolid-temperature-slash:before{content:"\f966"}.faprosolid-temperature-snow:before{content:"\f967"}.faprosolid-temperature-sun:before{content:"\f968"}.faprosolid-temperature-three-quarters:before{content:"\f969"}.faprosolid-temperature-up:before{content:"\f96a"}.faprosolid-tenge-sign:before{content:"\f96b"}.faprosolid-tenge:before{content:"\f96c"}.faprosolid-tennis-ball:before{content:"\f96d"}.faprosolid-tent-arrow-down-to-line:before{content:"\f96e"}.faprosolid-tent-arrow-left-right:before{content:"\f96f"}.faprosolid-tent-arrow-turn-left:before{content:"\f970"}.faprosolid-tent-arrows-down:before{content:"\f971"}.faprosolid-tent-circus:before{content:"\f972"}.faprosolid-tent-double-peak:before{content:"\f973"}.faprosolid-tent:before{content:"\f974"}.faprosolid-tents:before{content:"\f975"}.faprosolid-terminal:before{content:"\f976"}.faprosolid-text-height:before{content:"\f977"}.faprosolid-text-size:before{content:"\f978"}.faprosolid-text-slash:before{content:"\f979"}.faprosolid-text-width:before{content:"\f97a"}.faprosolid-text:before{content:"\f97b"}.faprosolid-th-large:before{content:"\f97c"}.faprosolid-th-list:before{content:"\f97d"}.faprosolid-th:before{content:"\f97e"}.faprosolid-theater-masks:before{content:"\f97f"}.faprosolid-thermometer-0:before{content:"\f980"}.faprosolid-thermometer-1:before{content:"\f981"}.faprosolid-thermometer-2:before{content:"\f982"}.faprosolid-thermometer-3:before{content:"\f983"}.faprosolid-thermometer-4:before{content:"\f984"}.faprosolid-thermometer-empty:before{content:"\f985"}.faprosolid-thermometer-full:before{content:"\f986"}.faprosolid-thermometer-half:before{content:"\f987"}.faprosolid-thermometer-quarter:before{content:"\f988"}.faprosolid-thermometer-three-quarters:before{content:"\f989"}.faprosolid-thermometer:before{content:"\f98a"}.faprosolid-theta:before{content:"\f98b"}.faprosolid-thought-bubble:before{content:"\f98c"}.faprosolid-thumb-tack-slash:before{content:"\f98d"}.faprosolid-thumb-tack:before{content:"\f98e"}.faprosolid-thumbs-down:before{content:"\f98f"}.faprosolid-thumbs-up:before{content:"\f990"}.faprosolid-thumbtack-angle-slash:before{content:"\f991"}.faprosolid-thumbtack-angle:before{content:"\f992"}.faprosolid-thumbtack-slash:before{content:"\f993"}.faprosolid-thumbtack:before{content:"\f994"}.faprosolid-thunderstorm-moon:before{content:"\f995"}.faprosolid-thunderstorm-sun:before{content:"\f996"}.faprosolid-thunderstorm:before{content:"\f997"}.faprosolid-tick:before{content:"\f998"}.faprosolid-ticket-airline:before{content:"\f999"}.faprosolid-ticket-alt:before{content:"\f99a"}.faprosolid-ticket-perforated-plane:before{content:"\f99b"}.faprosolid-ticket-perforated:before{content:"\f99c"}.faprosolid-ticket-plane:before{content:"\f99d"}.faprosolid-ticket-simple:before{content:"\f99e"}.faprosolid-ticket:before{content:"\f99f"}.faprosolid-tickets-airline:before{content:"\f9a0"}.faprosolid-tickets-perforated-plane:before{content:"\f9a1"}.faprosolid-tickets-perforated:before{content:"\f9a2"}.faprosolid-tickets-plane:before{content:"\f9a3"}.faprosolid-tickets-simple:before{content:"\f9a4"}.faprosolid-tickets:before{content:"\f9a5"}.faprosolid-tilde:before{content:"\f9a6"}.faprosolid-timeline-arrow:before{content:"\f9a7"}.faprosolid-timeline:before{content:"\f9a8"}.faprosolid-timer:before{content:"\f9a9"}.faprosolid-times-circle:before{content:"\f9aa"}.faprosolid-times-hexagon:before{content:"\f9ab"}.faprosolid-times-octagon:before{content:"\f9ac"}.faprosolid-times-rectangle:before{content:"\f9ad"}.faprosolid-times-square:before{content:"\f9ae"}.faprosolid-times-to-slot:before{content:"\f9af"}.faprosolid-times:before{content:"\f9b0"}.faprosolid-tint-slash:before{content:"\f9b1"}.faprosolid-tint:before{content:"\f9b2"}.faprosolid-tire-flat:before{content:"\f9b3"}.faprosolid-tire-pressure-warning:before{content:"\f9b4"}.faprosolid-tire-rugged:before{content:"\f9b5"}.faprosolid-tire:before{content:"\f9b6"}.faprosolid-tired:before{content:"\f9b7"}.faprosolid-toggle-large-off:before{content:"\f9b8"}.faprosolid-toggle-large-on:before{content:"\f9b9"}.faprosolid-toggle-off:before{content:"\f9ba"}.faprosolid-toggle-on:before{content:"\f9bb"}.faprosolid-toilet-paper-alt:before{content:"\f9bc"}.faprosolid-toilet-paper-blank-under:before{content:"\f9bd"}.faprosolid-toilet-paper-blank:before{content:"\f9be"}.faprosolid-toilet-paper-check:before{content:"\f9bf"}.faprosolid-toilet-paper-reverse-alt:before{content:"\f9c0"}.faprosolid-toilet-paper-reverse-slash:before{content:"\f9c1"}.faprosolid-toilet-paper-reverse:before{content:"\f9c2"}.faprosolid-toilet-paper-slash:before{content:"\f9c3"}.faprosolid-toilet-paper-under-slash:before{content:"\f9c4"}.faprosolid-toilet-paper-under:before{content:"\f9c5"}.faprosolid-toilet-paper-xmark:before{content:"\f9c6"}.faprosolid-toilet-paper:before{content:"\f9c7"}.faprosolid-toilet-portable:before{content:"\f9c8"}.faprosolid-toilet:before{content:"\f9c9"}.faprosolid-toilets-portable:before{content:"\f9ca"}.faprosolid-tomato:before{content:"\f9cb"}.faprosolid-tombstone-alt:before{content:"\f9cc"}.faprosolid-tombstone-blank:before{content:"\f9cd"}.faprosolid-tombstone:before{content:"\f9ce"}.faprosolid-toolbox:before{content:"\f9cf"}.faprosolid-tools:before{content:"\f9d0"}.faprosolid-tooth:before{content:"\f9d1"}.faprosolid-toothbrush:before{content:"\f9d2"}.faprosolid-torah:before{content:"\f9d3"}.faprosolid-torii-gate:before{content:"\f9d4"}.faprosolid-tornado:before{content:"\f9d5"}.faprosolid-tower-broadcast:before{content:"\f9d6"}.faprosolid-tower-cell:before{content:"\f9d7"}.faprosolid-tower-control:before{content:"\f9d8"}.faprosolid-tower-observation:before{content:"\f9d9"}.faprosolid-tower-receive:before{content:"\f9da"}.faprosolid-tractor:before{content:"\f9db"}.faprosolid-trademark:before{content:"\f9dc"}.faprosolid-traffic-cone:before{content:"\f9dd"}.faprosolid-traffic-light-go:before{content:"\f9de"}.faprosolid-traffic-light-slow:before{content:"\f9df"}.faprosolid-traffic-light-stop:before{content:"\f9e0"}.faprosolid-traffic-light:before{content:"\f9e1"}.faprosolid-trailer:before{content:"\f9e2"}.faprosolid-train-stop:before{content:"\f9e3"}.faprosolid-train-subway-tunnel:before{content:"\f9e4"}.faprosolid-train-subway:before{content:"\f9e5"}.faprosolid-train-track:before{content:"\f9e6"}.faprosolid-train-tram:before{content:"\f9e7"}.faprosolid-train-tunnel:before{content:"\f9e8"}.faprosolid-train:before{content:"\f9e9"}.faprosolid-tram:before{content:"\f9ea"}.faprosolid-transducer:before{content:"\f9eb"}.faprosolid-transformer-bolt:before{content:"\f9ec"}.faprosolid-transgender-alt:before{content:"\f9ed"}.faprosolid-transgender:before{content:"\f9ee"}.faprosolid-transmission:before{content:"\f9ef"}.faprosolid-transporter-1:before{content:"\f9f0"}.faprosolid-transporter-2:before{content:"\f9f1"}.faprosolid-transporter-3:before{content:"\f9f2"}.faprosolid-transporter-4:before{content:"\f9f3"}.faprosolid-transporter-5:before{content:"\f9f4"}.faprosolid-transporter-6:before{content:"\f9f5"}.faprosolid-transporter-7:before{content:"\f9f6"}.faprosolid-transporter-empty:before{content:"\f9f7"}.faprosolid-transporter:before{content:"\f9f8"}.faprosolid-trash-alt-slash:before{content:"\f9f9"}.faprosolid-trash-alt:before{content:"\f9fa"}.faprosolid-trash-arrow-turn-left:before{content:"\f9fb"}.faprosolid-trash-arrow-up:before{content:"\f9fc"}.faprosolid-trash-can-arrow-turn-left:before{content:"\f9fd"}.faprosolid-trash-can-arrow-up:before{content:"\f9fe"}.faprosolid-trash-can-check:before{content:"\f9ff"}.faprosolid-trash-can-clock:before{content:"\fa00"}.faprosolid-trash-can-list:before{content:"\fa01"}.faprosolid-trash-can-plus:before{content:"\fa02"}.faprosolid-trash-can-slash:before{content:"\fa03"}.faprosolid-trash-can-undo:before{content:"\fa04"}.faprosolid-trash-can-xmark:before{content:"\fa05"}.faprosolid-trash-can:before{content:"\fa06"}.faprosolid-trash-check:before{content:"\fa07"}.faprosolid-trash-circle:before{content:"\fa08"}.faprosolid-trash-clock:before{content:"\fa09"}.faprosolid-trash-list:before{content:"\fa0a"}.faprosolid-trash-plus:before{content:"\fa0b"}.faprosolid-trash-restore-alt:before{content:"\fa0c"}.faprosolid-trash-restore:before{content:"\fa0d"}.faprosolid-trash-slash:before{content:"\fa0e"}.faprosolid-trash-undo-alt:before{content:"\fa0f"}.faprosolid-trash-undo:before{content:"\fa10"}.faprosolid-trash-xmark:before{content:"\fa11"}.faprosolid-trash:before{content:"\fa12"}.faprosolid-treasure-chest:before{content:"\fa13"}.faprosolid-tree-alt:before{content:"\fa14"}.faprosolid-tree-christmas:before{content:"\fa15"}.faprosolid-tree-city:before{content:"\fa16"}.faprosolid-tree-deciduous:before{content:"\fa17"}.faprosolid-tree-decorated:before{content:"\fa18"}.faprosolid-tree-large:before{content:"\fa19"}.faprosolid-tree-palm:before{content:"\fa1a"}.faprosolid-tree:before{content:"\fa1b"}.faprosolid-trees:before{content:"\fa1c"}.faprosolid-trian-balbot:before{content:"\fa1d"}.faprosolid-triangle-circle-square:before{content:"\fa1e"}.faprosolid-triangle-exclamation:before{content:"\fa1f"}.faprosolid-triangle-instrument:before{content:"\fa20"}.faprosolid-triangle-music:before{content:"\fa21"}.faprosolid-triangle-person-digging:before{content:"\fa22"}.faprosolid-triangle:before{content:"\fa23"}.faprosolid-tricycle-adult:before{content:"\fa24"}.faprosolid-tricycle:before{content:"\fa25"}.faprosolid-trillium:before{content:"\fa26"}.faprosolid-triple-chevrons-down:before{content:"\fa27"}.faprosolid-triple-chevrons-left:before{content:"\fa28"}.faprosolid-triple-chevrons-right:before{content:"\fa29"}.faprosolid-triple-chevrons-up:before{content:"\fa2a"}.faprosolid-trombone:before{content:"\fa2b"}.faprosolid-trophy-alt:before{content:"\fa2c"}.faprosolid-trophy-star:before{content:"\fa2d"}.faprosolid-trophy:before{content:"\fa2e"}.faprosolid-trowel-bricks:before{content:"\fa2f"}.faprosolid-trowel:before{content:"\fa30"}.faprosolid-truck-arrow-right:before{content:"\fa31"}.faprosolid-truck-bolt:before{content:"\fa32"}.faprosolid-truck-clock:before{content:"\fa33"}.faprosolid-truck-container-empty:before{content:"\fa34"}.faprosolid-truck-container:before{content:"\fa35"}.faprosolid-truck-couch:before{content:"\fa36"}.faprosolid-truck-droplet:before{content:"\fa37"}.faprosolid-truck-fast:before{content:"\fa38"}.faprosolid-truck-field-un:before{content:"\fa39"}.faprosolid-truck-field:before{content:"\fa3a"}.faprosolid-truck-fire:before{content:"\fa3b"}.faprosolid-truck-flatbed:before{content:"\fa3c"}.faprosolid-truck-front:before{content:"\fa3d"}.faprosolid-truck-ladder:before{content:"\fa3e"}.faprosolid-truck-loading:before{content:"\fa3f"}.faprosolid-truck-medical:before{content:"\fa40"}.faprosolid-truck-monster:before{content:"\fa41"}.faprosolid-truck-moving:before{content:"\fa42"}.faprosolid-truck-pickup:before{content:"\fa43"}.faprosolid-truck-plane:before{content:"\fa44"}.faprosolid-truck-plow:before{content:"\fa45"}.faprosolid-truck-ramp-box:before{content:"\fa46"}.faprosolid-truck-ramp-couch:before{content:"\fa47"}.faprosolid-truck-ramp:before{content:"\fa48"}.faprosolid-truck-suv:before{content:"\fa49"}.faprosolid-truck-tow:before{content:"\fa4a"}.faprosolid-truck-utensils:before{content:"\fa4b"}.faprosolid-truck:before{content:"\fa4c"}.faprosolid-trumpet:before{content:"\fa4d"}.faprosolid-try:before{content:"\fa4e"}.faprosolid-tshirt:before{content:"\fa4f"}.faprosolid-tty-answer:before{content:"\fa50"}.faprosolid-tty:before{content:"\fa51"}.faprosolid-tugrik-sign:before{content:"\fa52"}.faprosolid-turkey:before{content:"\fa53"}.faprosolid-turkish-lira-sign:before{content:"\fa54"}.faprosolid-turkish-lira:before{content:"\fa55"}.faprosolid-turn-down-left:before{content:"\fa56"}.faprosolid-turn-down-right:before{content:"\fa57"}.faprosolid-turn-down:before{content:"\fa58"}.faprosolid-turn-left-down:before{content:"\fa59"}.faprosolid-turn-left-up:before{content:"\fa5a"}.faprosolid-turn-left:before{content:"\fa5b"}.faprosolid-turn-right:before{content:"\fa5c"}.faprosolid-turn-up:before{content:"\fa5d"}.faprosolid-turntable:before{content:"\fa5e"}.faprosolid-turtle:before{content:"\fa5f"}.faprosolid-tv-alt:before{content:"\fa60"}.faprosolid-tv-music:before{content:"\fa61"}.faprosolid-tv-retro:before{content:"\fa62"}.faprosolid-tv:before{content:"\fa63"}.faprosolid-typewriter:before{content:"\fa64"}.faprosolid-u-turn-down-left:before{content:"\fa65"}.faprosolid-u-turn-down-right:before{content:"\fa66"}.faprosolid-u-turn-left-down:before{content:"\fa67"}.faprosolid-u-turn-left-up:before{content:"\fa68"}.faprosolid-u-turn-right-down:before{content:"\fa69"}.faprosolid-u-turn-right-up:before{content:"\fa6a"}.faprosolid-u-turn-up-left:before{content:"\fa6b"}.faprosolid-u-turn-up-right:before{content:"\fa6c"}.faprosolid-u-turn:before{content:"\fa6d"}.faprosolid-u:before{content:"\fa6e"}.faprosolid-ufo-beam:before{content:"\fa6f"}.faprosolid-ufo:before{content:"\fa70"}.faprosolid-umbrella-alt:before{content:"\fa71"}.faprosolid-umbrella-beach:before{content:"\fa72"}.faprosolid-umbrella-simple:before{content:"\fa73"}.faprosolid-umbrella:before{content:"\fa74"}.faprosolid-underline:before{content:"\fa75"}.faprosolid-undo-alt:before{content:"\fa76"}.faprosolid-undo:before{content:"\fa77"}.faprosolid-unicorn:before{content:"\fa78"}.faprosolid-unicycle:before{content:"\fa79"}.faprosolid-uniform-martial-arts:before{content:"\fa7a"}.faprosolid-union:before{content:"\fa7b"}.faprosolid-universal-access:before{content:"\fa7c"}.faprosolid-university:before{content:"\fa7d"}.faprosolid-unlink:before{content:"\fa7e"}.faprosolid-unlock-alt:before{content:"\fa7f"}.faprosolid-unlock-keyhole:before{content:"\fa80"}.faprosolid-unlock:before{content:"\fa81"}.faprosolid-unsorted:before{content:"\fa82"}.faprosolid-up-down-left-right:before{content:"\fa83"}.faprosolid-up-down:before{content:"\fa84"}.faprosolid-up-from-bracket:before{content:"\fa85"}.faprosolid-up-from-dotted-line:before{content:"\fa86"}.faprosolid-up-from-line:before{content:"\fa87"}.faprosolid-up-left:before{content:"\fa88"}.faprosolid-up-long-to-line:before{content:"\fa89"}.faprosolid-up-long:before{content:"\fa8a"}.faprosolid-up-right-and-down-left-from-center:before{content:"\fa8b"}.faprosolid-up-right-from-square:before{content:"\fa8c"}.faprosolid-up-right:before{content:"\fa8d"}.faprosolid-up-to-bracket:before{content:"\fa8e"}.faprosolid-up-to-dotted-line:before{content:"\fa8f"}.faprosolid-up-to-line:before{content:"\fa90"}.faprosolid-up:before{content:"\fa91"}.faprosolid-upload:before{content:"\fa92"}.faprosolid-usb-drive:before{content:"\fa93"}.faprosolid-usd-circle:before{content:"\fa94"}.faprosolid-usd-square:before{content:"\fa95"}.faprosolid-usd:before{content:"\fa96"}.faprosolid-user-alien:before{content:"\fa97"}.faprosolid-user-alt-slash:before{content:"\fa98"}.faprosolid-user-alt:before{content:"\fa99"}.faprosolid-user-astronaut:before{content:"\fa9a"}.faprosolid-user-beard-bolt:before{content:"\fa9b"}.faprosolid-user-beard:before{content:"\fa9c"}.faprosolid-user-bounty-hunter:before{content:"\fa9d"}.faprosolid-user-chart:before{content:"\fa9e"}.faprosolid-user-check:before{content:"\fa9f"}.faprosolid-user-chef-hair-long:before{content:"\faa0"}.faprosolid-user-chef:before{content:"\faa1"}.faprosolid-user-circle-minus:before{content:"\faa2"}.faprosolid-user-circle-plus:before{content:"\faa3"}.faprosolid-user-circle:before{content:"\faa4"}.faprosolid-user-clock:before{content:"\faa5"}.faprosolid-user-cog:before{content:"\faa6"}.faprosolid-user-construction:before{content:"\faa7"}.faprosolid-user-cowboy:before{content:"\faa8"}.faprosolid-user-crown:before{content:"\faa9"}.faprosolid-user-dashed:before{content:"\faaa"}.faprosolid-user-doctor-hair-long:before{content:"\faab"}.faprosolid-user-doctor-hair-mullet:before{content:"\faac"}.faprosolid-user-doctor-hair:before{content:"\faad"}.faprosolid-user-doctor-message:before{content:"\faae"}.faprosolid-user-doctor:before{content:"\faaf"}.faprosolid-user-edit:before{content:"\fab0"}.faprosolid-user-friends:before{content:"\fab1"}.faprosolid-user-gear:before{content:"\fab2"}.faprosolid-user-graduate:before{content:"\fab3"}.faprosolid-user-group-crown:before{content:"\fab4"}.faprosolid-user-group-simple:before{content:"\fab5"}.faprosolid-user-group:before{content:"\fab6"}.faprosolid-user-hair-buns:before{content:"\fab7"}.faprosolid-user-hair-long:before{content:"\fab8"}.faprosolid-user-hair-mullet:before{content:"\fab9"}.faprosolid-user-hair:before{content:"\faba"}.faprosolid-user-hard-hat:before{content:"\fabb"}.faprosolid-user-hat-tie-magnifying-glass:before{content:"\fabc"}.faprosolid-user-hat-tie:before{content:"\fabd"}.faprosolid-user-headset:before{content:"\fabe"}.faprosolid-user-helmet-safety:before{content:"\fabf"}.faprosolid-user-hoodie:before{content:"\fac0"}.faprosolid-user-injured:before{content:"\fac1"}.faprosolid-user-key:before{content:"\fac2"}.faprosolid-user-large-slash:before{content:"\fac3"}.faprosolid-user-large:before{content:"\fac4"}.faprosolid-user-lock:before{content:"\fac5"}.faprosolid-user-magnifying-glass:before{content:"\fac6"}.faprosolid-user-md-chat:before{content:"\fac7"}.faprosolid-user-md:before{content:"\fac8"}.faprosolid-user-message:before{content:"\fac9"}.faprosolid-user-microphone:before{content:"\faca"}.faprosolid-user-minus:before{content:"\facb"}.faprosolid-user-music:before{content:"\facc"}.faprosolid-user-ninja:before{content:"\facd"}.faprosolid-user-nurse-hair-long:before{content:"\face"}.faprosolid-user-nurse-hair:before{content:"\facf"}.faprosolid-user-nurse:before{content:"\fad0"}.faprosolid-user-pen:before{content:"\fad1"}.faprosolid-user-pilot-hair-long:before{content:"\fad2"}.faprosolid-user-pilot-tie-hair-long:before{content:"\fad3"}.faprosolid-user-pilot-tie:before{content:"\fad4"}.faprosolid-user-pilot:before{content:"\fad5"}.faprosolid-user-plus:before{content:"\fad6"}.faprosolid-user-police-hair-long:before{content:"\fad7"}.faprosolid-user-police-tie-hair-long:before{content:"\fad8"}.faprosolid-user-police-tie:before{content:"\fad9"}.faprosolid-user-police:before{content:"\fada"}.faprosolid-user-question:before{content:"\fadb"}.faprosolid-user-robot-xmarks:before{content:"\fadc"}.faprosolid-user-robot:before{content:"\fadd"}.faprosolid-user-secret:before{content:"\fade"}.faprosolid-user-shakespeare:before{content:"\fadf"}.faprosolid-user-shield:before{content:"\fae0"}.faprosolid-user-sith:before{content:"\fae1"}.faprosolid-user-slash:before{content:"\fae2"}.faprosolid-user-tag:before{content:"\fae3"}.faprosolid-user-tie-hair-long:before{content:"\fae4"}.faprosolid-user-tie-hair-mullet:before{content:"\fae5"}.faprosolid-user-tie-hair:before{content:"\fae6"}.faprosolid-user-tie:before{content:"\fae7"}.faprosolid-user-times:before{content:"\fae8"}.faprosolid-user-unlock:before{content:"\fae9"}.faprosolid-user-viewfinder:before{content:"\faea"}.faprosolid-user-visor:before{content:"\faeb"}.faprosolid-user-vneck-hair-long:before{content:"\faec"}.faprosolid-user-vneck-hair-mullet:before{content:"\faed"}.faprosolid-user-vneck-hair:before{content:"\faee"}.faprosolid-user-vneck:before{content:"\faef"}.faprosolid-user-xmark:before{content:"\faf0"}.faprosolid-user:before{content:"\faf1"}.faprosolid-users-between-lines:before{content:"\faf2"}.faprosolid-users-class:before{content:"\faf3"}.faprosolid-users-cog:before{content:"\faf4"}.faprosolid-users-crown:before{content:"\faf5"}.faprosolid-users-gear:before{content:"\faf6"}.faprosolid-users-line:before{content:"\faf7"}.faprosolid-users-medical:before{content:"\faf8"}.faprosolid-users-rays:before{content:"\faf9"}.faprosolid-users-rectangle:before{content:"\fafa"}.faprosolid-users-slash:before{content:"\fafb"}.faprosolid-users-viewfinder:before{content:"\fafc"}.faprosolid-users:before{content:"\fafd"}.faprosolid-utensil-fork:before{content:"\fafe"}.faprosolid-utensil-knife:before{content:"\faff"}.faprosolid-utensil-spoon:before{content:"\fb00"}.faprosolid-utensils-alt:before{content:"\fb01"}.faprosolid-utensils-slash:before{content:"\fb02"}.faprosolid-utensils:before{content:"\fb03"}.faprosolid-utility-can:before{content:"\fb04"}.faprosolid-utility-pole-double:before{content:"\fb05"}.faprosolid-utility-pole:before{content:"\fb06"}.faprosolid-v:before{content:"\fb07"}.faprosolid-vacuum-robot:before{content:"\fb08"}.faprosolid-vacuum:before{content:"\fb09"}.faprosolid-value-absolute:before{content:"\fb0a"}.faprosolid-van-shuttle:before{content:"\fb0b"}.faprosolid-van:before{content:"\fb0c"}.faprosolid-vault:before{content:"\fb0d"}.faprosolid-vcard:before{content:"\fb0e"}.faprosolid-vector-circle:before{content:"\fb0f"}.faprosolid-vector-polygon:before{content:"\fb10"}.faprosolid-vector-square:before{content:"\fb11"}.faprosolid-vent-damper:before{content:"\fb12"}.faprosolid-venus-double:before{content:"\fb13"}.faprosolid-venus-mars:before{content:"\fb14"}.faprosolid-venus:before{content:"\fb15"}.faprosolid-vest-patches:before{content:"\fb16"}.faprosolid-vest:before{content:"\fb17"}.faprosolid-vhs:before{content:"\fb18"}.faprosolid-vial-circle-check:before{content:"\fb19"}.faprosolid-vial-vertical:before{content:"\fb1a"}.faprosolid-vial-virus:before{content:"\fb1b"}.faprosolid-vial:before{content:"\fb1c"}.faprosolid-vials:before{content:"\fb1d"}.faprosolid-video-arrow-down-left:before{content:"\fb1e"}.faprosolid-video-arrow-up-right:before{content:"\fb1f"}.faprosolid-video-camera:before{content:"\fb20"}.faprosolid-video-circle:before{content:"\fb21"}.faprosolid-video-down-to-line:before{content:"\fb22"}.faprosolid-video-handheld:before{content:"\fb23"}.faprosolid-video-plus:before{content:"\fb24"}.faprosolid-video-question:before{content:"\fb25"}.faprosolid-video-slash:before{content:"\fb26"}.faprosolid-video:before{content:"\fb27"}.faprosolid-vihara:before{content:"\fb28"}.faprosolid-violin:before{content:"\fb29"}.faprosolid-virgo:before{content:"\fb2a"}.faprosolid-virus-covid-slash:before{content:"\fb2b"}.faprosolid-virus-covid:before{content:"\fb2c"}.faprosolid-virus-slash:before{content:"\fb2d"}.faprosolid-virus:before{content:"\fb2e"}.faprosolid-viruses:before{content:"\fb2f"}.faprosolid-voicemail:before{content:"\fb30"}.faprosolid-volcano:before{content:"\fb31"}.faprosolid-volleyball-ball:before{content:"\fb32"}.faprosolid-volleyball:before{content:"\fb33"}.faprosolid-volume-control-phone:before{content:"\fb34"}.faprosolid-volume-down:before{content:"\fb35"}.faprosolid-volume-high:before{content:"\fb36"}.faprosolid-volume-low:before{content:"\fb37"}.faprosolid-volume-medium:before{content:"\fb38"}.faprosolid-volume-mute:before{content:"\fb39"}.faprosolid-volume-off:before{content:"\fb3a"}.faprosolid-volume-slash:before{content:"\fb3b"}.faprosolid-volume-times:before{content:"\fb3c"}.faprosolid-volume-up:before{content:"\fb3d"}.faprosolid-volume-xmark:before{content:"\fb3e"}.faprosolid-volume:before{content:"\fb3f"}.faprosolid-vote-nay:before{content:"\fb40"}.faprosolid-vote-yea:before{content:"\fb41"}.faprosolid-vr-cardboard:before{content:"\fb42"}.faprosolid-w:before{content:"\fb43"}.faprosolid-waffle:before{content:"\fb44"}.faprosolid-wagon-covered:before{content:"\fb45"}.faprosolid-walker:before{content:"\fb46"}.faprosolid-walkie-talkie:before{content:"\fb47"}.faprosolid-walking:before{content:"\fb48"}.faprosolid-wall-brick:before{content:"\fb49"}.faprosolid-wallet:before{content:"\fb4a"}.faprosolid-wand-magic-sparkles:before{content:"\fb4b"}.faprosolid-wand-magic:before{content:"\fb4c"}.faprosolid-wand-sparkles:before{content:"\fb4d"}.faprosolid-wand:before{content:"\fb4e"}.faprosolid-wardrobe:before{content:"\fb4f"}.faprosolid-warehouse-alt:before{content:"\fb50"}.faprosolid-warehouse-full:before{content:"\fb51"}.faprosolid-warehouse:before{content:"\fb52"}.faprosolid-warning:before{content:"\fb53"}.faprosolid-washer:before{content:"\fb54"}.faprosolid-washing-machine:before{content:"\fb55"}.faprosolid-watch-apple:before{content:"\fb56"}.faprosolid-watch-calculator:before{content:"\fb57"}.faprosolid-watch-fitness:before{content:"\fb58"}.faprosolid-watch-smart:before{content:"\fb59"}.faprosolid-watch:before{content:"\fb5a"}.faprosolid-water-arrow-down:before{content:"\fb5b"}.faprosolid-water-arrow-up:before{content:"\fb5c"}.faprosolid-water-ladder:before{content:"\fb5d"}.faprosolid-water-lower:before{content:"\fb5e"}.faprosolid-water-rise:before{content:"\fb5f"}.faprosolid-water-temp:before{content:"\fb60"}.faprosolid-water-temperature:before{content:"\fb61"}.faprosolid-water:before{content:"\fb62"}.faprosolid-watermelon-slice:before{content:"\fb63"}.faprosolid-wave-pulse:before{content:"\fb64"}.faprosolid-wave-sine:before{content:"\fb65"}.faprosolid-wave-square:before{content:"\fb66"}.faprosolid-wave-triangle:before{content:"\fb67"}.faprosolid-wave:before{content:"\fb68"}.faprosolid-waveform-circle:before{content:"\fb69"}.faprosolid-waveform-lines:before{content:"\fb6a"}.faprosolid-waveform-path:before{content:"\fb6b"}.faprosolid-waveform:before{content:"\fb6c"}.faprosolid-waves-sine:before{content:"\fb6d"}.faprosolid-web-awesome:before{content:"\fb6e"}.faprosolid-webcam-slash:before{content:"\fb6f"}.faprosolid-webcam:before{content:"\fb70"}.faprosolid-webhook:before{content:"\fb71"}.faprosolid-weight-hanging:before{content:"\fb72"}.faprosolid-weight-scale:before{content:"\fb73"}.faprosolid-weight:before{content:"\fb74"}.faprosolid-whale:before{content:"\fb75"}.faprosolid-wheat-alt:before{content:"\fb76"}.faprosolid-wheat-awn-circle-exclamation:before{content:"\fb77"}.faprosolid-wheat-awn-slash:before{content:"\fb78"}.faprosolid-wheat-awn:before{content:"\fb79"}.faprosolid-wheat-slash:before{content:"\fb7a"}.faprosolid-wheat:before{content:"\fb7b"}.faprosolid-wheelchair-alt:before{content:"\fb7c"}.faprosolid-wheelchair-move:before{content:"\fb7d"}.faprosolid-wheelchair:before{content:"\fb7e"}.faprosolid-whiskey-glass-ice:before{content:"\fb7f"}.faprosolid-whiskey-glass:before{content:"\fb80"}.faprosolid-whistle:before{content:"\fb81"}.faprosolid-wifi-1:before{content:"\fb82"}.faprosolid-wifi-2:before{content:"\fb83"}.faprosolid-wifi-3:before{content:"\fb84"}.faprosolid-wifi-exclamation:before{content:"\fb85"}.faprosolid-wifi-fair:before{content:"\fb86"}.faprosolid-wifi-slash:before{content:"\fb87"}.faprosolid-wifi-strong:before{content:"\fb88"}.faprosolid-wifi-weak:before{content:"\fb89"}.faprosolid-wifi:before{content:"\fb8a"}.faprosolid-wind-circle-exclamation:before{content:"\fb8b"}.faprosolid-wind-turbine:before{content:"\fb8c"}.faprosolid-wind-warning:before{content:"\fb8d"}.faprosolid-wind:before{content:"\fb8e"}.faprosolid-window-alt:before{content:"\fb8f"}.faprosolid-window-close:before{content:"\fb90"}.faprosolid-window-flip:before{content:"\fb91"}.faprosolid-window-frame-open:before{content:"\fb92"}.faprosolid-window-frame:before{content:"\fb93"}.faprosolid-window-maximize:before{content:"\fb94"}.faprosolid-window-minimize:before{content:"\fb95"}.faprosolid-window-restore:before{content:"\fb96"}.faprosolid-window:before{content:"\fb97"}.faprosolid-windsock:before{content:"\fb98"}.faprosolid-wine-bottle:before{content:"\fb99"}.faprosolid-wine-glass-alt:before{content:"\fb9a"}.faprosolid-wine-glass-crack:before{content:"\fb9b"}.faprosolid-wine-glass-empty:before{content:"\fb9c"}.faprosolid-wine-glass:before{content:"\fb9d"}.faprosolid-wireless:before{content:"\fb9e"}.faprosolid-won-sign:before{content:"\fb9f"}.faprosolid-won:before{content:"\fba0"}.faprosolid-worm:before{content:"\fba1"}.faprosolid-wreath-laurel:before{content:"\fba2"}.faprosolid-wreath:before{content:"\fba3"}.faprosolid-wrench-simple:before{content:"\fba4"}.faprosolid-wrench:before{content:"\fba5"}.faprosolid-x-ray:before{content:"\fba6"}.faprosolid-x:before{content:"\fba7"}.faprosolid-xmark-circle:before{content:"\fba8"}.faprosolid-xmark-hexagon:before{content:"\fba9"}.faprosolid-xmark-large:before{content:"\fbaa"}.faprosolid-xmark-octagon:before{content:"\fbab"}.faprosolid-xmark-square:before{content:"\fbac"}.faprosolid-xmark-to-slot:before{content:"\fbad"}.faprosolid-xmark:before{content:"\fbae"}.faprosolid-xmarks-lines:before{content:"\fbaf"}.faprosolid-y:before{content:"\fbb0"}.faprosolid-yen-sign:before{content:"\fbb1"}.faprosolid-yen:before{content:"\fbb2"}.faprosolid-yin-yang:before{content:"\fbb3"}.faprosolid-z:before{content:"\fbb4"}.faprosolid-zap:before{content:"\fbb5"}.faprosolid-zzz:before{content:"\fbb6"}
@font-face{font-display:swap;font-family:'fa-thin';src:url(/media/com_sppagebuilder/assets/iconfont/fa-thin/fonts/fa-thin.eot?bvvrb5=);src:url(/media/com_sppagebuilder/assets/iconfont/fa-thin/fonts/fa-thin.eot?bvvrb5=#iefix) format('embedded-opentype'),url(/media/com_sppagebuilder/assets/iconfont/fa-thin/fonts/fa-thin.ttf?bvvrb5=) format('truetype'),url(/media/com_sppagebuilder/assets/iconfont/fa-thin/fonts/fa-thin.woff?bvvrb5=) format('woff'),url(/media/com_sppagebuilder/assets/iconfont/fa-thin/fonts/fa-thin.svg?bvvrb5=#fa-thin) format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="faprothin-"],[class*=" faprothin-"]{font-family:'fa-thin' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.faprothin-0:before{content:"\e900"}.faprothin-00:before{content:"\e901"}.faprothin-1:before{content:"\e902"}.faprothin-2:before{content:"\e903"}.faprothin-3:before{content:"\e904"}.faprothin-4:before{content:"\e905"}.faprothin-5:before{content:"\e906"}.faprothin-6:before{content:"\e907"}.faprothin-7:before{content:"\e908"}.faprothin-8:before{content:"\e909"}.faprothin-9:before{content:"\e90a"}.faprothin-100:before{content:"\e90b"}.faprothin-degrees:before{content:"\e90c"}.faprothin-a:before{content:"\e90d"}.faprothin-abacus:before{content:"\e90e"}.faprothin-accent-grave:before{content:"\e90f"}.faprothin-acorn:before{content:"\e910"}.faprothin-ad:before{content:"\e911"}.faprothin-add:before{content:"\e912"}.faprothin-address-book:before{content:"\e913"}.faprothin-address-card:before{content:"\e914"}.faprothin-adjust:before{content:"\e915"}.faprothin-aeropress:before{content:"\e916"}.faprothin-air-conditioner:before{content:"\e917"}.faprothin-air-freshener:before{content:"\e918"}.faprothin-airplay-audio:before{content:"\e919"}.faprothin-airplay:before{content:"\e91a"}.faprothin-alarm-clock:before{content:"\e91b"}.faprothin-alarm-exclamation:before{content:"\e91c"}.faprothin-alarm-minus:before{content:"\e91d"}.faprothin-alarm-plus:before{content:"\e91e"}.faprothin-alarm-snooze:before{content:"\e91f"}.faprothin-album-circle-plus:before{content:"\e920"}.faprothin-album-circle-user:before{content:"\e921"}.faprothin-album-collection-circle-plus:before{content:"\e922"}.faprothin-album-collection-circle-user:before{content:"\e923"}.faprothin-album-collection:before{content:"\e924"}.faprothin-album:before{content:"\e925"}.faprothin-alicorn:before{content:"\e926"}.faprothin-alien-8bit:before{content:"\e927"}.faprothin-alien-monster:before{content:"\e928"}.faprothin-alien:before{content:"\e929"}.faprothin-align-center:before{content:"\e92a"}.faprothin-align-justify:before{content:"\e92b"}.faprothin-align-left:before{content:"\e92c"}.faprothin-align-right:before{content:"\e92d"}.faprothin-align-slash:before{content:"\e92e"}.faprothin-allergies:before{content:"\e92f"}.faprothin-almost-equal-to:before{content:"\e930"}.faprothin-alt:before{content:"\e931"}.faprothin-ambulance:before{content:"\e932"}.faprothin-american-sign-language-interpreting:before{content:"\e933"}.faprothin-amp-guitar:before{content:"\e934"}.faprothin-ampersand:before{content:"\e935"}.faprothin-analytics:before{content:"\e936"}.faprothin-anchor-circle-check:before{content:"\e937"}.faprothin-anchor-circle-exclamation:before{content:"\e938"}.faprothin-anchor-circle-xmark:before{content:"\e939"}.faprothin-anchor-lock:before{content:"\e93a"}.faprothin-anchor:before{content:"\e93b"}.faprothin-angel:before{content:"\e93c"}.faprothin-angle-90:before{content:"\e93d"}.faprothin-angle-double-down:before{content:"\e93e"}.faprothin-angle-double-left:before{content:"\e93f"}.faprothin-angle-double-right:before{content:"\e940"}.faprothin-angle-double-up:before{content:"\e941"}.faprothin-angle-down:before{content:"\e942"}.faprothin-angle-left:before{content:"\e943"}.faprothin-angle-right:before{content:"\e944"}.faprothin-angle-up:before{content:"\e945"}.faprothin-angle:before{content:"\e946"}.faprothin-angles-down:before{content:"\e947"}.faprothin-angles-left:before{content:"\e948"}.faprothin-angles-right:before{content:"\e949"}.faprothin-angles-up-down:before{content:"\e94a"}.faprothin-angles-up:before{content:"\e94b"}.faprothin-angry:before{content:"\e94c"}.faprothin-ankh:before{content:"\e94d"}.faprothin-ant:before{content:"\e94e"}.faprothin-apartment:before{content:"\e94f"}.faprothin-aperture:before{content:"\e950"}.faprothin-apostrophe:before{content:"\e951"}.faprothin-apple-alt:before{content:"\e952"}.faprothin-apple-core:before{content:"\e953"}.faprothin-apple-crate:before{content:"\e954"}.faprothin-apple-whole:before{content:"\e955"}.faprothin-aquarius:before{content:"\e956"}.faprothin-archive:before{content:"\e957"}.faprothin-archway:before{content:"\e958"}.faprothin-area-chart:before{content:"\e959"}.faprothin-aries:before{content:"\e95a"}.faprothin-arrow-alt-circle-down:before{content:"\e95b"}.faprothin-arrow-alt-circle-left:before{content:"\e95c"}.faprothin-arrow-alt-circle-right:before{content:"\e95d"}.faprothin-arrow-alt-circle-up:before{content:"\e95e"}.faprothin-arrow-alt-down:before{content:"\e95f"}.faprothin-arrow-alt-from-bottom:before{content:"\e960"}.faprothin-arrow-alt-from-left:before{content:"\e961"}.faprothin-arrow-alt-from-right:before{content:"\e962"}.faprothin-arrow-alt-from-top:before{content:"\e963"}.faprothin-arrow-alt-left:before{content:"\e964"}.faprothin-arrow-alt-right:before{content:"\e965"}.faprothin-arrow-alt-square-down:before{content:"\e966"}.faprothin-arrow-alt-square-left:before{content:"\e967"}.faprothin-arrow-alt-square-right:before{content:"\e968"}.faprothin-arrow-alt-square-up:before{content:"\e969"}.faprothin-arrow-alt-to-bottom:before{content:"\e96a"}.faprothin-arrow-alt-to-left:before{content:"\e96b"}.faprothin-arrow-alt-to-right:before{content:"\e96c"}.faprothin-arrow-alt-to-top:before{content:"\e96d"}.faprothin-arrow-alt-up:before{content:"\e96e"}.faprothin-arrow-archery:before{content:"\e96f"}.faprothin-arrow-circle-down:before{content:"\e970"}.faprothin-arrow-circle-left:before{content:"\e971"}.faprothin-arrow-circle-right:before{content:"\e972"}.faprothin-arrow-circle-up:before{content:"\e973"}.faprothin-arrow-down-1-9:before{content:"\e974"}.faprothin-arrow-down-9-1:before{content:"\e975"}.faprothin-arrow-down-a-z:before{content:"\e976"}.faprothin-arrow-down-arrow-up:before{content:"\e977"}.faprothin-arrow-down-big-small:before{content:"\e978"}.faprothin-arrow-down-from-arc:before{content:"\e979"}.faprothin-arrow-down-from-bracket:before{content:"\e97a"}.faprothin-arrow-down-from-dotted-line:before{content:"\e97b"}.faprothin-arrow-down-from-line:before{content:"\e97c"}.faprothin-arrow-down-left-and-arrow-up-right-to-center:before{content:"\e97d"}.faprothin-arrow-down-left:before{content:"\e97e"}.faprothin-arrow-down-long-to-line:before{content:"\e97f"}.faprothin-arrow-down-long:before{content:"\e980"}.faprothin-arrow-down-right:before{content:"\e981"}.faprothin-arrow-down-short-wide:before{content:"\e982"}.faprothin-arrow-down-small-big:before{content:"\e983"}.faprothin-arrow-down-square-triangle:before{content:"\e984"}.faprothin-arrow-down-to-arc:before{content:"\e985"}.faprothin-arrow-down-to-bracket:before{content:"\e986"}.faprothin-arrow-down-to-dotted-line:before{content:"\e987"}.faprothin-arrow-down-to-line:before{content:"\e988"}.faprothin-arrow-down-to-square:before{content:"\e989"}.faprothin-arrow-down-triangle-square:before{content:"\e98a"}.faprothin-arrow-down-up-across-line:before{content:"\e98b"}.faprothin-arrow-down-up-lock:before{content:"\e98c"}.faprothin-arrow-down-wide-short:before{content:"\e98d"}.faprothin-arrow-down-z-a:before{content:"\e98e"}.faprothin-arrow-down:before{content:"\e98f"}.faprothin-arrow-from-bottom:before{content:"\e990"}.faprothin-arrow-from-left:before{content:"\e991"}.faprothin-arrow-from-right:before{content:"\e992"}.faprothin-arrow-from-top:before{content:"\e993"}.faprothin-arrow-left-arrow-right:before{content:"\e994"}.faprothin-arrow-left-from-arc:before{content:"\e995"}.faprothin-arrow-left-from-bracket:before{content:"\e996"}.faprothin-arrow-left-from-dotted-line:before{content:"\e997"}.faprothin-arrow-left-from-line:before{content:"\e998"}.faprothin-arrow-left-long-to-line:before{content:"\e999"}.faprothin-arrow-left-long:before{content:"\e99a"}.faprothin-arrow-left-rotate:before{content:"\e99b"}.faprothin-arrow-left-to-arc:before{content:"\e99c"}.faprothin-arrow-left-to-bracket:before{content:"\e99d"}.faprothin-arrow-left-to-dotted-line:before{content:"\e99e"}.faprothin-arrow-left-to-line:before{content:"\e99f"}.faprothin-arrow-left:before{content:"\e9a0"}.faprothin-arrow-pointer:before{content:"\e9a1"}.faprothin-arrow-progress:before{content:"\e9a2"}.faprothin-arrow-right-arrow-left:before{content:"\e9a3"}.faprothin-arrow-right-from-arc:before{content:"\e9a4"}.faprothin-arrow-right-from-bracket:before{content:"\e9a5"}.faprothin-arrow-right-from-dotted-line:before{content:"\e9a6"}.faprothin-arrow-right-from-file:before{content:"\e9a7"}.faprothin-arrow-right-from-line:before{content:"\e9a8"}.faprothin-arrow-right-long-to-line:before{content:"\e9a9"}.faprothin-arrow-right-long:before{content:"\e9aa"}.faprothin-arrow-right-rotate:before{content:"\e9ab"}.faprothin-arrow-right-to-arc:before{content:"\e9ac"}.faprothin-arrow-right-to-bracket:before{content:"\e9ad"}.faprothin-arrow-right-to-city:before{content:"\e9ae"}.faprothin-arrow-right-to-dotted-line:before{content:"\e9af"}.faprothin-arrow-right-to-file:before{content:"\e9b0"}.faprothin-arrow-right-to-line:before{content:"\e9b1"}.faprothin-arrow-right:before{content:"\e9b2"}.faprothin-arrow-rotate-back:before{content:"\e9b3"}.faprothin-arrow-rotate-backward:before{content:"\e9b4"}.faprothin-arrow-rotate-forward:before{content:"\e9b5"}.faprothin-arrow-rotate-left-10:before{content:"\e9b6"}.faprothin-arrow-rotate-left-15:before{content:"\e9b7"}.faprothin-arrow-rotate-left-30:before{content:"\e9b8"}.faprothin-arrow-rotate-left:before{content:"\e9b9"}.faprothin-arrow-rotate-right-10:before{content:"\e9ba"}.faprothin-arrow-rotate-right-15:before{content:"\e9bb"}.faprothin-arrow-rotate-right-30:before{content:"\e9bc"}.faprothin-arrow-rotate-right:before{content:"\e9bd"}.faprothin-arrow-square-down:before{content:"\e9be"}.faprothin-arrow-square-left:before{content:"\e9bf"}.faprothin-arrow-square-right:before{content:"\e9c0"}.faprothin-arrow-square-up:before{content:"\e9c1"}.faprothin-arrow-to-bottom:before{content:"\e9c2"}.faprothin-arrow-to-left:before{content:"\e9c3"}.faprothin-arrow-to-right:before{content:"\e9c4"}.faprothin-arrow-to-top:before{content:"\e9c5"}.faprothin-arrow-trend-down:before{content:"\e9c6"}.faprothin-arrow-trend-up:before{content:"\e9c7"}.faprothin-arrow-turn-down-left:before{content:"\e9c8"}.faprothin-arrow-turn-down-right:before{content:"\e9c9"}.faprothin-arrow-turn-down:before{content:"\e9ca"}.faprothin-arrow-turn-left-down:before{content:"\e9cb"}.faprothin-arrow-turn-left-up:before{content:"\e9cc"}.faprothin-arrow-turn-left:before{content:"\e9cd"}.faprothin-arrow-turn-right:before{content:"\e9ce"}.faprothin-arrow-turn-up:before{content:"\e9cf"}.faprothin-arrow-u-turn-down-left:before{content:"\e9d0"}.faprothin-arrow-u-turn-down-right:before{content:"\e9d1"}.faprothin-arrow-u-turn-left-down:before{content:"\e9d2"}.faprothin-arrow-u-turn-left-up:before{content:"\e9d3"}.faprothin-arrow-u-turn-right-down:before{content:"\e9d4"}.faprothin-arrow-u-turn-right-up:before{content:"\e9d5"}.faprothin-arrow-u-turn-up-left:before{content:"\e9d6"}.faprothin-arrow-u-turn-up-right:before{content:"\e9d7"}.faprothin-arrow-up-1-9:before{content:"\e9d8"}.faprothin-arrow-up-9-1:before{content:"\e9d9"}.faprothin-arrow-up-a-z:before{content:"\e9da"}.faprothin-arrow-up-arrow-down:before{content:"\e9db"}.faprothin-arrow-up-big-small:before{content:"\e9dc"}.faprothin-arrow-up-from-arc:before{content:"\e9dd"}.faprothin-arrow-up-from-bracket:before{content:"\e9de"}.faprothin-arrow-up-from-dotted-line:before{content:"\e9df"}.faprothin-arrow-up-from-ground-water:before{content:"\e9e0"}.faprothin-arrow-up-from-line:before{content:"\e9e1"}.faprothin-arrow-up-from-square:before{content:"\e9e2"}.faprothin-arrow-up-from-water-pump:before{content:"\e9e3"}.faprothin-arrow-up-left-from-circle:before{content:"\e9e4"}.faprothin-arrow-up-left:before{content:"\e9e5"}.faprothin-arrow-up-long-to-line:before{content:"\e9e6"}.faprothin-arrow-up-long:before{content:"\e9e7"}.faprothin-arrow-up-right-and-arrow-down-left-from-center:before{content:"\e9e8"}.faprothin-arrow-up-right-dots:before{content:"\e9e9"}.faprothin-arrow-up-right-from-square:before{content:"\e9ea"}.faprothin-arrow-up-right:before{content:"\e9eb"}.faprothin-arrow-up-short-wide:before{content:"\e9ec"}.faprothin-arrow-up-small-big:before{content:"\e9ed"}.faprothin-arrow-up-square-triangle:before{content:"\e9ee"}.faprothin-arrow-up-to-arc:before{content:"\e9ef"}.faprothin-arrow-up-to-bracket:before{content:"\e9f0"}.faprothin-arrow-up-to-dotted-line:before{content:"\e9f1"}.faprothin-arrow-up-to-line:before{content:"\e9f2"}.faprothin-arrow-up-triangle-square:before{content:"\e9f3"}.faprothin-arrow-up-wide-short:before{content:"\e9f4"}.faprothin-arrow-up-z-a:before{content:"\e9f5"}.faprothin-arrow-up:before{content:"\e9f6"}.faprothin-arrows-alt-h:before{content:"\e9f7"}.faprothin-arrows-alt-v:before{content:"\e9f8"}.faprothin-arrows-alt:before{content:"\e9f9"}.faprothin-arrows-cross:before{content:"\e9fa"}.faprothin-arrows-down-to-line:before{content:"\e9fb"}.faprothin-arrows-down-to-people:before{content:"\e9fc"}.faprothin-arrows-from-dotted-line:before{content:"\e9fd"}.faprothin-arrows-from-line:before{content:"\e9fe"}.faprothin-arrows-h:before{content:"\e9ff"}.faprothin-arrows-left-right-to-line:before{content:"\ea00"}.faprothin-arrows-left-right:before{content:"\ea01"}.faprothin-arrows-maximize:before{content:"\ea02"}.faprothin-arrows-minimize:before{content:"\ea03"}.faprothin-arrows-repeat-1:before{content:"\ea04"}.faprothin-arrows-repeat:before{content:"\ea05"}.faprothin-arrows-retweet:before{content:"\ea06"}.faprothin-arrows-rotate-reverse:before{content:"\ea07"}.faprothin-arrows-rotate:before{content:"\ea08"}.faprothin-arrows-spin:before{content:"\ea09"}.faprothin-arrows-split-up-and-left:before{content:"\ea0a"}.faprothin-arrows-to-circle:before{content:"\ea0b"}.faprothin-arrows-to-dot:before{content:"\ea0c"}.faprothin-arrows-to-dotted-line:before{content:"\ea0d"}.faprothin-arrows-to-eye:before{content:"\ea0e"}.faprothin-arrows-to-line:before{content:"\ea0f"}.faprothin-arrows-turn-right:before{content:"\ea10"}.faprothin-arrows-turn-to-dots:before{content:"\ea11"}.faprothin-arrows-up-down-left-right:before{content:"\ea12"}.faprothin-arrows-up-down:before{content:"\ea13"}.faprothin-arrows-up-to-line:before{content:"\ea14"}.faprothin-arrows-v:before{content:"\ea15"}.faprothin-arrows:before{content:"\ea16"}.faprothin-asl-interpreting:before{content:"\ea17"}.faprothin-assistive-listening-systems:before{content:"\ea18"}.faprothin-asterisk:before{content:"\ea19"}.faprothin-at:before{content:"\ea1a"}.faprothin-atlas:before{content:"\ea1b"}.faprothin-atom-alt:before{content:"\ea1c"}.faprothin-atom-simple:before{content:"\ea1d"}.faprothin-atom:before{content:"\ea1e"}.faprothin-audio-description-slash:before{content:"\ea1f"}.faprothin-audio-description:before{content:"\ea20"}.faprothin-austral-sign:before{content:"\ea21"}.faprothin-australian-dollar-sign:before{content:"\ea22"}.faprothin-automobile:before{content:"\ea23"}.faprothin-avocado:before{content:"\ea24"}.faprothin-award-simple:before{content:"\ea25"}.faprothin-award:before{content:"\ea26"}.faprothin-axe-battle:before{content:"\ea27"}.faprothin-axe:before{content:"\ea28"}.faprothin-b:before{content:"\ea29"}.faprothin-baby-carriage:before{content:"\ea2a"}.faprothin-baby:before{content:"\ea2b"}.faprothin-backpack:before{content:"\ea2c"}.faprothin-backspace:before{content:"\ea2d"}.faprothin-backward-fast:before{content:"\ea2e"}.faprothin-backward-step:before{content:"\ea2f"}.faprothin-backward:before{content:"\ea30"}.faprothin-bacon:before{content:"\ea31"}.faprothin-bacteria:before{content:"\ea32"}.faprothin-bacterium:before{content:"\ea33"}.faprothin-badge-check:before{content:"\ea34"}.faprothin-badge-dollar:before{content:"\ea35"}.faprothin-badge-percent:before{content:"\ea36"}.faprothin-badge-sheriff:before{content:"\ea37"}.faprothin-badge:before{content:"\ea38"}.faprothin-badger-honey:before{content:"\ea39"}.faprothin-badminton:before{content:"\ea3a"}.faprothin-bag-seedling:before{content:"\ea3b"}.faprothin-bag-shopping-minus:before{content:"\ea3c"}.faprothin-bag-shopping-plus:before{content:"\ea3d"}.faprothin-bag-shopping:before{content:"\ea3e"}.faprothin-bagel:before{content:"\ea3f"}.faprothin-bags-shopping:before{content:"\ea40"}.faprothin-baguette:before{content:"\ea41"}.faprothin-bahai:before{content:"\ea42"}.faprothin-baht-sign:before{content:"\ea43"}.faprothin-balance-scale-left:before{content:"\ea44"}.faprothin-balance-scale-right:before{content:"\ea45"}.faprothin-balance-scale:before{content:"\ea46"}.faprothin-ball-pile:before{content:"\ea47"}.faprothin-ball-yarn:before{content:"\ea48"}.faprothin-balloon:before{content:"\ea49"}.faprothin-balloons:before{content:"\ea4a"}.faprothin-ballot-check:before{content:"\ea4b"}.faprothin-ballot:before{content:"\ea4c"}.faprothin-ban-bug:before{content:"\ea4d"}.faprothin-ban-parking:before{content:"\ea4e"}.faprothin-ban-smoking:before{content:"\ea4f"}.faprothin-ban:before{content:"\ea50"}.faprothin-banana:before{content:"\ea51"}.faprothin-band-aid:before{content:"\ea52"}.faprothin-bandage:before{content:"\ea53"}.faprothin-bangladeshi-taka-sign:before{content:"\ea54"}.faprothin-banjo:before{content:"\ea55"}.faprothin-bank:before{content:"\ea56"}.faprothin-bar-chart:before{content:"\ea57"}.faprothin-bar-progress-empty:before{content:"\ea58"}.faprothin-bar-progress-full:before{content:"\ea59"}.faprothin-bar-progress-half:before{content:"\ea5a"}.faprothin-bar-progress-quarter:before{content:"\ea5b"}.faprothin-bar-progress-three-quarters:before{content:"\ea5c"}.faprothin-bar-progress:before{content:"\ea5d"}.faprothin-barcode-alt:before{content:"\ea5e"}.faprothin-barcode-read:before{content:"\ea5f"}.faprothin-barcode-scan:before{content:"\ea60"}.faprothin-barcode:before{content:"\ea61"}.faprothin-barn-silo:before{content:"\ea62"}.faprothin-barn:before{content:"\ea63"}.faprothin-bars-filter:before{content:"\ea64"}.faprothin-bars-progress:before{content:"\ea65"}.faprothin-bars-sort:before{content:"\ea66"}.faprothin-bars-staggered:before{content:"\ea67"}.faprothin-bars:before{content:"\ea68"}.faprothin-baseball-ball:before{content:"\ea69"}.faprothin-baseball-bat-ball:before{content:"\ea6a"}.faprothin-baseball-bat:before{content:"\ea6b"}.faprothin-baseball:before{content:"\ea6c"}.faprothin-basket-shopping-minus:before{content:"\ea6d"}.faprothin-basket-shopping-plus:before{content:"\ea6e"}.faprothin-basket-shopping-simple:before{content:"\ea6f"}.faprothin-basket-shopping:before{content:"\ea70"}.faprothin-basketball-ball:before{content:"\ea71"}.faprothin-basketball-hoop:before{content:"\ea72"}.faprothin-basketball:before{content:"\ea73"}.faprothin-bat:before{content:"\ea74"}.faprothin-bath:before{content:"\ea75"}.faprothin-bathtub:before{content:"\ea76"}.faprothin-battery-0:before{content:"\ea77"}.faprothin-battery-1:before{content:"\ea78"}.faprothin-battery-2:before{content:"\ea79"}.faprothin-battery-3:before{content:"\ea7a"}.faprothin-battery-4:before{content:"\ea7b"}.faprothin-battery-5:before{content:"\ea7c"}.faprothin-battery-bolt:before{content:"\ea7d"}.faprothin-battery-car:before{content:"\ea7e"}.faprothin-battery-empty:before{content:"\ea7f"}.faprothin-battery-exclamation:before{content:"\ea80"}.faprothin-battery-full:before{content:"\ea81"}.faprothin-battery-half:before{content:"\ea82"}.faprothin-battery-low:before{content:"\ea83"}.faprothin-battery-quarter:before{content:"\ea84"}.faprothin-battery-slash:before{content:"\ea85"}.faprothin-battery-three-quarters:before{content:"\ea86"}.faprothin-battery:before{content:"\ea87"}.faprothin-bed-alt:before{content:"\ea88"}.faprothin-bed-bunk:before{content:"\ea89"}.faprothin-bed-empty:before{content:"\ea8a"}.faprothin-bed-front:before{content:"\ea8b"}.faprothin-bed-pulse:before{content:"\ea8c"}.faprothin-bed:before{content:"\ea8d"}.faprothin-bee:before{content:"\ea8e"}.faprothin-beer-foam:before{content:"\ea8f"}.faprothin-beer-mug-empty:before{content:"\ea90"}.faprothin-beer-mug:before{content:"\ea91"}.faprothin-beer:before{content:"\ea92"}.faprothin-bell-concierge:before{content:"\ea93"}.faprothin-bell-exclamation:before{content:"\ea94"}.faprothin-bell-on:before{content:"\ea95"}.faprothin-bell-plus:before{content:"\ea96"}.faprothin-bell-ring:before{content:"\ea97"}.faprothin-bell-school-slash:before{content:"\ea98"}.faprothin-bell-school:before{content:"\ea99"}.faprothin-bell-slash:before{content:"\ea9a"}.faprothin-bell:before{content:"\ea9b"}.faprothin-bells:before{content:"\ea9c"}.faprothin-bench-tree:before{content:"\ea9d"}.faprothin-betamax:before{content:"\ea9e"}.faprothin-bezier-curve:before{content:"\ea9f"}.faprothin-bible:before{content:"\eaa0"}.faprothin-bicep:before{content:"\eaa1"}.faprothin-bicycle:before{content:"\eaa2"}.faprothin-biking-mountain:before{content:"\eaa3"}.faprothin-biking:before{content:"\eaa4"}.faprothin-billboard:before{content:"\eaa5"}.faprothin-bin-bottles-recycle:before{content:"\eaa6"}.faprothin-bin-bottles:before{content:"\eaa7"}.faprothin-bin-recycle:before{content:"\eaa8"}.faprothin-bin:before{content:"\eaa9"}.faprothin-binary-circle-check:before{content:"\eaaa"}.faprothin-binary-lock:before{content:"\eaab"}.faprothin-binary-slash:before{content:"\eaac"}.faprothin-binary:before{content:"\eaad"}.faprothin-binoculars:before{content:"\eaae"}.faprothin-biohazard:before{content:"\eaaf"}.faprothin-bird:before{content:"\eab0"}.faprothin-birthday-cake:before{content:"\eab1"}.faprothin-bitcoin-sign:before{content:"\eab2"}.faprothin-blackboard:before{content:"\eab3"}.faprothin-blanket-fire:before{content:"\eab4"}.faprothin-blanket:before{content:"\eab5"}.faprothin-blender-phone:before{content:"\eab6"}.faprothin-blender:before{content:"\eab7"}.faprothin-blind:before{content:"\eab8"}.faprothin-blinds-open:before{content:"\eab9"}.faprothin-blinds-raised:before{content:"\eaba"}.faprothin-blinds:before{content:"\eabb"}.faprothin-block-brick-fire:before{content:"\eabc"}.faprothin-block-brick:before{content:"\eabd"}.faprothin-block-question:before{content:"\eabe"}.faprothin-block-quote:before{content:"\eabf"}.faprothin-block:before{content:"\eac0"}.faprothin-blog:before{content:"\eac1"}.faprothin-blueberries:before{content:"\eac2"}.faprothin-bluetooth:before{content:"\eac3"}.faprothin-bold:before{content:"\eac4"}.faprothin-bolt-auto:before{content:"\eac5"}.faprothin-bolt-lightning:before{content:"\eac6"}.faprothin-bolt-slash:before{content:"\eac7"}.faprothin-bolt:before{content:"\eac8"}.faprothin-bomb:before{content:"\eac9"}.faprothin-bone-break:before{content:"\eaca"}.faprothin-bone:before{content:"\eacb"}.faprothin-bong:before{content:"\eacc"}.faprothin-book-alt:before{content:"\eacd"}.faprothin-book-arrow-right:before{content:"\eace"}.faprothin-book-arrow-up:before{content:"\eacf"}.faprothin-book-atlas:before{content:"\ead0"}.faprothin-book-bible:before{content:"\ead1"}.faprothin-book-blank:before{content:"\ead2"}.faprothin-book-bookmark:before{content:"\ead3"}.faprothin-book-circle-arrow-right:before{content:"\ead4"}.faprothin-book-circle-arrow-up:before{content:"\ead5"}.faprothin-book-circle:before{content:"\ead6"}.faprothin-book-copy:before{content:"\ead7"}.faprothin-book-dead:before{content:"\ead8"}.faprothin-book-font:before{content:"\ead9"}.faprothin-book-heart:before{content:"\eada"}.faprothin-book-journal-whills:before{content:"\eadb"}.faprothin-book-law:before{content:"\eadc"}.faprothin-book-medical:before{content:"\eadd"}.faprothin-book-open-alt:before{content:"\eade"}.faprothin-book-open-cover:before{content:"\eadf"}.faprothin-book-open-lines:before{content:"\eae0"}.faprothin-book-open-reader:before{content:"\eae1"}.faprothin-book-open:before{content:"\eae2"}.faprothin-book-quran:before{content:"\eae3"}.faprothin-book-reader:before{content:"\eae4"}.faprothin-book-section:before{content:"\eae5"}.faprothin-book-skull:before{content:"\eae6"}.faprothin-book-sparkles:before{content:"\eae7"}.faprothin-book-spells:before{content:"\eae8"}.faprothin-book-spine:before{content:"\eae9"}.faprothin-book-tanakh:before{content:"\eaea"}.faprothin-book-user:before{content:"\eaeb"}.faprothin-book:before{content:"\eaec"}.faprothin-bookmark-circle:before{content:"\eaed"}.faprothin-bookmark-plus:before{content:"\eaee"}.faprothin-bookmark-slash:before{content:"\eaef"}.faprothin-bookmark:before{content:"\eaf0"}.faprothin-books-medical:before{content:"\eaf1"}.faprothin-books:before{content:"\eaf2"}.faprothin-boombox:before{content:"\eaf3"}.faprothin-boot-heeled:before{content:"\eaf4"}.faprothin-boot:before{content:"\eaf5"}.faprothin-booth-curtain:before{content:"\eaf6"}.faprothin-border-all:before{content:"\eaf7"}.faprothin-border-bottom-right:before{content:"\eaf8"}.faprothin-border-bottom:before{content:"\eaf9"}.faprothin-border-center-h:before{content:"\eafa"}.faprothin-border-center-v:before{content:"\eafb"}.faprothin-border-inner:before{content:"\eafc"}.faprothin-border-left:before{content:"\eafd"}.faprothin-border-none:before{content:"\eafe"}.faprothin-border-outer:before{content:"\eaff"}.faprothin-border-right:before{content:"\eb00"}.faprothin-border-style-alt:before{content:"\eb01"}.faprothin-border-style:before{content:"\eb02"}.faprothin-border-top-left:before{content:"\eb03"}.faprothin-border-top:before{content:"\eb04"}.faprothin-bore-hole:before{content:"\eb05"}.faprothin-bottle-baby:before{content:"\eb06"}.faprothin-bottle-droplet:before{content:"\eb07"}.faprothin-bottle-water:before{content:"\eb08"}.faprothin-bow-archery:before{content:"\eb09"}.faprothin-bow-arrow:before{content:"\eb0a"}.faprothin-bowl-chopsticks-noodles:before{content:"\eb0b"}.faprothin-bowl-chopsticks:before{content:"\eb0c"}.faprothin-bowl-food:before{content:"\eb0d"}.faprothin-bowl-hot:before{content:"\eb0e"}.faprothin-bowl-rice:before{content:"\eb0f"}.faprothin-bowl-salad:before{content:"\eb10"}.faprothin-bowl-scoop:before{content:"\eb11"}.faprothin-bowl-scoops:before{content:"\eb12"}.faprothin-bowl-shaved-ice:before{content:"\eb13"}.faprothin-bowl-soft-serve:before{content:"\eb14"}.faprothin-bowl-spoon:before{content:"\eb15"}.faprothin-bowling-ball-pin:before{content:"\eb16"}.faprothin-bowling-ball:before{content:"\eb17"}.faprothin-bowling-pins:before{content:"\eb18"}.faprothin-box-alt:before{content:"\eb19"}.faprothin-box-archive:before{content:"\eb1a"}.faprothin-box-arrow-down-arrow-up:before{content:"\eb1b"}.faprothin-box-arrow-down-magnifying-glass:before{content:"\eb1c"}.faprothin-box-arrow-down:before{content:"\eb1d"}.faprothin-box-arrow-up:before{content:"\eb1e"}.faprothin-box-ballot:before{content:"\eb1f"}.faprothin-box-check:before{content:"\eb20"}.faprothin-box-circle-check:before{content:"\eb21"}.faprothin-box-dollar:before{content:"\eb22"}.faprothin-box-fragile:before{content:"\eb23"}.faprothin-box-full:before{content:"\eb24"}.faprothin-box-heart:before{content:"\eb25"}.faprothin-box-isometric-tape:before{content:"\eb26"}.faprothin-box-isometric:before{content:"\eb27"}.faprothin-box-magnifying-glass:before{content:"\eb28"}.faprothin-box-open-full:before{content:"\eb29"}.faprothin-box-open:before{content:"\eb2a"}.faprothin-box-taped:before{content:"\eb2b"}.faprothin-box-tissue:before{content:"\eb2c"}.faprothin-box-up:before{content:"\eb2d"}.faprothin-box-usd:before{content:"\eb2e"}.faprothin-box:before{content:"\eb2f"}.faprothin-boxes-alt:before{content:"\eb30"}.faprothin-boxes-packing:before{content:"\eb31"}.faprothin-boxes-stacked:before{content:"\eb32"}.faprothin-boxes:before{content:"\eb33"}.faprothin-boxing-glove:before{content:"\eb34"}.faprothin-bra:before{content:"\eb35"}.faprothin-bracket-curly-left:before{content:"\eb36"}.faprothin-bracket-curly-right:before{content:"\eb37"}.faprothin-bracket-curly:before{content:"\eb38"}.faprothin-bracket-left:before{content:"\eb39"}.faprothin-bracket-round-right:before{content:"\eb3a"}.faprothin-bracket-round:before{content:"\eb3b"}.faprothin-bracket-square-right:before{content:"\eb3c"}.faprothin-bracket-square:before{content:"\eb3d"}.faprothin-bracket:before{content:"\eb3e"}.faprothin-brackets-curly:before{content:"\eb3f"}.faprothin-brackets-round:before{content:"\eb40"}.faprothin-brackets-square:before{content:"\eb41"}.faprothin-brackets:before{content:"\eb42"}.faprothin-braille:before{content:"\eb43"}.faprothin-brain-arrow-curved-right:before{content:"\eb44"}.faprothin-brain-circuit:before{content:"\eb45"}.faprothin-brain:before{content:"\eb46"}.faprothin-brake-warning:before{content:"\eb47"}.faprothin-brazilian-real-sign:before{content:"\eb48"}.faprothin-bread-loaf:before{content:"\eb49"}.faprothin-bread-slice-butter:before{content:"\eb4a"}.faprothin-bread-slice:before{content:"\eb4b"}.faprothin-bridge-circle-check:before{content:"\eb4c"}.faprothin-bridge-circle-exclamation:before{content:"\eb4d"}.faprothin-bridge-circle-xmark:before{content:"\eb4e"}.faprothin-bridge-lock:before{content:"\eb4f"}.faprothin-bridge-suspension:before{content:"\eb50"}.faprothin-bridge-water:before{content:"\eb51"}.faprothin-bridge:before{content:"\eb52"}.faprothin-briefcase-arrow-right:before{content:"\eb53"}.faprothin-briefcase-blank:before{content:"\eb54"}.faprothin-briefcase-clock:before{content:"\eb55"}.faprothin-briefcase-medical:before{content:"\eb56"}.faprothin-briefcase:before{content:"\eb57"}.faprothin-briefs:before{content:"\eb58"}.faprothin-brightness-low:before{content:"\eb59"}.faprothin-brightness:before{content:"\eb5a"}.faprothin-bring-forward:before{content:"\eb5b"}.faprothin-bring-front:before{content:"\eb5c"}.faprothin-broadcast-tower:before{content:"\eb5d"}.faprothin-broccoli:before{content:"\eb5e"}.faprothin-broom-ball:before{content:"\eb5f"}.faprothin-broom-wide:before{content:"\eb60"}.faprothin-broom:before{content:"\eb61"}.faprothin-browser:before{content:"\eb62"}.faprothin-browsers:before{content:"\eb63"}.faprothin-brush:before{content:"\eb64"}.faprothin-bucket:before{content:"\eb65"}.faprothin-bug-slash:before{content:"\eb66"}.faprothin-bug:before{content:"\eb67"}.faprothin-bugs:before{content:"\eb68"}.faprothin-building-circle-arrow-right:before{content:"\eb69"}.faprothin-building-circle-check:before{content:"\eb6a"}.faprothin-building-circle-exclamation:before{content:"\eb6b"}.faprothin-building-circle-xmark:before{content:"\eb6c"}.faprothin-building-columns:before{content:"\eb6d"}.faprothin-building-flag:before{content:"\eb6e"}.faprothin-building-lock:before{content:"\eb6f"}.faprothin-building-magnifying-glass:before{content:"\eb70"}.faprothin-building-memo:before{content:"\eb71"}.faprothin-building-ngo:before{content:"\eb72"}.faprothin-building-shield:before{content:"\eb73"}.faprothin-building-un:before{content:"\eb74"}.faprothin-building-user:before{content:"\eb75"}.faprothin-building-wheat:before{content:"\eb76"}.faprothin-building:before{content:"\eb77"}.faprothin-buildings:before{content:"\eb78"}.faprothin-bulldozer:before{content:"\eb79"}.faprothin-bullhorn:before{content:"\eb7a"}.faprothin-bullseye-arrow:before{content:"\eb7b"}.faprothin-bullseye-pointer:before{content:"\eb7c"}.faprothin-bullseye:before{content:"\eb7d"}.faprothin-buoy-mooring:before{content:"\eb7e"}.faprothin-buoy:before{content:"\eb7f"}.faprothin-burger-cheese:before{content:"\eb80"}.faprothin-burger-fries:before{content:"\eb81"}.faprothin-burger-glass:before{content:"\eb82"}.faprothin-burger-lettuce:before{content:"\eb83"}.faprothin-burger-soda:before{content:"\eb84"}.faprothin-burger:before{content:"\eb85"}.faprothin-burn:before{content:"\eb86"}.faprothin-burrito:before{content:"\eb87"}.faprothin-burst-new:before{content:"\eb88"}.faprothin-burst:before{content:"\eb89"}.faprothin-bus-alt:before{content:"\eb8a"}.faprothin-bus-school:before{content:"\eb8b"}.faprothin-bus-side:before{content:"\eb8c"}.faprothin-bus-simple:before{content:"\eb8d"}.faprothin-bus-stop:before{content:"\eb8e"}.faprothin-bus:before{content:"\eb8f"}.faprothin-business-front:before{content:"\eb90"}.faprothin-business-time:before{content:"\eb91"}.faprothin-butter:before{content:"\eb92"}.faprothin-butterfly:before{content:"\eb93"}.faprothin-c:before{content:"\eb94"}.faprothin-cab:before{content:"\eb95"}.faprothin-cabin:before{content:"\eb96"}.faprothin-cabinet-filing:before{content:"\eb97"}.faprothin-cable-car:before{content:"\eb98"}.faprothin-cactus:before{content:"\eb99"}.faprothin-caduceus:before{content:"\eb9a"}.faprothin-cake-candles:before{content:"\eb9b"}.faprothin-cake-slice:before{content:"\eb9c"}.faprothin-cake:before{content:"\eb9d"}.faprothin-calculator-alt:before{content:"\eb9e"}.faprothin-calculator-simple:before{content:"\eb9f"}.faprothin-calculator:before{content:"\eba0"}.faprothin-calendar-alt:before{content:"\eba1"}.faprothin-calendar-arrow-down:before{content:"\eba2"}.faprothin-calendar-arrow-up:before{content:"\eba3"}.faprothin-calendar-check:before{content:"\eba4"}.faprothin-calendar-circle-exclamation:before{content:"\eba5"}.faprothin-calendar-circle-minus:before{content:"\eba6"}.faprothin-calendar-circle-plus:before{content:"\eba7"}.faprothin-calendar-circle-user:before{content:"\eba8"}.faprothin-calendar-circle:before{content:"\eba9"}.faprothin-calendar-clock:before{content:"\ebaa"}.faprothin-calendar-day:before{content:"\ebab"}.faprothin-calendar-days:before{content:"\ebac"}.faprothin-calendar-download:before{content:"\ebad"}.faprothin-calendar-edit:before{content:"\ebae"}.faprothin-calendar-exclamation:before{content:"\ebaf"}.faprothin-calendar-heart:before{content:"\ebb0"}.faprothin-calendar-image:before{content:"\ebb1"}.faprothin-calendar-lines-pen:before{content:"\ebb2"}.faprothin-calendar-lines:before{content:"\ebb3"}.faprothin-calendar-minus:before{content:"\ebb4"}.faprothin-calendar-note:before{content:"\ebb5"}.faprothin-calendar-pen:before{content:"\ebb6"}.faprothin-calendar-plus:before{content:"\ebb7"}.faprothin-calendar-range:before{content:"\ebb8"}.faprothin-calendar-star:before{content:"\ebb9"}.faprothin-calendar-time:before{content:"\ebba"}.faprothin-calendar-times:before{content:"\ebbb"}.faprothin-calendar-upload:before{content:"\ebbc"}.faprothin-calendar-users:before{content:"\ebbd"}.faprothin-calendar-week:before{content:"\ebbe"}.faprothin-calendar-xmark:before{content:"\ebbf"}.faprothin-calendar:before{content:"\ebc0"}.faprothin-calendars:before{content:"\ebc1"}.faprothin-camcorder:before{content:"\ebc2"}.faprothin-camera-alt:before{content:"\ebc3"}.faprothin-camera-cctv:before{content:"\ebc4"}.faprothin-camera-circle-ellipsis:before{content:"\ebc5"}.faprothin-camera-circle:before{content:"\ebc6"}.faprothin-camera-clock:before{content:"\ebc7"}.faprothin-camera-home:before{content:"\ebc8"}.faprothin-camera-movie:before{content:"\ebc9"}.faprothin-camera-polaroid:before{content:"\ebca"}.faprothin-camera-retro:before{content:"\ebcb"}.faprothin-camera-rotate:before{content:"\ebcc"}.faprothin-camera-security:before{content:"\ebcd"}.faprothin-camera-shutter:before{content:"\ebce"}.faprothin-camera-slash:before{content:"\ebcf"}.faprothin-camera-viewfinder:before{content:"\ebd0"}.faprothin-camera-web-slash:before{content:"\ebd1"}.faprothin-camera-web:before{content:"\ebd2"}.faprothin-camera:before{content:"\ebd3"}.faprothin-campfire:before{content:"\ebd4"}.faprothin-campground:before{content:"\ebd5"}.faprothin-can-food:before{content:"\ebd6"}.faprothin-cancel:before{content:"\ebd7"}.faprothin-cancer:before{content:"\ebd8"}.faprothin-candle-holder:before{content:"\ebd9"}.faprothin-candy-bar:before{content:"\ebda"}.faprothin-candy-cane:before{content:"\ebdb"}.faprothin-candy-corn:before{content:"\ebdc"}.faprothin-candy:before{content:"\ebdd"}.faprothin-cannabis:before{content:"\ebde"}.faprothin-cannon:before{content:"\ebdf"}.faprothin-canoe-person:before{content:"\ebe0"}.faprothin-capricorn:before{content:"\ebe1"}.faprothin-capsule:before{content:"\ebe2"}.faprothin-capsules:before{content:"\ebe3"}.faprothin-car-alt:before{content:"\ebe4"}.faprothin-car-battery:before{content:"\ebe5"}.faprothin-car-bolt:before{content:"\ebe6"}.faprothin-car-building:before{content:"\ebe7"}.faprothin-car-bump:before{content:"\ebe8"}.faprothin-car-burst:before{content:"\ebe9"}.faprothin-car-bus:before{content:"\ebea"}.faprothin-car-circle-bolt:before{content:"\ebeb"}.faprothin-car-crash:before{content:"\ebec"}.faprothin-car-garage:before{content:"\ebed"}.faprothin-car-key:before{content:"\ebee"}.faprothin-car-mechanic:before{content:"\ebef"}.faprothin-car-mirrors:before{content:"\ebf0"}.faprothin-car-on:before{content:"\ebf1"}.faprothin-car-people:before{content:"\ebf2"}.faprothin-car-rear:before{content:"\ebf3"}.faprothin-car-side-bolt:before{content:"\ebf4"}.faprothin-car-side:before{content:"\ebf5"}.faprothin-car-siren-on:before{content:"\ebf6"}.faprothin-car-siren:before{content:"\ebf7"}.faprothin-car-tilt:before{content:"\ebf8"}.faprothin-car-tunnel:before{content:"\ebf9"}.faprothin-car-wash:before{content:"\ebfa"}.faprothin-car-wrench:before{content:"\ebfb"}.faprothin-car:before{content:"\ebfc"}.faprothin-caravan-alt:before{content:"\ebfd"}.faprothin-caravan-simple:before{content:"\ebfe"}.faprothin-caravan:before{content:"\ebff"}.faprothin-card-club:before{content:"\ec00"}.faprothin-card-diamond:before{content:"\ec01"}.faprothin-card-heart:before{content:"\ec02"}.faprothin-card-spade:before{content:"\ec03"}.faprothin-cards-blank:before{content:"\ec04"}.faprothin-cards:before{content:"\ec05"}.faprothin-caret-circle-down:before{content:"\ec06"}.faprothin-caret-circle-left:before{content:"\ec07"}.faprothin-caret-circle-right:before{content:"\ec08"}.faprothin-caret-circle-up:before{content:"\ec09"}.faprothin-caret-down:before{content:"\ec0a"}.faprothin-caret-large-down:before{content:"\ec0b"}.faprothin-caret-large-left:before{content:"\ec0c"}.faprothin-caret-large-right:before{content:"\ec0d"}.faprothin-caret-large-up:before{content:"\ec0e"}.faprothin-caret-left:before{content:"\ec0f"}.faprothin-caret-right:before{content:"\ec10"}.faprothin-caret-square-down:before{content:"\ec11"}.faprothin-caret-square-left:before{content:"\ec12"}.faprothin-caret-square-right:before{content:"\ec13"}.faprothin-caret-square-up:before{content:"\ec14"}.faprothin-caret-up:before{content:"\ec15"}.faprothin-carpool:before{content:"\ec16"}.faprothin-carriage-baby:before{content:"\ec17"}.faprothin-carrot:before{content:"\ec18"}.faprothin-cars:before{content:"\ec19"}.faprothin-cart-arrow-down:before{content:"\ec1a"}.faprothin-cart-arrow-up:before{content:"\ec1b"}.faprothin-cart-circle-arrow-down:before{content:"\ec1c"}.faprothin-cart-circle-arrow-up:before{content:"\ec1d"}.faprothin-cart-circle-check:before{content:"\ec1e"}.faprothin-cart-circle-exclamation:before{content:"\ec1f"}.faprothin-cart-circle-plus:before{content:"\ec20"}.faprothin-cart-circle-xmark:before{content:"\ec21"}.faprothin-cart-flatbed-boxes:before{content:"\ec22"}.faprothin-cart-flatbed-empty:before{content:"\ec23"}.faprothin-cart-flatbed-suitcase:before{content:"\ec24"}.faprothin-cart-flatbed:before{content:"\ec25"}.faprothin-cart-minus:before{content:"\ec26"}.faprothin-cart-plus:before{content:"\ec27"}.faprothin-cart-shopping-fast:before{content:"\ec28"}.faprothin-cart-shopping:before{content:"\ec29"}.faprothin-cart-xmark:before{content:"\ec2a"}.faprothin-cash-register:before{content:"\ec2b"}.faprothin-cassette-betamax:before{content:"\ec2c"}.faprothin-cassette-tape:before{content:"\ec2d"}.faprothin-cassette-vhs:before{content:"\ec2e"}.faprothin-castle:before{content:"\ec2f"}.faprothin-cat-space:before{content:"\ec30"}.faprothin-cat:before{content:"\ec31"}.faprothin-cauldron:before{content:"\ec32"}.faprothin-cctv:before{content:"\ec33"}.faprothin-cedi-sign:before{content:"\ec34"}.faprothin-cent-sign:before{content:"\ec35"}.faprothin-certificate:before{content:"\ec36"}.faprothin-chain-broken:before{content:"\ec37"}.faprothin-chain-horizontal-slash:before{content:"\ec38"}.faprothin-chain-horizontal:before{content:"\ec39"}.faprothin-chain-slash:before{content:"\ec3a"}.faprothin-chain:before{content:"\ec3b"}.faprothin-chair-office:before{content:"\ec3c"}.faprothin-chair:before{content:"\ec3d"}.faprothin-chalkboard-teacher:before{content:"\ec3e"}.faprothin-chalkboard-user:before{content:"\ec3f"}.faprothin-chalkboard:before{content:"\ec40"}.faprothin-champagne-glass:before{content:"\ec41"}.faprothin-champagne-glasses:before{content:"\ec42"}.faprothin-charging-station:before{content:"\ec43"}.faprothin-chart-area:before{content:"\ec44"}.faprothin-chart-bar:before{content:"\ec45"}.faprothin-chart-bullet:before{content:"\ec46"}.faprothin-chart-candlestick:before{content:"\ec47"}.faprothin-chart-column:before{content:"\ec48"}.faprothin-chart-diagram:before{content:"\ec49"}.faprothin-chart-fft:before{content:"\ec4a"}.faprothin-chart-gantt:before{content:"\ec4b"}.faprothin-chart-kanban:before{content:"\ec4c"}.faprothin-chart-line-down:before{content:"\ec4d"}.faprothin-chart-line-up-down:before{content:"\ec4e"}.faprothin-chart-line-up:before{content:"\ec4f"}.faprothin-chart-line:before{content:"\ec50"}.faprothin-chart-mixed-up-circle-currency:before{content:"\ec51"}.faprothin-chart-mixed-up-circle-dollar:before{content:"\ec52"}.faprothin-chart-mixed:before{content:"\ec53"}.faprothin-chart-network:before{content:"\ec54"}.faprothin-chart-pie-alt:before{content:"\ec55"}.faprothin-chart-pie-simple-circle-currency:before{content:"\ec56"}.faprothin-chart-pie-simple-circle-dollar:before{content:"\ec57"}.faprothin-chart-pie-simple:before{content:"\ec58"}.faprothin-chart-pie:before{content:"\ec59"}.faprothin-chart-pyramid:before{content:"\ec5a"}.faprothin-chart-radar:before{content:"\ec5b"}.faprothin-chart-scatter-3d:before{content:"\ec5c"}.faprothin-chart-scatter-bubble:before{content:"\ec5d"}.faprothin-chart-scatter:before{content:"\ec5e"}.faprothin-chart-simple-horizontal:before{content:"\ec5f"}.faprothin-chart-simple:before{content:"\ec60"}.faprothin-chart-sine:before{content:"\ec61"}.faprothin-chart-tree-map:before{content:"\ec62"}.faprothin-chart-user:before{content:"\ec63"}.faprothin-chart-waterfall:before{content:"\ec64"}.faprothin-check-circle:before{content:"\ec65"}.faprothin-check-double:before{content:"\ec66"}.faprothin-check-square:before{content:"\ec67"}.faprothin-check-to-slot:before{content:"\ec68"}.faprothin-check:before{content:"\ec69"}.faprothin-cheese-swiss:before{content:"\ec6a"}.faprothin-cheese:before{content:"\ec6b"}.faprothin-cheeseburger:before{content:"\ec6c"}.faprothin-chemex:before{content:"\ec6d"}.faprothin-cherries:before{content:"\ec6e"}.faprothin-chess-bishop-alt:before{content:"\ec6f"}.faprothin-chess-bishop-piece:before{content:"\ec70"}.faprothin-chess-bishop:before{content:"\ec71"}.faprothin-chess-board:before{content:"\ec72"}.faprothin-chess-clock-alt:before{content:"\ec73"}.faprothin-chess-clock-flip:before{content:"\ec74"}.faprothin-chess-clock:before{content:"\ec75"}.faprothin-chess-king-alt:before{content:"\ec76"}.faprothin-chess-king-piece:before{content:"\ec77"}.faprothin-chess-king:before{content:"\ec78"}.faprothin-chess-knight-alt:before{content:"\ec79"}.faprothin-chess-knight-piece:before{content:"\ec7a"}.faprothin-chess-knight:before{content:"\ec7b"}.faprothin-chess-pawn-alt:before{content:"\ec7c"}.faprothin-chess-pawn-piece:before{content:"\ec7d"}.faprothin-chess-pawn:before{content:"\ec7e"}.faprothin-chess-queen-alt:before{content:"\ec7f"}.faprothin-chess-queen-piece:before{content:"\ec80"}.faprothin-chess-queen:before{content:"\ec81"}.faprothin-chess-rook-alt:before{content:"\ec82"}.faprothin-chess-rook-piece:before{content:"\ec83"}.faprothin-chess-rook:before{content:"\ec84"}.faprothin-chess:before{content:"\ec85"}.faprothin-chest-drawers:before{content:"\ec86"}.faprothin-chestnut:before{content:"\ec87"}.faprothin-chevron-circle-down:before{content:"\ec88"}.faprothin-chevron-circle-left:before{content:"\ec89"}.faprothin-chevron-circle-right:before{content:"\ec8a"}.faprothin-chevron-circle-up:before{content:"\ec8b"}.faprothin-chevron-double-down:before{content:"\ec8c"}.faprothin-chevron-double-left:before{content:"\ec8d"}.faprothin-chevron-double-right:before{content:"\ec8e"}.faprothin-chevron-double-up:before{content:"\ec8f"}.faprothin-chevron-down:before{content:"\ec90"}.faprothin-chevron-left:before{content:"\ec91"}.faprothin-chevron-right:before{content:"\ec92"}.faprothin-chevron-square-down:before{content:"\ec93"}.faprothin-chevron-square-left:before{content:"\ec94"}.faprothin-chevron-square-right:before{content:"\ec95"}.faprothin-chevron-square-up:before{content:"\ec96"}.faprothin-chevron-up:before{content:"\ec97"}.faprothin-chevrons-down:before{content:"\ec98"}.faprothin-chevrons-left:before{content:"\ec99"}.faprothin-chevrons-right:before{content:"\ec9a"}.faprothin-chevrons-up:before{content:"\ec9b"}.faprothin-chf-sign:before{content:"\ec9c"}.faprothin-child-combatant:before{content:"\ec9d"}.faprothin-child-dress:before{content:"\ec9e"}.faprothin-child-reaching:before{content:"\ec9f"}.faprothin-child-rifle:before{content:"\eca0"}.faprothin-child:before{content:"\eca1"}.faprothin-children:before{content:"\eca2"}.faprothin-chimney:before{content:"\eca3"}.faprothin-chocolate-bar:before{content:"\eca4"}.faprothin-chopsticks:before{content:"\eca5"}.faprothin-church:before{content:"\eca6"}.faprothin-circle-0:before{content:"\eca7"}.faprothin-circle-1:before{content:"\eca8"}.faprothin-circle-2:before{content:"\eca9"}.faprothin-circle-3:before{content:"\ecaa"}.faprothin-circle-4:before{content:"\ecab"}.faprothin-circle-5:before{content:"\ecac"}.faprothin-circle-6:before{content:"\ecad"}.faprothin-circle-7:before{content:"\ecae"}.faprothin-circle-8:before{content:"\ecaf"}.faprothin-circle-9:before{content:"\ecb0"}.faprothin-circle-a:before{content:"\ecb1"}.faprothin-circle-ampersand:before{content:"\ecb2"}.faprothin-circle-arrow-down-left:before{content:"\ecb3"}.faprothin-circle-arrow-down-right:before{content:"\ecb4"}.faprothin-circle-arrow-down:before{content:"\ecb5"}.faprothin-circle-arrow-left:before{content:"\ecb6"}.faprothin-circle-arrow-right:before{content:"\ecb7"}.faprothin-circle-arrow-up-left:before{content:"\ecb8"}.faprothin-circle-arrow-up-right:before{content:"\ecb9"}.faprothin-circle-arrow-up:before{content:"\ecba"}.faprothin-circle-austral:before{content:"\ecbb"}.faprothin-circle-australian-dollar:before{content:"\ecbc"}.faprothin-circle-b:before{content:"\ecbd"}.faprothin-circle-baht:before{content:"\ecbe"}.faprothin-circle-bangladeshi-taka:before{content:"\ecbf"}.faprothin-circle-bitcoin:before{content:"\ecc0"}.faprothin-circle-bolt:before{content:"\ecc1"}.faprothin-circle-book-open:before{content:"\ecc2"}.faprothin-circle-bookmark:before{content:"\ecc3"}.faprothin-circle-brazilian-real:before{content:"\ecc4"}.faprothin-circle-c:before{content:"\ecc5"}.faprothin-circle-calendar:before{content:"\ecc6"}.faprothin-circle-camera:before{content:"\ecc7"}.faprothin-circle-caret-down:before{content:"\ecc8"}.faprothin-circle-caret-left:before{content:"\ecc9"}.faprothin-circle-caret-right:before{content:"\ecca"}.faprothin-circle-caret-up:before{content:"\eccb"}.faprothin-circle-cedi:before{content:"\eccc"}.faprothin-circle-cent:before{content:"\eccd"}.faprothin-circle-check:before{content:"\ecce"}.faprothin-circle-chevron-down:before{content:"\eccf"}.faprothin-circle-chevron-left:before{content:"\ecd0"}.faprothin-circle-chevron-right:before{content:"\ecd1"}.faprothin-circle-chevron-up:before{content:"\ecd2"}.faprothin-circle-chf:before{content:"\ecd3"}.faprothin-circle-colon:before{content:"\ecd4"}.faprothin-circle-cruzeiro:before{content:"\ecd5"}.faprothin-circle-currency:before{content:"\ecd6"}.faprothin-circle-d:before{content:"\ecd7"}.faprothin-circle-danish-krone:before{content:"\ecd8"}.faprothin-circle-dashed:before{content:"\ecd9"}.faprothin-circle-divide:before{content:"\ecda"}.faprothin-circle-dollar-to-slot:before{content:"\ecdb"}.faprothin-circle-dollar:before{content:"\ecdc"}.faprothin-circle-dong:before{content:"\ecdd"}.faprothin-circle-dot:before{content:"\ecde"}.faprothin-circle-down-left:before{content:"\ecdf"}.faprothin-circle-down-right:before{content:"\ece0"}.faprothin-circle-down:before{content:"\ece1"}.faprothin-circle-e:before{content:"\ece2"}.faprothin-circle-ellipsis-vertical:before{content:"\ece3"}.faprothin-circle-ellipsis:before{content:"\ece4"}.faprothin-circle-envelope:before{content:"\ece5"}.faprothin-circle-equals:before{content:"\ece6"}.faprothin-circle-euro:before{content:"\ece7"}.faprothin-circle-eurozone:before{content:"\ece8"}.faprothin-circle-exclamation-check:before{content:"\ece9"}.faprothin-circle-exclamation:before{content:"\ecea"}.faprothin-circle-f:before{content:"\eceb"}.faprothin-circle-florin:before{content:"\ecec"}.faprothin-circle-franc:before{content:"\eced"}.faprothin-circle-g:before{content:"\ecee"}.faprothin-circle-gf:before{content:"\ecef"}.faprothin-circle-guarani:before{content:"\ecf0"}.faprothin-circle-h:before{content:"\ecf1"}.faprothin-circle-half-horizontal:before{content:"\ecf2"}.faprothin-circle-half-stroke-horizontal:before{content:"\ecf3"}.faprothin-circle-half-stroke:before{content:"\ecf4"}.faprothin-circle-half:before{content:"\ecf5"}.faprothin-circle-heart:before{content:"\ecf6"}.faprothin-circle-house:before{content:"\ecf7"}.faprothin-circle-hryvnia:before{content:"\ecf8"}.faprothin-circle-i:before{content:"\ecf9"}.faprothin-circle-indian-rupee:before{content:"\ecfa"}.faprothin-circle-info:before{content:"\ecfb"}.faprothin-circle-j:before{content:"\ecfc"}.faprothin-circle-k:before{content:"\ecfd"}.faprothin-circle-kip:before{content:"\ecfe"}.faprothin-circle-l:before{content:"\ecff"}.faprothin-circle-lari:before{content:"\ed00"}.faprothin-circle-left:before{content:"\ed01"}.faprothin-circle-lira:before{content:"\ed02"}.faprothin-circle-litecoin:before{content:"\ed03"}.faprothin-circle-location-arrow:before{content:"\ed04"}.faprothin-circle-m:before{content:"\ed05"}.faprothin-circle-malaysian-ringgit:before{content:"\ed06"}.faprothin-circle-manat:before{content:"\ed07"}.faprothin-circle-microphone-lines:before{content:"\ed08"}.faprothin-circle-microphone:before{content:"\ed09"}.faprothin-circle-mill:before{content:"\ed0a"}.faprothin-circle-minus:before{content:"\ed0b"}.faprothin-circle-moon:before{content:"\ed0c"}.faprothin-circle-n:before{content:"\ed0d"}.faprothin-circle-naira:before{content:"\ed0e"}.faprothin-circle-nodes:before{content:"\ed0f"}.faprothin-circle-norwegian-krone:before{content:"\ed10"}.faprothin-circle-notch:before{content:"\ed11"}.faprothin-circle-o:before{content:"\ed12"}.faprothin-circle-p:before{content:"\ed13"}.faprothin-circle-parking:before{content:"\ed14"}.faprothin-circle-pause:before{content:"\ed15"}.faprothin-circle-peruvian-soles:before{content:"\ed16"}.faprothin-circle-peseta:before{content:"\ed17"}.faprothin-circle-peso:before{content:"\ed18"}.faprothin-circle-phone-flip:before{content:"\ed19"}.faprothin-circle-phone-hangup:before{content:"\ed1a"}.faprothin-circle-phone:before{content:"\ed1b"}.faprothin-circle-play:before{content:"\ed1c"}.faprothin-circle-plus:before{content:"\ed1d"}.faprothin-circle-polish-zloty:before{content:"\ed1e"}.faprothin-circle-q:before{content:"\ed1f"}.faprothin-circle-quarter-stroke:before{content:"\ed20"}.faprothin-circle-quarter:before{content:"\ed21"}.faprothin-circle-quarters:before{content:"\ed22"}.faprothin-circle-question:before{content:"\ed23"}.faprothin-circle-r:before{content:"\ed24"}.faprothin-circle-radiation:before{content:"\ed25"}.faprothin-circle-renminbi:before{content:"\ed26"}.faprothin-circle-right:before{content:"\ed27"}.faprothin-circle-ruble:before{content:"\ed28"}.faprothin-circle-rupee:before{content:"\ed29"}.faprothin-circle-rupiah:before{content:"\ed2a"}.faprothin-circle-s:before{content:"\ed2b"}.faprothin-circle-share-nodes:before{content:"\ed2c"}.faprothin-circle-shekel:before{content:"\ed2d"}.faprothin-circle-small:before{content:"\ed2e"}.faprothin-circle-sort-down:before{content:"\ed2f"}.faprothin-circle-sort-up:before{content:"\ed30"}.faprothin-circle-sort:before{content:"\ed31"}.faprothin-circle-star:before{content:"\ed32"}.faprothin-circle-sterling:before{content:"\ed33"}.faprothin-circle-stop:before{content:"\ed34"}.faprothin-circle-swedish-krona:before{content:"\ed35"}.faprothin-circle-t:before{content:"\ed36"}.faprothin-circle-tenge:before{content:"\ed37"}.faprothin-circle-three-quarters-stroke:before{content:"\ed38"}.faprothin-circle-three-quarters:before{content:"\ed39"}.faprothin-circle-trash:before{content:"\ed3a"}.faprothin-circle-tugrik:before{content:"\ed3b"}.faprothin-circle-turkish-lira:before{content:"\ed3c"}.faprothin-circle-u:before{content:"\ed3d"}.faprothin-circle-up-left:before{content:"\ed3e"}.faprothin-circle-up-right:before{content:"\ed3f"}.faprothin-circle-up:before{content:"\ed40"}.faprothin-circle-user-circle-check:before{content:"\ed41"}.faprothin-circle-user-circle-exclamation:before{content:"\ed42"}.faprothin-circle-user-circle-minus:before{content:"\ed43"}.faprothin-circle-user-circle-moon:before{content:"\ed44"}.faprothin-circle-user-circle-plus:before{content:"\ed45"}.faprothin-circle-user-circle-question:before{content:"\ed46"}.faprothin-circle-user-circle-user:before{content:"\ed47"}.faprothin-circle-user-circle-xmark:before{content:"\ed48"}.faprothin-circle-user-clock:before{content:"\ed49"}.faprothin-circle-user:before{content:"\ed4a"}.faprothin-circle-v:before{content:"\ed4b"}.faprothin-circle-video:before{content:"\ed4c"}.faprothin-circle-w:before{content:"\ed4d"}.faprothin-circle-waveform-lines:before{content:"\ed4e"}.faprothin-circle-wifi-circle-wifi:before{content:"\ed4f"}.faprothin-circle-wifi-group:before{content:"\ed50"}.faprothin-circle-wifi:before{content:"\ed51"}.faprothin-circle-won:before{content:"\ed52"}.faprothin-circle-x:before{content:"\ed53"}.faprothin-circle-xmark:before{content:"\ed54"}.faprothin-circle-y:before{content:"\ed55"}.faprothin-circle-yen:before{content:"\ed56"}.faprothin-circle-z:before{content:"\ed57"}.faprothin-circle:before{content:"\ed58"}.faprothin-circleapore-dollar:before{content:"\ed59"}.faprothin-circles-overlap-3:before{content:"\ed5a"}.faprothin-circles-overlap:before{content:"\ed5b"}.faprothin-citrus-slice:before{content:"\ed5c"}.faprothin-citrus:before{content:"\ed5d"}.faprothin-city:before{content:"\ed5e"}.faprothin-clapperboard-play:before{content:"\ed5f"}.faprothin-clapperboard:before{content:"\ed60"}.faprothin-clarinet:before{content:"\ed61"}.faprothin-claw-marks:before{content:"\ed62"}.faprothin-clinic-medical:before{content:"\ed63"}.faprothin-clipboard-check:before{content:"\ed64"}.faprothin-clipboard-clock:before{content:"\ed65"}.faprothin-clipboard-exclamation:before{content:"\ed66"}.faprothin-clipboard-list-check:before{content:"\ed67"}.faprothin-clipboard-list:before{content:"\ed68"}.faprothin-clipboard-medical:before{content:"\ed69"}.faprothin-clipboard-prescription:before{content:"\ed6a"}.faprothin-clipboard-question:before{content:"\ed6b"}.faprothin-clipboard-user:before{content:"\ed6c"}.faprothin-clipboard:before{content:"\ed6d"}.faprothin-clock-desk:before{content:"\ed6e"}.faprothin-clock-eight-thirty:before{content:"\ed6f"}.faprothin-clock-eight:before{content:"\ed70"}.faprothin-clock-eleven-thirty:before{content:"\ed71"}.faprothin-clock-eleven:before{content:"\ed72"}.faprothin-clock-five-thirty:before{content:"\ed73"}.faprothin-clock-five:before{content:"\ed74"}.faprothin-clock-four-thirty:before{content:"\ed75"}.faprothin-clock-four:before{content:"\ed76"}.faprothin-clock-nine-thirty:before{content:"\ed77"}.faprothin-clock-nine:before{content:"\ed78"}.faprothin-clock-one-thirty:before{content:"\ed79"}.faprothin-clock-one:before{content:"\ed7a"}.faprothin-clock-rotate-left:before{content:"\ed7b"}.faprothin-clock-seven-thirty:before{content:"\ed7c"}.faprothin-clock-seven:before{content:"\ed7d"}.faprothin-clock-six-thirty:before{content:"\ed7e"}.faprothin-clock-six:before{content:"\ed7f"}.faprothin-clock-ten-thirty:before{content:"\ed80"}.faprothin-clock-ten:before{content:"\ed81"}.faprothin-clock-three-thirty:before{content:"\ed82"}.faprothin-clock-three:before{content:"\ed83"}.faprothin-clock-twelve-thirty:before{content:"\ed84"}.faprothin-clock-twelve:before{content:"\ed85"}.faprothin-clock-two-thirty:before{content:"\ed86"}.faprothin-clock-two:before{content:"\ed87"}.faprothin-clock:before{content:"\ed88"}.faprothin-clone-plus:before{content:"\ed89"}.faprothin-clone:before{content:"\ed8a"}.faprothin-close:before{content:"\ed8b"}.faprothin-closed-captioning-slash:before{content:"\ed8c"}.faprothin-closed-captioning:before{content:"\ed8d"}.faprothin-clothes-hanger:before{content:"\ed8e"}.faprothin-cloud-arrow-down:before{content:"\ed8f"}.faprothin-cloud-arrow-up:before{content:"\ed90"}.faprothin-cloud-binary:before{content:"\ed91"}.faprothin-cloud-bolt-moon:before{content:"\ed92"}.faprothin-cloud-bolt-sun:before{content:"\ed93"}.faprothin-cloud-bolt:before{content:"\ed94"}.faprothin-cloud-check:before{content:"\ed95"}.faprothin-cloud-download-alt:before{content:"\ed96"}.faprothin-cloud-download:before{content:"\ed97"}.faprothin-cloud-drizzle:before{content:"\ed98"}.faprothin-cloud-exclamation:before{content:"\ed99"}.faprothin-cloud-fog:before{content:"\ed9a"}.faprothin-cloud-hail-mixed:before{content:"\ed9b"}.faprothin-cloud-hail:before{content:"\ed9c"}.faprothin-cloud-meatball:before{content:"\ed9d"}.faprothin-cloud-minus:before{content:"\ed9e"}.faprothin-cloud-moon-rain:before{content:"\ed9f"}.faprothin-cloud-moon:before{content:"\eda0"}.faprothin-cloud-music:before{content:"\eda1"}.faprothin-cloud-plus:before{content:"\eda2"}.faprothin-cloud-question:before{content:"\eda3"}.faprothin-cloud-rain:before{content:"\eda4"}.faprothin-cloud-rainbow:before{content:"\eda5"}.faprothin-cloud-showers-heavy:before{content:"\eda6"}.faprothin-cloud-showers-water:before{content:"\eda7"}.faprothin-cloud-showers:before{content:"\eda8"}.faprothin-cloud-slash:before{content:"\eda9"}.faprothin-cloud-sleet:before{content:"\edaa"}.faprothin-cloud-snow:before{content:"\edab"}.faprothin-cloud-sun-rain:before{content:"\edac"}.faprothin-cloud-sun:before{content:"\edad"}.faprothin-cloud-upload-alt:before{content:"\edae"}.faprothin-cloud-upload:before{content:"\edaf"}.faprothin-cloud-word:before{content:"\edb0"}.faprothin-cloud-xmark:before{content:"\edb1"}.faprothin-cloud:before{content:"\edb2"}.faprothin-clouds-moon:before{content:"\edb3"}.faprothin-clouds-sun:before{content:"\edb4"}.faprothin-clouds:before{content:"\edb5"}.faprothin-clover:before{content:"\edb6"}.faprothin-club:before{content:"\edb7"}.faprothin-cny:before{content:"\edb8"}.faprothin-cocktail:before{content:"\edb9"}.faprothin-coconut:before{content:"\edba"}.faprothin-code-branch:before{content:"\edbb"}.faprothin-code-commit:before{content:"\edbc"}.faprothin-code-compare:before{content:"\edbd"}.faprothin-code-fork:before{content:"\edbe"}.faprothin-code-merge:before{content:"\edbf"}.faprothin-code-pull-request-closed:before{content:"\edc0"}.faprothin-code-pull-request-draft:before{content:"\edc1"}.faprothin-code-pull-request:before{content:"\edc2"}.faprothin-code-simple:before{content:"\edc3"}.faprothin-code:before{content:"\edc4"}.faprothin-coffee-bean:before{content:"\edc5"}.faprothin-coffee-beans:before{content:"\edc6"}.faprothin-coffee-pot:before{content:"\edc7"}.faprothin-coffee-togo:before{content:"\edc8"}.faprothin-coffee:before{content:"\edc9"}.faprothin-coffin-cross:before{content:"\edca"}.faprothin-coffin:before{content:"\edcb"}.faprothin-cog:before{content:"\edcc"}.faprothin-cogs:before{content:"\edcd"}.faprothin-coin-blank:before{content:"\edce"}.faprothin-coin-front:before{content:"\edcf"}.faprothin-coin-vertical:before{content:"\edd0"}.faprothin-coin:before{content:"\edd1"}.faprothin-coins:before{content:"\edd2"}.faprothin-colon-sign:before{content:"\edd3"}.faprothin-colon:before{content:"\edd4"}.faprothin-columns-3:before{content:"\edd5"}.faprothin-columns:before{content:"\edd6"}.faprothin-comet:before{content:"\edd7"}.faprothin-comma:before{content:"\edd8"}.faprothin-command:before{content:"\edd9"}.faprothin-comment-alt-arrow-down:before{content:"\edda"}.faprothin-comment-alt-arrow-up:before{content:"\eddb"}.faprothin-comment-alt-captions:before{content:"\eddc"}.faprothin-comment-alt-check:before{content:"\eddd"}.faprothin-comment-alt-dollar:before{content:"\edde"}.faprothin-comment-alt-dots:before{content:"\eddf"}.faprothin-comment-alt-edit:before{content:"\ede0"}.faprothin-comment-alt-exclamation:before{content:"\ede1"}.faprothin-comment-alt-image:before{content:"\ede2"}.faprothin-comment-alt-lines:before{content:"\ede3"}.faprothin-comment-alt-medical:before{content:"\ede4"}.faprothin-comment-alt-minus:before{content:"\ede5"}.faprothin-comment-alt-music:before{content:"\ede6"}.faprothin-comment-alt-plus:before{content:"\ede7"}.faprothin-comment-alt-quote:before{content:"\ede8"}.faprothin-comment-alt-slash:before{content:"\ede9"}.faprothin-comment-alt-smile:before{content:"\edea"}.faprothin-comment-alt-text:before{content:"\edeb"}.faprothin-comment-alt-times:before{content:"\edec"}.faprothin-comment-alt:before{content:"\eded"}.faprothin-comment-arrow-down:before{content:"\edee"}.faprothin-comment-arrow-up-right:before{content:"\edef"}.faprothin-comment-arrow-up:before{content:"\edf0"}.faprothin-comment-captions:before{content:"\edf1"}.faprothin-comment-check:before{content:"\edf2"}.faprothin-comment-code:before{content:"\edf3"}.faprothin-comment-dollar:before{content:"\edf4"}.faprothin-comment-dot:before{content:"\edf5"}.faprothin-comment-dots:before{content:"\edf6"}.faprothin-comment-edit:before{content:"\edf7"}.faprothin-comment-exclamation:before{content:"\edf8"}.faprothin-comment-heart:before{content:"\edf9"}.faprothin-comment-image:before{content:"\edfa"}.faprothin-comment-lines:before{content:"\edfb"}.faprothin-comment-medical:before{content:"\edfc"}.faprothin-comment-middle-alt:before{content:"\edfd"}.faprothin-comment-middle-top-alt:before{content:"\edfe"}.faprothin-comment-middle-top:before{content:"\edff"}.faprothin-comment-middle:before{content:"\ee00"}.faprothin-comment-minus:before{content:"\ee01"}.faprothin-comment-music:before{content:"\ee02"}.faprothin-comment-nodes:before{content:"\ee03"}.faprothin-comment-pen:before{content:"\ee04"}.faprothin-comment-plus:before{content:"\ee05"}.faprothin-comment-question:before{content:"\ee06"}.faprothin-comment-quote:before{content:"\ee07"}.faprothin-comment-slash:before{content:"\ee08"}.faprothin-comment-smile:before{content:"\ee09"}.faprothin-comment-sms:before{content:"\ee0a"}.faprothin-comment-text:before{content:"\ee0b"}.faprothin-comment-times:before{content:"\ee0c"}.faprothin-comment-waveform:before{content:"\ee0d"}.faprothin-comment-xmark:before{content:"\ee0e"}.faprothin-comment:before{content:"\ee0f"}.faprothin-commenting:before{content:"\ee10"}.faprothin-comments-alt-dollar:before{content:"\ee11"}.faprothin-comments-alt:before{content:"\ee12"}.faprothin-comments-dollar:before{content:"\ee13"}.faprothin-comments-question-check:before{content:"\ee14"}.faprothin-comments-question:before{content:"\ee15"}.faprothin-comments:before{content:"\ee16"}.faprothin-compact-disc:before{content:"\ee17"}.faprothin-compass-drafting:before{content:"\ee18"}.faprothin-compass-slash:before{content:"\ee19"}.faprothin-compass:before{content:"\ee1a"}.faprothin-compress-alt:before{content:"\ee1b"}.faprothin-compress-arrows-alt:before{content:"\ee1c"}.faprothin-compress-arrows:before{content:"\ee1d"}.faprothin-compress-wide:before{content:"\ee1e"}.faprothin-compress:before{content:"\ee1f"}.faprothin-computer-classic:before{content:"\ee20"}.faprothin-computer-mouse-button-left:before{content:"\ee21"}.faprothin-computer-mouse-button-right:before{content:"\ee22"}.faprothin-computer-mouse-scrollwheel:before{content:"\ee23"}.faprothin-computer-mouse:before{content:"\ee24"}.faprothin-computer-speaker:before{content:"\ee25"}.faprothin-computer:before{content:"\ee26"}.faprothin-concierge-bell:before{content:"\ee27"}.faprothin-construction:before{content:"\ee28"}.faprothin-contact-book:before{content:"\ee29"}.faprothin-contact-card:before{content:"\ee2a"}.faprothin-container-storage:before{content:"\ee2b"}.faprothin-conveyor-belt-alt:before{content:"\ee2c"}.faprothin-conveyor-belt-arm:before{content:"\ee2d"}.faprothin-conveyor-belt-boxes:before{content:"\ee2e"}.faprothin-conveyor-belt-empty:before{content:"\ee2f"}.faprothin-conveyor-belt:before{content:"\ee30"}.faprothin-cookie-bite:before{content:"\ee31"}.faprothin-cookie:before{content:"\ee32"}.faprothin-copy:before{content:"\ee33"}.faprothin-copyright:before{content:"\ee34"}.faprothin-corn:before{content:"\ee35"}.faprothin-corner:before{content:"\ee36"}.faprothin-couch-small:before{content:"\ee37"}.faprothin-couch:before{content:"\ee38"}.faprothin-court-sport:before{content:"\ee39"}.faprothin-cow:before{content:"\ee3a"}.faprothin-cowbell-circle-plus:before{content:"\ee3b"}.faprothin-cowbell-more:before{content:"\ee3c"}.faprothin-cowbell:before{content:"\ee3d"}.faprothin-crab:before{content:"\ee3e"}.faprothin-crate-apple:before{content:"\ee3f"}.faprothin-crate-empty:before{content:"\ee40"}.faprothin-credit-card-alt:before{content:"\ee41"}.faprothin-credit-card-blank:before{content:"\ee42"}.faprothin-credit-card-front:before{content:"\ee43"}.faprothin-credit-card:before{content:"\ee44"}.faprothin-creemee:before{content:"\ee45"}.faprothin-cricket-bat-ball:before{content:"\ee46"}.faprothin-cricket:before{content:"\ee47"}.faprothin-croissant:before{content:"\ee48"}.faprothin-crop-alt:before{content:"\ee49"}.faprothin-crop-simple:before{content:"\ee4a"}.faprothin-crop:before{content:"\ee4b"}.faprothin-cross:before{content:"\ee4c"}.faprothin-crosshairs-simple:before{content:"\ee4d"}.faprothin-crosshairs:before{content:"\ee4e"}.faprothin-crow:before{content:"\ee4f"}.faprothin-crown:before{content:"\ee50"}.faprothin-crutch:before{content:"\ee51"}.faprothin-crutches:before{content:"\ee52"}.faprothin-cruzeiro-sign:before{content:"\ee53"}.faprothin-crystal-ball:before{content:"\ee54"}.faprothin-cube:before{content:"\ee55"}.faprothin-cubes-stacked:before{content:"\ee56"}.faprothin-cubes:before{content:"\ee57"}.faprothin-cucumber:before{content:"\ee58"}.faprothin-cup-straw-swoosh:before{content:"\ee59"}.faprothin-cup-straw:before{content:"\ee5a"}.faprothin-cup-togo:before{content:"\ee5b"}.faprothin-cupcake:before{content:"\ee5c"}.faprothin-curling-stone:before{content:"\ee5d"}.faprothin-curling:before{content:"\ee5e"}.faprothin-currency-sign:before{content:"\ee5f"}.faprothin-custard:before{content:"\ee60"}.faprothin-cut:before{content:"\ee61"}.faprothin-cutlery:before{content:"\ee62"}.faprothin-d:before{content:"\ee63"}.faprothin-dagger:before{content:"\ee64"}.faprothin-danish-krone-sign:before{content:"\ee65"}.faprothin-dash:before{content:"\ee66"}.faprothin-dashboard:before{content:"\ee67"}.faprothin-database:before{content:"\ee68"}.faprothin-deaf:before{content:"\ee69"}.faprothin-deafness:before{content:"\ee6a"}.faprothin-debug:before{content:"\ee6b"}.faprothin-dedent:before{content:"\ee6c"}.faprothin-deer-rudolph:before{content:"\ee6d"}.faprothin-deer:before{content:"\ee6e"}.faprothin-delete-left:before{content:"\ee6f"}.faprothin-delete-right:before{content:"\ee70"}.faprothin-democrat:before{content:"\ee71"}.faprothin-desk:before{content:"\ee72"}.faprothin-desktop-alt:before{content:"\ee73"}.faprothin-desktop-arrow-down:before{content:"\ee74"}.faprothin-desktop-code:before{content:"\ee75"}.faprothin-desktop-medical:before{content:"\ee76"}.faprothin-desktop-slash:before{content:"\ee77"}.faprothin-desktop:before{content:"\ee78"}.faprothin-dewpoint:before{content:"\ee79"}.faprothin-dharmachakra:before{content:"\ee7a"}.faprothin-diagnoses:before{content:"\ee7b"}.faprothin-diagram-cells:before{content:"\ee7c"}.faprothin-diagram-lean-canvas:before{content:"\ee7d"}.faprothin-diagram-nested:before{content:"\ee7e"}.faprothin-diagram-next:before{content:"\ee7f"}.faprothin-diagram-predecessor:before{content:"\ee80"}.faprothin-diagram-previous:before{content:"\ee81"}.faprothin-diagram-project:before{content:"\ee82"}.faprothin-diagram-sankey:before{content:"\ee83"}.faprothin-diagram-subtask:before{content:"\ee84"}.faprothin-diagram-successor:before{content:"\ee85"}.faprothin-diagram-venn:before{content:"\ee86"}.faprothin-dial-high:before{content:"\ee87"}.faprothin-dial-low:before{content:"\ee88"}.faprothin-dial-max:before{content:"\ee89"}.faprothin-dial-med-high:before{content:"\ee8a"}.faprothin-dial-med-low:before{content:"\ee8b"}.faprothin-dial-med:before{content:"\ee8c"}.faprothin-dial-min:before{content:"\ee8d"}.faprothin-dial-off:before{content:"\ee8e"}.faprothin-dial:before{content:"\ee8f"}.faprothin-dialpad:before{content:"\ee90"}.faprothin-diamond-exclamation:before{content:"\ee91"}.faprothin-diamond-half-stroke:before{content:"\ee92"}.faprothin-diamond-half:before{content:"\ee93"}.faprothin-diamond-turn-right:before{content:"\ee94"}.faprothin-diamond:before{content:"\ee95"}.faprothin-diamonds-4:before{content:"\ee96"}.faprothin-dice-d4:before{content:"\ee97"}.faprothin-dice-d6:before{content:"\ee98"}.faprothin-dice-d8:before{content:"\ee99"}.faprothin-dice-d10:before{content:"\ee9a"}.faprothin-dice-d12:before{content:"\ee9b"}.faprothin-dice-d20:before{content:"\ee9c"}.faprothin-dice-five:before{content:"\ee9d"}.faprothin-dice-four:before{content:"\ee9e"}.faprothin-dice-one:before{content:"\ee9f"}.faprothin-dice-six:before{content:"\eea0"}.faprothin-dice-three:before{content:"\eea1"}.faprothin-dice-two:before{content:"\eea2"}.faprothin-dice:before{content:"\eea3"}.faprothin-digging:before{content:"\eea4"}.faprothin-digital-tachograph:before{content:"\eea5"}.faprothin-dinosaur:before{content:"\eea6"}.faprothin-diploma:before{content:"\eea7"}.faprothin-direction-left-right:before{content:"\eea8"}.faprothin-direction-up-down:before{content:"\eea9"}.faprothin-directions:before{content:"\eeaa"}.faprothin-disc-drive:before{content:"\eeab"}.faprothin-disease:before{content:"\eeac"}.faprothin-display-arrow-down:before{content:"\eead"}.faprothin-display-chart-up-circle-currency:before{content:"\eeae"}.faprothin-display-chart-up-circle-dollar:before{content:"\eeaf"}.faprothin-display-chart-up:before{content:"\eeb0"}.faprothin-display-code:before{content:"\eeb1"}.faprothin-display-medical:before{content:"\eeb2"}.faprothin-display-slash:before{content:"\eeb3"}.faprothin-display:before{content:"\eeb4"}.faprothin-distribute-spacing-horizontal:before{content:"\eeb5"}.faprothin-distribute-spacing-vertical:before{content:"\eeb6"}.faprothin-ditto:before{content:"\eeb7"}.faprothin-divide:before{content:"\eeb8"}.faprothin-dizzy:before{content:"\eeb9"}.faprothin-dna:before{content:"\eeba"}.faprothin-do-not-enter:before{content:"\eebb"}.faprothin-dog-leashed:before{content:"\eebc"}.faprothin-dog:before{content:"\eebd"}.faprothin-dollar-circle:before{content:"\eebe"}.faprothin-dollar-sign:before{content:"\eebf"}.faprothin-dollar-square:before{content:"\eec0"}.faprothin-dollar:before{content:"\eec1"}.faprothin-dolly-box:before{content:"\eec2"}.faprothin-dolly-empty:before{content:"\eec3"}.faprothin-dolly-flatbed-alt:before{content:"\eec4"}.faprothin-dolly-flatbed-empty:before{content:"\eec5"}.faprothin-dolly-flatbed:before{content:"\eec6"}.faprothin-dolly:before{content:"\eec7"}.faprothin-dolphin:before{content:"\eec8"}.faprothin-donate:before{content:"\eec9"}.faprothin-dong-sign:before{content:"\eeca"}.faprothin-donut:before{content:"\eecb"}.faprothin-door-closed:before{content:"\eecc"}.faprothin-door-open:before{content:"\eecd"}.faprothin-dot-circle:before{content:"\eece"}.faprothin-dot:before{content:"\eecf"}.faprothin-doughnut:before{content:"\eed0"}.faprothin-dove:before{content:"\eed1"}.faprothin-down-from-bracket:before{content:"\eed2"}.faprothin-down-from-dotted-line:before{content:"\eed3"}.faprothin-down-from-line:before{content:"\eed4"}.faprothin-down-left-and-up-right-to-center:before{content:"\eed5"}.faprothin-down-left:before{content:"\eed6"}.faprothin-down-long-to-line:before{content:"\eed7"}.faprothin-down-long:before{content:"\eed8"}.faprothin-down-right:before{content:"\eed9"}.faprothin-down-to-bracket:before{content:"\eeda"}.faprothin-down-to-dotted-line:before{content:"\eedb"}.faprothin-down-to-line:before{content:"\eedc"}.faprothin-down-up:before{content:"\eedd"}.faprothin-down:before{content:"\eede"}.faprothin-download:before{content:"\eedf"}.faprothin-drafting-compass:before{content:"\eee0"}.faprothin-dragon:before{content:"\eee1"}.faprothin-draw-circle:before{content:"\eee2"}.faprothin-draw-polygon:before{content:"\eee3"}.faprothin-draw-square:before{content:"\eee4"}.faprothin-dreidel:before{content:"\eee5"}.faprothin-dress:before{content:"\eee6"}.faprothin-dresser:before{content:"\eee7"}.faprothin-drivers-license:before{content:"\eee8"}.faprothin-drone-alt:before{content:"\eee9"}.faprothin-drone-front:before{content:"\eeea"}.faprothin-drone:before{content:"\eeeb"}.faprothin-droplet-degree:before{content:"\eeec"}.faprothin-droplet-percent:before{content:"\eeed"}.faprothin-droplet-plus:before{content:"\eeee"}.faprothin-droplet-slash:before{content:"\eeef"}.faprothin-droplet:before{content:"\eef0"}.faprothin-drum-steelpan:before{content:"\eef1"}.faprothin-drum:before{content:"\eef2"}.faprothin-drumstick-bite:before{content:"\eef3"}.faprothin-drumstick:before{content:"\eef4"}.faprothin-dryer-alt:before{content:"\eef5"}.faprothin-dryer-heat:before{content:"\eef6"}.faprothin-dryer:before{content:"\eef7"}.faprothin-duck:before{content:"\eef8"}.faprothin-dumbbell:before{content:"\eef9"}.faprothin-dumpster-fire:before{content:"\eefa"}.faprothin-dumpster:before{content:"\eefb"}.faprothin-dungeon:before{content:"\eefc"}.faprothin-e:before{content:"\eefd"}.faprothin-ear-circle-checkmark:before{content:"\eefe"}.faprothin-ear-deaf:before{content:"\eeff"}.faprothin-ear-listen:before{content:"\ef00"}.faprothin-ear-muffs:before{content:"\ef01"}.faprothin-ear-triangle-exclamation:before{content:"\ef02"}.faprothin-ear-waveform:before{content:"\ef03"}.faprothin-ear:before{content:"\ef04"}.faprothin-earth-africa:before{content:"\ef05"}.faprothin-earth-america:before{content:"\ef06"}.faprothin-earth-americas:before{content:"\ef07"}.faprothin-earth-asia:before{content:"\ef08"}.faprothin-earth-europe:before{content:"\ef09"}.faprothin-earth-oceania:before{content:"\ef0a"}.faprothin-earth:before{content:"\ef0b"}.faprothin-eclipse-alt:before{content:"\ef0c"}.faprothin-eclipse:before{content:"\ef0d"}.faprothin-edit:before{content:"\ef0e"}.faprothin-egg-fried:before{content:"\ef0f"}.faprothin-egg:before{content:"\ef10"}.faprothin-eggplant:before{content:"\ef11"}.faprothin-eject:before{content:"\ef12"}.faprothin-elephant:before{content:"\ef13"}.faprothin-elevator:before{content:"\ef14"}.faprothin-ellipsis-h-alt:before{content:"\ef15"}.faprothin-ellipsis-h:before{content:"\ef16"}.faprothin-ellipsis-stroke-vertical:before{content:"\ef17"}.faprothin-ellipsis-stroke:before{content:"\ef18"}.faprothin-ellipsis-v-alt:before{content:"\ef19"}.faprothin-ellipsis-v:before{content:"\ef1a"}.faprothin-ellipsis-vertical:before{content:"\ef1b"}.faprothin-ellipsis:before{content:"\ef1c"}.faprothin-empty-set:before{content:"\ef1d"}.faprothin-engine-exclamation:before{content:"\ef1e"}.faprothin-engine-warning:before{content:"\ef1f"}.faprothin-engine:before{content:"\ef20"}.faprothin-envelope-badge:before{content:"\ef21"}.faprothin-envelope-certificate:before{content:"\ef22"}.faprothin-envelope-circle-check:before{content:"\ef23"}.faprothin-envelope-circle-user:before{content:"\ef24"}.faprothin-envelope-circle:before{content:"\ef25"}.faprothin-envelope-dot:before{content:"\ef26"}.faprothin-envelope-open-dollar:before{content:"\ef27"}.faprothin-envelope-open-text:before{content:"\ef28"}.faprothin-envelope-open:before{content:"\ef29"}.faprothin-envelope-ribbon:before{content:"\ef2a"}.faprothin-envelope-square:before{content:"\ef2b"}.faprothin-envelope:before{content:"\ef2c"}.faprothin-envelopes-bulk:before{content:"\ef2d"}.faprothin-envelopes:before{content:"\ef2e"}.faprothin-equals:before{content:"\ef2f"}.faprothin-eraser:before{content:"\ef30"}.faprothin-escalator:before{content:"\ef31"}.faprothin-ethernet:before{content:"\ef32"}.faprothin-eur:before{content:"\ef33"}.faprothin-euro-sign:before{content:"\ef34"}.faprothin-euro:before{content:"\ef35"}.faprothin-eurozone-sign:before{content:"\ef36"}.faprothin-excavator:before{content:"\ef37"}.faprothin-exchange-alt:before{content:"\ef38"}.faprothin-exchange:before{content:"\ef39"}.faprothin-exclamation-circle:before{content:"\ef3a"}.faprothin-exclamation-square:before{content:"\ef3b"}.faprothin-exclamation-triangle:before{content:"\ef3c"}.faprothin-exclamation:before{content:"\ef3d"}.faprothin-expand-alt:before{content:"\ef3e"}.faprothin-expand-arrows-alt:before{content:"\ef3f"}.faprothin-expand-arrows:before{content:"\ef40"}.faprothin-expand-wide:before{content:"\ef41"}.faprothin-expand:before{content:"\ef42"}.faprothin-exploding-head:before{content:"\ef43"}.faprothin-explosion:before{content:"\ef44"}.faprothin-external-link-alt:before{content:"\ef45"}.faprothin-external-link-square-alt:before{content:"\ef46"}.faprothin-external-link-square:before{content:"\ef47"}.faprothin-external-link:before{content:"\ef48"}.faprothin-eye-closed:before{content:"\ef49"}.faprothin-eye-dropper-empty:before{content:"\ef4a"}.faprothin-eye-dropper-full:before{content:"\ef4b"}.faprothin-eye-dropper-half:before{content:"\ef4c"}.faprothin-eye-dropper:before{content:"\ef4d"}.faprothin-eye-evil:before{content:"\ef4e"}.faprothin-eye-low-vision:before{content:"\ef4f"}.faprothin-eye-slash:before{content:"\ef50"}.faprothin-eye:before{content:"\ef51"}.faprothin-eyedropper:before{content:"\ef52"}.faprothin-eyes:before{content:"\ef53"}.faprothin-f:before{content:"\ef54"}.faprothin-face-angry-horns:before{content:"\ef55"}.faprothin-face-angry:before{content:"\ef56"}.faprothin-face-anguished:before{content:"\ef57"}.faprothin-face-anxious-sweat:before{content:"\ef58"}.faprothin-face-astonished:before{content:"\ef59"}.faprothin-face-awesome:before{content:"\ef5a"}.faprothin-face-beam-hand-over-mouth:before{content:"\ef5b"}.faprothin-face-clouds:before{content:"\ef5c"}.faprothin-face-confounded:before{content:"\ef5d"}.faprothin-face-confused:before{content:"\ef5e"}.faprothin-face-cowboy-hat:before{content:"\ef5f"}.faprothin-face-diagonal-mouth:before{content:"\ef60"}.faprothin-face-disappointed:before{content:"\ef61"}.faprothin-face-disguise:before{content:"\ef62"}.faprothin-face-dizzy:before{content:"\ef63"}.faprothin-face-dotted:before{content:"\ef64"}.faprothin-face-downcast-sweat:before{content:"\ef65"}.faprothin-face-drooling:before{content:"\ef66"}.faprothin-face-exhaling:before{content:"\ef67"}.faprothin-face-explode:before{content:"\ef68"}.faprothin-face-expressionless:before{content:"\ef69"}.faprothin-face-eyes-xmarks:before{content:"\ef6a"}.faprothin-face-fearful:before{content:"\ef6b"}.faprothin-face-flushed:before{content:"\ef6c"}.faprothin-face-frown-open:before{content:"\ef6d"}.faprothin-face-frown-slight:before{content:"\ef6e"}.faprothin-face-frown:before{content:"\ef6f"}.faprothin-face-glasses:before{content:"\ef70"}.faprothin-face-grimace:before{content:"\ef71"}.faprothin-face-grin-beam-sweat:before{content:"\ef72"}.faprothin-face-grin-beam:before{content:"\ef73"}.faprothin-face-grin-hearts:before{content:"\ef74"}.faprothin-face-grin-squint-tears:before{content:"\ef75"}.faprothin-face-grin-squint:before{content:"\ef76"}.faprothin-face-grin-stars:before{content:"\ef77"}.faprothin-face-grin-tears:before{content:"\ef78"}.faprothin-face-grin-tongue-squint:before{content:"\ef79"}.faprothin-face-grin-tongue-wink:before{content:"\ef7a"}.faprothin-face-grin-tongue:before{content:"\ef7b"}.faprothin-face-grin-wide:before{content:"\ef7c"}.faprothin-face-grin-wink:before{content:"\ef7d"}.faprothin-face-grin:before{content:"\ef7e"}.faprothin-face-hand-over-mouth:before{content:"\ef7f"}.faprothin-face-hand-peeking:before{content:"\ef80"}.faprothin-face-hand-yawn:before{content:"\ef81"}.faprothin-face-head-bandage:before{content:"\ef82"}.faprothin-face-holding-back-tears:before{content:"\ef83"}.faprothin-face-hushed:before{content:"\ef84"}.faprothin-face-icicles:before{content:"\ef85"}.faprothin-face-kiss-beam:before{content:"\ef86"}.faprothin-face-kiss-closed-eyes:before{content:"\ef87"}.faprothin-face-kiss-wink-heart:before{content:"\ef88"}.faprothin-face-kiss:before{content:"\ef89"}.faprothin-face-laugh-beam:before{content:"\ef8a"}.faprothin-face-laugh-squint:before{content:"\ef8b"}.faprothin-face-laugh-wink:before{content:"\ef8c"}.faprothin-face-laugh:before{content:"\ef8d"}.faprothin-face-lying:before{content:"\ef8e"}.faprothin-face-mask:before{content:"\ef8f"}.faprothin-face-meh-blank:before{content:"\ef90"}.faprothin-face-meh:before{content:"\ef91"}.faprothin-face-melting:before{content:"\ef92"}.faprothin-face-monocle:before{content:"\ef93"}.faprothin-face-nauseated:before{content:"\ef94"}.faprothin-face-nose-steam:before{content:"\ef95"}.faprothin-face-party:before{content:"\ef96"}.faprothin-face-pensive:before{content:"\ef97"}.faprothin-face-persevering:before{content:"\ef98"}.faprothin-face-pleading:before{content:"\ef99"}.faprothin-face-pouting:before{content:"\ef9a"}.faprothin-face-raised-eyebrow:before{content:"\ef9b"}.faprothin-face-relieved:before{content:"\ef9c"}.faprothin-face-rolling-eyes:before{content:"\ef9d"}.faprothin-face-sad-cry:before{content:"\ef9e"}.faprothin-face-sad-sweat:before{content:"\ef9f"}.faprothin-face-sad-tear:before{content:"\efa0"}.faprothin-face-saluting:before{content:"\efa1"}.faprothin-face-scream:before{content:"\efa2"}.faprothin-face-shaking-horizontal:before{content:"\efa3"}.faprothin-face-shaking-vertical:before{content:"\efa4"}.faprothin-face-shaking:before{content:"\efa5"}.faprothin-face-shush:before{content:"\efa6"}.faprothin-face-sleeping:before{content:"\efa7"}.faprothin-face-sleepy:before{content:"\efa8"}.faprothin-face-smile-beam:before{content:"\efa9"}.faprothin-face-smile-halo:before{content:"\efaa"}.faprothin-face-smile-hearts:before{content:"\efab"}.faprothin-face-smile-horns:before{content:"\efac"}.faprothin-face-smile-plus:before{content:"\efad"}.faprothin-face-smile-relaxed:before{content:"\efae"}.faprothin-face-smile-tear:before{content:"\efaf"}.faprothin-face-smile-tongue:before{content:"\efb0"}.faprothin-face-smile-upside-down:before{content:"\efb1"}.faprothin-face-smile-wink:before{content:"\efb2"}.faprothin-face-smile:before{content:"\efb3"}.faprothin-face-smiling-hands:before{content:"\efb4"}.faprothin-face-smirking:before{content:"\efb5"}.faprothin-face-spiral-eyes:before{content:"\efb6"}.faprothin-face-sunglasses:before{content:"\efb7"}.faprothin-face-surprise:before{content:"\efb8"}.faprothin-face-swear:before{content:"\efb9"}.faprothin-face-thermometer:before{content:"\efba"}.faprothin-face-thinking:before{content:"\efbb"}.faprothin-face-tired:before{content:"\efbc"}.faprothin-face-tissue:before{content:"\efbd"}.faprothin-face-tongue-money:before{content:"\efbe"}.faprothin-face-tongue-sweat:before{content:"\efbf"}.faprothin-face-unamused:before{content:"\efc0"}.faprothin-face-viewfinder:before{content:"\efc1"}.faprothin-face-vomit:before{content:"\efc2"}.faprothin-face-weary:before{content:"\efc3"}.faprothin-face-woozy:before{content:"\efc4"}.faprothin-face-worried:before{content:"\efc5"}.faprothin-face-zany:before{content:"\efc6"}.faprothin-face-zipper:before{content:"\efc7"}.faprothin-falafel:before{content:"\efc8"}.faprothin-family-dress:before{content:"\efc9"}.faprothin-family-pants:before{content:"\efca"}.faprothin-family:before{content:"\efcb"}.faprothin-fan-table:before{content:"\efcc"}.faprothin-fan:before{content:"\efcd"}.faprothin-farm:before{content:"\efce"}.faprothin-fast-backward:before{content:"\efcf"}.faprothin-fast-forward:before{content:"\efd0"}.faprothin-faucet-drip:before{content:"\efd1"}.faprothin-faucet:before{content:"\efd2"}.faprothin-fax:before{content:"\efd3"}.faprothin-feather-alt:before{content:"\efd4"}.faprothin-feather-pointed:before{content:"\efd5"}.faprothin-feather:before{content:"\efd6"}.faprothin-feed:before{content:"\efd7"}.faprothin-female:before{content:"\efd8"}.faprothin-fence:before{content:"\efd9"}.faprothin-ferris-wheel:before{content:"\efda"}.faprothin-ferry:before{content:"\efdb"}.faprothin-field-hockey-stick-ball:before{content:"\efdc"}.faprothin-field-hockey:before{content:"\efdd"}.faprothin-fighter-jet:before{content:"\efde"}.faprothin-file-aiff:before{content:"\efdf"}.faprothin-file-alt:before{content:"\efe0"}.faprothin-file-archive:before{content:"\efe1"}.faprothin-file-arrow-down:before{content:"\efe2"}.faprothin-file-arrow-up:before{content:"\efe3"}.faprothin-file-audio:before{content:"\efe4"}.faprothin-file-award:before{content:"\efe5"}.faprothin-file-ban:before{content:"\efe6"}.faprothin-file-binary:before{content:"\efe7"}.faprothin-file-brackets-curly:before{content:"\efe8"}.faprothin-file-cad:before{content:"\efe9"}.faprothin-file-caret-down:before{content:"\efea"}.faprothin-file-caret-up:before{content:"\efeb"}.faprothin-file-certificate:before{content:"\efec"}.faprothin-file-chart-column:before{content:"\efed"}.faprothin-file-chart-line:before{content:"\efee"}.faprothin-file-chart-pie:before{content:"\efef"}.faprothin-file-check:before{content:"\eff0"}.faprothin-file-circle-check:before{content:"\eff1"}.faprothin-file-circle-exclamation:before{content:"\eff2"}.faprothin-file-circle-info:before{content:"\eff3"}.faprothin-file-circle-minus:before{content:"\eff4"}.faprothin-file-circle-plus:before{content:"\eff5"}.faprothin-file-circle-question:before{content:"\eff6"}.faprothin-file-circle-xmark:before{content:"\eff7"}.faprothin-file-clipboard:before{content:"\eff8"}.faprothin-file-code:before{content:"\eff9"}.faprothin-file-contract:before{content:"\effa"}.faprothin-file-css:before{content:"\effb"}.faprothin-file-csv:before{content:"\effc"}.faprothin-file-dashed-line:before{content:"\effd"}.faprothin-file-doc:before{content:"\effe"}.faprothin-file-download:before{content:"\efff"}.faprothin-file-edit:before{content:"\f000"}.faprothin-file-eps:before{content:"\f001"}.faprothin-file-excel:before{content:"\f002"}.faprothin-file-exclamation:before{content:"\f003"}.faprothin-file-export:before{content:"\f004"}.faprothin-file-fragment:before{content:"\f005"}.faprothin-file-gif:before{content:"\f006"}.faprothin-file-half-dashed:before{content:"\f007"}.faprothin-file-heart:before{content:"\f008"}.faprothin-file-html:before{content:"\f009"}.faprothin-file-icns:before{content:"\f00a"}.faprothin-file-image:before{content:"\f00b"}.faprothin-file-import:before{content:"\f00c"}.faprothin-file-invoice-dollar:before{content:"\f00d"}.faprothin-file-invoice:before{content:"\f00e"}.faprothin-file-jpg:before{content:"\f00f"}.faprothin-file-js:before{content:"\f010"}.faprothin-file-lines:before{content:"\f011"}.faprothin-file-lock:before{content:"\f012"}.faprothin-file-magnifying-glass:before{content:"\f013"}.faprothin-file-medical-alt:before{content:"\f014"}.faprothin-file-medical:before{content:"\f015"}.faprothin-file-midi:before{content:"\f016"}.faprothin-file-minus:before{content:"\f017"}.faprothin-file-mov:before{content:"\f018"}.faprothin-file-mp3:before{content:"\f019"}.faprothin-file-mp4:before{content:"\f01a"}.faprothin-file-music:before{content:"\f01b"}.faprothin-file-odf:before{content:"\f01c"}.faprothin-file-pdf:before{content:"\f01d"}.faprothin-file-pen:before{content:"\f01e"}.faprothin-file-plus-minus:before{content:"\f01f"}.faprothin-file-plus:before{content:"\f020"}.faprothin-file-png:before{content:"\f021"}.faprothin-file-powerpoint:before{content:"\f022"}.faprothin-file-ppt:before{content:"\f023"}.faprothin-file-prescription:before{content:"\f024"}.faprothin-file-search:before{content:"\f025"}.faprothin-file-shield:before{content:"\f026"}.faprothin-file-signature:before{content:"\f027"}.faprothin-file-slash:before{content:"\f028"}.faprothin-file-spreadsheet:before{content:"\f029"}.faprothin-file-svg:before{content:"\f02a"}.faprothin-file-tex:before{content:"\f02b"}.faprothin-file-text:before{content:"\f02c"}.faprothin-file-times:before{content:"\f02d"}.faprothin-file-upload:before{content:"\f02e"}.faprothin-file-user:before{content:"\f02f"}.faprothin-file-vector:before{content:"\f030"}.faprothin-file-video:before{content:"\f031"}.faprothin-file-wav:before{content:"\f032"}.faprothin-file-waveform:before{content:"\f033"}.faprothin-file-word:before{content:"\f034"}.faprothin-file-xls:before{content:"\f035"}.faprothin-file-xmark:before{content:"\f036"}.faprothin-file-xml:before{content:"\f037"}.faprothin-file-zip:before{content:"\f038"}.faprothin-file-zipper:before{content:"\f039"}.faprothin-file:before{content:"\f03a"}.faprothin-files-medical:before{content:"\f03b"}.faprothin-files:before{content:"\f03c"}.faprothin-fill-drip:before{content:"\f03d"}.faprothin-fill:before{content:"\f03e"}.faprothin-film-alt:before{content:"\f03f"}.faprothin-film-canister:before{content:"\f040"}.faprothin-film-cannister:before{content:"\f041"}.faprothin-film-music:before{content:"\f042"}.faprothin-film-simple:before{content:"\f043"}.faprothin-film-slash:before{content:"\f044"}.faprothin-film-stack:before{content:"\f045"}.faprothin-film:before{content:"\f046"}.faprothin-films:before{content:"\f047"}.faprothin-filter-circle-dollar:before{content:"\f048"}.faprothin-filter-circle-xmark:before{content:"\f049"}.faprothin-filter-list:before{content:"\f04a"}.faprothin-filter-slash:before{content:"\f04b"}.faprothin-filter:before{content:"\f04c"}.faprothin-filters:before{content:"\f04d"}.faprothin-fingerprint:before{content:"\f04e"}.faprothin-fire-alt:before{content:"\f04f"}.faprothin-fire-burner:before{content:"\f050"}.faprothin-fire-extinguisher:before{content:"\f051"}.faprothin-fire-flame-curved:before{content:"\f052"}.faprothin-fire-flame-simple:before{content:"\f053"}.faprothin-fire-flame:before{content:"\f054"}.faprothin-fire-hydrant:before{content:"\f055"}.faprothin-fire-smoke:before{content:"\f056"}.faprothin-fire:before{content:"\f057"}.faprothin-fireplace:before{content:"\f058"}.faprothin-firewall:before{content:"\f059"}.faprothin-first-aid:before{content:"\f05a"}.faprothin-fish-bones:before{content:"\f05b"}.faprothin-fish-cooked:before{content:"\f05c"}.faprothin-fish-fins:before{content:"\f05d"}.faprothin-fish:before{content:"\f05e"}.faprothin-fishing-rod:before{content:"\f05f"}.faprothin-fist-raised:before{content:"\f060"}.faprothin-flag-alt:before{content:"\f061"}.faprothin-flag-checkered:before{content:"\f062"}.faprothin-flag-pennant:before{content:"\f063"}.faprothin-flag-swallowtail:before{content:"\f064"}.faprothin-flag-usa:before{content:"\f065"}.faprothin-flag:before{content:"\f066"}.faprothin-flame:before{content:"\f067"}.faprothin-flashlight:before{content:"\f068"}.faprothin-flask-gear:before{content:"\f069"}.faprothin-flask-poison:before{content:"\f06a"}.faprothin-flask-potion:before{content:"\f06b"}.faprothin-flask-round-poison:before{content:"\f06c"}.faprothin-flask-round-potion:before{content:"\f06d"}.faprothin-flask-vial:before{content:"\f06e"}.faprothin-flask:before{content:"\f06f"}.faprothin-flatbread-stuffed:before{content:"\f070"}.faprothin-flatbread:before{content:"\f071"}.faprothin-floppy-disk-circle-arrow-right:before{content:"\f072"}.faprothin-floppy-disk-circle-xmark:before{content:"\f073"}.faprothin-floppy-disk-pen:before{content:"\f074"}.faprothin-floppy-disk-times:before{content:"\f075"}.faprothin-floppy-disk:before{content:"\f076"}.faprothin-floppy-disks:before{content:"\f077"}.faprothin-florin-sign:before{content:"\f078"}.faprothin-flower-daffodil:before{content:"\f079"}.faprothin-flower-tulip:before{content:"\f07a"}.faprothin-flower:before{content:"\f07b"}.faprothin-flushed:before{content:"\f07c"}.faprothin-flute:before{content:"\f07d"}.faprothin-flux-capacitor:before{content:"\f07e"}.faprothin-flying-disc:before{content:"\f07f"}.faprothin-fog:before{content:"\f080"}.faprothin-folder-arrow-down:before{content:"\f081"}.faprothin-folder-arrow-left:before{content:"\f082"}.faprothin-folder-arrow-right:before{content:"\f083"}.faprothin-folder-arrow-up:before{content:"\f084"}.faprothin-folder-blank:before{content:"\f085"}.faprothin-folder-bookmark:before{content:"\f086"}.faprothin-folder-check:before{content:"\f087"}.faprothin-folder-closed:before{content:"\f088"}.faprothin-folder-cog:before{content:"\f089"}.faprothin-folder-download:before{content:"\f08a"}.faprothin-folder-gear:before{content:"\f08b"}.faprothin-folder-grid:before{content:"\f08c"}.faprothin-folder-heart:before{content:"\f08d"}.faprothin-folder-image:before{content:"\f08e"}.faprothin-folder-magnifying-glass:before{content:"\f08f"}.faprothin-folder-medical:before{content:"\f090"}.faprothin-folder-minus:before{content:"\f091"}.faprothin-folder-music:before{content:"\f092"}.faprothin-folder-open:before{content:"\f093"}.faprothin-folder-plus:before{content:"\f094"}.faprothin-folder-search:before{content:"\f095"}.faprothin-folder-times:before{content:"\f096"}.faprothin-folder-tree:before{content:"\f097"}.faprothin-folder-upload:before{content:"\f098"}.faprothin-folder-user:before{content:"\f099"}.faprothin-folder-xmark:before{content:"\f09a"}.faprothin-folder:before{content:"\f09b"}.faprothin-folders:before{content:"\f09c"}.faprothin-fondue-pot:before{content:"\f09d"}.faprothin-font-awesome-flag:before{content:"\f09e"}.faprothin-font-awesome-logo-full:before{content:"\f09f"}.faprothin-font-awesome:before{content:"\f0a0"}.faprothin-font-case:before{content:"\f0a1"}.faprothin-font:before{content:"\f0a2"}.faprothin-foot-wing:before{content:"\f0a3"}.faprothin-football-ball:before{content:"\f0a4"}.faprothin-football-helmet:before{content:"\f0a5"}.faprothin-football:before{content:"\f0a6"}.faprothin-fork-knife:before{content:"\f0a7"}.faprothin-fork:before{content:"\f0a8"}.faprothin-forklift:before{content:"\f0a9"}.faprothin-fort:before{content:"\f0aa"}.faprothin-forward-fast:before{content:"\f0ab"}.faprothin-forward-step:before{content:"\f0ac"}.faprothin-forward:before{content:"\f0ad"}.faprothin-fragile:before{content:"\f0ae"}.faprothin-frame:before{content:"\f0af"}.faprothin-franc-sign:before{content:"\f0b0"}.faprothin-french-fries:before{content:"\f0b1"}.faprothin-frog:before{content:"\f0b2"}.faprothin-frosty-head:before{content:"\f0b3"}.faprothin-frown-open:before{content:"\f0b4"}.faprothin-frown:before{content:"\f0b5"}.faprothin-function:before{content:"\f0b6"}.faprothin-funnel-dollar:before{content:"\f0b7"}.faprothin-futbol-ball:before{content:"\f0b8"}.faprothin-futbol:before{content:"\f0b9"}.faprothin-g:before{content:"\f0ba"}.faprothin-galaxy:before{content:"\f0bb"}.faprothin-gallery-thumbnails:before{content:"\f0bc"}.faprothin-game-board-alt:before{content:"\f0bd"}.faprothin-game-board-simple:before{content:"\f0be"}.faprothin-game-board:before{content:"\f0bf"}.faprothin-game-console-handheld-crank:before{content:"\f0c0"}.faprothin-game-console-handheld:before{content:"\f0c1"}.faprothin-gamepad-alt:before{content:"\f0c2"}.faprothin-gamepad-modern:before{content:"\f0c3"}.faprothin-gamepad:before{content:"\f0c4"}.faprothin-garage-car:before{content:"\f0c5"}.faprothin-garage-empty:before{content:"\f0c6"}.faprothin-garage-open:before{content:"\f0c7"}.faprothin-garage:before{content:"\f0c8"}.faprothin-garlic:before{content:"\f0c9"}.faprothin-gas-pump-left:before{content:"\f0ca"}.faprothin-gas-pump-right:before{content:"\f0cb"}.faprothin-gas-pump-slash:before{content:"\f0cc"}.faprothin-gas-pump:before{content:"\f0cd"}.faprothin-gauge-circle-bolt:before{content:"\f0ce"}.faprothin-gauge-circle-minus:before{content:"\f0cf"}.faprothin-gauge-circle-plus:before{content:"\f0d0"}.faprothin-gauge-high:before{content:"\f0d1"}.faprothin-gauge-low:before{content:"\f0d2"}.faprothin-gauge-max:before{content:"\f0d3"}.faprothin-gauge-med:before{content:"\f0d4"}.faprothin-gauge-min:before{content:"\f0d5"}.faprothin-gauge-simple-high:before{content:"\f0d6"}.faprothin-gauge-simple-low:before{content:"\f0d7"}.faprothin-gauge-simple-max:before{content:"\f0d8"}.faprothin-gauge-simple-med:before{content:"\f0d9"}.faprothin-gauge-simple-min:before{content:"\f0da"}.faprothin-gauge-simple:before{content:"\f0db"}.faprothin-gauge:before{content:"\f0dc"}.faprothin-gave-dandy:before{content:"\f0dd"}.faprothin-gavel:before{content:"\f0de"}.faprothin-gbp:before{content:"\f0df"}.faprothin-gear-api:before{content:"\f0e0"}.faprothin-gear-code:before{content:"\f0e1"}.faprothin-gear-complex-api:before{content:"\f0e2"}.faprothin-gear-complex-code:before{content:"\f0e3"}.faprothin-gear-complex:before{content:"\f0e4"}.faprothin-gear:before{content:"\f0e5"}.faprothin-gears:before{content:"\f0e6"}.faprothin-gem:before{content:"\f0e7"}.faprothin-gemini:before{content:"\f0e8"}.faprothin-genderless:before{content:"\f0e9"}.faprothin-ghost:before{content:"\f0ea"}.faprothin-gif:before{content:"\f0eb"}.faprothin-gift-card:before{content:"\f0ec"}.faprothin-gift:before{content:"\f0ed"}.faprothin-gifts:before{content:"\f0ee"}.faprothin-gingerbread-man:before{content:"\f0ef"}.faprothin-glass-champagne:before{content:"\f0f0"}.faprothin-glass-cheers:before{content:"\f0f1"}.faprothin-glass-citrus:before{content:"\f0f2"}.faprothin-glass-empty:before{content:"\f0f3"}.faprothin-glass-half-empty:before{content:"\f0f4"}.faprothin-glass-half-full:before{content:"\f0f5"}.faprothin-glass-half:before{content:"\f0f6"}.faprothin-glass-martini-alt:before{content:"\f0f7"}.faprothin-glass-martini:before{content:"\f0f8"}.faprothin-glass-water-droplet:before{content:"\f0f9"}.faprothin-glass-water:before{content:"\f0fa"}.faprothin-glass-whiskey-rocks:before{content:"\f0fb"}.faprothin-glass-whiskey:before{content:"\f0fc"}.faprothin-glass:before{content:"\f0fd"}.faprothin-glasses-alt:before{content:"\f0fe"}.faprothin-glasses-round:before{content:"\f0ff"}.faprothin-glasses:before{content:"\f100"}.faprothin-globe-africa:before{content:"\f101"}.faprothin-globe-americas:before{content:"\f102"}.faprothin-globe-asia:before{content:"\f103"}.faprothin-globe-europe:before{content:"\f104"}.faprothin-globe-oceania:before{content:"\f105"}.faprothin-globe-pointer:before{content:"\f106"}.faprothin-globe-snow:before{content:"\f107"}.faprothin-globe-stand:before{content:"\f108"}.faprothin-globe-wifi:before{content:"\f109"}.faprothin-globe-www:before{content:"\f10a"}.faprothin-globe:before{content:"\f10b"}.faprothin-glove-boxing:before{content:"\f10c"}.faprothin-goal-net:before{content:"\f10d"}.faprothin-golf-ball-tee:before{content:"\f10e"}.faprothin-golf-ball:before{content:"\f10f"}.faprothin-golf-club:before{content:"\f110"}.faprothin-golf-flag-hole:before{content:"\f111"}.faprothin-gopuram:before{content:"\f112"}.faprothin-gpu:before{content:"\f113"}.faprothin-graduation-cap:before{content:"\f114"}.faprothin-gramophone:before{content:"\f115"}.faprothin-grapes:before{content:"\f116"}.faprothin-grate-droplet:before{content:"\f117"}.faprothin-grate:before{content:"\f118"}.faprothin-greater-than-equal:before{content:"\f119"}.faprothin-greater-than:before{content:"\f11a"}.faprothin-grid-2-minus:before{content:"\f11b"}.faprothin-grid-2-plus:before{content:"\f11c"}.faprothin-grid-2:before{content:"\f11d"}.faprothin-grid-3:before{content:"\f11e"}.faprothin-grid-4:before{content:"\f11f"}.faprothin-grid-5:before{content:"\f120"}.faprothin-grid-dividers:before{content:"\f121"}.faprothin-grid-horizontal:before{content:"\f122"}.faprothin-grid-round-2-minus:before{content:"\f123"}.faprothin-grid-round-2-plus:before{content:"\f124"}.faprothin-grid-round-2:before{content:"\f125"}.faprothin-grid-round-4:before{content:"\f126"}.faprothin-grid-round-5:before{content:"\f127"}.faprothin-grid-round:before{content:"\f128"}.faprothin-grid-vertical:before{content:"\f129"}.faprothin-grid:before{content:"\f12a"}.faprothin-grill-fire:before{content:"\f12b"}.faprothin-grill-hot:before{content:"\f12c"}.faprothin-grill:before{content:"\f12d"}.faprothin-grimace:before{content:"\f12e"}.faprothin-grin-alt:before{content:"\f12f"}.faprothin-grin-beam-sweat:before{content:"\f130"}.faprothin-grin-beam:before{content:"\f131"}.faprothin-grin-hearts:before{content:"\f132"}.faprothin-grin-squint-tears:before{content:"\f133"}.faprothin-grin-squint:before{content:"\f134"}.faprothin-grin-stars:before{content:"\f135"}.faprothin-grin-tears:before{content:"\f136"}.faprothin-grin-tongue-squint:before{content:"\f137"}.faprothin-grin-tongue-wink:before{content:"\f138"}.faprothin-grin-tongue:before{content:"\f139"}.faprothin-grin-wink:before{content:"\f13a"}.faprothin-grin:before{content:"\f13b"}.faprothin-grip-dots-vertical:before{content:"\f13c"}.faprothin-grip-dots:before{content:"\f13d"}.faprothin-grip-horizontal:before{content:"\f13e"}.faprothin-grip-lines-vertical:before{content:"\f13f"}.faprothin-grip-lines:before{content:"\f140"}.faprothin-grip-vertical:before{content:"\f141"}.faprothin-grip:before{content:"\f142"}.faprothin-group-arrows-rotate:before{content:"\f143"}.faprothin-guarani-sign:before{content:"\f144"}.faprothin-guitar-electric:before{content:"\f145"}.faprothin-guitar:before{content:"\f146"}.faprothin-guitars:before{content:"\f147"}.faprothin-gun-slash:before{content:"\f148"}.faprothin-gun-squirt:before{content:"\f149"}.faprothin-gun:before{content:"\f14a"}.faprothin-h-square:before{content:"\f14b"}.faprothin-h:before{content:"\f14c"}.faprothin-h1:before{content:"\f14d"}.faprothin-h2:before{content:"\f14e"}.faprothin-h3:before{content:"\f14f"}.faprothin-h4:before{content:"\f150"}.faprothin-h5:before{content:"\f151"}.faprothin-h6:before{content:"\f152"}.faprothin-hamburger:before{content:"\f153"}.faprothin-hammer-brush:before{content:"\f154"}.faprothin-hammer-crash:before{content:"\f155"}.faprothin-hammer-war:before{content:"\f156"}.faprothin-hammer:before{content:"\f157"}.faprothin-hamsa:before{content:"\f158"}.faprothin-hand-back-fist:before{content:"\f159"}.faprothin-hand-back-point-down:before{content:"\f15a"}.faprothin-hand-back-point-left:before{content:"\f15b"}.faprothin-hand-back-point-ribbon:before{content:"\f15c"}.faprothin-hand-back-point-right:before{content:"\f15d"}.faprothin-hand-back-point-up:before{content:"\f15e"}.faprothin-hand-dots:before{content:"\f15f"}.faprothin-hand-fingers-crossed:before{content:"\f160"}.faprothin-hand-fist:before{content:"\f161"}.faprothin-hand-heart:before{content:"\f162"}.faprothin-hand-holding-box:before{content:"\f163"}.faprothin-hand-holding-circle-dollar:before{content:"\f164"}.faprothin-hand-holding-dollar:before{content:"\f165"}.faprothin-hand-holding-droplet:before{content:"\f166"}.faprothin-hand-holding-hand:before{content:"\f167"}.faprothin-hand-holding-heart:before{content:"\f168"}.faprothin-hand-holding-magic:before{content:"\f169"}.faprothin-hand-holding-medical:before{content:"\f16a"}.faprothin-hand-holding-seedling:before{content:"\f16b"}.faprothin-hand-holding-skull:before{content:"\f16c"}.faprothin-hand-holding-star:before{content:"\f16d"}.faprothin-hand-holding-usd:before{content:"\f16e"}.faprothin-hand-holding-water:before{content:"\f16f"}.faprothin-hand-holding:before{content:"\f170"}.faprothin-hand-horns:before{content:"\f171"}.faprothin-hand-lizard:before{content:"\f172"}.faprothin-hand-love:before{content:"\f173"}.faprothin-hand-middle-finger:before{content:"\f174"}.faprothin-hand-paper:before{content:"\f175"}.faprothin-hand-peace:before{content:"\f176"}.faprothin-hand-point-down:before{content:"\f177"}.faprothin-hand-point-left:before{content:"\f178"}.faprothin-hand-point-ribbon:before{content:"\f179"}.faprothin-hand-point-right:before{content:"\f17a"}.faprothin-hand-point-up:before{content:"\f17b"}.faprothin-hand-pointer:before{content:"\f17c"}.faprothin-hand-receiving:before{content:"\f17d"}.faprothin-hand-rock:before{content:"\f17e"}.faprothin-hand-scissors:before{content:"\f17f"}.faprothin-hand-shaka:before{content:"\f180"}.faprothin-hand-sparkles:before{content:"\f181"}.faprothin-hand-spock:before{content:"\f182"}.faprothin-hand-wave:before{content:"\f183"}.faprothin-hand:before{content:"\f184"}.faprothin-handcuffs:before{content:"\f185"}.faprothin-hands-american-sign-language-interpreting:before{content:"\f186"}.faprothin-hands-asl-interpreting:before{content:"\f187"}.faprothin-hands-bound:before{content:"\f188"}.faprothin-hands-bubbles:before{content:"\f189"}.faprothin-hands-clapping:before{content:"\f18a"}.faprothin-hands-heart:before{content:"\f18b"}.faprothin-hands-helping:before{content:"\f18c"}.faprothin-hands-holding-child:before{content:"\f18d"}.faprothin-hands-holding-circle:before{content:"\f18e"}.faprothin-hands-holding-diamond:before{content:"\f18f"}.faprothin-hands-holding-dollar:before{content:"\f190"}.faprothin-hands-holding-heart:before{content:"\f191"}.faprothin-hands-holding:before{content:"\f192"}.faprothin-hands-praying:before{content:"\f193"}.faprothin-hands-usd:before{content:"\f194"}.faprothin-hands-wash:before{content:"\f195"}.faprothin-hands:before{content:"\f196"}.faprothin-handshake-alt-slash:before{content:"\f197"}.faprothin-handshake-alt:before{content:"\f198"}.faprothin-handshake-angle:before{content:"\f199"}.faprothin-handshake-simple-slash:before{content:"\f19a"}.faprothin-handshake-simple:before{content:"\f19b"}.faprothin-handshake-slash:before{content:"\f19c"}.faprothin-handshake:before{content:"\f19d"}.faprothin-hanukiah:before{content:"\f19e"}.faprothin-hard-drive:before{content:"\f19f"}.faprothin-hard-hat:before{content:"\f1a0"}.faprothin-hard-of-hearing:before{content:"\f1a1"}.faprothin-hashtag-lock:before{content:"\f1a2"}.faprothin-hashtag:before{content:"\f1a3"}.faprothin-hat-beach:before{content:"\f1a4"}.faprothin-hat-chef:before{content:"\f1a5"}.faprothin-hat-cowboy-side:before{content:"\f1a6"}.faprothin-hat-cowboy:before{content:"\f1a7"}.faprothin-hat-hard:before{content:"\f1a8"}.faprothin-hat-santa:before{content:"\f1a9"}.faprothin-hat-winter:before{content:"\f1aa"}.faprothin-hat-witch:before{content:"\f1ab"}.faprothin-hat-wizard:before{content:"\f1ac"}.faprothin-haykal:before{content:"\f1ad"}.faprothin-hdd:before{content:"\f1ae"}.faprothin-head-side-brain:before{content:"\f1af"}.faprothin-head-side-circuit:before{content:"\f1b0"}.faprothin-head-side-cough-slash:before{content:"\f1b1"}.faprothin-head-side-cough:before{content:"\f1b2"}.faprothin-head-side-gear:before{content:"\f1b3"}.faprothin-head-side-goggles:before{content:"\f1b4"}.faprothin-head-side-headphones:before{content:"\f1b5"}.faprothin-head-side-heart:before{content:"\f1b6"}.faprothin-head-side-mask:before{content:"\f1b7"}.faprothin-head-side-medical:before{content:"\f1b8"}.faprothin-head-side-speak:before{content:"\f1b9"}.faprothin-head-side-virus:before{content:"\f1ba"}.faprothin-head-side:before{content:"\f1bb"}.faprothin-head-vr:before{content:"\f1bc"}.faprothin-header:before{content:"\f1bd"}.faprothin-heading:before{content:"\f1be"}.faprothin-headphones-alt:before{content:"\f1bf"}.faprothin-headphones-simple:before{content:"\f1c0"}.faprothin-headphones-slash:before{content:"\f1c1"}.faprothin-headphones:before{content:"\f1c2"}.faprothin-headset:before{content:"\f1c3"}.faprothin-heart-broken:before{content:"\f1c4"}.faprothin-heart-circle-bolt:before{content:"\f1c5"}.faprothin-heart-circle-check:before{content:"\f1c6"}.faprothin-heart-circle-exclamation:before{content:"\f1c7"}.faprothin-heart-circle-minus:before{content:"\f1c8"}.faprothin-heart-circle-plus:before{content:"\f1c9"}.faprothin-heart-circle-xmark:before{content:"\f1ca"}.faprothin-heart-circle:before{content:"\f1cb"}.faprothin-heart-crack:before{content:"\f1cc"}.faprothin-heart-half-alt:before{content:"\f1cd"}.faprothin-heart-half-stroke:before{content:"\f1ce"}.faprothin-heart-half:before{content:"\f1cf"}.faprothin-heart-music-camera-bolt:before{content:"\f1d0"}.faprothin-heart-pulse:before{content:"\f1d1"}.faprothin-heart-rate:before{content:"\f1d2"}.faprothin-heart-slash:before{content:"\f1d3"}.faprothin-heart-square:before{content:"\f1d4"}.faprothin-heart:before{content:"\f1d5"}.faprothin-heartbeat:before{content:"\f1d6"}.faprothin-hearts:before{content:"\f1d7"}.faprothin-heat:before{content:"\f1d8"}.faprothin-helicopter-symbol:before{content:"\f1d9"}.faprothin-helicopter:before{content:"\f1da"}.faprothin-helmet-battle:before{content:"\f1db"}.faprothin-helmet-safety:before{content:"\f1dc"}.faprothin-helmet-un:before{content:"\f1dd"}.faprothin-heptagon:before{content:"\f1de"}.faprothin-hexagon-check:before{content:"\f1df"}.faprothin-hexagon-divide:before{content:"\f1e0"}.faprothin-hexagon-equals:before{content:"\f1e1"}.faprothin-hexagon-exclamation:before{content:"\f1e2"}.faprothin-hexagon-image:before{content:"\f1e3"}.faprothin-hexagon-minus:before{content:"\f1e4"}.faprothin-hexagon-nodes-bolt:before{content:"\f1e5"}.faprothin-hexagon-nodes:before{content:"\f1e6"}.faprothin-hexagon-plus:before{content:"\f1e7"}.faprothin-hexagon-vertical-nft-slanted:before{content:"\f1e8"}.faprothin-hexagon-vertical-nft:before{content:"\f1e9"}.faprothin-hexagon-xmark:before{content:"\f1ea"}.faprothin-hexagon:before{content:"\f1eb"}.faprothin-high-definition:before{content:"\f1ec"}.faprothin-highlighter-line:before{content:"\f1ed"}.faprothin-highlighter:before{content:"\f1ee"}.faprothin-hiking:before{content:"\f1ef"}.faprothin-hill-avalanche:before{content:"\f1f0"}.faprothin-hill-rockslide:before{content:"\f1f1"}.faprothin-hippo:before{content:"\f1f2"}.faprothin-history:before{content:"\f1f3"}.faprothin-hockey-mask:before{content:"\f1f4"}.faprothin-hockey-puck:before{content:"\f1f5"}.faprothin-hockey-stick-puck:before{content:"\f1f6"}.faprothin-hockey-stick:before{content:"\f1f7"}.faprothin-hockey-sticks:before{content:"\f1f8"}.faprothin-holly-berry:before{content:"\f1f9"}.faprothin-home-alt:before{content:"\f1fa"}.faprothin-home-blank:before{content:"\f1fb"}.faprothin-home-heart:before{content:"\f1fc"}.faprothin-home-lg-alt:before{content:"\f1fd"}.faprothin-home-lg:before{content:"\f1fe"}.faprothin-home-user:before{content:"\f1ff"}.faprothin-home:before{content:"\f200"}.faprothin-honey-pot:before{content:"\f201"}.faprothin-hood-cloak:before{content:"\f202"}.faprothin-horizontal-rule:before{content:"\f203"}.faprothin-horse-head:before{content:"\f204"}.faprothin-horse-saddle:before{content:"\f205"}.faprothin-horse:before{content:"\f206"}.faprothin-horseshoe:before{content:"\f207"}.faprothin-hose-reel:before{content:"\f208"}.faprothin-hose:before{content:"\f209"}.faprothin-hospital-alt:before{content:"\f20a"}.faprothin-hospital-symbol:before{content:"\f20b"}.faprothin-hospital-user:before{content:"\f20c"}.faprothin-hospital-wide:before{content:"\f20d"}.faprothin-hospital:before{content:"\f20e"}.faprothin-hospitals:before{content:"\f20f"}.faprothin-hot-tub-person:before{content:"\f210"}.faprothin-hot-tub:before{content:"\f211"}.faprothin-hotdog:before{content:"\f212"}.faprothin-hotel:before{content:"\f213"}.faprothin-hourglass-1:before{content:"\f214"}.faprothin-hourglass-2:before{content:"\f215"}.faprothin-hourglass-3:before{content:"\f216"}.faprothin-hourglass-clock:before{content:"\f217"}.faprothin-hourglass-empty:before{content:"\f218"}.faprothin-hourglass-end:before{content:"\f219"}.faprothin-hourglass-half:before{content:"\f21a"}.faprothin-hourglass-start:before{content:"\f21b"}.faprothin-hourglass:before{content:"\f21c"}.faprothin-house-blank:before{content:"\f21d"}.faprothin-house-building:before{content:"\f21e"}.faprothin-house-chimney-blank:before{content:"\f21f"}.faprothin-house-chimney-crack:before{content:"\f220"}.faprothin-house-chimney-heart:before{content:"\f221"}.faprothin-house-chimney-medical:before{content:"\f222"}.faprothin-house-chimney-user:before{content:"\f223"}.faprothin-house-chimney-window:before{content:"\f224"}.faprothin-house-chimney:before{content:"\f225"}.faprothin-house-circle-check:before{content:"\f226"}.faprothin-house-circle-exclamation:before{content:"\f227"}.faprothin-house-circle-xmark:before{content:"\f228"}.faprothin-house-crack:before{content:"\f229"}.faprothin-house-damage:before{content:"\f22a"}.faprothin-house-day:before{content:"\f22b"}.faprothin-house-fire:before{content:"\f22c"}.faprothin-house-flag:before{content:"\f22d"}.faprothin-house-flood-water-circle-arrow-right:before{content:"\f22e"}.faprothin-house-flood-water:before{content:"\f22f"}.faprothin-house-flood:before{content:"\f230"}.faprothin-house-heart:before{content:"\f231"}.faprothin-house-laptop:before{content:"\f232"}.faprothin-house-leave:before{content:"\f233"}.faprothin-house-lock:before{content:"\f234"}.faprothin-house-medical-circle-check:before{content:"\f235"}.faprothin-house-medical-circle-exclamation:before{content:"\f236"}.faprothin-house-medical-circle-xmark:before{content:"\f237"}.faprothin-house-medical-flag:before{content:"\f238"}.faprothin-house-medical:before{content:"\f239"}.faprothin-house-night:before{content:"\f23a"}.faprothin-house-person-arrive:before{content:"\f23b"}.faprothin-house-person-depart:before{content:"\f23c"}.faprothin-house-person-leave:before{content:"\f23d"}.faprothin-house-person-return:before{content:"\f23e"}.faprothin-house-return:before{content:"\f23f"}.faprothin-house-signal:before{content:"\f240"}.faprothin-house-tree:before{content:"\f241"}.faprothin-house-tsunami:before{content:"\f242"}.faprothin-house-turret:before{content:"\f243"}.faprothin-house-unlock:before{content:"\f244"}.faprothin-house-user:before{content:"\f245"}.faprothin-house-water:before{content:"\f246"}.faprothin-house-window:before{content:"\f247"}.faprothin-house:before{content:"\f248"}.faprothin-hryvnia-sign:before{content:"\f249"}.faprothin-hryvnia:before{content:"\f24a"}.faprothin-humidity:before{content:"\f24b"}.faprothin-hundred-points:before{content:"\f24c"}.faprothin-hurricane:before{content:"\f24d"}.faprothin-hydra:before{content:"\f24e"}.faprothin-hyphen:before{content:"\f24f"}.faprothin-i-cursor:before{content:"\f250"}.faprothin-i:before{content:"\f251"}.faprothin-ice-cream:before{content:"\f252"}.faprothin-ice-skate:before{content:"\f253"}.faprothin-icicles:before{content:"\f254"}.faprothin-icons-alt:before{content:"\f255"}.faprothin-icons:before{content:"\f256"}.faprothin-id-badge:before{content:"\f257"}.faprothin-id-card-alt:before{content:"\f258"}.faprothin-id-card-clip:before{content:"\f259"}.faprothin-id-card:before{content:"\f25a"}.faprothin-igloo:before{content:"\f25b"}.faprothin-ils:before{content:"\f25c"}.faprothin-image-broken:before{content:"\f25d"}.faprothin-image-circle-arrow-down:before{content:"\f25e"}.faprothin-image-circle-check:before{content:"\f25f"}.faprothin-image-circle-plus:before{content:"\f260"}.faprothin-image-circle-xmark:before{content:"\f261"}.faprothin-image-landscape:before{content:"\f262"}.faprothin-image-music:before{content:"\f263"}.faprothin-image-polaroid-user:before{content:"\f264"}.faprothin-image-polaroid:before{content:"\f265"}.faprothin-image-portrait:before{content:"\f266"}.faprothin-image-slash:before{content:"\f267"}.faprothin-image-stack:before{content:"\f268"}.faprothin-image-user:before{content:"\f269"}.faprothin-image:before{content:"\f26a"}.faprothin-images-user:before{content:"\f26b"}.faprothin-images:before{content:"\f26c"}.faprothin-inbox-arrow-down:before{content:"\f26d"}.faprothin-inbox-arrow-up:before{content:"\f26e"}.faprothin-inbox-full:before{content:"\f26f"}.faprothin-inbox-in:before{content:"\f270"}.faprothin-inbox-out:before{content:"\f271"}.faprothin-inbox:before{content:"\f272"}.faprothin-inboxes:before{content:"\f273"}.faprothin-indent:before{content:"\f274"}.faprothin-indian-rupee-sign:before{content:"\f275"}.faprothin-indian-rupee:before{content:"\f276"}.faprothin-industry-alt:before{content:"\f277"}.faprothin-industry-windows:before{content:"\f278"}.faprothin-industry:before{content:"\f279"}.faprothin-infinity:before{content:"\f27a"}.faprothin-info-circle:before{content:"\f27b"}.faprothin-info-square:before{content:"\f27c"}.faprothin-info:before{content:"\f27d"}.faprothin-inhaler:before{content:"\f27e"}.faprothin-input-numeric:before{content:"\f27f"}.faprothin-input-password:before{content:"\f280"}.faprothin-input-pipe:before{content:"\f281"}.faprothin-input-text:before{content:"\f282"}.faprothin-inr:before{content:"\f283"}.faprothin-institution:before{content:"\f284"}.faprothin-integral:before{content:"\f285"}.faprothin-interrobang:before{content:"\f286"}.faprothin-intersection:before{content:"\f287"}.faprothin-inventory:before{content:"\f288"}.faprothin-island-tree-palm:before{content:"\f289"}.faprothin-island-tropical:before{content:"\f28a"}.faprothin-italic:before{content:"\f28b"}.faprothin-j:before{content:"\f28c"}.faprothin-jack-o-lantern:before{content:"\f28d"}.faprothin-jar-wheat:before{content:"\f28e"}.faprothin-jar:before{content:"\f28f"}.faprothin-jeans-straight:before{content:"\f290"}.faprothin-jeans:before{content:"\f291"}.faprothin-jedi:before{content:"\f292"}.faprothin-jet-fighter-up:before{content:"\f293"}.faprothin-jet-fighter:before{content:"\f294"}.faprothin-joint:before{content:"\f295"}.faprothin-journal-whills:before{content:"\f296"}.faprothin-joystick:before{content:"\f297"}.faprothin-jpy:before{content:"\f298"}.faprothin-jug-bottle:before{content:"\f299"}.faprothin-jug-detergent:before{content:"\f29a"}.faprothin-jug:before{content:"\f29b"}.faprothin-k:before{content:"\f29c"}.faprothin-kaaba:before{content:"\f29d"}.faprothin-kayak:before{content:"\f29e"}.faprothin-kazoo:before{content:"\f29f"}.faprothin-kerning:before{content:"\f2a0"}.faprothin-kettlebell:before{content:"\f2a1"}.faprothin-key-skeleton-left-right:before{content:"\f2a2"}.faprothin-key-skeleton:before{content:"\f2a3"}.faprothin-key:before{content:"\f2a4"}.faprothin-keyboard-brightness-low:before{content:"\f2a5"}.faprothin-keyboard-brightness:before{content:"\f2a6"}.faprothin-keyboard-down:before{content:"\f2a7"}.faprothin-keyboard-left:before{content:"\f2a8"}.faprothin-keyboard:before{content:"\f2a9"}.faprothin-keynote:before{content:"\f2aa"}.faprothin-khanda:before{content:"\f2ab"}.faprothin-kidneys:before{content:"\f2ac"}.faprothin-kip-sign:before{content:"\f2ad"}.faprothin-kiss-beam:before{content:"\f2ae"}.faprothin-kiss-wink-heart:before{content:"\f2af"}.faprothin-kiss:before{content:"\f2b0"}.faprothin-kit-medical:before{content:"\f2b1"}.faprothin-kitchen-set:before{content:"\f2b2"}.faprothin-kite:before{content:"\f2b3"}.faprothin-kiwi-bird:before{content:"\f2b4"}.faprothin-kiwi-fruit:before{content:"\f2b5"}.faprothin-knife-kitchen:before{content:"\f2b6"}.faprothin-knife:before{content:"\f2b7"}.faprothin-krw:before{content:"\f2b8"}.faprothin-l:before{content:"\f2b9"}.faprothin-label:before{content:"\f2ba"}.faprothin-lacrosse-stick-ball:before{content:"\f2bb"}.faprothin-lacrosse-stick:before{content:"\f2bc"}.faprothin-ladder-water:before{content:"\f2bd"}.faprothin-lambda:before{content:"\f2be"}.faprothin-lamp-desk:before{content:"\f2bf"}.faprothin-lamp-floor:before{content:"\f2c0"}.faprothin-lamp-street:before{content:"\f2c1"}.faprothin-lamp:before{content:"\f2c2"}.faprothin-land-mine-on:before{content:"\f2c3"}.faprothin-landmark-alt:before{content:"\f2c4"}.faprothin-landmark-dome:before{content:"\f2c5"}.faprothin-landmark-flag:before{content:"\f2c6"}.faprothin-landmark-magnifying-glass:before{content:"\f2c7"}.faprothin-landmark:before{content:"\f2c8"}.faprothin-landscape:before{content:"\f2c9"}.faprothin-language:before{content:"\f2ca"}.faprothin-laptop-arrow-down:before{content:"\f2cb"}.faprothin-laptop-binary:before{content:"\f2cc"}.faprothin-laptop-code:before{content:"\f2cd"}.faprothin-laptop-file:before{content:"\f2ce"}.faprothin-laptop-house:before{content:"\f2cf"}.faprothin-laptop-medical:before{content:"\f2d0"}.faprothin-laptop-mobile:before{content:"\f2d1"}.faprothin-laptop-slash:before{content:"\f2d2"}.faprothin-laptop:before{content:"\f2d3"}.faprothin-lari-sign:before{content:"\f2d4"}.faprothin-lasso-sparkles:before{content:"\f2d5"}.faprothin-lasso:before{content:"\f2d6"}.faprothin-laugh-beam:before{content:"\f2d7"}.faprothin-laugh-squint:before{content:"\f2d8"}.faprothin-laugh-wink:before{content:"\f2d9"}.faprothin-laugh:before{content:"\f2da"}.faprothin-layer-group-minus:before{content:"\f2db"}.faprothin-layer-group-plus:before{content:"\f2dc"}.faprothin-layer-group:before{content:"\f2dd"}.faprothin-layer-minus:before{content:"\f2de"}.faprothin-layer-plus:before{content:"\f2df"}.faprothin-layer:before{content:"\f2e0"}.faprothin-leaf-heart:before{content:"\f2e1"}.faprothin-leaf-maple:before{content:"\f2e2"}.faprothin-leaf-oak:before{content:"\f2e3"}.faprothin-leaf:before{content:"\f2e4"}.faprothin-leafy-green:before{content:"\f2e5"}.faprothin-left-from-bracket:before{content:"\f2e6"}.faprothin-left-from-dotted-line:before{content:"\f2e7"}.faprothin-left-from-line:before{content:"\f2e8"}.faprothin-left-long-to-line:before{content:"\f2e9"}.faprothin-left-long:before{content:"\f2ea"}.faprothin-left-right:before{content:"\f2eb"}.faprothin-left-to-bracket:before{content:"\f2ec"}.faprothin-left-to-dotted-line:before{content:"\f2ed"}.faprothin-left-to-line:before{content:"\f2ee"}.faprothin-left:before{content:"\f2ef"}.faprothin-legal:before{content:"\f2f0"}.faprothin-lemon:before{content:"\f2f1"}.faprothin-leo:before{content:"\f2f2"}.faprothin-less-than-equal:before{content:"\f2f3"}.faprothin-less-than:before{content:"\f2f4"}.faprothin-level-down-alt:before{content:"\f2f5"}.faprothin-level-down:before{content:"\f2f6"}.faprothin-level-up-alt:before{content:"\f2f7"}.faprothin-level-up:before{content:"\f2f8"}.faprothin-libra:before{content:"\f2f9"}.faprothin-life-ring:before{content:"\f2fa"}.faprothin-light-ceiling:before{content:"\f2fb"}.faprothin-light-emergency-on:before{content:"\f2fc"}.faprothin-light-emergency:before{content:"\f2fd"}.faprothin-light-switch-off:before{content:"\f2fe"}.faprothin-light-switch-on:before{content:"\f2ff"}.faprothin-light-switch:before{content:"\f300"}.faprothin-lightbulb-cfl-on:before{content:"\f301"}.faprothin-lightbulb-cfl:before{content:"\f302"}.faprothin-lightbulb-dollar:before{content:"\f303"}.faprothin-lightbulb-exclamation-on:before{content:"\f304"}.faprothin-lightbulb-exclamation:before{content:"\f305"}.faprothin-lightbulb-gear:before{content:"\f306"}.faprothin-lightbulb-message:before{content:"\f307"}.faprothin-lightbulb-on:before{content:"\f308"}.faprothin-lightbulb-slash:before{content:"\f309"}.faprothin-lightbulb:before{content:"\f30a"}.faprothin-lighthouse:before{content:"\f30b"}.faprothin-lights-holiday:before{content:"\f30c"}.faprothin-line-chart:before{content:"\f30d"}.faprothin-line-columns:before{content:"\f30e"}.faprothin-line-height:before{content:"\f30f"}.faprothin-lines-leaning:before{content:"\f310"}.faprothin-link-broken:before{content:"\f311"}.faprothin-link-horizontal-slash:before{content:"\f312"}.faprothin-link-horizontal:before{content:"\f313"}.faprothin-link-simple-slash:before{content:"\f314"}.faprothin-link-simple:before{content:"\f315"}.faprothin-link-slash:before{content:"\f316"}.faprothin-link:before{content:"\f317"}.faprothin-lips:before{content:"\f318"}.faprothin-lira-sign:before{content:"\f319"}.faprothin-list-1-2:before{content:"\f31a"}.faprothin-list-alt:before{content:"\f31b"}.faprothin-list-check:before{content:"\f31c"}.faprothin-list-dots:before{content:"\f31d"}.faprothin-list-dropdown:before{content:"\f31e"}.faprothin-list-music:before{content:"\f31f"}.faprothin-list-numeric:before{content:"\f320"}.faprothin-list-ol:before{content:"\f321"}.faprothin-list-radio:before{content:"\f322"}.faprothin-list-squares:before{content:"\f323"}.faprothin-list-timeline:before{content:"\f324"}.faprothin-list-tree:before{content:"\f325"}.faprothin-list-ul:before{content:"\f326"}.faprothin-list:before{content:"\f327"}.faprothin-litecoin-sign:before{content:"\f328"}.faprothin-loader:before{content:"\f329"}.faprothin-lobster:before{content:"\f32a"}.faprothin-location-arrow-slash:before{content:"\f32b"}.faprothin-location-arrow-up:before{content:"\f32c"}.faprothin-location-arrow:before{content:"\f32d"}.faprothin-location-check:before{content:"\f32e"}.faprothin-location-circle:before{content:"\f32f"}.faprothin-location-crosshairs-slash:before{content:"\f330"}.faprothin-location-crosshairs:before{content:"\f331"}.faprothin-location-dot-slash:before{content:"\f332"}.faprothin-location-dot:before{content:"\f333"}.faprothin-location-exclamation:before{content:"\f334"}.faprothin-location-minus:before{content:"\f335"}.faprothin-location-pen:before{content:"\f336"}.faprothin-location-pin-lock:before{content:"\f337"}.faprothin-location-pin-slash:before{content:"\f338"}.faprothin-location-pin:before{content:"\f339"}.faprothin-location-plus:before{content:"\f33a"}.faprothin-location-question:before{content:"\f33b"}.faprothin-location-slash:before{content:"\f33c"}.faprothin-location-smile:before{content:"\f33d"}.faprothin-location-xmark:before{content:"\f33e"}.faprothin-location:before{content:"\f33f"}.faprothin-lock-a:before{content:"\f340"}.faprothin-lock-alt:before{content:"\f341"}.faprothin-lock-hashtag:before{content:"\f342"}.faprothin-lock-keyhole-open:before{content:"\f343"}.faprothin-lock-keyhole:before{content:"\f344"}.faprothin-lock-open-alt:before{content:"\f345"}.faprothin-lock-open:before{content:"\f346"}.faprothin-lock:before{content:"\f347"}.faprothin-locust:before{content:"\f348"}.faprothin-lollipop:before{content:"\f349"}.faprothin-lollypop:before{content:"\f34a"}.faprothin-long-arrow-alt-down:before{content:"\f34b"}.faprothin-long-arrow-alt-left:before{content:"\f34c"}.faprothin-long-arrow-alt-right:before{content:"\f34d"}.faprothin-long-arrow-alt-up:before{content:"\f34e"}.faprothin-long-arrow-down:before{content:"\f34f"}.faprothin-long-arrow-left:before{content:"\f350"}.faprothin-long-arrow-right:before{content:"\f351"}.faprothin-long-arrow-up:before{content:"\f352"}.faprothin-loveseat:before{content:"\f353"}.faprothin-low-vision:before{content:"\f354"}.faprothin-luchador-mask:before{content:"\f355"}.faprothin-luchador:before{content:"\f356"}.faprothin-luggage-cart:before{content:"\f357"}.faprothin-lungs-virus:before{content:"\f358"}.faprothin-lungs:before{content:"\f359"}.faprothin-lychee:before{content:"\f35a"}.faprothin-m:before{content:"\f35b"}.faprothin-mace:before{content:"\f35c"}.faprothin-magic-wand-sparkles:before{content:"\f35d"}.faprothin-magic:before{content:"\f35e"}.faprothin-magnet:before{content:"\f35f"}.faprothin-magnifying-glass-arrow-right:before{content:"\f360"}.faprothin-magnifying-glass-arrows-rotate:before{content:"\f361"}.faprothin-magnifying-glass-chart:before{content:"\f362"}.faprothin-magnifying-glass-dollar:before{content:"\f363"}.faprothin-magnifying-glass-location:before{content:"\f364"}.faprothin-magnifying-glass-minus:before{content:"\f365"}.faprothin-magnifying-glass-music:before{content:"\f366"}.faprothin-magnifying-glass-play:before{content:"\f367"}.faprothin-magnifying-glass-plus:before{content:"\f368"}.faprothin-magnifying-glass-waveform:before{content:"\f369"}.faprothin-magnifying-glass:before{content:"\f36a"}.faprothin-mail-bulk:before{content:"\f36b"}.faprothin-mail-forward:before{content:"\f36c"}.faprothin-mail-reply-all:before{content:"\f36d"}.faprothin-mail-reply:before{content:"\f36e"}.faprothin-mailbox-flag-up:before{content:"\f36f"}.faprothin-mailbox-open-empty:before{content:"\f370"}.faprothin-mailbox-open-letter:before{content:"\f371"}.faprothin-mailbox:before{content:"\f372"}.faprothin-maki-roll:before{content:"\f373"}.faprothin-makizushi:before{content:"\f374"}.faprothin-malaysian-ringgit-sign:before{content:"\f375"}.faprothin-male:before{content:"\f376"}.faprothin-manat-sign:before{content:"\f377"}.faprothin-mandolin:before{content:"\f378"}.faprothin-mango:before{content:"\f379"}.faprothin-manhole:before{content:"\f37a"}.faprothin-map-location-dot:before{content:"\f37b"}.faprothin-map-location:before{content:"\f37c"}.faprothin-map-marked-alt:before{content:"\f37d"}.faprothin-map-marked:before{content:"\f37e"}.faprothin-map-marker-alt-slash:before{content:"\f37f"}.faprothin-map-marker-alt:before{content:"\f380"}.faprothin-map-marker-check:before{content:"\f381"}.faprothin-map-marker-edit:before{content:"\f382"}.faprothin-map-marker-exclamation:before{content:"\f383"}.faprothin-map-marker-minus:before{content:"\f384"}.faprothin-map-marker-plus:before{content:"\f385"}.faprothin-map-marker-question:before{content:"\f386"}.faprothin-map-marker-slash:before{content:"\f387"}.faprothin-map-marker-smile:before{content:"\f388"}.faprothin-map-marker-times:before{content:"\f389"}.faprothin-map-marker-xmark:before{content:"\f38a"}.faprothin-map-marker:before{content:"\f38b"}.faprothin-map-pin:before{content:"\f38c"}.faprothin-map-signs:before{content:"\f38d"}.faprothin-map:before{content:"\f38e"}.faprothin-marker:before{content:"\f38f"}.faprothin-mars-and-venus-burst:before{content:"\f390"}.faprothin-mars-and-venus:before{content:"\f391"}.faprothin-mars-double:before{content:"\f392"}.faprothin-mars-stroke-h:before{content:"\f393"}.faprothin-mars-stroke-right:before{content:"\f394"}.faprothin-mars-stroke-up:before{content:"\f395"}.faprothin-mars-stroke-v:before{content:"\f396"}.faprothin-mars-stroke:before{content:"\f397"}.faprothin-mars:before{content:"\f398"}.faprothin-martini-glass-citrus:before{content:"\f399"}.faprothin-martini-glass-empty:before{content:"\f39a"}.faprothin-martini-glass:before{content:"\f39b"}.faprothin-mask-face:before{content:"\f39c"}.faprothin-mask-luchador:before{content:"\f39d"}.faprothin-mask-snorkel:before{content:"\f39e"}.faprothin-mask-ventilator:before{content:"\f39f"}.faprothin-mask:before{content:"\f3a0"}.faprothin-masks-theater:before{content:"\f3a1"}.faprothin-mattress-pillow:before{content:"\f3a2"}.faprothin-maximize:before{content:"\f3a3"}.faprothin-meat:before{content:"\f3a4"}.faprothin-medal:before{content:"\f3a5"}.faprothin-medkit:before{content:"\f3a6"}.faprothin-megaphone:before{content:"\f3a7"}.faprothin-meh-blank:before{content:"\f3a8"}.faprothin-meh-rolling-eyes:before{content:"\f3a9"}.faprothin-meh:before{content:"\f3aa"}.faprothin-melon-slice:before{content:"\f3ab"}.faprothin-melon:before{content:"\f3ac"}.faprothin-memo-circle-check:before{content:"\f3ad"}.faprothin-memo-circle-info:before{content:"\f3ae"}.faprothin-memo-pad:before{content:"\f3af"}.faprothin-memo:before{content:"\f3b0"}.faprothin-memory:before{content:"\f3b1"}.faprothin-menorah:before{content:"\f3b2"}.faprothin-mercury:before{content:"\f3b3"}.faprothin-merge:before{content:"\f3b4"}.faprothin-message-arrow-down:before{content:"\f3b5"}.faprothin-message-arrow-up-right:before{content:"\f3b6"}.faprothin-message-arrow-up:before{content:"\f3b7"}.faprothin-message-bot:before{content:"\f3b8"}.faprothin-message-captions:before{content:"\f3b9"}.faprothin-message-check:before{content:"\f3ba"}.faprothin-message-code:before{content:"\f3bb"}.faprothin-message-dollar:before{content:"\f3bc"}.faprothin-message-dot:before{content:"\f3bd"}.faprothin-message-dots:before{content:"\f3be"}.faprothin-message-edit:before{content:"\f3bf"}.faprothin-message-exclamation:before{content:"\f3c0"}.faprothin-message-heart:before{content:"\f3c1"}.faprothin-message-image:before{content:"\f3c2"}.faprothin-message-lines:before{content:"\f3c3"}.faprothin-message-medical:before{content:"\f3c4"}.faprothin-message-middle-top:before{content:"\f3c5"}.faprothin-message-middle:before{content:"\f3c6"}.faprothin-message-minus:before{content:"\f3c7"}.faprothin-message-music:before{content:"\f3c8"}.faprothin-message-pen:before{content:"\f3c9"}.faprothin-message-plus:before{content:"\f3ca"}.faprothin-message-question:before{content:"\f3cb"}.faprothin-message-quote:before{content:"\f3cc"}.faprothin-message-slash:before{content:"\f3cd"}.faprothin-message-smile:before{content:"\f3ce"}.faprothin-message-sms:before{content:"\f3cf"}.faprothin-message-text:before{content:"\f3d0"}.faprothin-message-times:before{content:"\f3d1"}.faprothin-message-waveform:before{content:"\f3d2"}.faprothin-message-xmark:before{content:"\f3d3"}.faprothin-message:before{content:"\f3d4"}.faprothin-messages-dollar:before{content:"\f3d5"}.faprothin-messages-question:before{content:"\f3d6"}.faprothin-messages:before{content:"\f3d7"}.faprothin-messaging:before{content:"\f3d8"}.faprothin-meteor:before{content:"\f3d9"}.faprothin-meter-bolt:before{content:"\f3da"}.faprothin-meter-droplet:before{content:"\f3db"}.faprothin-meter-fire:before{content:"\f3dc"}.faprothin-meter:before{content:"\f3dd"}.faprothin-microchip-ai:before{content:"\f3de"}.faprothin-microchip:before{content:"\f3df"}.faprothin-microphone-alt-slash:before{content:"\f3e0"}.faprothin-microphone-alt:before{content:"\f3e1"}.faprothin-microphone-circle-alt:before{content:"\f3e2"}.faprothin-microphone-circle-plus:before{content:"\f3e3"}.faprothin-microphone-circle-xmark:before{content:"\f3e4"}.faprothin-microphone-circle:before{content:"\f3e5"}.faprothin-microphone-lines-slash:before{content:"\f3e6"}.faprothin-microphone-lines:before{content:"\f3e7"}.faprothin-microphone-signal-meter:before{content:"\f3e8"}.faprothin-microphone-slash:before{content:"\f3e9"}.faprothin-microphone-stand:before{content:"\f3ea"}.faprothin-microphone:before{content:"\f3eb"}.faprothin-microscope:before{content:"\f3ec"}.faprothin-microwave:before{content:"\f3ed"}.faprothin-midi:before{content:"\f3ee"}.faprothin-mill-sign:before{content:"\f3ef"}.faprothin-mind-share:before{content:"\f3f0"}.faprothin-minimize:before{content:"\f3f1"}.faprothin-minus-circle:before{content:"\f3f2"}.faprothin-minus-hexagon:before{content:"\f3f3"}.faprothin-minus-large:before{content:"\f3f4"}.faprothin-minus-octagon:before{content:"\f3f5"}.faprothin-minus-square:before{content:"\f3f6"}.faprothin-minus:before{content:"\f3f7"}.faprothin-mistletoe:before{content:"\f3f8"}.faprothin-mitten:before{content:"\f3f9"}.faprothin-mobile-alt:before{content:"\f3fa"}.faprothin-mobile-android-alt:before{content:"\f3fb"}.faprothin-mobile-android:before{content:"\f3fc"}.faprothin-mobile-arrow-down:before{content:"\f3fd"}.faprothin-mobile-button:before{content:"\f3fe"}.faprothin-mobile-iphone:before{content:"\f3ff"}.faprothin-mobile-notch:before{content:"\f400"}.faprothin-mobile-phone:before{content:"\f401"}.faprothin-mobile-retro:before{content:"\f402"}.faprothin-mobile-rotate-reverse:before{content:"\f403"}.faprothin-mobile-rotate:before{content:"\f404"}.faprothin-mobile-screen-button:before{content:"\f405"}.faprothin-mobile-screen:before{content:"\f406"}.faprothin-mobile-signal-out:before{content:"\f407"}.faprothin-mobile-signal:before{content:"\f408"}.faprothin-mobile-slash:before{content:"\f409"}.faprothin-mobile-vibrate-slash:before{content:"\f40a"}.faprothin-mobile-vibrate:before{content:"\f40b"}.faprothin-mobile:before{content:"\f40c"}.faprothin-money-bill-1-wave:before{content:"\f40d"}.faprothin-money-bill-1:before{content:"\f40e"}.faprothin-money-bill-alt:before{content:"\f40f"}.faprothin-money-bill-simple-wave:before{content:"\f410"}.faprothin-money-bill-simple:before{content:"\f411"}.faprothin-money-bill-transfer:before{content:"\f412"}.faprothin-money-bill-trend-up:before{content:"\f413"}.faprothin-money-bill-wave-alt:before{content:"\f414"}.faprothin-money-bill-wave:before{content:"\f415"}.faprothin-money-bill-wheat:before{content:"\f416"}.faprothin-money-bill:before{content:"\f417"}.faprothin-money-bills-alt:before{content:"\f418"}.faprothin-money-bills-simple:before{content:"\f419"}.faprothin-money-bills:before{content:"\f41a"}.faprothin-money-check-alt:before{content:"\f41b"}.faprothin-money-check-dollar-pen:before{content:"\f41c"}.faprothin-money-check-dollar:before{content:"\f41d"}.faprothin-money-check-edit-alt:before{content:"\f41e"}.faprothin-money-check-edit:before{content:"\f41f"}.faprothin-money-check-pen:before{content:"\f420"}.faprothin-money-check:before{content:"\f421"}.faprothin-money-from-bracket:before{content:"\f422"}.faprothin-money-simple-from-bracket:before{content:"\f423"}.faprothin-monitor-heart-rate:before{content:"\f424"}.faprothin-monitor-waveform:before{content:"\f425"}.faprothin-monkey:before{content:"\f426"}.faprothin-monument:before{content:"\f427"}.faprothin-moon-cloud:before{content:"\f428"}.faprothin-moon-first-quarter-inverse:before{content:"\f429"}.faprothin-moon-first-quarter:before{content:"\f42a"}.faprothin-moon-full-inverse:before{content:"\f42b"}.faprothin-moon-full:before{content:"\f42c"}.faprothin-moon-last-quarter-inverse:before{content:"\f42d"}.faprothin-moon-last-quarter:before{content:"\f42e"}.faprothin-moon-new-inverse:before{content:"\f42f"}.faprothin-moon-new:before{content:"\f430"}.faprothin-moon-over-sun:before{content:"\f431"}.faprothin-moon-star:before{content:"\f432"}.faprothin-moon-stars:before{content:"\f433"}.faprothin-moon-waning-crescent-inverse:before{content:"\f434"}.faprothin-moon-waning-crescent:before{content:"\f435"}.faprothin-moon-waning-gibbous-inverse:before{content:"\f436"}.faprothin-moon-waning-gibbous:before{content:"\f437"}.faprothin-moon-waxing-crescent-inverse:before{content:"\f438"}.faprothin-moon-waxing-crescent:before{content:"\f439"}.faprothin-moon-waxing-gibbous-inverse:before{content:"\f43a"}.faprothin-moon-waxing-gibbous:before{content:"\f43b"}.faprothin-moon:before{content:"\f43c"}.faprothin-moped:before{content:"\f43d"}.faprothin-mortar-board:before{content:"\f43e"}.faprothin-mortar-pestle:before{content:"\f43f"}.faprothin-mosque:before{content:"\f440"}.faprothin-mosquito-net:before{content:"\f441"}.faprothin-mosquito:before{content:"\f442"}.faprothin-motorcycle:before{content:"\f443"}.faprothin-mound:before{content:"\f444"}.faprothin-mountain-city:before{content:"\f445"}.faprothin-mountain-sun:before{content:"\f446"}.faprothin-mountain:before{content:"\f447"}.faprothin-mountains:before{content:"\f448"}.faprothin-mouse-alt:before{content:"\f449"}.faprothin-mouse-field:before{content:"\f44a"}.faprothin-mouse-pointer:before{content:"\f44b"}.faprothin-mouse:before{content:"\f44c"}.faprothin-mp3-player:before{content:"\f44d"}.faprothin-mug-hot:before{content:"\f44e"}.faprothin-mug-marshmallows:before{content:"\f44f"}.faprothin-mug-saucer:before{content:"\f450"}.faprothin-mug-tea-saucer:before{content:"\f451"}.faprothin-mug-tea:before{content:"\f452"}.faprothin-mug:before{content:"\f453"}.faprothin-multiply:before{content:"\f454"}.faprothin-museum:before{content:"\f455"}.faprothin-mushroom:before{content:"\f456"}.faprothin-music-alt-slash:before{content:"\f457"}.faprothin-music-alt:before{content:"\f458"}.faprothin-music-magnifying-glass:before{content:"\f459"}.faprothin-music-note-slash:before{content:"\f45a"}.faprothin-music-note:before{content:"\f45b"}.faprothin-music-slash:before{content:"\f45c"}.faprothin-music:before{content:"\f45d"}.faprothin-mustache:before{content:"\f45e"}.faprothin-n:before{content:"\f45f"}.faprothin-naira-sign:before{content:"\f460"}.faprothin-narwhal:before{content:"\f461"}.faprothin-nas:before{content:"\f462"}.faprothin-navicon:before{content:"\f463"}.faprothin-nesting-dolls:before{content:"\f464"}.faprothin-network-wired:before{content:"\f465"}.faprothin-neuter:before{content:"\f466"}.faprothin-newspaper:before{content:"\f467"}.faprothin-nfc-lock:before{content:"\f468"}.faprothin-nfc-magnifying-glass:before{content:"\f469"}.faprothin-nfc-pen:before{content:"\f46a"}.faprothin-nfc-signal:before{content:"\f46b"}.faprothin-nfc-slash:before{content:"\f46c"}.faprothin-nfc-symbol:before{content:"\f46d"}.faprothin-nfc-trash:before{content:"\f46e"}.faprothin-nfc:before{content:"\f46f"}.faprothin-nigiri:before{content:"\f470"}.faprothin-non-binary:before{content:"\f471"}.faprothin-norwegian-krone-sign:before{content:"\f472"}.faprothin-nose:before{content:"\f473"}.faprothin-not-equal:before{content:"\f474"}.faprothin-notdef:before{content:"\f475"}.faprothin-note-medical:before{content:"\f476"}.faprothin-note-sticky:before{content:"\f477"}.faprothin-note:before{content:"\f478"}.faprothin-notebook:before{content:"\f479"}.faprothin-notes-medical:before{content:"\f47a"}.faprothin-notes-sticky:before{content:"\f47b"}.faprothin-notes:before{content:"\f47c"}.faprothin-numpad:before{content:"\f47d"}.faprothin-o:before{content:"\f47e"}.faprothin-oar:before{content:"\f47f"}.faprothin-oars:before{content:"\f480"}.faprothin-object-exclude:before{content:"\f481"}.faprothin-object-group:before{content:"\f482"}.faprothin-object-intersect:before{content:"\f483"}.faprothin-object-subtract:before{content:"\f484"}.faprothin-object-ungroup:before{content:"\f485"}.faprothin-object-union:before{content:"\f486"}.faprothin-objects-align-bottom:before{content:"\f487"}.faprothin-objects-align-center-horizontal:before{content:"\f488"}.faprothin-objects-align-center-vertical:before{content:"\f489"}.faprothin-objects-align-left:before{content:"\f48a"}.faprothin-objects-align-right:before{content:"\f48b"}.faprothin-objects-align-top:before{content:"\f48c"}.faprothin-objects-column:before{content:"\f48d"}.faprothin-octagon-check:before{content:"\f48e"}.faprothin-octagon-divide:before{content:"\f48f"}.faprothin-octagon-equals:before{content:"\f490"}.faprothin-octagon-exclamation:before{content:"\f491"}.faprothin-octagon-minus:before{content:"\f492"}.faprothin-octagon-plus:before{content:"\f493"}.faprothin-octagon-xmark:before{content:"\f494"}.faprothin-octagon:before{content:"\f495"}.faprothin-octopus:before{content:"\f496"}.faprothin-oil-can-drip:before{content:"\f497"}.faprothin-oil-can:before{content:"\f498"}.faprothin-oil-temp:before{content:"\f499"}.faprothin-oil-temperature:before{content:"\f49a"}.faprothin-oil-well:before{content:"\f49b"}.faprothin-olive-branch:before{content:"\f49c"}.faprothin-olive:before{content:"\f49d"}.faprothin-om:before{content:"\f49e"}.faprothin-omega:before{content:"\f49f"}.faprothin-onion:before{content:"\f4a0"}.faprothin-open-captioning:before{content:"\f4a1"}.faprothin-opossum:before{content:"\f4a2"}.faprothin-option:before{content:"\f4a3"}.faprothin-ornament:before{content:"\f4a4"}.faprothin-otter:before{content:"\f4a5"}.faprothin-outdent:before{content:"\f4a6"}.faprothin-outlet:before{content:"\f4a7"}.faprothin-oven:before{content:"\f4a8"}.faprothin-overline:before{content:"\f4a9"}.faprothin-owl:before{content:"\f4aa"}.faprothin-p:before{content:"\f4ab"}.faprothin-page-break:before{content:"\f4ac"}.faprothin-page-caret-down:before{content:"\f4ad"}.faprothin-page-caret-up:before{content:"\f4ae"}.faprothin-page:before{content:"\f4af"}.faprothin-pager:before{content:"\f4b0"}.faprothin-paint-brush-alt:before{content:"\f4b1"}.faprothin-paint-brush-fine:before{content:"\f4b2"}.faprothin-paint-brush:before{content:"\f4b3"}.faprothin-paint-roller:before{content:"\f4b4"}.faprothin-paintbrush-alt:before{content:"\f4b5"}.faprothin-paintbrush-fine-slash:before{content:"\f4b6"}.faprothin-paintbrush-fine:before{content:"\f4b7"}.faprothin-paintbrush-pencil:before{content:"\f4b8"}.faprothin-paintbrush-slash:before{content:"\f4b9"}.faprothin-paintbrush:before{content:"\f4ba"}.faprothin-palette-boxes:before{content:"\f4bb"}.faprothin-palette:before{content:"\f4bc"}.faprothin-pallet-alt:before{content:"\f4bd"}.faprothin-pallet-box:before{content:"\f4be"}.faprothin-pallet-boxes:before{content:"\f4bf"}.faprothin-pallet:before{content:"\f4c0"}.faprothin-pan-food:before{content:"\f4c1"}.faprothin-pan-frying:before{content:"\f4c2"}.faprothin-pancakes:before{content:"\f4c3"}.faprothin-panel-ews:before{content:"\f4c4"}.faprothin-panel-fire:before{content:"\f4c5"}.faprothin-panorama:before{content:"\f4c6"}.faprothin-panties:before{content:"\f4c7"}.faprothin-pants-straight:before{content:"\f4c8"}.faprothin-pants:before{content:"\f4c9"}.faprothin-paper-plane-alt:before{content:"\f4ca"}.faprothin-paper-plane-top:before{content:"\f4cb"}.faprothin-paper-plane:before{content:"\f4cc"}.faprothin-paperclip-vertical:before{content:"\f4cd"}.faprothin-paperclip:before{content:"\f4ce"}.faprothin-parachute-box:before{content:"\f4cf"}.faprothin-paragraph-left:before{content:"\f4d0"}.faprothin-paragraph-rtl:before{content:"\f4d1"}.faprothin-paragraph:before{content:"\f4d2"}.faprothin-parentheses:before{content:"\f4d3"}.faprothin-parenthesis:before{content:"\f4d4"}.faprothin-parking-circle-slash:before{content:"\f4d5"}.faprothin-parking-circle:before{content:"\f4d6"}.faprothin-parking-slash:before{content:"\f4d7"}.faprothin-parking:before{content:"\f4d8"}.faprothin-party-back:before{content:"\f4d9"}.faprothin-party-bell:before{content:"\f4da"}.faprothin-party-horn:before{content:"\f4db"}.faprothin-passport:before{content:"\f4dc"}.faprothin-pastafarianism:before{content:"\f4dd"}.faprothin-paste:before{content:"\f4de"}.faprothin-pause-circle:before{content:"\f4df"}.faprothin-pause:before{content:"\f4e0"}.faprothin-paw-alt:before{content:"\f4e1"}.faprothin-paw-claws:before{content:"\f4e2"}.faprothin-paw-simple:before{content:"\f4e3"}.faprothin-paw:before{content:"\f4e4"}.faprothin-peace:before{content:"\f4e5"}.faprothin-peach:before{content:"\f4e6"}.faprothin-peanut:before{content:"\f4e7"}.faprothin-peanuts:before{content:"\f4e8"}.faprothin-peapod:before{content:"\f4e9"}.faprothin-pear:before{content:"\f4ea"}.faprothin-pedestal:before{content:"\f4eb"}.faprothin-pegasus:before{content:"\f4ec"}.faprothin-pen-alt-slash:before{content:"\f4ed"}.faprothin-pen-alt:before{content:"\f4ee"}.faprothin-pen-circle:before{content:"\f4ef"}.faprothin-pen-clip-slash:before{content:"\f4f0"}.faprothin-pen-clip:before{content:"\f4f1"}.faprothin-pen-fancy-slash:before{content:"\f4f2"}.faprothin-pen-fancy:before{content:"\f4f3"}.faprothin-pen-field:before{content:"\f4f4"}.faprothin-pen-line:before{content:"\f4f5"}.faprothin-pen-nib-slash:before{content:"\f4f6"}.faprothin-pen-nib:before{content:"\f4f7"}.faprothin-pen-paintbrush:before{content:"\f4f8"}.faprothin-pen-ruler:before{content:"\f4f9"}.faprothin-pen-slash:before{content:"\f4fa"}.faprothin-pen-square:before{content:"\f4fb"}.faprothin-pen-swirl:before{content:"\f4fc"}.faprothin-pen-to-square:before{content:"\f4fd"}.faprothin-pen:before{content:"\f4fe"}.faprothin-pencil-alt:before{content:"\f4ff"}.faprothin-pencil-line:before{content:"\f500"}.faprothin-pencil-mechanical:before{content:"\f501"}.faprothin-pencil-paintbrush:before{content:"\f502"}.faprothin-pencil-ruler:before{content:"\f503"}.faprothin-pencil-slash:before{content:"\f504"}.faprothin-pencil-square:before{content:"\f505"}.faprothin-pencil:before{content:"\f506"}.faprothin-pennant:before{content:"\f507"}.faprothin-pentagon:before{content:"\f508"}.faprothin-people-arrows-left-right:before{content:"\f509"}.faprothin-people-arrows:before{content:"\f50a"}.faprothin-people-carry-box:before{content:"\f50b"}.faprothin-people-carry:before{content:"\f50c"}.faprothin-people-dress-simple:before{content:"\f50d"}.faprothin-people-dress:before{content:"\f50e"}.faprothin-people-group:before{content:"\f50f"}.faprothin-people-line:before{content:"\f510"}.faprothin-people-pants-simple:before{content:"\f511"}.faprothin-people-pants:before{content:"\f512"}.faprothin-people-pulling:before{content:"\f513"}.faprothin-people-robbery:before{content:"\f514"}.faprothin-people-roof:before{content:"\f515"}.faprothin-people-simple:before{content:"\f516"}.faprothin-people:before{content:"\f517"}.faprothin-pepper-hot:before{content:"\f518"}.faprothin-pepper:before{content:"\f519"}.faprothin-percent:before{content:"\f51a"}.faprothin-percentage:before{content:"\f51b"}.faprothin-period:before{content:"\f51c"}.faprothin-person-arms-raised:before{content:"\f51d"}.faprothin-person-arrow-down-to-line:before{content:"\f51e"}.faprothin-person-arrow-up-from-line:before{content:"\f51f"}.faprothin-person-basketball:before{content:"\f520"}.faprothin-person-biking-mountain:before{content:"\f521"}.faprothin-person-biking:before{content:"\f522"}.faprothin-person-booth:before{content:"\f523"}.faprothin-person-breastfeeding:before{content:"\f524"}.faprothin-person-burst:before{content:"\f525"}.faprothin-person-cane:before{content:"\f526"}.faprothin-person-carry-box:before{content:"\f527"}.faprothin-person-carry-empty:before{content:"\f528"}.faprothin-person-carry:before{content:"\f529"}.faprothin-person-chalkboard:before{content:"\f52a"}.faprothin-person-circle-check:before{content:"\f52b"}.faprothin-person-circle-exclamation:before{content:"\f52c"}.faprothin-person-circle-minus:before{content:"\f52d"}.faprothin-person-circle-plus:before{content:"\f52e"}.faprothin-person-circle-question:before{content:"\f52f"}.faprothin-person-circle-xmark:before{content:"\f530"}.faprothin-person-digging:before{content:"\f531"}.faprothin-person-dolly-empty:before{content:"\f532"}.faprothin-person-dolly:before{content:"\f533"}.faprothin-person-dots-from-line:before{content:"\f534"}.faprothin-person-dress-burst:before{content:"\f535"}.faprothin-person-dress-fairy:before{content:"\f536"}.faprothin-person-dress-simple:before{content:"\f537"}.faprothin-person-dress:before{content:"\f538"}.faprothin-person-drowning:before{content:"\f539"}.faprothin-person-fairy:before{content:"\f53a"}.faprothin-person-falling-burst:before{content:"\f53b"}.faprothin-person-falling:before{content:"\f53c"}.faprothin-person-from-portal:before{content:"\f53d"}.faprothin-person-golfing:before{content:"\f53e"}.faprothin-person-half-dress:before{content:"\f53f"}.faprothin-person-harassing:before{content:"\f540"}.faprothin-person-hiking:before{content:"\f541"}.faprothin-person-limbs-wide:before{content:"\f542"}.faprothin-person-meditating:before{content:"\f543"}.faprothin-person-military-pointing:before{content:"\f544"}.faprothin-person-military-rifle:before{content:"\f545"}.faprothin-person-military-to-person:before{content:"\f546"}.faprothin-person-pinball:before{content:"\f547"}.faprothin-person-praying:before{content:"\f548"}.faprothin-person-pregnant:before{content:"\f549"}.faprothin-person-rays:before{content:"\f54a"}.faprothin-person-rifle:before{content:"\f54b"}.faprothin-person-running-fast:before{content:"\f54c"}.faprothin-person-running:before{content:"\f54d"}.faprothin-person-seat-reclined:before{content:"\f54e"}.faprothin-person-seat-window:before{content:"\f54f"}.faprothin-person-seat:before{content:"\f550"}.faprothin-person-shelter:before{content:"\f551"}.faprothin-person-sign:before{content:"\f552"}.faprothin-person-simple:before{content:"\f553"}.faprothin-person-skating:before{content:"\f554"}.faprothin-person-ski-jumping:before{content:"\f555"}.faprothin-person-ski-lift:before{content:"\f556"}.faprothin-person-skiing-nordic:before{content:"\f557"}.faprothin-person-skiing:before{content:"\f558"}.faprothin-person-sledding:before{content:"\f559"}.faprothin-person-snowboarding:before{content:"\f55a"}.faprothin-person-snowmobiling:before{content:"\f55b"}.faprothin-person-soccer:before{content:"\f55c"}.faprothin-person-swimming-pool:before{content:"\f55d"}.faprothin-person-swimming-water:before{content:"\f55e"}.faprothin-person-swimming:before{content:"\f55f"}.faprothin-person-through-window:before{content:"\f560"}.faprothin-person-to-door:before{content:"\f561"}.faprothin-person-to-portal:before{content:"\f562"}.faprothin-person-walking-arrow-loop-left:before{content:"\f563"}.faprothin-person-walking-arrow-right:before{content:"\f564"}.faprothin-person-walking-dashed-line-arrow-right:before{content:"\f565"}.faprothin-person-walking-luggage:before{content:"\f566"}.faprothin-person-walking-with-cane:before{content:"\f567"}.faprothin-person-walking:before{content:"\f568"}.faprothin-person-water-arms-raised:before{content:"\f569"}.faprothin-person-waving:before{content:"\f56a"}.faprothin-person:before{content:"\f56b"}.faprothin-peruvian-soles-sign:before{content:"\f56c"}.faprothin-peseta-sign:before{content:"\f56d"}.faprothin-peso-sign:before{content:"\f56e"}.faprothin-phone-alt:before{content:"\f56f"}.faprothin-phone-arrow-down-left:before{content:"\f570"}.faprothin-phone-arrow-down:before{content:"\f571"}.faprothin-phone-arrow-right:before{content:"\f572"}.faprothin-phone-arrow-up-right:before{content:"\f573"}.faprothin-phone-arrow-up:before{content:"\f574"}.faprothin-phone-circle-alt:before{content:"\f575"}.faprothin-phone-circle-down:before{content:"\f576"}.faprothin-phone-circle:before{content:"\f577"}.faprothin-phone-connection:before{content:"\f578"}.faprothin-phone-flip:before{content:"\f579"}.faprothin-phone-hangup:before{content:"\f57a"}.faprothin-phone-incoming:before{content:"\f57b"}.faprothin-phone-intercom:before{content:"\f57c"}.faprothin-phone-laptop:before{content:"\f57d"}.faprothin-phone-missed:before{content:"\f57e"}.faprothin-phone-office:before{content:"\f57f"}.faprothin-phone-outgoing:before{content:"\f580"}.faprothin-phone-plus:before{content:"\f581"}.faprothin-phone-rotary:before{content:"\f582"}.faprothin-phone-slash:before{content:"\f583"}.faprothin-phone-square-alt:before{content:"\f584"}.faprothin-phone-square-down:before{content:"\f585"}.faprothin-phone-square:before{content:"\f586"}.faprothin-phone-volume:before{content:"\f587"}.faprothin-phone-waveform:before{content:"\f588"}.faprothin-phone-xmark:before{content:"\f589"}.faprothin-phone:before{content:"\f58a"}.faprothin-photo-film-music:before{content:"\f58b"}.faprothin-photo-film:before{content:"\f58c"}.faprothin-photo-video:before{content:"\f58d"}.faprothin-pi:before{content:"\f58e"}.faprothin-piano-keyboard:before{content:"\f58f"}.faprothin-piano:before{content:"\f590"}.faprothin-pickaxe:before{content:"\f591"}.faprothin-pickleball:before{content:"\f592"}.faprothin-picture-in-picture:before{content:"\f593"}.faprothin-pie-chart:before{content:"\f594"}.faprothin-pie:before{content:"\f595"}.faprothin-pig:before{content:"\f596"}.faprothin-piggy-bank:before{content:"\f597"}.faprothin-pills:before{content:"\f598"}.faprothin-pinata:before{content:"\f599"}.faprothin-pinball:before{content:"\f59a"}.faprothin-pineapple:before{content:"\f59b"}.faprothin-ping-pong-paddle-ball:before{content:"\f59c"}.faprothin-pipe-circle-check:before{content:"\f59d"}.faprothin-pipe-collar:before{content:"\f59e"}.faprothin-pipe-section:before{content:"\f59f"}.faprothin-pipe-smoking:before{content:"\f5a0"}.faprothin-pipe-valve:before{content:"\f5a1"}.faprothin-pipe:before{content:"\f5a2"}.faprothin-pisces:before{content:"\f5a3"}.faprothin-pizza-slice:before{content:"\f5a4"}.faprothin-pizza:before{content:"\f5a5"}.faprothin-place-of-worship:before{content:"\f5a6"}.faprothin-plane-alt:before{content:"\f5a7"}.faprothin-plane-arrival:before{content:"\f5a8"}.faprothin-plane-circle-check:before{content:"\f5a9"}.faprothin-plane-circle-exclamation:before{content:"\f5aa"}.faprothin-plane-circle-xmark:before{content:"\f5ab"}.faprothin-plane-departure:before{content:"\f5ac"}.faprothin-plane-engines:before{content:"\f5ad"}.faprothin-plane-flying:before{content:"\f5ae"}.faprothin-plane-landing-gear:before{content:"\f5af"}.faprothin-plane-lock:before{content:"\f5b0"}.faprothin-plane-prop:before{content:"\f5b1"}.faprothin-plane-slash:before{content:"\f5b2"}.faprothin-plane-tail:before{content:"\f5b3"}.faprothin-plane-up-slash:before{content:"\f5b4"}.faprothin-plane-up:before{content:"\f5b5"}.faprothin-plane:before{content:"\f5b6"}.faprothin-planet-moon:before{content:"\f5b7"}.faprothin-planet-ringed:before{content:"\f5b8"}.faprothin-plant-wilt:before{content:"\f5b9"}.faprothin-plate-utensils:before{content:"\f5ba"}.faprothin-plate-wheat:before{content:"\f5bb"}.faprothin-play-circle:before{content:"\f5bc"}.faprothin-play-flip:before{content:"\f5bd"}.faprothin-play-pause:before{content:"\f5be"}.faprothin-play:before{content:"\f5bf"}.faprothin-plug-circle-bolt:before{content:"\f5c0"}.faprothin-plug-circle-check:before{content:"\f5c1"}.faprothin-plug-circle-exclamation:before{content:"\f5c2"}.faprothin-plug-circle-minus:before{content:"\f5c3"}.faprothin-plug-circle-plus:before{content:"\f5c4"}.faprothin-plug-circle-xmark:before{content:"\f5c5"}.faprothin-plug:before{content:"\f5c6"}.faprothin-plus-circle:before{content:"\f5c7"}.faprothin-plus-hexagon:before{content:"\f5c8"}.faprothin-plus-large:before{content:"\f5c9"}.faprothin-plus-minus:before{content:"\f5ca"}.faprothin-plus-octagon:before{content:"\f5cb"}.faprothin-plus-square:before{content:"\f5cc"}.faprothin-plus:before{content:"\f5cd"}.faprothin-podcast:before{content:"\f5ce"}.faprothin-podium-star:before{content:"\f5cf"}.faprothin-podium:before{content:"\f5d0"}.faprothin-poker-chip:before{content:"\f5d1"}.faprothin-police-box:before{content:"\f5d2"}.faprothin-polish-zloty-sign:before{content:"\f5d3"}.faprothin-poll-h:before{content:"\f5d4"}.faprothin-poll-people:before{content:"\f5d5"}.faprothin-poll:before{content:"\f5d6"}.faprothin-pompebled:before{content:"\f5d7"}.faprothin-poo-bolt:before{content:"\f5d8"}.faprothin-poo-storm:before{content:"\f5d9"}.faprothin-poo:before{content:"\f5da"}.faprothin-pool-8-ball:before{content:"\f5db"}.faprothin-poop:before{content:"\f5dc"}.faprothin-popcorn:before{content:"\f5dd"}.faprothin-popsicle:before{content:"\f5de"}.faprothin-portal-enter:before{content:"\f5df"}.faprothin-portal-exit:before{content:"\f5e0"}.faprothin-portrait:before{content:"\f5e1"}.faprothin-possum:before{content:"\f5e2"}.faprothin-postage-stamp:before{content:"\f5e3"}.faprothin-pot-food:before{content:"\f5e4"}.faprothin-potato:before{content:"\f5e5"}.faprothin-pound-sign:before{content:"\f5e6"}.faprothin-power-off:before{content:"\f5e7"}.faprothin-pray:before{content:"\f5e8"}.faprothin-praying-hands:before{content:"\f5e9"}.faprothin-prescription-bottle-alt:before{content:"\f5ea"}.faprothin-prescription-bottle-medical:before{content:"\f5eb"}.faprothin-prescription-bottle-pill:before{content:"\f5ec"}.faprothin-prescription-bottle:before{content:"\f5ed"}.faprothin-prescription:before{content:"\f5ee"}.faprothin-presentation-screen:before{content:"\f5ef"}.faprothin-presentation:before{content:"\f5f0"}.faprothin-pretzel:before{content:"\f5f1"}.faprothin-print-magnifying-glass:before{content:"\f5f2"}.faprothin-print-search:before{content:"\f5f3"}.faprothin-print-slash:before{content:"\f5f4"}.faprothin-print:before{content:"\f5f5"}.faprothin-pro:before{content:"\f5f6"}.faprothin-procedures:before{content:"\f5f7"}.faprothin-project-diagram:before{content:"\f5f8"}.faprothin-projector:before{content:"\f5f9"}.faprothin-pronoun:before{content:"\f5fa"}.faprothin-pump-impeller:before{content:"\f5fb"}.faprothin-pump-medical:before{content:"\f5fc"}.faprothin-pump-soap:before{content:"\f5fd"}.faprothin-pump:before{content:"\f5fe"}.faprothin-pumpkin:before{content:"\f5ff"}.faprothin-puzzle-piece-alt:before{content:"\f600"}.faprothin-puzzle-piece-simple:before{content:"\f601"}.faprothin-puzzle-piece:before{content:"\f602"}.faprothin-puzzle:before{content:"\f603"}.faprothin-q:before{content:"\f604"}.faprothin-qrcode-read:before{content:"\f605"}.faprothin-qrcode:before{content:"\f606"}.faprothin-question-circle:before{content:"\f607"}.faprothin-question-square:before{content:"\f608"}.faprothin-question:before{content:"\f609"}.faprothin-quidditch-broom-ball:before{content:"\f60a"}.faprothin-quidditch:before{content:"\f60b"}.faprothin-quote-left-alt:before{content:"\f60c"}.faprothin-quote-left:before{content:"\f60d"}.faprothin-quote-right-alt:before{content:"\f60e"}.faprothin-quote-right:before{content:"\f60f"}.faprothin-quotes:before{content:"\f610"}.faprothin-quran:before{content:"\f611"}.faprothin-r:before{content:"\f612"}.faprothin-rabbit-fast:before{content:"\f613"}.faprothin-rabbit-running:before{content:"\f614"}.faprothin-rabbit:before{content:"\f615"}.faprothin-raccoon:before{content:"\f616"}.faprothin-racquet:before{content:"\f617"}.faprothin-radar:before{content:"\f618"}.faprothin-radiation-alt:before{content:"\f619"}.faprothin-radiation:before{content:"\f61a"}.faprothin-radio-alt:before{content:"\f61b"}.faprothin-radio-tuner:before{content:"\f61c"}.faprothin-radio:before{content:"\f61d"}.faprothin-rainbow-half:before{content:"\f61e"}.faprothin-rainbow:before{content:"\f61f"}.faprothin-raindrops:before{content:"\f620"}.faprothin-ram:before{content:"\f621"}.faprothin-ramp-loading:before{content:"\f622"}.faprothin-random:before{content:"\f623"}.faprothin-ranking-star:before{content:"\f624"}.faprothin-raygun:before{content:"\f625"}.faprothin-receipt:before{content:"\f626"}.faprothin-record-vinyl:before{content:"\f627"}.faprothin-rectangle-4k:before{content:"\f628"}.faprothin-rectangle-ad:before{content:"\f629"}.faprothin-rectangle-api:before{content:"\f62a"}.faprothin-rectangle-barcode:before{content:"\f62b"}.faprothin-rectangle-beta:before{content:"\f62c"}.faprothin-rectangle-code:before{content:"\f62d"}.faprothin-rectangle-hd:before{content:"\f62e"}.faprothin-rectangle-hdr:before{content:"\f62f"}.faprothin-rectangle-high-dynamic-range:before{content:"\f630"}.faprothin-rectangle-history-circle-plus:before{content:"\f631"}.faprothin-rectangle-history-circle-user:before{content:"\f632"}.faprothin-rectangle-history:before{content:"\f633"}.faprothin-rectangle-irc:before{content:"\f634"}.faprothin-rectangle-landscape:before{content:"\f635"}.faprothin-rectangle-list:before{content:"\f636"}.faprothin-rectangle-minus:before{content:"\f637"}.faprothin-rectangle-n-a:before{content:"\f638"}.faprothin-rectangle-new:before{content:"\f639"}.faprothin-rectangle-plus:before{content:"\f63a"}.faprothin-rectangle-portrait:before{content:"\f63b"}.faprothin-rectangle-pro:before{content:"\f63c"}.faprothin-rectangle-sd:before{content:"\f63d"}.faprothin-rectangle-tall:before{content:"\f63e"}.faprothin-rectangle-terminal:before{content:"\f63f"}.faprothin-rectangle-times:before{content:"\f640"}.faprothin-rectangle-vertical-history:before{content:"\f641"}.faprothin-rectangle-vertical:before{content:"\f642"}.faprothin-rectangle-video-on-demand:before{content:"\f643"}.faprothin-rectangle-wide:before{content:"\f644"}.faprothin-rectangle-xmark:before{content:"\f645"}.faprothin-rectangle:before{content:"\f646"}.faprothin-rectangles-mixed:before{content:"\f647"}.faprothin-recycle:before{content:"\f648"}.faprothin-redo-alt:before{content:"\f649"}.faprothin-redo:before{content:"\f64a"}.faprothin-reel:before{content:"\f64b"}.faprothin-reflect-both:before{content:"\f64c"}.faprothin-reflect-horizontal:before{content:"\f64d"}.faprothin-reflect-vertical:before{content:"\f64e"}.faprothin-refresh:before{content:"\f64f"}.faprothin-refrigerator:before{content:"\f650"}.faprothin-registered:before{content:"\f651"}.faprothin-remote:before{content:"\f652"}.faprothin-remove-format:before{content:"\f653"}.faprothin-remove:before{content:"\f654"}.faprothin-renminbi-sign:before{content:"\f655"}.faprothin-reorder:before{content:"\f656"}.faprothin-repeat-1-alt:before{content:"\f657"}.faprothin-repeat-1:before{content:"\f658"}.faprothin-repeat-alt:before{content:"\f659"}.faprothin-repeat:before{content:"\f65a"}.faprothin-reply-all:before{content:"\f65b"}.faprothin-reply-clock:before{content:"\f65c"}.faprothin-reply-time:before{content:"\f65d"}.faprothin-reply:before{content:"\f65e"}.faprothin-republican:before{content:"\f65f"}.faprothin-restroom-simple:before{content:"\f660"}.faprothin-restroom:before{content:"\f661"}.faprothin-retweet-alt:before{content:"\f662"}.faprothin-retweet:before{content:"\f663"}.faprothin-rhombus:before{content:"\f664"}.faprothin-ribbon:before{content:"\f665"}.faprothin-right-from-bracket:before{content:"\f666"}.faprothin-right-from-dotted-line:before{content:"\f667"}.faprothin-right-from-line:before{content:"\f668"}.faprothin-right-left-large:before{content:"\f669"}.faprothin-right-left:before{content:"\f66a"}.faprothin-right-long-to-line:before{content:"\f66b"}.faprothin-right-long:before{content:"\f66c"}.faprothin-right-to-bracket:before{content:"\f66d"}.faprothin-right-to-dotted-line:before{content:"\f66e"}.faprothin-right-to-line:before{content:"\f66f"}.faprothin-right:before{content:"\f670"}.faprothin-ring-diamond:before{content:"\f671"}.faprothin-ring:before{content:"\f672"}.faprothin-rings-wedding:before{content:"\f673"}.faprothin-rmb:before{content:"\f674"}.faprothin-road-barrier:before{content:"\f675"}.faprothin-road-bridge:before{content:"\f676"}.faprothin-road-circle-check:before{content:"\f677"}.faprothin-road-circle-exclamation:before{content:"\f678"}.faprothin-road-circle-xmark:before{content:"\f679"}.faprothin-road-lock:before{content:"\f67a"}.faprothin-road-spikes:before{content:"\f67b"}.faprothin-road:before{content:"\f67c"}.faprothin-robot-astromech:before{content:"\f67d"}.faprothin-robot:before{content:"\f67e"}.faprothin-rocket-launch:before{content:"\f67f"}.faprothin-rocket-vertical:before{content:"\f680"}.faprothin-rocket:before{content:"\f681"}.faprothin-rod-asclepius:before{content:"\f682"}.faprothin-rod-snake:before{content:"\f683"}.faprothin-roller-coaster:before{content:"\f684"}.faprothin-rotate-back:before{content:"\f685"}.faprothin-rotate-backward:before{content:"\f686"}.faprothin-rotate-exclamation:before{content:"\f687"}.faprothin-rotate-forward:before{content:"\f688"}.faprothin-rotate-left:before{content:"\f689"}.faprothin-rotate-reverse:before{content:"\f68a"}.faprothin-rotate-right:before{content:"\f68b"}.faprothin-rotate:before{content:"\f68c"}.faprothin-rouble:before{content:"\f68d"}.faprothin-route-highway:before{content:"\f68e"}.faprothin-route-interstate:before{content:"\f68f"}.faprothin-route:before{content:"\f690"}.faprothin-router:before{content:"\f691"}.faprothin-rows-3:before{content:"\f692"}.faprothin-rows:before{content:"\f693"}.faprothin-rss-square:before{content:"\f694"}.faprothin-rss:before{content:"\f695"}.faprothin-rub:before{content:"\f696"}.faprothin-ruble-sign:before{content:"\f697"}.faprothin-ruble:before{content:"\f698"}.faprothin-rug:before{content:"\f699"}.faprothin-rugby-ball:before{content:"\f69a"}.faprothin-ruler-combined:before{content:"\f69b"}.faprothin-ruler-horizontal:before{content:"\f69c"}.faprothin-ruler-triangle:before{content:"\f69d"}.faprothin-ruler-vertical:before{content:"\f69e"}.faprothin-ruler:before{content:"\f69f"}.faprothin-running:before{content:"\f6a0"}.faprothin-rupee-sign:before{content:"\f6a1"}.faprothin-rupee:before{content:"\f6a2"}.faprothin-rupiah-sign:before{content:"\f6a3"}.faprothin-rv:before{content:"\f6a4"}.faprothin-s:before{content:"\f6a5"}.faprothin-sack-dollar:before{content:"\f6a6"}.faprothin-sack-xmark:before{content:"\f6a7"}.faprothin-sack:before{content:"\f6a8"}.faprothin-sad-cry:before{content:"\f6a9"}.faprothin-sad-tear:before{content:"\f6aa"}.faprothin-sagittarius:before{content:"\f6ab"}.faprothin-sailboat:before{content:"\f6ac"}.faprothin-salad:before{content:"\f6ad"}.faprothin-salt-shaker:before{content:"\f6ae"}.faprothin-sandwich:before{content:"\f6af"}.faprothin-satellite-dish:before{content:"\f6b0"}.faprothin-satellite:before{content:"\f6b1"}.faprothin-sausage:before{content:"\f6b2"}.faprothin-save-circle-arrow-right:before{content:"\f6b3"}.faprothin-save-circle-xmark:before{content:"\f6b4"}.faprothin-save-times:before{content:"\f6b5"}.faprothin-save:before{content:"\f6b6"}.faprothin-sax-hot:before{content:"\f6b7"}.faprothin-saxophone-fire:before{content:"\f6b8"}.faprothin-saxophone:before{content:"\f6b9"}.faprothin-scale-balanced:before{content:"\f6ba"}.faprothin-scale-unbalanced-flip:before{content:"\f6bb"}.faprothin-scale-unbalanced:before{content:"\f6bc"}.faprothin-scalpel-line-dashed:before{content:"\f6bd"}.faprothin-scalpel-path:before{content:"\f6be"}.faprothin-scalpel:before{content:"\f6bf"}.faprothin-scanner-gun:before{content:"\f6c0"}.faprothin-scanner-image:before{content:"\f6c1"}.faprothin-scanner-keyboard:before{content:"\f6c2"}.faprothin-scanner-touchscreen:before{content:"\f6c3"}.faprothin-scanner:before{content:"\f6c4"}.faprothin-scarecrow:before{content:"\f6c5"}.faprothin-scarf:before{content:"\f6c6"}.faprothin-school-circle-check:before{content:"\f6c7"}.faprothin-school-circle-exclamation:before{content:"\f6c8"}.faprothin-school-circle-xmark:before{content:"\f6c9"}.faprothin-school-flag:before{content:"\f6ca"}.faprothin-school-lock:before{content:"\f6cb"}.faprothin-school-unlock:before{content:"\f6cc"}.faprothin-school:before{content:"\f6cd"}.faprothin-scissors:before{content:"\f6ce"}.faprothin-scooter:before{content:"\f6cf"}.faprothin-scorpio:before{content:"\f6d0"}.faprothin-screen-users:before{content:"\f6d1"}.faprothin-screencast:before{content:"\f6d2"}.faprothin-screenshot:before{content:"\f6d3"}.faprothin-screwdriver-wrench:before{content:"\f6d4"}.faprothin-screwdriver:before{content:"\f6d5"}.faprothin-scribble:before{content:"\f6d6"}.faprothin-scroll-old:before{content:"\f6d7"}.faprothin-scroll-ribbon:before{content:"\f6d8"}.faprothin-scroll-torah:before{content:"\f6d9"}.faprothin-scroll:before{content:"\f6da"}.faprothin-scrubber:before{content:"\f6db"}.faprothin-scythe:before{content:"\f6dc"}.faprothin-sd-card:before{content:"\f6dd"}.faprothin-sd-cards:before{content:"\f6de"}.faprothin-seal-exclamation:before{content:"\f6df"}.faprothin-seal-question:before{content:"\f6e0"}.faprothin-seal:before{content:"\f6e1"}.faprothin-search-dollar:before{content:"\f6e2"}.faprothin-search-location:before{content:"\f6e3"}.faprothin-search-minus:before{content:"\f6e4"}.faprothin-search-plus:before{content:"\f6e5"}.faprothin-search:before{content:"\f6e6"}.faprothin-seat-airline-window:before{content:"\f6e7"}.faprothin-seat-airline:before{content:"\f6e8"}.faprothin-seat:before{content:"\f6e9"}.faprothin-seats:before{content:"\f6ea"}.faprothin-section:before{content:"\f6eb"}.faprothin-seedling:before{content:"\f6ec"}.faprothin-semicolon:before{content:"\f6ed"}.faprothin-send-back:before{content:"\f6ee"}.faprothin-send-backward:before{content:"\f6ef"}.faprothin-send:before{content:"\f6f0"}.faprothin-sensor-alert:before{content:"\f6f1"}.faprothin-sensor-cloud:before{content:"\f6f2"}.faprothin-sensor-fire:before{content:"\f6f3"}.faprothin-sensor-on:before{content:"\f6f4"}.faprothin-sensor-smoke:before{content:"\f6f5"}.faprothin-sensor-triangle-exclamation:before{content:"\f6f6"}.faprothin-sensor:before{content:"\f6f7"}.faprothin-septagon:before{content:"\f6f8"}.faprothin-server:before{content:"\f6f9"}.faprothin-shapes:before{content:"\f6fa"}.faprothin-share-all:before{content:"\f6fb"}.faprothin-share-alt-square:before{content:"\f6fc"}.faprothin-share-alt:before{content:"\f6fd"}.faprothin-share-from-square:before{content:"\f6fe"}.faprothin-share-nodes:before{content:"\f6ff"}.faprothin-share-square:before{content:"\f700"}.faprothin-share:before{content:"\f701"}.faprothin-sheep:before{content:"\f702"}.faprothin-sheet-plastic:before{content:"\f703"}.faprothin-shekel-sign:before{content:"\f704"}.faprothin-shekel:before{content:"\f705"}.faprothin-shelves-empty:before{content:"\f706"}.faprothin-shelves:before{content:"\f707"}.faprothin-sheqel-sign:before{content:"\f708"}.faprothin-sheqel:before{content:"\f709"}.faprothin-shield-alt:before{content:"\f70a"}.faprothin-shield-blank:before{content:"\f70b"}.faprothin-shield-cat:before{content:"\f70c"}.faprothin-shield-check:before{content:"\f70d"}.faprothin-shield-cross:before{content:"\f70e"}.faprothin-shield-dog:before{content:"\f70f"}.faprothin-shield-exclamation:before{content:"\f710"}.faprothin-shield-halved:before{content:"\f711"}.faprothin-shield-heart:before{content:"\f712"}.faprothin-shield-keyhole:before{content:"\f713"}.faprothin-shield-minus:before{content:"\f714"}.faprothin-shield-plus:before{content:"\f715"}.faprothin-shield-quartered:before{content:"\f716"}.faprothin-shield-slash:before{content:"\f717"}.faprothin-shield-times:before{content:"\f718"}.faprothin-shield-user:before{content:"\f719"}.faprothin-shield-virus:before{content:"\f71a"}.faprothin-shield-xmark:before{content:"\f71b"}.faprothin-shield:before{content:"\f71c"}.faprothin-ship-large:before{content:"\f71d"}.faprothin-ship:before{content:"\f71e"}.faprothin-shipping-fast:before{content:"\f71f"}.faprothin-shipping-timed:before{content:"\f720"}.faprothin-shirt-jersey:before{content:"\f721"}.faprothin-shirt-long-sleeve:before{content:"\f722"}.faprothin-shirt-running:before{content:"\f723"}.faprothin-shirt-tank-top:before{content:"\f724"}.faprothin-shirt:before{content:"\f725"}.faprothin-shish-kebab:before{content:"\f726"}.faprothin-shoe-prints:before{content:"\f727"}.faprothin-shoe:before{content:"\f728"}.faprothin-shop-24:before{content:"\f729"}.faprothin-shop-lock:before{content:"\f72a"}.faprothin-shop-slash:before{content:"\f72b"}.faprothin-shop:before{content:"\f72c"}.faprothin-shopping-bag:before{content:"\f72d"}.faprothin-shopping-basket-alt:before{content:"\f72e"}.faprothin-shopping-basket:before{content:"\f72f"}.faprothin-shopping-cart:before{content:"\f730"}.faprothin-shortcake:before{content:"\f731"}.faprothin-shorts:before{content:"\f732"}.faprothin-shovel-snow:before{content:"\f733"}.faprothin-shovel:before{content:"\f734"}.faprothin-shower-alt:before{content:"\f735"}.faprothin-shower-down:before{content:"\f736"}.faprothin-shower:before{content:"\f737"}.faprothin-shredder:before{content:"\f738"}.faprothin-shrimp:before{content:"\f739"}.faprothin-shuffle:before{content:"\f73a"}.faprothin-shutters:before{content:"\f73b"}.faprothin-shuttle-space-vertical:before{content:"\f73c"}.faprothin-shuttle-space:before{content:"\f73d"}.faprothin-shuttle-van:before{content:"\f73e"}.faprothin-shuttlecock:before{content:"\f73f"}.faprothin-sickle:before{content:"\f740"}.faprothin-sidebar-flip:before{content:"\f741"}.faprothin-sidebar:before{content:"\f742"}.faprothin-sigma:before{content:"\f743"}.faprothin-sign-hanging:before{content:"\f744"}.faprothin-sign-in-alt:before{content:"\f745"}.faprothin-sign-in:before{content:"\f746"}.faprothin-sign-language:before{content:"\f747"}.faprothin-sign-out-alt:before{content:"\f748"}.faprothin-sign-out:before{content:"\f749"}.faprothin-sign-post:before{content:"\f74a"}.faprothin-sign-posts-wrench:before{content:"\f74b"}.faprothin-sign-posts:before{content:"\f74c"}.faprothin-sign:before{content:"\f74d"}.faprothin-signal-1:before{content:"\f74e"}.faprothin-signal-2:before{content:"\f74f"}.faprothin-signal-3:before{content:"\f750"}.faprothin-signal-4:before{content:"\f751"}.faprothin-signal-5:before{content:"\f752"}.faprothin-signal-alt-1:before{content:"\f753"}.faprothin-signal-alt-2:before{content:"\f754"}.faprothin-signal-alt-3:before{content:"\f755"}.faprothin-signal-alt-4:before{content:"\f756"}.faprothin-signal-alt-slash:before{content:"\f757"}.faprothin-signal-alt:before{content:"\f758"}.faprothin-signal-bars-fair:before{content:"\f759"}.faprothin-signal-bars-good:before{content:"\f75a"}.faprothin-signal-bars-slash:before{content:"\f75b"}.faprothin-signal-bars-strong:before{content:"\f75c"}.faprothin-signal-bars-weak:before{content:"\f75d"}.faprothin-signal-bars:before{content:"\f75e"}.faprothin-signal-fair:before{content:"\f75f"}.faprothin-signal-good:before{content:"\f760"}.faprothin-signal-perfect:before{content:"\f761"}.faprothin-signal-slash:before{content:"\f762"}.faprothin-signal-stream-slash:before{content:"\f763"}.faprothin-signal-stream:before{content:"\f764"}.faprothin-signal-strong:before{content:"\f765"}.faprothin-signal-weak:before{content:"\f766"}.faprothin-signal:before{content:"\f767"}.faprothin-signapore-dollar-sign:before{content:"\f768"}.faprothin-signature-lock:before{content:"\f769"}.faprothin-signature-slash:before{content:"\f76a"}.faprothin-signature:before{content:"\f76b"}.faprothin-signing:before{content:"\f76c"}.faprothin-signs-post:before{content:"\f76d"}.faprothin-sim-card:before{content:"\f76e"}.faprothin-sim-cards:before{content:"\f76f"}.faprothin-single-quote-left:before{content:"\f770"}.faprothin-single-quote-right:before{content:"\f771"}.faprothin-sink:before{content:"\f772"}.faprothin-siren-on:before{content:"\f773"}.faprothin-siren:before{content:"\f774"}.faprothin-sitemap:before{content:"\f775"}.faprothin-skating:before{content:"\f776"}.faprothin-skeleton-ribs:before{content:"\f777"}.faprothin-skeleton:before{content:"\f778"}.faprothin-ski-boot-ski:before{content:"\f779"}.faprothin-ski-boot:before{content:"\f77a"}.faprothin-ski-jump:before{content:"\f77b"}.faprothin-ski-lift:before{content:"\f77c"}.faprothin-skiing-nordic:before{content:"\f77d"}.faprothin-skiing:before{content:"\f77e"}.faprothin-skull-cow:before{content:"\f77f"}.faprothin-skull-crossbones:before{content:"\f780"}.faprothin-skull:before{content:"\f781"}.faprothin-slash-back:before{content:"\f782"}.faprothin-slash-forward:before{content:"\f783"}.faprothin-slash:before{content:"\f784"}.faprothin-sledding:before{content:"\f785"}.faprothin-sleigh:before{content:"\f786"}.faprothin-slider-circle:before{content:"\f787"}.faprothin-slider:before{content:"\f788"}.faprothin-sliders-h-square:before{content:"\f789"}.faprothin-sliders-h:before{content:"\f78a"}.faprothin-sliders-simple:before{content:"\f78b"}.faprothin-sliders-up:before{content:"\f78c"}.faprothin-sliders-v-square:before{content:"\f78d"}.faprothin-sliders-v:before{content:"\f78e"}.faprothin-sliders:before{content:"\f78f"}.faprothin-slot-machine:before{content:"\f790"}.faprothin-smile-beam:before{content:"\f791"}.faprothin-smile-plus:before{content:"\f792"}.faprothin-smile-wink:before{content:"\f793"}.faprothin-smile:before{content:"\f794"}.faprothin-smog:before{content:"\f795"}.faprothin-smoke:before{content:"\f796"}.faprothin-smoking-ban:before{content:"\f797"}.faprothin-smoking:before{content:"\f798"}.faprothin-sms:before{content:"\f799"}.faprothin-snake:before{content:"\f79a"}.faprothin-sneaker-running:before{content:"\f79b"}.faprothin-sneaker:before{content:"\f79c"}.faprothin-snooze:before{content:"\f79d"}.faprothin-snow-blowing:before{content:"\f79e"}.faprothin-snowboarding:before{content:"\f79f"}.faprothin-snowflake-droplets:before{content:"\f7a0"}.faprothin-snowflake:before{content:"\f7a1"}.faprothin-snowflakes:before{content:"\f7a2"}.faprothin-snowman-head:before{content:"\f7a3"}.faprothin-snowman:before{content:"\f7a4"}.faprothin-snowmobile-blank:before{content:"\f7a5"}.faprothin-snowmobile:before{content:"\f7a6"}.faprothin-snowplow:before{content:"\f7a7"}.faprothin-soap:before{content:"\f7a8"}.faprothin-soccer-ball:before{content:"\f7a9"}.faprothin-socks:before{content:"\f7aa"}.faprothin-soft-serve:before{content:"\f7ab"}.faprothin-solar-panel:before{content:"\f7ac"}.faprothin-solar-system:before{content:"\f7ad"}.faprothin-sort-alpha-asc:before{content:"\f7ae"}.faprothin-sort-alpha-desc:before{content:"\f7af"}.faprothin-sort-alpha-down-alt:before{content:"\f7b0"}.faprothin-sort-alpha-down:before{content:"\f7b1"}.faprothin-sort-alpha-up-alt:before{content:"\f7b2"}.faprothin-sort-alpha-up:before{content:"\f7b3"}.faprothin-sort-alt:before{content:"\f7b4"}.faprothin-sort-amount-asc:before{content:"\f7b5"}.faprothin-sort-amount-desc:before{content:"\f7b6"}.faprothin-sort-amount-down-alt:before{content:"\f7b7"}.faprothin-sort-amount-down:before{content:"\f7b8"}.faprothin-sort-amount-up-alt:before{content:"\f7b9"}.faprothin-sort-amount-up:before{content:"\f7ba"}.faprothin-sort-asc:before{content:"\f7bb"}.faprothin-sort-circle-down:before{content:"\f7bc"}.faprothin-sort-circle-up:before{content:"\f7bd"}.faprothin-sort-circle:before{content:"\f7be"}.faprothin-sort-desc:before{content:"\f7bf"}.faprothin-sort-down:before{content:"\f7c0"}.faprothin-sort-numeric-asc:before{content:"\f7c1"}.faprothin-sort-numeric-desc:before{content:"\f7c2"}.faprothin-sort-numeric-down-alt:before{content:"\f7c3"}.faprothin-sort-numeric-down:before{content:"\f7c4"}.faprothin-sort-numeric-up-alt:before{content:"\f7c5"}.faprothin-sort-numeric-up:before{content:"\f7c6"}.faprothin-sort-shapes-down-alt:before{content:"\f7c7"}.faprothin-sort-shapes-down:before{content:"\f7c8"}.faprothin-sort-shapes-up-alt:before{content:"\f7c9"}.faprothin-sort-shapes-up:before{content:"\f7ca"}.faprothin-sort-size-down-alt:before{content:"\f7cb"}.faprothin-sort-size-down:before{content:"\f7cc"}.faprothin-sort-size-up-alt:before{content:"\f7cd"}.faprothin-sort-size-up:before{content:"\f7ce"}.faprothin-sort-up-down:before{content:"\f7cf"}.faprothin-sort-up:before{content:"\f7d0"}.faprothin-sort:before{content:"\f7d1"}.faprothin-soup:before{content:"\f7d2"}.faprothin-spa:before{content:"\f7d3"}.faprothin-space-shuttle:before{content:"\f7d4"}.faprothin-space-station-moon-alt:before{content:"\f7d5"}.faprothin-space-station-moon-construction:before{content:"\f7d6"}.faprothin-space-station-moon:before{content:"\f7d7"}.faprothin-spade:before{content:"\f7d8"}.faprothin-spaghetti-monster-flying:before{content:"\f7d9"}.faprothin-sparkle:before{content:"\f7da"}.faprothin-sparkles:before{content:"\f7db"}.faprothin-speaker:before{content:"\f7dc"}.faprothin-speakers:before{content:"\f7dd"}.faprothin-spell-check:before{content:"\f7de"}.faprothin-spider-black-widow:before{content:"\f7df"}.faprothin-spider-web:before{content:"\f7e0"}.faprothin-spider:before{content:"\f7e1"}.faprothin-spine:before{content:"\f7e2"}.faprothin-spinner-scale:before{content:"\f7e3"}.faprothin-spinner-third:before{content:"\f7e4"}.faprothin-spinner:before{content:"\f7e5"}.faprothin-spiral:before{content:"\f7e6"}.faprothin-split:before{content:"\f7e7"}.faprothin-splotch:before{content:"\f7e8"}.faprothin-spoon:before{content:"\f7e9"}.faprothin-sportsball:before{content:"\f7ea"}.faprothin-spray-can-sparkles:before{content:"\f7eb"}.faprothin-spray-can:before{content:"\f7ec"}.faprothin-sprinkler-ceiling:before{content:"\f7ed"}.faprothin-sprinkler:before{content:"\f7ee"}.faprothin-sprout:before{content:"\f7ef"}.faprothin-square-0:before{content:"\f7f0"}.faprothin-square-1:before{content:"\f7f1"}.faprothin-square-2:before{content:"\f7f2"}.faprothin-square-3:before{content:"\f7f3"}.faprothin-square-4:before{content:"\f7f4"}.faprothin-square-5:before{content:"\f7f5"}.faprothin-square-6:before{content:"\f7f6"}.faprothin-square-7:before{content:"\f7f7"}.faprothin-square-8:before{content:"\f7f8"}.faprothin-square-9:before{content:"\f7f9"}.faprothin-square-a-lock:before{content:"\f7fa"}.faprothin-square-a:before{content:"\f7fb"}.faprothin-square-ampersand:before{content:"\f7fc"}.faprothin-square-arrow-down-left:before{content:"\f7fd"}.faprothin-square-arrow-down-right:before{content:"\f7fe"}.faprothin-square-arrow-down:before{content:"\f7ff"}.faprothin-square-arrow-left:before{content:"\f800"}.faprothin-square-arrow-right:before{content:"\f801"}.faprothin-square-arrow-up-left:before{content:"\f802"}.faprothin-square-arrow-up-right:before{content:"\f803"}.faprothin-square-arrow-up:before{content:"\f804"}.faprothin-square-austral:before{content:"\f805"}.faprothin-square-australian-dollar:before{content:"\f806"}.faprothin-square-b:before{content:"\f807"}.faprothin-square-baht:before{content:"\f808"}.faprothin-square-bangladeshi-taka:before{content:"\f809"}.faprothin-square-binary:before{content:"\f80a"}.faprothin-square-bitcoin:before{content:"\f80b"}.faprothin-square-bolt:before{content:"\f80c"}.faprothin-square-brazilian-real:before{content:"\f80d"}.faprothin-square-c:before{content:"\f80e"}.faprothin-square-caret-down:before{content:"\f80f"}.faprothin-square-caret-left:before{content:"\f810"}.faprothin-square-caret-right:before{content:"\f811"}.faprothin-square-caret-up:before{content:"\f812"}.faprothin-square-cedi:before{content:"\f813"}.faprothin-square-cent:before{content:"\f814"}.faprothin-square-check:before{content:"\f815"}.faprothin-square-chevron-down:before{content:"\f816"}.faprothin-square-chevron-left:before{content:"\f817"}.faprothin-square-chevron-right:before{content:"\f818"}.faprothin-square-chevron-up:before{content:"\f819"}.faprothin-square-chf:before{content:"\f81a"}.faprothin-square-code:before{content:"\f81b"}.faprothin-square-colon:before{content:"\f81c"}.faprothin-square-cruzeiro:before{content:"\f81d"}.faprothin-square-currency:before{content:"\f81e"}.faprothin-square-d:before{content:"\f81f"}.faprothin-square-danish-krone:before{content:"\f820"}.faprothin-square-dashed-circle-plus:before{content:"\f821"}.faprothin-square-dashed:before{content:"\f822"}.faprothin-square-divide:before{content:"\f823"}.faprothin-square-dollar:before{content:"\f824"}.faprothin-square-dong:before{content:"\f825"}.faprothin-square-down-left:before{content:"\f826"}.faprothin-square-down-right:before{content:"\f827"}.faprothin-square-down:before{content:"\f828"}.faprothin-square-e:before{content:"\f829"}.faprothin-square-ellipsis-vertical:before{content:"\f82a"}.faprothin-square-ellipsis:before{content:"\f82b"}.faprothin-square-envelope:before{content:"\f82c"}.faprothin-square-equals:before{content:"\f82d"}.faprothin-square-euro:before{content:"\f82e"}.faprothin-square-eurozone:before{content:"\f82f"}.faprothin-square-exclamation:before{content:"\f830"}.faprothin-square-f:before{content:"\f831"}.faprothin-square-florin:before{content:"\f832"}.faprothin-square-fragile:before{content:"\f833"}.faprothin-square-franc:before{content:"\f834"}.faprothin-square-full:before{content:"\f835"}.faprothin-square-g:before{content:"\f836"}.faprothin-square-guarani:before{content:"\f837"}.faprothin-square-h:before{content:"\f838"}.faprothin-square-half-horizontal:before{content:"\f839"}.faprothin-square-half-stroke-horizontal:before{content:"\f83a"}.faprothin-square-half-stroke:before{content:"\f83b"}.faprothin-square-half:before{content:"\f83c"}.faprothin-square-heart:before{content:"\f83d"}.faprothin-square-hryvnia:before{content:"\f83e"}.faprothin-square-i:before{content:"\f83f"}.faprothin-square-indian-rupee:before{content:"\f840"}.faprothin-square-info:before{content:"\f841"}.faprothin-square-j:before{content:"\f842"}.faprothin-square-k:before{content:"\f843"}.faprothin-square-kanban:before{content:"\f844"}.faprothin-square-kip:before{content:"\f845"}.faprothin-square-l:before{content:"\f846"}.faprothin-square-lari:before{content:"\f847"}.faprothin-square-left:before{content:"\f848"}.faprothin-square-lira:before{content:"\f849"}.faprothin-square-list:before{content:"\f84a"}.faprothin-square-litecoin:before{content:"\f84b"}.faprothin-square-m:before{content:"\f84c"}.faprothin-square-malaysian-ringgit:before{content:"\f84d"}.faprothin-square-manat:before{content:"\f84e"}.faprothin-square-microphone:before{content:"\f84f"}.faprothin-square-mill:before{content:"\f850"}.faprothin-square-minus:before{content:"\f851"}.faprothin-square-n:before{content:"\f852"}.faprothin-square-naira:before{content:"\f853"}.faprothin-square-nfi:before{content:"\f854"}.faprothin-square-norwegian-krone:before{content:"\f855"}.faprothin-square-o:before{content:"\f856"}.faprothin-square-p:before{content:"\f857"}.faprothin-square-parking-slash:before{content:"\f858"}.faprothin-square-parking:before{content:"\f859"}.faprothin-square-pen:before{content:"\f85a"}.faprothin-square-person-confined:before{content:"\f85b"}.faprothin-square-peruvian-soles:before{content:"\f85c"}.faprothin-square-peseta:before{content:"\f85d"}.faprothin-square-peso:before{content:"\f85e"}.faprothin-square-phone-flip:before{content:"\f85f"}.faprothin-square-phone-hangup:before{content:"\f860"}.faprothin-square-phone:before{content:"\f861"}.faprothin-square-plus:before{content:"\f862"}.faprothin-square-polish-zloty:before{content:"\f863"}.faprothin-square-poll-horizontal:before{content:"\f864"}.faprothin-square-poll-vertical:before{content:"\f865"}.faprothin-square-q:before{content:"\f866"}.faprothin-square-quarters:before{content:"\f867"}.faprothin-square-question:before{content:"\f868"}.faprothin-square-quote:before{content:"\f869"}.faprothin-square-r:before{content:"\f86a"}.faprothin-square-renminbi:before{content:"\f86b"}.faprothin-square-right:before{content:"\f86c"}.faprothin-square-ring:before{content:"\f86d"}.faprothin-square-root-alt:before{content:"\f86e"}.faprothin-square-root-variable:before{content:"\f86f"}.faprothin-square-root:before{content:"\f870"}.faprothin-square-rss:before{content:"\f871"}.faprothin-square-ruble:before{content:"\f872"}.faprothin-square-rupee:before{content:"\f873"}.faprothin-square-rupiah:before{content:"\f874"}.faprothin-square-s:before{content:"\f875"}.faprothin-square-share-nodes:before{content:"\f876"}.faprothin-square-shekel:before{content:"\f877"}.faprothin-square-sliders-vertical:before{content:"\f878"}.faprothin-square-sliders:before{content:"\f879"}.faprothin-square-small:before{content:"\f87a"}.faprothin-square-star:before{content:"\f87b"}.faprothin-square-sterling:before{content:"\f87c"}.faprothin-square-swedish-krona:before{content:"\f87d"}.faprothin-square-t:before{content:"\f87e"}.faprothin-square-tenge:before{content:"\f87f"}.faprothin-square-terminal:before{content:"\f880"}.faprothin-square-this-way-up:before{content:"\f881"}.faprothin-square-tugrik:before{content:"\f882"}.faprothin-square-turkish-lira:before{content:"\f883"}.faprothin-square-u:before{content:"\f884"}.faprothin-square-up-left:before{content:"\f885"}.faprothin-square-up-right:before{content:"\f886"}.faprothin-square-up:before{content:"\f887"}.faprothin-square-user:before{content:"\f888"}.faprothin-square-v:before{content:"\f889"}.faprothin-square-virus:before{content:"\f88a"}.faprothin-square-w:before{content:"\f88b"}.faprothin-square-wine-glass-crack:before{content:"\f88c"}.faprothin-square-won:before{content:"\f88d"}.faprothin-square-x:before{content:"\f88e"}.faprothin-square-xmark:before{content:"\f88f"}.faprothin-square-y:before{content:"\f890"}.faprothin-square-yen:before{content:"\f891"}.faprothin-square-z:before{content:"\f892"}.faprothin-square:before{content:"\f893"}.faprothin-squareapore-dollar:before{content:"\f894"}.faprothin-squid:before{content:"\f895"}.faprothin-squirrel:before{content:"\f896"}.faprothin-stadium:before{content:"\f897"}.faprothin-staff-aesculapius:before{content:"\f898"}.faprothin-staff-snake:before{content:"\f899"}.faprothin-staff:before{content:"\f89a"}.faprothin-stair-car:before{content:"\f89b"}.faprothin-stairs:before{content:"\f89c"}.faprothin-stamp:before{content:"\f89d"}.faprothin-standard-definition:before{content:"\f89e"}.faprothin-stapler:before{content:"\f89f"}.faprothin-star-and-crescent:before{content:"\f8a0"}.faprothin-star-christmas:before{content:"\f8a1"}.faprothin-star-circle:before{content:"\f8a2"}.faprothin-star-exclamation:before{content:"\f8a3"}.faprothin-star-half-alt:before{content:"\f8a4"}.faprothin-star-half-stroke:before{content:"\f8a5"}.faprothin-star-half:before{content:"\f8a6"}.faprothin-star-of-david:before{content:"\f8a7"}.faprothin-star-of-life:before{content:"\f8a8"}.faprothin-star-sharp-half-alt:before{content:"\f8a9"}.faprothin-star-sharp-half-stroke:before{content:"\f8aa"}.faprothin-star-sharp-half:before{content:"\f8ab"}.faprothin-star-sharp:before{content:"\f8ac"}.faprothin-star-shooting:before{content:"\f8ad"}.faprothin-star:before{content:"\f8ae"}.faprothin-starfighter-alt-advanced:before{content:"\f8af"}.faprothin-starfighter-alt:before{content:"\f8b0"}.faprothin-starfighter-twin-ion-engine-advanced:before{content:"\f8b1"}.faprothin-starfighter-twin-ion-engine:before{content:"\f8b2"}.faprothin-starfighter:before{content:"\f8b3"}.faprothin-stars:before{content:"\f8b4"}.faprothin-starship-freighter:before{content:"\f8b5"}.faprothin-starship:before{content:"\f8b6"}.faprothin-steak:before{content:"\f8b7"}.faprothin-steering-wheel:before{content:"\f8b8"}.faprothin-step-backward:before{content:"\f8b9"}.faprothin-step-forward:before{content:"\f8ba"}.faprothin-sterling-sign:before{content:"\f8bb"}.faprothin-stethoscope:before{content:"\f8bc"}.faprothin-sticky-note:before{content:"\f8bd"}.faprothin-stocking:before{content:"\f8be"}.faprothin-stomach:before{content:"\f8bf"}.faprothin-stool:before{content:"\f8c0"}.faprothin-stop-circle:before{content:"\f8c1"}.faprothin-stop:before{content:"\f8c2"}.faprothin-stopwatch-20:before{content:"\f8c3"}.faprothin-stopwatch:before{content:"\f8c4"}.faprothin-store-24:before{content:"\f8c5"}.faprothin-store-alt-slash:before{content:"\f8c6"}.faprothin-store-alt:before{content:"\f8c7"}.faprothin-store-lock:before{content:"\f8c8"}.faprothin-store-slash:before{content:"\f8c9"}.faprothin-store:before{content:"\f8ca"}.faprothin-strawberry:before{content:"\f8cb"}.faprothin-stream:before{content:"\f8cc"}.faprothin-street-view:before{content:"\f8cd"}.faprothin-stretcher:before{content:"\f8ce"}.faprothin-strikethrough:before{content:"\f8cf"}.faprothin-stroopwafel:before{content:"\f8d0"}.faprothin-subscript:before{content:"\f8d1"}.faprothin-subtitles-slash:before{content:"\f8d2"}.faprothin-subtitles:before{content:"\f8d3"}.faprothin-subtract:before{content:"\f8d4"}.faprothin-subway-tunnel:before{content:"\f8d5"}.faprothin-subway:before{content:"\f8d6"}.faprothin-suitcase-medical:before{content:"\f8d7"}.faprothin-suitcase-rolling:before{content:"\f8d8"}.faprothin-suitcase:before{content:"\f8d9"}.faprothin-sun-alt:before{content:"\f8da"}.faprothin-sun-bright:before{content:"\f8db"}.faprothin-sun-cloud:before{content:"\f8dc"}.faprothin-sun-dust:before{content:"\f8dd"}.faprothin-sun-haze:before{content:"\f8de"}.faprothin-sun-plant-wilt:before{content:"\f8df"}.faprothin-sun:before{content:"\f8e0"}.faprothin-sunglasses:before{content:"\f8e1"}.faprothin-sunrise:before{content:"\f8e2"}.faprothin-sunset:before{content:"\f8e3"}.faprothin-superscript:before{content:"\f8e4"}.faprothin-surprise:before{content:"\f8e5"}.faprothin-sushi-roll:before{content:"\f8e6"}.faprothin-sushi:before{content:"\f8e7"}.faprothin-swap-arrows:before{content:"\f8e8"}.faprothin-swap:before{content:"\f8e9"}.faprothin-swatchbook:before{content:"\f8ea"}.faprothin-swedish-krona-sign:before{content:"\f8eb"}.faprothin-swimmer:before{content:"\f8ec"}.faprothin-swimming-pool:before{content:"\f8ed"}.faprothin-sword-laser-alt:before{content:"\f8ee"}.faprothin-sword-laser:before{content:"\f8ef"}.faprothin-sword:before{content:"\f8f0"}.faprothin-swords-laser:before{content:"\f8f1"}.faprothin-swords:before{content:"\f8f2"}.faprothin-symbols:before{content:"\f8f3"}.faprothin-synagogue:before{content:"\f8f4"}.faprothin-sync-alt:before{content:"\f8f5"}.faprothin-sync:before{content:"\f8f6"}.faprothin-syringe:before{content:"\f8f7"}.faprothin-t-rex:before{content:"\f8f8"}.faprothin-t-shirt:before{content:"\f8f9"}.faprothin-t:before{content:"\f8fa"}.faprothin-table-bar:before{content:"\f8fb"}.faprothin-table-cells-column-lock:before{content:"\f8fc"}.faprothin-table-cells-column-unlock:before{content:"\f8fd"}.faprothin-table-cells-columns:before{content:"\f8fe"}.faprothin-table-cells-header-lock:before{content:"\f8ff"}.faprothin-table-cells-header-unlock:before{content:"\f900"}.faprothin-table-cells-header:before{content:"\f901"}.faprothin-table-cells-large:before{content:"\f902"}.faprothin-table-cells-lock:before{content:"\f903"}.faprothin-table-cells-merge:before{content:"\f904"}.faprothin-table-cells-row-lock:before{content:"\f905"}.faprothin-table-cells-row-unlock:before{content:"\f906"}.faprothin-table-cells-rows:before{content:"\f907"}.faprothin-table-cells-split:before{content:"\f908"}.faprothin-table-cells-unlock:before{content:"\f909"}.faprothin-table-cells:before{content:"\f90a"}.faprothin-table-columns-add-after:before{content:"\f90b"}.faprothin-table-columns-add-before:before{content:"\f90c"}.faprothin-table-columns-merge-next:before{content:"\f90d"}.faprothin-table-columns-merge-previous:before{content:"\f90e"}.faprothin-table-columns-remove-after:before{content:"\f90f"}.faprothin-table-columns-remove-before:before{content:"\f910"}.faprothin-table-columns:before{content:"\f911"}.faprothin-table-dining:before{content:"\f912"}.faprothin-table-layout:before{content:"\f913"}.faprothin-table-list:before{content:"\f914"}.faprothin-table-picnic:before{content:"\f915"}.faprothin-table-pivot:before{content:"\f916"}.faprothin-table-rows-add-above:before{content:"\f917"}.faprothin-table-rows-add-below:before{content:"\f918"}.faprothin-table-rows-merge-next:before{content:"\f919"}.faprothin-table-rows-merge-previous:before{content:"\f91a"}.faprothin-table-rows-remove-above:before{content:"\f91b"}.faprothin-table-rows-remove-below:before{content:"\f91c"}.faprothin-table-rows:before{content:"\f91d"}.faprothin-table-slash:before{content:"\f91e"}.faprothin-table-tennis-paddle-ball:before{content:"\f91f"}.faprothin-table-tennis:before{content:"\f920"}.faprothin-table-tree:before{content:"\f921"}.faprothin-table:before{content:"\f922"}.faprothin-tablet-alt:before{content:"\f923"}.faprothin-tablet-android-alt:before{content:"\f924"}.faprothin-tablet-android:before{content:"\f925"}.faprothin-tablet-button:before{content:"\f926"}.faprothin-tablet-rugged:before{content:"\f927"}.faprothin-tablet-screen-button:before{content:"\f928"}.faprothin-tablet-screen:before{content:"\f929"}.faprothin-tablet:before{content:"\f92a"}.faprothin-tablets:before{content:"\f92b"}.faprothin-tachograph-digital:before{content:"\f92c"}.faprothin-tachometer-alt-average:before{content:"\f92d"}.faprothin-tachometer-alt-fast:before{content:"\f92e"}.faprothin-tachometer-alt-fastest:before{content:"\f92f"}.faprothin-tachometer-alt-slow:before{content:"\f930"}.faprothin-tachometer-alt-slowest:before{content:"\f931"}.faprothin-tachometer-alt:before{content:"\f932"}.faprothin-tachometer-average:before{content:"\f933"}.faprothin-tachometer-fast:before{content:"\f934"}.faprothin-tachometer-fastest:before{content:"\f935"}.faprothin-tachometer-slow:before{content:"\f936"}.faprothin-tachometer-slowest:before{content:"\f937"}.faprothin-tachometer:before{content:"\f938"}.faprothin-taco:before{content:"\f939"}.faprothin-tag:before{content:"\f93a"}.faprothin-tags:before{content:"\f93b"}.faprothin-tally-1:before{content:"\f93c"}.faprothin-tally-2:before{content:"\f93d"}.faprothin-tally-3:before{content:"\f93e"}.faprothin-tally-4:before{content:"\f93f"}.faprothin-tally-5:before{content:"\f940"}.faprothin-tally:before{content:"\f941"}.faprothin-tamale:before{content:"\f942"}.faprothin-tanakh:before{content:"\f943"}.faprothin-tank-recovery:before{content:"\f944"}.faprothin-tank-water:before{content:"\f945"}.faprothin-tape:before{content:"\f946"}.faprothin-tarp-droplet:before{content:"\f947"}.faprothin-tarp:before{content:"\f948"}.faprothin-tasks-alt:before{content:"\f949"}.faprothin-tasks:before{content:"\f94a"}.faprothin-taurus:before{content:"\f94b"}.faprothin-taxi-bus:before{content:"\f94c"}.faprothin-taxi:before{content:"\f94d"}.faprothin-teddy-bear:before{content:"\f94e"}.faprothin-teeth-open:before{content:"\f94f"}.faprothin-teeth:before{content:"\f950"}.faprothin-telescope:before{content:"\f951"}.faprothin-teletype-answer:before{content:"\f952"}.faprothin-teletype:before{content:"\f953"}.faprothin-television:before{content:"\f954"}.faprothin-temperature-0:before{content:"\f955"}.faprothin-temperature-1:before{content:"\f956"}.faprothin-temperature-2:before{content:"\f957"}.faprothin-temperature-3:before{content:"\f958"}.faprothin-temperature-4:before{content:"\f959"}.faprothin-temperature-arrow-down:before{content:"\f95a"}.faprothin-temperature-arrow-up:before{content:"\f95b"}.faprothin-temperature-down:before{content:"\f95c"}.faprothin-temperature-empty:before{content:"\f95d"}.faprothin-temperature-frigid:before{content:"\f95e"}.faprothin-temperature-full:before{content:"\f95f"}.faprothin-temperature-half:before{content:"\f960"}.faprothin-temperature-high:before{content:"\f961"}.faprothin-temperature-hot:before{content:"\f962"}.faprothin-temperature-list:before{content:"\f963"}.faprothin-temperature-low:before{content:"\f964"}.faprothin-temperature-quarter:before{content:"\f965"}.faprothin-temperature-slash:before{content:"\f966"}.faprothin-temperature-snow:before{content:"\f967"}.faprothin-temperature-sun:before{content:"\f968"}.faprothin-temperature-three-quarters:before{content:"\f969"}.faprothin-temperature-up:before{content:"\f96a"}.faprothin-tenge-sign:before{content:"\f96b"}.faprothin-tenge:before{content:"\f96c"}.faprothin-tennis-ball:before{content:"\f96d"}.faprothin-tent-arrow-down-to-line:before{content:"\f96e"}.faprothin-tent-arrow-left-right:before{content:"\f96f"}.faprothin-tent-arrow-turn-left:before{content:"\f970"}.faprothin-tent-arrows-down:before{content:"\f971"}.faprothin-tent-circus:before{content:"\f972"}.faprothin-tent-double-peak:before{content:"\f973"}.faprothin-tent:before{content:"\f974"}.faprothin-tents:before{content:"\f975"}.faprothin-terminal:before{content:"\f976"}.faprothin-text-height:before{content:"\f977"}.faprothin-text-size:before{content:"\f978"}.faprothin-text-slash:before{content:"\f979"}.faprothin-text-width:before{content:"\f97a"}.faprothin-text:before{content:"\f97b"}.faprothin-th-large:before{content:"\f97c"}.faprothin-th-list:before{content:"\f97d"}.faprothin-th:before{content:"\f97e"}.faprothin-theater-masks:before{content:"\f97f"}.faprothin-thermometer-0:before{content:"\f980"}.faprothin-thermometer-1:before{content:"\f981"}.faprothin-thermometer-2:before{content:"\f982"}.faprothin-thermometer-3:before{content:"\f983"}.faprothin-thermometer-4:before{content:"\f984"}.faprothin-thermometer-empty:before{content:"\f985"}.faprothin-thermometer-full:before{content:"\f986"}.faprothin-thermometer-half:before{content:"\f987"}.faprothin-thermometer-quarter:before{content:"\f988"}.faprothin-thermometer-three-quarters:before{content:"\f989"}.faprothin-thermometer:before{content:"\f98a"}.faprothin-theta:before{content:"\f98b"}.faprothin-thought-bubble:before{content:"\f98c"}.faprothin-thumb-tack-slash:before{content:"\f98d"}.faprothin-thumb-tack:before{content:"\f98e"}.faprothin-thumbs-down:before{content:"\f98f"}.faprothin-thumbs-up:before{content:"\f990"}.faprothin-thumbtack-angle-slash:before{content:"\f991"}.faprothin-thumbtack-angle:before{content:"\f992"}.faprothin-thumbtack-slash:before{content:"\f993"}.faprothin-thumbtack:before{content:"\f994"}.faprothin-thunderstorm-moon:before{content:"\f995"}.faprothin-thunderstorm-sun:before{content:"\f996"}.faprothin-thunderstorm:before{content:"\f997"}.faprothin-tick:before{content:"\f998"}.faprothin-ticket-airline:before{content:"\f999"}.faprothin-ticket-alt:before{content:"\f99a"}.faprothin-ticket-perforated-plane:before{content:"\f99b"}.faprothin-ticket-perforated:before{content:"\f99c"}.faprothin-ticket-plane:before{content:"\f99d"}.faprothin-ticket-simple:before{content:"\f99e"}.faprothin-ticket:before{content:"\f99f"}.faprothin-tickets-airline:before{content:"\f9a0"}.faprothin-tickets-perforated-plane:before{content:"\f9a1"}.faprothin-tickets-perforated:before{content:"\f9a2"}.faprothin-tickets-plane:before{content:"\f9a3"}.faprothin-tickets-simple:before{content:"\f9a4"}.faprothin-tickets:before{content:"\f9a5"}.faprothin-tilde:before{content:"\f9a6"}.faprothin-timeline-arrow:before{content:"\f9a7"}.faprothin-timeline:before{content:"\f9a8"}.faprothin-timer:before{content:"\f9a9"}.faprothin-times-circle:before{content:"\f9aa"}.faprothin-times-hexagon:before{content:"\f9ab"}.faprothin-times-octagon:before{content:"\f9ac"}.faprothin-times-rectangle:before{content:"\f9ad"}.faprothin-times-square:before{content:"\f9ae"}.faprothin-times-to-slot:before{content:"\f9af"}.faprothin-times:before{content:"\f9b0"}.faprothin-tint-slash:before{content:"\f9b1"}.faprothin-tint:before{content:"\f9b2"}.faprothin-tire-flat:before{content:"\f9b3"}.faprothin-tire-pressure-warning:before{content:"\f9b4"}.faprothin-tire-rugged:before{content:"\f9b5"}.faprothin-tire:before{content:"\f9b6"}.faprothin-tired:before{content:"\f9b7"}.faprothin-toggle-large-off:before{content:"\f9b8"}.faprothin-toggle-large-on:before{content:"\f9b9"}.faprothin-toggle-off:before{content:"\f9ba"}.faprothin-toggle-on:before{content:"\f9bb"}.faprothin-toilet-paper-alt:before{content:"\f9bc"}.faprothin-toilet-paper-blank-under:before{content:"\f9bd"}.faprothin-toilet-paper-blank:before{content:"\f9be"}.faprothin-toilet-paper-check:before{content:"\f9bf"}.faprothin-toilet-paper-reverse-alt:before{content:"\f9c0"}.faprothin-toilet-paper-reverse-slash:before{content:"\f9c1"}.faprothin-toilet-paper-reverse:before{content:"\f9c2"}.faprothin-toilet-paper-slash:before{content:"\f9c3"}.faprothin-toilet-paper-under-slash:before{content:"\f9c4"}.faprothin-toilet-paper-under:before{content:"\f9c5"}.faprothin-toilet-paper-xmark:before{content:"\f9c6"}.faprothin-toilet-paper:before{content:"\f9c7"}.faprothin-toilet-portable:before{content:"\f9c8"}.faprothin-toilet:before{content:"\f9c9"}.faprothin-toilets-portable:before{content:"\f9ca"}.faprothin-tomato:before{content:"\f9cb"}.faprothin-tombstone-alt:before{content:"\f9cc"}.faprothin-tombstone-blank:before{content:"\f9cd"}.faprothin-tombstone:before{content:"\f9ce"}.faprothin-toolbox:before{content:"\f9cf"}.faprothin-tools:before{content:"\f9d0"}.faprothin-tooth:before{content:"\f9d1"}.faprothin-toothbrush:before{content:"\f9d2"}.faprothin-torah:before{content:"\f9d3"}.faprothin-torii-gate:before{content:"\f9d4"}.faprothin-tornado:before{content:"\f9d5"}.faprothin-tower-broadcast:before{content:"\f9d6"}.faprothin-tower-cell:before{content:"\f9d7"}.faprothin-tower-control:before{content:"\f9d8"}.faprothin-tower-observation:before{content:"\f9d9"}.faprothin-tower-receive:before{content:"\f9da"}.faprothin-tractor:before{content:"\f9db"}.faprothin-trademark:before{content:"\f9dc"}.faprothin-traffic-cone:before{content:"\f9dd"}.faprothin-traffic-light-go:before{content:"\f9de"}.faprothin-traffic-light-slow:before{content:"\f9df"}.faprothin-traffic-light-stop:before{content:"\f9e0"}.faprothin-traffic-light:before{content:"\f9e1"}.faprothin-trailer:before{content:"\f9e2"}.faprothin-train-stop:before{content:"\f9e3"}.faprothin-train-subway-tunnel:before{content:"\f9e4"}.faprothin-train-subway:before{content:"\f9e5"}.faprothin-train-track:before{content:"\f9e6"}.faprothin-train-tram:before{content:"\f9e7"}.faprothin-train-tunnel:before{content:"\f9e8"}.faprothin-train:before{content:"\f9e9"}.faprothin-tram:before{content:"\f9ea"}.faprothin-transducer:before{content:"\f9eb"}.faprothin-transformer-bolt:before{content:"\f9ec"}.faprothin-transgender-alt:before{content:"\f9ed"}.faprothin-transgender:before{content:"\f9ee"}.faprothin-transmission:before{content:"\f9ef"}.faprothin-transporter-1:before{content:"\f9f0"}.faprothin-transporter-2:before{content:"\f9f1"}.faprothin-transporter-3:before{content:"\f9f2"}.faprothin-transporter-4:before{content:"\f9f3"}.faprothin-transporter-5:before{content:"\f9f4"}.faprothin-transporter-6:before{content:"\f9f5"}.faprothin-transporter-7:before{content:"\f9f6"}.faprothin-transporter-empty:before{content:"\f9f7"}.faprothin-transporter:before{content:"\f9f8"}.faprothin-trash-alt-slash:before{content:"\f9f9"}.faprothin-trash-alt:before{content:"\f9fa"}.faprothin-trash-arrow-turn-left:before{content:"\f9fb"}.faprothin-trash-arrow-up:before{content:"\f9fc"}.faprothin-trash-can-arrow-turn-left:before{content:"\f9fd"}.faprothin-trash-can-arrow-up:before{content:"\f9fe"}.faprothin-trash-can-check:before{content:"\f9ff"}.faprothin-trash-can-clock:before{content:"\fa00"}.faprothin-trash-can-list:before{content:"\fa01"}.faprothin-trash-can-plus:before{content:"\fa02"}.faprothin-trash-can-slash:before{content:"\fa03"}.faprothin-trash-can-undo:before{content:"\fa04"}.faprothin-trash-can-xmark:before{content:"\fa05"}.faprothin-trash-can:before{content:"\fa06"}.faprothin-trash-check:before{content:"\fa07"}.faprothin-trash-circle:before{content:"\fa08"}.faprothin-trash-clock:before{content:"\fa09"}.faprothin-trash-list:before{content:"\fa0a"}.faprothin-trash-plus:before{content:"\fa0b"}.faprothin-trash-restore-alt:before{content:"\fa0c"}.faprothin-trash-restore:before{content:"\fa0d"}.faprothin-trash-slash:before{content:"\fa0e"}.faprothin-trash-undo-alt:before{content:"\fa0f"}.faprothin-trash-undo:before{content:"\fa10"}.faprothin-trash-xmark:before{content:"\fa11"}.faprothin-trash:before{content:"\fa12"}.faprothin-treasure-chest:before{content:"\fa13"}.faprothin-tree-alt:before{content:"\fa14"}.faprothin-tree-christmas:before{content:"\fa15"}.faprothin-tree-city:before{content:"\fa16"}.faprothin-tree-deciduous:before{content:"\fa17"}.faprothin-tree-decorated:before{content:"\fa18"}.faprothin-tree-large:before{content:"\fa19"}.faprothin-tree-palm:before{content:"\fa1a"}.faprothin-tree:before{content:"\fa1b"}.faprothin-trees:before{content:"\fa1c"}.faprothin-trian-balbot:before{content:"\fa1d"}.faprothin-triangle-circle-square:before{content:"\fa1e"}.faprothin-triangle-exclamation:before{content:"\fa1f"}.faprothin-triangle-instrument:before{content:"\fa20"}.faprothin-triangle-music:before{content:"\fa21"}.faprothin-triangle-person-digging:before{content:"\fa22"}.faprothin-triangle:before{content:"\fa23"}.faprothin-tricycle-adult:before{content:"\fa24"}.faprothin-tricycle:before{content:"\fa25"}.faprothin-trillium:before{content:"\fa26"}.faprothin-triple-chevrons-down:before{content:"\fa27"}.faprothin-triple-chevrons-left:before{content:"\fa28"}.faprothin-triple-chevrons-right:before{content:"\fa29"}.faprothin-triple-chevrons-up:before{content:"\fa2a"}.faprothin-trombone:before{content:"\fa2b"}.faprothin-trophy-alt:before{content:"\fa2c"}.faprothin-trophy-star:before{content:"\fa2d"}.faprothin-trophy:before{content:"\fa2e"}.faprothin-trowel-bricks:before{content:"\fa2f"}.faprothin-trowel:before{content:"\fa30"}.faprothin-truck-arrow-right:before{content:"\fa31"}.faprothin-truck-bolt:before{content:"\fa32"}.faprothin-truck-clock:before{content:"\fa33"}.faprothin-truck-container-empty:before{content:"\fa34"}.faprothin-truck-container:before{content:"\fa35"}.faprothin-truck-couch:before{content:"\fa36"}.faprothin-truck-droplet:before{content:"\fa37"}.faprothin-truck-fast:before{content:"\fa38"}.faprothin-truck-field-un:before{content:"\fa39"}.faprothin-truck-field:before{content:"\fa3a"}.faprothin-truck-fire:before{content:"\fa3b"}.faprothin-truck-flatbed:before{content:"\fa3c"}.faprothin-truck-front:before{content:"\fa3d"}.faprothin-truck-ladder:before{content:"\fa3e"}.faprothin-truck-loading:before{content:"\fa3f"}.faprothin-truck-medical:before{content:"\fa40"}.faprothin-truck-monster:before{content:"\fa41"}.faprothin-truck-moving:before{content:"\fa42"}.faprothin-truck-pickup:before{content:"\fa43"}.faprothin-truck-plane:before{content:"\fa44"}.faprothin-truck-plow:before{content:"\fa45"}.faprothin-truck-ramp-box:before{content:"\fa46"}.faprothin-truck-ramp-couch:before{content:"\fa47"}.faprothin-truck-ramp:before{content:"\fa48"}.faprothin-truck-suv:before{content:"\fa49"}.faprothin-truck-tow:before{content:"\fa4a"}.faprothin-truck-utensils:before{content:"\fa4b"}.faprothin-truck:before{content:"\fa4c"}.faprothin-trumpet:before{content:"\fa4d"}.faprothin-try:before{content:"\fa4e"}.faprothin-tshirt:before{content:"\fa4f"}.faprothin-tty-answer:before{content:"\fa50"}.faprothin-tty:before{content:"\fa51"}.faprothin-tugrik-sign:before{content:"\fa52"}.faprothin-turkey:before{content:"\fa53"}.faprothin-turkish-lira-sign:before{content:"\fa54"}.faprothin-turkish-lira:before{content:"\fa55"}.faprothin-turn-down-left:before{content:"\fa56"}.faprothin-turn-down-right:before{content:"\fa57"}.faprothin-turn-down:before{content:"\fa58"}.faprothin-turn-left-down:before{content:"\fa59"}.faprothin-turn-left-up:before{content:"\fa5a"}.faprothin-turn-left:before{content:"\fa5b"}.faprothin-turn-right:before{content:"\fa5c"}.faprothin-turn-up:before{content:"\fa5d"}.faprothin-turntable:before{content:"\fa5e"}.faprothin-turtle:before{content:"\fa5f"}.faprothin-tv-alt:before{content:"\fa60"}.faprothin-tv-music:before{content:"\fa61"}.faprothin-tv-retro:before{content:"\fa62"}.faprothin-tv:before{content:"\fa63"}.faprothin-typewriter:before{content:"\fa64"}.faprothin-u-turn-down-left:before{content:"\fa65"}.faprothin-u-turn-down-right:before{content:"\fa66"}.faprothin-u-turn-left-down:before{content:"\fa67"}.faprothin-u-turn-left-up:before{content:"\fa68"}.faprothin-u-turn-right-down:before{content:"\fa69"}.faprothin-u-turn-right-up:before{content:"\fa6a"}.faprothin-u-turn-up-left:before{content:"\fa6b"}.faprothin-u-turn-up-right:before{content:"\fa6c"}.faprothin-u-turn:before{content:"\fa6d"}.faprothin-u:before{content:"\fa6e"}.faprothin-ufo-beam:before{content:"\fa6f"}.faprothin-ufo:before{content:"\fa70"}.faprothin-umbrella-alt:before{content:"\fa71"}.faprothin-umbrella-beach:before{content:"\fa72"}.faprothin-umbrella-simple:before{content:"\fa73"}.faprothin-umbrella:before{content:"\fa74"}.faprothin-underline:before{content:"\fa75"}.faprothin-undo-alt:before{content:"\fa76"}.faprothin-undo:before{content:"\fa77"}.faprothin-unicorn:before{content:"\fa78"}.faprothin-unicycle:before{content:"\fa79"}.faprothin-uniform-martial-arts:before{content:"\fa7a"}.faprothin-union:before{content:"\fa7b"}.faprothin-universal-access:before{content:"\fa7c"}.faprothin-university:before{content:"\fa7d"}.faprothin-unlink:before{content:"\fa7e"}.faprothin-unlock-alt:before{content:"\fa7f"}.faprothin-unlock-keyhole:before{content:"\fa80"}.faprothin-unlock:before{content:"\fa81"}.faprothin-unsorted:before{content:"\fa82"}.faprothin-up-down-left-right:before{content:"\fa83"}.faprothin-up-down:before{content:"\fa84"}.faprothin-up-from-bracket:before{content:"\fa85"}.faprothin-up-from-dotted-line:before{content:"\fa86"}.faprothin-up-from-line:before{content:"\fa87"}.faprothin-up-left:before{content:"\fa88"}.faprothin-up-long-to-line:before{content:"\fa89"}.faprothin-up-long:before{content:"\fa8a"}.faprothin-up-right-and-down-left-from-center:before{content:"\fa8b"}.faprothin-up-right-from-square:before{content:"\fa8c"}.faprothin-up-right:before{content:"\fa8d"}.faprothin-up-to-bracket:before{content:"\fa8e"}.faprothin-up-to-dotted-line:before{content:"\fa8f"}.faprothin-up-to-line:before{content:"\fa90"}.faprothin-up:before{content:"\fa91"}.faprothin-upload:before{content:"\fa92"}.faprothin-usb-drive:before{content:"\fa93"}.faprothin-usd-circle:before{content:"\fa94"}.faprothin-usd-square:before{content:"\fa95"}.faprothin-usd:before{content:"\fa96"}.faprothin-user-alien:before{content:"\fa97"}.faprothin-user-alt-slash:before{content:"\fa98"}.faprothin-user-alt:before{content:"\fa99"}.faprothin-user-astronaut:before{content:"\fa9a"}.faprothin-user-beard-bolt:before{content:"\fa9b"}.faprothin-user-beard:before{content:"\fa9c"}.faprothin-user-bounty-hunter:before{content:"\fa9d"}.faprothin-user-chart:before{content:"\fa9e"}.faprothin-user-check:before{content:"\fa9f"}.faprothin-user-chef-hair-long:before{content:"\faa0"}.faprothin-user-chef:before{content:"\faa1"}.faprothin-user-circle-minus:before{content:"\faa2"}.faprothin-user-circle-plus:before{content:"\faa3"}.faprothin-user-circle:before{content:"\faa4"}.faprothin-user-clock:before{content:"\faa5"}.faprothin-user-cog:before{content:"\faa6"}.faprothin-user-construction:before{content:"\faa7"}.faprothin-user-cowboy:before{content:"\faa8"}.faprothin-user-crown:before{content:"\faa9"}.faprothin-user-dashed:before{content:"\faaa"}.faprothin-user-doctor-hair-long:before{content:"\faab"}.faprothin-user-doctor-hair-mullet:before{content:"\faac"}.faprothin-user-doctor-hair:before{content:"\faad"}.faprothin-user-doctor-message:before{content:"\faae"}.faprothin-user-doctor:before{content:"\faaf"}.faprothin-user-edit:before{content:"\fab0"}.faprothin-user-friends:before{content:"\fab1"}.faprothin-user-gear:before{content:"\fab2"}.faprothin-user-graduate:before{content:"\fab3"}.faprothin-user-group-crown:before{content:"\fab4"}.faprothin-user-group-simple:before{content:"\fab5"}.faprothin-user-group:before{content:"\fab6"}.faprothin-user-hair-buns:before{content:"\fab7"}.faprothin-user-hair-long:before{content:"\fab8"}.faprothin-user-hair-mullet:before{content:"\fab9"}.faprothin-user-hair:before{content:"\faba"}.faprothin-user-hard-hat:before{content:"\fabb"}.faprothin-user-hat-tie-magnifying-glass:before{content:"\fabc"}.faprothin-user-hat-tie:before{content:"\fabd"}.faprothin-user-headset:before{content:"\fabe"}.faprothin-user-helmet-safety:before{content:"\fabf"}.faprothin-user-hoodie:before{content:"\fac0"}.faprothin-user-injured:before{content:"\fac1"}.faprothin-user-key:before{content:"\fac2"}.faprothin-user-large-slash:before{content:"\fac3"}.faprothin-user-large:before{content:"\fac4"}.faprothin-user-lock:before{content:"\fac5"}.faprothin-user-magnifying-glass:before{content:"\fac6"}.faprothin-user-md-chat:before{content:"\fac7"}.faprothin-user-md:before{content:"\fac8"}.faprothin-user-message:before{content:"\fac9"}.faprothin-user-microphone:before{content:"\faca"}.faprothin-user-minus:before{content:"\facb"}.faprothin-user-music:before{content:"\facc"}.faprothin-user-ninja:before{content:"\facd"}.faprothin-user-nurse-hair-long:before{content:"\face"}.faprothin-user-nurse-hair:before{content:"\facf"}.faprothin-user-nurse:before{content:"\fad0"}.faprothin-user-pen:before{content:"\fad1"}.faprothin-user-pilot-hair-long:before{content:"\fad2"}.faprothin-user-pilot-tie-hair-long:before{content:"\fad3"}.faprothin-user-pilot-tie:before{content:"\fad4"}.faprothin-user-pilot:before{content:"\fad5"}.faprothin-user-plus:before{content:"\fad6"}.faprothin-user-police-hair-long:before{content:"\fad7"}.faprothin-user-police-tie-hair-long:before{content:"\fad8"}.faprothin-user-police-tie:before{content:"\fad9"}.faprothin-user-police:before{content:"\fada"}.faprothin-user-question:before{content:"\fadb"}.faprothin-user-robot-xmarks:before{content:"\fadc"}.faprothin-user-robot:before{content:"\fadd"}.faprothin-user-secret:before{content:"\fade"}.faprothin-user-shakespeare:before{content:"\fadf"}.faprothin-user-shield:before{content:"\fae0"}.faprothin-user-sith:before{content:"\fae1"}.faprothin-user-slash:before{content:"\fae2"}.faprothin-user-tag:before{content:"\fae3"}.faprothin-user-tie-hair-long:before{content:"\fae4"}.faprothin-user-tie-hair-mullet:before{content:"\fae5"}.faprothin-user-tie-hair:before{content:"\fae6"}.faprothin-user-tie:before{content:"\fae7"}.faprothin-user-times:before{content:"\fae8"}.faprothin-user-unlock:before{content:"\fae9"}.faprothin-user-viewfinder:before{content:"\faea"}.faprothin-user-visor:before{content:"\faeb"}.faprothin-user-vneck-hair-long:before{content:"\faec"}.faprothin-user-vneck-hair-mullet:before{content:"\faed"}.faprothin-user-vneck-hair:before{content:"\faee"}.faprothin-user-vneck:before{content:"\faef"}.faprothin-user-xmark:before{content:"\faf0"}.faprothin-user:before{content:"\faf1"}.faprothin-users-between-lines:before{content:"\faf2"}.faprothin-users-class:before{content:"\faf3"}.faprothin-users-cog:before{content:"\faf4"}.faprothin-users-crown:before{content:"\faf5"}.faprothin-users-gear:before{content:"\faf6"}.faprothin-users-line:before{content:"\faf7"}.faprothin-users-medical:before{content:"\faf8"}.faprothin-users-rays:before{content:"\faf9"}.faprothin-users-rectangle:before{content:"\fafa"}.faprothin-users-slash:before{content:"\fafb"}.faprothin-users-viewfinder:before{content:"\fafc"}.faprothin-users:before{content:"\fafd"}.faprothin-utensil-fork:before{content:"\fafe"}.faprothin-utensil-knife:before{content:"\faff"}.faprothin-utensil-spoon:before{content:"\fb00"}.faprothin-utensils-alt:before{content:"\fb01"}.faprothin-utensils-slash:before{content:"\fb02"}.faprothin-utensils:before{content:"\fb03"}.faprothin-utility-can:before{content:"\fb04"}.faprothin-utility-pole-double:before{content:"\fb05"}.faprothin-utility-pole:before{content:"\fb06"}.faprothin-v:before{content:"\fb07"}.faprothin-vacuum-robot:before{content:"\fb08"}.faprothin-vacuum:before{content:"\fb09"}.faprothin-value-absolute:before{content:"\fb0a"}.faprothin-van-shuttle:before{content:"\fb0b"}.faprothin-van:before{content:"\fb0c"}.faprothin-vault:before{content:"\fb0d"}.faprothin-vcard:before{content:"\fb0e"}.faprothin-vector-circle:before{content:"\fb0f"}.faprothin-vector-polygon:before{content:"\fb10"}.faprothin-vector-square:before{content:"\fb11"}.faprothin-vent-damper:before{content:"\fb12"}.faprothin-venus-double:before{content:"\fb13"}.faprothin-venus-mars:before{content:"\fb14"}.faprothin-venus:before{content:"\fb15"}.faprothin-vest-patches:before{content:"\fb16"}.faprothin-vest:before{content:"\fb17"}.faprothin-vhs:before{content:"\fb18"}.faprothin-vial-circle-check:before{content:"\fb19"}.faprothin-vial-vertical:before{content:"\fb1a"}.faprothin-vial-virus:before{content:"\fb1b"}.faprothin-vial:before{content:"\fb1c"}.faprothin-vials:before{content:"\fb1d"}.faprothin-video-arrow-down-left:before{content:"\fb1e"}.faprothin-video-arrow-up-right:before{content:"\fb1f"}.faprothin-video-camera:before{content:"\fb20"}.faprothin-video-circle:before{content:"\fb21"}.faprothin-video-down-to-line:before{content:"\fb22"}.faprothin-video-handheld:before{content:"\fb23"}.faprothin-video-plus:before{content:"\fb24"}.faprothin-video-question:before{content:"\fb25"}.faprothin-video-slash:before{content:"\fb26"}.faprothin-video:before{content:"\fb27"}.faprothin-vihara:before{content:"\fb28"}.faprothin-violin:before{content:"\fb29"}.faprothin-virgo:before{content:"\fb2a"}.faprothin-virus-covid-slash:before{content:"\fb2b"}.faprothin-virus-covid:before{content:"\fb2c"}.faprothin-virus-slash:before{content:"\fb2d"}.faprothin-virus:before{content:"\fb2e"}.faprothin-viruses:before{content:"\fb2f"}.faprothin-voicemail:before{content:"\fb30"}.faprothin-volcano:before{content:"\fb31"}.faprothin-volleyball-ball:before{content:"\fb32"}.faprothin-volleyball:before{content:"\fb33"}.faprothin-volume-control-phone:before{content:"\fb34"}.faprothin-volume-down:before{content:"\fb35"}.faprothin-volume-high:before{content:"\fb36"}.faprothin-volume-low:before{content:"\fb37"}.faprothin-volume-medium:before{content:"\fb38"}.faprothin-volume-mute:before{content:"\fb39"}.faprothin-volume-off:before{content:"\fb3a"}.faprothin-volume-slash:before{content:"\fb3b"}.faprothin-volume-times:before{content:"\fb3c"}.faprothin-volume-up:before{content:"\fb3d"}.faprothin-volume-xmark:before{content:"\fb3e"}.faprothin-volume:before{content:"\fb3f"}.faprothin-vote-nay:before{content:"\fb40"}.faprothin-vote-yea:before{content:"\fb41"}.faprothin-vr-cardboard:before{content:"\fb42"}.faprothin-w:before{content:"\fb43"}.faprothin-waffle:before{content:"\fb44"}.faprothin-wagon-covered:before{content:"\fb45"}.faprothin-walker:before{content:"\fb46"}.faprothin-walkie-talkie:before{content:"\fb47"}.faprothin-walking:before{content:"\fb48"}.faprothin-wall-brick:before{content:"\fb49"}.faprothin-wallet:before{content:"\fb4a"}.faprothin-wand-magic-sparkles:before{content:"\fb4b"}.faprothin-wand-magic:before{content:"\fb4c"}.faprothin-wand-sparkles:before{content:"\fb4d"}.faprothin-wand:before{content:"\fb4e"}.faprothin-wardrobe:before{content:"\fb4f"}.faprothin-warehouse-alt:before{content:"\fb50"}.faprothin-warehouse-full:before{content:"\fb51"}.faprothin-warehouse:before{content:"\fb52"}.faprothin-warning:before{content:"\fb53"}.faprothin-washer:before{content:"\fb54"}.faprothin-washing-machine:before{content:"\fb55"}.faprothin-watch-apple:before{content:"\fb56"}.faprothin-watch-calculator:before{content:"\fb57"}.faprothin-watch-fitness:before{content:"\fb58"}.faprothin-watch-smart:before{content:"\fb59"}.faprothin-watch:before{content:"\fb5a"}.faprothin-water-arrow-down:before{content:"\fb5b"}.faprothin-water-arrow-up:before{content:"\fb5c"}.faprothin-water-ladder:before{content:"\fb5d"}.faprothin-water-lower:before{content:"\fb5e"}.faprothin-water-rise:before{content:"\fb5f"}.faprothin-water-temp:before{content:"\fb60"}.faprothin-water-temperature:before{content:"\fb61"}.faprothin-water:before{content:"\fb62"}.faprothin-watermelon-slice:before{content:"\fb63"}.faprothin-wave-pulse:before{content:"\fb64"}.faprothin-wave-sine:before{content:"\fb65"}.faprothin-wave-square:before{content:"\fb66"}.faprothin-wave-triangle:before{content:"\fb67"}.faprothin-wave:before{content:"\fb68"}.faprothin-waveform-circle:before{content:"\fb69"}.faprothin-waveform-lines:before{content:"\fb6a"}.faprothin-waveform-path:before{content:"\fb6b"}.faprothin-waveform:before{content:"\fb6c"}.faprothin-waves-sine:before{content:"\fb6d"}.faprothin-web-awesome:before{content:"\fb6e"}.faprothin-webcam-slash:before{content:"\fb6f"}.faprothin-webcam:before{content:"\fb70"}.faprothin-webhook:before{content:"\fb71"}.faprothin-weight-hanging:before{content:"\fb72"}.faprothin-weight-scale:before{content:"\fb73"}.faprothin-weight:before{content:"\fb74"}.faprothin-whale:before{content:"\fb75"}.faprothin-wheat-alt:before{content:"\fb76"}.faprothin-wheat-awn-circle-exclamation:before{content:"\fb77"}.faprothin-wheat-awn-slash:before{content:"\fb78"}.faprothin-wheat-awn:before{content:"\fb79"}.faprothin-wheat-slash:before{content:"\fb7a"}.faprothin-wheat:before{content:"\fb7b"}.faprothin-wheelchair-alt:before{content:"\fb7c"}.faprothin-wheelchair-move:before{content:"\fb7d"}.faprothin-wheelchair:before{content:"\fb7e"}.faprothin-whiskey-glass-ice:before{content:"\fb7f"}.faprothin-whiskey-glass:before{content:"\fb80"}.faprothin-whistle:before{content:"\fb81"}.faprothin-wifi-1:before{content:"\fb82"}.faprothin-wifi-2:before{content:"\fb83"}.faprothin-wifi-3:before{content:"\fb84"}.faprothin-wifi-exclamation:before{content:"\fb85"}.faprothin-wifi-fair:before{content:"\fb86"}.faprothin-wifi-slash:before{content:"\fb87"}.faprothin-wifi-strong:before{content:"\fb88"}.faprothin-wifi-weak:before{content:"\fb89"}.faprothin-wifi:before{content:"\fb8a"}.faprothin-wind-circle-exclamation:before{content:"\fb8b"}.faprothin-wind-turbine:before{content:"\fb8c"}.faprothin-wind-warning:before{content:"\fb8d"}.faprothin-wind:before{content:"\fb8e"}.faprothin-window-alt:before{content:"\fb8f"}.faprothin-window-close:before{content:"\fb90"}.faprothin-window-flip:before{content:"\fb91"}.faprothin-window-frame-open:before{content:"\fb92"}.faprothin-window-frame:before{content:"\fb93"}.faprothin-window-maximize:before{content:"\fb94"}.faprothin-window-minimize:before{content:"\fb95"}.faprothin-window-restore:before{content:"\fb96"}.faprothin-window:before{content:"\fb97"}.faprothin-windsock:before{content:"\fb98"}.faprothin-wine-bottle:before{content:"\fb99"}.faprothin-wine-glass-alt:before{content:"\fb9a"}.faprothin-wine-glass-crack:before{content:"\fb9b"}.faprothin-wine-glass-empty:before{content:"\fb9c"}.faprothin-wine-glass:before{content:"\fb9d"}.faprothin-wireless:before{content:"\fb9e"}.faprothin-won-sign:before{content:"\fb9f"}.faprothin-won:before{content:"\fba0"}.faprothin-worm:before{content:"\fba1"}.faprothin-wreath-laurel:before{content:"\fba2"}.faprothin-wreath:before{content:"\fba3"}.faprothin-wrench-simple:before{content:"\fba4"}.faprothin-wrench:before{content:"\fba5"}.faprothin-x-ray:before{content:"\fba6"}.faprothin-x:before{content:"\fba7"}.faprothin-xmark-circle:before{content:"\fba8"}.faprothin-xmark-hexagon:before{content:"\fba9"}.faprothin-xmark-large:before{content:"\fbaa"}.faprothin-xmark-octagon:before{content:"\fbab"}.faprothin-xmark-square:before{content:"\fbac"}.faprothin-xmark-to-slot:before{content:"\fbad"}.faprothin-xmark:before{content:"\fbae"}.faprothin-xmarks-lines:before{content:"\fbaf"}.faprothin-y:before{content:"\fbb0"}.faprothin-yen-sign:before{content:"\fbb1"}.faprothin-yen:before{content:"\fbb2"}.faprothin-yin-yang:before{content:"\fbb3"}.faprothin-z:before{content:"\fbb4"}.faprothin-zap:before{content:"\fbb5"}.faprothin-zzz:before{content:"\fbb6"}
.jbd-mod-user{float:right;margin-left:20px;display:block}.jbd-mod-user .user-area{float:left;text-align:right;font-size:13px}.jbd-mod-user .user-area i{font-size:16px;padding-right:7px}.jbd-mod-user .user-area a{text-decoration:none;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;line-height:24px;font-size:14px;opacity:0.7}.jbd-mod-user .user-area a:hover{opacity:1}.jbd-mod-user .user-area span{margin-left:4px;margin-right:4px;font-size:14px;opacity:0.7}.jbd-mod-user .jbd-view-cart{position:relative;float:left;margin-left:20px;color:#fff}.jbd-mod-user .jbd-view-cart i{position:relative}.jbd-mod-user .jbd-button-container{position:relative;float:left;margin-left:20px}.jbd-mod-user .jbd-button-container .button-create{border:1px solid #fff;padding:7px 20px;border-radius:5px}.jbd-mod-user .jbd-button-container .button-create:hover{color:#333}.jbd-mod-user .jbd-button-container .button-create i{margin-right:7px}#jbd-user-login .social-network-wrapper{margin:24px 0 10px;padding-top:20px;border-top:1px solid #e6e6e6}.jbd-mod-user .jbd-username i{background:#fff;padding:4px 6px;border-radius:50%;color:#888;font-size:20px;text-align:center;margin-right:7px}.social-login-button{margin:20px 0;line-height:40px;width:100%}.social-login-button .social-btn{color:white !important}#jbd-user-login.jbd-container .jbd-checkbox input{}.social-login-button .jbd-google-signin{background-color:rgb(221,75,57);border-color:rgb(221,75,57);color:#fff !important;border:1px solid rgba(0,0,0,.1);margin-bottom:10px;width:100%;cursor:pointer}.social-login-button .jbd-google-signin i{color:#fff !important;line-height:40px;font-size:20px}.social-login-button .jbd-facebook-signin{color:#fff !important;float:right;background:#4267b2;border-color:#4267b2;width:100%;cursor:pointer}.social-login-button .jbd-facebook-signin i{color:#fff !important;font-size:20px;line-height:40px}.jbd-user-has-account{text-align:center;margin-bottom:20px}.jbd-user-menu{float:left}.jbd-user-menu .user-menu{list-style:none;padding:0;z-index:99;display:block;position:relative}.jbd-user-menu .user-menu>li{display:inline-block;position:relative;padding:0}.jbd-user-menu .user-menu>li.menu-justify{position:static}.jbd-user-menu .user-menu>ul>li>a,.jbd-user-menu .user-menu>ul>li>span{display:inline-block;padding:0 15px;line-height:70px;font-size:14px;margin:0}.jbd-user-menu .user-menu>li.active>a{font-weight:500}.jbd-user-menu .user-menu>li .menu-badge{height:20px;line-height:20px;padding:0 5px;font-size:10px;letter-spacing:1px;display:inline-block;text-transform:uppercase;background:#d60000;color:#fff;border-radius:3px}.jbd-user-menu .user-menu .module{padding:10px}.jbd-user-menu .user-menu .mega-group{list-style:none;padding:0;margin:0}.jbd-user-menu .user-menu .mega-group>li>a{display:block;text-transform:uppercase;font-size:14px;font-weight:600;margin-bottom:10px}.jbd-user-menu .user-menu .mega-group .mega-group-child{list-style:none;padding:0;margin:0}.jbd-user-menu .user-menu .dropdown{background:#fff;border-radius:5px;margin:0;position:absolute;z-index:10;display:none;right:0}.jbd-user-menu .user-menu .dropdown .dropdown-inner{box-shadow:0 3px 5px 0 rgba(0,0,0,0.2);padding:20px}.jbd-user-menu .user-menu .dropdown .dropdown-inner>.row:not(:first-child){margin-top:20px}.jbd-user-menu .user-menu .dropdown .dropdown-items{list-style:none;padding:0;margin:0}.jbd-user-menu .user-menu .dropdown.dropdown-main{top:100%;width:200px}.jbd-user-menu .user-menu .dropdown.dropdown-sub{top:0}.jbd-user-menu .user-menu .dropdown.dropdown-sub .dropdown-inner{box-shadow:0 0 5px rgba(0,0,0,0.2)}.jbd-user-menu .user-menu .dropdown li.menu-item{display:block;line-height:25px;padding:3px 0;position:relative}.jbd-user-menu .user-menu .dropdown li.menu-item>a,.jbd-user-menu .user-menu .dropdown li.menu-item span:not(.menu-badge){font-size:14px;line-height:1;display:inline-block;padding:8px 0;cursor:pointer}.jbd-user-menu .user-menu .dropdown li.menu-item>a.group-title,.jbd-user-menu .user-menu .dropdown li.menu-item span:not(.menu-badge).group-title{text-transform:uppercase;font-weight:bold}.jbd-user-menu .user-menu .dropdown .module{padding:0}.jbd-user-menu .user-menu .dropdown .module .module-title{font-size:14px;margin:0 0 15px;text-transform:uppercase;font-weight:bold}.jbd-user-menu .user-menu .has-child:hover>.dropdown{display:block}.jbd-user-menu .user-menu.menu-animation-fade .has-child:hover>.dropdown{animation:userFadeIn 600ms}.jbd-user-menu .user-menu.menu-animation-fade-up .has-child:hover>.dropdown{animation:userFadeInUp 400ms ease-in}.jbd-user-menu .user-menu.menu-animation-fade-down .has-child:hover>.dropdown{animation:userFadeInDown 400ms ease-in}.jbd-user-menu .user-menu.menu-animation-zoom .has-child:hover>.dropdown{animation:spZoomIn 300ms}.jbd-user-menu .user-menu.menu-animation-rotate .has-child:hover>.dropdown{animation:spRotateIn 300ms}.jbd-user-menu .user-menu.menu-animation-pulse .has-child:hover>.dropdown{animation:spPulse 300ms}@keyframes userFadeIn{from{opacity:0}to{opacity:1}}@keyframes userFadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}@keyframes userFadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.cart-badge{position:absolute;top:-10px;right:-10px;font-size:12px;background:#e74c3c;color:#fff;width:17px;height:17px;text-align:center;line-height:17px;border-radius:50%;box-shadow:0 0 1px	#333}
@font-face{font-display:swap;font-family:acymicon;src:url(/media/com_acym/css/fonts/acymicon.woff2?o4yq6=) format("woff2"),url(/media/com_acym/css/fonts/acymicon.woff?o4yq6=) format("woff")}#acym_wrapper [class*=" acymicon-"],#acym_wrapper [class^=acymicon-],[class*=" acymicon-"],[class^=acymicon-]{font-family:acymicon;font-style:normal;font-weight:400;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.acymicon-access-time::before{content:"\e5d1"}.acymicon-action::before{content:"\e0c7"}.acymicon-add-thin::before{content:"\f296"}.acymicon-add::before{content:"\f25c"}.acymicon-address-book-o::before{content:"\f315"}.acymicon-aid-kit::before{content:"\f600"}.acymicon-arrow-circle-o-up::before{content:"\f64d"}.acymicon-arrow-down-thin::before{content:"\f3db"}.acymicon-arrow-down::before{content:"\f2f7"}.acymicon-arrow-up-thin::before{content:"\f642"}.acymicon-arrow-up::before{content:"\e130"}.acymicon-arrows-h::before{content:"\e636"}.acymicon-arrows::before{content:"\f61b"}.acymicon-autorenew::before{content:"\f3b9"}.acymicon-ban::before{content:"\efca"}.acymicon-bar-chart::before{content:"\f21f"}.acymicon-bell::before{content:"\f6d4"}.acymicon-book::before{content:"\e2ba"}.acymicon-bullhorn::before{content:"\f7e7"}.acymicon-calendar::before{content:"\ed0f"}.acymicon-cart-arrow-down::before{content:"\f6ee"}.acymicon-check-circle::before{content:"\e206"}.acymicon-check::before{content:"\e503"}.acymicon-checkbox-checked::before{content:"\f0ee"}.acymicon-checkbox-empty::before{content:"\ead4"}.acymicon-chevron-left::before{content:"\f82a"}.acymicon-chevron-right::before{content:"\e805"}.acymicon-circle-check-o::before{content:"\eafe"}.acymicon-circle-o-notch::before{content:"\f4ae"}.acymicon-circle-o::before{content:"\eb83"}.acymicon-circle::before{content:"\f061"}.acymicon-close-thin::before{content:"\f85f"}.acymicon-close::before{content:"\f0f3"}.acymicon-code::before{content:"\e1be"}.acymicon-cog::before{content:"\e637"}.acymicon-cogs::before{content:"\e4a9"}.acymicon-content-copy::before{content:"\e91a"}.acymicon-crop-16-9::before{content:"\f129"}.acymicon-dashboard::before{content:"\ed10"}.acymicon-delete::before{content:"\e2bc"}.acymicon-desktop::before{content:"\e2d7"}.acymicon-download::before{content:"\eb59"}.acymicon-edit::before{content:"\f05b"}.acymicon-ellipsis-h::before{content:"\e67d"}.acymicon-email::before{content:"\f797"}.acymicon-exclamation-circle::before{content:"\e941"}.acymicon-exclamation-triangle::before{content:"\edb9"}.acymicon-external-link::before{content:"\e2b7"}.acymicon-eye-slash::before{content:"\e1dc"}.acymicon-eye::before{content:"\eeec"}.acymicon-facebook::before{content:"\e497"}.acymicon-filter::before{content:"\e109"}.acymicon-flask::before{content:"\eb6e"}.acymicon-floppy-o::before{content:"\f823"}.acymicon-folder::before{content:"\e2ff"}.acymicon-format-align-center::before{content:"\f6ef"}.acymicon-format-align-justify::before{content:"\f4c3"}.acymicon-format-align-left::before{content:"\e860"}.acymicon-format-align-right::before{content:"\e58f"}.acymicon-format-bold::before{content:"\ef56"}.acymicon-format-italic::before{content:"\f2c1"}.acymicon-gif::before{content:"\e6ff"}.acymicon-group::before{content:"\eefa"}.acymicon-hand-paper-o::before{content:"\e561"}.acymicon-handshake-o::before{content:"\e5d4"}.acymicon-hourglass-2::before{content:"\e078"}.acymicon-idea::before{content:"\f6c8"}.acymicon-info-circle::before{content:"\e18a"}.acymicon-insert-photo::before{content:"\f46f"}.acymicon-joomla::before{content:"\f12a"}.acymicon-keyboard-arrow-down-thin::before{content:"\f80b"}.acymicon-keyboard-arrow-down::before{content:"\e8c7"}.acymicon-keyboard-arrow-left::before{content:"\f2ac"}.acymicon-keyboard-arrow-right::before{content:"\f3c3"}.acymicon-keyboard-arrow-up-thin::before{content:"\e872"}.acymicon-keyboard-arrow-up::before{content:"\e700"}.acymicon-lock::before{content:"\e0fc"}.acymicon-mail-o-open::before{content:"\f8f9"}.acymicon-mail-o::before{content:"\edea"}.acymicon-menu::before{content:"\e730"}.acymicon-minus::before{content:"\f76b"}.acymicon-mobile::before{content:"\f233"}.acymicon-more-horizontal::before{content:"\e957"}.acymicon-movie::before{content:"\f42b"}.acymicon-paint-format::before{content:"\e897"}.acymicon-paper-plane::before{content:"\f896"}.acymicon-pause-circle::before{content:"\e258"}.acymicon-pencil::before{content:"\e91e"}.acymicon-pie-chart::before{content:"\e758"}.acymicon-play-arrow::before{content:"\f541"}.acymicon-play-circle-filled::before{content:"\e537"}.acymicon-plus-circle::before{content:"\e11e"}.acymicon-power-off::before{content:"\e1a2"}.acymicon-puzzle-piece::before{content:"\e170"}.acymicon-question-circle-o::before{content:"\e6b4"}.acymicon-radio-button-checked::before{content:"\f470"}.acymicon-radio-button-unchecked::before{content:"\eeb6"}.acymicon-random::before{content:"\e5d5"}.acymicon-rectangle-bar-chart::before{content:"\e101"}.acymicon-repeat::before{content:"\e8ac"}.acymicon-rotate-left::before{content:"\f3f4"}.acymicon-search::before{content:"\f439"}.acymicon-sort-amount-asc::before{content:"\ec46"}.acymicon-sort-amount-desc::before{content:"\f588"}.acymicon-sort::before{content:"\f4ef"}.acymicon-star-o::before{content:"\f645"}.acymicon-star::before{content:"\f0a3"}.acymicon-text-fields::before{content:"\e214"}.acymicon-th::before{content:"\f385"}.acymicon-times-circle::before{content:"\ef08"}.acymicon-title::before{content:"\e053"}.acymicon-tools::before{content:"\e056"}.acymicon-transfer::before{content:"\e03c"}.acymicon-trigger::before{content:"\f873"}.acymicon-unfold-more::before{content:"\e563"}.acymicon-unlock::before{content:"\e7d5"}.acymicon-unsplash::before{content:"\e411"}.acymicon-upload::before{content:"\e212"}.acymicon-user-check::before{content:"\e797"}.acymicon-user-minus::before{content:"\e0ff"}.acymicon-user-plus::before{content:"\e5d7"}.acymicon-user::before{content:"\e09c"}.acymicon-vertical-align-bottom::before{content:"\eae5"}.acymicon-vertical-align-top::before{content:"\e307"}.acymicon-window::before{content:"\ed81"}.acymicon-wordpress::before{content:"\e674"}div.acym_module_error{color:#400;background-color:#fdd;padding:1em!important;margin-bottom:10px}div.acym_module_success{color:#130;background-color:#dfc;padding:1em!important;z-index:10;margin-bottom:10px}.acym_module_form table,.acym_module_form td,.acym_module_form tr{border:none}.acym_module_form .acyfield_date div.cell{display:inline-block;max-width:100%}.acym_module_form .acyfield_date div.cell.medium-3{max-width:25%}.acym_module_form .acyfield_date div.cell.medium-5{max-width:41%}.acym_module_form .acyfield_date div.cell.medium-4{max-width:33%}.acym_module_form .onefield{margin:10px 0}.acym_module_form .onefield label div.cell,.acym_module_form .onefield textarea{max-width:100%}.acym_module_form label{max-width:100%;display:inline-block;cursor:pointer}.acym_module_form input{cursor:pointer;max-width:90%}.acym_module_form input[type=radio]{margin:0 5px}.acym_module_form div.modal{position:fixed;top:5%;left:50%;z-index:10050;width:80%;margin-left:-40%;background-color:#fff;border:1px solid #999;border-radius:6px;box-shadow:0 3px 7px rgba(0,0,0,.3);background-clip:padding-box;outline:0}.acym_module_form div.modal.fade{transition:opacity .3s linear,top .3s ease-out;top:5%}.acym_module_form .fade.in{opacity:1}.acym_module_form div.modal.jviewport-width80{width:80vw;margin-left:-40vw}.acym_module_form .hide{display:none}.acym_module_form .fade{-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.acym_module_form button.close{cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.acym_module_form .close{float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.acym_module_form .modal-header{padding:9px 15px;border-bottom:1px solid #eee}.acym_module_form .modal-header .close{margin-top:2px}.acym_module_form .modal-header h3{margin:0;line-height:30px}.acym_module_form .modal-body{width:98%;position:relative;max-height:400px;padding:1%}.acym_module_form .modal-body iframe{width:100%;max-height:none;border:0!important}.acym_module_form .modal-form{margin-bottom:0}.acym_module_form .modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.acym_module_form .modal-footer:after,.acym_module_form .modal-footer:before{display:table;content:"";line-height:0}.acym_module_form .modal-footer:after{clear:both}.acym_module_form .modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.acym_module_form .modal-footer .btn-group .btn+.btn{margin-left:-1px}.acym_module_form .modal-footer .btn-block+.btn-block{margin-left:0}div.modal{z-index:10050}.acym_invalid_field{border:1px solid #9d261d!important;background:#f2dede!important}.acym__field__error__block{display:none}.onefield{position:relative}.onefield .acym__field__error__block{position:absolute;width:170px;background-color:#fff;padding:5px 10px;border:1px solid #333;border-radius:3px;z-index:1000}.onefield:hover .acym__field__error__block__active{display:block}.acym__subscription__form__footer .onefield:hover .acym__field__error__block__active{bottom:calc(100% + 10px)}.acym__color__error{color:#9d261d}.acym__message__invalid__field{display:none;font-size:12px}.acym__message__invalid__field__active{display:block!important}.acym__cross__invalid{display:none;padding-right:3px}.acym__cross__invalid__active{display:inline}
@font-face{font-display:swap;font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:local(""),url(/media/foundry/fonts/inter/inter-v8-latin-regular.woff2) format("woff2"),url(/media/foundry/fonts/inter/inter-v8-latin-regular.woff) format("woff")}@font-face{font-display:swap;font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:local(""),url(/media/foundry/fonts/inter/inter-v8-latin-600.woff2) format("woff2"),url(/media/foundry/fonts/inter/inter-v8-latin-600.woff) format("woff")}#fd,#fd-lightbox,.si-theme-foundry,.tippy-box,.tippy-box[data-theme~=fd-dark],.tribute-container{--fd-root-font-size:16px;--fd-spacing:var(--fd-root-font-size);--fd-font-family-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--fd-font-family-serif:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;--fd-font-family-fontawesome:"Font Awesome 5 Free";--fd-spacing-px:1px;--fd-spacing-no:0;--fd-spacing-3xs:calc(var(--fd-spacing)*0.125);--fd-spacing-2xs:calc(var(--fd-spacing)*0.25);--fd-spacing-xs:calc(var(--fd-spacing)*0.5);--fd-spacing-sm:calc(var(--fd-spacing)*0.75);--fd-spacing-md:calc(var(--fd-spacing)*1);--fd-spacing-lg:calc(var(--fd-spacing)*1.25);--fd-spacing-xl:calc(var(--fd-spacing)*1.5);--fd-spacing-2xl:calc(var(--fd-spacing)*2);--fd-spacing-3xl:calc(var(--fd-spacing)*2.5);--fd-spacing-4xl:calc(var(--fd-spacing)*3);--fd-spacing-5xl:calc(var(--fd-spacing)*4);--fd-line-height-1:1;--fd-line-height-2xs:calc(var(--fd-root-font-size)*0.75);--fd-line-height-xs:calc(var(--fd-root-font-size)*1);--fd-line-height-sm:calc(var(--fd-root-font-size)*1.25);--fd-line-height-md:calc(var(--fd-root-font-size)*1.5);--fd-line-height-lg:calc(var(--fd-root-font-size)*1.75);--fd-line-height-xl:calc(var(--fd-root-font-size)*2);--fd-line-height-2xl:calc(var(--fd-root-font-size)*2.25);--fd-line-height-3xl:calc(var(--fd-root-font-size)*2.5);--fd-line-height-4xl:calc(var(--fd-root-font-size)*3);--fd-font-size-2xs:calc(var(--fd-root-font-size)*1);--fd-font-size-xs:calc(var(--fd-root-font-size)*0.75);--fd-font-size-sm:calc(var(--fd-root-font-size)*0.875);--fd-font-size-md:calc(var(--fd-root-font-size)*1);--fd-font-size-lg:calc(var(--fd-root-font-size)*1.125);--fd-font-size-xl:calc(var(--fd-root-font-size)*1.25);--fd-font-size-2xl:calc(var(--fd-root-font-size)*1.5);--fd-font-size-3xl:calc(var(--fd-root-font-size)*1.875);--fd-font-size-4xl:calc(var(--fd-root-font-size)*2.25);--fd-font-size-5xl:calc(var(--fd-root-font-size)*2.5);--fd-border-radius-no:0;--fd-border-radius-sm:calc(var(--fd-spacing)*0.25);--fd-border-radius-md:calc(var(--fd-spacing)*0.5);--fd-border-radius-lg:calc(var(--fd-spacing)*1);--fd-border-radius-full:calc(var(--fd-spacing)*9999);--fd-black:16,16,16;--fd-white:255,255,255;--fd-transparent:transparent;--fd-color-inverse:255,255,255;--fd-gray-50:249,249,249;--fd-gray-100:244,244,244;--fd-gray-200:229,229,229;--fd-gray-300:212,212,212;--fd-gray-400:163,163,163;--fd-gray-500:119,119,119;--fd-gray-600:90,90,90;--fd-gray-700:48,48,48;--fd-gray-800:34,34,34;--fd-gray-900:25,25,25;--fd-primary-50:246,248,254;--fd-primary-100:237,241,252;--fd-primary-200:211,220,248;--fd-primary-300:184,199,243;--fd-primary-400:131,156,235;--fd-primary-500:78,114,226;--fd-primary-600:70,103,203;--fd-primary-700:59,86,170;--fd-primary-800:47,68,136;--fd-primary-900:38,56,111;--fd-ui-link:rgba(var(--fd-primary-500),1);--fd-success-50:236,253,245;--fd-success-100:209,250,229;--fd-success-200:167,243,208;--fd-success-300:110,231,183;--fd-success-400:52,211,153;--fd-success-500:0,165,118;--fd-success-600:4,142,99;--fd-success-700:4,120,87;--fd-success-800:6,95,70;--fd-success-900:6,78,59;--fd-info-50:248,249,251;--fd-info-100:241,244,246;--fd-info-200:220,227,234;--fd-info-300:198,210,221;--fd-info-400:156,177,195;--fd-info-500:113,143,169;--fd-info-600:102,129,152;--fd-info-700:85,107,127;--fd-info-800:68,86,101;--fd-info-900:55,70,83;--fd-warning-50:255,250,245;--fd-warning-100:255,244,236;--fd-warning-200:254,228,206;--fd-warning-300:253,211,177;--fd-warning-400:252,179,119;--fd-warning-500:251,146,60;--fd-warning-600:226,131,54;--fd-warning-700:188,110,45;--fd-warning-800:151,88,36;--fd-warning-900:123,72,29;--fd-danger-50:255,241,242;--fd-danger-100:255,228,230;--fd-danger-200:254,205,211;--fd-danger-300:253,164,175;--fd-danger-400:251,113,133;--fd-danger-500:244,63,94;--fd-danger-600:225,29,72;--fd-danger-700:190,18,60;--fd-danger-800:159,18,57;--fd-danger-900:136,19,55;--tw-ring-inset:var(--tw-empty,);--tw-ring-offset-width:0;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--giphy-txt:rgba(var(--fd-gray-500),1);--fd-tippy-text:rgba(var(--fd-white),1);--fd-tippy-bg:rgba(var(--fd-black),1)}#fd .dark,.tippy-box[data-theme~=fd-light],.tribute-container.dark{--fd-white:16,16,16;--fd-black:255,255,255;--fd-gray-50:25,25,25;--fd-gray-100:33,33,33;--fd-gray-200:48,48,48;--fd-gray-300:90,90,90;--fd-gray-400:119,119,119;--fd-gray-500:163,163,163;--fd-gray-600:212,212,212;--fd-gray-700:229,229,229;--fd-gray-800:244,244,244;--fd-gray-900:249,249,249;--fd-primary-50:15,26,59;--fd-primary-100:24,38,77;--fd-primary-200:47,68,136;--fd-primary-300:59,86,170;--fd-primary-400:70,103,203;--fd-primary-500:78,114,226;--fd-primary-600:105,141,239;--fd-primary-700:184,199,243;--fd-primary-800:211,220,248;--fd-primary-900:237,241,252;--fd-success-50:7,50,39;--fd-success-100:4,63,47;--fd-success-200:6,95,70;--fd-success-300:4,120,87;--fd-success-400:4,142,99;--fd-success-500:0,165,118;--fd-success-600:3,188,140;--fd-success-700:167 243,208;--fd-success-800:209,250,229;--fd-success-900:236,253,245;--fd-info-50:19,31,42;--fd-info-100:36,49,60;--fd-info-200:68,86,101;--fd-info-300:85,107,127;--fd-info-400:102,129,152;--fd-info-500:127,156,180;--fd-info-600:145,172,194;--fd-info-700:220,227,234;--fd-info-800:241,244,246;--fd-info-900:248,249,251;--fd-warning-50:54,28,8;--fd-warning-100:78,42,12;--fd-warning-200:151,88,36;--fd-warning-300:188,110,45;--fd-warning-400:226,131,54;--fd-warning-500:251,146,60;--fd-warning-600:255,158,79;--fd-warning-700:253,211,177;--fd-warning-800:254,228,206;--fd-warning-900:255,244,236;--fd-danger-50:57,11,25;--fd-danger-100:79,12,34;--fd-danger-200:136,19,55;--fd-danger-300:159,18,57;--fd-danger-400:192,34,73;--fd-danger-500:215,71,96;--fd-danger-600:227,102,124;--fd-danger-700:254,205,211;--fd-danger-800:255,228,230;--fd-danger-900:255,241,242;--tw-ring-inset:var(--tw-empty,);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--giphy-txt:rgba(var(--fd-gray-500),1);--fd-tippy-text:rgba(var(--fd-white),1);--fd-tippy-bg:rgba(var(--fd-black),1)}#fd .si-theme-foundry{--fd-primary-50:246,248,254;--fd-primary-100:237,241,252;--fd-primary-200:211,220,248;--fd-primary-300:184,199,243;--fd-primary-400:131,156,235;--fd-primary-500:78,114,226;--fd-primary-600:70,103,203;--fd-primary-700:59,86,170;--fd-primary-800:47,68,136;--fd-primary-900:38,56,111}#fd .si-theme-foundry.dark{--fd-primary-50:15,26,59;--fd-primary-100:24,38,77;--fd-primary-200:47,68,136;--fd-primary-300:59,86,170;--fd-primary-400:70,103,203;--fd-primary-500:78,114,226;--fd-primary-600:105,141,239;--fd-primary-700:184,199,243;--fd-primary-800:211,220,248;--fd-primary-900:237,241,252}#fd .si-theme-blue-violet{--fd-primary-50:243,233,252;--fd-primary-100:231,211,249;--fd-primary-200:220,191,246;--fd-primary-300:184,127,237;--fd-primary-400:160,84,231;--fd-primary-500:138,43,226;--fd-primary-600:110,34,180;--fd-primary-700:82,25,134;--fd-primary-800:55,17,90;--fd-primary-900:34,10,56}#fd .si-theme-blue-violet.dark{--fd-primary-900:243,233,252;--fd-primary-800:231,211,249;--fd-primary-700:220,191,246;--fd-primary-600:184,127,237;--fd-primary-500:160,84,231;--fd-primary-400:138,43,226;--fd-primary-300:110,34,180;--fd-primary-200:82,25,134;--fd-primary-100:55,17,90;--fd-primary-50:34,10,56}#fd .si-theme-teal{--fd-primary-50:229,242,242;--fd-primary-100:203,229,229;--fd-primary-200:179,217,217;--fd-primary-300:102,178,178;--fd-primary-400:50,152,152;--fd-primary-500:0,128,128;--fd-primary-600:0,102,102;--fd-primary-700:0,76,76;--fd-primary-800:0,51,51;--fd-primary-900:0,32,32}#fd .si-theme-teal.dark{--fd-primary-900:229,242,242;--fd-primary-800:203,229,229;--fd-primary-700:179,217,217;--fd-primary-600:102,178,178;--fd-primary-500:50,152,152;--fd-primary-400:0,128,128;--fd-primary-300:0,102,102;--fd-primary-200:0,76,76;--fd-primary-100:0,51,51;--fd-primary-50:0,32,32}#fd .si-theme-tomato{--fd-primary-50:255,239,236;--fd-primary-100:255,223,217;--fd-primary-200:255,208,200;--fd-primary-300:255,161,144;--fd-primary-400:255,129,107;--fd-primary-500:255,99,71;--fd-primary-600:204,79,56;--fd-primary-700:152,59,42;--fd-primary-800:102,39,28;--fd-primary-900:64,24,17}#fd .si-theme-tomato.dark{--fd-primary-900:255,239,236;--fd-primary-800:255,223,217;--fd-primary-700:255,208,200;--fd-primary-600:255,161,144;--fd-primary-500:255,129,107;--fd-primary-400:255,99,71;--fd-primary-300:204,79,56;--fd-primary-200:152,59,42;--fd-primary-100:102,39,28;--fd-primary-50:64,24,17}#fd .si-theme-dodger-blue{--fd-primary-50:232,243,255;--fd-primary-100:209,232,255;--fd-primary-200:187,221,255;--fd-primary-300:184,127,237;--fd-primary-400:74,165,255;--fd-primary-500:30,144,255;--fd-primary-600:24,115,204;--fd-primary-700:17,85,152;--fd-primary-800:12,57,102;--fd-primary-900:7,36,64}#fd .si-theme-dodger-blue.dark{--fd-primary-900:232,243,255;--fd-primary-800:209,232,255;--fd-primary-700:187,221,255;--fd-primary-600:120,188,255;--fd-primary-500:74,165,255;--fd-primary-400:30,144,255;--fd-primary-300:24,115,204;--fd-primary-200:17,85,152;--fd-primary-100:12,57,102;--fd-primary-50:7,36,64}#fd .filter{--tw-blur:var(--tw-empty,);--tw-brightness:var(--tw-empty,);--tw-contrast:var(--tw-empty,);--tw-grayscale:var(--tw-empty,);--tw-hue-rotate:var(--tw-empty,);--tw-invert:var(--tw-empty,);--tw-saturate:var(--tw-empty,);--tw-sepia:var(--tw-empty,);--tw-drop-shadow:var(--tw-empty,);--tw-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);--tw-ring-inset:var(--tw-empty,);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent}#fd *{-webkit-tap-highlight-color:transparent}#fd{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;direction:ltr;line-height:var(--fd-line-height-sm);text-align:left}#fd *,#fd:after,#fd:before{border-style:solid;border-width:0;box-sizing:border-box}#fd iframe{margin:0;padding:0}#fd img,#fd input{margin:0;max-width:100%;min-height:0;min-width:0}#fd article,#fd blockquote,#fd footer,#fd form,#fd nav{background:none;border:0;display:block;float:none;font-family:inherit;font-size:inherit;height:auto;margin:0;outline:0;padding:0;position:static;text-align:inherit;text-shadow:none;width:auto}#fd button,#fd input,#fd select,#fd textarea{font-family:var(--fd-font-family-sans)}#fd img{border:0;vertical-align:middle}#fd table{border-collapse:collapse;border-spacing:0}#fd a.fd-link{--tw-text-opacity:1;color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd a.fd-link:link{text-decoration:none}#fd blockquote,#fd li{line-height:var(--si-line-height)}#fd [role=button],#fd button{cursor:pointer}#fd select{word-wrap:normal}#fd [list]::-webkit-calendar-picker-indicator{display:none}#fd [type=button],#fd [type=reset],#fd [type=submit],#fd button{-webkit-appearance:button}#fd [type=button]:not(:disabled),#fd [type=reset]:not(:disabled),#fd [type=submit]:not(:disabled),#fd button:not(:disabled){cursor:pointer}#fd::-moz-focus-inner{border-style:none;padding:0}#fd input,#fd textarea{direction:ltr;unicode-bidi:embed}#fd .container{width:100%}#fd [multiple]:focus,#fd input[type=date]:focus,#fd input[type=datetime-local]:focus,#fd input[type=email]:focus,#fd input[type=month]:focus,#fd input[type=number]:focus,#fd input[type=password]:focus,#fd input[type=search]:focus,#fd input[type=tel]:focus,#fd input[type=text]:focus,#fd input[type=time]:focus,#fd input[type=url]:focus,#fd input[type=week]:focus,#fd select:focus,#fd textarea:focus{--tw-border-opacity:1;--tw-ring-color:transparent;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) );outline:2px solid transparent;outline-offset:2px}#fd input::-webkit-input-placeholder,#fd textarea::-webkit-input-placeholder{--tw-text-opacity:1;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) );opacity:1}#fd input:-ms-input-placeholder,#fd textarea:-ms-input-placeholder{--tw-text-opacity:1;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) );opacity:1}#fd input::placeholder,#fd textarea::placeholder{--tw-text-opacity:1;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) );opacity:1}#fd::-webkit-datetime-edit-fields-wrapper{padding:0}#fd::-webkit-date-and-time-value{min-height:1.5em}#fd [multiple]{-webkit-print-color-adjust:unset;background-image:none;background-position:0 0;background-repeat:unset;background-size:auto auto;background-size:initial;color-adjust:unset;padding-right:.75rem}#fd [type=file]{background:unset;border-color:inherit;border-radius:0;border-width:0;font-size:unset;line-height:inherit;padding:0}#fd [type=file]:focus{outline:1px auto -webkit-focus-ring-color}#fd .o-form-check{align-items:center;display:flex;line-height:var(--fd-line-height-sm);margin:0}#fd .o-form-check__text{--tw-text-opacity:1;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) );font-size:var(--fd-font-size-sm);line-height:var(--fd-line-height-sm);margin-bottom:0;margin-left:var(--fd-spacing-xs);margin-top:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}@supports (-webkit-appearance:none) or (-moz-appearance:none){#fd input[type=checkbox].fd-custom-check,#fd input[type=radio].fd-custom-radio{--tw-border-opacity:1;--tw-bg-opacity:1;-webkit-appearance:none;-moz-appearance:none;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );border-style:solid;border-width:1px;cursor:pointer;display:inline-block;flex-shrink:0;height:16px;margin:0;outline:none;position:relative;transition:background .3s,border-color .3s,box-shadow .2s;vertical-align:top}#fd input[type=checkbox].fd-custom-check:after,#fd input[type=radio].fd-custom-radio:after{content:"";display:block;left:0;position:absolute;top:0;transition:opacity .2s,-webkit-transform .3s ease-in;transition:transform .3s ease-in,opacity .2s;transition:transform .3s ease-in,opacity .2s,-webkit-transform .3s ease-in;transition:opacity var(--d-o,.2s),-webkit-transform var(--d-t,.3s) var(--d-t-e,ease-in);transition:transform var(--d-t,.3s) var(--d-t-e,ease-in),opacity var(--d-o,.2s);transition:transform var(--d-t,.3s) var(--d-t-e,ease-in),opacity var(--d-o,.2s),-webkit-transform var(--d-t,.3s) var(--d-t-e,ease-in)}#fd input[type=checkbox].fd-custom-check:checked,#fd input[type=radio].fd-custom-radio:checked{--d-o:.3s;--d-t:.3s;--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) );border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) )}#fd input[type=checkbox].fd-custom-check:disabled,#fd input[type=radio].fd-custom-radio:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );cursor:not-allowed;opacity:.9}#fd input[type=checkbox].fd-custom-check:disabled:checked,#fd input[type=radio].fd-custom-radio:disabled:checked{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-bg-opacity)) );border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) )}#fd input[type=checkbox].fd-custom-check:disabled:checked:after,#fd input[type=radio].fd-custom-radio:disabled:checked:after{--tw-border-opacity:1;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) )}#fd input[type=checkbox].fd-custom-check:disabled+label,#fd input[type=radio].fd-custom-radio:disabled+label{cursor:not-allowed}#fd input[type=checkbox].fd-custom-check:focus,#fd input[type=checkbox].fd-custom-check:focus:not(:checked):not(:disabled),#fd input[type=checkbox].fd-custom-check:hover:not(:checked):not(:disabled),#fd input[type=radio].fd-custom-radio:focus,#fd input[type=radio].fd-custom-radio:focus:not(:checked):not(:disabled),#fd input[type=radio].fd-custom-radio:hover:not(:checked):not(:disabled){--tw-border-opacity:1;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) )}#fd input[type=checkbox].fd-custom-check:focus,#fd input[type=radio].fd-custom-radio:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 transparent;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}#fd input[type=checkbox].fd-custom-check:not(.is-switch),#fd input[type=radio].fd-custom-radio:not(.is-switch){width:16px}#fd input[type=checkbox].fd-custom-check:not(.is-switch):after,#fd input[type=radio].fd-custom-radio:not(.is-switch):after{opacity:0;opacity:var(--o,0)}#fd input[type=checkbox].fd-custom-check:not(.is-switch):checked,#fd input[type=radio].fd-custom-radio:not(.is-switch):checked{--o:1}#fd input[type=checkbox].fd-custom-check+label,#fd input[type=radio].fd-custom-radio+label{cursor:pointer}#fd input[type=checkbox].fd-custom-check:not(.is-switch){border-radius:var(--fd-border-radius-sm)}#fd input[type=checkbox].fd-custom-check:not(.is-switch):after{border:2px solid rgba(var(--fd-color-inverse),1);border-left:0;border-top:0;height:8px;left:5px;top:2px;-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-transform:rotate(var(--r,30deg));transform:rotate(var(--r,30deg));width:5px}#fd input[type=checkbox].fd-custom-check:not(.is-switch):checked{--r:43deg}#fd input[type=checkbox].fd-custom-check.is-switch{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-bg-opacity)) );border-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-border-opacity)) );border-radius:16px;width:36px}#fd input[type=checkbox].fd-custom-check.is-switch:after{--tw-bg-opacity:1;background-color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-bg-opacity)) );border-radius:50%;height:12px;left:1px;top:1px;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transform:translateX(var(--x,0));transform:translateX(var(--x,0));width:12px}#fd input[type=checkbox].fd-custom-check.is-switch:checked{--x:19px;--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) );border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) )}#fd input[type=checkbox].fd-custom-check.is-switch:checked:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-primary-200-hex,rgba(var(--fd-primary-200),var(--tw-bg-opacity)) );border-color:var(--fd-primary-200-hex,rgba(var(--fd-primary-200),var(--tw-border-opacity)) )}#fd input[type=checkbox].fd-custom-check.is-switch:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-bg-opacity)) );border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) )}#fd input[type=radio].fd-custom-radio{border-radius:50%}#fd input[type=radio].fd-custom-radio:after{--tw-bg-opacity:1;background-color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-bg-opacity)) );border-radius:50%;height:14px;left:0;opacity:0;top:0;-webkit-transform:scale(.7);transform:scale(.7);-webkit-transform:scale(var(--s,.7));transform:scale(var(--s,.7));width:14px}#fd input[type=radio].fd-custom-radio:checked{--s:.575}#fd input[type=radio].fd-custom-radio:checked:disabled:after{--tw-bg-opacity:1;background-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-bg-opacity)) )}}#fd .fd-custom-check:disabled~.o-form-check__text,#fd .fd-custom-check[disabled]~.o-form-check__text,#fd .fd-custom-radio:disabled~.o-form-check__text,#fd .fd-custom-radio[disabled]~.o-form-check__text{--tw-text-opacity:1;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}#fd .not-sr-only{clip:auto;height:auto;margin:0;overflow:visible;padding:0;position:static;white-space:normal;width:auto}[dir=rtl] #fd .fa-adjust,[dir=rtl] #fd .fa-angle-double-left,[dir=rtl] #fd .fa-angle-double-right,[dir=rtl] #fd .fa-angle-left,[dir=rtl] #fd .fa-angle-right,[dir=rtl] #fd .fa-area-chart,[dir=rtl] #fd .fa-ban,[dir=rtl] #fd .fa-bar-chart,[dir=rtl] #fd .fa-bar-chart-o,[dir=rtl] #fd .fa-barcode,[dir=rtl] #fd .fa-bed,[dir=rtl] #fd .fa-beer,[dir=rtl] #fd .fa-bell-slash,[dir=rtl] #fd .fa-bell-slash-o,[dir=rtl] #fd .fa-bicycle,[dir=rtl] #fd .fa-bolt,[dir=rtl] #fd .fa-bomb,[dir=rtl] #fd .fa-book,[dir=rtl] #fd .fa-bullhorn,[dir=rtl] #fd .fa-compress,[dir=rtl] #fd .fa-expand,[dir=rtl] #fd .fa-hand-o-down,[dir=rtl] #fd .fa-hand-o-up,[dir=rtl] #fd .fa-line-chart,[dir=rtl] #fd .fa-pie-chart,[dir=rtl] #fd .fa-spinner,[dir=rtl] #fd .fa-star-half,[dir=rtl] #fd .fa-star-half-empty,[dir=rtl] #fd .fa-star-half-full,[dir=rtl] #fd .fa-star-half-o,[dir=rtl] #fd .o-blockquote blockquote:before,[dir=rtl] #fd .raty-star-half-o{-webkit-transform:scaleX(-1);transform:scaleX(-1)}#fd .ps{-ms-overflow-style:none;overflow:hidden!important;overflow-anchor:none;position:relative;touch-action:auto}#fd .ps__rail-x{bottom:0;height:15px}#fd .ps__rail-x,#fd .ps__rail-y{display:none;opacity:0;position:absolute;transition:background-color .2s linear,opacity .2s linear}#fd .ps__rail-y{right:0;width:15px}#fd .ps--active-x>.ps__rail-x,#fd .ps--active-y>.ps__rail-y{background-color:transparent;display:block}#fd .ps--focus>.ps__rail-x,#fd .ps--focus>.ps__rail-y,#fd .ps--scrolling-x>.ps__rail-x,#fd .ps--scrolling-y>.ps__rail-y,#fd .ps:hover>.ps__rail-x,#fd .ps:hover>.ps__rail-y{opacity:.6}#fd .ps .ps__rail-x.ps--clicking,#fd .ps .ps__rail-x:focus,#fd .ps .ps__rail-x:hover,#fd .ps .ps__rail-y.ps--clicking,#fd .ps .ps__rail-y:focus,#fd .ps .ps__rail-y:hover{background-color:rgba(var(--fd-gray-50),1);opacity:.9}#fd .ps__thumb-x{bottom:2px;height:6px;transition:background-color .2s linear,height .2s ease-in-out}#fd .ps__thumb-x,#fd .ps__thumb-y{background-color:rgba(var(--fd-gray-400),1);border-radius:6px;position:absolute}#fd .ps__thumb-y{right:2px;transition:background-color .2s linear,width .2s ease-in-out;width:6px}#fd .ps__rail-x.ps--clicking .ps__thumb-x,#fd .ps__rail-x:focus>.ps__thumb-x,#fd .ps__rail-x:hover>.ps__thumb-x{background-color:rgba(var(--fd-gray-400),1);height:11px}#fd .ps__rail-y.ps--clicking .ps__thumb-y,#fd .ps__rail-y:focus>.ps__thumb-y,#fd .ps__rail-y:hover>.ps__thumb-y{background-color:rgba(var(--fd-gray-400),1);width:11px}@supports (-ms-overflow-style:none){#fd .ps{overflow:auto!important}}.tippy-box{line-height:var(--fd-line-height-sm)}.tippy-box[data-theme~=fd-dark],.tippy-box[data-theme~=fd-light]{--tw-shadow:0 2px 4px -2px rgba(0,0,0,.04),0 5px 10px -1px rgba(0,0,0,.08);background-color:transparent;border-radius:var(--fd-border-radius-md);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tippy-box[data-theme~=fd-dark] .tippy-arrow,.tippy-box[data-theme~=fd-light] .tippy-arrow{--tw-text-opacity:1;color:var(--fd-gray-700-hex,rgba(var(--fd-gray-700),var(--tw-text-opacity)) )}.tippy-box[data-theme~=fd-dark]>.tippy-svg-arrow,.tippy-box[data-theme~=fd-light]>.tippy-svg-arrow{fill:var(--fd-tippy-bg)}.tippy-box[data-theme~=fd-dark][data-placement^=top]>.tippy-arrow:before{border-top-color:rgba(var(--fd-gray-700),1)}.tippy-box[data-theme~=fd-dark][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:rgba(var(--fd-gray-700),1)}.tippy-box[data-theme~=fd-dark][data-placement^=left]>.tippy-arrow:before{border-left-color:rgba(var(--fd-gray-700),1)}.tippy-box[data-theme~=fd-dark][data-placement^=right]>.tippy-arrow:before{border-right-color:rgba(var(--fd-gray-700),1)}.tippy-box[data-theme~=fd-dark] .tippy-content,.tippy-box[data-theme~=fd-light] .tippy-content{padding:0}.tippy-box[data-placement^=top]>.tippy-svg-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-svg-arrow:after,.tippy-box[data-placement^=top]>.tippy-svg-arrow>svg{top:16px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:16px}.tippy-box[data-placement^=left]>.tippy-svg-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-svg-arrow:after,.tippy-box[data-placement^=left]>.tippy-svg-arrow>svg{left:11px;top:calc(50% - 3px);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.tippy-box[data-placement^=right]>.tippy-svg-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-svg-arrow:after,.tippy-box[data-placement^=right]>.tippy-svg-arrow>svg{right:11px;top:calc(50% - 3px);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.tippy-svg-arrow{height:16px;text-align:left;text-align:initial;width:16px}.tippy-svg-arrow,.tippy-svg-arrow>svg{position:absolute}@font-face{font-display:swap;font-family:raty-font;font-style:normal;font-weight:400;src:url(/media/foundry/css/vendor/raty/fonts/raty-font.eot?13822802=);src:url(/media/foundry/css/vendor/raty/fonts/raty-font.eot?13822802=#iefix) format("embedded-opentype"),url(/media/foundry/css/vendor/raty/fonts/raty-font.woff2?13822802=) format("woff2"),url(/media/foundry/css/vendor/raty/fonts/raty-font.woff?13822802=) format("woff"),url(/media/foundry/css/vendor/raty/fonts/raty-font.ttf?13822802=) format("truetype"),url(/media/foundry/css/vendor/raty/fonts/raty-font.svg?13822802=#raty-font) format("svg")}#fd .fd-rating{display:flex}#fd .fd-rating>*+*{margin-left:var(--fd-spacing-3xs)}#fd .raty{text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );display:inline-block;font-family:raty-font;font-size:inherit;font-style:normal;-webkit-transform:translate(0);transform:translate(0)}#fd .raty-star:before{content:"\e800"}#fd .raty-star-o:before{content:"\e801"}#fd .raty-star-half-o:before{content:"\f123"}#fd .raty-star--on{--tw-text-opacity:1;color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-text-opacity)) )}#fd .emoji-picker img{display:block}#fd .emoji-content{flex-grow:1;height:200px;min-width:280px;overflow-y:auto;padding:var(--fd-spacing-xs);position:relative}#fd .emoji-search-wrapper{border-bottom:1px solid rgba(var(--fd-gray-200),1);padding:var(--fd-spacing-xs)}#fd .emoji-search{width:100%}#fd .emoji-content-wrapper,#fd .emoji-picker{display:flex;flex-direction:column}#fd .emoji-picker{margin:0;overflow:hidden}#fd .emoji-selectables{grid-gap:var(--fd-spacing-xs);background-color:rgba(var(--fd-gray-50),1);border-bottom:1px solid rgba(var(--fd-gray-200),1);display:grid;gap:var(--fd-spacing-xs);grid-template-columns:repeat(8,minmax(0,1fr));line-height:var(--fd-line-height-md);padding:0 var(--fd-spacing-xs);-webkit-user-select:none;-ms-user-select:none;user-select:none}#fd .emoji-selectables span{border-bottom:1px solid transparent;color:rgba(var(--fd-gray-500),1);cursor:pointer;font-size:24px;padding:var(--fd-spacing-xs) var(--fd-spacing-xs);text-align:center}#fd .emoji-selectables span.is-active{border-bottom:1px solid rgba(var(--fd-primary-500),1)}#fd .emoji-selectables span.is-active img{-webkit-filter:none;filter:none}#fd .emoji-selectables span img{align-items:center;display:flex;-webkit-filter:grayscale(100%);filter:grayscale(100%);width:25px}#fd .picker-emoji-content{flex-wrap:wrap;justify-content:center}#fd .emoji-content span{align-items:center;cursor:pointer;display:flex;font-size:24px;justify-content:center;line-height:var(--fd-line-height-md);padding:var(--fd-spacing-xs);-webkit-user-select:none;-ms-user-select:none;user-select:none}#fd .emoji-content span:hover{border-radius:var(--fd-border-radius-md);-webkit-transform:scale(1.1);transform:scale(1.1)}#fd .picker-emoji-content{display:none}#fd .picker-emoji-content.is-active{grid-gap:var(--fd-spacing-xs);display:grid;gap:var(--fd-spacing-xs);grid-template-columns:repeat(8,minmax(0,1fr))}#fd .picker-emoji-sel.face{color:#f0f8ff;font-size:10px}#fd .emoji-content span img{height:32px;width:32px}#fd .picker-emoji-content::-webkit-scrollbar-thumb{background-color:#65b88d;border-radius:100px;height:10px}#fd .picker-emoji-content::-webkit-scrollbar-track{background-color:#303841}#fd .picker-emoji-content::-webkit-scrollbar{width:6px}#fd .fd-giphy-container{display:flex;position:relative}#fd .fd-giphy-container__wrap{border-radius:var(--fd-border-radius-md);display:block;max-width:320px;overflow:hidden;position:relative}#fd .fd-giphy-container__wrap img{border-radius:var(--fd-border-radius-md);max-width:100%}#fd .fdi.fa-giphy:before{content:"\e900";font-family:fa giphy;font-style:normal;font-weight:400}@font-face{font-display:swap;font-display:block;font-family:fa giphy;font-style:normal;font-weight:400;src:url(/media/foundry/css/vendor/fa-giphy/fa-giphy.eot?811st4=);src:url(/media/foundry/css/vendor/fa-giphy/fa-giphy.eot?811st4=#iefix) format("embedded-opentype"),url(/media/foundry/css/vendor/fa-giphy/fa-giphy.ttf?811st4=) format("truetype"),url(/media/foundry/css/vendor/fa-giphy/fa-giphy.woff?811st4=) format("woff"),url(/media/foundry/css/vendor/fa-giphy/fa-giphy.svg?811st4=#icomoon) format("svg")}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}#fd .fd-animate__animated{-webkit-animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:1s;animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}#fd .fd-animate__animated.fd-animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}#fd .fd-animate__animated.fd-animate__repeat-1{-webkit-animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}#fd .fd-animate__animated.fd-animate__repeat-2{-webkit-animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}#fd .fd-animate__animated.fd-animate__repeat-3{-webkit-animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}#fd .fd-animate__animated.fd-animate__delay-1s{-webkit-animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:1s;animation-delay:var(--animate-delay)}#fd .fd-animate__animated.fd-animate__delay-2s{-webkit-animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}#fd .fd-animate__animated.fd-animate__delay-3s{-webkit-animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}#fd .fd-animate__animated.fd-animate__delay-4s{-webkit-animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}#fd .fd-animate__animated.fd-animate__delay-5s{-webkit-animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}#fd .fd-animate__animated.fd-animate__faster{-webkit-animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}#fd .fd-animate__animated.fd-animate__fast{-webkit-animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}#fd .fd-animate__animated.fd-animate__slow{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}#fd .fd-animate__animated.fd-animate__slower{-webkit-animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#fd .fd-animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}#fd .fd-animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}#fd .fd-animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}#fd .fd-animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}#fd .fd-animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}#fd .fd-animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}#fd .fd-animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}#fd .fd-animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}#fd .fd-animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}#fd .fd-animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}#fd .fd-animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}#fd .fd-animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}#fd .fd-animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}#fd .fd-animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}#fd .fd-animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}#fd .fd-animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}#fd .fd-animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}#fd .fd-animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}#fd .fd-animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}#fd .o-btn{--fd-color-loader:rgba(var(--fd-gray-300),1);--fd-bg-loader:rgba(var(--fd-gray-300),.5);align-items:center;-webkit-appearance:none;background-color:transparent;border-radius:var(--fd-border-radius-md);border-style:solid;border-width:1px;cursor:pointer;display:inline-flex;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-sm);font-weight:700;justify-content:center;line-height:var(--fd-line-height-sm);padding:var(--fd-spacing-xs) var(--fd-spacing-md);text-decoration:none;transition-duration:.15s;transition-duration:.2s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}#fd .o-btn:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-offset-width:2px;--tw-ring-opacity:1;--tw-ring-color:var(--fd-primary-100-hex,rgba(var(--fd-primary-100),var(--tw-ring-opacity)) );--tw-ring-offset-color:rgb(var(--fd-primary-100));box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);outline:2px solid transparent;outline-offset:2px}#fd .o-btn>i{line-height:inherit}#fd .o-btn--default{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border-color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-border-opacity)) );color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )}#fd .o-btn--default:hover{--tw-bg-opacity:1}#fd .o-btn--default:disabled,#fd .o-btn--default:hover{background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .o-btn--default:disabled{border-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-border-opacity)) );color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .o-btn--default:disabled,#fd .o-btn--primary{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1}#fd .o-btn--primary{background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) );border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) );color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-text-opacity)) )}#fd .o-btn--primary:hover{--tw-bg-opacity:1;background-color:var(--fd-primary-600-hex,rgba(var(--fd-primary-600),var(--tw-bg-opacity)) )}#fd .o-btn--success{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-bg-opacity)) );border-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-border-opacity)) );color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-text-opacity)) )}#fd .o-btn--success:hover{--tw-bg-opacity:1;background-color:var(--fd-success-600-hex,rgba(var(--fd-success-600),var(--tw-bg-opacity)) )}#fd .o-btn--danger{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-bg-opacity)) );border-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-border-opacity)) );color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-text-opacity)) )}#fd .o-btn--danger:hover{--tw-bg-opacity:1;background-color:var(--fd-danger-600-hex,rgba(var(--fd-danger-600),var(--tw-bg-opacity)) )}#fd .o-btn--info{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-bg-opacity)) );border-color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-border-opacity)) );color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-text-opacity)) )}#fd .o-btn--info:hover{--tw-bg-opacity:1;background-color:var(--fd-info-600-hex,rgba(var(--fd-info-600),var(--tw-bg-opacity)) )}#fd .o-btn--warning{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-bg-opacity)) );border-color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-border-opacity)) );color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-text-opacity)) )}#fd .o-btn--warning:hover{--tw-bg-opacity:1;background-color:var(--fd-warning-600-hex,rgba(var(--fd-warning-600),var(--tw-bg-opacity)) )}#fd .o-btn--danger:disabled,#fd .o-btn--default:disabled,#fd .o-btn--info:disabled,#fd .o-btn--primary:disabled,#fd .o-btn--success:disabled,#fd .o-btn--warning:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) );border-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-border-opacity)) );color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .o-btn--default-o{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )}#fd .o-btn--default-o:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .o-btn--primary-o{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) );color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .o-btn--primary-o:hover{--tw-bg-opacity:1;background-color:var(--fd-primary-100-hex,rgba(var(--fd-primary-100),var(--tw-bg-opacity)) )}#fd .o-btn--success-o{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-border-opacity)) );color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-text-opacity)) )}#fd .o-btn--success-o:hover{--tw-bg-opacity:1;background-color:var(--fd-success-100-hex,rgba(var(--fd-success-100),var(--tw-bg-opacity)) )}#fd .o-btn--danger-o{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-border-opacity)) );color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-text-opacity)) )}#fd .o-btn--danger-o:hover{--tw-bg-opacity:1;background-color:var(--fd-danger-100-hex,rgba(var(--fd-danger-100),var(--tw-bg-opacity)) )}#fd .o-btn--info-o{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-border-opacity)) );color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-text-opacity)) )}#fd .o-btn--info-o:hover{--tw-bg-opacity:1;background-color:var(--fd-info-100-hex,rgba(var(--fd-info-100),var(--tw-bg-opacity)) )}#fd .o-btn--warning-o{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-border-opacity)) );color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-text-opacity)) )}#fd .o-btn--warning-o:hover{--tw-bg-opacity:1;background-color:var(--fd-warning-100-hex,rgba(var(--fd-warning-100),var(--tw-bg-opacity)) )}#fd .o-btn--danger-o,#fd .o-btn--default-o,#fd .o-btn--info-o,#fd .o-btn--primary-o,#fd .o-btn--success-o,#fd .o-btn--warning-o{cursor:pointer}#fd .o-btn--danger-o:disabled,#fd .o-btn--default-o:disabled,#fd .o-btn--info-o:disabled,#fd .o-btn--primary-o:disabled,#fd .o-btn--success-o:disabled,#fd .o-btn--warning-o:disabled{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .o-btn--default-ghost{--tw-text-opacity:1;background-color:transparent;border-color:transparent;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )}#fd .o-btn--default-ghost:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .o-btn--primary-ghost{--tw-text-opacity:1;background-color:transparent;border-color:transparent;color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .o-btn--primary-ghost:hover{--tw-bg-opacity:1;background-color:var(--fd-primary-100-hex,rgba(var(--fd-primary-100),var(--tw-bg-opacity)) )}#fd .o-btn--success-ghost{--tw-text-opacity:1;background-color:transparent;border-color:transparent;color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-text-opacity)) )}#fd .o-btn--success-ghost:hover{--tw-bg-opacity:1;background-color:var(--fd-success-100-hex,rgba(var(--fd-success-100),var(--tw-bg-opacity)) )}#fd .o-btn--danger-ghost{--tw-text-opacity:1;background-color:transparent;border-color:transparent;color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-text-opacity)) )}#fd .o-btn--danger-ghost:hover{--tw-bg-opacity:1;background-color:var(--fd-danger-100-hex,rgba(var(--fd-danger-100),var(--tw-bg-opacity)) )}#fd .o-btn--info-ghost{--tw-text-opacity:1;background-color:transparent;border-color:transparent;color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-text-opacity)) )}#fd .o-btn--info-ghost:hover{--tw-bg-opacity:1;background-color:var(--fd-info-100-hex,rgba(var(--fd-info-100),var(--tw-bg-opacity)) )}#fd .o-btn--warning-ghost{--tw-text-opacity:1;background-color:transparent;border-color:transparent;color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-text-opacity)) )}#fd .o-btn--warning-ghost:hover{--tw-bg-opacity:1;background-color:var(--fd-warning-100-hex,rgba(var(--fd-warning-100),var(--tw-bg-opacity)) )}#fd .o-btn--danger-ghost:disabled,#fd .o-btn--default-ghost:disabled,#fd .o-btn--info-ghost:disabled,#fd .o-btn--primary-ghost:disabled,#fd .o-btn--success-ghost:disabled,#fd .o-btn--warning-ghost:disabled{--tw-text-opacity:1;background-color:transparent;border-color:transparent;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .o-btn--facebook{background:#4267b2;border-color:#4267b2;color:#fff}#fd .o-btn--facebook:hover{background-color:#375694}#fd .o-btn--twitter{background:#339aed;border-color:#339aed;color:#fff}#fd .o-btn--twitter:hover{background-color:#1487e3}#fd .o-btn--linkedin{background:#0a66c2;border-color:#0a66c2;color:#fff}#fd .o-btn--linkedin:hover{background-color:#084d92}#fd .o-btn--twitch{background:#5f48a0;border-color:#5f48a0;color:#fff}#fd .o-btn--twitch:hover{background-color:#4e3b84}#fd .o-btn--apple--d{background:#000;border-color:#000;color:#fff}#fd .o-btn--apple--d:hover{background-color:#000}#fd .o-btn--apple--l{background:#fff;border-color:#000;color:#000}#fd .o-btn--apple--l:hover{background-color:#fff}#fd .o-btn--google{--tw-border-opacity:1;background:#fff;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );color:#000}#fd .o-btn--google img,#fd .o-btn--google svg{display:inline-block;margin-right:var(--fd-spacing-3xs)}#fd .o-btn--xing{background:#006567;border-color:#006567;color:#fff}#fd .o-btn--xing:hover{background-color:#003d3e}#fd .o-btn--vk{background:#4c75a3;border-color:#4c75a3;color:#fff}#fd .o-btn--vk:hover{background-color:#3f6187}#fd .o-btn--pinterest{background:#c61118;border-color:#c61118;color:#fff}#fd .o-btn--pinterest:hover{background-color:#a00e13}#fd .o-btn--reddit{background:#386a9c;border-color:#386a9c;color:#fff}#fd .o-btn--reddit:hover{background-color:#2d567e}#fd .o-btn--pocket{background:#ef3e56;border-color:#ef3e56;color:#fff}#fd .o-btn--pocket:hover{background-color:#ec1835}#fd .o-btn--email{background:#333;border-color:#333;color:#fff}#fd .o-btn--email:hover{background-color:#1f1f1f}#fd .o-btn.is-loading{color:transparent!important;cursor:not-allowed;opacity:1;pointer-events:auto;position:relative;text-shadow:none!important;transition:all 0s linear,opacity .1s ease}#fd .o-btn.is-loading:before{--tw-border-opacity:1;border:2px solid var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) );border-radius:500rem;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}#fd .o-btn.is-loading:after{-webkit-animation:o-btn-spin-keyframe .6s linear;animation:o-btn-spin-keyframe .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border:2px solid transparent;border-radius:500rem;border-top:2px solid rgba(var(--fd-gray-300),1);box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}@-webkit-keyframes o-btn-spin-keyframe{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes o-btn-spin-keyframe{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#fd .color-choice{--tw-bg-opacity:1;background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) );border-radius:50%;cursor:pointer;display:inline-block;height:30px;width:30px}#fd .color-choice:hover{opacity:.5}#fd .color-theme-container{background-color:#fff;border:1px solid #dedede;padding:8px 16px;position:fixed;right:0;top:83px;z-index:1000}#fd .test-btn-bg{--tw-bg-opacity:1;background-color:var(--fd-primary-50-hex,rgba(var(--fd-primary-50),var(--tw-bg-opacity)) )}#fd .dark .test-btn-bg{--tw-bg-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) )}#fd .o-btn-group,#fd .o-btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}#fd .o-btn-group-vertical>.o-btn,#fd .o-btn-group>.o-btn{flex:1 1 auto;position:relative}#fd .o-btn-group-vertical>.o-btn-check:checked+.o-btn,#fd .o-btn-group-vertical>.o-btn-check:focus+.o-btn,#fd .o-btn-group-vertical>.o-btn.active,#fd .o-btn-group-vertical>.o-btn:active,#fd .o-btn-group-vertical>.o-btn:focus,#fd .o-btn-group-vertical>.o-btn:hover,#fd .o-btn-group>.o-btn-check:checked+.o-btn,#fd .o-btn-group>.o-btn-check:focus+.o-btn,#fd .o-btn-group>.o-btn.active,#fd .o-btn-group>.o-btn:active,#fd .o-btn-group>.o-btn:focus,#fd .o-btn-group>.o-btn:hover{z-index:1}#fd .o-btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}#fd .o-btn-toolbar .o-input-group{width:auto}#fd .o-btn-group>.o-btn-group:not(:last-child)>.o-btn,#fd .o-btn-group>.o-btn:not(:last-child):not(.dropdown-toggle),#fd .o-btn-group>.o-btn:not(:last-child):not(.dropdown-toggle_){border-bottom-right-radius:0;border-top-right-radius:0}#fd .o-btn-group>.o-btn-group:not(:first-child)>.o-btn,#fd .o-btn-group>.o-btn:nth-child(n+3),#fd .o-btn-group>:not(.o-btn-check)+.o-btn{border-bottom-left-radius:0;border-top-left-radius:0}#fd .dropdown-toggle-split:after,#fd .dropright .dropdown-toggle-split:after,#fd .dropup .dropdown-toggle-split:after{margin-left:0}#fd .dropleft .dropdown-toggle-split:before{margin-right:0}#fd .o-btn-group.show .dropdown-toggle.o-btn-link,#fd .o-btn-group.show .o-dropdown-toggle.o-btn-link{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#fd .o-btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}#fd .o-btn-group-vertical>.o-btn,#fd .o-btn-group-vertical>.o-btn-group{width:100%}#fd .o-btn-group-vertical>.o-btn-group:not(:last-child)>.o-btn,#fd .o-btn-group-vertical>.o-btn:not(:last-child):not(.dropdown-toggle),#fd .o-btn-group-vertical>.o-btn:not(:last-child):not(.o-dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}#fd .o-btn-group-vertical>.o-btn-group:not(:first-child)>.o-btn,#fd .o-btn-group-vertical>.o-btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}#fd .o-form-group{position:relative}#fd .o-form-label{--tw-text-opacity:1;color:var(--fd-gray-700-hex,rgba(var(--fd-gray-700),var(--tw-text-opacity)) );font-size:var(--fd-font-size-md)}#fd .o-form-control,#fd .o-form-label{line-height:var(--fd-line-height-sm)}#fd .o-form-control{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-shadow:0 0 #0000;-webkit-appearance:none;appearance:none;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);display:block;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-sm);margin:0;padding:var(--fd-spacing-xs) var(--fd-spacing-md);position:relative;transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}#fd .o-form-control:hover{--tw-border-opacity:1;border-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-border-opacity)) )}#fd .o-form-control{--tw-text-opacity:1!important;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )!important;height:auto}#fd .o-form-control:focus{--tw-border-opacity:1!important;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;--tw-ring-opacity:1!important;--tw-ring-color:var(--fd-primary-100-hex,rgba(var(--fd-primary-100),var(--tw-ring-opacity)) )!important;--tw-ring-offset-color:rgb(var(--fd-primary-100))!important;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) )!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important;outline:2px solid transparent!important;outline-offset:2px!important}#fd .o-form-control[readonly]{--tw-border-opacity:1!important;--tw-text-opacity:1!important;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) )!important;color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-text-opacity)) )!important;cursor:default!important}#fd .o-form-control[readonly]:hover{--tw-border-opacity:1!important;border-color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-border-opacity)) )!important}#fd .o-form-control:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1!important;background-color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),var(--tw-bg-opacity)) );border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-text-opacity)) )!important}#fd .o-form-control:disabled::-webkit-input-placeholder{--tw-placeholder-opacity:1!important;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-placeholder-opacity)) )!important}#fd .o-form-control:disabled:-ms-input-placeholder{--tw-placeholder-opacity:1!important;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-placeholder-opacity)) )!important}#fd .o-form-control:disabled::placeholder{--tw-placeholder-opacity:1!important;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-placeholder-opacity)) )!important}#fd .o-form-control[readonly].flatpickr-input{--tw-text-opacity:1!important;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) )!important}#fd .o-form-control[readonly].flatpickr-input::-webkit-input-placeholder{--tw-placeholder-opacity:1!important;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-placeholder-opacity)) )!important}#fd .o-form-control[readonly].flatpickr-input:-ms-input-placeholder{--tw-placeholder-opacity:1!important;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-placeholder-opacity)) )!important}#fd .o-form-control[readonly].flatpickr-input::placeholder{--tw-placeholder-opacity:1!important;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-placeholder-opacity)) )!important}#fd .o-form-control:-internal-autofill-selected{background-color:#fff!important;background-image:none!important;color:#000!important}#fd select.o-form-control{-webkit-print-color-adjust:exact;-webkit-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;color-adjust:exact;padding-right:2.5rem}#fd .o-form-control[size]:not([size="1"]),#fd select.o-form-control[multiple]{background-image:none;border-bottom-right-radius:2px;border-top-right-radius:2px;padding-right:.75rem}#fd .o-form-helper-text{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:var(--fd-font-size-sm);margin-top:var(--fd-spacing-xs)}#fd .o-select-group:hover{--tw-border-opacity:1;border-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-border-opacity)) )}#fd .has-error .o-form-helper-text,#fd .has-error .o-form-label{--tw-text-opacity:1;color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-text-opacity)) )}#fd .has-error .o-form-control{--tw-border-opacity:1;border-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-border-opacity)) )}#fd .toggle-checkbox:checked{--tw-ring-opacity:0;background:#fff}#fd .toggle-checkbox:checked:focus{--tw-ring-opacity:0}#fd .toggle-checkbox:checked{transition-duration:.15s;transition-duration:.3s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,1,1)}#fd .toggle-checkbox:checked+.toggle-label{--tw-bg-opacity:1;background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) )}#fd .mycomponent{color:blue}#fd .mycomponent:hover .mycomponent__part{--tw-text-opacity:1;color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-text-opacity)) )}#fd .o-input-group{align-items:stretch;display:flex;flex-wrap:nowrap;position:relative;width:100%}#fd .o-input-group>.o-form-control,#fd .o-input-group>.o-form-file,#fd .o-input-group>.o-form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}#fd .o-input-group>.o-form-control:focus,#fd .o-input-group>.o-form-file .o-form-file-input:focus~.o-form-file-label,#fd .o-input-group>.o-form-select:focus{z-index:3}#fd .o-input-group>.o-form-file>.o-form-file-input:focus{z-index:4}#fd .o-input-group>.o-form-file:not(:last-child)>.o-form-file-label{border-bottom-right-radius:0;border-top-right-radius:0}#fd .o-input-group>.o-form-file:not(:first-child)>.o-form-file-label{border-bottom-left-radius:0;border-top-left-radius:0}#fd .o-input-group .o-btn{position:relative;z-index:2}#fd .o-input-group .o-btn:focus{z-index:3}#fd .o-input-group>.dropdown-toggle_:nth-last-child(n+3)>.dropdown-toggle:nth-last-child(n+3),#fd .o-input-group>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),#fd .o-input-group>:not(:last-child):not(.dropdown-toggle_):not(.dropdown-menu){border-bottom-right-radius:0;border-top-right-radius:0}#fd .o-input-group>:not(:first-child):not(.dropdown-menu){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}#fd .o-form-group--ifta{position:relative}#fd .o-form-group--ifta .o-form-label{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:var(--fd-font-size-xs);left:var(--fd-spacing-md);line-height:var(--fd-line-height-xs);margin-bottom:0;pointer-events:none;position:absolute;top:var(--fd-spacing-sm);touch-action:manipulation;transition-duration:.15s;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:linear;z-index:2}#fd .o-form-group--ifta .o-form-control{box-shadow:none;font-size:var(--fd-font-size-sm);padding:var(--fd-spacing-2xl) var(--fd-spacing-md) var(--fd-spacing-sm)}#fd .o-form-group--ifta .o-select-group{--tw-bg-opacity:1;--tw-border-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border:1px solid var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md)}#fd .o-form-group--ifta.is-focused .o-select-group{--tw-border-opacity:1!important;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;--tw-ring-offset-color:rgb(var(--fd-primary-100))!important;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;--tw-ring-opacity:0.85;--tw-ring-color:rgba(var(--fd-primary-100),var(--tw-ring-opacity));border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) )!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 transparent;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent);outline:2px solid transparent!important;outline-offset:2px!important}#fd .o-form-group--ifta .o-select-group .o-form-control{-webkit-appearance:none!important;appearance:none!important;background-color:transparent;border:none;height:auto!important;min-height:auto;padding-bottom:var(--fd-spacing-sm);padding-left:var(--fd-spacing-sm);padding-right:0;padding-top:var(--fd-spacing-2xl);z-index:3}#fd .o-form-group--ifta .o-select-group .o-form-control:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)!important;--tw-ring-offset-color:transparent!important;border-color:transparent!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important;outline:2px solid transparent!important;outline-offset:2px!important}#fd .o-form-group--ifta .o-select-group .o-form-control{--tw-ring-opacity:0}#fd .o-form-group--ifta.has-error .o-select-group{border-color:rgba(var(--fd-danger-500),1)}#fd .o-form-group--ifta::-webkit-input-placeholder{--tw-text-opacity:1!important;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) )!important}#fd .o-form-group--ifta:-moz-placeholder,#fd .o-form-group--ifta::-moz-placeholder{--tw-text-opacity:1!important;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) )!important}#fd .o-form-group--ifta:-ms-input-placeholder{--tw-text-opacity:1!important;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) )!important}#fd .o-form-group__icon{--tw-text-opacity:1;bottom:var(--fd-spacing-sm);color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );cursor:pointer;font-size:var(--fd-font-size-sm);line-height:var(--fd-line-height-sm);outline:2px solid transparent;outline-offset:2px;position:absolute;z-index:2}#fd .o-form-group--ifta.has-leading-icon .o-form-group__icon{left:calc(var(--fd-spacing)*1);right:auto}#fd .o-form-group--ifta.has-leading-icon .o-form-control{padding-left:calc(var(--fd-spacing)*2.25)}#fd .o-form-group--ifta.has-leading-icon.has-trailing-icon .o-form-group__icon{left:calc(var(--fd-spacing)*1);right:auto}#fd .o-form-group--ifta.has-leading-icon.has-trailing-icon
.o-form-group__icon~.o-form-group__icon{left:auto;right:calc(var(--fd-spacing)*1)}#fd .o-form-group--ifta.has-leading-icon.is-filled .o-form-label,#fd .o-form-group--ifta.has-leading-icon.is-focused .o-form-label{left:calc(var(--fd-spacing)*1)}#fd .o-form-group--ifta.has-trailing-icon .o-form-group__icon{left:auto;right:calc(var(--fd-spacing)*1)}#fd .o-form-group--ifta.has-trailing-icon .o-form-control{padding-right:calc(var(--fd-spacing)*2)}#fd .o-onoffswitch{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:36px}#fd .o-onoffswitch__checkbox{display:none}#fd .o-onoffswitch__label{background-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-bg-opacity)) );border:1px solid #ccc;border-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-border-opacity)) );border-radius:16px;cursor:pointer;line-height:16px;overflow:hidden;padding:0;transition:background-color .3s ease-in}#fd .o-onoffswitch__label,#fd .o-onoffswitch__label:before{--tw-border-opacity:1;--tw-bg-opacity:1;display:block;height:16px}#fd .o-onoffswitch__label:before{background:#fff;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border:2px solid #ccc;border-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-border-opacity)) );border-radius:16px;bottom:0;content:"";margin:0;position:absolute;right:20px;top:0;transition:all .3s ease-in 0s;width:16px}#fd .o-onoffswitch__checkbox:checked+.o-onoffswitch__label{background-color:rgba(var(--fd-primary-500),1)}#fd .o-onoffswitch__checkbox:checked+.o-onoffswitch__label,#fd .o-onoffswitch__checkbox:checked+.o-onoffswitch__label:before{border-color:rgba(var(--fd-primary-500),1)}#fd .o-onoffswitch__checkbox:checked+.o-onoffswitch__label:before{right:0}#fd .o-onoffswitch__label:focus{--tw-border-opacity:1;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) );box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 transparent;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}#fd .o-onoffswitch__checkbox:disabled+.o-onoffswitch__label{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-bg-opacity)) );border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );cursor:not-allowed}#fd .o-onoffswitch__checkbox:disabled+.o-onoffswitch__label:before{--tw-border-opacity:1;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) )}#fd .o-progress{--bar-height:4px;background-color:var(--fd-primary-200-hex,rgba(var(--fd-primary-200),var(--tw-bg-opacity)) );position:relative;width:100%}#fd .o-progress,#fd .o-progress__bar{--tw-bg-opacity:1;display:block;height:var(--bar-height)}#fd .o-progress__bar{background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) )}#fd .o-blockquote{position:relative}#fd .o-blockquote blockquote{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgba(var(--fd-white),1);background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border:1px solid var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);box-shadow:var(--fd-spacing-xs) var(--fd-spacing-xs) 0 rgba(var(--fd-gray-100),1);padding:var(--fd-spacing-md);padding-left:var(--fd-spacing-4xl);position:relative}#fd .o-blockquote blockquote,#fd .o-blockquote blockquote div,#fd .o-blockquote blockquote p{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:var(--fd-font-size-md);line-height:var(--fd-line-height-md)}#fd .o-blockquote blockquote cite{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:var(--fd-font-size-xs);line-height:var(--fd-line-height-xs);margin-top:var(--fd-spacing-md)}#fd .o-blockquote blockquote:before{--tw-text-opacity:1;color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-text-opacity)) );content:"\f10d";display:block;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;left:var(--fd-spacing-md);position:absolute;top:var(--fd-spacing-md)}#fd .o-blockquote blockquote:before,#fd .o-blockquote-markup{font-size:var(--fd-font-size-md);line-height:var(--fd-line-height-md)}#fd .o-blockquote-markup{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(var(--fd-white),1);background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border:1px solid var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);box-shadow:var(--fd-spacing-xs) var(--fd-spacing-xs) 0 rgba(var(--fd-gray-100),1);color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );padding:var(--fd-spacing-md);padding-left:var(--fd-spacing-4xl);position:relative}#fd .o-blockquote-markup div,#fd .o-blockquote-markup p{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:var(--fd-font-size-md);line-height:var(--fd-line-height-md)}#fd .o-blockquote-markup:before{--tw-text-opacity:1;color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-text-opacity)) );content:"\f10d";display:block;font-family:Font Awesome\ 5 Free;font-size:var(--fd-font-size-md);font-style:normal;font-weight:900;left:var(--fd-spacing-md);line-height:var(--fd-line-height-md);position:absolute;top:var(--fd-spacing-md)}#fd .o-blockquote-markup cite{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:var(--fd-font-size-xs);line-height:var(--fd-line-height-xs);margin-top:var(--fd-spacing-md)}#fd .o-table-wrapper{max-width:100%;position:relative;scroll-behavior:smooth;-ms-scroll-snap-type:inline mandatory;scroll-snap-type:inline mandatory}#fd .o-table{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border-collapse:collapse;border-spacing:0;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) );width:100%}#fd .o-table th:not([scope=row]):first-child{left:0;z-index:3}#fd .o-table th{--tw-border-opacity:1;border-bottom-width:1px;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );position:sticky;top:0;white-space:nowrap;z-index:2}#fd .o-table th[scope=row]{left:0;position:sticky;z-index:1}#fd .o-table tr{--tw-border-opacity:1;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );border-top-width:1px}#fd .o-table tr:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),var(--tw-bg-opacity)) )}#fd .o-table .is-active{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .o-table--bordered>:not(caption)>*{--tw-border-opacity:1;border-bottom-width:1px;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-top-width:1px}#fd .o-table--bordered>:not(caption)>*>*{--tw-border-opacity:1;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-left-width:1px;border-right-width:1px}#fd .o-table--borderless>:not(caption)>*{border-top-width:0}#fd .o-table--borderless>:not(caption)>*>*{border-bottom-width:0}#fd .o-rank{--bar-height:2px;background-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-bg-opacity)) );position:relative;width:100%}#fd .o-rank,#fd .o-rank__bar{--tw-bg-opacity:1;display:block;height:var(--bar-height)}#fd .o-rank__bar{background-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-bg-opacity)) )}#fd .o-auto-grid{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));grid-template-columns:repeat(auto-fill,minmax(var(--o-auto-grid-min-size,16rem),1fr))}#fd .o-avatar{--tw-shadow:0 0 #0000;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-color:transparent;--tw-ring-offset-width:2px;--tw-ring-offset-color:transparent;align-items:center;background:transparent;border-radius:5px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);display:inline-flex;flex-shrink:0;height:40px;justify-content:center;position:relative;width:40px}#fd .o-avatar.is-mobile .o-avatar__mobile{display:flex}#fd .o-avatar.is-online{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1;--tw-ring-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-ring-opacity)) );--tw-ring-offset-width:2px;--tw-ring-offset-color:rgb(var(--fd-color-inverse));background-color:#fff;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}#fd .o-avatar.is-offline{--tw-ring-opacity:1;--tw-ring-color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-ring-opacity)) );--tw-ring-offset-color:rgb(var(--fd-color-inverse))}#fd .o-avatar--rounded,#fd .o-avatar--rounded .o-avatar__content,#fd .o-avatar--rounded .o-avatar__content img{border-radius:50%}#fd .o-avatar--rounded .o-avatar__mobile{right:-.25em;top:-.125em}#fd .o-avatar--rounded .o-avatar__action{bottom:0;right:0}#fd .o-avatar--sm{font-size:12px;height:24px;line-height:1;width:24px}#fd .o-avatar--md{font-size:16px;height:32px;line-height:1;width:32px}#fd .o-avatar--lg{font-size:18px;height:64px;line-height:1;width:64px}#fd .o-avatar--xl{font-size:24px;height:120px;line-height:1;width:120px}#fd .o-avatar__content{align-items:center;color:#fff;display:flex;flex-grow:1;justify-content:center;overflow:hidden;text-align:center}#fd .o-avatar__content,#fd .o-avatar__content img{border-radius:var(--fd-border-radius-sm);height:100%;width:100%}#fd .o-avatar__content img{bottom:0;left:0;object-fit:cover;position:absolute;right:0;top:0}#fd .o-avatar__mobile{--tw-text-opacity:1;align-items:center;background-color:#fff;border-radius:50%;color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-text-opacity)) );display:none;height:1.2em;justify-content:center;position:absolute;right:-.625em;top:-.5em;width:1.2em;z-index:2}#fd .o-avatar__mobile:before{content:"\f3cd";display:inline-block;font-family:var(--fd-font-family-fontawesome);font-size:.75em;font-weight:900}#fd .o-avatar__action{align-items:center;background-color:#fff;border-radius:50%;bottom:-.5em;display:flex;font-size:.625em;height:1.5em;justify-content:center;line-height:1;position:absolute;right:-.625em;width:1.5em}#fd .o-avatar__action,#fd .o-avatar__action .dropdown-toggle_{--tw-text-opacity:1;color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-text-opacity)) )}#fd .o-avatar__remove-tag{line-height:1;z-index:2}#fd .o-avatar__remove-tag>a{--tw-bg-opacity:1;background-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-bg-opacity)) );border-radius:50%;color:#fff;line-height:16px}#fd .o-avatar__remove-tag>a,#fd .o-avatar__remove-tag>a i{display:inline-block;height:16px;text-align:center;width:16px}#fd .o-avatar__remove-tag>a i{font-size:9px;line-height:inherit;vertical-align:top}#fd .o-avatar-action{display:inline-block;position:relative}#fd .o-avatar-action__remove-tag{line-height:1;position:absolute;right:-4px;top:-4px;z-index:2}#fd .o-avatar-action__remove-tag>a{--tw-bg-opacity:1;background-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-bg-opacity)) );border-radius:50%;color:#fff;display:inline-block;height:16px;line-height:16px;text-align:center;width:16px}#fd .o-avatar-action__remove-tag>a i{display:inline-block;font-size:9px;height:16px;line-height:inherit;text-align:center;vertical-align:top;width:16px}#fd .o-avatar-action:before{color:red;display:block;font-size:20px;left:0;position:absolute;text-align:left;top:0;width:400px}#fd .o-avatar-list__item{display:inline-block}#fd .o-alert{border:1px solid transparent;border-radius:var(--fd-border-radius-md);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-xs);overflow:hidden;padding:var(--fd-spacing-md);position:relative;text-shadow:none}#fd .o-alert__heading{color:inherit;margin-top:0}#fd .o-alert--link{font-weight:700}#fd .o-alert>p,#fd .o-alert>ul{margin-bottom:0}#fd .o-alert>p+p{margin-top:5px}#fd .o-alert__close{color:#000;font-size:18px;font-weight:700;line-height:1;text-decoration:none;text-shadow:0 1px 0 #fff}#fd .o-alert__close .material-icons{font-size:18px}#fd button.o-alert__close{background:transparent none repeat scroll 0 0;border:0;cursor:pointer;padding:0}#fd .o-alert--dismissible .o-alert__close{color:inherit;position:relative;top:0}#fd .o-alert--success{background-color:rgba(var(--fd-success-50),1);border-color:rgba(var(--fd-success-500),1)}#fd .o-alert--success,#fd .o-alert--success .o-alert__close{color:rgba(var(--fd-success-500),1)}#fd .o-alert--info{background-color:rgba(var(--fd-info-50),1);border-color:rgba(var(--fd-info-500),1)}#fd .o-alert--info,#fd .o-alert--info .o-alert__close{color:rgba(var(--fd-info-500),1)}#fd .o-alert--warning{background-color:rgba(var(--fd-warning-50),1);border-color:rgba(var(--fd-warning-500),1)}#fd .o-alert--warning,#fd .o-alert--warning .o-alert__close{color:rgba(var(--fd-warning-500),1)}#fd .o-alert--danger{background-color:rgba(var(--fd-danger-50),1);border-color:rgba(var(--fd-danger-500),1)}#fd .o-alert--danger,#fd .o-alert--danger .o-alert__close{color:rgba(var(--fd-danger-500),1)}#fd .o-label{align-items:center;border:1px solid transparent;border-radius:var(--fd-border-radius-md);display:inline-flex;line-height:var(--fd-line-height-xs);overflow:hidden;padding:var(--fd-spacing-3xs) var(--fd-spacing-xs);position:relative;text-shadow:none}#fd .o-label,#fd .o-tooltip{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-xs)}#fd .o-tooltip{background:var(--fd-tippy-bg);border-radius:var(--fd-border-radius-md);color:var(--fd-tippy-text);padding:var(--fd-spacing-xs)}#fd .o-tooltip--lg{padding:var(--fd-spacing-md)}#fd .o-popover{--tw-bg-opacity:1;--tw-text-opacity:1;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) );font-size:var(--fd-font-size-xs);padding:var(--fd-spacing-md)}#fd .o-dropdown,#fd .o-popover{background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border-radius:var(--fd-border-radius-md);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}#fd .o-dropdown{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;--tw-shadow:0 2px 4px -2px rgba(0,0,0,.04),0 5px 10px -1px rgba(0,0,0,.08);border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:var(--fd-font-size-sm);width:96vw}#fd .o-dropdown__hd{border-top-left-radius:var(--fd-border-radius-md);border-top-right-radius:var(--fd-border-radius-md)}#fd .o-dropdown__ft{border-bottom-left-radius:var(--fd-border-radius-md);border-bottom-right-radius:var(--fd-border-radius-md)}#fd .o-dropdown-nav{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:var(--fd-font-size-sm);list-style:none;margin:0;opacity:1;padding:0;position:relative;width:100%}#fd .o-dropdown-nav__media{color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );display:inline-flex;height:1rem;justify-content:center;margin-right:var(--fd-spacing-md);text-align:center;vertical-align:middle;width:1rem}#fd .o-dropdown-nav__item,#fd .o-dropdown-nav__media{--tw-text-opacity:1;align-items:center;line-height:var(--fd-line-height-sm)}#fd .o-dropdown-nav__item{border-radius:var(--fd-border-radius-md);color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) );display:flex;outline:2px solid transparent;outline-offset:2px;padding:0}#fd .o-dropdown-nav__item.is-active{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) );color:var(--fd-gray-600-hex,rgba(var(--fd-gray-600),var(--tw-text-opacity)) )}#fd .o-dropdown-nav>li:not(.active):hover,#fd .o-dropdown-nav__item.is-acitve,#fd .o-dropdown-nav__item:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .o-dropdown-nav__link{--tw-text-opacity:1;align-items:center;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) );display:flex;flex-grow:1;line-height:var(--fd-line-height-xs);overflow:hidden;padding-right:1rem;padding:var(--fd-spacing-sm) var(--fd-spacing-xs);text-decoration:none;text-overflow:ellipsis;white-space:nowrap}#fd .o-dropdown-nav__link,#fd .o-dropdown-nav__link:focus{outline:2px solid transparent;outline-offset:2px}#fd .o-dropdown-nav__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#fd .o-dropdown-nav__toggle{--tw-text-opacity:1;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) );padding-left:var(--fd-spacing-md);padding-right:var(--fd-spacing-md)}#fd .o-dropdown-nav--nested>li:hover,#fd .o-dropdown-nav--parent>li:hover{background-color:var(--si-basic--200)}#fd .o-dropdown-nav--nested.has-submenu>li:hover,#fd .o-dropdown-nav--parent.has-submenu>li:hover{background-color:transparent}#fd .o-aspect-ratio{--aspect-ratio:16/9;--max-width:100%;display:inline-block;max-width:var(--max-width);position:relative;width:100%}#fd .o-aspect-ratio:before{content:"";display:block;padding-bottom:calc(100%/(var(--aspect-ratio)))}#fd .o-aspect-ratio iframe,#fd .o-aspect-ratio img,#fd .o-aspect-ratio>:first-child{background-repeat:no-repeat;background-size:cover;bottom:0;height:100%;left:0;object-fit:cover;position:absolute;right:0;top:0;width:100%;z-index:20}#fd .o-aspect-ratio--contain>:first-child{background-position:50%;background-size:contain;object-fit:contain}#fd .o-aspect-ratio__loader{align-items:center!important;display:flex!important;height:100%!important;justify-content:center!important;left:0!important;position:absolute!important;top:0!important;width:100%!important;z-index:10!important}#fd .o-pagination{--tw-bg-opacity:1;display:flex;list-style:none;margin:0;overflow:hidden;position:relative}#fd .o-pagination,#fd .o-pagination__btn{align-items:center;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) )}#fd .o-pagination__btn{--tw-border-opacity:1;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-width:1px;display:inline-flex;font-size:var(--fd-font-size-sm);line-height:var(--fd-line-height-sm);padding:var(--fd-spacing-xs) var(--fd-spacing-sm);position:relative;transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}#fd .o-pagination__btn,#fd .o-pagination__btn:hover{--tw-bg-opacity:1;--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) )}#fd .o-pagination__btn:hover{background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) );outline:2px solid transparent;outline-offset:2px;text-decoration:none}#fd .o-pagination__btn:focus{outline:2px solid transparent;outline-offset:2px;z-index:10}#fd .o-pagination__btn:disabled{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) );color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .o-pager{display:flex;justify-content:space-between}#fd .o-tab{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;width:100%}#fd .o-tab__item{text-decoration:none}#fd .o-tab__item,#fd .o-tab__link{flex-shrink:0;outline:2px solid transparent;outline-offset:2px}#fd .o-tab__link{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );display:block;font-size:var(--fd-font-size-sm);line-height:var(--fd-line-height-sm);text-decoration:none;white-space:nowrap}#fd .o-tab--line .o-tab__item.is-active .o-tab__link{--tw-text-opacity:1;color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .o-tab--line .o-tab__link{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );padding:var(--fd-spacing-sm) var(--fd-spacing-md)}#fd .o-tab--line .o-tab__link:hover{--tw-text-opacity:1;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )}#fd .o-tab--line.is-horizontal{--tw-border-opacity:1;border-bottom:1px;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-style:solid}#fd .o-tab--line.is-horizontal .o-tab__item{border-bottom-width:1px;border-color:transparent}#fd .o-tab--line.is-horizontal .o-tab__item:hover{--tw-border-opacity:1;border-color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-border-opacity)) )}#fd .o-tab--line.is-horizontal .o-tab__item.is-active{--tw-border-opacity:1;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) )}#fd .o-tab--line.is-horizontal .o-tab__item.is-active .o-tab__link{--tw-text-opacity:1;color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .o-tab--line.is-vertical .o-tab__item,#fd .o-tab--line.is-vertical .o-tab__link{display:block;width:100%}#fd .o-tab--pill .o-tab__item{border-bottom-width:1px;border-color:transparent}#fd .o-tab--pill .o-tab__item.is-active .o-tab__link{--tw-border-opacity:1;--tw-text-opacity:1;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) );color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .o-tab--pill .o-tab__link{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border:1px solid var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );padding:var(--fd-spacing-xs) var(--fd-spacing-md)}#fd .o-tab--pill .o-tab__link:hover{--tw-border-opacity:1;--tw-text-opacity:1;border-color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-border-opacity)) );color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )}#fd .o-tab--pill.is-horizontal .o-tab__item+.o-tab__item{margin-left:var(--fd-spacing-xs)}#fd .o-tab--pill.is-vertical .o-tab__item,#fd .o-tab--pill.is-vertical .o-tab__link{display:block;width:100%}#fd .o-tab--pill.is-vertical .o-tab__item+.o-tab__item{margin-top:var(--fd-spacing-xs)}#fd .o-tab-content>div{display:none}#fd .o-tab-content>div.is-active{display:block}#fd.o-dialog{background:none;background:rgba(0,0,0,.25);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;height:100%;left:0;opacity:0;overflow:hidden;position:fixed;top:0;-webkit-transform:scale(1.2);transform:scale(1.2);transition:all .25s ease;width:100%;z-index:99999}#fd.o-dialog.active{opacity:1;-webkit-transform:scale(1);transform:scale(1)}#fd.o-dialog.is-loading{transition:none}#fd.o-dialog.is-failed .hint-failed,#fd.o-dialog.is-loading .hint-loading{display:table}#fd.o-dialog.is-failed .hint-failed .ed-hint__icon{font-size:36px}#fd.o-dialog.is-failed .o-dialog-content{height:auto;padding:0}#fd .ed-hint{background:#fff;display:none;text-align:center}#fd .ed-hint>div{padding:0 var(--fd-spacing-md)}#fd .ed-hint__icon{margin-bottom:var(--fd-spacing-md)}#fd .o-dialog-modal{border-radius:var(--fd-border-radius-md);box-shadow:0 0 10px rgba(0,0,0,.2);display:block;left:50%;max-height:100%;max-width:100%;min-height:320px;min-width:320px;overflow:hidden;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}#fd.o-dialog.has-footer .o-dialog-modal{min-height:218px}#fd .o-dialog-body,#fd .o-dialog-footer,#fd .o-dialog-header{--tw-text-opacity:1;color:var(--fd-gray-700-hex,rgba(var(--fd-gray-700),var(--tw-text-opacity)) )}#fd .o-dialog-header{background:rgba(var(--fd-white),1);border-radius:var(--fd-border-radius-md) var(--fd-border-radius-md) 0 0;height:50px;left:0;line-height:1;padding:8px 16px;position:absolute;top:0;width:100%;z-index:3}#fd .o-dialog-header__grid{align-items:center;display:flex;flex-wrap:wrap;height:100%;margin:0;padding:0}#fd .o-dialog-header__cell{flex:1 1 auto;text-align:left}#fd .o-dialog-header--divider{--tw-border-opacity:1;border-bottom:1px;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-style:solid}#fd .o-dialog-footer{align-items:center;background:rgba(var(--fd-gray-50),1);border-radius:0 0 var(--fd-border-radius-md) var(--fd-border-radius-md);border-top:1px solid rgba(var(--fd-gray-200),1);bottom:0;display:none;height:48px;justify-content:end;left:0;padding:var(--fd-spacing-sm);position:absolute;width:100%;z-index:2}#fd .o-dialog-body{border-bottom:0;border-top:50px solid transparent;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}#fd .o-dialog-container{background:rgba(var(--fd-white),1);border:0 solid rgba(var(--fd-gray-200),1);border-radius:0 0 var(--fd-border-radius-md) var(--fd-border-radius-md);border-top:none;height:100%;overflow:auto;position:absolute;width:100%}#fd.is-loading .o-dialog-container{overflow:hidden}#fd.o-dialog.has-footer .o-dialog-body{border-bottom:48px solid transparent}#fd.o-dialog.has-footer .o-dialog-container{border-radius:0}#fd.o-dialog.has-footer .o-dialog-footer{display:flex}#fd .o-dialog-title{font-size:var(--fd-font-size-sm);font-weight:700}#fd .o-dialog-back-button,#fd .o-dialog-close-button{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );cursor:pointer;flex:0 0 auto;font-size:15px;text-align:center}#fd .o-dialog-back-button:hover,#fd .o-dialog-close-button:hover{--tw-text-opacity:1;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .o-dialog-back-button span,#fd .o-dialog-close-button span{position:relative}#fd .o-dialog-back-button{padding-right:var(--fd-spacing-sm)}#fd .o-dialog-back-button i,#fd .o-dialog-close-button i{font-size:18px;position:relative}#fd .o-dialog-content{height:100%;padding:var(--fd-spacing-md);position:relative}#fd .o-dialog-content *{font-size:var(--fd-font-size-sm)}#fd .o-dialog-footer-content{border-radius:0 0 var(--fd-border-radius-md) var(--fd-border-radius-md);display:flex;justify-content:flex-end;overflow:hidden;text-align:center}#fd .o-dialog-footer-content>*+*{margin-left:var(--fd-spacing-sm)}#fd .o-dialog-footer-content__btn.is-loading{color:transparent!important;cursor:default;opacity:1;pointer-events:auto;position:relative;text-shadow:none!important;transition:all 0s linear,opacity .1s ease}#fd .o-dialog-footer-content__btn.is-loading:before{border:.2em solid rgba(0,0,0,.1);border-radius:500rem;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}#fd .o-dialog-footer-content__btn.is-loading:after{-webkit-animation:btn-spin .6s linear;animation:btn-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border:.2em solid transparent;border-radius:500rem;border-top-color:#767676;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}#fd .o-dialog-error-message{display:block;font-weight:400}#fd.o-dialog.type-iframe .o-dialog-container{overflow:hidden}#fd.o-dialog.type-iframe .o-dialog-content{height:100%;padding:0;width:100%}#fd.o-dialog.type-iframe iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}#fd.is-mobile.o-dialog{height:100%;width:100%;z-index:2147483640}#fd.is-mobile .o-dialog-modal{height:100%!important;width:100%!important}#fd.is-mobile .o-dialog-body{-webkit-overflow-scrolling:touch;overflow-y:scroll}:root .has-fd-dialog,:root .has-fd-dialog .flatpickr-calendar.open,:root .has-fd-dialog .select2-container--open,:root .has-fd-dialog [data-tippy-root]{z-index:2147483642!important}#fd .o-inline-list{align-items:center;display:inline-flex;flex-wrap:wrap}#fd .o-inline-list>div{align-items:center;display:flex;position:relative}#fd .o-inline-list>div+div:before{align-items:center;content:attr(fd-breadcrumb);display:flex;font-size:13px;padding:0 var(--fd-spacing-xs)}#fd .o-inline-list>div a,#fd .o-inline-list>div span,#fd .o-inline-list>div time{align-items:center;display:inline-flex}#fd .o-inline-list a{text-decoration:none}#fd .o-inline-list .fa:before{vertical-align:middle}#fd .before\:content-none:before{content:""}#fd .before\:content-dot:before{content:"\00b7"}#fd .before\:content-pipe:before{content:"\007c"}#fd .o-location{--tw-border-opacity:1;align-items:center;border:1px solid var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);display:flex;padding:var(--fd-spacing-xs)}#fd .o-location,#fd .o-location__field{--tw-bg-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) )}#fd .o-location__field{--tw-shadow:0 0 #0000;-webkit-appearance:none;appearance:none;border-radius:var(--fd-border-radius-md);border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);display:block;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-sm);line-height:var(--fd-line-height-sm);margin:0;padding-bottom:var(--fd-spacing-xs);padding-top:var(--fd-spacing-xs);position:relative;transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}#fd .o-location__field,#fd .o-location__field:hover{border-color:transparent}#fd .o-location__field{--tw-text-opacity:1!important;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )!important;height:auto}#fd .o-location__field:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;--tw-ring-color:transparent!important;--tw-ring-offset-color:transparent!important;border-color:transparent!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important;outline:2px solid transparent!important;outline-offset:2px!important}#fd .o-navigation{display:flex;flex-direction:column;gap:var(--fd-spacing-2xs);overflow:hidden}#fd .o-navigation__item{align-items:center;border-radius:var(--fd-border-radius-md);display:flex;gap:var(--fd-spacing-xs);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#fd .o-navigation__item:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .o-navigation__item.is-active{--tw-bg-opacity:1;background-color:var(--fd-primary-50-hex,rgba(var(--fd-primary-50),var(--tw-bg-opacity)) )}#fd .o-navigation__item.is-active:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .o-navigation__item.is-active .o-navigation__link{--tw-text-opacity:1;color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .o-navigation__item.is-active .o-label{--tw-bg-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) )}#fd .o-navigation__item.is-divider{border-style:none;display:flex;height:1px;margin-bottom:var(--fd-spacing-xs);margin-top:var(--fd-spacing-xs)}#fd .o-navigation__item.is-divider,#fd .o-navigation__item.is-divider:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-bg-opacity)) )}#fd .o-navigation__link{--tw-text-opacity:1;border-radius:var(--fd-border-radius-md);color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );flex-grow:1;font-size:var(--fd-font-size-sm);line-height:var(--fd-line-height-sm);min-width:0;overflow:hidden;padding:var(--fd-spacing-xs) var(--fd-spacing-sm);text-decoration:none;text-overflow:ellipsis;white-space:nowrap}#fd .o-navigation__label,#fd .o-navigation__loader{flex-shrink:0;margin-right:var(--fd-spacing-sm)}#fd .o-navigation .o-label{--tw-bg-opacity:1;background-color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),var(--tw-bg-opacity)) )}#fd .o-card{word-wrap:break-word;--tw-border-opacity:1;background-clip:border-box;border:1px solid var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);display:flex;flex-direction:column;min-width:0;position:relative}#fd .o-card>hr{margin-left:0;margin-right:0}#fd .o-card__body{flex:1 1 auto;padding:var(--fd-spacing-md)}#fd .o-card__title{font-size:var(--fd-font-size-md);font-weight:700;line-height:1}#fd .o-card__text:last-child{margin-bottom:0}#fd .o-card__header{font-weight:700;margin-bottom:0}#fd .o-card-img-overlay{bottom:0;left:0;position:absolute;right:0;top:0}#fd .o-card-img,#fd .o-card-img-bottom,#fd .o-card-img-top{width:100%}#fd .o-card-deck{display:flex;flex-direction:column}#fd .o-card-list-group{display:flex;flex-direction:column}#fd .o-card-list-group__item{--tw-border-opacity:1;border-bottom-width:1px;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );display:block;padding:var(--fd-spacing-sm) var(--fd-spacing-md);position:relative}#fd .o-card-list-group__item:last-child{border-bottom:0}#fd .o-card--borderless{border:0}#fd .o-card--borderless .o-card__body:first-child{padding-top:0}#fd .o-card--borderless .o-card-list-group__item,#fd .o-card--borderless .o-card__body,#fd .o-card--borderless .o-card__footer{padding-left:0;padding-right:0}#fd .o-snackbar{background-color:rgba(var(--fd-gray-50),1);border-radius:var(--fd-border-radius-md);padding:var(--fd-spacing-md)}#fd .o-searchbar{--tw-border-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border:1px solid var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md)}#fd .o-filterbar,#fd .o-searchbar{--tw-bg-opacity:1;align-items:center;display:flex;flex-direction:column;padding:var(--fd-spacing-xs)}#fd .o-filterbar{background-color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),var(--tw-bg-opacity)) );border-radius:var(--fd-border-radius-md)}#fd .o-toast{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-shadow:0 2px 4px -1px rgba(0,0,0,.06),0 1px 2px -1px rgba(0,0,0,.02);background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);color:rgba(var(--fd-gray-800),1);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-xs);padding:var(--fd-spacing-md);pointer-events:auto;width:360px}#fd .o-toast__body{align-items:center;display:flex;flex-direction:column;justify-content:center}#fd .o-toast:hover{--tw-shadow:0 2px 4px -2px rgba(0,0,0,.04),0 5px 10px -1px rgba(0,0,0,.08);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);cursor:pointer;opacity:1}#fd .toast-close-button{color:rgba(var(--fd-gray-500),1);float:right;opacity:.8;right:-.3em;text-shadow:0 1px 0 rgba(var(--fd-gray-500),1);top:-.3em}#fd button.toast-close-button{-webkit-appearance:none;background:transparent;border:0;cursor:pointer;padding:0}#fd .toast-close-button{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:20px;font-weight:700;position:relative;top:-8px}#fd.fd-toast-container{box-sizing:border-box;pointer-events:none;position:fixed;z-index:999999}#fd.fd-toast-container .fd-toast-listing>*+*{margin-top:.5rem}#fd.fd-toast-container *{box-sizing:border-box}#fd.fd-toast-container>div.rtl{background-position:right 15px center;direction:rtl;padding:15px 50px 15px 15px}#fd.fd-toast-container.toast-top-center{right:0;top:0;width:100%}#fd.fd-toast-container.toast-bottom-center{bottom:0;right:0;width:100%}#fd.fd-toast-container.toast-top-full-width{right:0;top:0;width:100%}#fd.fd-toast-container.toast-bottom-full-width{bottom:0;right:0;width:100%}#fd.fd-toast-container.toast-top-left{left:12px;top:12px}#fd.fd-toast-container.toast-top-right{right:12px;top:12px}#fd.fd-toast-container.toast-bottom-right{bottom:12px;right:12px}#fd.fd-toast-container.toast-bottom-left{bottom:12px;left:12px}#fd.fd-toast-container.toast-bottom-center>div,#fd.fd-toast-container.toast-top-center>div{margin-left:auto;margin-right:auto;width:300px}#fd.fd-toast-container.toast-bottom-full-width>div,#fd.fd-toast-container.toast-top-full-width>div{margin-left:auto;margin-right:auto;width:96%}#fd .o-mention-wrapper{border-radius:var(--fd-border-radius-md);max-width:280px;min-width:200px;overflow:hidden;padding-top:var(--fd-spacing-2xs)}.tribute-container{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;border:1px solid var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );display:block;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-sm);height:auto;left:0;max-height:300px;max-width:500px;min-width:180px;overflow:auto;position:absolute;top:0;width:96vw;z-index:999999}.tribute-container,.tribute-container>div{background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) )}.tribute-container>div{--tw-bg-opacity:1;--tw-shadow:0 2px 4px -2px rgba(0,0,0,.04),0 5px 10px -1px rgba(0,0,0,.08);border-radius:var(--fd-border-radius-md);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);list-style:none;margin:2px 0 0;padding:0;padding:var(--fd-spacing-xs)}.tribute-container .o-mention{border-radius:var(--fd-border-radius-md);cursor:pointer;padding:var(--fd-spacing-sm) var(--fd-spacing-xs)}.tribute-container .o-mention.is-highlight,.tribute-container .o-mention:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}.tribute-container .o-mention span{font-weight:700}.tribute-container .o-mention.no-match{cursor:default}.tribute-container .menu-highlighted{font-weight:700}#fd .o-editor-wrapper{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) );border:1px solid var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) );border-radius:var(--fd-border-radius-md);overflow:hidden}#fd .o-editor__textarea{margin:0;padding:var(--fd-spacing-sm) var(--fd-spacing-md);resize:none;width:100%}#fd .o-editor__textarea:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#fd .o-attachment-list{grid-gap:var(--fd-spacing-sm);display:grid;gap:var(--fd-spacing-sm);grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}#fd .o-attachment{background:rgba(var(--fd-white),1);border:1px solid rgba(var(--fd-gray-300),1);border-radius:var(--fd-border-radius-md);color:rgba(var(--fd-gray-400),1);display:flex;justify-content:center;line-height:1;padding:var(--fd-spacing-sm);padding-right:0}#fd .o-attachment__preview{align-items:center;display:flex}#fd .o-attachment__content{display:flex;flex-flow:column;flex-grow:1;justify-content:center;min-width:0;overflow:hidden;padding:0 var(--fd-spacing-sm);text-overflow:ellipsis}#fd .o-attachment__name{color:rgba(var(--fd-gray-500),1);display:block;font-weight:700;line-height:var(--fd-line-height-sm);margin-bottom:var(--fd-spacing-2xs);min-width:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}#fd .o-attachment__name,#fd .o-attachment__size{font-size:var(--fd-font-size-xs)}#fd .o-attachment__actions{border-left:1px solid rgba(var(--fd-gray-300),1);display:flex;font-size:16px;justify-content:center}#fd .o-attachment__actions>a{color:rgba(var(--fd-gray-400),1);padding:var(--fd-spacing-md) var(--fd-spacing-sm)}#fd .o-attachment__actions>a:hover{color:rgba(var(--fd-gray-800),1)}#fd .o-attachment-preview{border-radius:var(--fd-border-radius-md);height:40px;overflow:hidden;position:relative;width:40px}#fd .o-attachment-preview__content{background-color:rgba(var(--fd-gray-50),1);height:40px;line-height:1;text-align:center;width:40px}#fd .o-attachment-preview.is-icon .o-attachment-preview__content{font-size:18px}#fd .o-attachment-preview.is-icon .o-attachment-preview__content:before{text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:var(--fd-font-family-fontawesome);font-size:inherit;font-style:normal;font-weight:400;left:50%;line-height:1;position:absolute;top:50%;-webkit-transform:translate(0);transform:translate(0);-webkit-transform:perspective(1px) translateX(-50%) translateY(-50%);transform:perspective(1px) translateX(-50%) translateY(-50%)}#fd .o-attachment-preview.is-icon.is-icon--zip .o-attachment-preview__content:before{content:"\f1c6"}#fd .o-attachment-preview.is-icon.is-icon--doc .o-attachment-preview__content:before{content:"\f15c"}#fd .o-attachment-preview.is-icon.is-icon--img .o-attachment-preview__content:before{content:"\f1c5"}#fd .o-attachment-preview.is-image .o-attachment-preview__content{background-position:50%;background-repeat:no-repeat;background-size:cover;display:inline-block;height:40px;width:40px}#fd .o-empty{background-color:var(--si-body);display:inline-block;display:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:var(--fd-font-size-sm);padding:var(--fd-spacing-3xl) var(--fd-spacing-md);position:relative;text-align:center;text-align:center;width:100%}#fd .o-empty__content>*+*{margin-top:var(--fd-spacing-md)}#fd .o-empty__icon{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) );font-size:40px;width:auto}#fd.is-mobile .o-empty--height-no{min-height:80px}#fd .is-empty>.o-empty{display:inline-block}#fd .any-listing{display:none}#fd .is-done .any-listing{display:flex;flex-direction:column}#fd .o-loader{display:none;font-size:1em;height:40px;margin:0;position:relative;text-align:center;width:40px;z-index:1000}#fd .o-loader:before{--tw-border-opacity:1;border:4px solid var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) );border-radius:500rem;content:"";height:100%;left:0;position:absolute;top:0;width:100%}#fd .o-loader:after{-webkit-animation:fd-rotate .55s linear;animation:fd-rotate .55s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border:4px solid transparent;border-radius:500rem;border-top:4px solid rgba(var(--fd-gray-300),1);box-shadow:0 0 0 1px transparent;content:"";height:100%;left:0;position:absolute;top:0;width:100%}@-webkit-keyframes fd-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fd-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#fd .is-loading>.o-loader{display:block}#fd .is-loading>.o-loader-wrapper{display:flex;flex-direction:column}#fd .o-loader-wrapper{align-items:center;display:none;justify-content:center;min-height:100px;position:relative}#fd .o-placeholder-box{--tw-bg-opacity:1;background-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-bg-opacity)) );color:transparent;display:inline-block;height:var(--fd-spacing-sm);overflow:hidden;position:relative}#fd .o-placeholder-box:after{-webkit-animation:fd-placeholder-box 1s infinite;animation:fd-placeholder-box 1s infinite;background-image:linear-gradient(90deg,rgba(var(--fd-white),0) 0,rgba(var(--fd-white),.2) 20%,rgba(var(--fd-white),.5) 60%,rgba(var(--fd-white),0));bottom:0;content:"";left:0;position:absolute;right:0;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@-webkit-keyframes fd-placeholder-box{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes fd-placeholder-box{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}#fd .si__title{color:blue}#fd .test-ignore{margin-left:8px}@media (min-width:768px){#fd .o-dropdown{width:auto}#fd .o-filterbar,#fd .o-searchbar{flex-direction:row}#fd .o-mention-wrapper,.tribute-container{width:auto}#fd .o-attachment-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:359px){#fd .o-toast{width:320px}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){#fd .ps{overflow:auto!important}}@media (prefers-reduced-motion:reduce),print{#fd .fd-animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;transition-duration:1ms!important}#fd .fd-animate__animated[class*=Out]{opacity:0}}
﻿#fd-lightboxOverlay.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;display:none;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8}#fd-lightbox.lightbox{position:absolute;left:0;z-index:10000;width:100%;font-weight:normal;line-height:0;text-align:center}#fd-lightbox.lightbox .lb-image{display:block;max-width:inherit;height:auto;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}#fd-lightbox.lightbox a img{border:none}#fd-lightbox .lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;*zoom:1;background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}#fd-lightbox .lb-outerContainer:after{display:table;clear:both;content:""}#fd-lightbox .lb-container{padding:4px}#fd-lightbox .lb-loader{position:absolute;top:43%;left:0;width:100%;height:25%;line-height:0;text-align:center}#fd-lightbox .lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/media/foundry/images/vendor/lightbox/loading.gif) no-repeat}#fd-lightbox .lb-nav{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%}#fd-lightbox .lb-container>.nav{left:0}#fd-lightbox .lb-nav a{background-image:url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");outline:none}#fd-lightbox .lb-prev,#fd-lightbox .lb-next{display:block;height:100%;cursor:pointer}#fd-lightbox .lb-nav a.lb-prev{left:0;float:left;width:34%;background:url(/media/foundry/images/vendor/lightbox/prev.png) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}#fd-lightbox .lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}#fd-lightbox .lb-nav a.lb-next{right:0;float:right;width:64%;background:url(/media/foundry/images/vendor/lightbox/next.png) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}#fd-lightbox .lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}#fd-lightbox .lb-dataContainer{width:100%;padding-top:5px;margin:0 auto;*zoom:1;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px}#fd-lightbox .lb-dataContainer:after{display:table;clear:both;content:""}#fd-lightbox .lb-data{padding:0 4px;color:#ccc}#fd-lightbox .lb-data .lb-details{float:left;width:85%;line-height:1.1em;text-align:left}#fd-lightbox .lb-data .lb-caption{font-size:13px;font-weight:bold;line-height:1em}#fd-lightbox .lb-data .lb-number{display:block;padding-bottom:1em;clear:left;font-size:12px;color:#999}#fd-lightbox .lb-data .lb-close{position:relative;display:block;float:right;width:30px;height:30px;text-align:right;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);outline:none;opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}#fd-lightbox .lb-data .lb-close:before{display:inline-block;font-family:var(--fd-font-family-fontawesome);font-size:inherit;font-size:26px;font-style:normal;font-weight:900;line-height:1;color:#fff;content:"";text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#fd-lightbox .lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}
﻿#fd .bb-smiley{max-width:16px;max-height:16px}#fd .markItUp *{padding:0px;margin:0px;outline:none}#fd .markItUp a:link,#fd .markItUp a:visited{text-decoration:none}#fd .markItUp{width:700px;margin:5px 0 5px 0;border:5px solid #f5f5f5}#fd .markItUpContainer{padding:0 !important;font:11px Verdana,Arial,Helvetica,sans-serif;background:none !important;border-radius:var(--fd-border-radius-md) !important}#fd .markItUpExpanding.has-error{border:1px solid rgba(var(--fd-danger-600),1)}#fd .markItUpExpanding.has-error .form-control{box-shadow:none}#fd .markItUpEditor{box-sizing:border-box;width:100%;height:320px;padding:var(--fd-spacing-sm) var(--fd-spacing-md) !important;overflow:auto;clear:both;font-size:14px !important;line-height:18px;color:rgba(var(--fd-gray-800),1);background:rgba(var(--fd-white),1);border:0 !important;border-radius:0 !important;box-shadow:none !important}#fd .markItUpEditor:focus{box-shadow:none}#fd .markItUpEditor::-webkit-input-placeholder{color:rgba(var(--fd-gray-400),1)}#fd .markItUpEditor:-moz-placeholder{color:rgba(var(--fd-gray-400),1)}#fd .markItUpEditor::-moz-placeholder{color:rgba(var(--fd-gray-400),1)}#fd .markItUpEditor:-ms-input-placeholder{color:rgba(var(--fd-gray-400),1)}#fd .markItUpEditor::-ms-input-placeholder{color:rgba(var(--fd-gray-400),1)}#fd .markItUpEditor:placeholder-shown{color:rgba(var(--fd-gray-400),1)}#fd .markItUpPreviewFrame{width:99.9%;height:300px;margin:5px 0;overflow:auto;background-color:#fff;border:1px solid #3c769d}#fd .markItUpFooter{width:100%;cursor:n-resize}#fd .markItUpResizeHandle{width:22px;height:5px;margin-right:auto;margin-left:auto;overflow:hidden;cursor:n-resize}#fd .fd-markitup-buttons-hidden .markItUpHeader{display:none}#fd .markItUpHeader ul li{position:relative;float:left;list-style:none}#fd .markItUpHeader ul li ul{display:none}#fd .markItUpHeader ul li:hover>ul{display:block}#fd .markItUpHeader ul .markItUpDropMenu{margin-right:5px}#fd .markItUpHeader ul .markItUpDropMenu li{margin-right:0px}#fd .markItUpHeader ul .markItUpSeparator{width:1px;height:30px;margin:0 var(--fd-spacing-xs);overflow:hidden;background-color:#ccc}#fd .markItUpHeader ul ul .markItUpSeparator{width:auto;height:1px;margin:0px}#fd .markItUpHeader ul ul{position:absolute;top:18px;left:0px;display:none;height:inherit;background:#f5f5f5;border:1px solid #3c769d}#fd .markItUpHeader ul ul li{float:none;border-bottom:1px solid #3c769d}#fd .markItUpHeader ul ul ul{position:absolute;top:-1px;left:150px}#fd .markItUpHeader ul ul ul li{float:none}#fd .markItUpHeader ul a{display:block;width:24px;height:24px;padding:var(--fd-spacing-xs);margin:0px;text-indent:0}#fd .markItUpHeader ul ul a{display:block;width:120px;padding:5px 5px 5px 25px;padding-left:0px;text-indent:0;background-position:2px 50%}#fd .markItUpHeader ul ul a:hover{color:#fff;background-color:#3c769d}#fd .markItUpHeader{display:inline-block;width:100%;padding:var(--fd-spacing-xs) var(--fd-spacing-sm);background:rgba(var(--fd-white),1);border:none;border-bottom:1px solid rgba(var(--fd-gray-300),1) !important;border-top-left-radius:var(--fd-border-radius-md);border-top-right-radius:var(--fd-border-radius-md)}#fd .markItUpHeader ul li{margin-right:4px}#fd .markItUpHeader ul .markItUpSeparator{position:relative;top:4px;color:rgba(var(--fd-gray-300),1);background-color:rgba(var(--fd-gray-300),1)}#fd .markItUp{width:100%;margin:0;border:0px solid transparent}#fd .markItUp li>a{font-size:0;background-position:center;border:1px solid transparent;border-radius:var(--fd-border-radius-md)}#fd .markItUp li>a:hover{background-color:transparent}#fd .markItUp .markItUpButton{padding:var(--fd-spacing-2xs) var(--fd-spacing-2xs);border-radius:var(--fd-border-radius-md)}#fd .markItUp .markItUpButton[aria-expanded=true]{background-color:rgba(var(--fd-gray-100),1)}#fd .markItUp .markItUpButton a{position:relative;display:inline-flex;align-items:center;justify-content:center;color:rgba(var(--fd-gray-500),1) !important;background-color:transparent !important;background-position:0 !important;background-size:140px 20px}#fd .markItUp .markItUpButton a:hover{color:rgba(var(--fd-gray-800),1) !important}#fd .markItUp .markItUpButton a:before{position:relative;top:0;left:0;display:inline-flex;align-items:center;justify-content:center;width:20px !important;height:20px !important;font-family:var(--fd-font-family-fontawesome);font-size:14px;font-style:normal;font-weight:900;text-align:center !important;text-decoration:inherit;text-indent:0}#fd .markItUp .fd-markitup-bold a:before{content:""}#fd .markItUp .fd-markitup-italic a:before{content:""}#fd .markItUp .fd-markitup-underline a:before{content:""}#fd .markItUp .fd-markitup-link a:before{content:""}#fd .markItUp .fd-markitup-picture a:before{content:""}#fd .markItUp .fd-markitup-video a:before{content:""}#fd .markItUp .fd-markitup-bullet a:before{content:""}#fd .markItUp .fd-markitup-numeric a:before{content:""}#fd .markItUp .fd-markitup-list a:before{content:""}#fd .markItUp .fd-markitup-quote a:before{content:""}#fd .markItUp .fd-markitup-code a:before{content:""}#fd .markItUp .fd-markitup-gist a:before{font-family:"Font Awesome 5 Brands";font-weight:400;content:""}#fd .markItUp .fd-markitup-files a:before{content:""}#fd .markItUp .fd-markitup-smiley a:before,#fd .markItUp .fd-markitup-emoji a:before{font-weight:400;content:""}#fd .markItUp .fd-markitup-spoiler a:before{content:""}#fd .markItUp .fd-markitup-giphy a:before{font-family:"fa giphy" !important;font-style:normal;font-weight:400;content:""}#fd .textareaClone{height:auto;min-height:160px}#fd .markItUpHeader{display:flex}#fd .markItUpHeader>ul{display:flex;flex-wrap:wrap}
#kt{font-family:var(--fd-font-family-sans)}#kt.kt-frontend>*+*{margin-top:var(--fd-spacing-md)}#kt img{max-width:none}#kt pre{margin:0}#kt .kt-title-bar{padding-bottom:var(--fd-spacing-md);margin-bottom:var(--fd-spacing-md);background-color:rgba(var(--fd-gray-50),1)}#kt .kt-title-bar__title{font-size:var(--fd-font-size-sm);font-weight:700;margin:0;line-height:1}#kt .kt-reply-to{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}#kt .kt-reply-to,#kt .kt-reply-to a{color:rgba(var(--fd-gray-800),1);text-decoration:none}#kt .kt-reply-to>*+*{margin-left:var(--fd-spacing-xs)}#kt .kt-modules-stackideas-toolbar{margin-bottom:var(--fd-spacing-md)}#kt .kt-form-section>:not([hidden])~:not([hidden]){margin-top:var(--fd-spacing-md)}#kt .kt-form-section.is-replying{margin-top:var(--fd-spacing-md);padding:var(--fd-spacing-md)}#kt .kt-form-section.is-replying .btn-kt-cancel{display:inline-block}#kt .kt-form-header{margin-bottom:var(--fd-spacing-sm)}#kt .kt-form-header__list>li+li:before{color:rgba(var(--fd-gray-400),1)}#kt .kt-form__title-bar{padding:var(--fd-spacing-sm) 0}#kt .kt-editor-data__title{margin-bottom:var(--fd-spacing-xs);color:rgba(var(--fd-gray-400),1)}#kt .kt-editor-data>div{margin-bottom:var(--fd-spacing-sm)}#kt .kt-editor-data__list-item{margin-bottom:var(--fd-spacing-xs)}#kt .kt-editor-data__list-item span{color:rgba(var(--fd-gray-400),1)}#kt .kt-editor-data__list-del{color:rgba(var(--fd-danger-600),1)}#kt .kt-editor-data__location .ui-helper-hidden-accessible{display:none}#kt .kt-editor-attachments__title{margin-bottom:var(--fd-spacing-sm);font-size:var(--fd-font-size-xs);line-height:var(--fd-line-height-xs)}#kt .kt-editor-action{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:var(--fd-font-size-xs)}#kt .kt-editor-action__attach{padding-right:var(--fd-spacing-sm)}#kt .kt-editor-action__ratings{-ms-flex:1 0 auto;flex:1 0 auto}#kt .kt-editor-action__char-count{text-align:right;padding-left:var(--fd-spacing-sm);margin-left:auto}#kt .kt-editor-action__char-count span{border-radius:20px;color:rgba(var(--fd-gray-400),1)}#kt .kt-editor-action__btn{padding:0;text-decoration:none;display:inline-block;outline:none}#kt .kt-editor-action__btn.is-active{color:rgba(var(--fd-gray-500),1)}#kt .kt-editor-action .fa{color:rgba(var(--fd-gray-800),1)}#kt.is-mobile .kt-editor-action{display:block;-ms-flex-align:center;align-items:center}#kt.is-mobile .kt-editor-action__attach{margin-bottom:var(--fd-spacing-sm)}#kt.is-mobile .kt-ratings-stars-forms__reset{border-left:none;padding-left:0;margin-left:0;margin-top:var(--fd-spacing-sm)}#kt .kt-form-captcha{padding:var(--fd-spacing-md) var(--fd-spacing-md);background:rgba(var(--fd-gray-50),1);border-radius:var(--fd-border-radius-md)}#kt .kt-captcha__title{margin-bottom:var(--fd-spacing-sm)}#kt .kt-captcha__form{display:-ms-flexbox;display:flex}#kt .kt-captcha__img{display:-ms-inline-flexbox;display:inline-flex;border-top-left-radius:var(--fd-border-radius-md);border-bottom-left-radius:var(--fd-border-radius-md);overflow:hidden;background-color:#fff;border:1px solid rgba(var(--fd-gray-300),1);padding:var(--fd-spacing-xs)}#kt .kt-captcha__reload{margin-left:-1px}#kt .kt-captcha__reload .o-btn{border-top-left-radius:0;border-bottom-left-radius:0}#kt .kt-captcha__input{max-width:120px}#kt .kt-form-submit{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between}#kt .kt-form-submit .btn-kt-cancel{display:none}#kt .kt-form-submit>div{-ms-flex:1;flex:1}#kt .kt-form-submit>div:last-child{text-align:right}#kt.is-mobile .kt-form-submit{-ms-flex-direction:column;flex-direction:column}#kt.is-mobile>div{-ms-flex:1;flex:1}#kt.is-mobile>div:last-child{text-align:left}#kt .kt-login{color:rgba(var(--fd-gray-800),1);margin:20px 0}#kt .kt-login .o-form-group{margin-bottom:0}#kt .kt-login__cell-btn{-ms-flex-item-align:end;align-self:flex-end}#kt .kt-login__cell-btn .btn{height:54px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}#kt .kt-login__cell-btn .btn+.btn{margin-left:var(--fd-spacing-xs)}#kt .kt-login__submit{border:none;background:none}#kt .kt-form-editor-smileys-container{max-height:0;overflow:hidden;transition:all .85s ease-in;background:rgba(var(--fd-white),1)}#kt .has-smiley .kt-form-editor-smileys-container{transition:all .85s ease-in;opacity:1;max-height:200px}#kt .kt-form-editor-smileys{width:100%;border-top:1px solid rgba(var(--fd-gray-300),1);list-style:none;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-ms-flexbox;display:flex;margin:0;padding:0 var(--fd-spacing-md);bottom:0}#kt .kt-form-editor-smileys>li{display:inline-block;width:30px;height:30px;padding:var(--fd-spacing-xs);cursor:pointer}#kt .kt-form-editor-smileys>li img{width:20px;height:20px}#kt .kt-comments__item{margin-bottom:var(--fd-spacing-md)}#kt .kt-comments__item.is-minimized .kt-comment-minimize{display:inline-block;color:rgba(var(--fd-gray-500),1);font-size:var(--fd-font-size-xs);font-style:italic}#kt .kt-comments__item.is-minimized .kt-comment-minimize span{display:inline}#kt .kt-comments__item.is-minimized .g-list-inline--delimited>li+li:before,#kt .kt-comments__item.is-minimized .kt-comment-control,#kt .kt-comments__item.is-minimized .kt-comment-meta,#kt .kt-comments__item.is-minimized .kt-comment__bd,#kt .kt-comments__item.is-minimized .kt-comment__ft{display:none}#kt .kt-comments__item.is-minimized .kt-comment__hd{border-bottom:none}#kt .kt-comments__item.is-minimized .kt-expand-label-wrap{display:inline-block;color:rgba(var(--fd-gray-500),1)}#kt .kt-comments__item.can-expand .kt-admin-expand,#kt .kt-comments__item.can-minimize .kt-admin-minimize{display:block}#kt .kt-comments__item.is-featured .kt-featured-label-wrap,#kt .kt-comments__item.is-featured .kt-pinned-label-wrap{display:inline-block}#kt .kt-comments__item.is-featured .kt-unpin-comment{display:block}#kt .kt-comments__item.is-featured .kt-pin-comment{display:none}#kt .kt-comments__item.is-featured .kt-comment{background-color:rgba(var(--fd-primary-50),1)}#kt .kt-comments__item.is-edited .kt-edited-info,#kt .kt-comments__item.is-edited .kt-edited-info *{display:-ms-inline-flexbox;display:inline-flex;font-size:90%;font-style:italic;-ms-flex-align:center;align-items:center;gap:var(--fd-spacing-2xs);-ms-flex-wrap:wrap;flex-wrap:wrap}#kt .kt-comments__item.is-edited .kt-edited-info * .o-label,#kt .kt-comments__item.is-edited .kt-edited-info .o-label{display:none}#kt.is-mobile .kt-comments__item{margin-left:0!important}#kt .kt-admin-expand,#kt .kt-admin-minimize,#kt .kt-comment-minimize,#kt .kt-edited-info,#kt .kt-expand-label-wrap,#kt .kt-unpin-comment{display:none}#kt .kt-comment{background:rgba(var(--fd-gray-50),1);padding:var(--fd-spacing-md);border-radius:var(--fd-border-radius-md)}#kt .kt-comment a{text-decoration:none}#kt .kt-comment-message ol,#kt .kt-comment-message ul{padding:0;margin:0 0 0 1.2em}#kt .kt-comment-message a{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}#kt.is-mobile .kt-comment-message img{max-width:100%!important}#kt .kt-comment-control .btn-control i{font-size:16px}#kt .kt-share-wrap{position:relative}#kt .kt-share-wrap:hover .kt-share-balloon{display:block}#kt .kt-share-balloon{display:none;border-radius:3px;overflow:hidden;position:absolute;left:0;bottom:100%;width:287px;z-index:991}#kt .kt-share-balloon>div{overflow:hidden}#kt .kt-share-social>div{margin:-3px}#kt .kt-share-social a{float:left;margin:3px}#kt .kt-share-social .fa{width:24px;line-height:24px;height:24px;text-align:center;font-size:14px;border-radius:3px}#kt .kt-likes-wrapper.is-liked .unlike-comment{display:inline-block}#kt .kt-likes-wrapper.is-liked .like-comment,#kt .kt-likes-wrapper .unlike-comment{display:none}#kt .kt-likes-wrapper .like-comment{display:inline-block}#kt .kt-likes-wrapper .kt-likes-counter{display:inline-block;width:26px;font-weight:700;text-align:center;line-height:16px;border-radius:8px;margin:0 3px 0 0}#kt .kt-email-btn,#kt .kt-rss-btn{font-size:14px}#kt .kt-counter-wrap>.btn-group{cursor:pointer}#kt .kt-counter-wrap>.btn-group.open .dropdown-toggle_{background:none!important}#kt .kt-counter-wrap>.btn-group>a>i{color:#b71c1c}#kt .kt-counter-wrap>.btn-group>a:hover{text-decoration:none}#kt .dropdown-menu--avatar-list{box-shadow:none;min-width:0}#kt .dropdown-menu--avatar-list .o-avatar-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:194px}#kt .dropdown-menu--avatar-list .o-avatar-list__item:nth-child(5n){margin-right:0}#kt.is-mobile .xdropdown-menu--avatar-list{left:-42px;overflow-y:auto;max-height:180px!important;bottom:80px;left:20px;position:fixed;right:20px;top:auto}#kt .dropdown-menu__view-all{float:right}#kt .kt-location{color:rgba(var(--fd-gray-500),1)}#kt .kt-location a,#kt .kt-location a:active,#kt .kt-location a:focus,#kt .kt-location a:hover{color:rgba(var(--fd-gray-500),1);background:transparent}#kt .kt-dashboard .kt-db-comments__item{padding:0}#kt .kt-dashboard .kt-db-comments__item.is-selected{background:rgba(var(--fd-info-50),1)}#kt .kt-dashboard .kt-db-comments__item:hover{background:rgba(var(--fd-gray-50),1)}#kt .kt-dashboard .kt-db-comments__item.is-unpublished .kt-comment-unpublished{display:-ms-inline-flexbox;display:inline-flex}#kt .kt-dashboard .kt-db-comments__item.is-unpublished .kt-comment-pending,#kt .kt-dashboard .kt-db-comments__item.is-unpublished .kt-comment-published,#kt .kt-dashboard .kt-db-comments__item.is-unpublished .kt-comment-spam{display:none}#kt .kt-dashboard .kt-db-comments__item.is-published .kt-comment-published{display:-ms-inline-flexbox;display:inline-flex}#kt .kt-dashboard .kt-db-comments__item.is-published .kt-comment-pending,#kt .kt-dashboard .kt-db-comments__item.is-published .kt-comment-spam,#kt .kt-dashboard .kt-db-comments__item.is-published .kt-comment-unpublished{display:none}#kt .kt-dashboard .kt-db-comments__item.is-pending .kt-comment-pending{display:-ms-inline-flexbox;display:inline-flex}#kt .kt-dashboard .kt-db-comments__item.is-pending .kt-comment-published,#kt .kt-dashboard .kt-db-comments__item.is-pending .kt-comment-spam,#kt .kt-dashboard .kt-db-comments__item.is-pending .kt-comment-unpublished{display:none}#kt .kt-dashboard .kt-db-comments__item.is-spam .kt-comment-spam{display:-ms-inline-flexbox;display:inline-flex}#kt .kt-dashboard .kt-db-comments__item.is-spam .kt-comment-pending,#kt .kt-dashboard .kt-db-comments__item.is-spam .kt-comment-published,#kt .kt-dashboard .kt-db-comments__item.is-spam .kt-comment-unpublished{display:none}#kt .kt-spoiler-block{display:inline-block;color:rgba(var(--fd-gray-100),1);background-color:rgba(var(--fd-gray-100),1)}#kt .kt-spoiler-block:hover{cursor:pointer;color:inherit}#kt .kt-spoiler-block a{color:rgba(var(--fd-gray-100),1)}#kt .kt-spoiler-block a:hover{color:inherit}#kt .kt-spoiler-block .line-numbers,#kt .kt-spoiler-block .o-aspect-ratio,#kt .kt-spoiler-block img{-webkit-filter:blur(5px);filter:blur(5px)}#kt .kt-spoiler-block .line-numbers:hover,#kt .kt-spoiler-block .o-aspect-ratio:hover,#kt .kt-spoiler-block img:hover{-webkit-filter:blur(0);filter:blur(0)}#kt .kt-spoiler-block .o-aspect-ratio{width:100vw}.has-kt-compact-left #fd-lightboxOverlay,.has-kt-compact-left #fd.is-tribute,.has-kt-compact-left [data-tippy-root],.has-kt-compact-right #fd-lightboxOverlay,.has-kt-compact-right #fd.is-tribute,.has-kt-compact-right [data-tippy-root]{z-index:999999!important}.has-kt-compact-left #fd-lightbox,.has-kt-compact-right #fd-lightbox{z-index:1000000!important}#fd.kt-compact{position:fixed;top:0;bottom:0;width:100vw;transition:all .25s ease-in-out;height:100vh;visibility:visible;z-index:99999;box-shadow:0 0 8px 2px rgba(0,0,0,.085);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media (min-width:401px){#fd.kt-compact{width:400px}}#fd.kt-compact>#kt{height:100vh;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;transition:all .25s ease-in-out}#fd.kt-compact.at-left{left:0}#fd.kt-compact.at-left .kt-compact-container{border-right:1px solid rgba(var(--fd-gray-200),1)}#fd.kt-compact.at-right{right:0}#fd.kt-compact.at-right .kt-compact-container{border-left:1px solid rgba(var(--fd-gray-200),1)}#fd.kt-compact.is-hide.at-left{left:-420px}#fd.kt-compact.is-hide.at-right{right:-420px}.kt-compact-container{display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:column;flex-direction:column;overflow:hidden;height:100%;padding:0;position:relative;background-color:rgba(var(--fd-white),1)}.kt-compact-container:before{position:absolute;height:100%;bottom:0;left:0;z-index:-1;-webkit-transform:scale(.9);transform:scale(.9)}.kt-compact-container__hd{-ms-flex:0 0 auto;flex:0 0 auto;padding:var(--fd-spacing-xs) var(--fd-spacing-md)}.kt-compact-container__bd{-ms-flex:1 1 auto;flex:1 1 auto;display:-ms-flexbox;display:flex;overflow:hidden}.kt-compact-container__ft{-ms-flex:0 0 auto;flex:0 0 auto;padding-top:var(--fd-spacing-sm);padding-bottom:var(--fd-spacing-sm)}.kt-compact-scroll{width:100%;-ms-flex:0 0 auto;flex:0 0 auto;overflow:hidden;overflow-y:scroll;padding:0 var(--fd-spacing-md);-webkit-overflow-scrolling:touch}.kt-compact-form-section{padding-bottom:40px}.is-mobile .kt-compact-form-section{padding-bottom:160px}#fd.kt-compact .kt-bar .o-snackbar>.md\:flex-row,#fd.kt-compact .kt-comment-content-action>.md\:flex-row{-ms-flex-direction:column;flex-direction:column}#fd.kt-compact .kt-bar .o-snackbar>.md\:items-center,#fd.kt-compact .kt-comment-content-action>.md\:items-center{-ms-flex-align:initial;align-items:normal}#fd.kt-compact .kt-spoiler-block .o-aspect-ratio{width:300px}#fd.kt-compact .is-replying .kt-form-submit>div:last-child{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}#fd.kt-compact .kt-form-submit{-ms-flex-direction:column;flex-direction:column;gap:var(--fd-spacing-md)}#fd.kt-compact .kt-login .grid,#fd.kt-compact .kt-user-info{grid-template-columns:repeat(1,minmax(0,1fr))}
#fd .t-hidden{display:none!important}#fd .t-block{display:block!important}#fd .t-flex{display:flex!important}#fd .t-inline-flex{display:inline-flex!important}#fd .t-inline{display:inline!important}#fd .t-visible{visibility:visible!important}#fd .t-invisible{visibility:hidden!important}#fd .center{text-align:center}#fd .hidden{display:none;visibility:hidden}#fd .hidden-desktop,#fd .visible-phone,#fd .visible-tablet{display:none!important}#fd .visible-desktop{display:inherit!important}#fd .visible-print{display:none!important}#fd .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}#fd .visible{visibility:visible}#fd .static{position:static}#fd .fixed{position:fixed}#fd .absolute{position:absolute}#fd .relative{position:relative}#fd .sticky{position:sticky}#fd .right-xs{right:var(--fd-spacing-xs)}#fd .top-md{top:var(--fd-spacing-md)}#fd .top-no{top:0}#fd .left-no{left:0}#fd .z-50{z-index:50}#fd .z-0{z-index:0}#fd .z-10{z-index:10}#fd .order-1{order:1}#fd .order-2{order:2}#fd .order-3{order:3}#fd .order-4{order:4}#fd .col-span-1{grid-column:span 1/span 1}#fd .col-span-12{grid-column:span 12/span 12}#fd .col-span-7{grid-column:span 7/span 7}#fd .col-span-5{grid-column:span 5/span 5}#fd .col-span-2{grid-column:span 2/span 2}#fd .col-span-3{grid-column:span 3/span 3}#fd .col-span-4{grid-column:span 4/span 4}#fd .col-span-6{grid-column:span 6/span 6}#fd .col-span-8{grid-column:span 8/span 8}#fd .col-span-9{grid-column:span 9/span 9}#fd .col-span-10{grid-column:span 10/span 10}#fd .col-span-11{grid-column:span 11/span 11}#fd .col-start-auto{grid-column-start:auto}#fd .col-end-2{grid-column-end:2}#fd .m-lg{margin:var(--fd-spacing-lg)}#fd .m-no{margin:0}#fd .m-3xs{margin:var(--fd-spacing-3xs)}#fd .m-2xs{margin:var(--fd-spacing-2xs)}#fd .m-xs{margin:var(--fd-spacing-xs)}#fd .m-sm{margin:var(--fd-spacing-sm)}#fd .m-md{margin:var(--fd-spacing-md)}#fd .m-xl{margin:var(--fd-spacing-xl)}#fd .m-2xl{margin:var(--fd-spacing-2xl)}#fd .mx-auto{margin-left:auto;margin-right:auto}#fd .my-no{margin-bottom:0;margin-top:0}#fd .mx-md{margin-left:var(--fd-spacing-md);margin-right:var(--fd-spacing-md)}#fd .my-sm{margin-bottom:var(--fd-spacing-sm);margin-top:var(--fd-spacing-sm)}#fd .mx-no{margin-left:0;margin-right:0}#fd .mx-3xs{margin-left:var(--fd-spacing-3xs);margin-right:var(--fd-spacing-3xs)}#fd .mx-2xs{margin-left:var(--fd-spacing-2xs);margin-right:var(--fd-spacing-2xs)}#fd .mx-xs{margin-left:var(--fd-spacing-xs);margin-right:var(--fd-spacing-xs)}#fd .mx-sm{margin-left:var(--fd-spacing-sm);margin-right:var(--fd-spacing-sm)}#fd .mx-lg{margin-left:var(--fd-spacing-lg);margin-right:var(--fd-spacing-lg)}#fd .mx-xl{margin-left:var(--fd-spacing-xl);margin-right:var(--fd-spacing-xl)}#fd .mx-2xl{margin-left:var(--fd-spacing-2xl);margin-right:var(--fd-spacing-2xl)}#fd .my-3xs{margin-bottom:var(--fd-spacing-3xs);margin-top:var(--fd-spacing-3xs)}#fd .my-2xs{margin-bottom:var(--fd-spacing-2xs);margin-top:var(--fd-spacing-2xs)}#fd .my-xs{margin-bottom:var(--fd-spacing-xs);margin-top:var(--fd-spacing-xs)}#fd .my-md{margin-bottom:var(--fd-spacing-md);margin-top:var(--fd-spacing-md)}#fd .my-lg{margin-bottom:var(--fd-spacing-lg);margin-top:var(--fd-spacing-lg)}#fd .my-xl{margin-bottom:var(--fd-spacing-xl);margin-top:var(--fd-spacing-xl)}#fd .my-2xl{margin-bottom:var(--fd-spacing-2xl);margin-top:var(--fd-spacing-2xl)}#fd .mr-2xs{margin-right:var(--fd-spacing-2xs)}#fd .mt-md{margin-top:var(--fd-spacing-md)}#fd .mb-md{margin-bottom:var(--fd-spacing-md)}#fd .mb-lg{margin-bottom:var(--fd-spacing-lg)}#fd .mt-sm{margin-top:var(--fd-spacing-sm)}#fd .mt-2xl{margin-top:var(--fd-spacing-2xl)}#fd .mr-xs{margin-right:var(--fd-spacing-xs)}#fd .ml-xs{margin-left:var(--fd-spacing-xs)}#fd .ml-auto{margin-left:auto}#fd .mt-lg{margin-top:var(--fd-spacing-lg)}#fd .mt-xs{margin-top:var(--fd-spacing-xs)}#fd .mb-sm{margin-bottom:var(--fd-spacing-sm)}#fd .-ml-px{margin-left:-1px}#fd .mb-xs{margin-bottom:var(--fd-spacing-xs)}#fd .ml-md{margin-left:var(--fd-spacing-md)}#fd .mt-no{margin-top:0}#fd .mt-3xs{margin-top:var(--fd-spacing-3xs)}#fd .mt-2xs{margin-top:var(--fd-spacing-2xs)}#fd .mt-xl{margin-top:var(--fd-spacing-xl)}#fd .mr-no{margin-right:0}#fd .mr-3xs{margin-right:var(--fd-spacing-3xs)}#fd .mr-sm{margin-right:var(--fd-spacing-sm)}#fd .mr-md{margin-right:var(--fd-spacing-md)}#fd .mr-lg{margin-right:var(--fd-spacing-lg)}#fd .mr-xl{margin-right:var(--fd-spacing-xl)}#fd .mr-2xl{margin-right:var(--fd-spacing-2xl)}#fd .mb-no{margin-bottom:0}#fd .mb-3xs{margin-bottom:var(--fd-spacing-3xs)}#fd .mb-2xs{margin-bottom:var(--fd-spacing-2xs)}#fd .mb-xl{margin-bottom:var(--fd-spacing-xl)}#fd .mb-2xl{margin-bottom:var(--fd-spacing-2xl)}#fd .ml-no{margin-left:0}#fd .ml-3xs{margin-left:var(--fd-spacing-3xs)}#fd .ml-2xs{margin-left:var(--fd-spacing-2xs)}#fd .ml-sm{margin-left:var(--fd-spacing-sm)}#fd .ml-lg{margin-left:var(--fd-spacing-lg)}#fd .ml-xl{margin-left:var(--fd-spacing-xl)}#fd .ml-2xl{margin-left:var(--fd-spacing-2xl)}#fd .-ml-xs{margin-left:calc(var(--fd-spacing-xs)*-1)}#fd .block{display:block}#fd .inline-block{display:inline-block}#fd .inline{display:inline}#fd .flex{display:flex}#fd .inline-flex{display:inline-flex}#fd .table{display:table}#fd .grid{display:grid}#fd .contents{display:contents}#fd .hidden{display:none}#fd .h-\[6px\]{height:6px}#fd .h-3xl{height:var(--fd-spacing-3xl)}#fd .h-\[48px\]{height:48px}#fd .h-5xl{height:var(--fd-spacing-5xl)}#fd .h-\[1px\]{height:1px}#fd .h-full{height:100%}#fd .h-\[40px\]{height:40px}#fd .h-\[200px\]{height:200px}#fd .h-\[20px\]{height:20px}#fd .h-md{height:var(--fd-spacing-md)}#fd .h-\[32px\]{height:32px}#fd .max-h-\[280px\]{max-height:280px}#fd .max-h-\[380px\]{max-height:380px}#fd .max-h-\[320px\]{max-height:320px}#fd .max-h-\[340px\]{max-height:340px}#fd .min-h-\[100px\]{min-height:100px}#fd .w-full{width:100%}#fd .w-\[6px\]{width:6px}#fd .w-\[280px\]{width:280px}#fd .w-3xl{width:var(--fd-spacing-3xl)}#fd .w-\[48px\]{width:48px}#fd .w-\[180px\]{width:180px}#fd .w-5xl{width:var(--fd-spacing-5xl)}#fd .w-\[320px\]{width:320px}#fd .w-auto{width:auto}#fd .w-1\/3{width:33.333333%}#fd .w-2\/3{width:66.666667%}#fd .w-2\/5{width:40%}#fd .w-\[64px\]{width:64px}#fd .w-\[40px\]{width:40px}#fd .w-2\/12{width:16.666667%}#fd .w-1\/12{width:8.333333%}#fd .w-4\/5{width:80%}#fd .w-3\/5{width:60%}#fd .w-2\/6{width:33.333333%}#fd .w-6\/12{width:50%}#fd .w-7\/12{width:58.333333%}#fd .w-4\/12{width:33.333333%}#fd .w-3\/12{width:25%}#fd .w-8\/12{width:66.666667%}#fd .w-10\/12{width:83.333333%}#fd .w-\[20px\]{width:20px}#fd .w-\[60px\]{width:60px}#fd .w-1\/6{width:16.666667%}#fd .w-1\/2{width:50%}#fd .w-\[32px\]{width:32px}#fd .w-\[640px\]{width:640px}#fd .w-\[400px\]{width:400px}#fd .w-\[440px\]{width:440px}#fd .w-\[480px\]{width:480px}#fd .w-screen{width:100vw}#fd .w-5\/12{width:41.666667%}#fd .w-9\/12{width:75%}#fd .w-11\/12{width:91.666667%}#fd .w-\[16px\]{width:16px}#fd .min-w-0{min-width:0}#fd .min-w-\[280px\]{min-width:280px}#fd .min-w-\[64px\]{min-width:64px}#fd .min-w-\[300px\]{min-width:300px}#fd .min-w-\[240px\]{min-width:240px}#fd .max-w-\[200px\]{max-width:200px}#fd .max-w-\[100px\]{max-width:100px}#fd .max-w-\[60px\]{max-width:60px}#fd .flex-1{flex:1 1 0%}#fd .flex-shrink-0{flex-shrink:0}#fd .flex-shrink{flex-shrink:1}#fd .flex-grow{flex-grow:1}#fd .flex-grow-0{flex-grow:0}#fd .transform{-webkit-transform:var(--tw-transform);transform:var(--tw-transform)}#fd .cursor-pointer{cursor:pointer}#fd .cursor-not-allowed{cursor:not-allowed}#fd .select-none{-webkit-user-select:none;-ms-user-select:none;user-select:none}#fd .resize-none{resize:none}#fd .resize{resize:both}#fd .appearance-none{-webkit-appearance:none;appearance:none}#fd .auto-cols-max{grid-auto-columns:-webkit-max-content;grid-auto-columns:max-content}#fd .grid-flow-row{grid-auto-flow:row}#fd .grid-flow-col{grid-auto-flow:column}#fd .grid-flow-row-dense{grid-auto-flow:row dense}#fd .grid-flow-col-dense{grid-auto-flow:column dense}#fd .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}#fd .grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}#fd .grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}#fd .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#fd .grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}#fd .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#fd .grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}#fd .grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}#fd .grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}#fd .grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}#fd .grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}#fd .grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}#fd .grid-cols-avatar{grid-template-columns:repeat(auto-fill,minmax(40px,1fr))}#fd .grid-cols-avatar-sm{grid-template-columns:repeat(auto-fill,minmax(24px,1fr))}#fd .grid-cols-avatar-lg{grid-template-columns:repeat(auto-fill,minmax(64px,1fr))}#fd .grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}#fd .flex-row{flex-direction:row}#fd .flex-row-reverse{flex-direction:row-reverse}#fd .flex-col{flex-direction:column}#fd .flex-col-reverse{flex-direction:column-reverse}#fd .flex-wrap{flex-wrap:wrap}#fd .flex-wrap-reverse{flex-wrap:wrap-reverse}#fd .flex-nowrap{flex-wrap:nowrap}#fd .content-center{align-content:center}#fd .content-start{align-content:flex-start}#fd .content-end{align-content:flex-end}#fd .content-between{align-content:space-between}#fd .content-around{align-content:space-around}#fd .content-evenly{align-content:space-evenly}#fd .items-start{align-items:flex-start}#fd .items-end{align-items:flex-end}#fd .items-center{align-items:center}#fd .items-baseline{align-items:baseline}#fd .items-stretch{align-items:stretch}#fd .justify-start{justify-content:flex-start}#fd .justify-end{justify-content:flex-end}#fd .justify-center{justify-content:center}#fd .justify-between{justify-content:space-between}#fd .justify-around{justify-content:space-around}#fd .justify-evenly{justify-content:space-evenly}#fd .justify-items-start{justify-items:start}#fd .justify-items-end{justify-items:end}#fd .justify-items-center{justify-items:center}#fd .justify-items-stretch{justify-items:stretch}#fd .gap-md{gap:var(--fd-spacing-md)}#fd .gap-sm{gap:var(--fd-spacing-sm)}#fd .gap-xs{gap:var(--fd-spacing-xs)}#fd .gap-lg{gap:var(--fd-spacing-lg)}#fd .gap-xl{gap:var(--fd-spacing-xl)}#fd .space-x-xs>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-xs)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-xs)*var(--tw-space-x-reverse))}#fd .space-y-md>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-md)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-md)*(1 - var(--tw-space-y-reverse)))}#fd .space-y-2xl>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-2xl)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-2xl)*(1 - var(--tw-space-y-reverse)))}#fd .space-y-xs>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-xs)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-xs)*(1 - var(--tw-space-y-reverse)))}#fd .space-x-md>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-md)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-md)*var(--tw-space-x-reverse))}#fd .space-x-2xs>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-2xs)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-2xs)*var(--tw-space-x-reverse))}#fd .space-y-lg>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-lg)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-lg)*(1 - var(--tw-space-y-reverse)))}#fd .-space-x-2xs>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-2xs)*-1*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-2xs)*-1*var(--tw-space-x-reverse))}#fd .space-y-sm>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-sm)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-sm)*(1 - var(--tw-space-y-reverse)))}#fd .space-y-2xs>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-2xs)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-2xs)*(1 - var(--tw-space-y-reverse)))}#fd .space-x-sm>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-sm)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-sm)*var(--tw-space-x-reverse))}#fd .space-x-no>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}#fd .space-y-xl>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-xl)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-xl)*(1 - var(--tw-space-y-reverse)))}#fd .space-x-xl>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-xl)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-xl)*var(--tw-space-x-reverse))}#fd .space-y-no>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}#fd .divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}#fd .divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}#fd .divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(2px*var(--tw-divide-y-reverse));border-top-width:calc(2px*(1 - var(--tw-divide-y-reverse)))}#fd .divide-solid>:not([hidden])~:not([hidden]){border-style:solid}#fd .divide-dashed>:not([hidden])~:not([hidden]){border-style:dashed}#fd .divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-divide-opacity)) )}#fd .divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-divide-opacity)) )}#fd .divide-primary-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:var(--fd-primary-200-hex,rgba(var(--fd-primary-200),var(--tw-divide-opacity)) )}#fd .self-auto{align-self:auto}#fd .self-start{align-self:flex-start}#fd .self-end{align-self:flex-end}#fd .self-center{align-self:center}#fd .self-stretch{align-self:stretch}#fd .justify-self-auto{justify-self:auto}#fd .justify-self-start{justify-self:start}#fd .justify-self-end{justify-self:end}#fd .justify-self-center{justify-self:center}#fd .justify-self-stretch{justify-self:stretch}#fd .overflow-auto{overflow:auto}#fd .overflow-hidden{overflow:hidden}#fd .overflow-x-auto{overflow-x:auto}#fd .overflow-y-auto{overflow-y:auto}#fd .truncate{overflow:hidden;white-space:nowrap}#fd .overflow-ellipsis,#fd .truncate{text-overflow:ellipsis}#fd .overflow-clip{text-overflow:clip}#fd .whitespace-nowrap{white-space:nowrap}#fd .rounded-full{border-radius:var(--fd-border-radius-full)}#fd .rounded-md{border-radius:var(--fd-border-radius-md)}#fd .rounded-lg{border-radius:var(--fd-border-radius-lg)}#fd .rounded-sm{border-radius:var(--fd-border-radius-sm)}#fd .rounded-no{border-radius:0}#fd .rounded-t-lg{border-top-left-radius:var(--fd-border-radius-lg)}#fd .rounded-r-lg,#fd .rounded-t-lg{border-top-right-radius:var(--fd-border-radius-lg)}#fd .rounded-b-lg,#fd .rounded-r-lg{border-bottom-right-radius:var(--fd-border-radius-lg)}#fd .rounded-b-lg,#fd .rounded-l-lg{border-bottom-left-radius:var(--fd-border-radius-lg)}#fd .rounded-l-lg{border-top-left-radius:var(--fd-border-radius-lg)}#fd .rounded-t-md{border-top-right-radius:var(--fd-border-radius-md)}#fd .rounded-l-md,#fd .rounded-t-md{border-top-left-radius:var(--fd-border-radius-md)}#fd .rounded-l-md{border-bottom-left-radius:var(--fd-border-radius-md)}#fd .rounded-r-md{border-bottom-right-radius:var(--fd-border-radius-md);border-top-right-radius:var(--fd-border-radius-md)}#fd .rounded-t-no{border-top-left-radius:0;border-top-right-radius:0}#fd .rounded-tl-lg{border-top-left-radius:var(--fd-border-radius-lg)}#fd .rounded-tr-lg{border-top-right-radius:var(--fd-border-radius-lg)}#fd .rounded-br-lg{border-bottom-right-radius:var(--fd-border-radius-lg)}#fd .rounded-bl-lg{border-bottom-left-radius:var(--fd-border-radius-lg)}#fd .rounded-bl-md{border-bottom-left-radius:var(--fd-border-radius-md)}#fd .rounded-br-md{border-bottom-right-radius:var(--fd-border-radius-md)}#fd .border{border-width:1px}#fd .border-2{border-width:2px}#fd .border-l-0{border-left-width:0}#fd .border-r-0{border-right-width:0}#fd .border-t{border-top-width:1px}#fd .border-b{border-bottom-width:1px}#fd .border-l{border-left-width:1px}#fd .border-r{border-right-width:1px}#fd .border-b-0{border-bottom-width:0}#fd .border-solid{border-style:solid}#fd .border-dashed{border-style:dashed}#fd .border-none{border-style:none}#fd .border-gray-200{--tw-border-opacity:1;border-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-border-opacity)) )}#fd .border-gray-300{--tw-border-opacity:1;border-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-border-opacity)) )}#fd .border-transparent{border-color:transparent}#fd .border-info-500{--tw-border-opacity:1;border-color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-border-opacity)) )}#fd .border-success-500{--tw-border-opacity:1;border-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-border-opacity)) )}#fd .border-danger-500{--tw-border-opacity:1;border-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-border-opacity)) )}#fd .border-warning-500{--tw-border-opacity:1;border-color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-border-opacity)) )}#fd .border-primary-500{--tw-border-opacity:1;border-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-border-opacity)) )}#fd .border-gray-100{--tw-border-opacity:1;border-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-border-opacity)) )}#fd .bg-info-500{--tw-bg-opacity:1;background-color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-bg-opacity)) )}#fd .bg-gray-100{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .bg-gray-200{--tw-bg-opacity:1;background-color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-bg-opacity)) )}#fd .bg-primary-100{--tw-bg-opacity:1;background-color:var(--fd-primary-100-hex,rgba(var(--fd-primary-100),var(--tw-bg-opacity)) )}#fd .bg-primary-500{--tw-bg-opacity:1;background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) )}#fd .bg-warning-100{--tw-bg-opacity:1;background-color:var(--fd-warning-100-hex,rgba(var(--fd-warning-100),var(--tw-bg-opacity)) )}#fd .bg-white{--tw-bg-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) )}#fd .bg-success-500{--tw-bg-opacity:1;background-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-bg-opacity)) )}#fd .bg-danger-500{--tw-bg-opacity:1;background-color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-bg-opacity)) )}#fd .bg-transparent{background-color:transparent}#fd .bg-warning-500{--tw-bg-opacity:1;background-color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-bg-opacity)) )}#fd .bg-gray-50{--tw-bg-opacity:1;background-color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),var(--tw-bg-opacity)) )}#fd .bg-gray-300{--tw-bg-opacity:1;background-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-bg-opacity)) )}#fd .bg-gray-500{--tw-bg-opacity:1;background-color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-bg-opacity)) )}#fd .bg-primary-200{--tw-bg-opacity:1;background-color:var(--fd-primary-200-hex,rgba(var(--fd-primary-200),var(--tw-bg-opacity)) )}#fd .bg-success-100{--tw-bg-opacity:1;background-color:var(--fd-success-100-hex,rgba(var(--fd-success-100),var(--tw-bg-opacity)) )}#fd .bg-danger-100{--tw-bg-opacity:1;background-color:var(--fd-danger-100-hex,rgba(var(--fd-danger-100),var(--tw-bg-opacity)) )}#fd .bg-info-100{--tw-bg-opacity:1;background-color:var(--fd-info-100-hex,rgba(var(--fd-info-100),var(--tw-bg-opacity)) )}#fd .bg-danger-200{--tw-bg-opacity:1;background-color:var(--fd-danger-200-hex,rgba(var(--fd-danger-200),var(--tw-bg-opacity)) )}#fd .bg-primary-400{--tw-bg-opacity:1;background-color:var(--fd-primary-400-hex,rgba(var(--fd-primary-400),var(--tw-bg-opacity)) )}#fd .bg-gray-900{--tw-bg-opacity:1;background-color:var(--fd-gray-900-hex,rgba(var(--fd-gray-900),var(--tw-bg-opacity)) )}#fd .bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}#fd .from-primary-50{--tw-gradient-from:rgb(var(--fd-primary-50));--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,var(--fd-primary-50-hex,rgba(var(--fd-primary-50),0) ))}#fd .to-primary-100{--tw-gradient-to:rgb(var(--fd-primary-100))}#fd .to-primary-200{--tw-gradient-to:rgb(var(--fd-primary-200))}#fd .p-3xl{padding:var(--fd-spacing-3xl)}#fd .p-no{padding:0}#fd .p-xl{padding:var(--fd-spacing-xl)}#fd .p-lg{padding:var(--fd-spacing-lg)}#fd .p-md{padding:var(--fd-spacing-md)}#fd .p-2xl{padding:var(--fd-spacing-2xl)}#fd .p-xs{padding:var(--fd-spacing-xs)}#fd .p-sm{padding:var(--fd-spacing-sm)}#fd .p-3xs{padding:var(--fd-spacing-3xs)}#fd .p-2xs{padding:var(--fd-spacing-2xs)}#fd .py-xs{padding-bottom:var(--fd-spacing-xs);padding-top:var(--fd-spacing-xs)}#fd .py-md{padding-bottom:var(--fd-spacing-md);padding-top:var(--fd-spacing-md)}#fd .px-xs{padding-left:var(--fd-spacing-xs);padding-right:var(--fd-spacing-xs)}#fd .py-2xs{padding-bottom:var(--fd-spacing-2xs);padding-top:var(--fd-spacing-2xs)}#fd .px-xl{padding-left:var(--fd-spacing-xl);padding-right:var(--fd-spacing-xl)}#fd .py-sm{padding-bottom:var(--fd-spacing-sm);padding-top:var(--fd-spacing-sm)}#fd .px-sm{padding-left:var(--fd-spacing-sm);padding-right:var(--fd-spacing-sm)}#fd .px-md{padding-left:var(--fd-spacing-md);padding-right:var(--fd-spacing-md)}#fd .py-lg{padding-bottom:var(--fd-spacing-lg);padding-top:var(--fd-spacing-lg)}#fd .py-2xl{padding-bottom:var(--fd-spacing-2xl);padding-top:var(--fd-spacing-2xl)}#fd .py-no{padding-bottom:0;padding-top:0}#fd .px-no{padding-left:0;padding-right:0}#fd .px-2xs{padding-left:var(--fd-spacing-2xs);padding-right:var(--fd-spacing-2xs)}#fd .px-3xs{padding-left:var(--fd-spacing-3xs);padding-right:var(--fd-spacing-3xs)}#fd .px-lg{padding-left:var(--fd-spacing-lg);padding-right:var(--fd-spacing-lg)}#fd .px-2xl{padding-left:var(--fd-spacing-2xl);padding-right:var(--fd-spacing-2xl)}#fd .py-3xs{padding-bottom:var(--fd-spacing-3xs);padding-top:var(--fd-spacing-3xs)}#fd .py-xl{padding-bottom:var(--fd-spacing-xl);padding-top:var(--fd-spacing-xl)}#fd .pr-no{padding-right:0}#fd .pl-2xs{padding-left:var(--fd-spacing-2xs)}#fd .pr-xs{padding-right:var(--fd-spacing-xs)}#fd .pr-sm{padding-right:var(--fd-spacing-sm)}#fd .pb-sm{padding-bottom:var(--fd-spacing-sm)}#fd .pr-md{padding-right:var(--fd-spacing-md)}#fd .pt-sm{padding-top:var(--fd-spacing-sm)}#fd .pt-xs{padding-top:var(--fd-spacing-xs)}#fd .pl-xs{padding-left:var(--fd-spacing-xs)}#fd .pt-no{padding-top:0}#fd .pt-3xs{padding-top:var(--fd-spacing-3xs)}#fd .pt-2xs{padding-top:var(--fd-spacing-2xs)}#fd .pt-md{padding-top:var(--fd-spacing-md)}#fd .pt-lg{padding-top:var(--fd-spacing-lg)}#fd .pt-xl{padding-top:var(--fd-spacing-xl)}#fd .pt-2xl{padding-top:var(--fd-spacing-2xl)}#fd .pr-3xs{padding-right:var(--fd-spacing-3xs)}#fd .pr-2xs{padding-right:var(--fd-spacing-2xs)}#fd .pr-lg{padding-right:var(--fd-spacing-lg)}#fd .pr-xl{padding-right:var(--fd-spacing-xl)}#fd .pr-2xl{padding-right:var(--fd-spacing-2xl)}#fd .pb-no{padding-bottom:0}#fd .pb-3xs{padding-bottom:var(--fd-spacing-3xs)}#fd .pb-2xs{padding-bottom:var(--fd-spacing-2xs)}#fd .pb-xs{padding-bottom:var(--fd-spacing-xs)}#fd .pb-md{padding-bottom:var(--fd-spacing-md)}#fd .pb-lg{padding-bottom:var(--fd-spacing-lg)}#fd .pb-xl{padding-bottom:var(--fd-spacing-xl)}#fd .pb-2xl{padding-bottom:var(--fd-spacing-2xl)}#fd .pl-no{padding-left:0}#fd .pl-3xs{padding-left:var(--fd-spacing-3xs)}#fd .pl-sm{padding-left:var(--fd-spacing-sm)}#fd .pl-md{padding-left:var(--fd-spacing-md)}#fd .pl-lg{padding-left:var(--fd-spacing-lg)}#fd .pl-xl{padding-left:var(--fd-spacing-xl)}#fd .pl-2xl{padding-left:var(--fd-spacing-2xl)}#fd .text-center{text-align:center}#fd .text-right{text-align:right}#fd .align-top{vertical-align:top}#fd .align-middle{vertical-align:middle}#fd .align-bottom{vertical-align:bottom}#fd .font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}#fd .font-sans{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}#fd .text-xs{font-size:var(--fd-font-size-xs)}#fd .text-sm{font-size:var(--fd-font-size-sm)}#fd .text-lg{font-size:var(--fd-font-size-lg)}#fd .text-xl{font-size:var(--fd-font-size-xl)}#fd .text-2xl{font-size:var(--fd-font-size-2xl)}#fd .text-3xl{font-size:var(--fd-font-size-3xl)}#fd .text-4xl{font-size:var(--fd-font-size-4xl)}#fd .text-md{font-size:var(--fd-font-size-md)}#fd .text-5xl{font-size:var(--fd-font-size-5xl)}#fd .font-bold{font-weight:700}#fd .font-normal{font-weight:400}#fd .uppercase{text-transform:uppercase}#fd .lowercase{text-transform:lowercase}#fd .leading-sm{line-height:var(--fd-line-height-sm)}#fd .leading-md{line-height:var(--fd-line-height-md)}#fd .leading-xs{line-height:var(--fd-line-height-xs)}#fd .leading-lg{line-height:var(--fd-line-height-lg)}#fd .leading-reset{line-height:1}#fd .leading-xl{line-height:var(--fd-line-height-xl)}#fd .leading-2xl{line-height:var(--fd-line-height-2xl)}#fd .leading-3xl{line-height:var(--fd-line-height-3xl)}#fd .leading-4xl{line-height:var(--fd-line-height-4xl)}#fd .leading-2xs{line-height:var(--fd-line-height-2xs)}#fd .text-gray-900{--tw-text-opacity:1;color:var(--fd-gray-900-hex,rgba(var(--fd-gray-900),var(--tw-text-opacity)) )}#fd .text-gray-500{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) )}#fd .text-primary-500{--tw-text-opacity:1;color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .text-gray-800{--tw-text-opacity:1;color:var(--fd-gray-800-hex,rgba(var(--fd-gray-800),var(--tw-text-opacity)) )}#fd .text-warning-500{--tw-text-opacity:1;color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-text-opacity)) )}#fd .text-primary-400{--tw-text-opacity:1;color:var(--fd-primary-400-hex,rgba(var(--fd-primary-400),var(--tw-text-opacity)) )}#fd .text-inverse{--tw-text-opacity:1;color:var(--fd-color-inverse-hex,rgba(var(--fd-color-inverse),var(--tw-text-opacity)) )}#fd .text-danger-500{--tw-text-opacity:1;color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-text-opacity)) )}#fd .text-gray-700{--tw-text-opacity:1;color:var(--fd-gray-700-hex,rgba(var(--fd-gray-700),var(--tw-text-opacity)) )}#fd .text-white{--tw-text-opacity:1;color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-text-opacity)) )}#fd .text-gray-300{--tw-text-opacity:1;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .text-primary-300{--tw-text-opacity:1;color:var(--fd-primary-300-hex,rgba(var(--fd-primary-300),var(--tw-text-opacity)) )}#fd .text-success-500{--tw-text-opacity:1;color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-text-opacity)) )}#fd .text-info-500{--tw-text-opacity:1;color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-text-opacity)) )}#fd .text-gray-600{--tw-text-opacity:1;color:var(--fd-gray-600-hex,rgba(var(--fd-gray-600),var(--tw-text-opacity)) )}#fd .text-primary{--tw-text-opacity:1;color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-text-opacity)) )}#fd .text-success{--tw-text-opacity:1;color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-text-opacity)) )}#fd .text-danger{--tw-text-opacity:1;color:var(--fd-danger-500-hex,rgba(var(--fd-danger-500),var(--tw-text-opacity)) )}#fd .text-info{--tw-text-opacity:1;color:var(--fd-info-500-hex,rgba(var(--fd-info-500),var(--tw-text-opacity)) )}#fd .text-warning{--tw-text-opacity:1;color:var(--fd-warning-500-hex,rgba(var(--fd-warning-500),var(--tw-text-opacity)) )}#fd .text-primary-600{--tw-text-opacity:1;color:var(--fd-primary-600-hex,rgba(var(--fd-primary-600),var(--tw-text-opacity)) )}#fd .text-primary-800{--tw-text-opacity:1;color:var(--fd-primary-800-hex,rgba(var(--fd-primary-800),var(--tw-text-opacity)) )}#fd .text-gray-50{--tw-text-opacity:1;color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),var(--tw-text-opacity)) )}#fd .text-gray-100{--tw-text-opacity:1;color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-text-opacity)) )}#fd .text-gray-200{--tw-text-opacity:1;color:var(--fd-gray-200-hex,rgba(var(--fd-gray-200),var(--tw-text-opacity)) )}#fd .text-gray-400{--tw-text-opacity:1;color:var(--fd-gray-400-hex,rgba(var(--fd-gray-400),var(--tw-text-opacity)) )}#fd .text-opacity-50{--tw-text-opacity:0.5}#fd .no-underline{text-decoration:none}#fd .opacity-0{opacity:0}#fd .shadow-none{--tw-shadow:0 0 #0000}#fd .shadow-none,#fd .shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#fd .shadow-sm{--tw-shadow:0 2px 4px -1px rgba(0,0,0,.06),0 1px 2px -1px rgba(0,0,0,.02)}#fd .shadow-md{--tw-shadow:0 2px 4px -2px rgba(0,0,0,.04),0 5px 10px -1px rgba(0,0,0,.08)}#fd .shadow-lg,#fd .shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#fd .shadow-lg{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.08),0 10px 10px -5px rgba(0,0,0,.04)}#fd .outline-none{outline:2px solid transparent;outline-offset:2px}#fd .ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}#fd .ring-1,#fd .ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}#fd .ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}#fd .ring-inset{--tw-ring-inset:inset}#fd .ring-black{--tw-ring-opacity:1;--tw-ring-color:var(--fd-black-hex,rgba(var(--fd-black),var(--tw-ring-opacity)) )}#fd .ring-success-500{--tw-ring-opacity:1;--tw-ring-color:var(--fd-success-500-hex,rgba(var(--fd-success-500),var(--tw-ring-opacity)) )}#fd .ring-white{--tw-ring-opacity:1;--tw-ring-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-ring-opacity)) )}#fd .ring-opacity-0{--tw-ring-opacity:0}#fd .ring-offset-2{--tw-ring-offset-width:2px}#fd .ring-offset-inverse{--tw-ring-offset-color:rgb(var(--fd-color-inverse))}#fd .blur{--tw-blur:blur(8px)}#fd .blur,#fd .grayscale{-webkit-filter:var(--tw-filter);filter:var(--tw-filter)}#fd .grayscale{--tw-grayscale:grayscale(100%)}#fd .invert{--tw-invert:invert(100%)}#fd .invert,#fd .sepia{-webkit-filter:var(--tw-filter);filter:var(--tw-filter)}#fd .sepia{--tw-sepia:sepia(100%)}#fd .filter{-webkit-filter:var(--tw-filter);filter:var(--tw-filter)}#fd .transition{transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}#fd .duration-300{transition-duration:.3s}#fd .ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}#fd .hover\:bg-primary-500:hover{--tw-bg-opacity:1;background-color:var(--fd-primary-500-hex,rgba(var(--fd-primary-500),var(--tw-bg-opacity)) )}#fd .hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-bg-opacity)) )}#fd .hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-bg-opacity)) )}#fd .hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:var(--fd-gray-50-hex,rgba(var(--fd-gray-50),var(--tw-bg-opacity)) )}#fd .hover\:text-white:hover{--tw-text-opacity:1;color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-text-opacity)) )}#fd .hover\:text-gray-300:hover{--tw-text-opacity:1;color:var(--fd-gray-300-hex,rgba(var(--fd-gray-300),var(--tw-text-opacity)) )}#fd .hover\:text-gray-500:hover{--tw-text-opacity:1;color:var(--fd-gray-500-hex,rgba(var(--fd-gray-500),var(--tw-text-opacity)) )}#fd .hover\:no-underline:hover{text-decoration:none}#fd .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}#fd .active\:focus\:ring-white:active:focus{--tw-ring-opacity:1;--tw-ring-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-ring-opacity)) )}#fd .checked\:focus\:active\:bg-white:checked:focus:active{--tw-bg-opacity:1;background-color:var(--fd-white-hex,rgba(var(--fd-white),var(--tw-bg-opacity)) )}#fd .dark .dark\:text-gray-100{--tw-text-opacity:1;color:var(--fd-gray-100-hex,rgba(var(--fd-gray-100),var(--tw-text-opacity)) )}@media (min-width:768px){#fd .md\:t-hidden{display:none!important}#fd .md\:t-block{display:block!important}#fd .md\:t-flex{display:flex!important}#fd .md\:t-inline-flex{display:inline-flex!important}#fd .md\:t-inline{display:inline!important}#fd .md\:t-visible{visibility:visible!important}#fd .md\:t-invisible{visibility:hidden!important}#fd .md\:col-span-6{grid-column:span 6/span 6}#fd .md\:col-span-7{grid-column:span 7/span 7}#fd .md\:col-span-5{grid-column:span 5/span 5}#fd .md\:col-span-3{grid-column:span 3/span 3}#fd .md\:col-span-8{grid-column:span 8/span 8}#fd .md\:col-span-1{grid-column:span 1/span 1}#fd .md\:col-span-2{grid-column:span 2/span 2}#fd .md\:col-span-4{grid-column:span 4/span 4}#fd .md\:col-span-9{grid-column:span 9/span 9}#fd .md\:col-span-10{grid-column:span 10/span 10}#fd .md\:col-span-11{grid-column:span 11/span 11}#fd .md\:col-span-12{grid-column:span 12/span 12}#fd .md\:m-no{margin:0}#fd .md\:m-3xs{margin:var(--fd-spacing-3xs)}#fd .md\:m-2xs{margin:var(--fd-spacing-2xs)}#fd .md\:m-xs{margin:var(--fd-spacing-xs)}#fd .md\:m-sm{margin:var(--fd-spacing-sm)}#fd .md\:m-md{margin:var(--fd-spacing-md)}#fd .md\:m-lg{margin:var(--fd-spacing-lg)}#fd .md\:m-xl{margin:var(--fd-spacing-xl)}#fd .md\:m-2xl{margin:var(--fd-spacing-2xl)}#fd .md\:mx-no{margin-left:0;margin-right:0}#fd .md\:mx-3xs{margin-left:var(--fd-spacing-3xs);margin-right:var(--fd-spacing-3xs)}#fd .md\:mx-2xs{margin-left:var(--fd-spacing-2xs);margin-right:var(--fd-spacing-2xs)}#fd .md\:mx-xs{margin-left:var(--fd-spacing-xs);margin-right:var(--fd-spacing-xs)}#fd .md\:mx-sm{margin-left:var(--fd-spacing-sm);margin-right:var(--fd-spacing-sm)}#fd .md\:mx-md{margin-left:var(--fd-spacing-md);margin-right:var(--fd-spacing-md)}#fd .md\:mx-lg{margin-left:var(--fd-spacing-lg);margin-right:var(--fd-spacing-lg)}#fd .md\:mx-xl{margin-left:var(--fd-spacing-xl);margin-right:var(--fd-spacing-xl)}#fd .md\:mx-2xl{margin-left:var(--fd-spacing-2xl);margin-right:var(--fd-spacing-2xl)}#fd .md\:my-no{margin-bottom:0;margin-top:0}#fd .md\:my-3xs{margin-bottom:var(--fd-spacing-3xs);margin-top:var(--fd-spacing-3xs)}#fd .md\:my-2xs{margin-bottom:var(--fd-spacing-2xs);margin-top:var(--fd-spacing-2xs)}#fd .md\:my-xs{margin-bottom:var(--fd-spacing-xs);margin-top:var(--fd-spacing-xs)}#fd .md\:my-sm{margin-bottom:var(--fd-spacing-sm);margin-top:var(--fd-spacing-sm)}#fd .md\:my-md{margin-bottom:var(--fd-spacing-md);margin-top:var(--fd-spacing-md)}#fd .md\:my-lg{margin-bottom:var(--fd-spacing-lg);margin-top:var(--fd-spacing-lg)}#fd .md\:my-xl{margin-bottom:var(--fd-spacing-xl);margin-top:var(--fd-spacing-xl)}#fd .md\:my-2xl{margin-bottom:var(--fd-spacing-2xl);margin-top:var(--fd-spacing-2xl)}#fd .md\:mt-no{margin-top:0}#fd .md\:mt-3xs{margin-top:var(--fd-spacing-3xs)}#fd .md\:mt-2xs{margin-top:var(--fd-spacing-2xs)}#fd .md\:mt-xs{margin-top:var(--fd-spacing-xs)}#fd .md\:mt-sm{margin-top:var(--fd-spacing-sm)}#fd .md\:mt-md{margin-top:var(--fd-spacing-md)}#fd .md\:mt-lg{margin-top:var(--fd-spacing-lg)}#fd .md\:mt-xl{margin-top:var(--fd-spacing-xl)}#fd .md\:mt-2xl{margin-top:var(--fd-spacing-2xl)}#fd .md\:mr-no{margin-right:0}#fd .md\:mr-3xs{margin-right:var(--fd-spacing-3xs)}#fd .md\:mr-2xs{margin-right:var(--fd-spacing-2xs)}#fd .md\:mr-xs{margin-right:var(--fd-spacing-xs)}#fd .md\:mr-sm{margin-right:var(--fd-spacing-sm)}#fd .md\:mr-md{margin-right:var(--fd-spacing-md)}#fd .md\:mr-lg{margin-right:var(--fd-spacing-lg)}#fd .md\:mr-xl{margin-right:var(--fd-spacing-xl)}#fd .md\:mr-2xl{margin-right:var(--fd-spacing-2xl)}#fd .md\:mb-no{margin-bottom:0}#fd .md\:mb-3xs{margin-bottom:var(--fd-spacing-3xs)}#fd .md\:mb-2xs{margin-bottom:var(--fd-spacing-2xs)}#fd .md\:mb-xs{margin-bottom:var(--fd-spacing-xs)}#fd .md\:mb-sm{margin-bottom:var(--fd-spacing-sm)}#fd .md\:mb-md{margin-bottom:var(--fd-spacing-md)}#fd .md\:mb-lg{margin-bottom:var(--fd-spacing-lg)}#fd .md\:mb-xl{margin-bottom:var(--fd-spacing-xl)}#fd .md\:mb-2xl{margin-bottom:var(--fd-spacing-2xl)}#fd .md\:ml-no{margin-left:0}#fd .md\:ml-3xs{margin-left:var(--fd-spacing-3xs)}#fd .md\:ml-2xs{margin-left:var(--fd-spacing-2xs)}#fd .md\:ml-xs{margin-left:var(--fd-spacing-xs)}#fd .md\:ml-sm{margin-left:var(--fd-spacing-sm)}#fd .md\:ml-md{margin-left:var(--fd-spacing-md)}#fd .md\:ml-lg{margin-left:var(--fd-spacing-lg)}#fd .md\:ml-xl{margin-left:var(--fd-spacing-xl)}#fd .md\:ml-2xl{margin-left:var(--fd-spacing-2xl)}#fd .md\:ml-auto{margin-left:auto}#fd .md\:block{display:block}#fd .md\:flex{display:flex}#fd .md\:w-1\/3{width:33.333333%}#fd .md\:w-5\/12{width:41.666667%}#fd .md\:w-auto{width:auto}#fd .md\:w-\[160px\]{width:160px}#fd .md\:w-\[320px\]{width:320px}#fd .md\:w-\[180px\]{width:180px}#fd .md\:w-\[220px\]{width:220px}#fd .md\:w-\[400px\]{width:400px}#fd .md\:w-\[280px\]{width:280px}#fd .md\:w-\[440px\]{width:440px}#fd .md\:w-\[480px\]{width:480px}#fd .md\:w-full{width:100%}#fd .md\:w-screen{width:100vw}#fd .md\:w-1\/12{width:8.333333%}#fd .md\:w-2\/12{width:16.666667%}#fd .md\:w-3\/12{width:25%}#fd .md\:w-4\/12{width:33.333333%}#fd .md\:w-6\/12{width:50%}#fd .md\:w-7\/12{width:58.333333%}#fd .md\:w-8\/12{width:66.666667%}#fd .md\:w-9\/12{width:75%}#fd .md\:w-10\/12{width:83.333333%}#fd .md\:w-11\/12{width:91.666667%}#fd .md\:min-w-0{min-width:0}#fd .md\:max-w-min{max-width:-webkit-min-content;max-width:min-content}#fd .md\:max-w-max{max-width:-webkit-max-content;max-width:max-content}#fd .md\:max-w-\[120px\]{max-width:120px}#fd .md\:flex-shrink-0{flex-shrink:0}#fd .md\:flex-shrink{flex-shrink:1}#fd .md\:flex-grow-0{flex-grow:0}#fd .md\:flex-grow{flex-grow:1}#fd .md\:grid-flow-col{grid-auto-flow:column}#fd .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}#fd .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#fd .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#fd .md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}#fd .md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}#fd .md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}#fd .md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}#fd .md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}#fd .md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}#fd .md\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}#fd .md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}#fd .md\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}#fd .md\:flex-row{flex-direction:row}#fd .md\:flex-row-reverse{flex-direction:row-reverse}#fd .md\:flex-col{flex-direction:column}#fd .md\:items-center{align-items:center}#fd .md\:justify-between{justify-content:space-between}#fd .md\:gap-sm{gap:var(--fd-spacing-sm)}#fd .md\:space-x-xs>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-xs)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-xs)*var(--tw-space-x-reverse))}#fd .md\:space-y-no>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}#fd .md\:space-x-no>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}#fd .md\:space-y-xs>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-xs)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-xs)*(1 - var(--tw-space-y-reverse)))}#fd .md\:space-y-sm>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-sm)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-sm)*(1 - var(--tw-space-y-reverse)))}#fd .md\:space-x-sm>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-sm)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-sm)*var(--tw-space-x-reverse))}#fd .md\:space-y-md>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(var(--fd-spacing-md)*var(--tw-space-y-reverse));margin-top:calc(var(--fd-spacing-md)*(1 - var(--tw-space-y-reverse)))}#fd .md\:space-x-md>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(var(--fd-spacing-md)*(1 - var(--tw-space-x-reverse)));margin-right:calc(var(--fd-spacing-md)*var(--tw-space-x-reverse))}#fd .md\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#fd .md\:p-no{padding:0}#fd .md\:p-3xs{padding:var(--fd-spacing-3xs)}#fd .md\:p-2xs{padding:var(--fd-spacing-2xs)}#fd .md\:p-xs{padding:var(--fd-spacing-xs)}#fd .md\:p-sm{padding:var(--fd-spacing-sm)}#fd .md\:p-md{padding:var(--fd-spacing-md)}#fd .md\:p-lg{padding:var(--fd-spacing-lg)}#fd .md\:p-xl{padding:var(--fd-spacing-xl)}#fd .md\:p-2xl{padding:var(--fd-spacing-2xl)}#fd .md\:px-no{padding-left:0;padding-right:0}#fd .md\:px-3xs{padding-left:var(--fd-spacing-3xs);padding-right:var(--fd-spacing-3xs)}#fd .md\:px-2xs{padding-left:var(--fd-spacing-2xs);padding-right:var(--fd-spacing-2xs)}#fd .md\:px-xs{padding-left:var(--fd-spacing-xs);padding-right:var(--fd-spacing-xs)}#fd .md\:px-sm{padding-left:var(--fd-spacing-sm);padding-right:var(--fd-spacing-sm)}#fd .md\:px-md{padding-left:var(--fd-spacing-md);padding-right:var(--fd-spacing-md)}#fd .md\:px-lg{padding-left:var(--fd-spacing-lg);padding-right:var(--fd-spacing-lg)}#fd .md\:px-xl{padding-left:var(--fd-spacing-xl);padding-right:var(--fd-spacing-xl)}#fd .md\:px-2xl{padding-left:var(--fd-spacing-2xl);padding-right:var(--fd-spacing-2xl)}#fd .md\:py-no{padding-bottom:0;padding-top:0}#fd .md\:py-3xs{padding-bottom:var(--fd-spacing-3xs);padding-top:var(--fd-spacing-3xs)}#fd .md\:py-2xs{padding-bottom:var(--fd-spacing-2xs);padding-top:var(--fd-spacing-2xs)}#fd .md\:py-xs{padding-bottom:var(--fd-spacing-xs);padding-top:var(--fd-spacing-xs)}#fd .md\:py-sm{padding-bottom:var(--fd-spacing-sm);padding-top:var(--fd-spacing-sm)}#fd .md\:py-md{padding-bottom:var(--fd-spacing-md);padding-top:var(--fd-spacing-md)}#fd .md\:py-lg{padding-bottom:var(--fd-spacing-lg);padding-top:var(--fd-spacing-lg)}#fd .md\:py-xl{padding-bottom:var(--fd-spacing-xl);padding-top:var(--fd-spacing-xl)}#fd .md\:py-2xl{padding-bottom:var(--fd-spacing-2xl);padding-top:var(--fd-spacing-2xl)}#fd .md\:pr-md{padding-right:var(--fd-spacing-md)}#fd .md\:pt-no{padding-top:0}#fd .md\:pt-3xs{padding-top:var(--fd-spacing-3xs)}#fd .md\:pt-2xs{padding-top:var(--fd-spacing-2xs)}#fd .md\:pt-xs{padding-top:var(--fd-spacing-xs)}#fd .md\:pt-sm{padding-top:var(--fd-spacing-sm)}#fd .md\:pt-md{padding-top:var(--fd-spacing-md)}#fd .md\:pt-lg{padding-top:var(--fd-spacing-lg)}#fd .md\:pt-xl{padding-top:var(--fd-spacing-xl)}#fd .md\:pt-2xl{padding-top:var(--fd-spacing-2xl)}#fd .md\:pr-no{padding-right:0}#fd .md\:pr-3xs{padding-right:var(--fd-spacing-3xs)}#fd .md\:pr-2xs{padding-right:var(--fd-spacing-2xs)}#fd .md\:pr-xs{padding-right:var(--fd-spacing-xs)}#fd .md\:pr-sm{padding-right:var(--fd-spacing-sm)}#fd .md\:pr-lg{padding-right:var(--fd-spacing-lg)}#fd .md\:pr-xl{padding-right:var(--fd-spacing-xl)}#fd .md\:pr-2xl{padding-right:var(--fd-spacing-2xl)}#fd .md\:pb-no{padding-bottom:0}#fd .md\:pb-3xs{padding-bottom:var(--fd-spacing-3xs)}#fd .md\:pb-2xs{padding-bottom:var(--fd-spacing-2xs)}#fd .md\:pb-xs{padding-bottom:var(--fd-spacing-xs)}#fd .md\:pb-sm{padding-bottom:var(--fd-spacing-sm)}#fd .md\:pb-md{padding-bottom:var(--fd-spacing-md)}#fd .md\:pb-lg{padding-bottom:var(--fd-spacing-lg)}#fd .md\:pb-xl{padding-bottom:var(--fd-spacing-xl)}#fd .md\:pb-2xl{padding-bottom:var(--fd-spacing-2xl)}#fd .md\:pl-no{padding-left:0}#fd .md\:pl-3xs{padding-left:var(--fd-spacing-3xs)}#fd .md\:pl-2xs{padding-left:var(--fd-spacing-2xs)}#fd .md\:pl-xs{padding-left:var(--fd-spacing-xs)}#fd .md\:pl-sm{padding-left:var(--fd-spacing-sm)}#fd .md\:pl-md{padding-left:var(--fd-spacing-md)}#fd .md\:pl-lg{padding-left:var(--fd-spacing-lg)}#fd .md\:pl-xl{padding-left:var(--fd-spacing-xl)}#fd .md\:pl-2xl{padding-left:var(--fd-spacing-2xl)}}@media (min-width:768px) and (max-width:979px){#fd .hidden-desktop{display:inherit!important}#fd .visible-desktop{display:none!important}#fd .visible-tablet{display:inherit!important}#fd .hidden-tablet{display:none!important}}@media (min-width:1280px){#fd .xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}}@media (max-width:767px){#fd .hidden-desktop{display:inherit!important}#fd .visible-desktop{display:none!important}#fd .visible-phone{display:inherit!important}#fd .hidden-phone{display:none!important}}@media print{#fd .visible-print{display:inherit!important}#fd .hidden-print{display:none!important}}
