
/* ── header.css ── */
/* Desklog header styles. Loaded in <head> BEFORE any other stylesheet so the
   sticky header renders with its final styles on the first paint — otherwise
   the header briefly renders as unstyled boxes while bootstrap/main/theme CSS
   is still being parsed, causing a visible layout shift. */
:root{
  --dlh-green:#84C341; --dlh-green-d:#6ea836;
  --dlh-navy:#0B2046; --dlh-navy-2:#1c3050;
  --dlh-ink:#243043; --dlh-muted:#5c6b7e;
  --dlh-line:#e7ebf1; --dlh-line-soft:#eef1f6;
  --dlh-tint-green:#f3f9ea; --dlh-tint-navy:#eef2f8;
  --dlh-shadow:0 18px 50px -18px rgba(11,32,70,.30);
}
.dl-hdr *,.dl-hdr-drawer *{box-sizing:border-box}
.dl-hdr{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid var(--dlh-line);font-family:'Inter','Poppins',system-ui,sans-serif}
.dl-hdr-bar{max-width:1320px;margin:0 auto;padding:0 26px;height:74px;display:flex;align-items:center;gap:24px}
.dl-hdr-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0;width:160px;height:40px}
.dl-hdr-logo img{display:block;width:160px;height:40px;object-fit:contain}
.dl-hdr-logotext{font-weight:700;font-size:22px;color:var(--dlh-navy);letter-spacing:-.3px}
.dl-hdr-logotext span{color:var(--dlh-green);font-weight:500}

.dl-hdr-nav{display:flex;align-items:center;gap:2px;flex:1}
.dl-hdr-item{position:relative}
.dl-hdr-link{background:none;border:none;font-family:inherit;cursor:pointer;font-size:15px;font-weight:500;color:var(--dlh-ink);padding:10px 13px;border-radius:9px;display:inline-flex;align-items:center;gap:6px;text-decoration:none;transition:color .15s,background .15s;line-height:1.2}
.dl-hdr-link:hover,.dl-hdr-item.is-open>.dl-hdr-link,.dl-hdr-item:hover>.dl-hdr-link{color:var(--dlh-green-d);background:var(--dlh-tint-green)}
.dl-hdr-chev{width:11px;height:11px;transition:transform .2s}
.dl-hdr-item.is-open .dl-hdr-chev,.dl-hdr-item:hover .dl-hdr-chev{transform:rotate(180deg)}

.dl-hdr-actions{display:flex;align-items:center;gap:13px;flex-shrink:0;height:44px}
.dl-hdr-ghost{font-size:15px;font-weight:500;color:var(--dlh-ink);text-decoration:none;padding:8px 4px;font-family:inherit;line-height:1.2;display:inline-flex;align-items:center;height:100%}
.dl-hdr-ghost:hover{color:var(--dlh-green-d)}
.dl-hdr-ghost-green{color:var(--dlh-green-d);font-weight:600}
.dl-hdr-ghost-green:hover{color:var(--dlh-navy)}
.dl-hdr-btn{font-family:inherit;font-size:15px;font-weight:600;border-radius:11px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:background .15s, border-color .15s, color .15s;line-height:1;white-space:nowrap;height:42px;box-sizing:border-box}
.dl-hdr-btn svg{width:14px;height:14px;flex-shrink:0}
.dl-hdr-btn-outline{padding:0 22px;border:1.5px solid #d6dde7;color:var(--dlh-ink);background:#fff}
.dl-hdr-btn-outline:hover{border-color:var(--dlh-green);color:var(--dlh-green-d)}
.dl-hdr-btn-green{padding:0 22px;background:var(--dlh-green);color:#fff;border:1.5px solid var(--dlh-green);box-shadow:0 8px 18px -8px rgba(132,195,65,.7)}
.dl-hdr-btn-green:hover{background:var(--dlh-green-d);border-color:var(--dlh-green-d);color:#fff}

.dl-hdr-panel{
  position:absolute;left:50%;top:calc(100% + 14px);
  transform:translateX(-50%) translateY(8px);
  background:#fff;border:1px solid var(--dlh-line);border-radius:14px;box-shadow:var(--dlh-shadow);
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
}
.dl-hdr-item.is-open>.dl-hdr-panel,
.dl-hdr-item:hover>.dl-hdr-panel,
.dl-hdr-item:focus-within>.dl-hdr-panel{
  opacity:1;visibility:visible;pointer-events:auto;
  transform:translateX(-50%) translateY(0);
  transition:opacity .18s ease, transform .18s ease, visibility 0s;
}
.dl-hdr-item>.dl-hdr-panel::before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}

.dl-hdr-nav{position:relative}
.dl-hdr-item{position:static}
.dl-hdr-panel.dl-hdr-align-left{left:50%;right:auto;transform:translateX(-50%) translateY(8px)}
.dl-hdr-item.is-open>.dl-hdr-panel.dl-hdr-align-left,
.dl-hdr-item:hover>.dl-hdr-panel.dl-hdr-align-left,
.dl-hdr-item:focus-within>.dl-hdr-panel.dl-hdr-align-left{transform:translateX(-50%) translateY(0)}

.dl-hdr-collabel{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9aa6b4;padding-bottom:11px;margin-bottom:6px;border-bottom:1px solid var(--dlh-line-soft)}

.dl-hdr-feat{display:flex;gap:12px;padding:10px 11px;border-radius:11px;text-decoration:none;transition:background .14s;align-items:flex-start}
.dl-hdr-feat:hover{background:var(--dlh-tint-green);text-decoration:none}
.dl-hdr-ico{width:34px;height:34px;border-radius:9px;background:var(--dlh-tint-navy);display:grid;place-items:center;flex-shrink:0;color:var(--dlh-navy);transition:.14s}
.dl-hdr-feat:hover .dl-hdr-ico{background:#e4f0d0;color:var(--dlh-green-d)}
.dl-hdr-ico svg{width:17px;height:17px;stroke-width:1.7}
/* !important guards these against migrated-page inline styles that set global
   h1..h6/p rules with !important (e.g. /desklog-vs-desktime). */
.dl-hdr-feat h4,.dl-hdr-feat .dl-hdr-feat-title{font-size:14px!important;font-weight:600!important;color:var(--dlh-ink)!important;margin:0 0 2px!important;line-height:1.2!important}
.dl-hdr-feat p{font-size:12.4px!important;color:var(--dlh-muted)!important;line-height:1.35!important;margin:0!important}

.dl-hdr-panel-product{width:1120px;display:grid;grid-template-columns:230px 1fr 280px}
.dl-hdr-tabs{padding:20px 14px;border-right:1px solid var(--dlh-line-soft);background:#fbfcfe;border-radius:14px 0 0 14px}
.dl-hdr-tab{width:100%;text-align:left;background:none;border:none;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:9px;font-size:14px;font-weight:500;color:var(--dlh-ink);transition:.14s;margin-bottom:2px}
.dl-hdr-arr{width:13px;height:13px;opacity:0;transition:.14s;color:var(--dlh-green-d)}
.dl-hdr-tab:hover,.dl-hdr-tab.is-active{background:#fff;color:var(--dlh-green-d);box-shadow:0 2px 10px -4px rgba(11,32,70,.14)}
.dl-hdr-tab.is-active .dl-hdr-arr,.dl-hdr-tab:hover .dl-hdr-arr{opacity:1}
.dl-hdr-mini{margin-top:12px;padding-top:12px;border-top:1px solid var(--dlh-line-soft);display:flex;flex-direction:column;gap:3px}
.dl-hdr-mini a{font-size:12.8px;color:var(--dlh-muted);text-decoration:none;padding:6px 12px;border-radius:8px;display:flex;align-items:center;gap:7px}
.dl-hdr-mini a svg{width:14px;height:14px}
.dl-hdr-mini a:hover{color:var(--dlh-green-d);background:var(--dlh-tint-green)}
.dl-hdr-grid{padding:18px 16px;display:grid;grid-template-columns:1fr 1fr;gap:2px;align-content:start}
.dl-hdr-pane{display:none}
.dl-hdr-pane.is-active{display:contents}

.dl-hdr-promo{padding:22px 20px;display:flex;flex-direction:column;gap:10px}
.dl-hdr-promo-product{border-radius:0 14px 14px 0;background:linear-gradient(165deg,var(--dlh-tint-green),#fcfefa)}
.dl-hdr-promo-img{background:transparent;display:flex;align-items:center;justify-content:center;padding:6px 0 4px}
.dl-hdr-promo-img img{max-width:100%;height:auto;max-height:130px;display:block;object-fit:contain}
.dl-hdr-promo h3,.dl-hdr-promo .dl-hdr-promo-title{font-size:17px!important;font-weight:700!important;line-height:1.3!important;margin:6px 0 2px!important;color:var(--dlh-navy)!important}
.dl-hdr-promo h3 .g,.dl-hdr-promo .dl-hdr-promo-title .g{color:var(--dlh-green-d)} .dl-hdr-promo h3 .n,.dl-hdr-promo .dl-hdr-promo-title .n{color:var(--dlh-navy)}
.dl-hdr-promo p{font-size:12.8px!important;color:var(--dlh-muted)!important;line-height:1.5!important;margin:0!important}
.dl-hdr-pills{font-size:12.8px;font-weight:600;color:var(--dlh-ink);margin:6px 0 4px}
.dl-hdr-promo-cta{margin-top:6px;width:auto;align-self:flex-start;padding:10px 22px}
.dl-hdr-promo-link{color:var(--dlh-green-d);font-weight:600;text-decoration:none;font-size:13px;margin-top:6px}
.dl-hdr-promo-link:hover{text-decoration:underline}

.dl-hdr-promo-stores{display:flex;gap:9px;margin-top:8px;flex-wrap:wrap}
.dl-hdr-store-btn{flex:1 1 130px;min-width:0;display:inline-flex;align-items:center;gap:8px;background:#111;color:#fff;text-decoration:none;padding:8px 12px;border-radius:9px;line-height:1.1;transition:background .15s}
.dl-hdr-store-btn:hover{background:#000;color:#fff}
.dl-hdr-store-btn svg{width:20px;height:20px;flex-shrink:0}
.dl-hdr-store-btn span{display:flex;flex-direction:column;font-size:12.5px;font-weight:600;letter-spacing:.02em}
.dl-hdr-store-btn small{font-size:8.5px;font-weight:500;opacity:.85;letter-spacing:.05em;text-transform:uppercase}
.dl-hdr-store-btn b{font-size:13px;font-weight:700;line-height:1.15}

.dl-hdr-panel-cols{width:1180px;display:grid;grid-template-columns:1fr 1fr 1fr 270px}
.dl-hdr-scol{padding:22px 18px;border-right:1px solid var(--dlh-line-soft)}
.dl-hdr-linkrow{display:flex;flex-direction:column;gap:1px;margin-top:5px}
.dl-hdr-promo-solutions{border-radius:0 14px 14px 0;background:linear-gradient(165deg,var(--dlh-tint-green),#fcfefa)}
.dl-hdr-badge{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:600;color:var(--dlh-green-d);background:#fff;border:1px solid #d8e8c2;padding:6px 11px;border-radius:999px;margin-bottom:13px;align-self:flex-start}
.dl-hdr-promo-solutions .dl-hdr-ghost{color:var(--dlh-green-d);font-weight:600;margin-top:13px;padding:0;text-decoration:none}
.dl-hdr-badgenew{font-size:9px;font-weight:700;color:#fff;background:var(--dlh-green);padding:2px 6px;border-radius:5px;margin-left:6px;vertical-align:middle;letter-spacing:.04em}
.dl-hdr-promo-resources{border-radius:0 14px 14px 0;background:linear-gradient(165deg,var(--dlh-tint-navy),#fbfdff)}

.dl-hdr-hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px;margin-left:auto}
.dl-hdr-hamburger span{display:block;width:22px;height:2px;background:var(--dlh-navy);border-radius:2px;transition:.2s}

.dl-hdr-drawer{position:fixed;top:0;right:0;height:100vh;width:100vw;max-width:100%;background:#fff;z-index:1100;transform:translateX(100%);transition:transform .32s cubic-bezier(.22,.61,.36,1), box-shadow .28s ease;display:flex;flex-direction:column;box-shadow:none;font-family:'Inter','Poppins',system-ui,sans-serif}
@media (min-width:640px){.dl-hdr-drawer{width:min(420px,92vw)}}
.dl-hdr-drawer.is-open{transform:translateX(0);box-shadow:-24px 0 48px -20px rgba(11,32,70,.28)}
.dl-hdr-drawer-scrim{position:fixed;inset:0;background:rgba(11,32,70,.45);backdrop-filter:blur(2px);z-index:1099;opacity:0;visibility:hidden;transition:.28s}
.dl-hdr-drawer-scrim.is-open{opacity:1;visibility:visible}
body.dl-hdr-lock{overflow:hidden}
.dl-hdr-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--dlh-line);flex-shrink:0}
.dl-hdr-drawer-logo{max-height:36px;width:auto}
.dl-hdr-drawer-close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:var(--dlh-tint-navy);border:none;border-radius:10px;color:var(--dlh-navy);cursor:pointer;padding:0;transition:background .15s,color .15s,transform .15s}
.dl-hdr-drawer-close:hover{background:var(--dlh-navy);color:#fff;transform:rotate(90deg)}
.dl-hdr-drawer-close svg{width:16px;height:16px}
.dl-hdr-drawer-body{flex:1;overflow-y:auto;padding:8px 12px 12px}
.dl-hdr-drawer-section{border-bottom:1px solid var(--dlh-line-soft)}
.dl-hdr-drawer-section:last-child{border-bottom:none}
.dl-hdr-drawer-head-btn,.dl-hdr-drawer-link{width:100%;display:flex;align-items:center;gap:12px;background:none;border:none;font-family:inherit;font-size:15px;font-weight:600;color:var(--dlh-navy);padding:12px 12px;cursor:pointer;text-align:left;text-decoration:none;border-radius:10px;transition:background .15s}
.dl-hdr-drawer-head-btn:hover,.dl-hdr-drawer-link:hover{background:var(--dlh-tint-green)}
.dl-hdr-drawer-section.is-open>.dl-hdr-drawer-head-btn{background:var(--dlh-tint-green);color:var(--dlh-navy)}
.dl-hdr-drawer-ico{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:var(--dlh-tint-green);color:var(--dlh-green-d);border-radius:9px;flex-shrink:0;transition:background .15s,color .15s}
.dl-hdr-drawer-head-btn:hover .dl-hdr-drawer-ico,.dl-hdr-drawer-link:hover .dl-hdr-drawer-ico,.dl-hdr-drawer-section.is-open .dl-hdr-drawer-ico{background:var(--dlh-green);color:#fff}
.dl-hdr-drawer-ico svg{width:18px;height:18px}
.dl-hdr-drawer-link-label{flex:1;line-height:1.25}
.dl-hdr-drawer-chev{width:14px;height:14px;color:var(--dlh-muted);flex-shrink:0;transition:transform .25s ease,color .15s}
.dl-hdr-drawer-section.is-open .dl-hdr-drawer-chev{transform:rotate(180deg);color:var(--dlh-green-d)}
.dl-hdr-drawer-panel{max-height:0;overflow:hidden;transition:max-height .32s ease}
.dl-hdr-drawer-section.is-open .dl-hdr-drawer-panel{max-height:2000px}
.dl-hdr-drawer-group{padding:6px 8px 12px 12px;margin-left:12px;border-left:2px solid var(--dlh-line-soft)}
.dl-hdr-drawer-glabel{font-size:10.5px;font-weight:700;color:var(--dlh-green-d);text-transform:uppercase;letter-spacing:.08em;margin:8px 0 4px;padding-left:10px}
.dl-hdr-drawer-group a{display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:14px;font-weight:500;color:var(--dlh-ink);text-decoration:none;border-radius:7px;transition:background .12s,color .12s}
.dl-hdr-drawer-group a:hover{background:var(--dlh-tint-green);color:var(--dlh-green-d)}
.dl-hdr-drawer-dot{width:5px;height:5px;border-radius:50%;background:var(--dlh-line);flex-shrink:0;transition:background .12s}
.dl-hdr-drawer-group a:hover .dl-hdr-drawer-dot{background:var(--dlh-green)}
.dl-hdr-drawer-cta{padding:14px 16px 18px;border-top:1px solid var(--dlh-line);display:flex;gap:10px;flex-shrink:0;background:#fff}
.dl-hdr-drawer-cta .dl-hdr-btn{flex:1;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:600}

@media (max-width:1180px){
  .dl-hdr-nav,.dl-hdr-actions{display:none}
  .dl-hdr-hamburger{display:flex}
  .dl-hdr-bar{justify-content:space-between}
}
@media (max-width:1200px){
  .dl-hdr-panel-product{width:min(96vw,1080px);grid-template-columns:210px 1fr 250px}
  .dl-hdr-panel-cols{width:min(96vw,1100px);grid-template-columns:1fr 1fr 1fr 240px}
}


/* ── desklog-extras.css ── */
/*
 * desklog-extras.css
 * Header (Max Mega Menu) + footer styling that is NOT part of the copied theme
 * stylesheets (bootstrap.min.css, main.css, theme-style.css, new-style.css).
 * Sources (verbatim port of the live desklog.io chrome):
 *   - Max Mega Menu plugin-generated CSS (rendered <head> inline block)
 *   - wp custom CSS mega-menu/header overrides
 *   - theme header.php inline <style> blocks
 *   - theme footer.php inline <style> block
 * Third-party tracking / hero-tab / offer-popup-only rules excluded per task scope.
 */

/* === Max Mega Menu (plugin-generated) === */
#mega-menu-wrap-top #mega-menu-top input,#mega-menu-wrap-top #mega-menu-top img{max-width:100%}@media only screen and (max-width:1026px){#mega-menu-wrap-top #mega-menu-top>li.mega-menu-item.mega-multi-line>a.mega-menu-link br{display:none}}#mega-menu-wrap-top #mega-menu-top li[class^=mega-lang-item]>a.mega-menu-link>img{display:inline}#mega-menu-wrap-top #mega-menu-top a.mega-menu-link>img.wpml-ls-flag,#mega-menu-wrap-top #mega-menu-top a.mega-menu-link>img.iclflag{display:inline;margin-right:8px}@media only screen and (max-width:1026px){#mega-menu-wrap-top .mega-menu-toggle img{max-width:100%;padding:0}}#mega-menu-wrap-primary #mega-menu-primary{position:static}#mega-menu-wrap-primary{position:static}.logo-container{position:relative}.mega-menu-link{font-family: "Inter", "Inter Fallback", sans-serif!important;font-weight:500!important;color:#161616!important}ul.mega-sub-menu{box-shadow:0 5.56px 34.46px rgba(88,114,170,.19)!important}#mega-menu-wrap-primary,#mega-menu-wrap-primary #mega-menu-primary,#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column,#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge,#mega-menu-wrap-primary button.mega-close,#mega-menu-wrap-primary button.mega-toggle-standard{transition:none;border-radius:0;box-shadow:none;background:0 0;border:0;bottom:auto;box-sizing:border-box;clip:auto;color:#666;display:block;float:none;font-family:inherit;font-size:14px;height:auto;left:auto;line-height:1.7;list-style-type:none;margin:0;min-height:auto;max-height:none;min-width:auto;max-width:none;opacity:1;outline:none;overflow:visible;padding:0;position:relative;pointer-events:auto;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;transform:none;top:auto;vertical-align:baseline;visibility:inherit;width:auto;word-wrap:break-word;white-space:normal;-webkit-tap-highlight-color:transparent}#mega-menu-wrap-primary:before,#mega-menu-wrap-primary:after,#mega-menu-wrap-primary #mega-menu-primary:before,#mega-menu-wrap-primary #mega-menu-primary:after,#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before,#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:before,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:after,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:before,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:after,#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before,#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after,#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:before,#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:after,#mega-menu-wrap-primary button.mega-close:before,#mega-menu-wrap-primary button.mega-close:after,#mega-menu-wrap-primary button.mega-toggle-standard:before,#mega-menu-wrap-primary button.mega-toggle-standard:after{display:none}#mega-menu-wrap-primary{border-radius:0px}@media only screen and (min-width:1027px){#mega-menu-wrap-primary{background-color:transparent}}#mega-menu-wrap-primary #mega-menu-primary{text-align:left;padding:0}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link{cursor:pointer;display:inline;transition:background 200ms linear,color 200ms linear,border 200ms linear}#mega-menu-wrap-primary #mega-menu-primary p{margin-bottom:10px}#mega-menu-wrap-primary #mega-menu-primary input,#mega-menu-wrap-primary #mega-menu-primary img{max-width:100%}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item>ul.mega-sub-menu{display:block;visibility:hidden;opacity:1;pointer-events:auto}@media only screen and (max-width:1026px){#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item>ul.mega-sub-menu{display:none;visibility:visible;opacity:1}}@media only screen and (min-width:1027px){#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade] li.mega-menu-item>ul.mega-sub-menu{opacity:0;transition:opacity 200ms ease-in,visibility 200ms ease-in}#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1}#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{opacity:0;transform:translate(0,10px);transition:opacity 200ms ease-in,transform 200ms ease-in,visibility 200ms ease-in}#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1;transform:translate(0,0)}#mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{transform:translate(0,10px);transition:transform 200ms ease-in,visibility 200ms ease-in}#mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{transform:translate(0,0)}}#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu{visibility:visible}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{visibility:inherit;opacity:1;display:block}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^=dashicons]:before{font-family:dashicons}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before{display:inline-block;font:inherit;font-family:dashicons;position:static;margin:0 6px 0 0;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit;background:0 0;height:auto;width:auto;top:auto}@media only screen and (min-width:1027px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-menu-item{position:static}}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item{margin:0;display:inline-block;height:auto;vertical-align:middle}@media only screen and (min-width:1027px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus{background-color:transparent;color:#81b504;font-weight:400;text-decoration:none;border-color:white}}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{line-height:40px;height:40px;padding:0 10px;vertical-align:baseline;width:auto;display:block;color:black;text-transform:none;text-decoration:none;text-align:left;background-color:transparent;border:0;border-radius:0px;font-family:inherit;font-size:16px;font-weight:400;outline:none}@media only screen and (max-width:1026px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-multi-line>a.mega-menu-link br{display:none}}@media only screen and (max-width:1026px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item{display:list-item;margin:0;clear:both;border:0}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{border-radius:0;border:0;margin:0;line-height:40px;height:40px;padding:0 10px;background:0 0;text-align:left;color:white;font-size:14px}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row{width:100%;float:left}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column{float:left;min-height:1px}@media only screen and (min-width:1027px){#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column{width:calc(var(--span) / var(--columns) * 100%)}}@media only screen and (max-width:1026px){#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column{width:100%;clear:both}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item{padding:15px;width:100%}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu{z-index:999;border-radius:15px;background-color:white;border:0;padding:0;position:absolute;width:100%;max-width:none;left:0}@media only screen and (max-width:1026px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu{float:left;position:static;width:100%}}#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item{color:#666;font-family:inherit;font-size:14px;display:block;float:left;clear:none;padding:15px;vertical-align:top}@media only screen and (max-width:1026px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu{border:0;padding:10px;border-radius:0}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{display:inline-block;width:auto;background:0 0;position:relative;pointer-events:auto;left:auto;min-width:auto;font-size:inherit;padding:0;margin:0 0 0 6px;height:auto;line-height:inherit;color:inherit}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after{content:"";font-family:dashicons;font-weight:400;display:inline-block;margin:0;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:rotate(0);color:inherit;position:relative;background:0 0;height:auto;width:auto;right:auto;line-height:inherit}@media only screen and (max-width:1026px){#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{float:right}}#mega-menu-wrap-primary #mega-menu-primary li[class^=mega-lang-item]>a.mega-menu-link>img{display:inline}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link>img.wpml-ls-flag,#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link>img.iclflag{display:inline;margin-right:8px}#mega-menu-wrap-primary .mega-menu-toggle{display:none}#mega-menu-wrap-primary .mega-menu-toggle~button.mega-close{visibility:hidden;opacity:0;transition:left 200ms ease-in-out,right 200ms ease-in-out,visibility 200ms ease-in-out,opacity 200ms ease-out}#mega-menu-wrap-primary .mega-menu-toggle~button.mega-close{right:0;left:auto}@media only screen and (max-width:1026px){#mega-menu-wrap-primary .mega-menu-toggle{z-index:1;cursor:pointer;background-color:transparent;border-radius:2px;line-height:40px;height:40px;text-align:left;user-select:none;outline:none;white-space:nowrap;display:flex;position:relative}#mega-menu-wrap-primary .mega-menu-toggle img{max-width:100%;padding:0}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left,#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center,#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right{display:flex;flex-basis:33.33%}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block{display:flex;height:100%;outline:0;align-self:center;flex-shrink:0}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left{flex:1;justify-content:flex-start}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center{justify-content:center}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right{flex:1;justify-content:flex-end}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{margin-right:6px}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{margin-left:6px}#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary{flex-direction:column;flex-wrap:nowrap;background-color:white;padding:0;display:none;display:flex;position:fixed;width:300px;max-width:100%;height:100dvh;max-height:100dvh;top:0;box-sizing:border-box;transition:left 200ms ease-in-out,right 200ms ease-in-out,visibility 200ms ease-in-out;overflow-y:auto;overflow-x:hidden;z-index:9999999999;overscroll-behavior:contain;visibility:hidden}#mega-menu-wrap-primary .mega-menu-toggle~button.mega-close{display:flex;position:fixed;top:0;z-index:99999999999;cursor:pointer}#mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:before{display:flex;content:"";font-family:dashicons;font-weight:400;color:white;align-items:center;justify-content:center;width:40px;height:40px;font-size:16px}#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary{right:-300px}}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0{cursor:pointer}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated{padding:0;display:flex;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;transform:scale(.8);align-self:center;outline:0;background:0 0}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box{width:40px;height:24px;display:inline-block;position:relative;outline:0}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{display:block;top:50%;margin-top:-2px}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{width:40px;height:4px;background-color:black;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{content:"";display:block}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{top:-10px}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{bottom:-10px}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{top:2px}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{top:20px}#mega-menu-wrap-primary{clear:both}#mega-menu-wrap-primary #mega-menu-primary{position:static}#mega-menu-wrap-primary{position:static}.logo-container{position:relative}.mega-menu-link{font-family: "Inter", "Inter Fallback", sans-serif!important;font-weight:500!important;color:#161616!important}ul.mega-sub-menu{box-shadow:0 5.56px 34.46px rgba(88,114,170,.19)!important}

/* === Mega-menu / header custom overrides === */
.desklog-hero-section .feature-tab-pane{transition:none!important}.hero-section .hero-main-heading,.hero-section .hero-p,.hero-section .reveal,[data-aos]{opacity:1!important;visibility:visible!important;transform:none!important;transition:none!important}#mega-menu-wrap-primary #mega-menu-primary{position:static}#mega-menu-wrap-primary{position:static}.logo-container{position:relative}.mega-menu-link{font-family: "Inter", "Inter Fallback", sans-serif!important;font-weight:500!important;color:#161616!important}.mega-menu-link:hover{color:#81b504!important}ul.mega-sub-menu{box-shadow:0 5.56px 34.46px rgba(88,114,170,19%)!important}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after{content:"▼"!important;font-size:9px}#mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:before{content:""!important;font:normal normal normal 14px/1 FontAwesome!important}.menu-list-item p{text-align:left!important}@media (max-width:1025px){.mega-menu-toggle:not(.mega-menu-open)~#mega-menu-primary{display:none!important}}

/* === Header inline: expert-call menu item === */
.desklog-main-landing-page .desklog-hero-section p{color:#020e22;font-size:1.1rem;font-family:"Inter Variable","Inter Fallback",sans-serif!important}.expert-class-menu-item .mega-menu-link{color:#81b504!important}.expert-class-menu-item .mega-menu-link:hover{color:#002d50!important}

/* === Header inline: mega submenu item styles === */
.menu-list-item .submenu-title{font-size:16px;font-family: "Inter", "Inter Fallback", sans-serif;font-weight:500;color:#111;margin-top:4px;margin-bottom:2px}.menu-list-item p{font-size:15px;font-family: "Inter", "Inter Fallback", sans-serif!important;font-weight:400;color:#040404;line-height:1.6;margin-bottom:0!important}.get-dwld-menu,.get-start-menu{border:solid 1px #eaf1f5}.footer-copy{margin-bottom:-60px;position:relative;z-index:1}

/* === Footer (theme footer.php inline <style>) === */
.password_field_pop{position:relative}
#togglePassword{position:absolute;right:5px;bottom:5px;background-color:transparent;color:#242424;border:0;cursor:pointer}
.onloadoffer{position:fixed;opacity:0;bottom: 0;width:100%; max-width: 550px; left: 0; top: 0; right: 0; margin: auto;display:none}
.onloadoffer-ontainer{position:relative;z-index:2;display:inline-block;background:#fff;box-shadow:11px 12px 88px #00000045;border-radius:5px;padding:45px 50px 40px 0}
.onloadoffer-ontainer a{display:inline-block}
.onload-close{position:absolute;cursor:pointer;z-index:9;top:3px;right:11px;background:0 0;border:none;font-size:24px;opacity:.9}
.onload-close:hover{opacity:1}
.onload-close img{width:30px}
img.offerimg{width:auto;height:200px}
.SubmitDisable{pointer-events:none}
@media only screen and (max-width:1366px) {
.onloadoffer-ontainer{padding:40px 41px 30px 0}
img.offerimg{width:100%;height:auto}
.onload-close{top:3px;right:11px}
}
@media only screen and (max-width:600px) {
  .onloadoffer{max-width:90%}
img.offerimg{width:100%;height:auto}
.onloadoffer-ontainer{padding:32px 35px 25px 0}
.onload-close {top: -5px; right: 1px;}

}

/* --- Main Container --- */
footer {
    background-color: #E6ECF1 !important;
    padding: 60px 0 0;
    font-family: "Inter", "Inter Fallback", sans-serif!important;
    color: #333;
}

/* --- Grid Layout (4 Columns based on image) --- */
.footer2 {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1.2fr 0.8fr;
    grid-column-gap: 3rem;

    margin-bottom: 40px;
    font-family: "Inter", "Inter Fallback", sans-serif!important;
}

.footer2 > .ft-link {
    min-width: 0;
}

/* --- Headings --- */
.footer2 h4 {
       color: #00487a;
    font-weight: 500;
    font-size: 1.2em;
    padding-bottom: 5px;
    margin-bottom: 0px;
    margin-top: 10px;
}

    .footer2 p{
        font-family: "Inter", "Inter Fallback", sans-serif!important;
    }


/* --- Links --- */
.footer-li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-li li {
    margin-bottom: 5px;
}

.footer-li li a {
    color: #444 !important;
    font-size: 15px !important;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-li li a:hover {
    color: #76a507 !important;
}

/* --- Column 1 Specifics (Branding/Contact) --- */
.footer-divider {
    border: 0;
    border-top: 1px solid #cbd5e0;
    margin: 20px 0;
}

/* CTA Button */
.footer-cta-btn {
    background-color: #81B504; 
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

    .footer-cta-btn:hover{
        background: #719f01;
    }

/* Contact & Follow Us Row */
.contact-follow-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
/*     justify-content: space-between;
    gap: 20px; */
}

.contact-follow-row > .contact-box,
.contact-follow-row > .follow-box {
    min-width: 0;
}

.footer-li li a {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #444;
    font-size: 15px;
    margin-bottom: 12px;
}

.contact-list li i {
    color: #81B504; 
}

/* --- Social Icons --- */
.footer-li-social {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 13px;
}

.footer-li-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: transparent; 
    color: #fff !important;
    border-radius: 50%; 
    text-decoration: none;
    transition: opacity 0.2s;
}

.footer-li-social li a i {
    font-size: 14px;
}

.footer-li-social li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.footer-li-social li a:hover {
    opacity: 0.8;
    color: #fff !important;
}

/* --- Platform Icons --- */
.platform-list li a i {
    color: #007bff; /* Blue icons */
    margin-right: 8px;
    font-size: 16px;
}
.platform-list li a:hover i {
    color: #76a507;
}

/* --- Copyright Section --- */
.footer-border{
    border-top: 1px solid #cbd5e0;
height: 5px;
margin: auto;
width: 80%;
}
    
    .Copyright-divider p,.Copyright-divider a {
        font-size: 14px!important;
    }

.footer-copy {
    padding: 25px 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: #e6ecf1 !important;
}

.copy-right-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.copy-right-li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.copy-right-li li a {
    color: #888 !important;
    font-size: 13px;
    text-decoration: none;
}

.copy-right-child p {
    margin: 0;
    font-size: 13px;
    color: #888;
}

.footer2 section{
    padding: 0;
}
	
#custom_html-16 h4{
	display: none;
} 
	
	
/* --- Responsiveness --- */
@media (max-width: 1200px) {
    .footer2 {
        grid-template-columns: 1fr 1fr; /* 2 Columns */
        row-gap: 40px;
    }
    .ft-link.branding-column {
        grid-column: span 3; 
    }
}

@media (max-width: 768px) {
    .ft-link.branding-column {
        padding-right: 0;
    }
    .contact-follow-row {
        flex-direction: column; 
    }
    .copy-right-child {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .copy-right-li {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .footer2 {
        grid-template-columns: 1fr; /* 1 Column */
        gap: 30px;
    }
    .ft-link.branding-column {
        grid-column: auto;
    }
}
/* == */
.copy-right{
   /* background-color: #EFF8FF; */
    padding: 7px 0;
    margin-top: 0px;
}
.copy-right-child{
    display: grid;
    grid-template-columns: 6fr 6fr;
    grid-column-gap: 1%;
}
.copy-right-li{
    list-style: none;
    padding: 0;
    margin: 0;
  text-align: start;
}
.copy-right-li a {
    color: #555;
    text-decoration: none;
  font-size: 13px;
    font-weight: 300;
}
.copy-right-li li{
    display: inline-block;
    margin-right: 15px;
}
.copy-right-li li{
    font-size: 16px !important;
    color: #444 !important;
}
.copy-right .sf-logo{
    width: 80% !important;
  min-width: 105px;
  max-width: 140px;
}


   .footer2 .platforms-container h4 {
        font-size: 1.2em;
        color: #000;
        margin-bottom: 15px;
        font-weight: 500;
    }

   .footer2 .platform-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

   .footer2 .platform-list li {
        margin-bottom: 5px;
    }

    .footer2 .platform-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #444;
    font-size: 15px;
    font-weight: 400;
    transition: opacity 0.2s ease;
		width: fit-content;
    }

   .footer2 .platform-link:hover {
        color: #000;
        opacity: 0.8;
    }

   .footer2 .platform-icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
   .footer2 .platform-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }
.copy-right p{
    margin: 0;
    font-size: 14px;
    color: #666;
  text-align:start;
}
.copyright-divider{
    position: absolute;
}
.copyright-divider::after{
    content: "";
   border: solid 1px #71A8BC; 
   height: 80%;
}
.footer-li li a:focus:after,
.footer-li li a:hover:after {
  width: 100%;
  left: auto; 
}
.footer-li li a{
    position: relative;
}
.footer-li li a:after {
    content: "";
    pointer-events: none;
    bottom: 0px;
    right: auto;
    left: 0; 
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: rgb(84, 129, 0);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 500ms;
    transition-property: width, right;
  }
  .footer-copy {
    margin-top: 0px !important;
}

@media only screen and (min-width: 1200px) {
.copy-right-li {
text-wrap: nowrap;
}
  }	
@media only screen and (max-width: 1200px) {
    .footer2 {
        grid-template-columns: 6fr 6fr 4fr;
        grid-column-gap: 0%;
        row-gap: 2rem;
    }
  }
  @media only screen and (max-width: 1000px) {
    .footer2 {
        grid-template-columns: 4fr 5fr 3fr;
        grid-column-gap: 1%;
        row-gap: 2rem;
    }
      .copy-right-child {
          grid-template-columns: 12fr;}
}
@media only screen and (max-width: 768px) {
    .footer2 {
        grid-template-columns: 5fr 5fr 5fr;
        grid-column-gap: 0%;
        row-gap: 2rem;
    }
    .copy-right-child {
        display: grid;
        grid-template-columns: 2fr;
        grid-column-gap: 1.5%;
        grid-row-gap: 5%;
    }
    .copy-right .sf-logo {
        width: 150px !important;
    }
    .copy-right-child div{
        justify-content: center !important;
    }
    .copy-right-child div ul{
       text-align: center;
    }
  .copy-right-li{
  text-align: center;
}
  .copy-right p{
  text-align:center;
}
}
@media only screen and (max-width: 600px) {
    .footer2 {
        grid-template-columns: 1fr;
        grid-column-gap: 0%;
        row-gap: 1rem;
    }
    .copy-right-child {
        display: grid;
        grid-template-columns: 2fr;
        grid-column-gap: 1%;
        row-gap: 1rem;
    }
    .copy-right .sf-logo {
        width: 120px !important;
    }
    .copy-right-child div{
        justify-content: center !important;
    }
    .copy-right-child div ul , .copy-right-child div p{
       text-align: center;
    }
    
}
/* mobile-megamenu */
    .mobile-menu-logo-list {padding:10px;}
    .mobile-menu-logo-list a{display:block;}
    .mobile-menu-logo-list img{max-width:150px !important;width:100%;}
    
    .demo-start-mobile{
    padding: 1rem 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;	
}
    .demo-start-mobile .demo-menu{
        all: unset;
    color: #81b504;
    padding: 8px 15px;
    border: solid 1.8px #81b504;
    border-radius: 6px;
    transition: all 0.25s;
    cursor: pointer;
            width: 100%;
    text-align: center;
}
    .demo-start-mobile .start-menu{
        all: unset;
    color: #ffffff;
    padding: 7px 20px;
    border: solid 1.8px #81b504;
    border-radius: 6px;
    transition: all 0.25s;
    cursor: pointer;
    background: #81b504;
            width: 100%;
    text-align: center;
}
    .demo-start-mobile a{display:inline-block;}
    @media (min-width: 1024px) {
    .mega-close,
  .d-xl-lg-none {
    display: none !important;
  }
    
}
    @media (max-width: 991px) {
        .mobile-menu-logo-list{position: fixed; background-color: #fff; width: 100%; z-index: 9; top: 0;border-bottom: 1px #e5e5e5 solid;}
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
            border-bottom: 0.5px #e5e5e5 solid;
            padding: 5px 0 !important;
        }
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child{border:0}
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{    font-size: 16px;}
        .menu-list-item .icon-svg{margin-top:0}
        body .widget-visible iframe{scale: 0.9;}
        .social_media_icons_left_nav{width:100%;display:inline-block;width:100%;}
        .footer-li-social{display: flex ; justify-content: start; align-items: center;}
        .demo-start-mobile a{transform: scale(.7);}
        #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close{
            right: -5px !important;
            left:inherit;
            color: #242424;
            top: 0px;
            border: solid 1px #e5e5e5;
            background-color: #fff;
            position: absolute;
        }
        #mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before{
             color: #4d4a4a;
        }
        #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
            width: 100%;
            max-width: 100%;
            height: auto;
            padding-top: 60px;
        }
    }

/* Floating pill CTA card, bottom-centered. Not full width so page content stays visible. */
.dl-sticky-footer{position:fixed;left:0;right:0;bottom:18px;z-index:7;display:flex;justify-content:center;pointer-events:none;padding:0 16px;font-family:'Inter','Poppins',system-ui,sans-serif;animation:dlStickyIn .5s cubic-bezier(.22,.61,.36,1) both}
@keyframes dlStickyIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.dl-sticky-footer.is-closing{animation:dlStickyOut .22s ease forwards}
@keyframes dlStickyOut{to{opacity:0;transform:translateY(12px) scale(.96)}}
.dl-sticky-footer__card{position:relative;pointer-events:auto;display:inline-flex;align-items:center;gap:18px;max-width:min(760px,100%);background:rgba(11,32,70,.94);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);color:#fff;padding:10px 14px 10px 22px;border-radius:999px;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 48px -20px rgba(11,32,70,.55),0 6px 14px -6px rgba(11,32,70,.4)}
.dl-sticky-footer__close{display:none;position:absolute;top:6px;right:6px;width:24px;height:24px;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border:none;border-radius:8px;color:rgba(255,255,255,.7);cursor:pointer;padding:0;transition:background .15s,color .15s}
.dl-sticky-footer__close:hover{background:rgba(255,255,255,.16);color:#fff}
.dl-sticky-footer__close svg{width:12px;height:12px}
.dl-sticky-footer__mark{width:36px;height:36px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#84C341 0%,#6ea836 100%);color:#fff;border-radius:10px;box-shadow:0 4px 10px -3px rgba(132,195,65,.55),inset 0 1px 0 rgba(255,255,255,.25)}
.dl-sticky-footer__mark svg{width:18px;height:18px}
.dl-sticky-footer__copy{display:flex;flex-direction:column;line-height:1.25;min-width:0}
.dl-sticky-footer__copy strong{font-size:14.5px;font-weight:600;letter-spacing:-.01em;color: #fff;}
.dl-sticky-footer__copy span{font-size:12.5px;color:rgba(255,255,255,.65);font-weight:400}
.dl-sticky-footer__actions{display:flex;gap:8px;flex-shrink:0}
.dl-sticky-footer__btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:999px;font-size:13.5px;font-weight:600;text-decoration:none!important;transition:transform .18s ease,background .18s,color .18s,border-color .18s;white-space:nowrap;line-height:1}
.dl-sticky-footer__btn--primary{background:#84C341;color:#0B2046!important;border:1px solid #84C341}
.dl-sticky-footer__btn--primary:hover{background:#93d24f;border-color:#93d24f;color:#0B2046!important;transform:translateY(-1px)}
.dl-sticky-footer__btn--primary svg{transition:transform .18s ease}
.dl-sticky-footer__btn--primary:hover svg{transform:translateX(3px)}
.dl-sticky-footer__btn--ghost{background:transparent;color:rgba(255,255,255,.9)!important;border:1px solid rgba(255,255,255,.2)}
.dl-sticky-footer__btn--ghost:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.35);color:#fff!important}
.dl-sticky-footer__btn--ghost svg{color:#84C341}
@media (max-width:640px){
  /* Mobile: card becomes a 2-column grid — icon left, copy+actions stacked right.
     Right edge inset by ~78px to clear the chat widget bubble. */
  .dl-sticky-footer{left:0;right:0;bottom:12px;padding:0 12px 0 12px}
  #chat-widget-launcher{bottom:130px!important}
  .dl-sticky-footer__close{display:inline-flex}
  .dl-sticky-footer__card{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:12px;row-gap:10px;padding:12px 14px;border-radius:14px;width:100%;max-width:none;align-items:center}
  .dl-sticky-footer__mark{width:36px;height:36px;border-radius:9px;grid-row:1/span 2;align-self:center}
  .dl-sticky-footer__mark svg{width:17px;height:17px}
  .dl-sticky-footer__copy{grid-column:2;grid-row:1}
  .dl-sticky-footer__copy strong{font-size:13.5px;line-height:1.3}
  .dl-sticky-footer__copy span{font-size:11.5px;line-height:1.35;margin-top:1px}
  .dl-sticky-footer__actions{grid-column:2;grid-row:2;gap:6px}
  .dl-sticky-footer__btn{flex:1;justify-content:center;padding:8px 10px;font-size:12.5px;border-radius:9px}
}
@media (max-width:420px){
  .dl-sticky-footer__copy span{display:none}
}

html,body{min-height:100%}
body{display:flex;flex-direction:column;min-height:100vh;margin:0;box-sizing:border-box;background:#E6ECF1}
body>main,body>.main-sub-container{flex:1 0 auto;background:#fff}
body>footer{flex-shrink:0;padding-bottom:76px}
@media (min-width:641px){body>footer{padding-bottom:0}}

/* Mobile mega-menu: show the menu as a dropdown when toggled open. The extracted plugin
   CSS only HIDES it when closed but never displays it on open — this restores that. */
@media (max-width: 1026px) {
    #mega-menu-wrap-primary { position: relative; }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ #mega-menu-primary {
        display: block !important;
        position: absolute;
        top: 100%; left: 0; right: 0; width: 100%;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 12px 28px rgba(0,0,0,.16);
        max-height: 80vh; overflow-y: auto;
        padding: 6px 0;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ #mega-menu-primary > li.mega-menu-item {
        display: block !important; width: 100%; border-bottom: 1px solid #eef0f2;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        display: block; padding: 13px 20px; width: 100%;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ #mega-menu-primary li.mega-menu-item ul.mega-sub-menu {
        position: static !important; width: 100% !important; box-shadow: none; padding: 0 12px;
    }
}

/* Robust mobile menu: keyed on our own .dl-menu-open class (higher specificity than the
   plugin's display:none) so it can't be collapsed by the plugin's document-click handler. */
@media (max-width: 1026px) {
    #mega-menu-wrap-primary.dl-menu-open #mega-menu-primary {
        display: block !important; position: fixed; top: 62px; left: 0; right: 0; width: 100vw;
        background: #fff; z-index: 9999; box-shadow: 0 12px 28px rgba(0,0,0,.16);
        max-height: 80vh; overflow-y: auto; padding: 6px 0;
    }
    #mega-menu-wrap-primary.dl-menu-open #mega-menu-primary > li.mega-menu-item { display: block !important; width: 100%; border-bottom: 1px solid #eef0f2; }
    #mega-menu-wrap-primary.dl-menu-open #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { display: block; padding: 13px 20px; width: 100%; }
    #mega-menu-wrap-primary.dl-menu-open #mega-menu-primary li.mega-menu-item ul.mega-sub-menu { position: static !important; width: 100% !important; box-shadow: none; padding: 0 12px; display: block !important; }
}

/* Simple reliable mobile menu (#dl-mobile-nav). Hidden on desktop and by default;
   shown full-width below the header when .open (toggled by the hamburger JS). */
#dl-mobile-nav { display: none; }
@media (max-width: 1026px) {
    #dl-mobile-nav.open {
        display: block; position: fixed; left: 0; right: 0; top: 62px; width: 100vw;
        background: #fff; z-index: 99999; box-shadow: 0 12px 28px rgba(0,0,0,.18);
        max-height: 82vh; overflow-y: auto; padding: 6px 0 14px;
    }
    #dl-mobile-nav.open a {
        display: block; padding: 14px 24px; color: #00457c; text-decoration: none;
        font-size: 16px; font-weight: 500; border-bottom: 1px solid #eef0f2;
    }
    #dl-mobile-nav.open a:hover { background: #f3f7ed; color: #76a507; }
    #dl-mobile-nav.open .dl-mnav-group {
        padding: 12px 24px 6px; color: #9aa0a6; font-size: 12px; font-weight: 700;
        text-transform: uppercase; letter-spacing: .05em; background: #f7f9fa;
    }
    #dl-mobile-nav.open a.dl-mnav-cta {
        background: #8cbe1f; color: #fff; margin: 12px 16px 0; border-radius: 8px;
        text-align: center; border-bottom: none; font-weight: 700;
    }
    /* keep the broken plugin dropdown out of the way on mobile */
    #mega-menu-wrap-primary.dl-menu-open #mega-menu-primary { display: none !important; }
}

/* Mobile menu accordion (Features / Resources) — mirrors the desktop mega-menu. */
@media (max-width: 1026px) {
    #dl-mobile-nav.open .dl-mnav-head {
        display: flex; align-items: center; justify-content: space-between; width: 100%;
        padding: 14px 24px; background: none; border: 0; border-bottom: 1px solid #eef0f2;
        font-size: 16px; font-weight: 600; color: #00457c; cursor: pointer; text-align: left; font-family: inherit;
    }
    #dl-mobile-nav.open .dl-mnav-arrow {
        width: 8px; height: 8px; border-right: 2px solid #00457c; border-bottom: 2px solid #00457c;
        transform: rotate(45deg); transition: transform .2s ease; flex: none;
    }
    #dl-mobile-nav.open .dl-mnav-item.expanded .dl-mnav-arrow { transform: rotate(-135deg); }
    #dl-mobile-nav.open .dl-mnav-sub { display: none; background: #f7f9fa; }
    #dl-mobile-nav.open .dl-mnav-item.expanded .dl-mnav-sub { display: block; }
    #dl-mobile-nav.open .dl-mnav-sub a {
        display: block; padding: 12px 24px 12px 40px; color: #2b4a63; text-decoration: none;
        font-size: 15px; font-weight: 400; border-bottom: 1px solid #eef0f2;
    }
    #dl-mobile-nav.open .dl-mnav-link {
        display: block; padding: 14px 24px; color: #00457c; text-decoration: none;
        font-size: 16px; font-weight: 600; border-bottom: 1px solid #eef0f2;
    }
    #dl-mobile-nav.open a:hover { background: #f3f7ed; color: #76a507; }
    #dl-mobile-nav.open a.dl-mnav-cta {
        background: #8cbe1f; color: #fff; margin: 14px 16px 0; border-radius: 8px;
        text-align: center; border-bottom: 0; font-weight: 700; display: block; padding: 14px;
    }
}

/* Mobile menu — full-screen overlay matching the live design (logo + close header,
   grouped icon sub-items, Demo/Start Free buttons). */
@media (max-width: 1026px) {
    #dl-mobile-nav.open {
        top: 0 !important; height: 100vh; max-height: 100vh; padding: 0 0 24px; box-shadow: none;
    }
    body.dl-mnav-lock { overflow: hidden; }
    #dl-mobile-nav.open .dl-mnav-header {
        display: flex; align-items: center; justify-content: space-between;
        padding: 16px 20px; border-bottom: 1px solid #eef0f2; position: sticky; top: 0; background: #fff; z-index: 2;
    }
    #dl-mobile-nav.open .dl-mnav-logo { height: 30px; width: auto; }
    #dl-mobile-nav.open .dl-mnav-close {
        width: 38px; height: 38px; border: 1px solid #e0e0e0; border-radius: 8px;
        background: #fff; font-size: 22px; line-height: 1; color: #444; cursor: pointer;
    }
    #dl-mobile-nav.open .dl-mnav-grouphead {
        padding: 14px 24px 6px; color: #9aa0a6; font-size: 13px; font-weight: 600; border-bottom: 1px solid #eef0f2;
    }
    #dl-mobile-nav.open .dl-mnav-sub a { display: flex; align-items: center; gap: 12px; padding: 13px 24px; font-weight: 400; }
    #dl-mobile-nav.open .dl-mnav-ico { width: 22px; height: 22px; object-fit: contain; flex: none; }
    #dl-mobile-nav.open .dl-mnav-buttons { padding: 18px 16px 0; display: flex; flex-direction: column; gap: 12px; }
    #dl-mobile-nav.open .dl-mnav-btn-outline {
        display: block; text-align: center; padding: 12px; border: 1.5px solid #8cbe1f; border-radius: 8px;
        color: #76a507; font-weight: 700; text-decoration: none;
    }
    #dl-mobile-nav.open .dl-mnav-btn-solid {
        display: block; text-align: center; padding: 12px; background: #8cbe1f; border-radius: 8px;
        color: #fff; font-weight: 700; text-decoration: none;
    }
}

/* ──────────────────────────────────────────────────────────────────────────
   Inline content links — match the size/weight of the text they sit inside.
   A link inside a <p> renders at paragraph size; inside an <h2> at h2 size, etc.
   Applies the brand green, and inherits typography so links never look larger
   or bolder than their surrounding copy. Scoped to plain (unclassed) inline
   links inside body copy so buttons, nav, menus, cards and CTAs are untouched.
   ────────────────────────────────────────────────────────────────────────── */
p > a:not([class]),
li > a:not([class]),
h1 > a:not([class]),
h2 > a:not([class]),
h3 > a:not([class]),
h4 > a:not([class]),
h5 > a:not([class]),
h6 > a:not([class]),
p > a[class=""],
li > a[class=""] {
    color: #77a507;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    letter-spacing: inherit;
}
p > a:not([class]):hover,
li > a:not([class]):hover,
h1 > a:not([class]):hover,
h2 > a:not([class]):hover,
h3 > a:not([class]):hover,
h4 > a:not([class]):hover,
h5 > a:not([class]):hover,
h6 > a:not([class]):hover,
p > a[class=""]:hover,
li > a[class=""]:hover {
    color: #5f8406;
    text-decoration: underline;
}

/* =========================================================================
   Global: remove underline from ALL anchor tags across the entire site.
   Placed last in the last-loaded theme stylesheet + !important so it wins
   over the browser default and every earlier text-decoration:underline rule
   (including the p>a / li>a hover rule above). Covers all interaction states.
   ========================================================================= */
a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
}


/* ── bootstrap.min.css ── */
/*!
 * Bootstrap v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}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}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.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:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.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;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;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 screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;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{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;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}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.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:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .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{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.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:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-label::after{border-color:#80bdff}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;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 screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;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 screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.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")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.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")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.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}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (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:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.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:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.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}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float: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}.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}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.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}.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}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*# sourceMappingURL=bootstrap.min.css.map */

/* ── main.css ── */
﻿/*new sign up popup form styles*/
/*form#user-register-form-popup .form-group {
    text-align: left;
}
#user-register-form-popup label.error {
    color: red;
}
.form-group label.error {
    font-size: 13px;
    color: #e13c3c;
    position: relative;
    top: -7px;
    left: 1px;
}

.form-group label {
    margin-bottom: 0;
    position: relative;
    bottom: -3px;
}
.get-started-submit-button {
    display: inline-block;
    padding: 3px 20px;
    font-size: 20px !important;
    border-radius: 2px;
}
a.disabled-atag {
  pointer-events: none;
  cursor: default;
}
.banner-getstarted {
    position: relative;
}
label#set_new_domain_email-error {
    position: absolute;
    top: -28px;
}
img#loading-image {
    width: 20px;
    display: none;
    margin-left: 10px;
    margin-bottom: 4px;
}*/

/*new sign up popup form styles*/




.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px;
}

/*@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}*/

.nav-tabs-dropdown {
    display: block;
}
#nav-tabs-wrapper {
    display: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
}
.nav-tabs-horizontal {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.nav-tabs-horizontal  > li {
    float: none;
}
.nav-tabs-horizontal  > li + li {
    margin-left: 2px;
}
.nav-tabs-horizontal > li,
.nav-tabs-horizontal > li > a {
    background: transparent;
    width: 100%;
} 
.nav-tabs-horizontal  > li > a {
    border-radius: 4px;
}
.nav-tabs-horizontal  > li.active > a,
.nav-tabs-horizontal  > li.active > a:hover,
.nav-tabs-horizontal  > li.active > a:focus {
    color: #ffffff;
    background-color: #428bca;
}
.download-section-tab .fade:not(.show) {
     opacity: 1; 
}
form #popupform{ display:none; }
.main-sub-container .blog-container strong, .main-sub-container .blog-container strong b{
    font-weight: 900;
}
.captcha-image img{
  width: 100px;
}
.captcha-options{
  text-align: center !important;
  font-size: 0.85rem!important;
  font-weight: 400;
}


/*******Togggel button pricing *******/


.package_period_toggle_section{
	    width: 100%;
    height: auto;
    /* float: left; */
    display: inline-block;
    padding: 20px 0;
    margin-bottom: 0px;
}

.toggle_container{
	width:100%;
	height:auto;
	max-width:500px;
	 perspective: 800px;
   display: flex;
    justify-content: center;
    align-items: center;
        margin: auto;
    margin-bottom: 30px;
}
.toggle_container .toggle {
    position: relative;
    border: #ccc 3px solid;
    border-radius: 60px;
    transition: transform cubic-bezier(0, 0, 0.30, 2) .4s;
    transform-style: preserve-3d;
    perspective: 800px;
}

.toggle_container .toggle>input[type="radio"] {
    display: none;
}

.toggle_container .toggle>#choice1:checked~#flap1 {
    transform: rotateY(-180deg);
}

.toggle_container .toggle>#choice1:checked~#flap1>.content {
    transform: rotateY(-180deg);
}

.toggle_container .toggle>#choice2:checked~#flap1 {
    transform: rotateY(0deg);
}

.toggle_container .toggle>label {
    display: inline-block;
    min-width: 170px;
    padding: 0px;
    font-size: 20px;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.toggle_container .toggle>label,
.toggle_container .toggle>#flap1 {
    font-weight: bold;
    text-transform: capitalize;
	    position: relative;
    top: 3px;
}

.toggle_container .toggle>#flap1 {
    position: absolute;
    top: -2px;
    left: 50%;
    height: 50px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #77a507;
    border-top-right-radius: 60px;
    border-bottom-right-radius:60px;
    transform-style: preserve-3d;
    transform-origin: left;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) .5s;
}

.toggle_container .toggle>#flap1>.content {
    color: #fff;
    transition: transform 0s linear .25s;
    transform-style: preserve-3d;
	    position: relative;
    top: -2px;
}
.toggle_container input[type="radio"]:checked + label{color:transparent}

.hosted_section{
	padding-bottom:10px;
	display:none;
}
.cloud_section{
	padding-bottom:0px;
}
.hosted_form_section{
	width:100%;
	height:auto;
	float:left;
	padding:10px 40px;
	background-color:#fff;
	box-shadow:0px 0px 30px #ebebeb;
}
.hosted_form_section_head{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
.hosted_form_section_head h3{
		width:100%;
	height:auto;
	float:left;
	font-size: 24px;
}
.hosted_form_section form{
	width:100%;
	height:auto;
	float:left;
	margin-top:0px;
}
.hostd_sec_frm_row{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:20px;
	text-align:left;
}

.hsotd_sub_btn{
    float: left;
    border: none;
    padding: 6px 30px;
    border-radius: 50px;
    cursor: pointer;
    background: #77a507;
    color: #fff;
    margin-top: 10px;
    font-size: 1.2em;
}
.hsotd_sub_btn:hover{background-color:#28445a}
.hosted_featured_section{
	width:100%;
	height:auto;
	float:left;
	margin-top:20px
}
.hosted_featured_section h3{
	width:100%;
	height:auto;
	float:left;
	font-size:20px;
	margin-bottom:40px;
}
.hosted_featured_section .checklist{padding-left:0}
.hosted_featured_section .tip_trigger{position:absolute}
.hosted_featured_section .checklist li i{padding: 9px;padding-top:3px;}
.hosted_featured_section .checklist li{padding-left:0;list-style:none;display: inline-block;width: 100%;    margin-bottom: 11px;}
.hosted_featured_section .tip_trigger{
	 width: 31px;
    height: 31px;
    border-radius: 20px;
	padding-left: 3px;
}

.hstd_feature_row{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:30px;
	 margin-top: 40px;
}
.hstd_feature_box{
	width:100%;
	height:auto;
	float:left;
	padding:10px 30px;
	margin-bottom:20px
}
.hstd_feature_box_ico{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
.hstd_feature_box_ico img{max-width:50px}
.hstd_feature_box_hd{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	font-size: 16px;
	color:#28445a;
	    line-height: 26px;
}
.emplyee_mntr_1{
		width:100%;
	height:auto;
	float:left;
	text-align:center;
	padding:10px;
}

.hst_why_choose_sec{
	width:100%;
	height:auto;
	float:left;
	padding:20px 0; 
	margin-bottom:50px
}
.hst_why_choose_sec_head{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	font-size: 30px;
	margin-bottom:40px
}
.hst_why_choose_sec_head h5{
	text-align:center;
	font-size: 30px;
}

.hst_why_choose_sec_box{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	border-radius:5px;
	border:solid 1px #e5e5e5;
	padding:20px 10px;
	margin-bottom:15px;
}
.pricing-latest .row{
	width:100%;
}

.desk_on_prms_harfreq_right{
	align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.desk_on_prms_harfreq_right .hst_why_choose_sec_head{margin-bottom:20px}
.desk_on_prms_harfreq_right .hst_why_choose_sec_head h5{
	text-align:left;
		    font-size: 30px;
}
.desk_on_prms_harfreq_right .hst_why_choose_sec_head p{
  font-size: 18px;
	text-align:left;
}
.hst_why_choose_sec_head p{
  font-size: 18px;
}
.on_prms_hardware_sec{
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
}
.on_prms_hardware_sec_row h5{
	width:100%;
	height:auto;
	float:left;
	font-size: 18px;
    color: #28445a;
    line-height: 26px;
    font-weight: bold;
}
.on_prms_hardware_sec_row li{
	width:100%;
	height:auto;
	float:left;
	font-size: 16px;
    color: #555;
    line-height: 28px;
	list-style:disc;
}
.on_prms_hardware_sec_row{
		width:100%;
	height:auto;
	float:left;
	margin-bottom:15px;
}
.on_prms_hardware_sec_row p{
	width:100%;
	height:auto;
	float:left;
	font-size: 16px;
    color: #555;
    line-height: 25px;
}

.on_prms button.accordion {
  width: 100%;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    border-top: 0 solid #E1E1E1;
  outline: none;
  text-align: left;
  padding: 10px 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.on_prms button.accordion:first-child{
    border-top: 1px solid #E1E1E1 !important; 
}


.on_prms button.accordion:after {
  font-family: FontAwesome;
  content: "\f107";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
}

.on_prms button.accordion.is-open:after {
  content: "\f106";
}

.on_prms button.accordion:hover,
.on_prms button.accordion.is-open {
  background-color: #f9ffea;
}

.on_prms .accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.pricing-faq-section{margin-top:60px;}
.hst_licence_img{
	width:100%;
	height:auto;
	float:left;
}
.hst_licence_img img{max-width:100%}
.hosted_form_section_head h3{
	    text-align: left;
    margin-top: 10px;
}
.hosted_form_section_head p{text-align:left;font-size:15px;}
.hst_why_choose_sec_box_ico{
	width:100%;
	height:auto;
	margin-bottom:15px;
	text-align:center;
}
.hst_why_choose_sec_box_ico img{max-width:80px}
.qoute_message textarea{height:120px}
.hosted_section .pricing-new-head h1{text-align:left !important}
.hosted_section .pricing-new-head p{text-align:left !important}
.hosted_section .form-group{    margin-bottom: 6px;}
#cookie-notice {z-index:7;left:0;right:0;margin:auto;}
.onloadoffer{width:auto}
#cookie-notice .cookie-notice-container{
	display: block;
    position: fixed;
    bottom: 20px;
    z-index: 9;
    background-color: #002d50;
    max-width: 600px;
    width: 100%;
    padding-bottom: 20px !important;
    left: 0;
    right: 0;
    margin: auto;
}
.cn-close-icon{right: 10px;  top: 15px;}

.whatspp_float_ico {
    width: 60px;
    height: 60px;
    position: fixed;
    left: 20px;
    bottom: 60px;
    z-index:1;
}
.whatspp_float_ico img{width:100%}
.support_float_ico {
    width: 60px;
    height: 60px;
    position: fixed;
    left: 100px;
    bottom: 60px;
    z-index: 1;
}
.support_float_ico img{width:100%}
.new_tab_ftr{
    width: 40px;
    height: auto;
    position: absolute;
  	right: 60px;
    top: -3px;
}
.new_tab_ftr img{width: 100%;}
.employee_monitor_banner{
    background: url(/theme/uploads/2022/07/employee-monitoring.jpg) no-repeat !important;
    background-size: cover !important; 

}




@media screen and (max-width: 769px) {
	.hosted_form_section{padding:10px}
}


/**************** New Theme ***********************/
h2.resp-accordion{font-family: inherit !important;font-size: 17px !important;}
.resp-easy-accordion .resp-tab-content p{margin: 0;}
#cssmenu .current-menu-item a{color: #fff !important;}
h2.resp-tab-active{color: #5e8300 !important;}
.front_page_new_thm{position: relative;}
.faq_full{display: inline-block; width: 100%;}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a.active{background-color: transparent !important;color: #5e8300 !important;}
#cssmenu ul ul li a{background-color: transparent !important;color: #242424 !important;font-size: 16px !important;border: 0 !important;}
#cssmenu ul ul{background-color: #fff ;box-shadow: 0px 0px 10px #e5e5e5;padding: 2px;padding-bottom: 10px;}
#cssmenu > ul > li > a{font-family: 'Inter', 'Inter Fallback', sans-serif;color: #000 !important;    font-size: 17px !important;}
.shrink .logo-area{background-color: #fff !important;}
.front_page_new_thm h1,.front_page_new_thm h2,.front_page_new_thm h3,.front_page_new_thm h4,.front_page_new_thm h5{
    font-family: 'Inter', 'Inter Fallback', sans-serif;

}
.front_page_new_thm p{
    font-family: 'Inter', 'Inter Fallback', sans-serif;
}
.logo-area {background-color: transparent !important;}
#cssmenu>ul>li:last-child>a:before {
    content: "\f105" !important;
    right: 15px !important;
    top: 8px !important;
}
.home-slider{position: relative;overflow: hidden;padding-bottom: 0;}
.banner_bg_svg{
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: auto;
}
.new_banner_section{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-top: 50px;
    min-height: 53vh;
}
#sub{font-size: 22px;
/*     font-weight: 600; */
    color: #000000;}
.banner_lft_sec{
    width: 100%;
    height: auto;
    float: left;    
}
.banner_lft_sec h1{
    width: 100%;
    height: auto;
    float: left;  
    color: #00487a;
    text-align: left;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Inter', 'Inter Fallback', sans-serif;
}
.banner_lft_sec h1 strong{
	 font-size: 23px;
    font-weight: bold;
    letter-spacing: 0px;
}
.banner_lft_sec h1 span{
    color: #343434;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
}

.banner_lft_sec p{
    width: 100%;
    height: auto;
    float: left; 
    color: #000;
    font-size: 18px; 
    text-align: left;
    letter-spacing: 1px;
    line-height: 33px;

}
/* .banner_lft_sec p a{
    color: #004073;
    font-family: 'Inter', 'Inter Fallback', sans-serif;
    font-size: 19px;
} */
.banner_lft_get_start_txtbox {
    width: 90%;
    height: auto;
    float: left; 
    border-radius: 50px;
    padding: 10px;
    position: relative;
    height: auto;
	  padding-left: 0;
}
.get-start-sec {float:left;margin-bottom: 12px;}
.button-sec{background: #FFFFFF;
box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.07);
border-radius: 30px;
	  height: 65px;
}
.sign-up-button{margin-top:30px;}
.banner_lft_get_start_txtbox h3{
  font-size: 22px;
  margin: auto;
  padding: 6px;
  color: #00487a;
  text-align: left!important;
  margin-left: 33px;
  display: contents;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  font-weight: 500;
}
.banner_get_start_input{
    width: 100%;
    height: 100%;
    float: left;
    background-color: transparent;
    border: 0;
    padding-left: 10px;
    padding-right: 150px;
    outline: none;
	border-radius:30px;
}
#start-trial-form{margin-top:13px}
.get_start_btn{
    width: auto;
    position: absolute;
    right: 7px;
    top: 8px;
    background: #77a507;
    box-shadow: 5px 5px 14px rgba(119, 165, 7, 0.3);
    border-radius: 50px;
    padding: 8px 20px;
    color: #fff;
    transition: 0.2s ease;
    border: 0;
	font-size:18px;
}
.get_start_btn:hover{
    background-color: #5e8300;
    color: #fff;
    right: 15px;;
}
.try_40dys_txt{
    margin-top: 20px;    
}
.banner_right_img_sc{
    width: 120%;
    height: auto;
    float: left;
    margin-top: -60px;
    position: relative;
}
.banner_right_img_sc img{width: 100%;}
#cssmenu>ul>li:last-child>a{
    border-radius: 30px !important;
    width: 130px !important;
    padding: 12px 30px 12px 16px !important;
    color: #fff !important;
    background: #00487a !important;
}
#cssmenu>ul>li:last-child>a:hover{background-color: #5e8300 !important;}
.trusted_partner_section{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    top: -50px;
    margin-bottom: 30px;
    

}
.trustd_partnr_logo{
    width: 100%;
    height: auto;
    float: left; 
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
}
.trustd_partnr_logo_bx{
    width: auto;
    float: left;
}
.trusted_partner_txt{
    width: 100%;
    float: left;
    position: relative;
    padding: 0 10px;
    color: #2C2C2C;
    font-family: 'Inter', 'Inter Fallback', sans-serif;

}
.trusted_partner_txt::before{
    position: absolute;
    right: 0;
    top: 14px;
    width: 70%;
    height: 1px;
    content: '';
    border-bottom: dashed 1px #ccc;
}

.menu_demo_btn {
    color: #fff !important;
    background: #77a507;
    position: relative !important;
    transition: all .25s ease;
    border-radius: 30px !important;
    width: 110px !important;
    padding: 0px 30px 0px 6px !important;
    display: inline-block !important;
    transition: 0.2s ease;
}
.menu_demo_btn:hover{background-color: #5e8300 !important;color: #fff !important}
#menu-top-menu .menu_demo_btn a{color: #fff !important;background-color: transparent !important;}
#menu-top-menu .menu_demo_btn a:hover{color: #fff !important}
#menu-top-menu .menu_demo_btn:hover a{color: #fff !important}
.menu_demo_btn a:before{
    content: "\f105" !important;
    right: -15px !important;
    top: 8px !important;
    font-family: FontAwesome;
    position: absolute;
    font-size: 22px;
}
.shrink #cssmenu > ul > li > a{padding-top: 12px !important;padding-bottom: 12px !important;}

.enhance_team_productivity_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 100px 0;
    margin: 40px 0;
    position: relative;
    background-color: #00487a;
}
.enhance_team_productivity_sec:after{
	width:100%;
	height:80px;
	position:absolute;
	left:0;
	top:0;
	content:'';
	/* removed missing asset: reltime_prodtivty_shape.png */
	background-size:cover;
}
.enhance_team_productivity_sec:before{
	width:100%;
	height:80px;
	position:absolute;
	left:0;
	bottom:0;
	transform:rotate(180deg);
	content:'';
	/* removed missing asset: reltime_prodtivty_shape.png */
	background-size:cover;
}

.enhance_team_prdvt_head{
    width: 100%;
    height: auto;
    float: left; 
    text-align: center;

}
.enhance_team_prdvt_head h2{
    width: 100%;
    height: auto;
    float: left;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #3a3a3a;
}
.enhance_team_prdvt_head h2 span{
    width: 100%;
    height: auto;
    float: left;
    font-size:35px;
    color: #77a507;
    font-family: 'Inter', 'Inter Fallback', sans-serif;
}
.enhance_team_prdvt_head h3{
  width: 100%;
  height: auto;
  float: left;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #3a3a3a;
}
.enhance_team_prdvt_head h3 span{
  width: 100%;
  height: auto;
  float: left;
  font-size:35px;
  color: #77a507;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
}
.enhance_team_prdvt_head h4{
  width: 100%;
  height: auto;
  float: left;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #3a3a3a;
}
.enhance_team_prdvt_head h4 span{
  width: 100%;
  height: auto;
  float: left;
  font-size:35px;
  color: #77a507;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
}
.enhance_team_prdvt_head p{
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: auto;
    margin-top: 20px;
    color: #565555;
    font-size: 19px;
    line-height: 33px;
}
.enhance_tm_right_shape{
    position: absolute;
    right: 0;
    top: 10%;
    z-index: -1;
}
.top_team_enhance_blue .enhance_team_prdvt_head h2{color:#fff}
.top_team_enhance_blue .enhance_team_prdvt_head p{color:#fff}
.enhance_team_prdvt_cnt{
    width: 100%;
    height: auto;
    float: left;
    margin-top:20px;
}
.enhance_team_lft_sec_row{
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    margin-bottom: 20px;
}
.enhance_team_lft_sec_img{
    width: 90px;
    height: 90px;
    float: left;
    background-repeat: no-repeat;
    /* removed missing asset: desklog_icons.png */

}
.enhance_tm_lft_img1{
    background-position: -40px -35px;
}
.enhance_tm_lft_img2{
    background-position: -220px -30px;
}
.enhance_tm_lft_img3{
  background-position: -338px -32px;
}

.project_time_track_cnt .enhance_team_lft_sec_img{
  float: left;
  background-repeat: no-repeat;
  /* removed missing asset: icons_prj_2.png */
  width: 50px;
  height: 50px;

}
.project_time_Track_ico1{
  background-size: 251px;
  background-position: -3px -5px;
}
.project_time_Track_ico2{
  background-size: 251px;
  background-position:-76px -5px;
}
.project_time_Track_ico3{
  background-size: 251px;
  background-position:-145px -5px;
}
.project_time_Track_ico4{
  background-size: 291px;
  background-position: -237px -5px;
}




.enhance_team_lft_sec_txt{
    width: 100%;
    height: auto;
    float: left;
}
.enhance_team_lft_sec_txt h4{
    width: 100%;
    height: auto;
    float: left;
    color: #fff;
    font-size: 30px;
    font-family: 'Inter', 'Inter Fallback', sans-serif;
    margin-bottom: 0px;
}
.enhance_team_lft_sec_txt p{
    height: auto;
    float: left;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
}
.enhance_team_right_img{
    width: 100%;
    height: auto;
    float: left;
}
.enhance_team_right_img img{width: 100%;}


.project_time_track_cnt .enhance_team_lft_sec_row h4{
  font-size: 22px;
}
.project_time_track_cnt .enhance_team_lft_sec_row{
  align-items: center;
  grid-template-columns: 60px 1fr;

}


.desklog_feature_sec{
    width: 100%;
    height: auto;
    float: left;
}
.desklog_feature_box{
    width: 100%;
    height: auto;
    float: left;
    padding:15px 10px;
    background: #FFFFFF;
    box-shadow:-2px 2px 24px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    position: relative;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 10px;
    transition: 0.2s ease;
    padding-right: 25px;
    margin-bottom: 20px;
	  align-items: center;
}
.desklog_feature_box:hover{transform: translateY(-5px);box-shadow: -2px 30px 44px rgb(0 0 0 / 12%);}
.desklog_feature_box::before{
    width: 3px;
    height: 50%;
    border-left: 3px solid rgba(0, 64, 115, 0.3);
    content: '';
    position: absolute;
    left: 0;
    top: 25%;
}

.desklog_feature_box:after{
    width: 20px;
    position: absolute;
    right: 0px;
    content: "\f105" !important;
    font-family: FontAwesome;
    top: 30%;
    color: #242424;
}
.desklog_feature_box_img{
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url("/theme/uploads/2023/03/icons-homepage.png");
    display: flex;
    align-items: center;
    justify-content: center;
}
.ftr_box_img1{
    background-position: -50px -147px;
}
.ftr_box_img2{
    background-position: -116px -147px;
}
.ftr_box_img-time{background-position: -763px -148px;}
.ftr_box_img-web{background-position: -716px -148px;}
.ftr_box_img-offline{background-position: -815px -148px;}
.ftr_box_time-req{background-position: -861px -147px;}
.ftr_box_img3{
    background-position: -178px -147px;
    opacity: 0.7;
}
.ftr_box_img4{
    background-position: -235px -147px;
    opacity: 0.6;
}
.ftr_box_img5{
    background-position: -295px -148px;
}
.ftr_box_img6{
    background-position: -353px -147px;
}
.ftr_box_img7{
    background-position: -403px -147px;
}
.ftr_box_img8{
    background-position: -454px -147px;
}
.ftr_box_img9{
  background-position: -514px -147px;
  opacity: 0.6;
}
.ftr_box_img10{
  background-position: -562px -147px;
  opacity: 0.8;
}
.ftr_box_img11{
  background-position: -612px -147px;
  opacity: 0.8;
}
.ftr_box_img12{
  background-position: -666px -147px;
  opacity: 0.8;
}

.desklog_feature_box h5{
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    color: #3a3a3a; 
    font-family: 'Inter', 'Inter Fallback', sans-serif; 
    margin: 0;
}

.feature_cta_btn{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
    text-align: center;
}
.feature_cta_btn p{
    width: 100%;
    height: auto;
    float: left;
}
.feature_cta_button{
    width: auto;
    display: inline-block;
    padding: 10px 40px ;
    background-color: #004073;
    color: #fff;
    position: relative;
    font-size: 17px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 100;
    transition: 0.2s ease;
}
.feature_cta_button i{position: relative;right: -10px;}
.feature_cta_button:hover{background-color: #77a507;}
.time_attendence_tracking_section{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0; 
    position: relative;
    min-height: 670px;
    overflow: hidden;
}
.automated_time_attendence_sec{
    position: absolute;
    z-index: -1;
    top: -20px;
    width: 110%;
    left: -2%;
}

.automated_time_attendence_lft_sec{
    width: 100%;
    height: auto;
    float: left;
}
.automated_time_attendence_lft_sec h2{
    width: 100%;
    height: auto;
    float: left;
    font-size: 35px;
    color: #3a3a3a;
    margin-bottom: 10px;
}
.automated_time_attendence_lft_sec h2 span{
    color: #77a407;
    font-family: 'Inter', 'Inter Fallback', sans-serif;
    font-size: 35px;
}
.automated_time_attendence_lft_sec h3{
  width: 100%;
  height: auto;
  float: left;
  font-size: 35px;
  color: #3a3a3a;
  margin-bottom: 10px;
}
.automated_time_attendence_lft_sec h3 span{
  color: #77a507;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  font-size: 35px;
}
.automated_time_attendence_lft_sec p{
    width: 100%;
    height: auto;
    float: left;
    font-size:17px;
    color: #111111;  
    margin-bottom: 10px;
    line-height: 33px;
}
.automated_time_attendence_lft_sec a{
    font-size:19px;
    color: #00487a;  
}

.automated_time_attendence_right_img{
    width: 100%;
    height: auto;
    float: left;
}
.automated_time_attendence_right_img img{width: 100%;}
.contant_btn_ftr_sec{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}
.contant_btn_ftr_box{
    width: 100%;
    height: auto;
    float: left; 
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 10px;
    margin-bottom: 10px;
}
.contant_btn_ftr_box_ico{
    width: 30px;
    height: 30px !important;
    background-color: #77a507;
    height: auto;
    float: left;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 10px 11px 23px rgba(0, 0, 0, 0.25);
}
.contant_btn_ftr_box_cnt{
    width: 100%;
    height: auto;
    float: left;
    color: #000000;
}
.contant_btn_ftr_box_cnt p{font-size: 17px;}

.screensot_snapshot_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0; 
    position: relative;
}
.screensot_snapshot_sec .contact_cta_btn_2 {
    margin-top: 50px;
}

.screensot_snapshot_img_sec{
    width: 100%;
    height: auto;
    display: inline-block;
}
.screensot_snapshot_img_sec img{width: 100%;}
.contact_cta_btn_2{
    width: 100%;
    max-width: 700px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 14px 54px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_cta_btn_2 strong{
    width: auto;
    float: left;
    font-size: 20px;
    color: #000;
    font-weight: normal;
}
.contact_cta_btn_2_btn{
    width: auto;
    display: inline-block;
    padding: 10px 40px;
    min-width: 223px;
    height: 55px;
    background-color: #00487a;
    color: #fff;
    position: relative;
    font-size: 17px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 100;
    transition: 0.2s ease;
}
.contact_cta_btn_2_btn i {
    position: relative;
    right: -10px;
}
.contact_cta_btn_2_btn:hover{background-color: #77a507;}

.appurl_tracking_sec{
    width: 100%;
    display: inline-block;
    padding: 40px 0;
    position: relative;
}

.appurl_tracking_lft_sc{
    width: 100%;
    height: auto;
    float: left;
}
.appurl_tracking_lft_sc img{width: 100%;padding:20px}
.appurl_bg_curve{
    width: auto;
    position: absolute;
    right: 0;
    top:-380px;
    z-index: -1;
}

.integrated_project_box_sec{
    width: 100%;
    display: inline-block;
    padding: 40px 0;
    position: relative;
}


.billing_invoice_sc{
  width: 100%;
  display: inline-block;
  padding: 40px 0;
  position: relative;
}

.billing_invoice_svg{
  width: auto;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: -1;
  transform: rotateY(185deg);
}


.integrated_project_box_sc{
    width: 100%;
    height: auto;
    float: left;
    background-color: #F1FCF3;
    padding: 20px;
    border-radius: 40px;
}
.view_all_ftr_btn{
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    height: 55px;
    background-color: #004073;
    color: #fff !important;
    position: relative;
    font-size: 17px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 100;
    transition: 0.2s ease;
}
.view_all_ftr_btn i{position: relative;right: -5px;}
.view_all_ftr_btn:hover{background-color: #77a507;color: #fff;}

.integrated_project_btm_ftrs{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px; 
    display: flex;
    padding: 0 20px;
    flex-wrap: wrap; 
}
.integrated_project_btm_ftrs .col-md-3{max-width: 100%;}
.integrated_project_btm_box{
    width: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.56);
    box-shadow: 10px 8px 34px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 10px;
    align-items: center;
    padding: 10px;
    height: 85%;
}
.integrated_project_btm_box_ico{
    width: 40px;
    height: 40px;
    /* removed missing asset: desklog_icons.png */
    float: left;
    background-size: 700px;
}
.pmt_ftr_ico1{
    background-position: 645px 233px;
}
.pmt_ftr_ico2{
    background-position: 569px 233px;
}
.pmt_ftr_ico3{
  background-position: 452px 220px;
  background-size: 644px;
}
.pmt_ftr_ico4{
  background-position: 406px 235px;
  background-size: 691px;
}
.pmt_ftr_ico5{
  background-position:648px 104px;
}
.pmt_ftr_ico6{
  background-position: 558px 102px;
  background-size: 676px;
}
.pmt_ftr_ico7{
  background-position: 510px 107px;
  background-size: 704px;
}
.pmt_ftr_ico8{
  background-position: 461px 107px;
  background-size: 704px;
}


.integrated_project_btm_box_txt{
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    color: #000;
    font-family: 'Inter', 'Inter Fallback', sans-serif;
}

.third_party_integration{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
    
}
.third_part_bxs{gap: 20px;}
.thid_prty_bx{
    width: 120px;
    height: auto;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    position: relative;
}   
.thid_prty_bx_txt{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding-bottom: 5px;
}
.thid_prty_bx_ico{
    width: 40px;
    height: 40px;
    display: inline-block;
    /* removed missing asset: desklog_icons.png */
    background-size: 700px;
    margin-bottom: 0px;
}
.thid_prty_ico_1{
    background-position: 318px 234px;
}
.thid_prty_ico_2{
    background-position: 248px 234px;
}
.thid_prty_ico_3{
    background-position: 177px 234px;
}
.thid_prty_ico_4{
    background-position: 118px 234px;
}
.thid_prty_ico_5{
    background-position: 58px 234px;
}
.third_part_select{
    width: 18px;
    height: 18px;
    border: solid 1px #e5e5e5;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}

.third_part_btm_get_start_btn_row{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 50px;
    text-align: center;
}
.third_part_btm_get_start_btn{
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    height: 55px;
    background-color: #004073;
    color: #fff !important;
    position: relative;
    font-size: 17px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 100;
    transition: 0.2s ease;
}
.third_part_btm_get_start_btn:hover{
    background-color: #77a507;
    color: #fff;
}
.third_part_btm_get_start_btn i {
    position: relative;
    right: -5px;
}
.disabled{
    pointer-events: none;
    background-color: #ccc;
}
.faq_section_hm{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
	padding-top:0;
    position: relative;
}

.faq_section_right_obj{
    position: absolute;
    right: 0;
    top: -160px;
    z-index: -1;
    display: none;
}
.enhance_team_prdvt_cnt_sc{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.faq-heading {
    font-weight: 600;
    font-size: 19px;
     -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  .faq-text {
    font-weight: 400;
    color: #000;
    width:95%;
    padding-left:20px;
    margin-bottom:30px;
  }
  
  .faq {
    width: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;
  }
  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top:1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #E1E1E1;
  }
  
  .faq input[type="checkbox"] {
    display: none;
  }
  
  .faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid rgba(0, 0, 0, 0.33);
    border-right: 2px solid rgba(0, 0, 0, 0.33);
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
   .faq input[type="checkbox"]:checked + label > .faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
   .faq input[type="checkbox"]:checked + label {
    display: block;
    background: rgba(255,255,255,255) !important;
    color: #4f7351;
    height: 225px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
   .faq input[type='checkbox']:not(:checked) + label {
    display: block;
    transition: height 0.8s;
    height: 60px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
.view-more-btn{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
	text-align: left;
  }
.view-more-btn a{
      width: auto;
    display: inline-block;
    padding: 7px 17px;
    height: 50px;
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(186, 186, 186, 0.44);
    box-shadow: 5px 5px 14px rgba(170, 170, 170, 0.3);
    color: #232323;
    position: relative;
    font-size: 17px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 100;
    transition: 0.2s ease;
    margin-top: 20px;
}
.view-more-btn a:hover{
    background-color: #77a507;
    color: #fff;
}
  .view_all_faq_btn{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
    text-align: center;
  }
.view_all_faq_btn a{
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    height: 55px;
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(186, 186, 186, 0.44);
    box-shadow: 5px 5px 14px rgba(170, 170, 170, 0.3);
    color: #232323;
    position: relative;
    font-size: 17px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 100;
    transition: 0.2s ease;
    margin-top: 10px;
}
.view_all_faq_btn a:hover{
    background-color: #77a507;
    color: #fff;
}

.privacy_data_security_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.privacy_data_security_btm_objct{
    position: absolute;
    left: -70px;
    width: 107%;
}
.privacy_data_security_box{
    width: 100%;
    height: auto;
    float: left;
    padding: 30px;
    background: #FFFFFF;
    border: 1px dashed #D1D1D1;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    min-height: 400px;
    position: relative;
    z-index: 9;
}
.privacy_data_security_lft_sec{
    width: 100%;
    height: auto;
    float: left; 
}
.privacy_data_security_lft_sec h3{
    width: 100%;
    height: auto;
    float: left; 
    font-size: 35px;
    color: #3a3a3a;
    font-style: normal;
}
.privacy_data_security_lft_sec h3 span{color: #77a507;width: 100%;float: left;}
.privacy_data_security_lft_sec p{
    width: 100%;
    height: auto;
    float: left; 
    color: #111111;
    line-height: 35px; 
}
.privacy_data_security_right_sec{
    width: 100%;
    height: auto;
    float: left; 
}
.privacy_data_security_right_img{
    width: 300px;
    height: auto;
    float: left;
    margin-top: 10px;
    position: relative;
}
.privacy_data_security_right_img img{width: auto;}
.privacy_data_security_right_img_txt{
    width: 230px;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 10px;
    position: absolute;

}
.sec_ftr_1{right: -170px;top: -5px;}
.sec_ftr_2{right: -250px;top: 25%;}
.sec_ftr_3{right: -250px;top: 61%;}
.sec_ftr_4{right: -170px;top: 90%;}
.privacy_data_security_right_img_txt_ico{
    width: 40px;
    height: 40px;
    float: left;
    /* removed missing asset: desklog_icons.png */
    background-size: 600px;
    position: relative;
    top: 3px;
}
.privacy_data_security_right_img_txt_cnt{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #111111;
}

.sec_ico_1{
    background-position:1154px 146px;
}
.sec_ico_2{
    background-position:1087px 146px;
}
.sec_ico_3{
    background-position:1017px 146px;
}
.sec_ico_4{
    background-position:954px 146px;
}
.desklog_main_keyword_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 40px 0;
    padding-bottom: 0px;
    position: relative;
}

.desklog_main_keyword_sec .explore_ftr_view_ft{
  display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.desklog_main_keyword_cnt_sc{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

.desklog_main_keyword_img{
    width: 750px;
    height: auto;
    display: inline-block;
    border: 15px solid #FFFFFF;
    filter:drop-shadow(10px 14px 34px rgba(101, 103, 72, 0.35));
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
}
.desklog_main_keyword_img img{width: 100%;}
.desklog_main_keyword_img .owl-dots{display: none;}
.desklog_main_ftr_img1{
    width: 250px;
    height: 100px;
    position: absolute;
    left: -150px;
    top: 10%;
    z-index: 9;
    animation: hero-thumb-animation1 4s linear infinite alternate;
}
.testimonial .testimonial-content::after{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    bottom: -20px;
    /* removed missing asset: quote_img.png */
    content: '';
    background-size: 100%;
}
@keyframes hero-thumb-animation1 {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.desklog_main_ftr_img2{
    width: 150px;
    height: 100px;
    position: absolute;
    left: -70px;
    bottom: 5%;
    z-index: 9;
    animation: hero-thumb-animation2 4s linear infinite alternate;
}
@keyframes hero-thumb-animation2 {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.desklog_main_ftr_img3{
    height: 130px;
    position: absolute;
    right: -150px;
    top: 15%;
    z-index: 9;
    animation: hero-thumb-animation3 4s linear infinite alternate;

}
@keyframes hero-thumb-animation3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.desklog_main_ftr_img4{
    width: 150px;
    height: 100px;
    position: absolute;
    right: -100px;
    bottom: 15%;
    z-index: 9;
    animation: hero-thumb-animation4 4s linear infinite alternate;

}
@keyframes hero-thumb-animation4 {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.line_lft{
    position: absolute;
    width: 30px;
    height: 80px;
    left: -2px;
    right: 0;
    margin: auto;
    top: -30px;
    z-index: -1;

}


.line_right{
    position: absolute;
    width: 30px;
    height: 80px;
    right: 105px;
    margin: auto;
    bottom: -100px;
    z-index: -1;
}

.desklog_main_keyword_obj_1{
    position: absolute;
    width: 76px;
    height: 76px;
    left: 0;
    top: 5%;
    background: #77a507;
    opacity: 0.1;
    border-radius: 50%;
    animation: award-sec-obgct1 4s linear infinite alternate;

}
@keyframes award-sec-obgct1 {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.desklog_main_keyword_obj_2{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    bottom: 5%;
    border-radius: 50%;
    animation: award-sec-obgct2 4s  linear infinite;
}
@keyframes award-sec-obgct2 {
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
.desklog_main_keyword_obj_3{
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0;
    top: 8%;
    border-radius: 50%;
    animation: award-sec-obgct2 4s  linear infinite;

}
@keyframes award-sec-obgct3 {
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
.desklog_main_keyword_obj_4{
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0;
    opacity: 0.1;
    bottom: 5%;
    border-radius: 50%;
    border: solid 5px #77a507;
    animation: award-sec-obgct1 4s linear infinite alternate;

}
@keyframes award-sec-obgct4 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.testimonial h3{
    font-size: 35px !important;
    font-family: 'Inter', 'Inter Fallback', sans-serif;
    font-weight: bold !important;
    color: #444444 !important;
}
.testimonial .owl-carousel .owl-stage{display: flex;}
.testimonial .owl-carousel.owl-drag .owl-item{display: flex;}
.testimonial .owl-carousel.owl-drag .item{
/* 	height: 100%;    */
	padding-left: 5px;
    padding-right:5px;}

.testimonial .testimonial-content{
    background: #FFFFFF;
    box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    height: 80% !important;
    margin: 35px 10px;
    margin-top: 30px;
    padding-left: 60px;
    padding-top: 30px;
    position: relative;
}
.testimonial .testimonial-content p{
    color: #111111;
    font-size: 17px;
    line-height: 33px;
}
.author-details{text-align: left;}
.author-details h4{font-family: 'Inter', 'Inter Fallback', sans-serif;font-size: 22px;}
.author-details h5{font-family: 'Inter', 'Inter Fallback', sans-serif;font-size:15px;color: #7a7a7a;}
.testimonial .author-image {
    background: transparent;
    width: 90px;
    height: 90px;
    padding: 10px;
    position: absolute;
    left: -30px;
    top: -30px;
}
.testimonial .author-image img{background-color: #fff;}

.awards_list_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
    position: relative;
}
.awards_header_cnt{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}
.awards_header_cnt h5{
    font-size: 35px;
    font-family: 'Inter', 'Inter Fallback', sans-serif;
    font-weight: bold;

}

.awards_header_cnt_scrl{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}
.award_lst_box{
    width: 100%;
    height: auto;
    float: left; 
    text-align: center;
}
.award_lst_box img{max-width: 140px;display: inline-block !important;}
.getstarted-section{
    background-image: none !important;
    width: 100%;
    display: inline-block;
}
.getstarted-capt{
    width: 100%;
    padding: 60px 40px;
    background-color: #00487a;
    background-image: url(../images/get-start-patern.png);
    background-size: cover;
    border-radius: 30px;
    text-align: left;
    position: relative;
}
.getstarted-section .getstarted-form{text-align: left;}
.getstarted-section .get-started-submit{
    border-radius: 30px;
    background: #77a507;
box-shadow: 5px 5px 14px rgba(119, 165, 7, 0.3);
    margin-bottom: 20px;
    position: relative;
    padding-right: 50px;
}
.getstarted-section .get-started-submit:hover{
    background: #628a05;
}
.getstarted-section .getstarted-capt h2{font-size: 35px;}
.getstarted-section .getstarted-capt h4{font-size: 35px;}
.getstarted-capt h3{
    font-family: 'Inter', 'Inter Fallback', sans-serif;
}
.getstarted-section .get-started-submit:before {
    content: "\f105" !important;
    right: 20px;
    top: 2px !important;
    font-family: FontAwesome;
    position: absolute;
    font-size: 22px;
}
.getstarted-section-desklog-demo{
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
}
.getstarted-section-desklog-demo img{max-width: 70%;}

.get_start_obj{
    position: absolute;
    right: 10%;
    top: -1px;
}
footer{
    background:#e1eef9 !important;
    position: relative;

}
/* footer::before{
    width: 100%;
    height: 150px;
    position: absolute;
    top: -150px;
    left: 0;
    z-index: -1;
    background: rgba(128,176,221,0.1) !important;
    content: '';
} */
.aeard_sec_shape{
    position: absolute;
    right: 0;
    z-index: 0;
    height: 560px;
    width: 380px;
    z-index: -1;
    top: -160px;
}
.footer-li li a{
    color: #2D2D2D !important;
    font-family: 'Inter', 'Inter Fallback', sans-serif;
    font-size: 15px !important;
}
.footer-copy p, .footer-copy p a{
    color: #303030 !important;
    font-family: 'Inter', 'Inter Fallback', sans-serif;
}
.footer-copy{
    background: #E7F2FD !important;
}
.banner_right_box{
    width: 100%;
    height: auto;
    float: left;
    background: rgba(255, 255, 255, 0.56);
    border: 11px solid #FFFFFF;
    box-shadow: 0px 14px 31px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    position: relative;
    padding: 10px;
}
.banner_right_box_top_quick_dtl{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-top: -60px;
}
.task_time_chart{
  /* box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.09); */
  margin-top: -16px !important;
  margin-bottom: 10px;
  border-radius: 10px;
}
.banner_right_box_secnd_line{
    width: 100%;
    height: auto;
    float: left;
   
}
.banner_right_box_cnt{
    width:100%;
    height: 90%;
    float: left;
    background: #ffffff73;
    box-shadow: 0px 4px 31px rgb(0 0 0 / 7%);
    border-radius: 10px;
    min-height: 250px;
}
.banner_right_box_cnt_head{
    width: 100%;
    height: auto;
    float: left;
    color: #575757;
    text-align: left;
    font-size: 18px;
    padding-top: 5px;
    padding-left: 15px;

}
.banner_right_box_cnt_grph{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}
.banner_right_box_cnt_grph img{max-width: 70%;}

.banner_right_box_btm_img{
    width: 100%;
    height: auto;
    float: left; 
    margin-top: -5px; 
}

.animated_round_cntr_txt{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    bottom: 33px;
    font-size: 0.7rem;
    letter-spacing: 1px;
    font-family: sans-serif;
    width: 100%;
    line-height: 22px;
}
.animated_round_cntr_txt strong{
    width: 100%;
    font-size: 22px;
    float: left;
    color: #719D07;
    font-weight: bold;

}


  
  .single-chart {
    width: 100%;
    justify-content: space-around ;
    position: relative;
  }
  
  .circular-chart {
    display: block;
    margin: 10px auto;
    max-width:120px;
    max-height: 250px;
  }
  
  .circle-bg {
    fill: none;
    stroke: #F4D41F;
    stroke-width: 2.8;
  }
  
  .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 18s ease-out ;
  }
  
  @keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
  }

  
  .circular-chart.green .circle {
    stroke: #719D07;
  }
  

  .percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
    position:relative
  }

  .banner_btm_img_top{
    width: 250px;
    height: 230px;
    position: absolute;
    top: -80px;
    left: -120px;
    z-index:0;
    /* removed missing asset: banner-_btm_effct.png */
    background-size: cover;
  }
  .banner_btm_img_bottom{
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -50px;
     left: -70px;
    z-index:0;
    /* removed missing asset: round-points.png */
    background-size: cover;
    mix-blend-mode: darken;
  }

  .view-all-faq .btn-dark{
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    height: auto !important;
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(186, 186, 186, 0.44);
    box-shadow: 5px 5px 14px rgb(170 170 170 / 30%);
    color: #232323;
    position: relative;
    font-size: 17px;
    border-radius: 30px !important;
    text-transform: uppercase;
    font-weight: 100;
    transition: 0.2s ease;
    margin-top: 10px;
  }



  /***************Project Sec*****************/

  .project-quick-view {
    margin-top: 30px;
  }
  .project-quick-view .white-box {
    width: 100%;
    height: auto;
    padding: 15px;
    background: #ffffff;
    box-shadow: 5px 5px 44px rgba(166, 184, 124, 0.12);
    border-radius: 50px;
  }
  .project-quick-view .project-view-inner {
    display: flex;
    align-items: center;
  }
  .project-quick-view .project-view-inner img{width: 50px;}
  .project-view-inner .project-text-view {
    padding-left: 20px;
  }
  .project-text-view h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #212121;
    margin-bottom: 0;
  }
  .project-text-view h5 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .software-improve-sec {
    margin-top: 90px;
  }
  .software-improve-sec .software-img {
    filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.15));
  }
  .software-improve-sec .col-md-6 {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    
  }
  .software-improve-text .perorm-box {
    width: 100%;
    height: auto;
    padding: 15px;
    background: #ffffff;
    box-shadow: 5px 5px 44px rgba(136, 150, 101, 0.12);
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .perorm-box h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.04em;
    color: #000000;
  }
  .perorm-box img{
    padding-right: 15px;
    width:60px ;
  }
  .software-improve-text h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 55px;
    letter-spacing: 0.01em;
    color: #000000;
  }
  .software-improve-text p {
    color: #111111;
    line-height: 35px;
  }
  .software-improve-sec .img-parent {
    position: relative;
  }
  .img-parent .back-img {
    /* removed missing asset: backround-img.jpg */
    position: absolute;
    width: 311px;
    height: 348px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -33px;
    left: -27px;
    z-index: -1;
  }
  .desklog-project-plan .desklog-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .desklog-project-plan .desklog-features .col-md-12{
    padding-top: 10px;

  }
  .desklog-project-plan .desklog-features .col-md-12:hover {
    box-shadow: 0px 0px 10px #f3f3f3;
  }
  .green-circle{
    transition: 0.2s ease;
  }
  .desklog-project-plan .desklog-features .col-md-12:hover .green-circle{
    transform: scale(1.1);
  }
  .desklog-project {
    margin-top: 80px;
  }
  .desklog-project .desklog-project-sec {
    text-align: center;
  }
  .desklog-project-sec p {
    max-width: 800px;
    margin: auto;
    color: #111111;
    line-height: 35px;
    text-align: center;
  
    margin-top: 20px;
  }
  .desklog-project-sec h2 {
    font-size: 35px;
    color: #3a3a3a;
    font-style: normal;
  }
  .desklog-project-plan h5 {
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #000000;
    text-align: center;
    margin-top: 15px;
  }
  .desklog-project-plan .green-circle {
    width: 64px;
    height: 64px;
    padding: 12px;
    background-color: #77a507;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .desklog-project-plan {
    margin-top: 30px;
  }
  .real-time-sec {
    position: relative;
    margin-top: 50px;
  }
  .real-time-sec::before {
    /* removed missing asset: real-time-bg.jpg */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 610px;
    width: 100%;
    height: 510px;
    content: "";
    position: absolute;
    left: 0px;
    top: -140px;
    z-index: -1;
  }
  .real-time-sec .col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .real-time-sec h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 55px;
    letter-spacing: 0.01em;
    color: #000000;
  }
  .real-time-sec p {

    color: #111111;
  }
  .why-desklog-sec {
    margin-top: 90px;
  }
  .why-desklog-sec .head-text {
    text-align: center;
  }
  .head-text h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 0.01em;
  
    color: #000000;
  }
  .why-desklog-sec .col-md-6 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .why-desklog-sec h3 {
    font-weight: 400;
    font-size: 29px;
    line-height: 55px;
    letter-spacing: 0.01em;
    color: #000000;
  }
  .why-desklog-sec p {
    font-weight: 300;
    font-size: 19px;
    line-height: 38px;
    letter-spacing: 0.04em;
    color: #262626;
  }
  .back-deklog-img .desklog-back-img {
    /* removed missing asset: desklog-back-img.png */
    position: absolute;
    width: 311px;
    height: 348px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -33px;
    left: -27px;
    z-index: -1;
  }
  .back-deklog-img {
    position: relative;
  }
  .bug-tracker-sec {
    margin-top: 80px;
  }
  .bug-tracker-sec .tracker-img {
    text-align: right;
  }
  .bug-tracker-sec .tracker-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .bug-tracker-sec img {
    width: 50%;
    margin-left: 80px;
  }
  .bug-tracker-sec .bug-tracker-features {
    margin-top: 50px;
  }
  .bug-tracker-features .stroke-box {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 20px;
    width: 100%;
    height: 95%;
    padding: 25px;
  }
  .stroke-box h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.01em;
    color: #040404;
  }
  .stroke-box p {
    font-weight: 400;
    font-size: 17px;
    line-height: 37px;
    letter-spacing: 0.01em;
    color: #111111;
  }
  .section-project-sec {
    margin-top: 80px;
    position: relative;
  }
  .section-project-sec .col-md-6 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
  }
  .section-project-sec img {
    width: 80%;
  }
  .section-project-sec h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 55px;
    letter-spacing: 0.01em;
    color: #000000;
  }
  .section-project-sec p {
    font-weight: 400;
    font-size: 19px;
    line-height: 46px;
    letter-spacing: 0.01em;
    color: #111111;
  }
  .section-project-sec .section-bg-img{
    /* removed missing asset: section-bg-img.png */
    position: absolute;
    width: 747px;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  
  
  
  
  .img-parent img{
    width: 100%;
  }
  
  .software-improve-wrapper .img-parent{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
 
  
  .real-time-sec img{
    width: 100%;
  }
  
  .real-time-sec .real-time-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .feature-sec{display: none;}


.feature-banner-sec{
	 width: 100%;
    height: auto;
    display: inline-block;
	position:relative;
	margin-top: -40px;
    padding-top: 20px;
}

/* .feature-banner-sec:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  background: aliceblue;
    background-size: cover;
    padding-top: 130px;
    background-repeat: no-repeat;
    background-position: right 0;
    content: '';
    mix-blend-mode: darken
  } */


.feature-banner-sec:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -30%;
    background-size: cover;
    padding-top: 0;
    background-repeat: no-repeat;
    background-position: top right;
    content: '';
    mix-blend-mode: darken;
}




.feature-bannerbg-img {
    background: url(/theme/uploads/2022/09/banner-bg-2-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: -300px;
  }

  .feature-banner-sec .bnrsec-wrapper {
    margin-top: 150px;
    min-height: 500px;
  }
  .feature-bnrsec-wrapper .bg-img img {
    width: 80%;
  }

.main-point-sec .bg-fluid-box {
  background: #fff;
  box-shadow: 3px 5px 13px rgba(186, 186, 186, 0.25);
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 30px;
}

  .main-point-sec .white-box {
  background: #ffffff;
  box-shadow: 3px 5px 13px rgba(186, 186, 186, 0.35);
  border-radius: 10px;
  width: 100%;
  height: 90%;
  padding: 20px;
}


.integration-registration-cnt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 34px;
}
.integration-registration-cnt form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.banner-getstarted {
  grid-template-columns: 1fr 180px;
  display: grid;
  height: 60px;
}
.integration-registration-cnt form input:first-child {
   width: 116%;
	padding-right: 60px;
  border: inherit;
}
.integration-registration-cnt form input:first-child:focus {
  border: 1px solid #77a507;
  outline: none !important;

}
.integration-registration-cnt form input {
  padding: 0px 15px;
  /* border: 0 !important; */
  max-width: 420px;
  width: 100%;
  border-radius: 40px;
}
.integration-registration-cnt span {
  font-size: 14px;
  font-weight: 500;
}


.white-box img{
width: 25px;}
.trail-box-container {
  align-items: center;
}
.time_track_img{top: -40px; position: relative;    width: 97%;}
.integration-registration-cnt form #SignupModalNew:hover{background-color:#466007}


.project_banner_view{
background: url(/theme/images/project-banner-shape.jpg);
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding-top: 140px;
  }

.download_bnn_txt{
	width:100%;
}
.download_bnn_txt h1 span{
	  font-size: 25px;
  font-weight: 500;
}
.download_bnn_txt h1{
	    width: 100%;
    height: auto;
    float: left;
    color: #00487a;
    font-size: 42px;
    text-align: left;
}

.download_bnn_txt .download-get-started{
	color: #fff !important;
    background: #77a507;
    position: relative !important;
    transition: all .25s ease;
    border-radius: 30px !important;
    width: auto !important;
    padding: 8px 30px !important;
    display: inline-block !important;
    transition: 0.2s ease;
}
.download_bnn_txt .download-get-started:hover{
	 background: #679104;
}
.cn-button.bootstrap{
	    background: #77a507;
}

.desklog_about_our_journy_section p{
  font-size: 19px;
  color: #111111;
  line-height: 33px;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
}


/*** Feature page ***/

.feature-header-sec {
  margin-top: 130px;
}

.feature-header-sec h1 {

  line-height: 45px;
  letter-spacing: 0.01em;
  color: #00487a;
  text-align: center;
}

.feature-header-sec p {
  font-size: 19px;
  color: #111111;
  line-height: 33px;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  width: 50%;
  margin: auto;

}

.automated-feature-wrapper .feature-wrapper-bg {
  width: auto;
  height: auto;
  background: #eef5db;
  border-radius: 10px;
  padding: 10px;
  float: left;
  margin-bottom: 10px;

  margin-right: 2%;
}

.automated-feature-wrapper a {
  font-size: 14px;
  font-weight: 400;
  color: #676767;
  text-decoration: none !important;
}

.automated-feature-wrapper a:hover{
  color: green;
}

.automated-feature-wrapper .feature-list-wrapper {
  margin-top: 30px;
}

.automated-feature-wrapper h5 {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #303030;
}

.automated-feature-wrapper {
  margin-top: 50px;
}

.desklog-feature-wrapper h1 {

  line-height: 45px;
  letter-spacing: 0.01em;
  color: #00487a;
  text-align: center;
}

.desklog-feature-wrapper {
  margin-top: 30px;
}

.desklog_feature_sec {
     padding-top: 30px;
/*     border-top: 1px solid #f5f5f5; */
}

.feature-track-box {
  margin-top: 50px;
  display: inline-block;
  background: #eaf9ff;
  border: 3px solid #d9f4ff;
  border-radius: 20px;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 20px;
}

.feature-track-box h2 {
  font-weight: 500;
  font-size: 37px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}

.feature-track-box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #262626;
  margin-top: revert;
}
.feature-track-box img{max-width:500px}
.desklog_ftr_btm_lst_img{
	width:100%;
	height:auto;
	float:left;
}
.desklog_ftr_btm_lst_img img{max-width:70%}
.feature-cnt-image {
  margin-top: 50px;
}

.feature-cnt-image .col-md-6 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.feature-cnt-image h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #434343;
}

.feature-cnt-image p {
  font-weight: 400;
  font-size: 17px;
  line-height: 38px;
  letter-spacing: 0.04em;
  color: #262626;
}

.integeration-sec {
  margin-top: 50px;
}

.integeration-sec h2 {
  font-size: 37px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}

.integeration-sec p {
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #262626;
  width: 70%;
  margin: auto;
}

.integeration-sec span{
  font-weight: 400;
font-size: 17px;
line-height: 38px;
letter-spacing: 0.04em;
color: #262626;
}

.leave-mngmt-sec .desklog_ftr_btm_lst_img{text-align:right}
.custom-report-sec .desklog_ftr_btm_lst_img img{max-width: 310px;}
.integeration-app-sec .desklog_ftr_btm_lst_img img{max-width:250px}


.integeration-sec .col-md-6{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.integeration-sec img{
  width: 70%;
}

.integeration-app-sec{
  margin-top: 50px;
}



.testimonial_section{
  width: 100%;
  display: inline-block;
  margin-top: 80px;
  padding: 40px 0;
  overflow: hidden;
}

.testimonial_section:before {
  /* removed missing asset: home5_img_02.png */
  background-repeat: no-repeat;
  background-position: left;
  background-size: 500px;
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 500px;
  height: 1130px;
  z-index: -1;
}
.testimonial_section h1{
  width: 100%;
  display: inline-block;
  font-size: 30px;
  margin-bottom:50px ;
  text-align: center;
}
.testimonial_row_box{
  width: 100%;
  display: inline-block;
  padding:40px 20px;
  background-color: #fff;
  box-shadow: -10px 10px 30px #e9e9e9;
  position: relative;
  margin-bottom: 40px;
}
.testimonial_box_img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 5px #fff solid;
  box-shadow: -10px 10px 30px #e9e9e9;

}
.testimonial_box_img img{width: 100%;}
.testimonial_box_cnt{
  width: 100%;
  display: inline-block;
}
.testimonial_box_cnt p{
  width: 100%;
  display: inline-block;
  font-size: 19px;
  color: #242424;
  line-height: 30px;
  margin-top: 15px;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
}
.project_banner_view .banner_lft_sec p{font-weight: normal !important; line-height: 33px !important;}
.testimonial_row{
  width: 100%;
  display: flex;
  gap: 20px;
}



.testimonial_box_img_ico{
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  top: -10px;
}

.getstarted-capt h4{color:#ffffff;font-weight:500;font-size:2.2em;margin-bottom:13px;/*text-transform:uppercase*/}
.getstarted-capt strong{color:#ffffff;font-weight:500;font-size:18px;margin-bottom:13px;/*text-transform:uppercase*/}

.banner_top_play_icon{
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 9;
  cursor: pointer;
  border: solid 3px #fff;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-left: 8px;
  background-color: #93c909b0;
  overflow: hidden;
  box-shadow: 0px 10px 30px #ccc;
}
.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}

.explore_ftr_view_ft{justify-content: center;}
.explore_ftr_view_ft .integrated_project_btm_box{
  max-width: 350px;
  text-align: left;
}
.free_of_desklgo_section{
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px 0;
}

.free_of_desklgo_img{
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
}
.free_of_desklgo_img img{
  max-width: 390px;  
}

.free_of_desklgo_cnt_sec{
  width: 100%;
  height: auto;
  display: inline-block;
}

.free_of_desklgo_cnt_sec h2{
  width: 100%;
  height: auto;
  float: left;
  font-size: 35px;
  color: #3a3a3a;
  margin-bottom: 20px;
  line-height: 42px;

}
.free_of_desklgo_cnt_sec h2 span{
  color: #77a407;
    font-size: 50px;
}
.free_of_desklgo_box{
  background-color: #fff;
  padding: 40px; 
  border-radius: 20px;
  box-shadow: 0px 0px 80px #e2ede3;
  width: 100%;
  max-width: 1230px;
}
.contant_btn_ftr_sec .contant_btn_ftr_box_cnt p{
  margin-bottom: 0px;
}

.learnore_btn_new{
  width: auto;
    float: left;
    padding: 10px 30px;
    height: 55px;
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(186, 186, 186, 0.44);
    box-shadow: 5px 5px 14px rgb(170 170 170 / 30%);
    color: #fff;
    position: relative;
    font-size: 17px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 100;
    transition: 0.2s ease;
    margin-top: 10px;
    left: 17px;
    background-color: #00487a;
}

.learnore_btn_new:hover{   
   background-color: #77a507;
  color: #fff;
}

.tooltip-inner{background-color: #3c76a3}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before{border-bottom-color: #3c76a3;}

.advanced_box_ico {
  width: 50px;
  height: 50px;
  /* removed missing asset: desklog_icons.png */
  float: left;
  background-size: 700px;
}
.advnce_ftr_ico1{
  background-position: 322px 171px;
}
.advnce_ftr_ico2{
  background-position: 242px 171px;
}
.advnce_ftr_ico3{
  background-position: 154px 171px;
}

.desklog_about_view_section{
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 40px 0;
}
.desklog_about_view_section_cnt{
  width: 100%;
  height: auto;
  display: inline-block;
}
.desklog_about_view_section_cnt h2{
  font-weight: 500;
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 0.04em;
    color: #2e2e2e;
}
.desklog_about_view_section_cnt h3{
  font-weight: 500;
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 0.04em;
    color: #2e2e2e;
}
.desklog_about_view_section_cnt p{
  width: 100%;
  height: auto;
  display: inline-block;
  font-size: 19px;
  color: #111111;
  line-height: 33px;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
}

.desklog_about_our_story_sec{
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 120px 0;
  padding: 20px 0;
  position:relative;
  background-color: #f5f9fa;
}
.desklog_about_our_story_sec::before{
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  content: '';
  background-image: url(/theme/uploads/2022/11/shape_about2.png);
  background-size: cover;
  transform: rotate(180deg);
}
.desklog_about_our_story_sec::after{
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -100px;
  content: '';
  background-image: url(/theme/uploads/2022/11/shape_about2.png);
  background-size: cover;
}


.our_story_img img{
  mix-blend-mode: luminosity;
  width: 160px;
}
.our_story_img{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95%;
}


.desklog_about_our_journy_section{
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 40px 0;
}

.desklog_about_our_journy_section .circle {
  padding: 8px 20px;
  border-radius: 50%;
  border: 3px solid #104279;
  background-color: #64a830;
  color: #fff;

  max-height: 53px;
  z-index: 2;
}
.desklog_about_our_journy_section .how-it-works.row .col-2 {
  align-self: stretch;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #104279;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {

  height: 51%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}

.how-it-works.row .col-2.fullLeft::after {
  height: 100%;
  left: calc(50% - 0px);
}
.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}
.desklog_about_our_journy_section .timeline div {
  padding: 0;
  height: 40px;
}
.desklog_about_our_journy_section .timeline hr {
  border-top: 3px solid #104279;
  margin: 0;
  top: 17px;
  position: relative;
}
.desklog_about_our_journy_section .timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.desklog_about_our_journy_section .timeline .corner {
  border: 3px solid #104279;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.desklog_about_our_journy_section .timeline .top-right {
  left: 50%;
  top: -50%;
}
.desklog_about_our_journy_section .timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.desklog_about_our_journy_section .timeline .top-left {
  left: -50%;
  top: -50%;
}
.desklog_about_our_journy_section .timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}

.milestone {
  background-color:#fff;
  border-radius:7px;
  opacity:1;
  transition:1s;
}
.milestone.fade-in {
  background-color:rgba(200, 138, 18,.43);
  opacity:1;
}
.milestone h5 strong{color: #64a830;}

.about_why_choose_sec{
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 40px 0;
}
.about_why_choose_head{
  width: 100%;
  height: auto;
  display: inline-block;
}
.about_why_choose_head h4{
  width: 100%;
  height: auto;
  display: inline-block;
  font-weight: 500;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0.04em;
  color: #2e2e2e;
  text-align: center;
}
.about_why_choose_box_section{
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 40px;
}
.about_why_choose_box{
  width: 100%;
  height: 87%;
  display: inline-block;
  text-align: center;
  margin-bottom: 35px;
  box-shadow: 10px 10px 25px #e9e9e9;
  padding: 15px;
}
.about_why_choose_box h6{
  font-weight: 500;
  font-size: 22px;
  line-height: 38px; 
  letter-spacing: 0.04em;
  color: #242424;
}
.about_why_choose_box_ico{
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
}
.about_why_choose_box_ico img{max-width: 80px;}
.about_why_choose_box_cnt{
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  font-size: 19px;
  color: #111111;
  line-height: 33px;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
}

.upgrade_btn{
  color: #00487a;
  text-decoration: underline;
  display: inline-block;
  margin-left: 40px;
  margin-top: 20px;
  font-size: 15px;
  text-underline-offset: 4px;
}

.desklog_ftr_pricing{
  width: 100%;
  height: auto;
  float: left;
  display: inline-block;
  padding: 60px 0;
  margin-top: 40px;
  margin-bottom: 60px;
}
.desklog_ftr_pricing h4{
  width: 100%;
  height: auto;
  float: left;
  display: inline-block;
  margin-bottom: 35px;
  color: #444;
  font-weight: 500;
  line-height: 1.4;
  font-size: 2.5rem;
  text-align: center;
}
.desklog_ftr_pricing_table{
  width: 100%;
  height: auto;
  /* float: left; */
  margin: auto;
  border: solid 10px #ffffff;
  max-width: 1000px;
  box-shadow: 0px 0px 20px #e5e5e5;
}
.desklog_ftr_pricing_table thead{
  background-color: #104279;

}
.desklog_ftr_pricing_table thead th{
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  padding: 8px;
}
.desklog_ftr_pricing_table tbody td{
  color: #000000;
  font-size: 16px;
  border: 0;
  padding: 8px;
  border-bottom: 1px #e3e3e3 dashed;
}
.desklog_ftr_pricing_table tbody th{
  color: #242424;
  font-weight: 500;
  font-size: 17px;
  padding: 8px;

}
.free_of_desklgo_section{margin-bottom:40px;}
.desklog_ftr_pricing_table tbody td .fa-check{color: #64a830;font-size: 18px;}
.desklog_ftr_pricing_table tbody td .fa-times{color: #f00;font-size: 18px;}
.enhance_with_cls{width: 100%;font-size: 12px;}
.footer-mail-social img{max-height: 35px;max-width: 209px;}
.cntry_timezone_main{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:10px;
	width:100%;
}

.client_review_testimonial {
    transition: all 0.1s ease-in;
    display: inline-block;
    border-radius: 3px;
    margin: 10px 10px;
    box-shadow: 0 2px 6px 0 rgba(1, 87, 155, 0.2);
    padding: 10px 16px;
    min-height: 280px;
	    text-align: left;
	width:100%;
/* 	height:90%; */
	margin-bottom: 20px;
}

.client_review_testimonial__text {
    padding-top: 3px;
    color: #718191;
    font-size: 12px;
    line-height: 21px;
    font-weight: 300;
	    margin-bottom: 0;
}
.client_review_testimonial__author {
    padding-top: 4px;
    color: #77a507;
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
}
.client_review_testimonial__author_deg {
    padding-top: 4px;
    color: #718191;
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
}
.client_review_testimonial .author-image{position: static; margin: -10px;width: 80px; height: 70px;}
.client_review_testimonial .author-image img{height: 50px !important; width: 50px !important;}
.client_review_testimonial_authorBox{display:flex;align-items:center;gap:5px;margin-top: 10px;}
.client_review_testimonial_authorBox_txt{
	width:100%;
	display:inline-block;
}

.price_currency_selector{
	width:100px;
	height:auto;
	float:left;
	display:flex;
	align-items:center;
	gap:10px;
	justify-content:space-between;
}
.price_currency_selector_btn{
	width:auto;
	display:inline-block;
	padding:5px 20px;
	font-size:15px;
	color:#666;
	background-color:#e4e7de;
	border-radius:5px;
	cursor:pointer;
	position:relative;
}
.price_currency_selector_btn:hover{background-color:#d2dbbe}
.price_currency_selector_btn.active{background-color:#77a507;color:#fff}
.price_currency_selector_btn input{
	width: 100%;
    left: 0;
    height: 100%;
    top: 0;
	cursor:pointer;
}
.USD:before{
	content:"$";
	font-size:35px;
	color:#666;
}
.INR:before{
	content:"â‚¹";
	font-size:35px;
	color:#666;
}
#price_dlr_plan0{
	    text-align: center;
    font-size: 60px;
    color: #000;
	font-weight:normal;
}
.core_feature_baner_btm{
	width:100%;
	display:inline-block;
	padding:30px 0;
}
.core_feature_baner_btm .row{
	padding: 5px 10px;
/*     background: #faffed;
    box-shadow: -2px 10px 44px rgba(0, 0, 0, 0.08);
    border: 5px #fff solid; */
   
}
.core_feature_box{
width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right:solid 1px #e7e7e7;
    padding: 0px 0;
}
.core_feature_baner_btm .col-md-3:last-child .core_feature_box{border:0}
.core_feature_box_icon{
	width:40px;
	display:inline-block;
	height:45px;
	border-radius:5px;
	text-align:center;
/* 	background-color:#f9feeb; */
}
.core_feature_box_icon img{transition:0.2s ease-in-out}
.core_feature_box:hover .core_feature_box_icon img{transform: scale(1.1);}
.core_feature_box_text{
	width:100%;
	display:inline-block;
}
.core_feature_box_text h4{
	margin:0;
    font-size: 18px;
    color: #00487a;
	font-family: 'Inter', 'Inter Fallback', sans-serif;
}
.rating_box_section{
	width:100%;
	display:inline-block;
	padding-top:40px;
}
.rating_box_section_row{
	width:100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15%, 1fr)) !important;
    align-items: center;
    justify-content: center;
	gap: 10px;
}
.rating_box_section_box{
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    float: left;
    padding: 10px;
    background: #FFFFFF;
/*     box-shadow: 0px 0px 21px rgba(0,0,0,.05); */
/*     border-radius: 10px; */
    text-align: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    min-height: 95px;
	box-shadow: 0px 0px 20px #f3f3f3;
/*     border-right: dashed 1px #ccc; */
}
.rating_box_section_box .rating>label{margin-bottom:0}
.rating_box_section_box:last-child{border:0}
.rating_box_section_box:hover img {
    transform: scale(1.1);
    filter: inherit;
}

.rating_box_section_box img{
	width: 70%;
	max-width: 1000px;
    filter: inherit;
    transition: 0.2s ease-in-out;
    filter: grayscale(100%);
}
.rating_box_section_rating{
	    display: flex;
    align-items: center;
    justify-content: center;
}

.rating { 
    border: none;
    float: left;
    pointer-events: none;
  }
.star_rate_value {
    width: auto;
    float: right;
    font-size: 18px;
}
  
  .rating > input { display: none; } 
  .rating > label:before { 
    margin: 1px 2px;
    font-size: 17px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
  }
  
  .rating > .half:before { 
    content: "\f089";
    position: absolute;
  }
  
  .rating > label { 
    color: #ddd; 
   float: right;  
  }
.rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

.client_review_testimonial__star {
    color: #ffbf00;
    font-size: 19px;
	margin:0;
	line-height: 12px;
}
.client_review_testimonial__source_img {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5a6a7a;
	margin:5px 0;
}
.client_review_testimonial__source_img span img {
    max-height: 20px;
    width: auto!important;
}
.white-box-b .button-sec{height:auto}
.activity-tracking-hm-box{
  width: 100%;
  display: inline-block;
  padding: 30px 20px;
  box-shadow:inset #d6dde5 0px 0px 60px -12px;
  border-radius: 10px;
  background-color: #fff;
}

.track-prj-btn {
	width: auto;
    display: inline-block;
    padding: 5px 28px;
    height: auto;
    color: #232323;
    position: relative;
    font-size: 17px;
    border-radius: 30px;
    transition: .2s ease;
    margin-bottom: 20px;
    background-color: #fff;
}
.track-prj-btn:hover{
	    background-color: #77a507;
    color: #fff;
}
.prjSecBtnRow{
	width: 100%;
    display: inline-block;
}
section.sub-container .container.blog-text a{
	color: #253053 !important;
	border-bottom:2px #237ddf solid;
}
section.sub-container .container.blog-text a:hover{
	color: #237ddf !important;
}
.supporting_platform_ftr_url{display: flex;align-items: center;gap: 20px;}
.supporting_platform_ftr_url li{width: auto !important ;margin:0}
.careerHeadText h1{font-size: 2rem;color: #444444;}


@media screen and (max-width: 1600px) {
  .banner_right_img_sc{width: 110%;}
}
  @media screen and (max-width: 1399px) {
    .task_time_chart{margin-top: 4px !important;}
    .software-img {
  width: 100%;    
    }
    .section-project-sec .section-bg-img{
  width: 640px;
    }
    .img-parent .back-img{
      bottom: 0px;
    }
  }
  
  
  @media screen and (max-width: 1199px) {
    .img-parent .back-img {
  bottom: 45px;    
    }
    .back-deklog-img img{
      width: 100%;
    }
    .section-project-sec .section-bg-img{
      width: 543px;
      height: 249px;
      margin-top: 50px;
    }
	  .rating_box_section_box{min-height: 95px;}
	  .rating > label:before{font-size: 15px;margin: 0px 2px;}
	  .star_rate_value{font-size:14px;}
  }
  
  @media screen and (max-width: 991px) {
	  .rating_box_section_row{
		  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr)) !important;
	  }
	  .time_track_img{top:0px}
    .img-parent .back-img {
      bottom: 0 !important;
      width: 228px;
      height: 252px;
    }
    .real-time-sec::before{
      display: none;
    }
    .back-deklog-img .desklog-back-img{
      bottom: 0;
    }
    .section-project-sec .section-bg-img{
      display: none;
    }
    .section-project-sec img{
      width: 100%;
    }
    .section-wrapper{
      flex-direction: column-reverse;
    }
    .banner_image_projct{margin-top: 50px;}
    .project-quick-view .box-wrapper{
        margin-bottom: 15px;
      }
  }
@media screen and (max-width: 1439px){
.banner_lft_get_start_txtbox{width: 90%;}	
}
@media screen and (max-width: 1199px){
.banner_lft_get_start_txtbox{width: 100%;}	
}
@media screen and (max-width: 991px){
.banner_lft_get_start_txtbox{width: 90%;}
	.banner_right_img_sc{margin-top:0px;width: 95%;}
	.banner_lft_get_start_txtbox h3{text-align:center;}
}
  @media screen and (max-width: 767px) {
    .banner_lft_get_start_txtbox{width: 100%;margin: 18px 0;}
    .banner_lft_get_start_txtbox.button-sec{margin: 0;}
    .view_all_ftr_btn{margin-top: 20px;}
    .integrated_project_btm_ftrs{padding:0 10px;gap: 10px;}
	 .banner_right_img_sc{margin-top:0px;}
    .get_start_btn{padding: 10px 10px;font-size: 13px;}
    .mob_hide_banner_txt{display: none;}
    .desklog-project-plan .desklog-features {
      grid-template-columns:1fr 1fr;
		
    }
    .project-quick-view .box-wrapper:last-child{margin: 0;}
    .bug-tracker-sec{margin-top: 0;}
    .desklog-project{margin-top: 0;}
	.rating_box_section_row{grid-template-columns: repeat(auto-fit, minmax(39%, 1fr)) !important;}
	  .rating_box_section_box{border: dashed 1px #ccc !important;padding:5px 0}
}
    @media screen and (max-width: 479px) {
      .desklog-back-img {
    display: none;    
      }
      .back-img{
        display: none;
      }
    }



  /***********end***********/






@media (max-width:1450px){
	.new_banner_section{min-height: 60vh;}
}

@media (max-width:1366px){
	.banner_lft_sec h1 { line-height: 39px !important; font-size: 34px !important; }
	.banner_lft_sec p{font-size: 16px !important;line-height: 25px !important;}
    .banner_bg_svg{width: 110%;height:100%}
	.feature-banner-sec .bnrsec-wrapper { margin-top: 110px; margin-bottom: 60px }
	#sub{font-size:15px !important;}
	.new_banner_section{min-height: 47vh;}
	.banner_lft_sec h1 strong {font-size: 23px;}
}
@media (max-width:1150px){
    .banner_bg_svg {width: 130%;height: auto;}
    .desklog_main_keyword_img {width: 550px;}
	
}
@media (max-width:990px){
  .faq_section_right_obj{display: none;}
  .testimonial_section:before{display: none;}
    .privacy_data_security_right_img img{display: none;}
    .home-slider{    background-color: #f7ffe6;}
    .banner_right_img_sc{margin-top: 0px;}
    .privacy_data_security_right_img_txt{position: static;float: left;margin-bottom: 10px;}
    .trusted_partner_txt::before{    width: 40%;}
    .row-reverse-mob{flex-direction: column-reverse;}
    .automated_time_attendence_lft_sec h2 span{display: inline-block;}
    .automated_time_attendence_lft_sec h3 span{display: inline-block;}
    .automated_time_attendence_lft_sec h4 span{display: inline-block;}
    .integrated_project_btm_ftrs{grid-template-columns: 1fr 1fr;  gap: 20px;display: grid;}
    .integrated_project_btm_ftrs .col-md-3{max-width: 100%;}
    .get_start_obj{display: none;}
    .getstarted-section-desklog-demo{text-align: center;}
    .signup-terms-link{text-align: left !important;}
    .desklog_main_ftr_img1 {width: 170px;height: 120px;left: -114px;top: 20%;}
    .desklog_main_ftr_img3{width: 150px;right: -100px;top: 15%;}
    .line_right{height: 200px;right: 55px}
    .desklog_main_ftr_img2{width: 110px;height: 100px;left: -55px;}
    .desklog_main_ftr_img4{right: -100px;width: 120px;bottom: 7%;}
    .contact_cta_btn_2{display: inline-block;}
    .contact_cta_btn_2{margin-top: 20px;    text-align: center;}
	.feature-banner-sec h1 {font-size: 28px;}
  .desklog_main_keyword_sec .explore_ftr_view_ft{grid-template-columns: 1fr 1fr;}
}
@media (max-width:768px){
  .desklog_main_keyword_sec .explore_ftr_view_ft{grid-template-columns: 1fr;}
  .explore_ftr_view_ft .integrated_project_btm_box{width: 100%;max-width: inherit;}
  .testimonial_row{display: inline-block;}
  .testimonial_box_img{margin-bottom: 15px;}
  .new_banner_section .signup-terms-link{font-size: 12px !important;    line-height: 7px !important;}
  .new_banner_section .try_40dys_txt{font-size: 12px !important;line-height:15px !important;}
  .new_banner_section .signup-terms-link a{font-size: 12px !important;}
  .banner_get_start_input{padding-right: 115px;font-size: 13px;}
	.integration-registration-cnt form{width:100%;}
	.banner-getstarted{grid-template-columns: 1fr 130px;width: 100%;}
	.integration-registration-cnt form input{font-size: 13px !important;}
	.integration-registration-cnt form input:first-child{width: 120%; padding-right: 60px;}
.trusted_partner_txt::before{display:none}
.trusted_partner_txt{padding: 0;}
.trusted_partner_section{    top: 20px;}
.desklog_main_keyword_img {width:70%;}
.desklog_main_ftr_img1 {width: 100px;height: 120px;left: -78px;}
.desklog_main_ftr_img3 { width: 140px; right: -50px;}
.desklog_main_ftr_img2 {  width: 60px;height: 60px;left: -35px;}
.home-slider { padding-top: 60px !important;}
.desklog_main_ftr_img4 {  right: -60px; width: 88px;  bottom: -40px;}
.enhance_team_productivity_sec{padding-bottom: 0;}
.faq input[type='checkbox']:not(:checked) + label{height: auto;}
.faq input[type='checkbox']:not(:checked) + label .faq-text{display: none;}
.faq input[type="checkbox"]:checked + label{height: auto;display: block;}
.banner_right_box_cnt {min-height: 283px;    margin-bottom: 10px;}
.bug-tracker-sec .tracker-img {text-align: center;}
.desklog_main_keyword_sec .explore_ftr_view_ft{grid-template-columns: 1fr;}
}


@media screen and (max-width: 767px) {
 .feature-header-sec p  {
width: 100%;
  }
  .feature-track-box img{
    width: 100%;
  }
  .integeration-app-sec .row{
    flex-direction: column-reverse;
  }
  .integeration-sec img{
    margin: auto;
  }
  .offline-time-track-sec .row{
    flex-direction: column-reverse;
  }
  .url-app-track-sec .row{
    flex-direction: column-reverse;
  }
  .auto-screen-sec .row{
    flex-direction: column-reverse;
  }
  .feature-cnt-image img{
    margin: auto;
    width: 100%;
  }
  .feature-cnt-image .col-md-6{
    margin-bottom: 25px;
  }
  .custom-report-sec .row{
    flex-direction: column-reverse;
  }
	.core_feature_box{
		margin-bottom: 10px;
		border: dashed 1px #ccc !important;
		background: #faffed;
		padding: 10px 0;
	}
	.banner_bg_svg{height:auto;}
	.core_feature_baner_btm .row{padding:0;background-color:transparent !important}
	.banner_lft_sec h1 {line-height: 39px !important;font-size: 33px !important;}
	.banner_lft_sec h1 strong {line-height: 30px !important; font-size: 20px !important;}
	.bannerHeadTextBtn h2{font-weight: 600  !important;line-height: 34px !important;font-size: 30px !important;}
	.bannerHeadTextBtn p{width:100%  !important}
	.mainFeatureBodySec{padding:0 !important}
	.automatedTimeSheet{padding:10px !important}
}



@media (max-width:600px){
.integrated_project_btm_ftrs {  grid-template-columns:  1fr;}
.award_lst_box img{margin: auto;}
.desklog_main_ftr_img3 {  width: 100px;}
.desklog_main_ftr_img1{width: 70px; left: -53px;}
.desklog_main_ftr_img2{bottom: -30px;}
.desklog_main_ftr_img3 { width: 90px; right: -50px; }
.front_page_new_thm p{text-indent: 0;  padding-left: 12px;font-size: 16px; line-height: 25px;margin-bottom:0}
.banner_lft_sec h1{font-size: 28px; line-height: 34px;}
.banner_lft_sec h1 span{font-size: 26px;}
.privacy_data_security_sec{overflow:hidden;padding-top:0}	
.desklog_main_keyword_sec{overflow:hidden}	
.testimonial {overflow:hidden}	
.faq_section_hm h2.resp-accordion{border: 1px solid #dfd8d8;}
.faq_section_hm h2.resp-tab-active {background: transparent !important;}
.faq_section_hm .resp-tab-content-active {background: #fff;}
.faq_section_hm h2.resp-accordion:first-child {border-top: 1px solid #dfdfdf !important;}
.enhance_team_productivity_sec{overflow:hidden;margin-bottom:0}
.screensot_snapshot_sec{overflow:hidden;padding-top:0}
.appurl_tracking_sec{overflow:hidden;padding-bottom:15px}
.enhance_team_lft_sec_row{ grid-template-columns: 60px 1fr;}
.enhance_tm_lft_img1 { background-position: -24px -25px; background-size: 470px; width: 60px; height: 60px; }
.enhance_tm_lft_img2 { background-position: -131px -10px; width: 60px; height: 60px; background-size: 460px; }
.enhance_tm_lft_img3 {background-position: -200px -10px;width: 60px;height: 60px;background-size: 460px; }

.privacy_data_security_lft_sec h3 span{width:auto;float:none}
.privacy_data_security_box{padding: 15px;}
.desklog_main_keyword_img{border: 8px solid #FFFFFF;border-radius: 10px;}
.testimonial .testimonial-content{padding-left: 10px;  padding-top: 50px;}
.new_banner_section{margin-top: 20px;}
.faq_section_hm{padding-top:0}
.privacy_data_security_lft_sec h3{font-size: 28px;}
.enhance_team_prdvt_head h2 span{font-size: 30px;}
.enhance_team_prdvt_head h3 span{font-size: 30px;}
.enhance_team_prdvt_head h4 span{font-size: 30px;}
.automated_time_attendence_lft_sec h2 span{font-size: 27px;}
.automated_time_attendence_lft_sec h3 span{font-size: 27px;}
.automated_time_attendence_lft_sec h4 span{font-size: 27px;}
.enhance_team_lft_sec_txt h4{font-size: 25px;}
.front_page_new_thm p{padding-left:0}
.banner_lft_sec p{padding-left:0;font-size: 17px !important;line-height: 28px !important;}
.testimonial h3 {font-size: 28px !important;}
.awards_header_cnt h5{font-size: 28px !important;}
.banner_right_img_sc { margin-top: 0px; }
.banner_right_img_sc img { width: 110%;  margin-left: -2%;}
.view-more-btn a{margin-top: 0px; margin-left: 15px; margin-bottom: 30px;font-size: 14px;height: auto;}
.projectTracking p{text-align:left !important;}
.projectTracking h2{text-align:left !important;}
.webTimeHeadSec p{text-align:left !important;}
.projectBillingHeadText {text-align: left  !important;}
.getstarted-capt{padding: 40px 20px  !important;}	
.remoteBgBox{padding: 12px  !important;}
.appUrlBgBox{padding: 12px  !important;}
.appurl_tracking_lft_sc img{padding:0}
.button-sec{border-radius: 5px; height: 55px;}
.get_start_btn { padding: 10px 20px; font-size: 13px; border-radius: 5px; top: 4px; }
.core_feature_box{border: 0  !important; background: #faffed; padding: 10px 0; height:100%;}
.core_feature_baner_btm .col-6{padding: 5px;}
.rating_box_section{padding-top: 10px;}
.rating_box_section_box{border:0 !important;min-height: 85px;}
.core_feature_box_text h4{font-size: 16px !important;}
.banner_lft_sec h1 strong{line-height: 25px !important; display: inline-block; width: 100%; margin-top: 19px;}
#cookie-notice .cookie-notice-container{padding-bottom: 50px !important;}
}
/************Beyond Time Tracking Link hover*****************/
.beyond-time-tracking{
	transition:all 0.25s ease-in-out;
}
.beyond-time-tracking:hover{
	transition:all 0.25s ease-in-out;
	color: #9dd713 !important;
}
/************** End ********************/


#mega-menu-wrap-primary #mega-menu-primary{
    position:static
}
#mega-menu-wrap-primary{
    position:static
}
.logo-container{position:relative}
.mega-menu-link{
	    font-family: 'Inter', 'Inter Fallback', sans-serif !important;
    font-weight: 500 !important;
    color: #161616 !important;
}
ul.mega-sub-menu{
box-shadow: 0 5.56px 34.46px rgb(88, 114, 170, 19%) !important;
}




/* ── theme-style.css ── */
﻿/*Author: the WordPress team
Theme Name: Desklog
Author URI: https://ioss.in/
Description: Desklog custom theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: desklog
*/

/* ==========================================
   LOCAL FONT: INTER
   ========================================== */

/* Variable font â€” covers the full weight axis (100â€“900) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('assets/fonts/inter/inter-v20-latin-wght-normal.woff2') format('woff2-variations');
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('assets/fonts/inter/inter-v20-latin-wght-italic.woff2') format('woff2-variations');
}

/* Metric-matched fallback â€” sized to occupy the SAME space as Inter so that,
   before Inter finishes loading (or if it never does), fallback text does not
   reflow when the swap happens. This is what kills the CLS "text jump".
   Values are the standard Interâ†’Arial adjustments (as used by next/font & Fontsource). */
@font-face {
    font-family: 'Inter Fallback';
    src: local('Arial');
    ascent-override: 90.44%;
    descent-override: 22.52%;
    line-gap-override: 0.00%;
    size-adjust: 107.12%;
}

/* Regular (400) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Inter Regular'), local('Inter-Regular'),
         url('assets/fonts/inter/inter-v20-latin-regular.woff2') format('woff2');
}

/* Regular Italic (400 Italic) */
/* @font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Inter Italic'), local('Inter-Italic'),
         url('assets/fonts/inter/inter-v20-latin-italic.woff2') format('woff2');
} */

/* Medium (500) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Inter Medium'), local('Inter-Medium'),
         url('assets/fonts/inter/inter-v20-latin-500.woff2') format('woff2');
}

/* Semi-Bold (600) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Inter SemiBold'), local('Inter-SemiBold'),
         url('assets/fonts/inter/inter-v20-latin-600.woff2') format('woff2');
}

/* Bold (700) */
/* @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Inter Bold'), local('Inter-Bold'),
         url('assets/fonts/inter/inter-v20-latin-700.woff2') format('woff2');
} */

/* Black (900) */
/* @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Inter Black'), local('Inter-Black'),
         url('assets/fonts/inter/inter-v20-latin-900.woff2') format('woff2');
} */


/* ==========================================
   LOCAL FONT: INTER VARIABLE (alias of the Inter variable font)
   ========================================== */
@font-face {
    font-family: 'Inter Variable';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('assets/fonts/inter/inter-v20-latin-wght-normal.woff2') format('woff2-variations');
}
@font-face {
    font-family: 'Inter Variable';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('assets/fonts/inter/inter-v20-latin-wght-italic.woff2') format('woff2-variations');
}

.grecaptcha-badge { font-family: inherit !important; }

/*body, html{max-width: 100%; height: auto; overflow-x: hidden!important;
    overflow-y: auto!important;}*/
body {
  height: auto;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  background: #fff; /*font-family:'Nunito Sans',sans-serif;*/
  font-family: "Inter", "Inter Fallback", sans-serif !important;
  font-weight: 400; /*letter-spacing: 0.01rem;*/
}
p,
a,
li,
div,
label {
  line-height: 1.9;
}
p,
li {
  font-family: "Inter Variable", "Inter Fallback", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Inter", "Inter Fallback", sans-serif;
}

.h2,
h2 {
  font-size: 2rem;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}
a {
  color: #00457c;
}
a:hover {
  text-decoration: none;
  color: #000;
}
h3 {
  font-weight: 500;
  font-size: 2em;
}

.navbar-brand,
.top-contact {
  transition: all 0.5s ease;
}
.shrink .logo-area {
  transition: all 0.5s ease;
}
.shrink .top-contact {
  margin-top: 7px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
}
.top-row {
  background: #cd2323;
  padding-top: 2px;
  padding-bottom: 2px;
}
.top-row p {
  margin-bottom: 1px;
}
.top-ph {
  float: left;
}
.top-ph img {
  width: 23px;
}
.top-em {
  float: left;
  margin-left: 20px;
}
.top-em img {
  width: 25px;
  margin-top: -5px;
}
.top-login {
  float: right;
}
.top-login img {
  width: 23px;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 999;
}
.logo-area {
  background: #fff;
}
.logo-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.logo-right ul.center-menus {
  gap: 2.2rem;
}

.logo-right ul.center-menus li button {
  all: unset;
  color: #161616;
  font-weight: 500;
  font-family: "Inter", "Inter Fallback", sans-serif;
  font-size: 17px;
  padding: 17px 0px;
  cursor: pointer;
}

.logo-right ul.right-menus li button i,
.logo-right ul.center-menus li button i {
  font-size: 13px;
}

.logo-right ul.right-menus li button {
  all: unset;
  color: #81b504;
  padding: 2px 15px;
  border: solid 1.8px #81b504;
  border-radius: 6px;
  transition: all 0.25s;
  cursor: pointer;
	    font-weight: 400;
    font-size: 16px !important;
}

.logo-right ul.right-menus {
  gap: 1.5rem;
}

.logo-right ul.right-menus li button.login {
  color: rgb(101, 139, 11);
}
.logo-right ul.right-menus li button.login:hover {
  background: rgb(111, 156, 7);
  color: #fff;
}
.logo-right ul.right-menus li button.start {
  color: #fff;
  background: #81b504;
}
.logo-right ul.right-menus li button.start:hover {
  background: rgb(111, 156, 7);
}
.shrink .logo-area {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.logo-container {
  display: grid;
  grid-template-columns: 200px auto 250px;
}
.top-contact {
  float: inherit;
  display: inline-block;
  margin-top: 14px;
}
.navbar-brand img {
  width: auto;
  transition: all 0.3s ease;
  height: auto;
  max-width: 150px;
}
.shrink .navbar-brand {
  position: relative;
  z-index: 999999 !important;
}
.shrink .navbar-brand img {
  height: 40px;
  width: auto;
  transition: all 0.3s ease;
}
.shrink {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.clearfix {
  clear: both;
}
.navbar-brand {
  width: 230px;
  margin-top: 6px;
  margin-bottom: 5px;
  max-height: 62px;
  overflow: hidden;
}
img {
  width: 100%;
  height: auto;
}
.shrink .top-row {
  transition: all 0.4s ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
}
.shrink .navbar-light .navbar-brand {
  width: 150px;
}
.shrink .navbar {
  padding: 0 1rem;
}
.shrink .top-row p {
  font-size: 0.7rem;
}
.shrink .top-ph img {
  width: 14px;
}
.shrink .top-em img {
  width: 19px;
}
.shrink .top-login img {
  width: 15px;
}
.navRight {
  margin-right: -7px;
}
.headerInfo {
  font-size: 14px;
  color: #ff7217;
  position: relative;
  display: inline-block;
  line-height: 1.3rem;
  padding: 5px 10px 5px 45px;
}
.headerInfo2 {
  border: 1px solid #eee;
  background: #f7f7f7;
  padding: 5px 15px 5px 55px;
  margin-right: 25px;
  margin-top: 35px;
  margin-left: 6px;
  border-radius: 3px;
}
.headerInfo:before {
  content: "";
  background: none /* missing: assets/images/email.png */ no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
  width: 36px;
  height: 36px;
}
.phone:before {
  content: "";
  background: none /* missing: assets/images/phone.png */ no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
  width: 36px;
  height: 36px;
}
.whatsapp:before {
  content: "";
  background: none /* missing: assets/images/whatsapp.png */ no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
  width: 36px;
  height: 36px;
}
.whatsapp {
  color: #34af23;
}
.headerInfo span {
  display: block;
  color: #555;
  font-size: 14px;
  font-family: "Inter", "Inter Fallback", sans-serif;
}
.headerInfo span a {
  color: #555;
}
.headerInfo3 {
  padding: 0 10px 0 60px;
  border-left: 1px solid #ccc;
  margin-left: 10px;
}
.headerInfo3.phone {
  border-left: 0 solid #ccc;
}
.headerInfo.headerInfo3:before {
  left: 16px;
}
.headerInfo2:before {
  top: 4px;
  left: 10px;
}
.headerInfo2.phone:before {
  top: 7px;
}
.dropdown .show {
  transition: all 8s ease;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
.menu-container {
  background: #111;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 12px 16px;
  margin-right: 1px;
  margin-left: 1px;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #111;
  font-weight: 300;
}
.shrink #cssmenu > ul > li > a {
  padding: 10px 16px;
}
#cssmenu > ul > li.home > a {
  padding: 12px 15px;
}
#cssmenu > ul > li.home > a i {
  font-size: 18px;
  line-height: 1;
}
.home a {
  background: #009915;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li > ul > li > a:hover,
li.active a {
  background: #cd2323;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a.active {
  color: #fff;
  background: #77a507;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > ul li a.dropdown-item:hover,
#cssmenu > ul > li.has-sub > ul li a:hover {
  color: #fff;
  background: #77a507;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 21px;
  right: 17px;
  width: 8px;
  height: 2px;
  display: block;
  background: #999;
  content: "";
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  width: 2px;
  height: 8px;
  background: #999;
  content: "";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul {
  min-width: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 13px 15px;
  width: 100%;
  font-size: 13px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  background: #00457c;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #000;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.shrink .navbar-brand {
  z-index: 9;
}
@media (min-width: 1025px) {
  #cssmenu > ul > li > a {
    color: #222;
  }
  #cssmenu > ul > li.current-menu-item > a {
    color: #fff;
  }
  .top-contact {
    /* margin-top: 18px; */
  }
  .shrink .navbar-brand {
    width: 230px;
    margin-top: 3px;
    margin-bottom: 2px;
    padding: 0;
  }
  .shrink .navbar-brand img {
    height: 38px;
    transition: all 0.25s ease;
  }
  #cssmenu > ul > li:last-child > a {
    color: #fff;
    background: #00457c;
    padding: 12px 40px 12px 16px;
    margin-left: 8px;
    border-radius: 2px;
    position: relative;
    transition: all 0.25s ease;
    width: 120px;
  }
  #cssmenu > ul > li:last-child {
    width: 120px;
  }
  .shrink #cssmenu > ul > li:last-child > a {
    padding: 10px 40px 10px 16px;
  }
  #cssmenu > ul > li:last-child > a:hover {
    color: #fff;
    background: #77a507;
  }
  #cssmenu > ul > li:last-child > a:before {
    content: "\f090 ";
    font-family: FontAwesome;
    right: 10px;
    position: absolute;
    top: 9px;
    font-size: 22px;
  }
}

.signup-terms-link {
  font-size: 0.85rem !important;
  font-weight: 400;
}
.signup-terms-link a {
  padding-left: 5px;
  color: #77a507;
  font-size: 0.85rem !important;
}
.signup-terms-link a:hover {
  color: #00457c;
}
.margin-top-15 {
  margin-top: -15px;
}
.signup-terms-link-foter {
  color: #e0e0e0;
  font-weight: 300;
}
.signup-terms-link-foter a {
  color: #d2ff63;
  font-weight: 400;
}
.signup-terms-link-foter a:hover {
  color: #77a507;
}

.pmt-signup-terms-link {
  color: #333 !important;
}
.pmt-signup-terms-link a {
  padding: 0 !important;
  border: 0px solid #77a507 !important;
  background: transparent !important;
  color: #78a608 !important;
  height: auto !important;
  padding-left: 5px !important;
  margin: 8px 0px 0px 0px !important;
  font-size: 0.85rem;
}
.caption-container .getstarted-form .pmt-signup-terms-link a:hover {
  color: #00457c !important;
}

.product-menu {
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99999 !important;
}
.product-menu-container {
  position: relative;
  left: 220px;
  top: 20px;
  transition: all 0.5s ease-in-out;
}
.shrink .product-menu-container {
  top: 8px;
  transition: all 0.5s ease-in-out;
}
.product-container {
  position: relative;
  display: inline-block;
  width: auto;
  z-index: 99999;
}
.product-menu-container .dropdown-toggle {
  background: #fff;
  font-weight: 300;
}
.product-menu-container .dropdown-menu {
  margin-top: 0;
  padding-top: 50px;
  transition: all 0.5s ease;
  border: none;
  background: transparent;
}
.product-menu-container .dropdown-menu.show {
  padding-top: 10px;
  transition: all 0.5s ease;
}
.dmenu-cnt {
  width: 670px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 300px 270px;
  text-align: left;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  background: #fff;
  box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.1) !important;
  padding: 30px 35px;
  border-radius: 2px;
  position: relative;
}
.dmenu-cnt:after {
  content: "";
  width: 30px;
  height: 20px;
  position: absolute;
  top: -18px;
  left: 38px;
  display: inline-block;
  z-index: 999999;
  background-image: none /* missing: assets/images/up-icon.png */;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-menu-container .dropdown-menu a {
  float: left;
  width: auto;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: start;
}

.dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease all;
}
.dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s ease all;
}
.picon {
  width: 60px;
  height: 60px;
  display: inline-block;
  transform: scale(0.7);
  margin-left: -8px;
  margin-top: -9px;
}
.picons {
  background-image: none /* missing: assets/images/staff.png */;
}
.picont {
  background-image: none /* missing: assets/images/task.png */;
}
.picon-head {
  margin-bottom: 1px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.3rem;
  color: #444;
}

.picon-head span {
  font-weight: 300;
}
.picon-cnt {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #555;
  font-weight: 400;
  margin-top: 5px;
}
.product-menu-container button,
.product-menu-container button:active,
.product-menu-container button:hover {
  outline: none !important;
  border: none !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
  background: transparent !important;
}

.dmenu-cnt a:hover .picon-head {
  color: #333333;
}
.dmenu-cnt a:hover .picon-cnt {
  color: #77a507;
}
.dmenu-link1 {
  position: relative;
}
.dmenu-link1:after {
  width: 1px;
  height: 150%;
  background: #dedede;
  content: "";
  top: -25%;
  right: -6px;
  position: absolute;
}

@media (min-width: 1441px) {
  .top-contact {
    margin-top: 21px;
  }
}
@media (min-width: 1367px) {
  #cssmenu > ul > li > a {
    font-size: 16px;
  }
}
@media all and (max-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 21) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
    background: #fff;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
    margin-top: 20px;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border: 1px solid rgba(120, 120, 120, 0.2);
    border-bottom: 0px;
  }
  #cssmenu ul li.current-menu-item {
    border: 1px solid #77a507;
  }
  #cssmenu ul li.current-menu-item a {
    margin: 0px;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #ddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    content: "";
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #333;
    content: "";
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #333;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 43px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  .logo-container {
    grid-template-columns: 1fr;
  }
  .top-contact {
    float: none;
    width: 100%;
  }
  #menu-button {
    margin-top: -28px !important;
    width: 55px;
    float: right;
  }
  #menu-button.menu-opened {
    margin-top: -50px !important;
  }
  .shrink #menu-button {
    margin-top: -35px !important;
    bottom: -4px;
  }
  .shrink #menu-button.menu-opened {
    margin-top: -45px !important;
  }
  .logo-right {
    /* margin-top: -30px; */
  }
}
@media (min-width: 769px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
    margin-right: 0.3rem;
    margin-left: 0.3rem;
  }
  .navbar-light .navbar-nav .home-link .nav-link {
    font-size: 1.5rem;
    margin-top: -2px;
    margin-right: 0.5rem;
    padding: 0;
  }
  .navbar-light .navbar-nav .home-link .nav-link:hover {
    border-bottom: 0 solid #cd2323;
  }
}

@media (max-width: 1024px) {
  #cssmenu > ul > li:last-child > a:before {
    content: "\f090 ";
    font-family: FontAwesome;
    right: 10px;
    position: absolute;
    top: 9px;
    font-size: 22px;
  }
  #cssmenu > ul > li:last-child {
    border-bottom: 1px solid rgba(120, 120, 120, 0.2);
    padding: 5px 10px 5px 10px;
  }
  #cssmenu > ul > li:last-child > a {
    background: #00457c;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 13px 15px 15px 13px;
    border-radius: 2px;
    max-width: 440px;
  }
  .navbar-brand {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-brand {
    z-index: 999 !important;
    position: relative;
  }
}
@media (max-width: 480px) {
  .navbar-light .navbar-brand {
    width: 200px;
  }
}

.signup-modal.in {
  background: #fff;
}
.signup-modal .close {
  background: #e9ebee 50%;
  border-radius: 50%;
  height: 41px;
  opacity: 1;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 41px;
  z-index: 100;
}
.signup-modal .modal-body {
  text-align: center;
}
.signup-modal .modal-content {
  border: 0px;
}
.signup-modal form {
  max-width: 440px;
  margin: 10px auto;
}
.signup-modal h2 {
  font-weight: 600;
  font-size: 2.3rem;
}
.signup-modal h3 {
  font-weight: 500;
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 35px;
  margin-top: 15px;
}
.signup-modal .form-control {
  padding: 0.6rem 0.75rem;
  border-radius: 0.1rem;
}
.signup-modal .close {
  float: right;
  font-size: 2.2rem;
  font-weight: 300;
}
p.no-card {
  font-size: 1rem;
  color: #777;
}
.back-to-page span {
  text-decoration: none;
  color: #00457c;
  font-size: 0.9rem;
  cursor: pointer;
}
.back-to-page:hover span {
  color: #111;
}
.get-started-submit,
a.get-started-submit,
input.get-started-submit,
button.get-started-submit {
  display: inline-block;
  border: none;
  padding: 6px 20px;
  margin-left: -4px;
  border: 1px solid #77a507;
  background: #77a507;
  color: #fff;
  font-size: 1.2em;
  border-radius: 2px;
}
.signup-modal .get-started-submit,
.signup-modal a.get-started-submit,
.signup-modal button.get-started-submit {
  width: 100%;
  padding: 6px 20px;
  margin-left: 0px;
  font-size: 1.2em;
  border-radius: 0.1rem;
}

.signup-modal .modal-lg {
  max-width: 900px;
  min-height: 85vh;
  align-items: center;
  display: grid;
}

footer {
  background: #efefef none /* missing: assets/images/footer-background.png */ fixed;
  margin-top: 0;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer1 {
  display: grid;
  align-items: start;
  text-align: left;
  background-position: center;
  background-size: cover;
}
.footer1 h4 {
  color: #00487a;
  opacity: 1;
  font-weight: 500;
  font-size: 1.2em;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.footer1 p {
  color: #3e6787;
  font-size: 0.88em;
  width: auto;
  display: inline-block;
  padding: 0;
  font-weight: 500;
}
.footer-li {
  padding: 0;
  margin-bottom: 0;
}
.footer-li li {
  display: inline-block;
  width: 100%;
  position: relative;
}
.footer-li li a i {
  color: #77a507;
  font-size: 1.2em;
  margin-right: 5px;
}
.footer-li li a {
  color: #3e6787;
  font-size: 0.88em;
  width: auto;
  display: inline-block;
  padding: 0;
  font-weight: 500;
}
.footer-li li a:hover {
  color: #77a507;
  opacity: 1;
}
.footer-li li:last-child a {
  border-bottom: 0 dotted #333;
}
.footer-li li a:after {
  width: 0;
  height: 1px;
  background: #76a507;
  content: "";
  display: block;
  opacity: 1;
  transition: all 0.25s ease;
}
.footer-li li a:hover:after {
  width: 70%;
  opacity: 1;
  transition: all 0.25s ease;
}
.ft-getin .footer-li li:before {
  display: none;
}
.ft-getin .footer-li li a {
  font-weight: 300;
  opacity: 1;
  padding-left: 5px;
}
.ft-getin .footer-li li a:hover {
  color: #cd2323;
  opacity: 1;
}
.ft-getin .footer-li li a i {
  font-size: 18px;
  margin-right: 10px;
}
.ft-getin .footer-li li a i.fa-phone {
  color: #5c93ba;
}
.ft-getin .footer-li li a i.fa-whatsapp {
  color: #4caf4f;
}
.ft-getin .footer-li li a i.fa-envelope {
  color: #ddd4ac;
}
.ft-getin .footer-li li a i.fa-skype {
  color: #3eabf2;
}
.footer-li li:hover:before {
  opacity: 1;
}
.footer-social {
  padding: 0;
  margin-top: 15px;
}
.footer-social li {
  display: inline-block;
}
.footer-social li a:hover {
  background: #999;
  text-decoration: none;
}
.ft-socil-link .footer-li {
  padding-left: 6px;
}
.ft-socil-link .footer-li a {
  margin-bottom: 10px;
}
.ft-socil-link .footer-li a i.fa-phone {
  color: #0075b7;
  font-size: 1.8em;
  bottom: -6px;
  left: -5px;
  position: relative;
}
.ft-socil-link .footer-li a i.fa-whatsapp {
  color: #25d366;
  font-size: 1.7em;
  bottom: -3px;
  left: -5px;
  position: relative;
}
.ft-socil-link .footer-li a i.fa-envelope {
  color: #decc00;
  font-size: 1.4em;
  bottom: -2px;
  left: -5px;
  position: relative;
}
.ft-socil-link .footer-li a i.fa-skype {
  color: #00aff0;
  font-size: 1.5em;
  bottom: -3px;
  left: -5px;
  position: relative;
}
.footer-copy {
  padding: 17px 0;
  text-align: center;
  background: #00457c;
  margin-top: 60px !important;
  /*border-top: 5px solid #77a507;*/
}
.footer-copy p {
  margin-bottom: 0;
}
.footer-copy p,
.footer-copy p a {
  color: #fff;
  font-weight: 400;
}
.footer-copy p a:hover {
  color: #77a507;
}
.ft-getin p {
  margin-bottom: 0;
}
p.fph {
  margin-bottom: 0;
  margin-top: 10px;
}
p.fem {
  margin-bottom: 16px;
}
.officeaddress {
  padding: 0 0 10px;
}
.officeaddress-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: -118px;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 27px 15px 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.footer1 {
  padding-bottom: 30px;
}
.footer1 {
  padding-top: 55px; /*max-width:800px*/
}
.footer-adrs {
  position: relative;
}
.footer-adrs .addr-img {
  width: 80px;
  height: 80px;
  transform: scale(0.5);
  position: absolute;
  top: -25px;
  left: -7px;
}
.taj_mahal {
  background-position: -310px -210px;
}
.leaning_tower_of_pisa {
  background-position: -110px -210px;
}
.reichstag {
  background-position: -310px -10px;
}
.footer-adrs .addr-line {
  width: 100%;
  padding-left: 16px;
  padding-top: 5px;
  padding-right: 25px;
}
.addr-font {
  font-size: 1.5em;
  font-weight: 600;
  color: #444;
  padding-left: 43px;
}
.software-demo-tab .resp-tabs-list {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
.resp-tabs-list li {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 14px 9px 20px !important;
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.resp-tabs-list li i {
  font-size: 17px;
  margin-right: 7px;
}
.resp-tabs-container {
  padding: 0;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 15px;
}
.resp-tab-item {
  margin-bottom: 1px !important;
  transition: all 0.25s ease;
}
.software-demo-tab .resp-tab-item {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-size: 1.2rem;
}
.resp-tab-active,
.resp-tab-item:hover {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.6);
  color: #cd2323 !important;
  transition: all 0.35s ease;
}
.software-demo-tab .resp-tab-active,
.software-demo-tab .resp-tab-item:hover {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0);
  color: #77a507 !important;
  transition: all 0.35s ease;
}
.new-pro-tab .resp-tab-content {
  background: rgba(255, 255, 255, 0.9);
}
.new-pro-tab .resp-tab-active,
.new-pro-tab .resp-tab-item:hover {
  background: rgba(255, 255, 255, 0.9);
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-top: 0 solid #e1e1e1;
  margin: 0;
  padding: 15px 15px;
}
h2.resp-tab-active {
  border-bottom: 0 solid #e1e1e1 !important;
  margin-bottom: 0 !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e1e1e1 !important;
  background: blue;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #e1e1e1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
  width: 10px;
  height: 10px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid rgba(0, 0, 0, 0.33);
  border-right: 2px solid rgba(0, 0, 0, 0.33);
  float: right;
  position: relative;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
}
h2.resp-tab-active span.resp-arrow {
  transform: rotate(135deg);
}
.footer-social li a {
  width: 35px;
  height: 35px;
  border: 0 solid #999;
  display: grid;
  align-items: center;
  text-align: center;
  margin: 5px 4px;
  border-radius: 2px;
  color: #fff;
}
.footer-social li a.facebook {
  background: #3b5998;
}
.footer-social li a.twitter {
  background: #00aced;
}
.footer-social li a.google-plus {
  background: #dd4b39;
}
.footer-social li a.linkedin {
  background: #0077b5;
}
.footer-social li a.instagram {
  background: #00487a;
}
.footer-social li a:hover {
  color: #fff;
  border: 0 solid #77a507;
  background: #77a507;
}
h2.resp-tab-active {
  background: #f8ffe7 !important;
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #e1e1e1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #e1e1e1 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0;
}
.resp-tab-content-active {
  display: block;
}
h2.resp-accordion:first-child {
  border-top: 1px solid #e1e1e1 !important;
}

@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    border: 1px solid #666;
    margin-top: -1px;
  }
  h2.resp-accordion:first-child {
    border-top: 1px solid #666 !important;
  }
  .software-demo-tab h2.resp-accordion {
    color: #ccc;
    font-size: 16px !important;
  }
  .new-pro-tab h2.resp-accordion {
    background: #fff;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  h2.resp-tab-active {
    background: #000 !important;
    box-shadow: none !important;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .resp-tab-content-active {
    background: #000;
    border-right: 1px solid #666;
    border-left: 1px solid #666;
    margin-top: -1px;
  }
}

.company-container {
  display: grid;
}
.company-container1 {
  align-self: center;
}
.company-container3 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.ioss_sprites {
  background-image: none /* missing: assets/images/desklog_sprites.png */;
}
.com-img {
  width: 80px;
  height: 80px;
  transform: scale(0.8);
  margin: auto;
  transition: all 0.2s ease;
}
.company-container h4 {
  color: #888;
  font-size: 2em;
  margin-bottom: 0;
  font-weight: 500;
}
.company-container3 .com-img {
  display: inline-block;
}
.company-container3 .com-cnt {
  text-align: left;
  display: inline-block;
  top: -16px;
  position: relative;
  left: 5px;
}
.company-container1:hover .com-img,
.company-container3:hover .com-img {
  transform: scale(0.9);
  transition: all 0.4s ease;
}
.bg-Developmen_staff {
  background-position: -10px -110px;
}
.bg-Project_delivered {
  background-position: -210px -210px;
  margin-bottom: -10px;
}
.bg-Hours_efforts {
  background-position: -210px -10px;
}
.bg-Satisfied_clients {
  background-position: -310px -110px;
}
.bg-Years_experience {
  background-position: -210px -10px;
}
.bg-International_office {
  background-position: -210px -110px;
}
.btm-brd {
  border-bottom: 1px solid #eee;
}
.brd2 {
  border-right: 0 solid #eee;
}
.company-container2 {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.brd2 {
  border-right: 0 solid #eee;
}
.quick-contact {
  position: fixed;
  left: -10px;
  top: 15%;
}
#target {
  background: #fff;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
  width: 300px;
  height: auto;
  padding: 20px 20px 20px 30px;
  margin-left: -310px;
  position: relative;
  border-radius: 5px;
}
#target.target-show {
  transition: all 0.8s ease;
  margin-left: 0;
}
#target.target-hide {
  margin-left: -310px;
  transition: all 0.8s ease;
}
.Hide {
  position: absolute;
  top: -5px;
  right: -5px;
}
.Show {
  position: absolute;
  top: 34%;
  left: -28px;
  transform: rotate(270deg);
  padding: 10px 30px 7px 15px;
  font-family: "Inter", "Inter Fallback", sans-serif;
  color: #fff;
  border-radius: 5px;
  background: #cd2524;
  border: none;
  transition: all 0.2s ease;
}
.Show i {
  display: inline;
  position: absolute;
  transform: rotate(90deg);
  right: 10px;
  top: 18px;
}
.Show_btn-show {
  left: -310px;
  transition: all 0.8s ease;
}
.Show_btn-hide {
  left: -28px;
  transition: all 0.8s ease;
}
.Hide {
  border-radius: 50%;
  background: #cd2524;
  border: none;
  color: #fff;
  width: 28px;
  height: 28px;
  transition: all 0.2s ease;
}
.Hide i {
  position: relative;
  top: -1px;
  transform: rotate(180deg);
}
.Show:hover,
.Hide:hover {
  background: #333;
  transition: all 0.3s ease;
}
.quick-contact .form-control {
  display: block;
  border-radius: 4px;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1;
}
.quick-contact select.form-control:not([size]):not([multiple]) {
  height: auto;
}
.quick-contact textarea.form-control {
  line-height: 1.5;
  height: 60px;
}
.quick-head p {
  margin-bottom: 2px;
}
.quick-head {
  margin-bottom: 15px;
}
.btn-primary {
  background: #77a507;
  border: none;
  border-radius: 4px;
}
.btn-primary:hover {
  background: #00457c;
  border: none;
}
.quick-submit {
  text-align: center;
}
.quick-submit .btn-primary {
  padding: 3px 15px;
}
.quick-contact span.wpcf7-not-valid-tip {
  margin-top: -5px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button:focus {
  outline: 0;
}
.quick-contact .form-group {
  margin-bottom: 0;
  height: 48px;
}
.quick-contact .fg-textarea {
  margin-bottom: 0;
  height: 75px;
}
input.form-control:focus,
.form-control:focus {
  border-color: #dbacac;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.ft-getin .footer-social {
  padding: 0;
  margin-top: 10px;
  text-align: center;
  width: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.footer-mail-social {
  text-align: center;
  margin-bottom: 20px;
}
a.footer-mail {
  background: #2c608a;
  color: #fff !important;
  padding: 6px 14px 6px 35px;
  border-radius: 2px;
  margin-right: 4px;
  cursor: text;
  position: relative;
  top: 0;
}
a.footer-phone {
  background: #2c608a;
  color: #fff !important;
  padding: 6px 14px 6px 35px;
  border-radius: 2px;
  margin-right: 4px;
  cursor: text;
  position: relative;
  top: 0;
  white-space: nowrap;
}
a.footer-mail i {
  font-size: 22px;
  position: absolute;
  left: 7px;
  top: 5px;
}
a.footer-phone i {
  font-size: 22px;
  position: absolute;
  left: 7px;
  top: 5px;
}
.comname-pop .modal-header {
}
.comname-pop .modal-content button.close {
  right: 5px;
  position: absolute;
  top: 0px;
  z-index: 999;
}
.comname-pop .modal-content h3 {
  font-size: 22px;
  color: #77a507;
  font-weight: 600;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.comname-pop button {
  margin-bottom: 10px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
button:focus {
  outline: 0px dotted #000;
}

.search_result .updated {
  display: none;
}

.Policies-Left {
  position: sticky;
  float: left;
  position: -webkit-sticky;
  width: 100%;
  height: auto;
  top: 65px;
  margin-bottom: 30px;
}
.Policies-Left ul {
  padding-left: 0;
}
.Policies-Left ul li {
  list-style: none;
}
.Policies-Left ul li a {
  color: #333;
  padding: 6px 20px;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 1px;
}
.Policies-Left ul li a:hover,
.Policies-Left ul li a.active {
  color: #333;
  background: #eee;
}

@media (min-width: 769px) {
  .Policies {
    display: grid;
    grid-template-columns: 220px 1fr;
    grid-column-gap: 30px;
  }
  .tab-section {
    padding-top: 50px;
    min-height: 280px;
    padding-bottom: 50px;
  }
  .tab-section #horizontalTab {
    position: relative;
  }
  .tab-section #horizontalTab .resp-tabs-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    padding: 0;
  }
  .tab-section #horizontalTab .resp-tabs-list li {
    width: 100%;
  }

  .footer1 {
    /* grid-template-columns:6fr 5fr 3fr 3fr 4fr; */
    grid-template-columns: 5fr 7fr 5fr 5fr;
    grid-column-gap: 3%;
  }
  /*.footer1{grid-template-columns:5fr 3fr 3fr 4fr;grid-column-gap:3%} with out project*/
}

@media (min-width: 600px) {
  .ft-about {
    padding-right: 20px;
  }
  .company-container {
    grid-template-columns: 4fr 5fr 4fr 5fr;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .Policies-Left {
    display: none;
  }

  .footer1 {
    /* grid-template-columns:1fr 1fr 1fr; */
    grid-template-columns: 1fr 1fr;
  }
  .footer1 .ft-link:nth-child(3),
  .footer1 .ft-link:nth-child(4) {
    margin-top: 17px;
  }

  .dmenu-cnt:after {
    top: -18px;
    left: 216px;
  }
}

@media (max-width: 767px) {
  .dmenu-cnt {
    width: 400px;
    grid-template-columns: 1fr;
  }
  .navbar-brand {
    width: 160px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .product-menu-container {
    left: 140px;
    top: 10px;
  }
  .dmenu-cnt:after {
    left: 9%;
  }
  .dmenu-link1:after {
    width: 100%;
    height: 1px;
    background: #dedede;
    content: "";
    top: auto;
    bottom: -20px;
    right: auto;
    left: 0px;
    position: absolute;
  }
  .shrink .navbar-brand {
    width: 150px;
  }
  .shrink .navbar-brand img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 440px) {
  .dmenu-cnt:after {
    left: 46%;
  }
}
@media (max-width: 360px) {
  .dmenu-cnt {
    width: 360px;
  }

  .dmenu-cnt:after {
    left: 52%;
  }
}

@media (max-width: 380px) {
  .dmenu-cnt {
    width: 370px;
  }
  .dmenu-cnt:after {
    left: 57%;
  }
}

@media (max-width: 599px) {
  .footer1 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .footer1 {
    grid-row-gap: 30px;
  }
  #cssmenu ul {
    max-height: 250px;
    overflow: scroll;
  }
  .quick-contact {
    position: absolute;
    top: 80px;
  }
  .Show_btn-hide {
    left: -35px;
  }
  .Show {
    position: absolute;
    top: 23px;
    left: -27px;
  }
  .footer-copy {
    border-top: 0 solid #77a507;
  }
}

@media (max-width: 440px) {
  #cssmenu ul {
    max-height: 585px;
  }
  .footer1 {
    grid-template-columns: 1fr;
  }
  .ft-getin .footer-social {
    width: 100%;
  }
  a.footer-mail {
    clear: both;
    display: inline-block;
    margin-top: 10px;
  }
}

@media (max-width: 350px) {
  .navbar-brand {
    width: 160px;
  }
  #menu-button {
    margin-top: -29px !important;
  }
  #cssmenu ul {
    max-height: 495px;
  }
}

@media (max-width: 320px) {
  .navbar-brand {
    width: 148px;
  }
  .dmenu-cnt {
    width: 320px;
  }
  .dmenu-cnt:after {
    top: -18px;
    left: 57%;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.error-404 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.error-404 h1,
.error-404 p,
.error-404 {
  text-align: center;
}
.img404-sec {
  width: 210px;
  display: flex;
  margin: auto;
}
.txt4 {
  font-size: 90px;
  float: left;
  line-height: 1;
  color: #00457c;
}
.image404 {
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 100%;
  overflow: hidden;
}
.image404 img {
  width: 150px;
  left: -25px;
  position: relative;
  top: -5px;
}
.error-404 h4 {
  color: #999;
  font-weight: 200;
  letter-spacing: 25px;
  text-transform: uppercase;
  margin-right: -37px;
  margin-top: 7px;
  margin-bottom: 15px;
}
.error-404 p {
  font-size: 18px;
  margin-bottom: 6px;
}
.error-404 h6 {
  font-size: 15px;
  color: #333;
}
@media (max-width: 440px) {
  .footer1 {
    padding-top: 35px;
  }
  .error-404 h1 {
    font-size: 1.4rem;
  }
  .error-404 p {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .footer1 h4 {
    position: relative;
  }
  .footer1 h4:after {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #77a507;
  }
}

#user-register-form label.error {
  color: red;
}
.get-started-submit {
  cursor: pointer;
}
#cssmenu .current-menu-item a {
  color: #77a507 !important;
  position: relative;
}
#cssmenu .current-menu-item a::before {
  position: absolute;
  left: 15%;
  width: 70%;
  height: 2px;
  content: "";
  bottom: 0;
  background-color: #77a507;
}

blockquote {
  padding: 10px 25px 10px 30px;
  margin: 20px 0;
  font-size: 16px !important;
  line-height: 26px !important;
  border-left: 5px solid #00457c;
  background: #f1f1f1;
  width: auto;
  display: inline-block;
}
blockquote p {
  margin: auto;
}

.blog-breadcrumb ul {
  padding: 0;
}
.blog-breadcrumb ul li {
  float: left;
  list-style: none;
  font-size: 10px;
  color: #999;
}
.blog-breadcrumb ul li a {
  color: #999;
  font-size: 10px;
  background: unset;
  padding: 0;
  margin: auto;
}
.blog-breadcrumb ul li:after {
  display: inline-block;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  color: #6c757d;
  content: "/";
}
.blog-breadcrumb ul li:last-child:after {
  display: none;
}
.sub-head-page {
  color: #000;
  font-weight: bolder;
  font-style: italic;
}
.sub-head-page:before {
  content: "\201C";
  margin-right: 0.1rem;
  display: inline-block;
  color: #838383;
}
.sub-head-page:after {
  content: "\201D";
  margin-left: 0.1rem;
  display: inline-block;
  color: #838383;
}
.tsk-manage-head {
  text-align: center;
  padding: 10px 25px 10px 30px;
  margin: 20px 0;
  font-size: 16px !important;
  line-height: 26px !important;
  width: auto;
  box-shadow: 10px 10px 30px #efefef;
  padding: 20px 0;
  border: dotted 1px #ccc;
}

#user-register-form-popup label.error {
  color: red;
  float: left;
  width: 100%;
  margin-top: 8px;
  margin-bottom: -7px;
}

.form-group label.error {
  font-size: 13px;
  color: #e13c3c;
  position: relative;
  top: -7px;
  left: 1px;
}
.form-group label {
  margin-bottom: 0;
  position: relative;
  bottom: -3px;
}

#SignupModal .alert span {
  font-size: 12px;
}

/*new sign up popup form styles*/
form#user-register-form-popup .form-group {
  text-align: left;
}
#user-register-form-popup label.error {
  color: red;
}
.form-group label.error {
  font-size: 13px;
  color: #e13c3c;
  position: relative;
  top: -7px;
  left: 1px;
}

.form-group label {
  margin-bottom: 0;
  position: relative;
  bottom: -3px;
}
/*.get-started-submit-button {
    display: inline-block;
    padding: 3px 20px;
    font-size: 20px !important;
    border-radius: 2px;
}*/
a.disabled-atag {
  pointer-events: none;
  cursor: default;
}
.banner-getstarted {
  position: relative;
}
label#set_new_domain_email-error {
  position: absolute;
  top: -28px;
}
img#loading-image {
  width: 20px;
  display: none;
  margin-left: 10px;
  margin-bottom: 4px;
}
/*new sign up popup form styles*/

.abcRioButtonLightBlue {
  height: 30px !important;
  width: 34px !important;
}
.getstarted-btn-content span {
  color: #fff;
  opacity: 0.9;
  font-size: 0.9rem;
}

/*.captcha_class{
  width: 77%;
  float: left;
}*/
@media (max-width: 768px) {
  .captcha_class {
    width: 67%;
  }
}

.with-capthca {
  display: grid;
  grid-template-columns: 99px 1fr 50px;
  align-items: center;
}
.refreshCaptcha {
  padding-left: 15px;
}
.refreshCaptcha i {
  font-size: 1.4rem !important;
  line-height: 0;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.refreshCaptcha a:hover i {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.cookie-notice-container {
  padding: 10px 30px 4px 30px !important;
  font-size: 0.9rem;
}
.cn-button.wp-default {
  color: #fff;
  background: #77a507 !important;
}

.alert_view_home {
  width: 100%;
  float: left;
  font-size: 13px;
  color: red;
  text-align: left;
}
.getstart_pop_loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 0;
  background-color: #fff;
  z-index: 9;
}
.getstart_pop_loading span {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.getstart_pop_loading span img {
  max-width: 80px;
}
.download-baner .download-get-started {
  margin-top: 10px;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  border: solid 1px;
  transition: 0.2s ease;
}
.entry-header {
  display: none;
}
.ftm_software {
  background-color: #f3f3f3 !important;
}
.ftm_software h2 {
  color: #2c2a2a !important;
}
.ftm_software h1 {
  color: #2c2a2a !important;
}
.ftm_software h3 {
  color: #2c2a2a !important;
  font-size: 1.1em !important;
}
.ftm_software h4 {
  color: #2c2a2a !important;
  font-size: 1.1em !important;
}
.offline-time-tracking-baner {
  padding: 65px 0 15px !important;
}
.data-entry-sec {
  margin-top: 80px;
}
.banking-sec {
  margin-top: 80px;
}
.insurance-sec {
  margin-top: 80px;
}
.feature-banner-sec .integration-registration-cnt form input:first-child {
  border: 1px #dae7bb solid !important;
}

#SignupModalNew {
  cursor: pointer;
}
.agile_img {
  display: none;
}
.tickt_systm_img {
  display: none;
}

.search_result_head {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 110px;
  position: static;
  padding: 20px 0;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 12px;
  margin-bottom: 20px;
}
.search_result_head h1 {
  font-size: 25px;
}
.search_result {
  width: 100%;
  height: auto;
  float: left;
}

.beta_prj_name {
  position: absolute;
  right: 13%;
  font-size: 13px;
  top: 14px;
}

@media only screen and (max-width: 1366px) {
  .bg-fluid-box {
    margin-top: -10px !important;
  }
}
@media only screen and (max-width: 991px) {
  #cssmenu {
    background: transparent !important;
  }
  #cssmenu ul {
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  a.footer-phone {
    margin-bottom: 10px;
    display: inline-block;
  }
}

/* Footer Privacy section */
.footer-privacy-wrapper ul li a {
  font-size: 15px;
}
.footer-privacy-wrapper ul li a:hover {
  color: #77a507;
}
@media only screen and (max-width: 548px) {
  .footer-privacy-wrapper ul li {
    width: 100%;
  }
  .footer-privacy-wrapper {
    text-align: left !important;
    margin-bottom: 15px;
  }
}
/* --- */

#mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before {
  display: flex;
  content: "ï…˜";
  font-family: dashicons;
  font-weight: normal;
  color: white;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
  right: -300px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close {
  right: calc(min(100vw - 40px, 300px)) !important;
  left: auto !important;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
  right: 0px !important;
  left: inherit !important;
}
/* --- */
.logo-right ul.right-menus {
  display: flex;
  padding: 0;
  margin: 0;
}
.list-mobile-menu {
  padding: 0;
}
.list-mobile-menu li {
  list-style: none;
  padding-left: 27px;
  position: relative;
}
.list-mobile-menu li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 8px;
  top: 7px;
  background: url(/theme/images/desklog-menu-icons/right-arrow.svg)
    no-repeat;
  background-size: contain;
}
.list-mobile-menu li a {
  font-size: 15px;
  font-family: "Inter", "Inter Fallback", sans-serif;
  font-weight: 400;
  color: #111;
  margin-top: 4px;
  margin-bottom: 2px;
}
.logo-right ul.right-menus li {
  list-style: none;
}
.mega-menu-wraper h6 {
  color: #1a1a1a;
  margin-bottom: 3px;
  font-size: 14px;
}

@media (max-width: 1026px) {
  .mega-menu-item {
    padding: 0 !important;
  }
  .mega-sub-menu {
    padding-top: 0 !important;
  }
  .order-1025-3 {
    order: 3 !important;
  }
  .order-1025-2 {
    order: 2 !important;
  }
  .order-1025-1 {
    order: 1 !important;
  }
  .top-contact {
    margin: 0 !important;
  }
  .logo-right.order-1025-2 {
    /* display: none; */
    width: -webkit-fill-available;
    max-width: 300px;
  }
  .logo-container {
    display: flex !important;
    width: 100%;
  }
  .logo-container .logo-container {
    display: inherit;
  }
  .logo-right {
    width: auto;
  }
}
@media (max-width: 767px) {
  .logo-right.order-1025-2 {
    display: none !important;
  }
}

/* ---menu-- */

.mega-menu-demo {
  background: #fff;
  border: solid 2px #dceeeb;
  min-height: 100px;
  width: 1350px;
  transform: translate(20%, 0);
  position: absolute;
  z-index: 99;
  border-radius: 15px;
  top: 74px;
  box-shadow: 0 5.56px 34.46px rgb(88, 114, 170, 19%) !important;
  padding: 0.7rem;
}

.menu-title-custom {
  font-size: 16px;
  font-family: "Inter", "Inter Fallback", sans-serif;
  font-weight: 500;
  color: #505050;
  padding-bottom: 5px;
  position: relative;
}

.menu-title-custom::before {
  content: "";
  position: absolute;
  border-bottom: solid 1px #dadada;
  height: 100%;
  width: calc(100% - 20px);
}

.menu-grid-wrap {
  padding: 10px 2px;
}

.menu-grid-wrap::before {
  content: "";
  position: absolute;
  border-right: solid 1px #dadada;
  top: 10px;
  right: 10px;
  height: calc(100% - 20px);
  width: 100%;
}

.menu-list {
  padding-top: 0.4rem;
  position: relative;
}

.menu-list ul li + li {
  margin-top: -2px;
}

.menu-list-item {
  display: flex;
  align-items: start;
  gap: 0.7rem;
  padding: 11px 14px;
  transition: all 0.25s;
}

.menu-list-item .icon-svg img {
  min-width: 25px;
  aspect-ratio: 3 / 3;
  object-fit: contain;
}

.menu-list-item:hover {
  transition: all 0.25s;
  background: #f2f7fa;
  border-radius: 12px;
}

.menu-list-item .icon-svg{
  margin-top: 4px;
}
.menu-list-item .submenu-title {
  font-size: 16px;
  font-family: "Inter", "Inter Fallback", sans-serif;
  font-weight: 500;
  color: #111;
  margin-top: 4px;
  margin-bottom: 2px;
}

.menu-list-item p {
     font-size: 15px;
    font-family: "Inter", "Inter Fallback", sans-serif !important;
    font-weight: 400;
    color: #040404;
    line-height: 1.6;
    margin-bottom: 0 !important;
}

.get-dwld-menu,
.get-start-menu {
  background: #f5fbff;
  border-radius: 15px;
  padding: 14px 1px;
  border: solid 1px #eaf1f5;
}

.get-start-menu img.get-start {
  max-width: 206px !important;
  margin: 0 auto;
}

.get-start-menu .title {
  font-family: "Inter", "Inter Fallback", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  color: #004073;
  line-height: 1.5;
  margin-bottom: 6px;
}

.get-start-menu p {
  font-family: "Inter", "Inter Fallback", sans-serif !important;
  color: #161616;
  font-size: 14px;
  line-height: 1.6;
  max-width: 220px;
  font-weight: 400;
  margin-bottom: 6px !important;
}

.get-start-menu a {
  font-family: "Inter", "Inter Fallback", sans-serif !important;
  background-color: #81b504;
  color: #fbfff1;
  line-height: 1;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 6px;
  font-weight: 400;
  box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.1),
    2px 2px 5px 0px rgba(255, 255, 255, 0.4) inset;
  transition: all 0.25s;
}

.get-start-menu a:hover {
  transition: all 0.25s;
  background-color: #709c0aff;
}

.get-start-menu .grn {
  color: #81b504;
}
.get-dwld-menu.get-start-menu .app-dwn img,
.get-dwld-menu.get-start-menu img.app-dwn {
  max-width: 157px !important;
}

.get-dwld-menu.get-start-menu .title {
  color: #212121;
}

.get-dwld-menu.get-start-menu .app-dwn-btn {
  display: inline-block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
  height: 34px;
  max-width: 110px;
  width: 100%;
  box-shadow: 0 0 0 transparent;
}

.get-dwld-menu.get-start-menu .app-dwn-btn.play-store {
  background-image: url(/theme/images/desklog-menu-icons/GooglePlay.svg);
}

.get-dwld-menu.get-start-menu .app-dwn-btn.app-store {
  background-image: url(/theme/images/desklog-menu-icons/AppStore.svg);
}

@media (min-width: 1050px) {
  .mega-close {
    display: none !important;
  }
	
}
@media (max-width: 1050px) {
  .get-start-menu {
    display: none;
  }
  .mega-menu-wraper .col-3,
  .mega-menu-wraper .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
  }
  .menu-list-item {
    padding: 8px 3px;
    border-radius: 2px;
  }
  .menu-list-item:hover {
    background-color: inherit;
  }
  .menu-list-item p {
    display: none;
  }
  .menu-list-item .icon-svg img {
    min-width: inherit !important;
    width: 22px !important;
  }
  .menu-grid-wrap {
    padding: 4px 2px !important;
  }
  .menu-list.d-flex {
    flex-direction: column;
  }
  .menu-list-item .submenu-title {
    font-size: 14px !important;
  }
  .menu-list-item {
    gap: 8px !important;
  }
  .menu-title-custom {
    font-size: 14px;
    padding-bottom: 2px;
  }
  .menu-grid-wrap::before {
    display: none;
  }
}

/* Footer Privacy section */





/* ── new-style.css ── */
﻿:root {
  --primary-dec-24: #81b504;
  --secondary-dec-24: #81b504;
  --white-dec-24: #fcfff6;
}

* {
  font-family: "Inter", "Inter Fallback", sans-serif;
}

p {
  font-family: "Inter", "Inter Fallback", sans-serif !important;
  color: #000000;
  font-size: 18px;
}

p a {
  border-bottom: 1px #00487a52 solid;
  font-family: "Inter", "Inter Fallback", sans-serif !important;
  font-size: 18px;
}

section:has(.main-landing) {
  background: rgb(253, 255, 248);
  background: linear-gradient(0deg, #fdfff8 0%, #ebfffeb5 100%);
  padding-top: 80px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.main-landing > div {
  text-align: center;
}
.grid-bg-container {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.gap-6 {
  gap: 1.5rem;
}

.grid-bg {
  display: grid;
  gap: 0px;
  padding: 1.25rem 0 4rem;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.grid-bg div {
  height: 100px;
  /* background-color: rgba(25, 53, 45,2.5%); */
  border: solid 0.002rem rgba(25, 53, 45, 2%);
}

.grid-bg div:nth-child(8n + 3) {
  background-color: rgba(25, 53, 45, 2%);
}

.custom-container {
  width: 80%;
  margin: 0 auto;
  padding: 0 10px;
}

.main-heading {
  color: #212121;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.01rem;
  line-height: 50px;
}

.main-sub-heading {
  color: #161616;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.01rem;
  margin-top: 1.6rem;
}

.main-sub-text {
  color: #242424;
  font-size: 17.5px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  margin-top: 0.8rem;
  max-width: 1020px;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "Inter", "Inter Fallback", sans-serif !important;
}
.main-sub-text a {
  font-family: "Inter", "Inter Fallback", sans-serif !important;
}

.getstart.succuss {
  background-color: var(--primary-dec-24);
  color: #fff;
  border: solid 2px var(--primary-dec-24);
}

.demo_option:hover .getstart.succuss {
  background-color: #f1f3ff;
  border: solid 2px #e2e7ff !important;
  color: #212121;
}

 .getstart {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  transition: all 200ms ease-in;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
} 

.getstart:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  /* Start off-screen */
  width: 200px;
  height: 100%;
  z-index: 9;
  background: -webkit-linear-gradient(
    to right,
    rgba(25, 165, 148, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(30, 196, 180, 0) 99%
  );
  background: linear-gradient(
    to right,
    rgba(25, 165, 148, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(30, 196, 180, 0) 99%
  );
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  animation: slide-light 2.3s infinite;
  -webkit-animation: slide-light 2.3s infinite;
}

@keyframes slide-light {
  0% {
    left: -200px;
    /* Start off-screen */
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }

  80% {
    left: 100%;
    /* Move completely across the button */
    opacity: 0;
  }

  100% {
    left: 100%;
    /* End off-screen */
    opacity: 0;
  }
}

@-webkit-keyframes slide-light {
  0% {
    left: -200px;
    /* Start off-screen */
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }

  80% {
    left: 100%;
    /* Move completely across the button */
    opacity: 0;
  }

  100% {
    left: 100%;
    /* End off-screen */
    opacity: 0;
  }
}

/* .getstart:hover {
  background-color: #6e9b05;
  color: #fff;
  text-decoration: none;
} */

.getstart i {
  -webkit-text-stroke: 0.5px #81b504;
}

.video_open_btn {
  position: relative;
  padding: 0;
  background-color: rgb(240 255 204);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

.video_open_btn:before {
  -webkit-animation: pulse-border-button 1.5s ease-out infinite;
  animation: pulse-border-button 1.5s ease-out infinite;
  background: #81b504;
  content: "";
  display: block;
  height: 100%;
  left: 51%;
  position: absolute;
  text-align: center;
  top: 51%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: -1;
  border-radius: 50%;
}

.content {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.front,
.back {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}

.card:hover .content {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}

.back {
  color: #242424;
  transform: rotateY(180deg);
  border: solid 5px #aab6bd14;
  z-index: 8;
}

.flip_back {
  padding: 12px;
}

.flip_back h4 {
  color: #111111;
  font-size: 22px;
  margin-top: 15px;
}

.flip_back p {
  color: #111111;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.5;
}

.flip_back a {
  background: var(--primary-dec-24);
  color: #fff !important;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 2px;
  font-size: 15px !important;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.flip_back a:hover {
  background-color: #6e9b05 !important;
  color: #fff !important;
  text-decoration: none;
}

@keyframes pulse-border-button {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1) scale(1);
  }

  to {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1)
      scale(1.65);
  }
}

.video_open_btn:active,
.video_open_btn:focus {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* 
.video_open_btn::after {
    content: '';
    position: absolute;
    inset: 0;
    border: dashed 1px var(--primary-dec-24);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    animation: rotate 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite;
} */

.video_open_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  /* transform: translate(-50%,-50%); */
  border: dashed 1px var(--primary-dec-24);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  animation: rotate 4s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}

.video_open_btn span {
  background-color: #6e9b056b;
  padding: 5px 10px;
  border-radius: 14px;
  font-size: 12px;
  margin-top: 3px;
  margin-left: 2px;
}

.video_open_btn i {
  color: var(--primary-dec-24);
}

.primary-text {
  color: var(--primary-dec-24);
}

.main-landing {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 6vh 0;
  row-gap: 3rem;
}

.dashboard-image-flood img {
  width: 100%;
  max-width: 1040px;
}
.image-bg-spread {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: blur(140px);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #638b03;
  z-index: -1;
}
.dashboard-image-flood {
  position: relative;
  padding-left: 55px;
}

.dashboard-image-flood .flood-image {
  max-width: 300px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 1s ease-in;
  animation: floodAni 6s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}

.basic-feature-next-dash {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  row-gap: 15px;
  border-right: 1px #ededed solid;
}

.basic-feature-next-dash:last-child {
  border: 0;
}

.rating_main-container {
  /*     display: inline-grid;
    grid-template-columns: 1fr 2.6fr; */
  background-color: #f2faf6;
  padding-top: 0 !important;
}

.rating-container {
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
}

.rating-container-left {
  /*    background-color: #fcfff9; */
  /* height: 150px; */
  padding: 31px 0px;
  width: 100%;
  border-top: 2px solid #f2faf6;
  /* border-right: 2px solid #dedede; */
  border-top-right-radius: 40px;
  position: relative;
  display: inline-block;
  text-align: left;
}

.rating-container-left::after {
  content: "";
  position: absolute;
  border-left: 2px solid #e7e7e7 !important;
  border-bottom: 1px solid #dedede !important;
  border-bottom-left-radius: 40px;
  width: 100vw;
  border: 0;
  left: 100%;
  bottom: 0;
  height: 57%;
}

.rating-container-left::before {
  content: "";
  position: absolute;
  border-right: 2px solid #e7e7e7 !important;
  border-top: 1px solid #dedede !important;
  border-top-right-radius: 40px;
  width: 100vw;
  border: 0;
  right: -2px;
  top: 0;
  border-top-left-radius: 60px;
  height: 57%;
}

.rating-container .owl-carousel .owl-item img {
  max-height: 60px;
  width: auto;
  max-width: 120%;
}

.owl-dots {
  display: none;
}

.award-left-content h6 {
  font-size: 22px;
  color: #2b2b2b;
  font-weight: 500;
  margin-bottom: 6px;
}

.award-left-content p {
  font-size: 15px;
  color: #363636;
  font-weight: 300;
  margin: 0;
}

.award-left-content {
  padding-top: 0;
  padding-right: 26px;
  padding-left: 12px;
  padding-bottom: 000;
  text-align: start;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.basic-feature {
  /* display: grid;
    gap: 10px;
    padding: 1.25rem 0 4rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); */
}

.half-image-bg-dark img {
  margin: 0 auto;
  width: 90%;
  max-width: 850px;
}

.basic-feature .col-lg-3.col-sm-6.col-12 {
  display: flex;
  align-items: center;
  gap: 4px;
}

.basic-feature .col-lg-3.col-sm-6.col-12 span {
  font-weight: 300;
  font-size: 14px;
  color: #161616;
}

.basic-feature div img {
  max-width: 60px;
  aspect-ratio: 3 / 2;
  opacity: 0.8;
  object-fit: contain;
}

.basic-feature div span {
  color: #565656;
  line-height: 22px;
  font-size: 17px;
  font-weight: 500;
}

.enhance_team_productivity {
  /* height: 80vh; */
  /* /* removed missing asset: assets-new/images/black-bg-sec-1/main-bg.svg */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: solid 15px #fefefe;
    border-radius: 25px; */
  position: relative;
}

.enhance_team_productivity::after {
  content: "";
  width: 100%;
  height: 75%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/theme/uploads/2024/12/project-main-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: solid 15px #fefefe;
  border-radius: 25px;
}

.enhance_team_productivity-bg-dot {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}

.enhance_team_productivity p a {
  color: #96d0ff;
  border-bottom: 1px #bae3ff52 solid;
}

.secondary-heading-front-page {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  color: #242424;
}

.secondary-heading-front-page.white {
  color: var(--white-dec-24);
  text-align: center;
}

.secondary-heading-front-page.white span {
  color: #9adb00;
}

.secondary-sub-front-page {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.secondary-sub-front-page.bg-dark-text.s1 {
  color: rgb(214, 214, 214);
  text-align: center;
  margin-top: 0.4rem;
  padding: 0 12px;
}

.container_border-082F4E-box1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 7px;
  margin: 0 auto;
}

.container_border-082F4E-box {
  display: grid;
  grid-template-columns: 1fr 0.9fr 1.2fr 1fr 1fr 1fr;
  grid-column-gap: 7px;
  margin: 0 auto;
}

.border-082F4E-box {
  padding: 15px 0px;
  /*     border: solid 1px #082F4E; */
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}
.border-082F4E-box a{
  color: #fff !important;
  line-height: 22px;	
}

.border-082F4E-box span {
  font-size: 16px;
  line-height: 25px;
}

.border-082F4E-box .icon {
  width: 37px;
  height: 37px;
  /* removed missing asset: black-bg-sec-1/icons/icons.png */
  background-repeat: no-repeat;
  background-size: cover;
}

.border-082F4E-box:nth-child(1) .icon {
  background-position: 0px 0px;
}

.border-082F4E-box:nth-child(2) .icon {
  background-position: -43px 0px;
}

.border-082F4E-box:nth-child(3) .icon {
  background-position: -86px 0px;
}

.border-082F4E-box:nth-child(4) .icon {
  background-position: -129px 0px;
}

.cta-text {
  color: #212121;
  font-weight: 300;
  font-size: 21px;
  margin-bottom: 0.9rem;
}

.secondary-heading-front-page.black {
  color: #212121;
  font-weight: 500;
}

.award-container {
  /* display: flex; */
  /* justify-content: center; */
  padding: 0 60px;
  max-width: 100%;
  overflow: hidden;
}

.award-container .owl-carousel .owl-item img {
  max-width: 130px;
  /* aspect-ratio: 3 / 2; */
  object-fit: contain;
}

section:has(.stick-scrolly-sec) {
  background-color: #004072;
}

.stick-scrolly-sec {
  position: relative;
}

.scrolly-left {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-right: 70px;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.09s ease-in-out;
  position: relative;
}

.scrolly-left::before {
  position: absolute;
  content: "";
  border-left: 3px #ffffff1e solid;
  width: 2px;
  height: 100%;
  top: 0;
}

.scrolly-left:hover {
  opacity: 0.8;
}

.scrolly-left.active {
  opacity: 1;
}

.scrolly-left + .scrolly-left {
  padding-top: 0.9rem;
}

.scrolly-left h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.secondary-sub-front-page.bg-dark-text.s2 {
  color: #eee;
  font-weight: 300;
  margin-top: 0.5rem;
}

.secondary-sub-front-page.bg-dark-text.s2 a {
  color: #96d0ff;
  border-bottom: 1px #bae3ff52 solid;
}

.secondary-heading-front-page.white.s2 {
  text-align: start;
}

.dot-list-row {
  row-gap: 0.7rem;
}

.view-canvas .dot-list {
  color: #eee;
  font-size: 16px;
  padding-left: 17px;
  position: relative;
  display: inline-block;
  line-height: 22px;
}

.view-canvas .dot-list::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: var(--primary-dec-24);
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.view-canvas-image {
  padding: 10px;
  margin-top: 1.9rem;
}

.view-canvas-image img {
  width: 100%;
}

.stick-scrolly-sec .scrolly-left .icon {
  min-width: 80px;
  height: 80px;
  display: inline-block;
  /* removed missing asset: icons/scrolly-icons.png */
  background-size: cover;
}

.stick-scrolly-sec .scrolly-left:nth-child(1) .icon {
  background-position: 0 0;
}

.stick-scrolly-sec .scrolly-left:nth-child(2) .icon {
  background-position: 0 -70px;
}

.stick-scrolly-sec .scrolly-left:nth-child(3) .icon {
  background-position: 0 -140px;
}

.stick-scrolly-sec .scrolly-left:nth-child(4) .icon {
  background-position: 0 -210px;
}

section:has(.integration) {
  background-color: #f8f9fa;
  padding: 66px 0;
}

.secondary-heading-front-page span {
  color: #619137;
}

.secondary-sub-front-page.sec-integration {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.zero_cost_software_image {
  margin-top: 80px;
  border-top: solid 1px #e5e5e5;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}

.zeroCostImg {
  width: 100%;
  max-width: 270px;
}

.integration {
  background-color: #fff;
  padding: 30px 80px;
  padding-bottom: 45px;
  margin: 0 40px;
}

.dot-list {
  font-family: "Inter", "Inter Fallback", sans-serif !important;
  color: #000000;
  font-size: 17px;
  padding-left: 17px;
  position: relative;
}

.dot-list::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: var(--primary-dec-24);
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.integration_list {
  padding: 0;
  list-style: none;
}

.integration_list li + li {
  margin-top: 10px;
}

.container-integration {
  max-width: 1260px;
  margin: 0 auto;
}

.zrotate-container:has(.integrations) {
  position: relative;
}

.fw-semibold {
  font-weight: 500;
}

/* .desklog_integration_container {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 170px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    -webkit-transform: translate(0px, -50%) rotateX(55deg) rotateY(-3deg) rotateZ(49deg);
    transform: translate(0px, -50%) rotateX(55deg) rotateY(-3deg) rotateZ(49deg);
} */
.integrations {
  display: flex;
  justify-content: center;
}

.desklog_integration_container {
  /* position: absolute;
    top: 50%;
    left: 29%; */
  max-width: 218px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  /* position: relative; */
  -webkit-transform: translate(0%, 0) rotateX(55deg) rotateY(-3deg)
    rotateZ(49deg);
  transform: translate(0%, 0) rotateX(55deg) rotateY(-3deg) rotateZ(49deg);
}

.desklog_integration_container > div img {
  width: 100%;
  aspect-ratio: 3/3;
}

.desklog_integration_container .desklog img {
  width: 100%;
}

.desklog_integration_container > div,
.desklog_integration_container > .desklog {
  background-color: #fff;
  border-radius: 9px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 28px;
  position: relative;
  opacity: 0.7;
}

.desklog_integration_container > div::after {
  content: "";
  height: 95%;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.671);
  position: absolute;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  min-height: 66px;
  z-index: -1;
}

.desklog_integration_container > div::before {
  content: "";
  height: 90%;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.671);
  position: absolute;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  min-height: 58px;
  z-index: -1;
}

.desklog_integration_container > div::after {
  left: 17px;
  top: 15px;
  transition: all 1.4s cubic-bezier(0.54, 0.43, 1, 1);
  animation: mymove2 1.4s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}

.desklog_integration_container > div::before {
  left: 35px;
  top: 35px;
  transition: all 1.8s cubic-bezier(0.54, 0.43, 1, 1);
  animation: mymove 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}

.desklog_integration_container::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 69px;
  width: 69px;
  background-color: #fff;
  z-index: -1;
}

.desklog_integration_container::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 78px;
  width: 78px;
  z-index: -99;
  /* -- */
  background: linear-gradient(90deg, #a9ed09, #fff);
  background-size: 50%;
  background-repeat: no-repeat;
  z-index: -1;
  animation: glower 5s linear infinite;
  /* filter: blur(10px); */
}

.secondary-sub-front-page.mian-featuer {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.secondary-heading-front-page.mian-featuer {
  font-weight: 500;
}

.time_traking_features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
  grid-column-gap: 0.7rem;
  grid-row-gap: 0.7rem;
}

.features-contain {
  width: 100%;
  height: 100%;
  padding: 24px 9px 23px 32px;
  position: relative;
  overflow: hidden;
  transition: all 250ms ease-in-out;
}

.features-contain:hover img {
  transition: all 250ms ease-in-out;
  scale: 0.96;
}

.features-contain:hover {
  transition: all 250ms ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.time_traking_features h3 {
  color: rgb(48, 48, 48);
  font-size: 21px;
}

.time_traking_features a {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  border-bottom: 1px #c5df88 solid;
  transition: all 250ms ease-in-out;
}

.features-contain:hover a {
  padding: 0 5px;
  background-color: var(--primary-dec-24);
  color: #fff;
}

.features-contain img {
  max-width: 90%;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  transition: all 250ms ease-in-out;
  scale: 1;
}

.features-contain::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  height: 80%;
  width: 80%;
  border-radius: 50%;
  z-index: 0;
}

.card.border-0 {
  min-height: 310px;
}

.card.border-0:nth-child(1) .back,
.card.border-0:nth-child(6) .back,
.card.border-0:nth-child(9) .back,
.card.border-0:nth-child(3) .back {
  background-color: #f1f3ff;
}

.card.border-0:nth-child(2) .back,
.card.border-0:nth-child(7) .back,
.card.border-0:nth-child(10) .back {
  background-color: #f7ffe3;
}

.card.border-0:nth-child(3) .back,
.card.border-0:nth-child(8) .back,
.card.border-0:nth-child(11) .back {
  background-color: #f1fffe;
}

.card.border-0:nth-child(5) .back,
.card.border-0:nth-child(13) .back {
  background-color: #f1ffef;
}

.card.border-0:nth-child(4) .back,
.card.border-0:nth-child(12) .back {
  background-color: #fff7ed;
}

.card.border-0:nth-child(1) .features-contain,
.card.border-0:nth-child(6) .features-contain,
.card.border-0:nth-child(9) .features-contain,
.card.border-0:nth-child(3) .features-contain {
  background-color: #f1f3ff;
}

.card.border-0:nth-child(1) .features-contain::after,
.card.border-0:nth-child(6) .features-contain::after,
.card.border-0:nth-child(9) .features-contain::after,
.card.border-0:nth-child(3) .features-contain::after {
  background-color: #c4ceff;
}

.card.border-0:nth-child(2) .features-contain,
.card.border-0:nth-child(7) .features-contain,
.card.border-0:nth-child(10) .features-contain {
  background-color: #f7ffe3;
}

.card.border-0:nth-child(2) .features-contain::after,
.card.border-0:nth-child(7) .features-contain::after,
.card.border-0:nth-child(10) .features-contain::after {
  background-color: #f0fbd6;
}

.card.border-0:nth-child(3) .features-contain,
.card.border-0:nth-child(8) .features-contain,
.card.border-0:nth-child(11) .features-contain {
  background-color: #f1fffe;
}

.card.border-0:nth-child(3) .features-contain::after,
.card.border-0:nth-child(8) .features-contain::after,
.card.border-0:nth-child(11) .features-contain::after {
  background-color: #c0efec;
}

.card.border-0:nth-child(4) .features-contain,
.card.border-0:nth-child(12) .features-contain {
  background-color: #fff7ed;
}

.card.border-0:nth-child(4) .features-contain::after,
.card.border-0:nth-child(12) .features-contain::after {
  background-color: #ebd4bb;
}

.card.border-0:nth-child(5) .features-contain,
.card.border-0:nth-child(13) .features-contain {
  background-color: #f1ffef;
}

.features-contain:nth-child(5) .features-contain::after,
.features-contain:nth-child(13) .features-contain::after {
  background-color: #c1f5b9;
}

.faq_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 77px;
}

.front-page-faq {
  padding: 60px 0;
}

.faq_left {
  padding: 20px;
  padding-left: 30px;
}

.faq-right .card {
  border: 0 !important;
  background-color: inherit !important;
  background-color: #001b31;
}

.faq-right .card-header {
  border-bottom: 2px solid #eaeced;
}

.faq-right .card:last-child .card-header {
  border-bottom: 0px solid;
}

.faq-right .card-header {
  background-color: inherit !important;
}

.faq-right .card-header,
.front_page_faq.heading {
  padding-left: 0 !important;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  text-align: left;
  white-space: normal;
}

.front_page_faq.heading {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
}

.front-page-faq .card-body {
  border-left: 5px #8bc34a solid;
  margin-top: 10px;
  margin-left: 10px;
  color: #000000;
  font-family: "Inter", "Inter Fallback", sans-serif !important;
  font-size: 17px;
}

.card-body.front_page_faq.text {
  background-color: #f2f8ff;
}

.front_page_faq.text {
  color: #212121;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
}

.faq-arrow {
  position: relative;
}

.faq-arrow button::after {
  content: "\f077";
  font: normal normal normal 14px / 1 FontAwesome;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0;
  color: #626262;
}

.faq-arrow button.collapsed::after {
  content: "\f078";
  font: normal normal normal 14px / 1 FontAwesome;
  color: #626262;
}

.faq-readmore a {
  color: #626262;
  transition: all 500ms ease;
}

.faq-readmore a:hover {
  color: #333333;
}

.mobile_app_cover {
  max-width: 500px;
  width: 100%;
}

.secondary-sub-front-page.mian-featuer.app {
  max-width: 700px;
  margin-top: 0.5rem;
}

.playstore,
.appstore {
  width: 160px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 370px;
  display: block;
  /* removed missing asset: mobile-app/link-bg.png */
  display: block;
  margin-top: 10px;
  background-color: #fff;
  border: solid 1px #ccc;
  transition: 0.2s ease;
}

.playstore:hover,
.appstore:hover {
  transform: scale(1.05);
}

.app_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.app-download {
  display: flex;
  gap: 0.5rem;
}

.playstore {
  background-position: -7px -6px;
}

.appstore {
  background-position: 98% -7px;
}

.cta_lst {
  background-color: #004072;
  padding: 50px 40px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
  border: solid 10px #c3d3df;
  background-image: url(/theme/images/get-start-patern.png);
  background-size: cover;
  /* box-shadow: 0px 20px 40px #0000003b;*/
}

.secondary-heading-front-page.white.lst_cta {
  text-align: start;
}

.lst_cta_text-sm.text-white {
  margin-top: 5px;
  font-weight: 300;
  font-size: 19px;
  margin-bottom: 5px;
}

.lst_cta_text-sm.text-white a {
  color: #95d0ff;
  border-bottom: 1px #648aa552 solid;
}

.cta_lst img {
  width: 100%;
  max-width: 337px;
}

.lst_cta_btn {
  background-color: var(--primary-dec-24);
  color: #fff;
  font-size: 17px;
  padding: 10px 29px;
  border-radius: 4px;
  display: inline-block;
  transition: all 200ms ease-in;
}

.lst_cta_btn:hover {
  background-color: #81b504;
  color: #fff;
  text-decoration: none;
}

.scrolly-content-wrap {
  position: relative;
  width: 766px;
  height: auto;
}

.scrolly-content {
  display: none;
  transition: 0.5s ease-in;
}

.scrolly-content.active {
  display: block;
}

.sideline_bar {
  visibility: hidden !important;
}

.scrolly-left.active .sideline_bar {
  visibility: visible !important;
}

.sideline_bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  background-color: #84ba08;
  width: 3px;
  transform: scaleY(1);
  z-index: 10;
}

.sideline_bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffffff28;
  width: 3px;
  height: var(--bar-height, 0);
  z-index: -1;
}

.mobile-app-section {
  background-color: #f7ffe7;
}

.rating_main-container .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.border-082F4E-box .prj_prft_ico_new {
  background-image: url(/theme/uploads/2024/12/profit-and-loss-ico.png);
}

.mobile-app-section strong {
  color: #262626;
}

@keyframes glower {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.desklog_integration_container > .desklog {
  position: absolute;
  left: 62%;
  top: 62%;
  max-width: 220px;
  padding: 10px;
  transition: all 1s cubic-bezier(0.54, 0.43, 1, 1);
  animation: move3d 3s infinite;
  opacity: 1;
}

.getstart {
  border: 0;
}

.cta_btn_option_1 {
  padding: 14px 25px;
  background-color: #f1fffe;
  border: solid 2px #dff5f3;
  margin-top: 4px;
  font-weight: 500;
  text-transform: uppercase;
}

.cta_btn_option_1:hover {
  background-color: #6e9b05;
  color: #fff;
  border-color: #6e9b05;
  text-decoration: none;
}

.cta_btn_option_2 {
  padding: 14px 25px;
  background-color: #f7ffe3;
  border: solid 2px #e8f1d3;
  margin-top: 4px;
  font-weight: 500;
  text-transform: uppercase;
}

.cta_btn_option_2:hover {
  background-color: #6e9b05;
  color: #fff;
  text-decoration: none;
  border-color: #6e9b05;
}


#cssmenu > ul > li:last-child > a {
  border-radius: 5px !important;
}

.cta_lst .secondary-heading-front-page {
  font-size: 35px;
  line-height: 40px;
}

.new-ct-box {
  width: 100%;
  padding: 10px 50px;
  background-color: #f0f8ff;
  display: table;
  margin: auto;
  margin-top: 50px !important;
}

.demo_option .getstart:hover {
  background-color: #6e9b05 !important;
  color: #fff !important;
  text-decoration: none;
}

/* Video Popup */
.video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none !important;
}

.video-popup.show-video {
  display: flex !important;
}

.iframe-wrapper {
  position: relative;
  background-color: #fff;
  padding: 8px;
  padding-bottom: 0;
  border-radius: 10px;
}

.iframe-wrapper iframe {
  width: 800px;
  max-width: 100%;
  height: 500px;
}

.iframe-wrapper .close-video {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  width: 35px;
  height: 35px;
  top: -20px;
  right: -10px;
  border-radius: 50%;
  background-size: cover;
  background-color: #fff;
  color: #242424;
  text-align: center;
  padding-top: 9px;
  font-size: 16px;
}

.iframe-wrapper .close-video:before {
  content: "\f00d";
}

.cta-head-1 {
  font-size: 22px;
  color: #262626;
}

.cta-content-1 {
  font-size: 17px;
  color: #5a5a5a;
  font-weight: 300;
}

.zero_image_mobile {
  display: none;
}
.banner_btn_mobile {
  display: none;
}

.menu-list-item p{
	text-align:left;
}

@keyframes Playbubble {
  0% {
    color: rgba(0, 0, 0, 0);
  }

  10% {
    left: 0;
    width: 0;
  }

  30% {
    left: 20px;
    width: 111px;
  }

  50% {
    color: #161616;
  }

  70% {
    left: 20px;
    width: 111px;
  }

  90% {
    left: 50%;
    width: 0;
  }

  100% {
    color: rgba(0, 0, 0, 0.171);
  }
}

/* @keyframes rotate {
    100% {
        rotate: 360deg;
    }
} */
@keyframes rotate {
  100% {
    rotate: 360deg;
  }
}

@keyframes zoomOut {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.9;
  }

  100% {
    scale: 1;
  }
}

@keyframes floodAni {
  0% {
    transform: translate(0, -42%);
  }

  50% {
    transform: translate(0, -50%);
  }

  100% {
    transform: translate(0, -42%);
  }
}

@media (max-width: 1440px) {
  .main-heading {
    font-size: 37px;
  }

  .container_border-082F4E-box {
    grid-template-columns: repeat(3, 1fr);
    justify-content: Center;
    row-gap: 10px;
  }
}

@media (max-width: 1366px) {
  .time_traking_features {
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
  }

  .half-image-bg-dark img {
    max-width: 600px;
  }

  .rating-container .owl-carousel .owl-item img {
    max-width: 129px;
  }

  .scrolly-left h6 {
    font-size: 20px;
  }

  .integration {
    padding: 30px 45px;
  }
}

@media (max-width: 1200px) {
  .navbar-brand {
    max-height: 62px;
  }

  #cssmenu > ul > li > a {
    padding: 12px 10px;
  }

  .dashboard-image-flood .flood-image {
    max-width: 220px;
  }

  .dashboard-image-flood {
    padding-left: 10px;
  }
}

@media (max-width: 1050px) {
  section:has(.main-landing) {
    padding-top: 50px;
  }

  .border-082F4E-box span {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-bg div {
    height: 80px;
  }

  .grid-bg {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  }

  .main-landing {
    display: grid;
    /* grid-template-columns: 1fr 1.3fr; */
    align-items: center;
    grid-column-gap: 1rem;
  }
  .dashboard-image-flood img {
    width: 100%;
    max-width: 742px;
  }

  .dashboard-image-flood .flood-image {
    max-width: 220px;
    left: 0;
  }

  .main-heading {
    font-size: 38px;
  }

  .secondary-heading-front-page {
    font-size: 30px;
  }

  .secondary-sub-front-page {
    font-size: 16px;
  }

  .enhance_team_productivity p a {
    font-size: 16px;
  }

  .secondary-sub-front-page.bg-dark-text.s2 a {
    font-size: 16px;
  }

  .main-sub-heading {
    font-size: 19px;
    margin-top: 1rem;
  }

  .main-sub-text {
    font-size: 17px;
    margin-top: 0.6rem;
  }

  .main-sub-text a {
    font-size: 16px;
  }

  .award-left-content h6 {
    font-size: 18px;
  }

  .award-left-content p {
    font-size: 16px;
  }

  .rating-container-left {
    padding: 27px 16px;
  }

  .rating_main-container {
    grid-template-columns: 1fr 1.8fr;
  }
}

.w-24p {
  width: 37px;
  height: 35px;
}

@media (max-width: 992px) {
  .banner_btn_mobile {
    display: inline-block;
  }
  .banner_btn_web {
    display: none;
  }
  .w-24p {
    width: 27px;
    height: 27px;
  }

  .view-canvas-image {
    text-align: center;
  }

  .scrolly-text-wrap {
    display: flex;
    overflow: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .scrolly-left p {
    display: none;
  }

  .scrolly-left h6 {
    font-size: 15px;
    min-width: 150px;
  }

  .scrolly-content-wrap {
    width: 100%;
    height: auto;
  }

  .scrolly-left {
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .cta_lst_contan {
    padding-top: 130px;
    position: relative;
  }

  .cta_lst_contan::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 250px;
    height: 250px;
    max-width: 100%;
    /* removed missing asset: dashboard/lst_cta_dashboard.png */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 91;
  }

  .cta_lst {
    padding: 60px 20px;
    padding-top: 111px;
  }

  .secondary-heading-front-page.white.lst_cta {
    text-align: center;
  }

  .mobile_app_cover {
    max-width: 311px;
  }

  .faq_left {
    padding-left: 0;
  }

  .front-page-faq {
    padding: 0px;
  }

  .desklog_integration_container {
    max-width: 185px;
  }

  .main-landing {
    /* grid-template-columns: 1fr; */
    align-items: center;
    grid-row-gap: 1.5rem;
  }

  .dashboard-image-flood {
    padding: 0;
  }

  .dashboard-image-flood .flood-image {
    max-width: 290px;
    top: 95%;
    right: 30px;
    left: inherit;
  }

  .border-082F4E-box {
    padding: 15px 15px;
    /* display: none; */
  }

  .container_border-082F4E-box1,
  .container_border-082F4E-box {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 7px;
  }

  .basic-feature-next-dash {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .sideline {
    left: inherit;
    right: 18px;
  }

  .basic-feature-next-dash {
    border: 0;
  }

  .basic-feature div span {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .zero_image_mobile {
    display: block;
    position: absolute;
    right: 0;
    bottom: 20%;
  }

  .zero_image_mobile img {
    max-width: 160px;
  }

  .zero_image_web {
    display: none;
  }

  .cta-head-1 {
    font-size: 17px;
  }

  .cta-content-1 {
    font-size: 15px;
  }

  .view-canvas-image img {
    max-width: 100%;
  }

  .card-body.front_page_faq.text {
    padding: 14px;
  }

  .rating_main-container {
    display: inline-block;
    width: 100%;
  }

  #carousel-ratings .item {
    text-align: center;
  }

  .rating-container-left {
    display: none;
  }

  .faq-arrow {
    padding-right: 14px;
  }

  .faq-arrow button {
    text-wrap: balance;
    text-align: start;
  }

  .desklog_integration_container {
    position: static;
  }

  .custom-container {
    width: 100%;
    padding: 0 20px;
  }

  section:has(.main-landing) {
    padding-top: 47px;
  }

  .main-heading {
    font-size: 36px;
    line-height: 1.3;
  }

  .secondary-heading-front-page {
    font-size: 26px;
  }

  .main-sub-heading {
    font-size: 17px;
    margin-top: 0.5rem;
  }

  .basic-feature-next-dash div span {
    font-size: 14px;
    line-height: 22px;
  }

  .main-sub-text {
    margin-top: 0.6rem;
  }

  .getstart {
    font-size: 18px;
    padding: 10px 30px;
  }

  .getstart i {
    font-size: 12px;
  }

  .rating_main-container {
    grid-template-columns: 1fr 1.4fr;
  }

  .award-left-content {
    padding: 0 12px;
  }

  .half-image-bg-dark img {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }

  .border-082F4E-box {
    padding: 15px 15px;
  }

  .rating-container .owl-carousel .owl-item img {
    margin: auto;
  }

  .app_content {
    margin-bottom: 50px;
  }

  .zero_cost_software_image {
    padding: 0 20px;
    margin-top: 30px;
  }

  .scrolly-left + .scrolly-left {
    padding-top: 0;
  }
}

@media (max-width: 576px) {
  .container_border-082F4E-box1 .basic-feature-next-dash {
    text-align: left;
    align-items: start;
    padding: 12px 10px;
    background: #f0f7d9;
    border-radius: 12px;
  }

  .container_border-082F4E-box1 {
    grid-row-gap: 7px;
  }

  .sideline {
    height: 90%;
  }

  .basic-feature div span {
    color: #111;
    font-weight: 400;
  }

  .secondary-heading-front-page.white {
    text-align: start !important;
    padding-left: 10px;
  }

  .secondary-sub-front-page.bg-dark-text.s1 {
    text-align: start;
    font-family: "Inter", "Inter Fallback", sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
  }

  .container-integration p {
    font-size: 17px;
    text-align: start;
    font-family: "Inter", "Inter Fallback", sans-serif !important;
    font-size: 16px;
    font-weight: 300;
  }
  .secondary-sub-front-page {
    text-align: start;
    font-family: "Inter", "Inter Fallback", sans-serif !important;
    font-size: 16px;
    font-weight: 300 !important;
  }
  .dot-list {
    font-family: "Inter", "Inter Fallback", sans-serif !important;
    font-size: 16px;
  }

  section:has(.main-landing) {
    padding-top: 47px;
  }

  section:has(.integration) {
    padding: 36px 0;
  }

  .integration {
    padding: 15px;
    margin: 0 20px;
  }

  .secondary-sub-front-page.bg-dark-text.s1 br {
    display: none;
  }

  .main-heading {
    font-size: 31px;
    line-height: 1.3;
  }

  .main-sub-heading {
    font-size: 16px;
    margin-top: 0.5rem;
  }

  .main-sub-text {
    margin-top: 0.3rem;
    font-family: "Inter", "Inter Fallback", sans-serif !important;
    font-size: 16.5px;
    font-weight: 300;
  }

  .main-landing {
    padding: 36px 0;
  }

  .getstart {
    font-size: 15px;
    padding: 9px 15px;
  }

  .getstart i {
    font-size: 12px;
  }

  .video_open_btn::after {
    width: 50px;
    height: 51px;
    left: 1px;
    top: 2px;
  }

  .basic-feature-next-dash {
    gap: 5px;
  }

  .dashboard-image-flood .flood-image {
    max-width: 206px;
  }

  .rating_main-container {
    grid-template-columns: 1fr 1fr;
  }

  .award-left-content {
    padding: 0 12px;
  }

  .rating-container-left {
    padding: 25px 10px;
    padding-right: 1px;
  }

  .rating-container {
    padding: 0 14px;
  }

  .award-container .owl-item .item {
    display: flex;
    justify-content: center;
  }

  .award-left-content h6 {
    font-size: 16px;
  }

  .award-left-content p {
    font-size: 13px;
  }

  .half-image-bg-dark img {
    max-width: 96%;
  }

  .enhance_team_productivity::after {
    height: 88%;
  }

  .border-082F4E-box {
    flex-direction: column;
    text-align: start;
    align-items: start;
    padding: 10px;
    background: #07487a;
    border-radius: 6px;
  }

  .front-page-faq .card-body {
    font-size: 16px;
  }

  .cta-text {
    font-size: 16.5px;
  }
  .cta_btn_option_1 {
    padding: 13px 15px;
  }
}

@media (max-width: 500px) {
  .zero_cost_software_image .col-md-6 {
    max-width: 320px;
  }

  .zeroCostImg {
    margin-top: 40px;
  }

  .enhance_team_productivity {
    padding: 5px;
  }

  .container_border-082F4E-box1,
  .container_border-082F4E-box {
    grid-template-columns: 1fr 1fr;
  }

  .award-container {
    padding: 0;
  }

  .award-container .owl-carousel .owl-item img {
    max-width: 80px;
  }

  br {
    display: none;
  }
}

@keyframes move3d {
  0% {
    transform: translateX(-6px) translateY(-6px);
  }

  50% {
    transform: translateX(0px) translateY(0px);
    scale: 0.9;
  }

  100% {
    transform: translateX(-6px) translateY(-6px);
  }
}

@keyframes mymove {
  0% {
    left: 35px;
    top: 35px;
  }

  50% {
    left: 10px;
    top: 10px;
  }

  100% {
    left: 35px;
    top: 35px;
  }
}

@keyframes mymove2 {
  0% {
    left: 17px;
    top: 15px;
  }

  50% {
    left: 2px;
    top: 5px;
  }

  100% {
    left: 17px;
    top: 15px;
  }
}
footer {
  position: static;
}

/* Pricing page: "Most Popular Choice" caption on the Business plan card
   sits over a dark navy starfield — force white text/icons regardless of
   the DB-stored inline styles. */
.hilight-plan-box,
.hilight-plan-box p,
.hilight-plan-box a {
  color: #fff !important;
}


